What is the role of schema in the db2 database?
No Answer is Posted For this Question
Be the First to Post Answer
Where could you look if you had a question about whether a column has been defined as an index?
In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)
How to design maps
What does the sqlcode of -818 pertain to?
Give some example of statistics collected during RUNSTATS?
What are some characteristics of columns that benefit from indexes?
What are the 4 environments which can access DB2 ?
What will happen, while trying to close the closed cursor.
What are union and union all?
Select empno, sal from emptbl where empno < 101.By this query can we fetch first 100 recs? where empno is primary key.It won't throw -811 error? if it wont,then what is use of cursor technique while fetching first 100 recs. Please need more clarification.
wht steps we need will coding cobol and db2 pgm ?
Give the COBOL definition of a VARCHAR field.