How do you do the EXPLAIN of a dynamic SQL statement?
Answer Posted / swetha dasari
we could replace the unknown values with a "?"
eg:
select name
from database
where name = ?
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What do you mean by cursor?
Before you give the explain statement, what are the prerogatives?
What is the advantage in De-normalizing tables in DB2?
What are packages in db2?
How do we specify index to include or not during bind process.
Is the primary key a clustered index?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
How can you find out the # of rows updated after an update statement?
How do I connect my db2 database to ibm?
What is the use of reorg in db2?
What is the syntax for creating a table in the db2 database?
What os does db2 run on?
What is buffer pool?
What is with ur in db2?
Explain what are the various isolation levels possible?