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
Is sqlite thread safe?
What is difference between procedure and trigger?
what is sql profiler? : Sql dba
What is the difference between between and in condition operators?
What is a behavioral trigger?
Which one is better subquery or joins?
What are the different sql languages?
Does mysql support pl sql?
Does sql*plus have a pl/sql engine?
How to sort the rows in sql.
Why is there a need for sqlcode and sqlerrm variables?
What types of commands can be executed in sql*plus?
how to write date and time literals? : Sql dba
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
What are the advantages of sql?