what is unique key?
Answer Posted / shreekumar nair
unique key will only allow unique values in that particular column ...but it allows multiple NULL values ...since null values are not equal to an another null value...
whereas in a primary key column we can't have that ...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do you use stored procedures and state some of its disadvantages?
State all possible different index configurations a table can possibly have?
What is a sub query and what are the different types of subqueries?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
Can you create a synonym without having a table?
How to retrieve data from an cursor to a record?
What are the differences between char and varchar2 in oracle?
How to write a left outer join with the where clause in oracle?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
How to define an oracle cursor variable?
How to load data through external tables?
What is logical backup in oracle?
How can I combine multiple rows into a comma-delimited list in oracle?
 How to use an oracle sequence generator in a mapping?
Explain the use of show option in imp command.