Which type of key uniquely defines each table row in a relational database?
- foreign key
- primary key
- principal key
- JOIN key
Answers Explanation & Hints:
The primary key uniquely identifies a row (record) in a table. The primary key can be a single attribute (column) or a combination of multiple attributes. |