Database Management System
Database Management System
Group No 02
Members:
Zainab Batool (BS IT M1 04)
Areeba Mudassar (BS IT M1 18)
Topic
Concurrency Control
Transaction
• First put the lock on the item and perform the desired operation
and than unlock it.
• Read and write operations cannot be done without locking.
Types of Locks
• Shared Lock (S): Allows multiple transactions to read data but
prohibits writing.
Exclusive Lock (X): Permits one transaction to read or write
data.