What is a precompiler?
Answers were Sorted based on User's Feedback
Answer / s
DB2 Precomplier comments out the SQL statments and replaces
with CALL statements to DB2. It places the consistency
token in both the DBRM and modified source program.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is a page?
How would you move a tablespace (using STOGROUP) to a different DASD volume allocated to that tablespace?
What is catalog database in db2?
How does DB2 store NULL physically?
What is cursor stability in db2?
What is the use of runstats in db2?
Give some example of statistics collected during RUNSTATS?
I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?
i have table agdet i want first 5 maximum commission which query will you write for this thanks in advance
Mention some fields that are a part of sqlca.
if one db2 pgm calls another db2 pgm. how many plans do we need. what r the steps involved..
My SQL is not performing well. Describe how will you fine tune it?