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 turn off warning messages during php execution?
What are views used for?
What is the use of floor function in sql server?
What are the advantages of the mirroring?
How to specify the collation for a character data type in ms sql server?
Why should one not prefix user stored procedures with ‘sp_’?
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
What is the difference between a primary key and a unique key? Are they the same?
How to change a login name in ms sql server?
Explain different forms of normalization?
Can you use order by when defining a view?
How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?
What is 4nf in normalization form?
Does server sql treat char as a variable-length or fixed-length column?
Why are views required in the sql server or in any other database?