Multiple choice technology mainframe

What is the maximum number of tables that can be stored on a Partitioned Table Space?

  1. 1

  2. 2

  3. 3

  4. 4

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

A partitioned table space in DB2 can store only one table. This is different from segmented table spaces which can store multiple tables. Partitioning is specifically for single-table performance optimization.