How many types of indexes are there in sql?



How many types of indexes are there in sql?..

Answer / Kirti Chauhan

There are five types of indexes in SQL: 1) Clustered Index, 2) Non-Clustered Index, 3) Primary Key Index (which is a type of Clustered Index), 4) Unique Index, and 5) Full Text Index.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What sql database should I use?

1 Answers  


What is sql basics?

1 Answers  


How do u count no of rows in a table?

8 Answers   CTS,


How do you exit in sql?

1 Answers  


Can you have more than one key in a database?

1 Answers  


what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba

1 Answers  


what is transaction? : Sql dba

1 Answers  


What are functions in sql?

1 Answers  


How many LONG columns are allowed in a table?

6 Answers   CTS,


How is data stored on a disk?

1 Answers  


what does myisamchk do? : Sql dba

1 Answers  


What is schema in sql example?

1 Answers  


Categories