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.
No Answer is Posted For this Question
Be the First to Post Answer
What is null in db2?
what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??
What are foreign keys?
In a single table,How to retrieve a employee-id of an employee who works in more than one department?
What is a base table?
How do I delete a table in db2?
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
What is a storage group (stogroup)?
Define declaration generator (dclgen).
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 an access path?
What is a bind in db2?