About types of indexes in SQL server ?

Answers were Sorted based on User's Feedback



About types of indexes in SQL server ?..

Answer / pandian

There are two types of indexs.
1. Cluster Index (Ex. Primary Key)
2. Non Cluster Index(Ex.Unique Key)

Is This Answer Correct ?    9 Yes 3 No

About types of indexes in SQL server ?..

Answer / bala

Filtered Index in case of SQL Server 2008

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More SQL Server Interview Questions

What is similarity and difference between truncate and delete in sql?

0 Answers  


select name of emplyoee whose total salary is 130 from following table. id name salary 1 a 100 2 b 20 3 c 50 1 a 30 2 b 70 Post the resulantant Query?

7 Answers  


What are the differences between lost updates and uncommitted dependencies?

0 Answers  


What are the requirements for sql server 2016?

0 Answers  


Explain in brief how sql server enhances scalability of the database system?

0 Answers  






why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration

0 Answers  


What is normalization in Database ?

4 Answers  


How many partitions a clustered index has by default in sql server 2012?

0 Answers  


What is Full Outer Join?

3 Answers  


What is a sub-query? When would you use one?

3 Answers  


What are the various editions of sql server 2017 that are available in the market?

0 Answers  


What is the basic difference between clustered and a non-clustered index?

9 Answers   Infogain,


Categories