Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is cobol db2?

1039


What is the latest version of ibm db2?

1331


How do you stop a db2 database in linux?

1050


What is db2 stogroup?

1220


What is db2? Explain.

1106


What is difference between alias and synonym in db2?

1193


How will you return the number of records in table?

986


Explain correlated sub-queries.

1091


Define sqlca.

1163


How to get the ddl of a table in db2?

1168


What is check constraint in db2?

1163


How to view db2 table structure?

1059


can we view the access paths created by dbrm ? how ? thx

7193


What are the prerogatives?

1126


Differentiate between cs and rr isolation levels? Where do you specify them?

1115