What is dclgen in db2?
No Answer is Posted For this Question
Be the First to Post Answer
why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2
What is reorg in DB2
Is it mandatory to use DCLGEN? If not, why would you use it at all?
what is static sql? what is dynamic sql? Give me details
can we drop column from a table
What is a host variable?
What is the physical storage length of each of the following DB2 data types: DATE, TIME, TIMESTAMP?
what is + sign and -ve sign for sql code ?
what is a plan and how do you refer the plan in the program?
DB2 is a A) data base/data communication system B) data base C) RDBMS D) Programming language
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?