What is the difference between an explicit and an implicit lock in database?

DayDayUp picture DayDayUp · Sep 8, 2010 · Viewed 18.3k times · Source

What is the difference between an explicit and an implicit lock in database?

Answer

Sharjeel Aziz picture Sharjeel Aziz · Sep 8, 2010

Implicit locks are generally placed by the DBMS automatically. Most DBMS allow the developer or the application to issue locks which are referred to as explicit locks.