Create SQL.md

This commit is contained in:
Angelos Chalaris
2018-08-30 13:30:00 +03:00
committed by GitHub
parent 86c4d310df
commit 8fb8449c8a

4
glossary/SQL.md Normal file
View File

@ -0,0 +1,4 @@
### 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.