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
Difference between table function and pipelined function?
How do I view a sql trace file?
What is prepared statement in sql?
What is the maximum number of columns in sql table?
What does subquery mean in sql?
Why are sql stored procedures used?
What is serial sql?
Why is there a need for sqlcode and sqlerrm variables?
What is before and after trigger?
Can we delete column in sql?
How is data stored in sql?
Is primary key clustered index?
What are the three pl sql block types?
How can I see all tables in sql?
How do you add a column to a table?