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
How to convert raw data type into text in oracle? Explain
How to add another datafile to a tablespace?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
Give the various rollback segment states.
What is object data modeling?
Is primary key indexed by default in oracle?
What is Library Cache in Oracle?
What is the Tune Query
What happens if recursive calls get out of control?
types of indexes and the rationale behind choosing a particular index for a situation.
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
Explain a segment?
Explain what are synonyms used for?
What is the disadvantage of User defind function?
How to drop a stored function?