Multiple choice technology databases

What is the purpose of the Design Advisor?

  1. To analyze workloads and make recommendations for indexes and MQTs

  2. To present a graphical representation of a data access plan and recommend design changes that will improve performance

  3. To replicate data between a DB2 database and another relational database

  4. To configure clients so they can access databases stored on remote servers

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

The DB2 Design Advisor analyzes database workloads and recommends optimal index configurations and Materialized Query Tables (MQTs) to improve query performance. Visual Explain (option B) shows access plans, replication (option C) is handled by other tools, and Configuration Assistant (option D) sets up client connections.