What is difference between UNIQUE constraint and PRIMARY KEY
constraint ?
Answer Posted / kiran
if unique then it can have null
but if column has primary then it cannot have null values
and duplicate values
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is materialized view in Oracle?
What is columnar storage what is the advantage?
how the indexes are stored in the Oracle Database?
How to create a new view in oracle?
Explain the difference between a procedure and a function?
What are the differences between lov and list item?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
Point out the difference between user tables and data dictionary?
What is raw datatype in oracle?
In which language oracle has been developed?
what are archived logs?
What is where clause in oracle?
What are the ansi data types supported in oracle?
How to define an oracle sub procedure?
What are temporal data types in oracle?