Multiple choice technology databases

A VIEW MAY NOT CONTAIN

  1. INDICES

  2. COLUMNS

  3. ROWS

  4. NONE OF THE ABOVE

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

A view is a virtual table that does not physically store data. While views contain columns and rows (from the underlying tables), they cannot contain indices directly - indices are created on base tables, not on views. Views inherit data access from their base tables' indices but cannot have their own indices.