What is the difference between UNIQUE KEY and UNIQUE INDEX?
Answer Posted / varsha
A UNIQUE Key grantees Unique values to a column but does not sort the column data, whereas A UNIQUE Index grantees Unique values to a column and also sorts the column data.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you modify a trigger?
what is csv? : Sql dba
What is null in pl/sql?
Is postgresql a server?
Is a foreign key always unique?
How do you exit in sql?
What are the ways on commenting in a pl/sql code?
Is full outer join same as cross join?
How do we accept inputs from user during runtime?
What are the two types of exceptions.
What type of join is sql join?
how do you control the max size of a heap table? : Sql dba
How can we make an if statement within a select statement?
define join and explain different type of joins? : Sql dba
Explain the uses of control file.