When is it better to use random-access ? When is it not?
When is it better to use sequential-access? When is it not?
So far I'm only sure to use random access in a situation where I'm dealing with a fixed number of records. For example a record of rooms in a hotel.