----- can be bound for single DBRM only.
-
Plan
-
Package
-
Load
-
Collection
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.