reading-notes

View on GitHub

SQL

SQL(Structured Query Language), is a language designed to allow to users query, manipulate, and transform data from a relational database . SQL databases provide safe and scalable storage.

Relational databases

 A relational database represents a collection of related (two-dimensional) tables. 

Relationships between tables allow you to organize your database and avoid data duplication

Some sql commands :