What is lock contention?
Answer / s
Lock contention occurs when an application program is
trying to acquire a lock that is held by another
application program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we need to create an alias if we can directly use the table name? What are the benefits of referring a table name by its alias? Also, when should we go for alias and when for synonyms?
what is the certification that has a good value for a practioner in mainframes but not habving much knowledge on db2 related stuff?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What do you mean by NOT NULL WITH DEFAULT? When will you use it?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
What is view db2?
What is the syntax of SELECT statement when embedded in a COBOL program?
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
i have table agdet i want first 5 maximum commission which query will you write for this thanks in advance
Explain an outer join?
What are the various isolation levels possible?
How to insert more than one record using insert?