What is alias in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of the QUIESE Utility?
Suppose if I need to update a column, how you do that using cursor?
What is concurrency in db2?
What is consistency token in db2?
What is package in cobol db2?
what is difference between random and sequence file access
What is query for your birthday date should be in hours,minute and seconds format?
Is it possible to update a primary key value? If not, what is the error code given? If yes, can more than 1 primary key column be updated at a time?
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?
Is it Possible to declare or create a cursor for UPDATE of table? If yes tell me how? If no Tell me why?
What is the difference between db2 and oracle?
insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?