> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.ex2.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# What is the SQL language?

### The SQL language

SQL stands for Structured Query Language. It is a standardized computer language designed to operate relational [databases](https://help.ex2.com/en/article/what-is-a-database-1re36hx/?bust=1784817086124).

A relational database stores information in tabular form. It includes rows and columns representing different data attributes and the various relationships between data values. 

The SQL language is used to communicate with low data.  You can use it to store, update, delete, search and recover information from the database. You can also use SQL statements to maintain and optimize database performance.

This is currently the standard language for relational database management systems. SQL statements are used to perform tasks such as updating database data or recovering data.