Which Of The Following Statement Is Used To Create A Bitmap #399
Which of the following statement is used to create a BIT-MAP Index in SQL?
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Constraints - SQL Index - Quiz No.1.
Which of the following statement is used to create a BIT-MAP Index in SQL?
CREATE INDEX index_name ON table_name (column_name);
CREATE BITMAP INDEX index_name ON (column_name);
CREATE INDEX BITMAP index_name ON table_name (column_name);
CREATE BITMAP INDEX index_name ON table_name (column_name);