Create Index myIndex On myTable(myColumn)
What type of Index will get created after executing the
above statement
Answer Posted / swapna
Non-clustered index. Important thing to note: By default a
clustered index gets created on the primary key, unless
specified otherwise.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a trigger and its types?
How much space does sql server 2016 take?
What is bcp? When does it use?
What is use of except clause?
How can change procedure in sql server?
What is database isolation in sql server? : sql server database administration
Mention the different authentication modes in sql server.
What is difference between count (*) and count 1?
Explain primary key?
Does table partitioning improve performance?
Define Joins?
What is the difference between ddl and dml?
Explain what is meant by replication of database?
What is sub query and its properties?
How can I create a new template for import ? : sql server management studio