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
Can you have a foreign key without a primary key?
How does a trigger work?
What is data type in database?
What view means?
Why trigger is used in sql?
What is view? Can we update view
What is procedure and function?
What is spool?
What is rank dense_rank and partition in sql?
What is the difference between alter trigger and drop trigger statements?
What is pl sql in oracle?
Which is faster view or stored procedure?
How is a PL/SQL code compiled?
What is the difference between inner join and outer join?
What is acid property in a database?