Domanda di colloquio di Cognizant

how many primary key does a table contain?

Risposta di colloquio

Anonimo

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