Files
30-seconds-of-code/glossary/SQL.md
2019-08-13 11:19:29 +03:00

312 B

title, tags
title tags
SQL SQL

SQL stands for Structured Query Language and is a language used to create, update, retrieve and calculate data in table-based databases. SQL databases use a relational database model and are particularly useful in handlind structured data with relations between different entities.