What is an index and types of indexes. How many number of
indexes can be used per table ?
Answer Posted / guest
Index is a method used for faster retrieval of
records.different types of indexes are
1.primary key index
2.unique index
3.bitmap index
4.hash index
5.function based index
6.B-tree index(default index created) on table.
7.Virtual index(which do not show entry in DBA_segment).
| Is This Answer Correct ? | 128 Yes | 35 No |
Post New Answer View All Answers
How do I start sql profiler?
how to use like conditions? : Sql dba
What is pl sql block structure?
What is dbo in sql?
Which join is like an inner join?
what are the security recommendations while using mysql? : Sql dba
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
Is sql difficult?
describe mysql connection using mysql binary. : Sql dba
What is file based approach?
Does sql between include endpoints?
Is json a nosql?
How do you declare a constant?
What does (*) mean in sql?
Can you call pl/sql package functions from within a fast formula?