DDL

Data Definition Language commands, such as CREATE, ALTER, and DROP, let you define, alter, and drop logical schema objects. For example, you can create a table or schema or user account, alter a user or table column, and grant and revoke privileges and roles. After you create a table, you use the DML command INSERT to insert data into the table.