Tell me what is difference between UNIQUE constraint and PRIMARY KEY constraint?

Submitted by: Administrator
A column defined as UNIQUE can contain Nulls while a column defined as PRIMARY KEY can't contain Nulls.Unique key cannot be used to create referential integrity whereas primary key can do.
Submitted by: Administrator

Read Online Concepts and Architecture Job Interview Questions And Answers