Question
Which access method uses a separate index to locate records by key?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Indexed access
Explanation:
Indexed access searches an index that maps keys or record numbers to data locations.
It combines fast lookup with the ability to traverse records in an indexed order.
Leave a Reply