Explain the EXPLAIN statement?
Answer / s
EXPLAIN, determines the access path that will be used by
DB2 to execute that particular SQL statment. The results
are written to the PLAN table.
| Is This Answer Correct ? | 1 Yes | 1 No |
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
Can SQL statements/queries be included in a copybook?
What is schema in db2?
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
Which are the db2 tools to protect integrity of the database?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
What are column-name qualifiers used?
Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example
How do I change the column size in db2?
Is there any advantage to denormalizing DB2 tables?
What is the command used by TSO users to invoke DB2?