Concurrency control in RDBMS is important for which of the following reasons ?
Concurrency control in RDBMS is important for which of the following reasons ? Correct Answer To ensure data integrity when updates occur to the database in a multi-user environment.
Concept:
RDBMS stands for a relational database management system. A relational database is made up of number of relations and corresponding relational database schema. RDBMS data is in the form of tables, records.
Explanation:
Concurrency control in RDBMS means to manage operations that are performed simultaneously so that they will not conflict with each other. Concurrent access is quite easy when users are just reading the data.
- Concurrency control is important to ensure data integrity when updates occur to the database in a multi-user environment.
- Concurrency control is used to apply isolation through mutual exclusion.
- It ensures serialization in the system.
- It preserves data consistency and resolves the conflict during read-write operations.
Various concurrency control protocols are Lock-based protocols, time stamp protocols, two-phase locking.
মোঃ আরিফুল ইসলাম
Feb 20, 2025