Skip to main content

DDL Commands in SQL

DDL Commands in SQL

Data Definition Language(DML) statements are used to define data structures in database.
dml command

DDL Commands

All DDL command are given below;
  • Drop
  • Create
  • Alter
  • Rename
  • Truncate
All DML Command I will discuss in detail later.

Comments