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
Explain rdbms?
Why main is user defined function?
Where do we use trace frag?
what is the primary use of the model database? : Sql server administration
what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
Can a synonym name of a table be used instead of a table name in a select statement?
To automatically record the time on which the data was modified in a table, which data type should you choose for the column?
What do you understand by check constraint in sql server?
How many full-text indexes can a table have?
How to check parameter value in stored procedure sql server?
What is master database? : SQL Server Architecture
What the difference between UNION and UNIONALL?
how would you troubleshoot blocking? : Sql server database administration
How can I track the changes or identify the latest insert-update-delete from a table?
Explain index in sql server?