26.3k views
3 votes
A database table contains the Group_ID and Group_Name fields. Which field can be the primary key of the table?

The______field can be the primary key of the table

2 Answers

5 votes

Answer:

it is Group_ID

Step-by-step explanation:

User Vishal Afre
by
6.3k points
3 votes
Answer:
The Group_ID field can be the primary key of the table.

Step-by-step 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.
User BoopityBoppity
by
5.6k points