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 |
DB2 is a A) data base/data communication system B) data base C) RDBMS D) Programming language
What parameters are used to control the free space in DB2?
how to resolve -811 sqlcode .give clear explaination
OUTER JOINS USED TO GET MATCHING AND NONMATCHING ROWS FORM 2 OR MORE TABLES BASED ON COLUMNS. SIMPLE JOINS ALSO DO THE SAME THEN WHAT IS THE USE OF OUTER JOINS.
What is the use of DELGEN in DB2? Can we Write the program with out using it?
How to retrieve rows from a db2 table in embedded sql?
What is dpf in db2?
What are types of indexes?
how will you retrieve first record in table
What is DCLGEN ?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
What do the initials DDL and DML stand for and what is their meaning?