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 / sachin borase
Optimized access path means:
When we are runnign any query database make the
path to db2 for fetching the required data called as
optimized acess path.for creating optimized access path
db2 uses db2 catlg.
expalain?
if put EXPLAIN(yes) then optimized path will sotred
whatever query you written in the program in the
table owner.plan_table
How to acess:
if you acess the owner.plan_table
it will have the below imp coloumns.
1.program name
2.latest timestamp
3.indexused
4.and more details
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is cobol db2?
What is the latest version of ibm db2?
How do you stop a db2 database in linux?
What is db2 stogroup?
What is db2? Explain.
What is difference between alias and synonym in db2?
How will you return the number of records in table?
Explain correlated sub-queries.
Define sqlca.
How to get the ddl of a table in db2?
What is check constraint in db2?
How to view db2 table structure?
can we view the access paths created by dbrm ? how ? thx
What are the prerogatives?
Differentiate between cs and rr isolation levels? Where do you specify them?