Answer Posted / ravin
Unique constraint and unique index are different things but
their goals might be similar.
Unique index is created implicitly with the creation of
Primary key and unique key both.
Hence no primary key can be created without a unique index.
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
How can you get sql*loader to commit only at the end of the load file? : aql loader
What is the difference between truncate and drop statements?
What is sql basics?
What is record data type?
how are mysql timestamps seen to a user? : Sql dba
How many triggers can be applied on a table?
Explain what is a field in a database and record in a database?
What are sql functions? Describe the different types of sql functions?
What is recursive join in sql?
What are the different dml commands in sql?
What is meaning of <> in sql?
When are we going to use truncate and delete?
How to run sql commands in sql*plus?
Is merge a dml statement?
What is a natural join sql?