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 get a list of all user accounts in the database?
Explain the use of compress option in exp command.
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
How to join two tables in a single query using oracle?
Explain the use of rows option in exp command.
How to define an anonymous procedure without variables?
What is the sid in oracle?
What happens if you lost a data file?
What is a snapshot log?
What is the meaning of recursive hints in oracle?
What is an oracle wallet?
How do I find the database name in oracle?
How to call a stored function with parameters?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.