what is unique key?
Answer Posted / neo devan
Any key may/maynot satisfy 2 conditions :
* Not Null
* Unique
Unique key is tne one which satifies the second condition
but it can have null values.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to connect the oracle server as sysdba?
Explain drop constraint oracle?
Is there any function in oracle similar like group_concat of mysql?
Explain enable novalidate constraint.
How to test null values?
What is oracle server autotrace in oracle?
What are the attributes of cursor?
what are actual and formal parameters?
How many anonymous blocks can be defined?
What happens if the imported table already exists?
What is Segment Advisor in Oracle?
various types of hints and their usage
What are the different oracle database objects?
What are the differences between blob and clob in oracle?
Why does Oracle not permit the use of PCTUSED with indexes?