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
How to select an exiting database using mssql_select_db()?
What do you mean by normalisation?
Explain sub-query?
What is a View ? Can we insert, Update and delete a view?
Tell me can we use custom code in ssrs?
What are the different authentication modes in sql server? How can it be changed?
What stored by the msdb? : sql server database administration
What is use of except clause? How does it differ from not in clause?
Explain about service Broker functions?
How you trouble shoot when any job fails
How to drop an existing stored procedure in ms sql server?
How to declare and use cursor variables?
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.
What will happen if a column containing char type data is changed to the nchar data type?
How to defragment table indexes?