Intro to Bitmap Index

Intro to Bitmap Index: what is it and when to use There are bunch of different indices in the database world, you are probably most familiar with B-tree index. Different

Difference between truncate, delete and drop table

Difference between truncate, delete and drop table In mysql, as well as other database system, there are many ways to get rid of data or table itself. So what are