Multiple choice technology mainframe

A DB2 process that builds an access path to DB2 tables

  1. COMPILE

  2. BIND

  3. TRANSLATE

  4. LINK

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

BIND is the DB2 process that reads SQL statements from an application plan and creates or updates access paths (indexes, package structures) in the DB2 catalog. It validates SQL syntax, checks permissions, and optimizes query plans, effectively building the bridge between application code and database tables.