Multiple choice technology databases

Which of the following privilege is required to create a new package in a database?

  1. CONTROL

  2. BIND

  3. EXECUTE

  4. BINDADD

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

BINDADD is the privilege required to create new packages in a DB2 database. CONTROL is a high-level privilege, BIND allows binding packages, and EXECUTE allows running them. BINDADD specifically grants the ability to create packages, which is different from BIND (re-binding existing packages).