From 8fb8449c8a576b25be8664972c5c6148fce6b506 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.