Ask Question
2 April, 21:06

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. 2 April, 21:45
    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.
  2. 3 April, 01:03
    0
    The field that has the same name as another field on another group
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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers