--1. SQL is a data definition language (DDL). It includes commands to create database objects such as tables, indexes, and views, as well as commands to define access rights to those databases objects.
--2. SQL is a data manipulation language (DML). It includes commands to insert, update, delete, and retrieve data within the database tables.