Buffer manager is responsible for
Options
- fetching data from disk storage into main memory, and deciding what data to cache in main memory.
- allocation of space on disk storage and the data structures used to represent information stored on disk
- storing details such as how many users, which user has which permissions.etc
- None of the above
CORRECT ANSWER : fetching data from disk storage into main memory, and deciding what data to cache in main memory.
Write your comments