Which statement is an example of Data Definition Language (DDL)?
The CREATE statement defines a database object, such as a table, view, or schema, so it is a Data Definition Language command.
Community Discussion