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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between cross join and natural join?

564


Where can I learn sql for free?

505


What is crud sql?

539


How do I remove duplicates in two columns?

508


what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?

2003






What are inner outer left and right joins in sql?

511


Why do we go for stored procedures?

509


What is a subquery in sql?

507


Are subqueries faster than joins?

573


Is nosql faster than sql?

540


Can we rollback truncate?

537


What are the different sql languages?

538


What are the different types of a subquery?

519


Can we perform dml in function?

592


Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.

526