Create Index myIndex On myTable(myColumn)
What type of Index will get created after executing the
above statement
Answer Posted / rams
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between foreign key and unique key?
How to use linked server?
What is side by side migration in sql server?
How to delete duplicate rows from table except one?
Will the writetext statement activate a trigger?
Where is localdb stored?
Is the order of columns in the set clause important in ms sql server?
Explain identity in sql server?
What are pages and extents? : SQL Server Architecture
How to stop log file growing too big?
SQL Server Architecture ?
What is normalization according to you and explain its different levels?
How to list all field names in the result set using mssql_field_name()?
How self join is different from outer join?
Explain how to integrate the ssrs reports in application?