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 is a behavioral trigger?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
how to get help information from the server? : Sql dba
Can we insert data into materialized view?
what is the command line end user interface - mysql? : Sql dba
what is sub-query? : Transact sql
What is a schema? How is it useful in sql servers?
Describe sql comments?
Can we insert data in view?
Is inner join same as self join?
What is PL/SQL Records?
What is left join in postgresql?
What are sql objects?
What is pivot table in sql?
How do I order columns in sql?