What is deadlock?
Answers were Sorted based on User's Feedback
Answer / s
Deadlock is a situation where two programs are waiting on
each other's lock to be released.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / srikanth
when two applications trying to access the same table that
the table is locked by another table is called deadlock
| Is This Answer Correct ? | 2 Yes | 1 No |
Write a query to extract first 5 characters of a name in the column Stud_Name?
What is a predicate?
Can you Average the Characters ?
How do you filter out the rows retrieved from a Db2 table ?
I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?
What is the difference between base table and view?
What is a db2 schema?
Can a Db2 table data be retrived through JCL?
Define buffer pool.
What does runstats do in db2?
how can we find nth max salary from A table
What is meant by AUTO COMMIT?