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
How many types of indexes are there in sql?
What is java sql package?
Explain alias in sql?
Differentiate between pl/sql and sql?
What kind of join is join?
What is foreign key in sql with example?
What is sql query limit?
Does mysql_real_escape_string prevent sql injection?
What is full form of rtm?
What is the difference between local and global temporary table?
What is minus?
What is posting?
Is mariadb a nosql database?
What is file based approach?
What are the three forms of normalization?