When to choose Red-Black tree, AVL tree and B-trees?

When to choose Red-Black tree, AVL tree and B-trees? Correct Answer many inserts, many searches and when managing more items respectively

Red black when frequent inserts and deletes, AVL when less frequent inserts and deletes, B-tree when using paging from a slow storage device.
Bissoy MCQ

Related Questions

Given an empty AVL tree, how would you construct AVL tree when a set of numbers are given without performing any rotations?
Cosider the below formations of red-black tree. All the above formations are incorrect for it to be a redblack tree. then what may be the correct order?
Which of the following is an advantage of balanced binary search tree, like AVL tree, compared to binary heap?
A tree is cut partially and made to fall on ground. The tree however does not fall completely and is still attached to its cut part. The tree top touches the ground at a point 10m from foot of the tree making an angle of 30°. What is the length of the tree?
What is an AVL tree?