What is an index and types of indexes. How many number of
indexes can be used per table ?

Answers were Sorted based on User's Feedback



What is an index and types of indexes. How many number of indexes can be used per table ?..

Answer / rm thirunavukkarasu

Index is used to Retrive the Information in efficient
manner. And query processor perform reliably.

There are 3 types of Index namely
*Cluster based Index
*Non Cluster based Index
*Noncomposite Index
*Compositive Index
*Unique Index

For more info adt sql plz visit www.thiruna.blog.com

Is This Answer Correct ?    8 Yes 16 No

What is an index and types of indexes. How many number of indexes can be used per table ?..

Answer / sandip kumar chaturvedi

index is a data structure that improve the operation on
table.there are two types of index.
1) ordered index.
2) hashed index.
up to 249 clustered indexes per table.

Is This Answer Correct ?    20 Yes 33 No

Post New Answer

More SQL PLSQL Interview Questions

What is update query?

0 Answers  


What are the query optimization techniques?

0 Answers  


Which are the different types of indexes in sql?

0 Answers  


What is Overloading of procedures ?

4 Answers   Amdocs,


What is Raise_application_error ?

1 Answers  






Is not null in sql?

0 Answers  


What is pls integer?

0 Answers  


What is set transaction?

0 Answers  


Can we join more than 2 tables in sql?

0 Answers  


Can we use SQL%ISOPEN in implicit cursors? Does this attribute works properly in Implicit Curosors?

3 Answers  


How do we tune the code?

2 Answers  


what are the non-standard sql commands supported by 'mysql'? : Sql dba

0 Answers  


Categories