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 |
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
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).
Update command
Comment whether the cursor is closed during commit or not.
what is main use of table space and index object? please its urgent
5 Answers CA, Cap Gemini, CGI, CTS, EDS, HTC, IBM, Satyam, Syntel, TCS, Wipro,
What is a NULL value? What are the pros and cons of using NULLS?
What is the syntax of SELECT statement when embedded in a COBOL program?
select distinct(empid),distinct(dept),name from EMP will the above query work?
What are the three types of page locks that can be held?
What is sqlca’s maximum length?
Which component is responsible for db2 startup and shutdown?
wht are the restrictions for union ?