When do we create bitmap indexes

Answer Posted / hitendra yadav

If there is very less cardinality (i.e. 1% of total column
values) or distinct values in column then we have to create
BITMAP index for that column like GENDER column will always
have 2 values MALE or FEMALE.

Syntex:-

Create bitmap index index_name on table_name(column_name);

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the structure of pl/sql in brief.

623


I need a function for a train ticket reservation please answer it thanks in advance

565


What is foreign key and example?

521


What is difference between mysql and postgresql?

519


What is sqlservr exe?

482






- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?

1391


How does postgresql compare to "nosql"?

583


what are the 'mysql' command line options? : Sql dba

559


What is a dirty read sql?

487


What does subquery mean in sql?

542


Is join and inner join the same?

543


what happens if null values are involved in expressions? : Sql dba

568


What is an example of translating a date into julian format?

582


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

588


how to return query output in html format? : Sql dba

651