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 trigger and types?

0 Answers  


Why do we use sql constraints?

0 Answers  


What are the packages in pl sql?

0 Answers  


How to load data with sql*loader?

0 Answers  


Which is better join or subquery?

0 Answers  






What is sql analyzer?

0 Answers  


What will be the output for the below Query Select 'High' from dual where null = null;

12 Answers   Infosys, Satyam,


What is oracle sql developer?

0 Answers  


How do you use join?

0 Answers  


What is mutating error in pl sql?

0 Answers  


What is mutating trigger?How to avoid it??

3 Answers   Tech Mahindra,


Write one update command to update seqno field of a table on the basis of row number.

4 Answers   HCL,


Categories