what are the differences among these table level lock
modes - IN SHARE MODE, IN SHARE UPDATE MODE, IN EXCLUSIVE
MODE ?
Answer Posted / ajay.lavanuru
The lock mode convey the message of lock status starting
from low level hierarchy to high level hierarchy.
exclusive lock ---high priority
if this lock is enabled then 1 cant do nothing on the table.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is user defined functions? : Sql dba
What is cte sql?
Why query optimization is needed?
Can we join 3 tables in sql?
What are the types of keys?
What is trigger in sql and its types?
How many types of tables are there?
What is materialized view in sql?
What are different types of functions in sql?
Is sql port 1433 encrypted?
how do you login to mysql using unix shell? : Sql dba
How delete all records from table in sql?
How do I kill a query in postgresql?
Why is sql better than hql?
Can we join same table in sql?