Multiple choice technology databases

An object in Oracle contains many columns, The object requires segments to be stored in areas of the database other than the data dictionary ?

  1. Sequence

  2. View

  3. Synonym

  4. Table

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

A Table is a database object containing columns and rows that requires physical storage segments in a tablespace to hold its data. Views, Synonyms, and Sequences are metadata definitions stored only in the data dictionary.