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
How do I get sql certification?
What are the methods of filing?
How do you declare a user-defined exception?
Why is stored procedure faster than query?
What are operators available in sql?
What are joins in sql?
Does view store data in sql?
Write a sql query to convert all character to uppercase after hypen.
Does sap use sql?
Which data type is a composite type?
what are wild cards used in database for pattern matching ? : Sql dba
How do you update sql?
What is difference between nchar and nvarchar?
Is merge a dml statement?
what is heap table? : Sql dba