Which two statements are true regarding B-tree index()
- AThe leaf blocks in the index are doubly linked.
- BThe leaf node stores a bitmap for each key value.
- CThe rows with NULL value in key columns also have entries in the index.
- DThe deletion of a row from the table causes a logical deletion in index leaf block and the space becomes available for the new leaf entry.