SQL is a language used in most relational database systems to define, manipulate, and control data. It consists of several key statements including CREATE, SELECT, INSERT, UPDATE, DELETE, and DROP to define databases, tables, retrieve, modify and delete data, as well as DROP tables. SQL also defines various data types that specify the type of data that can be stored in columns.