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
Name three sql operations that perform a sort.
Explain the difference between rename and alias?
Explain clause in sql?
What is sql data?
Why sql query is slow?
Why truncate is faster than delete?
what does the t-sql command ident_current does? : Transact sql
How do I sort a table in sql?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What is a left inner join?
Which is better varchar or nvarchar?
What is an implicit commit?
what are the differences between require and include, include_once and require_once? : Sql dba
What is sql in oracle?
What are the uses of sysdate and user keywords?