Ask Question

A database table contains group I'd and group name fields. Which field can be the primary key of the table

+2
Answers (2)
  1. 19 August, 14:39
    0
    The field that has the same name as another field on another group
  2. 19 August, 14:43
    0
    The Group_ID field can be the primary key of the table.

    Explanation:

    When dealing with databases we need to choose primary key for every table. Primary key is something that uniquely identifies data in that table. It means that primary key can appear only once in that table and for each data it is different.

    In our case it is Group_ID. This is field that can easily be made different each time. It is possible that Group_name contains more groups with same name.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A database table contains group I'd and group name fields. Which field can be the primary key of the table ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers