SQL is a standard language for creating and manipulating databases. It allows users to define, manipulate, and control access to data in a database. Some key capabilities of SQL include creating and deleting tables, inserting, updating, and deleting rows of data, retrieving data with queries, and setting access privileges for database users and applications. SQL is supported by many popular database systems like Oracle, MySQL, SQL Server, and PostgreSQL.