Three SQL, DDL, CREATE commands are __.
-
Schema, Base and Table
-
Base, Table and Schema
-
Key, Base and Table
-
Schema, Table and View
-
None of these
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).