Initially question was asked to mention the types of indexes.
Then asked about BITMAP INDEX and B-Tree Index

Answer Posted / slokh

Bitmap index is a type of index created on the basis of the
column having low cardinality like. index created on the
column like 'gender' etc.


B-tree or binary index is created on the column contains
wide range of values like 'name' column.

note:- more than one index is created on the table.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is cross join? : Sql dba

576


how do you know if your mysql server is alive? : Sql dba

604


What is rowid in sql?

513


What is dml with example?

519


In what condition is it good to disable a trigger?

559






Is it possible to sort a column using a column alias?

609


what are the advantages of sql ? : Sql dba

552


What is pl/sql table? Why is it used?

565


What are the different types of a subquery?

525


How do you explain an index number?

540


what does the t-sql command ident_incr does? : Transact sql

606


What is the use of count (*) in sql?

553


What does where 1 1 mean in sql?

552


Explain the difference between triggers and constraints?

523


What is a database event trigger?

601