Multiple choice technology mainframe

In the segemented table space each segment contain.

  1. Can contain only one table but rows from different tables are mixed

  2. Can contain only one table but rows from different tables are not mixed

  3. Can contain more than one table but rows from different tables are mixed

  4. None of these

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

In segmented table spaces, each segment contains pages from ONLY ONE table, and rows from different tables are NOT mixed within a segment. Segments are dedicated to single tables for better performance and organization. Options A and B incorrectly describe the mixing behavior, while C incorrectly claims multiple tables per segment.