what is the steps followed in EXPLAIN Process or EXPLAIN
command. (Explain is for identifying the optimized access
path but how or what is the steps for doing the EXPLAIN)
Answer Posted / bob
Small Correction: With explain(Yes) option, Access path or optimizer's strategy/information will be stored in package_owner.plan_table
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are packages in db2?
Is ibm db2 free?
What is database alias db2?
What is ibm db2 used for?
What is sqlca’s maximum length?
What is dbrm? What it contains?
What is rct?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
can we view the access paths created by dbrm ? how ? thx
What is a bind in db2?
What are the contents of a dclmgen?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
How will you return the number of records in table?
What is plan in cobol db2?
Differentiate between cs and rr isolation levels? Where do you specify them?