Question
A database must read record 50,000 without scanning all earlier records. Which file access method is most appropriate?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Direct or random access
Explanation:
Direct access computes or specifies the desired block or record position independently of previous accesses.
It is well suited to disk-based databases and large fixed-record files.
Leave a Reply