CSE :: Database System 2 - CS
- Resource locking is a process to prevent multiple applications from obtaining copies of the same record when the record is about to be changed.
- The overall responsibility of the DBA is to facilitate the development and use of the database.
- When one transaction reads a changed record that has not been committed to the database a filthy read occurs.
- When two transactions are being processed against the database at the same time they are termed concurrent transactions.