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 to check if a User database is locked?
Can a trigger be created on a view?
What is an execution plan?
what is normalization? Explain different levels of normalization? : Sql server database administration
What is primary key index?
Do you know how to implement service broker?
Does partitioning help performance?
Do you know the cursor types?
Determine when to use stored procedure to complete sql server tasks?
Difference between Inner vs outer joins?
Explain transaction server distributed transaction?
How to insert a new row into a table with "insert into" statements in ms sql server?
Is natural join and equi join same?
Define right outer join in sql server joins?
Does sql server 2000 full-text search support clustering?