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

Define select, insert, create, delete, update, drop keywords

687


What is the syntax to add a record to a table?

662


Is sql low level language?

665


write an sql query to find names of employee start with 'a'? : Sql dba

675


what are local and global variables and their differences? : Sql dba

621






How insert into statements in sql?

688


Which kind of parameters cannot have a default value in pl sql?

684


Do triggers have restrictions on the usage of large datatypes, such as long and long raw?

789


How can you know that statistics should be updated?

720


Is sql a oracle?

612


How many types of functions are there in sql?

584


What is bulk collect in pl sql?

620


Is delete faster than truncate?

644


Does sql support programming?

653


Can a foreign key be a duplicate?

596