Multiple choice technology mainframe

----- can be bound for single DBRM only.

  1. Plan

  2. Package

  3. Load

  4. Collection

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A Package in DB2 is bound to a single DBRM (Database Request Module) and contains the optimized access path for that specific SQL statement. A Plan can contain multiple Packages and binds multiple DBRMs together. Load and Collection refer to other DB2 objects - Load is the executable code, Collection is a grouping mechanism.