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 |
I have a table which has thousand of records i want to fetch only record num 100 to record num 200. Write a query that satisfies this criteria.(Cant use any keys) Anyone please reply ASAP!
17 Answers KNIT, Tech Mahindra,
What is meant by AUTO COMMIT?
How to resolve -818 sql code in DB2?
Explain dclgen.
What's the Maximum Length of SQLCA and what's the content of SQLCABC?
Describe what a storage group(STOGROUP) is?
what is a trigger and types of triggers
what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 Answers Cap Gemini, Tech Mahindra,
What is cursor stability?
Which isolation level provides maximum concurrency?
How can you display the current date & current time ?
What is the use of dclgen in db2?