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
List the various oracle database objects?
What is BBED in Oracle?
When do you get a .pll extension in oracle? Explain its importance
What is meant by an index?
What is the maximum limit on the number of columns in a table?
What is null value in oracle?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
How to end the current transaction in oracle?
What happens to indexes if you drop a table?
How to rename a column in an existing table?
Explain joins in oracle?
Can you have more than one content canvas view attached with a window ?
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
What are the different types of database objects?
What are the advantages of oracle 12c?