Search results

  1. A

    Trying to release a database lock

    What is a database lock in the context of SQL? Provide an example and explanation.:) A database lock is used to “lock” some data in a database so that only one database user/session may update that particular data. So, database locks exist to prevent two or more database users from updating the...
Back
Top Bottom