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


Please Help Members By Posting Answers For Below Questions

How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?

577


Why are cursors used?

574


How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?

638


how to drop an existing index in mysql? : Sql dba

529


Can we edit a view in sql?

541






how many tables will create when we create table, what are they? : Sql dba

534


how to return query output in html format? : Sql dba

643


What are the different type of joins in sql?

537


How many sql commands are there?

664


What are the disadvantages of not performing database normalization?

589


Can we call dml statement in function?

535


what is a primary key? : Sql dba

548


What is the difference between delete and truncate statement in sql?

484


how to include character strings in sql statements? : Sql dba

546


which operator is used in query for pattern matching? : Sql dba

541