what are the differences among these table level lock
modes - IN SHARE MODE, IN SHARE UPDATE MODE, IN EXCLUSIVE
MODE ?
Answer Posted / raji_4u
in share mode :
this mode is for read only on entire table.
we can not make changes to table.
any user can have a lock in share mode at same time.
in share update mode :
this mode is used to lock the selected rows for update.
this mode acquires lock on selected rows only,not entire table.
other user can have lock on other rows on the same table but
not on the rows you have locked.
in exclusive mode :
this acquires lock on entire table.
another user can not have any lock on that table.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
What is dml and ddl?
What is information schema in sql?
What is difference between group by and partition by?
What is a variable in sql?
What are triggers and its types?
Is ms sql is free?
Can we use commit inside a trigger?
what are the 'mysql' command line arguments? : Sql dba
What is procedure and function?
Explain the rollback statement?
Is oracle sql free?
What are procedures used for?
What is the sql*loader? : aql loader
What is the best sql course?
Is full outer join same as cross join?