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
Explain the use of ignore option in imp command.
How to use null as conditions in oracle?
Describe an oracle table?
When do I need to use a semicolon vs a slash in oracle sql?
How can windows applications connect to oracle servers?
What operating systems are supported by oracle database 10g xe?
In the oracle version 9.3.0.5.0, what does each number shows?
How to find the duplicate rows count from employees table in oracle?
What is the difference between substr and instr?
What are the different types of trigger and explain its various uses and functions?
What are the logical operations?
What are the uses of linked server and explain it in detail?
What is truncate oracle?
Can a formula column be obtained through a select statement ?
Oracle