...
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024

Database-Management-System

Question 397
Which of the following is preferred to organize very large indexed sequential access disk files for both interactive random access and co-sequential batch processing of its records?
A
Hashing
B
B-Trees
C
Simple Index
D
B+ Trees
Question 397 Explanation: 
B-tree and B+ Tree are suitable to organize very large indexed sequential access disk files for interactive random access but since in B+ tree each leaf node have a pointer to its next leaf node then it makes the access of co-sequential batch processing of its records easier.
Correct Answer: D
Question 397 Explanation: 
B-tree and B+ Tree are suitable to organize very large indexed sequential access disk files for interactive random access but since in B+ tree each leaf node have a pointer to its next leaf node then it makes the access of co-sequential batch processing of its records easier.

Leave a Reply

Your email address will not be published. Required fields are marked *