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

Answer Posted / brajesh kr.

Bitmap:- index is special kind of index that uses bitmap .
it significant space and performance advantage over
structure for such data. it is also useful for unique value
data. it use bit arrays and answer queries by performing
bitmap logical operations on these bitmap.

B-Tree:-databse server uses a b-tree strucruyre to organize
index information shows that afully developed b-treee index
is composed of that following
1.Oneroot nodes
2. Two or more branch nodes.

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we create a trigger on view?

491


How do I turn a list into a table?

513


What is user defined functions?

580


Can we group by two columns in sql?

507


Why use triggers in sql?

505






What is the purpose of cursors in pl/sql?

638


What is the purpose of the primary key?

565


What does plv msg allows you to do?

681


Can 2 queries be executed simultaneously in a distributed database system?

649


what is the difference between union and union all? : Sql dba

548


How can a function retun more than one value in oracle with proper example?

588


what is the difference between clustered and non clustered index in sql? : Sql dba

551


How to fetch values from testtable1 that are not in testtable2 without using not keyword?

757


Is stored procedure faster than query?

565


How sql query is executed?

559