What is the difference between dbm cfg and db cfg file in db2 ?
No Answer is Posted For this Question
Be the First to Post Answer
What is a system catalog table in db2?
What is the syntax for seeing the columns and data types of a table in the db2 database?
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.
What is the role of the data page in the db2 database?
What is sqlca’s maximum length?
What is cursor stability in db2?
What r the comman abends in db2, jcl and cobol???????
db2 query I have one table with the following details. SNO SNAME DOJ ------ -------------------- ---------- 10 KRISH 2007-03-19 20 REDDY 2007-05-19 30 RRRRR 2007-05-19 40 BBBBB 2008-05-19 50 CCCCC 2009-05-19 60 JJJJJ 2009-05-19 70 JJJJJ 2004-05-19 i want the output in the following format:( no of students joined in each year(no nedd to consider about month and date) year count --------- ---------- 2004 1 2007 3 2008 1 2009 2
what is the difference between normal select query and currosor
What is the result of open cursor statement?
what is a corelated subquerry?
What does db2 plan contain?