Cognizant interview question

how many primary key does a table contain?

Interview Answer

Anonymous

10 Mar 2018

The PRIMARY KEY constraint uniquely identifies each record in a database table. Primary keys must contain UNIQUE values, and cannot contain NULL values. A table can have only one primary key, which may consist of single or multiple fields