What is DYNSLT keyword? How do you perform selection using DYNSLT
Answer Posted / mounikag
To select the records dynamically during runtime.
In the file level define DYNSLT.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is reorg?
How do I start db2 in windows?
What is universal database?
How connect db2 database to datastage?
What is cursor stability in db2?
What are db2 objects?
What is the use of db2 optimizer?
Highlight all the advantages that are attached to a package.
What is db2 purescale?
How many databases are there?
What is rct?
What is the difference between plan and package in db2?
How to rename a table in DB2 ?
How do I add a column to an existing table 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?