Answer Posted / bijaylaxmi
sql>create bitmap index <bitmap index name>
on tablename(column name);
e.g-create bitmap index empbitmapjob on emp(job);
This is the syntax for bitmap index.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
What is the difference between truncate and delete commands?
What is the security principal at the database level that represents your session?
Explain optimistic and pessimistic concurrency?
What are the advantages of using third-party tools?
What can be used instead of trigger?
How many servers can we create in a single subscription?
What are data driven subscriptions?
State the difference between local and global temporary tables?
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
What are four major operators that can be used to combine conditions on a where clause?
What is conditional split?
When cursors are useful?
Why we use the openxml clause?
Mention the differences between local and global temporary tables.