Give the COBOL definition of a VARCHAR field.
Answers were Sorted based on User's Feedback
Answer / ravi & dhana
10 HNAME.
49 HNAME-LEN PIC S9(4) USAGE COMP.
49 HNAME-TEXT PIC X(10).
| Is This Answer Correct ? | 51 Yes | 6 No |
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
Name some fields from SQLCA.
What are the contents of a DCLGEN?
What is the difference between oracle and db2?
What's the Maximum Length of SQLCA and what's the content of SQLCABC?
When reorg is used?
What is performance tuning db2?
Explain about cursor stability?
How is the SUBSTR keyword used in sql?
While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?
can we update the table by using cursors can anyone post the query?
In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)