What is the maximum length of sqlca?
What are PACKAGES ?
Do we have any optinon to search part of integer in DB2 as we have for character Like,SUBSTR optins?
What are the disadvantages of PAGE level lock?
In BIND, isolation level parameter specifies the duration of page lock and ACQUIRE, RELEASE also do almost the same thing. What is the exact difference between the two? Do they work in conjunction while executing SQL queries and obtaining locks?
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?
How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?
What is ACQUIRE/RELEASE in BIND?
What is concurrency in db2?
How will you return the number of records in table?
Which isolation level provides maximum concurrency?
i have table agdet i want first 5 maximum commission which query will you write for this thanks in advance
What is the physical storage length of the data types date, time, and timestamp?