SQL statements are divided into two major categories: data definition language (DDL) and data manipulation language (DML).
DDL statements are used to build and modify the structure of your tables and other objects in the database. When you execute a DDL statement, it takes effect immediately.
ex: create statement,modify statement
|