What is EXPLAIN?
Answer / sadiq afroze
EXPLAIN is used to display the access path as determined by
the optimizer for a SQL statement. It can be used in SPUFI
(for single SQL statement) or in BIND step (for embedded
SQL). The results of EXPLAIN is stored in U.PLAN_TABLE
where U is the authorization id of the user
| Is This Answer Correct ? | 5 Yes | 0 No |
What is QUIESCE?
COBOL PRECOMPILER ERROR: "XXXXXX" (TABLE) PREVIOUSLY DECLARED OR REFERENCED DCLGEN VARIABLES GETS IMPORTED TWICE FOR ONLY ONE EXEC SQL STATEMENT. WHAT COULD BE THE PROBLEM?
How is the SUBSTR keyword used in sql?
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
what is a trigger and types of triggers
What is ibm db2 used for?
how does the defining of a stored procedure effect the size of a DB2 data base A) it increases the size of a data base B) it decreases the size of a data base C) it does not effect the size of the data base D) it changes the table space structures
How is the value function used?
List out the buffer pools in db2
Name some fields from SQLCA.
What is a Resource Control Table(RCT)? Describe its characteristics.
How will you delete duplicate records from a table?