What is dynamic SQL?
Answer / s
Dynamic SQL are built at execution time. Dynamic SQL does
not go through the program preparation process like static
SQL and can execute different SQL statements in one
program.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a bind in db2?
what is difference between Static call and Dynamic call? How does it function?
How do I copy a table in db2?
What keyword does an SQL SELECT statement use for a string search?
What is meant by the attachment facility?
what is the maximum number of tables that can be joined ?
What do you need to do before you do EXPLAIN ?
Explain how can you do the explain of a dynamic sql statement?
What is ibm db2 used for?
Can we declare cursor in Procudere division or open the cursor in the Working storage section. Is there any particular rules in the usage of cursors lifecycle
What is schema in db2?
How can we retrieve the total number of records in RPG & CLLE?