|
What is meant by locking?
COBOL SQL Interview Questions
(Continued from previous question...)
What is meant by locking?
Locking is a process that is used to ensure data integrity. It also prevents concurrent users from accessing inconsistent data. The data (row) is locked until a commit is executed to release the updated data.
(Continued on next question...)
Other Interview Questions
|