What will the DB2 optimizer do?
Answers were Sorted based on User's Feedback
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 |
Answer / srinivas yadav
OPTIMIZER: IT CHOOSES THE BEST ACCESS PATH.
Is This Answer Correct ? | 2 Yes | 0 No |
What is the maximum size of a char data type in db2?
What is the use of reorg in db2?
What is a plan and package in db2?
What is an inner join, and an outer join ?
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
When do you specify the isolation level?
How can deadlocks be resolved?
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 ?...
What is check constraint. Explain with example.
Is db2 relational database?
What is the difference between dbm cfg and db cfg file in db2 ?
how to copy the host variables from ps file into cobol program other than include statement