62.3k views
2 votes
A(n) _____ is a field or set of fields that uniquely identifies a record.

User Brad Lanam
by
6.9k points

1 Answer

4 votes
A primary key is a field or set of fields that uniquely identifies a record in the relational database. This primary keyword and identifier must contain UNIQUE values. The primary key is a column or combination of columns that contain values that uniquely identify each row in the table.
User Givehug
by
6.6k points