how to create a primary key with out creating an index?
Answer Posted / priyankur
Unique constraint will always create non-clustered index on
column. so creation of Unique constraint is not the
solution. Yes, only sequence can create unique column but
that is not necessarily Primary key unless you treat it
likewise.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is clustered and nonclustered index in sql?
What are all ddl commands?
How do I delete a trigger?
What is data profiling in sql?
What is the use of <> sql?
What is rtm stands for?
what are numeric data types? : Sql dba
Explain what is a database?
Does varchar need length?
what are the 'mysql' command line arguments? : Sql dba
what is heap table? : Sql dba
What is mutating sql table?
what are all the different normalizations? : Sql dba
What are operators available in sql?
What trigger means?