Difference between primary key and unique key ?
Answer Posted / sonali.s
column having primary key constraint should not contain
null values.
column having unique key constraint can contain null values.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is oracle data type?
How to enter a new row into a table interactively?
What are the set operators union, union all, minus & intersect meant to do?
Explain the use of indexes option in imp command.
Is the After report trigger fired if the report execution fails ?
What to do if the binary spfile is wrong for the default instance?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
What is the data type of dual table?
Is truncate autocommit in oracle?
Give the constructs of a package, function or a procedure.
What are the major difference between truncate and delete?
What are the different oracle database objects?
What is an Oracle index?
How to export your connection information to a file?
How to define a data field as not null?