1) SQL is a language used to manage data in relational database management systems. It allows users to define, manipulate, and control access to data.
2) SQL statements like SELECT, INSERT, UPDATE, DELETE allow users to retrieve, add, modify and remove data from database tables.
3) SQL also includes statements for defining the structure of a database through data definition language commands like CREATE DATABASE, CREATE TABLE.