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
Does pl sql work in mysql?
Why we use triggers in mysql?
what is denormalization. : Sql dba
Is left join faster than join?
What are different types of sql commands?
What is string join?
Can we call dml statement in function?
What are the ways on commenting in a pl/sql code?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
what is 'trigger' in sql? : Sql dba
how to run 'mysql' commands from a batch file? : Sql dba
how to select unique records from a table? : Sql dba
What is materialized view. What are different methods of refresh?
How do I view stored procedures?
Do ddl statements need commit?