Mention data types used in db2 ?
No Answer is Posted For this Question
Be the First to Post Answer
Which components manage deadlocks in db2?
Mention the different locking levels that are available in db2.
If a non-DB2 program calls a DB2 program, the calling program's name will be there in SYSIN of IKJEFT01 and the plan name will be that of the called program. But is a bind needed or a plan has to be created for the non-DB2 program also?
How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?
what is Runstats? Whem will u choose to runatats?
what is load and unload in db2
Is Cursor exicutable ?
How can you quickly find out the number of rows updated after an update statement?
what is the Foreign key? explain?
How do you run JCL in cobol program
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
What is lock escalation?