What Are DDL Statements in MySQL?

Submitted by: Administrator
DDL (Data Definition Language) statements are statements to create and manage data objects in the database. The are 3 primary DDL statements:

► CREATE - Creating a new database object.
► ALTER - Altering the definition of an existing data object.
► DROP - Dropping an existing data object.

Submitted by: Administrator

Read Online MySQL Programming Job Interview Questions And Answers