Explain MySQL locks?



Explain MySQL locks?..

Answer / amith

Table-level locks allow the user to lock the entire table,
page-level locks allow locking of certain portions of the
tables row-level locks are the most granular and allow
locking of specific rows.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I find mysql location?

0 Answers  


how to repair a table in mysql?

2 Answers  


What is mysqladmin flush hosts?

0 Answers  


how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.

0 Answers  


What is mysql url?

0 Answers  






How many primary keys can be there in a table?

0 Answers  


How many services is running in sql server?

3 Answers   ACC, V2 Solutions,


What does it mean to be case sensitive?

0 Answers  


What is maximum size of a database in MySQL?

13 Answers   Bastioncoup, CIS, NM, V2 Solutions, Wipro,


What language does mysql use?

0 Answers  


How do I fix a crashed mysql database?

0 Answers  


How to convert character strings to dates?

0 Answers  


Categories