QuestionQ13

Describe core data concepts

Which statement is an example of Data Definition Language (DDL)?

  • A SELECT
  • B INSERT
  • C CREATE
  • D MERGE
Explanation

The CREATE statement defines a database object, such as a table, view, or schema, so it is a Data Definition Language command.

Community Discussion

No comments yet. Be the first to start the discussion!