SQL

« Back to Glossary Index

In computing, SQL (Structured Query Language) is a standardized language for relational database management systems (RDBMS), designed for the following operations:

  • create and modify database schemes;
  • insert, modify and manage stored data;
  • query the stored data;
  • create and manage data control and access tools.