SQL is the standard language used to manage relational database systems. It can perform queries, manipulations, and updates on a database. SQL statements are used to retrieve, insert, update, and delete data from databases. Common SQL commands include SELECT, INSERT, UPDATE, DELETE, CREATE TABLE, ALTER TABLE, and DROP TABLE. SQL also supports joining multiple tables to retrieve or update data across related tables.