Question Details

Detailed explanation and options for the selected question.

What is a composite key in a table?

A. A key consisting of two or more columns
B. A column that uniquely identifies a row
C. A foreign key referencing another table
D. A key automatically generated by the database

Explanation:

A composite key consists of two or more columns to uniquely identify a row. It is not a single unique column, foreign key, or auto-generated key.