What is an index and types of indexes. How many number of
indexes can be used per table ?
Answer Posted / alekhya
index is a database object used for increasing the
performance.
types of indexes:
1)simple index
2)composite index
Unique index
composite unique index
bitmap index
key compression index
function based index
cluster index
non-cluster index
Reverse key index
| Is This Answer Correct ? | 12 Yes | 13 No |
Post New Answer View All Answers
what are the different tables present in mysql? : Sql dba
What is a stored procedure in sql with example?
What is compiled query?
What is the difference between pl and sql?
Is sql a case sensitive language?
What is information schema in sql?
Explain the advantages and disadvantages of stored procedure?
What is latest version of sql?
What is the difference between alter trigger and drop trigger statements?
What is cte?
What is a design view?
How to place comments in pl/sql?
How do you truncate?
What is the main difference between sql and pl/sql?
How do I turn a list into a table?