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 can windows applications connect to sql servers via odbc?
How do you make a trace?
How many types of stored procedures are there in sql server?
You are doing log shipping due to some reasons it is failing. How you will proceed from there
How can you control the amount of free space in your index pages?
How to retrieve error messages using mssql_get_last_message()?
Explain what stored procedure sp_replcounters is used for? : sql server replication
How can you find out how many rows returned in a cursor?
What is use of @@ spid in sql server?
How to find related tables in sql server?
What are the different types of normalization?
What is the return type of executeupdate ()?
Can group by be used without aggregate functions?
What are wait types?
Do you know what is a with(nolock)?