what are the SQL codes u freequently got?
Answer Posted / krishnan
-805 program is not present in the plan.
u need to compile,package and plan the program once
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you concatenate the firstname and lastname from emp table to give a complete name?
How do I copy a table in db2?
What is alias in db2?
Explain the contention situations caused by locks?
How to find primary key of a table in db2?
How does coalesce work?
What are the contents of dclgen?
Where can you declare a cursor in a cobol-db2 program?
What are the rules for db2 programming?
What does db2 plan contain?
Can we update view in db2?
What is db2?
define clustering index.
What is page size in db2?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?