How do you declare a host variable (in COBOL) for an
attribute named emp-name of type VARCHAR(25) ?
Answers were Sorted based on User's Feedback
Answer / kb
Can some one please explain this ... what difference it makes ...
Is This Answer Correct ? | 0 Yes | 1 No |
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
What are the four lockable units for DB2?
What is an alias?
How will you delete duplicate records from a table?
What is null indicator in db2?
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.
What is the error code -803 ?
What Utility is used to migrate DB2 from one release to the next?
How can you quickly find out the number of rows updated after an update statement?
what is differnece between DROP TABLE & DELETE TABLE .
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
is it possible to get -811 error when you use cursors. why?