This article is a beginner friendly guide that gets you started into learning SQL as a programming language.
Introduction
Relational databases store data in tabular form, often referred to as structured data. The alternative is Unrelational databases. Now SQL is simply the programming language that enables you to do so. SQL stands for Structured Querry Language
Basics
To understand a Structured Querry Language , these 4 concepts should come in mind:






