Data Definition Language
DDL – Data Definition Language¶ Let us get an overview of DDL Statements which are typically used to create database objects such as tables. DDL Stands for Data Definition Language. We execute DDL statements less frequently as part of the application development process. Typically DDL Scripts are maintained separately than the code. Following are the …