Which index created when Create Index on table(col), Why

Answers were Sorted based on User's Feedback



Which index created when Create Index on table(col), Why..

Answer / indexes

Non Clustered Index by Default.

Is This Answer Correct ?    15 Yes 0 No

Which index created when Create Index on table(col), Why..

Answer / sanjay

whenever you create index without specifying the type, its
non-clustered.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More SQL Server Interview Questions

1. SELECT SUM(sal) as “Gross Salary” from EMPLOYEES; 2. SELECT MAX(sal) as “Highest Salary” from EMPLOYEES; ouput should be in table format

2 Answers  


What are entities and relationships?

0 Answers  


Describe the left outer join & right outer join. : sql server database administration

0 Answers  


What is purpose of normalization?

0 Answers  


List the different normalization forms?

0 Answers  






How dts is used to extract, transform and consolidate data?

0 Answers  


How do you troubleshoot errors in a SQL Server Agent Job?

0 Answers  


Where the sql logs gets stored? : sql server database administration

0 Answers  


How would you use user_constraints table in DB?

0 Answers   Wipro,


Can we install sql server 2016 on windows 7?

0 Answers  


Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?

0 Answers  


How do I open a .db file?

0 Answers  


Categories