When do we create bitmap indexes
Answers were Sorted based on User's Feedback
Answer / guest
A.OLTP
B.DSS
C.Where clause has functions
D.Tables that have only one record
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / 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 |
What is full join in sql?
what is the sql query to display current date? : Sql dba
How to run sql statements through the web interface?
what is the difference between cluster and non cluster index? : Sql dba
Give which cursor is better for better performance means type of cursors?
What will be the output of the following String S = 1+2+"abc" S = ? String S1 = 1+2+"abc"+5+6 S1 = ?
Can I join the same table twice?
how is exception handling handled in mysql? : Sql dba
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
Differentiate between sga and pga.
how many ways to get the current time? : Sql dba
What is the basic form of sql query?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)