Can we create non-clustured index on a clustered index ?
Answer Posted / sourav mondal
Clustered indexes are created usally when we create Primary
key. Non clustered index will be created automatically when u
create unique key on a column. So we can't create Non
clustered index on a clustered index.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
Why is sql better than hql?
Why truncate is faster than delete?
Can there be 2 primary keys in a table?
How do I find sql profiler?
Is pl sql and postgresql same?
How to handle bulk data?
What is the use of function "module procedure" in pl/sql?
What are procedures used for?
What is anonymous block in sql?
What is crud sql?
What are the parts of a sql statement?
What is sql server and ase?
Explain the advantages and disadvantages of stored procedure?
What is sql dialect?