InterviewSolution
Saved Bookmarks
| 1. |
16) Which constraint uniquely identifies each record in a database table? ОА) KeyBi DomaO ceterentes integrity |
|
Answer» The UNIQUE CONSTRAINT uniquely identifies each record in a database table. The UNIQUE and PRIMARY KEY constraints both PROVIDE a GUARANTEE for uniqueness for a column or set of columns. A PRIMARY KEY constraint automatically has a UNIQUE constraint defined on it.Explanation:This is your answer |
|