Question d’entretien chez Cognizant

how many primary key does a table contain?

Réponse à la question d'entretien

Utilisateur anonyme

10 mars 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