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 a Foreign Key?
Discuss about db2 bind?
Why cursor is used in db2?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
What is the use of predicate?
What is db2 connect?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
Explain the contention situations caused by locks?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is alias in db2?
What is a dbrm in db2?
What is the physical storage length of the data types date, time, and timestamp?
What is a db2 cursor?
What os does db2 run on?
Define declaration generator (dclgen).