Which key is used to uniquely identify each record in a table? a) Foreign Key
b) Alternate Key
c) Composite Key
d) Primary Key
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is d) Primary Key.
A primary key is a unique identifier for each record in a database table. It ensures that no two records can have the same value for that key, which helps maintain the integrity of the data. Other key types like foreign keys, alternate keys, and composite keys have different functions in the context of relational databases.