Difference between primary key and unique key ?
Answer Posted / chauhan rakesh botad
Primary key doesnot allow null value but unique key allows
null value. We can declare only one primary key in a table
but a table can have multiple unique key(column assign).
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Point the difference between translate and replace?
What is logical backup in oracle?
How to define an anonymous procedure with variables?
How to display row numbers with the records?
How to load a large xml file?
How to delete a column in an existing table?
How to create a new tablespace in oracle?
How do I uninstall oracle 11g?
How to convert dates to characters in oracle?
How to create a server parameter file?
Can you assign multiple query result rows to a variable?
What are nested tables?
What is backup in Oracle?
What is meant by an index?
How can you merge two tables in oracle?