DBMS
Programming and Technical
Programming
Technical
What is a lock?
Read Solution (Total 2)
-
- locking is a method of executing one operation at a time
- 11 years agoHelpfull: Yes(1) No(2)
- A lock, as a read lock or write lock, is used when multiple users need to access a database concurrently. This prevents data from being corrupted or invalidated when multiple users try to read while others write to the database.
- 10 years agoHelpfull: Yes(1) No(0)
DBMS Other Question