Multiple choice

Three SQL, DDL, CREATE commands are __.

  1. Schema, Base and Table

  2. Base, Table and Schema

  3. Key, Base and Table

  4. Schema, Table and View

  5. None of these

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

In SQL, DDL (Data Definition Language) includes CREATE commands. The three main database objects you can create are Schema (for organizing database objects), Table (for storing data), and View (for virtual tables based on queries).