How many different types of indexes we have in oracle?
Answer Posted / sudev kuma rmishra
two types
A.implicit B.explicit
A.implicit index
automatically created when we mention primary key or unique key
B.explicit index
these are created by user
and examples are
1.simple/normal index
2.composite index
3.unique index
4.bitmap index
5.partition index
6.function index
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to speed up webrick?
How to rename a tablespace in oracle?
How to convert numbers to characters in oracle?
What is a user role in oracle?
What are the attributes of the cursor?
Explain the use of ignore option in imp command.
Can we create database in oracle using command line ?
What is index-organized table in Oracle?
How to create an initialization parameter file?
Can we commit inside a function in oracle?
How to delete an existing row from a table in oracle?
how do u setup a replication site?
How to use "for" statements in oracle?
Explain alias?
What are the types of trigger in oracle?