Multiple choice technology mainframe

Which of the following is correct

  1. A. Plan – Package – collection – DBRM

  2. B. Plan-Package – DBRM – collection

  3. C. Plan – collection – package – DBRM

  4. D. None

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

DB2's containment hierarchy is: Plans contain Collections, which group Packages, and each Package is created from a DBRM. This structure allows flexible management of SQL applications - Plans execute, Collections organize, Packages encapsulate bound SQL, and DBRMs are the source modules.