Data Definition Language - DDL |
SQL >
Data Definition Language - DDL
Data Definition Language (DDL) is a part of SQL that is used to create, modify, and delete database objects such as table, view, and index. Below are the most common DDL commands: |