Submitted by: Gajanan
There are two ways of changing the rows in particular table.
One to delete the row
Second to modify/Change the data of row in table.
In every case we opt for exclusive locks
So when one user has exclusive lock then another user can’t share that information unless first user releases that locks.
Another type of lock is shared lock, which is used when two or more users share the same information for reading purpose (No change in the database).
Above answer was rated as good by the following members:
gvmahesh