SQL

The Structured Query Language (SQL) is a standard language for database processing. It allows to:

  • create tables in a relational database, as well as modify or delete them;
  • select, insert, modify or delete data in a table of a relational database;
  • define permissions for users of a database.