what are indexes..how many types of index's are there and
what are they?

Answer Posted / a.brahmam

indexes 5 tyeps
1.B-Tree index:-->in oracle by default index is called B tree index.
2.Bit map index:--->in oracle Bit map index is used to data warehouse applications generally Bit map index created low cardinality columns.
3.function based index:--->B tree index extension of the function based index.
in B tree indexes two type this are
4.Unique B tree index in oracle by default automatically created.
5.Non-Unique B tree index in oracle by default manually created.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use null as conditions in oracle?

584


how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?

1830


What is java oracle used for?

527


How to drop a stored procedure in oracle?

592


What do you mean by a deadlock?

517






How to write date and time literals in oracle?

555


Point out the difference between user tables and data dictionary?

546


What is a trace file and how is it created in oracle?

554


How to store only time; not date and time?

557


What are the different types of partitions in oracle?

496


What is the difference between post-database commit and post-form commit?

517


What is oracle rownum?

522


Explain joins in oracle?

561


What is hot backup and logical backup?

610


How to define a variable of a specific record type?

614