Answer Posted / 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 View All Answers
Which command is used to view the content of the table in mysql?
How to create table with same structure of student table in mysql?
Which datatype is used for email in mysql?
Is mysql relational?
What is the datatype of image in mysql?
what is the default port for mysql server? : Mysql dba
What is sharding in mysql?
In mysql, what is joins? Explain
How do stored procedures work?
What is use command in mysql?
Why we use mysqli instead of mysql?
What is the difference between sql and mysql and oracle?
How To see all the tables from a database of mysql server.
How to install mysql?
What is the use of mysqli_connect in php?