Multiple choice technology databases

Which of the following DB2 tools allows a user to execute an SQL statement and view a graphical representation of the access plan?

  1. Task Center

  2. Command Editor

  3. Design Advisor

  4. Command Line Processor

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

DB2's Command Editor provides the capability to execute SQL statements and view graphical representations of access plans (also called explain plans or visual explain). This feature helps developers and DBAs understand how DB2 will execute their queries, including index usage and join methods. Task Center is for scheduling tasks, Design Advisor suggests optimizations, and CLP is command-line only.