From 97ccb44032c9e356f0a3690a8115561002ec9d56 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 30 Aug 2018 13:30:00 +0300 Subject: [PATCH] Create SQL.md --- glossary/SQL.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/SQL.md diff --git a/glossary/SQL.md b/glossary/SQL.md new file mode 100644 index 000000000..658d0508c --- /dev/null +++ b/glossary/SQL.md @@ -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.