Concepts and Architecture Question:

Download Job Interview Questions and Answers PDF

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

Oracle Architecture and Concepts Interview Question
Oracle Architecture and Concepts Interview Question

Answer:

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.

Download Oracle Architecture and Concepts Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what are the uses of Rollback Segment?Explain what are the Limitations of a CHECK Constraint?