When is the access path determined for dynamic SQL?
Answer Posted / s
The dynamic SQL is prepared at run time and the access path
is determined at execution time. Dynamic SQL changes from
one execution to another.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to view db2 table structure?
How do I delete a column in db2?
What is the difference between nvl and coalesce?
What are foreign keys in db2?
How to restart a DB2 program?
Explain packages.
What is the use of runstats in db2?
Comment whether the cursor is closed during commit or not.
what is the responsibility of the construction superintendent
When reorg is used?
How to execute stored procedures?
What is the use of commit in db2?
What is declare cursor?
What is check constraint. Explain with example.
Can you tell me how can you find out the # of rows updated after an update statement?