Multiple choice technology databases

Identify the logical components of the database. Choose all that apply.

  1. Datafile

  2. Database

  3. Controlfile

  4. Table

  5. Schema

  6. Redolog Group

Reveal answer Fill a bubble to check yourself
B,D,E Correct answer
Explanation

Logical components are conceptual structures that organize data: the Database is the overall container, Tables store structured data in rows and columns, and Schemas group related objects logically. Physical components like Datafiles, Controlfiles, and Redolog Groups are actual files on disk that implement these logical structures.