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 will you get by the cursor attribute sql%found?
What is sql in oracle?
how to decrement dates by 1 in mysql? : Sql dba
What is an exception in pl/sql?
what is sql? : Sql dba
Describe sql comments?
How to pipe multiline string to isql?
Explain the difference between sql and mysql.
what is a materialized view? : Sql dba
Does oracle use sql?
What are pl/sql packages?
What is normalisation and its types?
How do you remove duplicates without using distinct in sql?
What is vector point function?
What is inner join in sql?