How do you simulate the EXPLAIN of an embedded SQL
statement in SPUFI/QMF? Give an example with a host
variable in WHERE clause)
Answer Posted / s
EXPLAIN PLAN SET QUERYNO = 1
FOR SELECT EMPNO,WORKDEPT
FROM EMP E, DEPT D
WHERE E.EMPNO = D.EMPNO
AND E.EMPNO = ?
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is ibm db2 database?
What is the latest version of ibm db2?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What do you mean by cursor?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
How do I add a column in db2?
How can you classify the locks in db2?
What are catalog tables in db2?
How can we read records for specific member in CL? AND rpg?
What is db2 purescale?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
can all users have the privilage to use the sql statement select * (dml)?
If I have a view which is a join of two or more tables, can this view be updateable?
What is db2 look?