Interview Questions

What is difference between UNIQUE constraint and PRIMARY KEY constraint?

DATABASE Administrator (DBA) Interview Questions and Answers


(Continued from previous question...)

35. What is difference between UNIQUE constraint and PRIMARY KEY constraint?

A column defined as UNIQUE can contain Nulls while a column defined as PRIMARY KEY can’t contain Nulls. 47.What is Index Cluster? - A Cluster with an index on the Cluster Key 48.When does a Transaction end? - When it is committed or Rollbacked.

(Continued on next question...)

Other Interview Questions