Can we create non-clustured index on a clustered index ?
Answer Posted / amit
No,
Non clustered index create when we declare a primary or
unique key and clustered indexes are created by user.
| Is This Answer Correct ? | 7 Yes | 27 No |
Post New Answer View All Answers
What is sorting in sql?
What does the sign mean in sql?
What is clause in sql?
Is mariadb a nosql database?
Can a table contain multiple primary key’s?
explain the options of myisamchk to improve the performance of a table. : Sql dba
How do I run sql?
what are all the different normalizations? : Sql dba
What are database links used for?
What are the operators in sql?
What is trigger point?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What information is needed to connect sql*plus an oracle server?
Can we join 3 tables in sql?
what are the advantages and disadvantages of views in a database? : Sql dba