SQL is divided into three major parts. Data manipulation language (DML) is used to store and retrieve data from the database. Data description language (DDL) is used to define the structure of the data. Data control language (DCL) is used to restrict access to data by certain users. ...