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
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 |
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 |
what is the purpose of update command in oracle?
How many sql databases can you have on one server?
Is it possible to update views?
What is the difference between a subquery and a join?
Is sql database free?
what is union, minus and interact commands? : Sql dba
What is varchar used for?
Write the order of precedence for validation of a column in a table ?
Does mysql support pl sql?
What is bind variable in pl sql?
Explain ddl statements in pl/sql?
How do you pronounce sql?