SQL
DDL Statements
DDL stands for ‘Data definition language’. DDL is subset of SQL and is a part of DBMS. DDL statements are the collection of those SQL commands which are used to create and manipulate the structures of a database/schema i.e. they are used to create database objects like databases, tables, users, Read more…