Advertisements
Advertisements
Question
List the components of storage manager.
Solution
A storage manager is a program module that is responsible for storing, retrieving and updating data in the database.
Following are the components of the storage manager;
- Authorization and Integrity Manager: It tests the integrity constraints and checks the authorization of users to access data.
- Transaction Manager: It ensures that no kind of change will be brought to the database until a transaction has been completed totally.
- File Manager: It manages the allocation of space on disk storage and the data structures used to represent information stored on disk.
- Buffer Manager: It decides which data is in need to be cached in the main memory and then fetch it up in main memory. This is very important as it defines the speed at which the database can be used.
APPEARS IN
RELATED QUESTIONS
What is meant by cell address?
Give the full form of SQL.
State the significance of the following in DBMS :
(i) Forms
(ii) Reports
Mention any two of the available values that are used in indexed property.
Write the steps to filter a table.
Explain the characteristics of DBMS.
Explain on Evolution of DBMS.
What do you call the database catalogue where DBMS stores database schema along with various constraints?
Give the term for the following:
DBMS creates a file that contains a description of the data stored in the database.
State the following rules of DBMS.
Referential Integrity