Multiple choice

____________________ should be used with highly redundant data, such as tables with many foreign keys. It can also speed up query execution.

  1. Integrity constraints

  2. Views

  3. Materialized views

  4. Table spaces

  5. Data segment compression

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

Data segment compression should be used with highly redundant data, such as tables with many foreign keys. It can also speed up query execution.