Advertisements
Advertisements
प्रश्न
List the components of storage manager.
उत्तर
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
संबंधित प्रश्न
State any one method of removing data from a cell in a spreadsheet.
__________ is a collection of related data.
Explain the characteristics of DBMS.
What is not a DBMS?
______ is known as skeleton of database.
What do you call the database catalogue where DBMS stores database schema along with various constraints?
Constraints are used to ______.
Give the term for the following:
DBMS creates a file that contains a description of the data stored in the database.
Differentiate between Database state and database schema.
State any two requirements that should be considered before making an investing decision to choose between 'Server database' or 'Desktop database'.