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...


EXPLAIN has output with MATCHCOLS = 0. What does it mean?

Answers were Sorted based on User's Feedback



EXPLAIN has output with MATCHCOLS = 0. What does it mean?..

Answer / andank

When MATCHCOLS is 0, the access method is called a Non-
Matching Index Scan.


In the Non-Matching Index Scan, all the index keys and
their RIDs are read. Basically DB2 reads the full index
for that query.

Is This Answer Correct ?    3 Yes 0 No

EXPLAIN has output with MATCHCOLS = 0. What does it mean?..

Answer / s

Non-matching index scan

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More DB2 Interview Questions

What is the syntax for seeing the columns and data types of a table in the db2 database?

0 Answers  


In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?

6 Answers   TCS,


What is the role of the data page in the db2 database?

0 Answers  


Hi. I am currently working as a application developer. I would like to persue a DB2 certification exam. Can anybody please provide me the details about this exam like Syllabus, Cost and how to take the certification?

2 Answers  


What is dclgen in db2?

0 Answers  


What are host variables in db2?

0 Answers  


what is the syntax for FOR UPDATE CLAUSE in cursor declaration and how can u update using cursor? is it possible to update multiple rows at a time.

2 Answers   Syntel,


What is meant by dclgen?

0 Answers  


What is the meaning concurrency in the db2 database?

0 Answers  


if one db2 pgm calls another db2 pgm. how many plans do we need. what r the steps involved..

4 Answers   IBM,


How can the firstname and the lastname from the emp table be concatenated to generate complete names?

0 Answers  


Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?

1 Answers   IBM,


Categories