Types of SQL Command
DDL = Data Definition Language - specify table definitions
DML = Data Manipulation Language - works with data
DCL = Data Control Language - who has access rights
TCL = Transaction Control Language - how the transaction will be
Reference: https://www.w3schools.in/mysql/ddl-dml-dcl/
Comments