

MCQOPTIONS
Saved Bookmarks
1. |
Which one of the following is a key factor for preferring B+ trees to binary search trees for indexing database relations? |
A. | Database relations have a large number of records |
B. | Database relations are sorted on the primary key |
C. | |
D. | B+ trees require less memory than binary search trees |
E. | Data transfer from disks is in blocks |
Answer» E. Data transfer from disks is in blocks | |