#56. The cost-based optimizer can choose between a nested loops join and a sort merge join operation. All tables are analyzed and the OPTIMIZER_MODE is set to FIRST_ROWS. Which execution plan will be the result?
#58. You are attempting to size the KEEP buffer pool and issue ANALYZE. . . . ESTIMATE STATISTICS commands. Which three data dictionary tables should you query to obtain the total number of blocks required for an object? (Choose three)
#59. The USERS table has thousands of rows and is accessed very often with an index (ISERID_NDX) on a primary key (USER_ID). Where should USERS and USERID_NDX be stored?