Normalization in DBMS
Designing a database structure without proper planning would cause duplicate data and problem updating the database. This will result in an inconsistent database. The process… Read More »Normalization in DBMS
Designing a database structure without proper planning would cause duplicate data and problem updating the database. This will result in an inconsistent database. The process… Read More »Normalization in DBMS
Previously, you learned about the concurrency mechanism in database. You know that the concurrency is maintained in a serialized manner, giving the impression that there… Read More »Locks in Database Management
The concurrency control concept comes under the Transaction in the database management system (DBMS). It is a procedure in DBMS which helps us control two… Read More »Concurrency Control