Explain MySQL locks
Monday, June 15, 2009 4:27Posted in category MySql Interview Questions
No Comments
Table-level locks allow the user to lock the entire table, page-level locks allow locking of certain portions of the tables (those portions are referred to as tables), row-level locks are the most granular and allow locking of specific rows.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.


