A primary key made of more than one column (multi column) is called
-
foreign key
-
duplicate key
-
alternate key
-
composite key
D
Correct answer
Explanation
A composite key is a primary key that consists of two or more columns used together to uniquely identify each record in a table. A foreign key references another table's primary key, an alternate key is a candidate key not chosen as primary key, and 'duplicate key' is not a standard database term.