Which index created when Create Index on table(col), Why
Answer Posted / sanjay
whenever you create index without specifying the type, its
non-clustered.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to drop an existing table?
What is the difference between index seek vs. Index scan?
Can I run multiple instances of sql server 2000 at the same time on one computer?
How to create new tables with "create table" statements in ms sql server?
You want to implement the many-to-many relationship while designing tables. How would you do it?
How can I check that whether automatic statistic update is enabled or not?
What are character string data types in ms sql server?
Explain the properties of a relational table?
What is resource db in sql server?
Which command is used for user defined error messages?
How to find Duplicate Records In table?
Explain view in sql server?
Can you use order by when defining a view?
What is ssrs?
What is index, cluster index and nonclustered index?