InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is correct?(A) B-trees are for storing data on disk and B+ trees are for main memory.(B) Range queries are faster on B+ trees.(C) B-trees are for primary indexes and B+ trees are for secondary indexes.(D) The height of a B+ tree is independent of the number of records. |
| Answer» | |