Question
What is the difference between shared locks and exclusive locks?
Answer
In database management systems, locking technology has been used to prevent unauthorized access to the database or to restrict multiple accesses to the same record in the database. There are generally two types of locks: they are.- Shared locks (S locks or read locks)
- Exclusive locks (X locks or write locks)
Post a Comment