What is a db2 collection?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of the WHERE clause.
How can we read records for specific member in CL? AND rpg?
what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??
What is a collection?
I want to fetch the 10th row of a table which has been changed.How can I do it without going thru all the rows.
How is the SUBSTR keyword used in sql?
What is an instance database?
What is schema in db2?
B37 abend during spufi?
How can you find out the # of rows updated after an update statement?
How does DB2 store NULL physically?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.