What will the DB2 optimizer do?

Answers were Sorted based on User's Feedback



What will the DB2 optimizer do?..

Answer / s

The optimizer will determine all the different access paths
for the query and does a cost-based analysis and chooses
the the least expensive path.

Is This Answer Correct ?    3 Yes 0 No

What will the DB2 optimizer do?..

Answer / srinivas yadav

OPTIMIZER: IT CHOOSES THE BEST ACCESS PATH.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More DB2 Interview Questions

What are the functions in DB2?

3 Answers   Satyam,


difference between group clause and order clause

1 Answers  


What are leaf pages?

3 Answers  


wt is view ? wht r the restrictions for view ?

3 Answers   Verizon,


Mention and explain the contention situations caused by locks?

1 Answers  






I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).

10 Answers   Cap Gemini, Wipro,


How to create a table using embedded sql?

1 Answers  


What is a db2 schema?

0 Answers  


What type of database is db2?

0 Answers  


How can you find out the # of rows updated after an update statement?

0 Answers  


What is db2 isolation?

2 Answers  


How does the processing of a correlated subquery differ from a non correlated subquery?

1 Answers  


Categories