Data Definition Language (DDL) statements are used to manipulate MySQL database schema objects. Examine the use of the CREATE, ALTER, and DROP statements to create, modify, and maintain MySQL databases, tables, and views.
Learning Objectives
{"describe the use of the CREATE, ALTER, and DROP DDL statements, and recognize their basic syntax"}