How do you simulate the EXPLAIN of an embedded SQL
statement in SPUFI/QMF? Give an example with a host
variable in WHERE clause)
Answers were Sorted based on User's Feedback
Answer / 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 |
How to resolve -502 sql code in DB2?
Is schema the same as database?
Which one allows duplicate values Union or Union All ?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
Are views updatable ?
What are leaf pages?
db2 restart logic ?
What happens to a tablespace when its recovery infromation has been removed and a full recovery is no longer possible?
Describe what a storage group(STOGROUP) is?
What is explain plan in db2?
Mention data types used in db2 ?
What is the clustering index in the db2 database?