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 are different types of keys in sql?
I need a exceptoin in pl/sql block so that if any errors occur in the block then no exception should errors should raise?
Why are sql stored procedures used?
How do you create an update query?
What are the two types of exceptions.
If an unique key constraint on DATE column is created, will it validate the rows that are inserted with SYSDATE?
define sql delete statement ? : Sql dba
Is sql a backend language?
How to create a view on a table which does not exists
Can you have a foreign key without a primary key?
Why do we use cursors?
How the execution will be done in exceptions?
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)