Multiple choice technology programming languages

Which system catalog table in DB2 can be used to determine when a bind operation was performed on a given package?

  1. SYSIBM.SYSPLAN

  2. SYSIBM.SYSPACKAGES

  3. SYSIBM.SYSBIND

  4. SYSIBM.TIMESTAMP

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

SYSIBM.SYSPACKAGES is the DB2 system catalog table that stores information about packages including bind timestamps. SYSIBM.SYSPLAN contains plan information, SYSIBM.SYSBIND doesn't exist as a catalog table, and SYSIBM.TIMESTAMP is not a valid catalog table name. The SYSPACKAGES table tracks all package-level metadata including bind operation details.