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
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
Can We Use Data-grids For Our Report In Ssrs?
Can you tell me about the concept of ER diagrams?
How to fetch the next row from a cursor with a "fetch" statement?
How do I start sql server agent automatically?
What is a non-clustered index?
List some major differences between triggers and stored procedures?
What is ms sql server service broker?
Difference between 2NF &3NF ?
How to create a simple stored procedure in ms sql server?
How to disable triggers using "disable trigger"?
Explain what are commit and rollback in sql?
what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
Explain error and transaction handling in sql server?
What is difference between stored procedure and user defined function?