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
What is query execution plan in sql?
What schema means?
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
How do I sort a table in sql?
Is like operator in sql case sensitive?
What is difference between primary and secondary key?
what are tables and fields? : Sql dba
What are different types of functions in sql?
How to prepare for oracle pl sql certification?
Can you rollback after commit?
Can a key be both primary and foreign?
How does postgresql compare to mysql?
What does rownum mean in sql?
What is the difference between sum and count in sql?
How do you truncate?