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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / 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

More SQL PLSQL Interview Questions

what is the purpose of update command in oracle?

7 Answers   MBT,


How many sql databases can you have on one server?

0 Answers  


Is it possible to update views?

0 Answers  


What is the difference between a subquery and a join?

0 Answers  


Is sql database free?

0 Answers  






what is union, minus and interact commands? : Sql dba

0 Answers  


What is varchar used for?

0 Answers  


Write the order of precedence for validation of a column in a table ?

2 Answers  


Does mysql support pl sql?

0 Answers  


What is bind variable in pl sql?

0 Answers  


Explain ddl statements in pl/sql?

0 Answers  


How do you pronounce sql?

0 Answers  


Categories