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
Can we use insert statement in function?
What is the difference between inner join and outer join?
What is a record in pl/sql?
How is a process of pl/sql compiled?
What is a constraint? Tell me about its various levels.
What is sql deadlock?
What is sap sql anywhere?
What are the built in functions of sql?
How do you update a sql procedure?
Can we use joins in subquery?
What mean sql?
what is sql profiler? : Sql dba
1) Synonyms 2) Co-related Subquery 3) Different Jobs in Plsql 4) Explain Plan 5) Wrap 6) Query Optimization Technique 7) Bulk Collect 8) Types of index 9) IF primary key is created then the index created ? 10) Foreign Key 11) Exception Handling 12) Difference Between Delete and Trunc 13) Procedure Overloading 14) Grant Revoke 15) Procedure Argument types. 16) Functions. 17) Joins
What is restrict in sql?
what is the difference between myisam static and myisam dynamic? : Sql dba