MySQL Database Development: DDL Statements

placeholder

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.