When is the access path determined for dynamic SQL?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kamalakar
At runtime when the PREPARE statement is issued.
| Is This Answer Correct ? | 3 Yes | 0 No |
how 2 resolve the -311 sqlcode
What does db2 mean?
What is a SELECT statement?
What is the SQL query to select, delete and get count of duplicate rows in DB2?
What does the REORG Utility do?
What is a data page?
When is the results table for the query in a DECLARE CURSOR statement created?
Why cursor is used in db2?
How to solve S0C7 abend with out using DISPlay in 10 mins?
What are concurrency issues?
B37 abend during spufi?
Explain db2.