View on GitHub

reading-notes

Reading Notes about Markdown-Html-Css-JavaScript

SQL

Q: What is SQL?

SQL Structured Query Languagea language designed to allow both technical and non-technical users query, manipulate, and transform data from a relational database. And due to its simplicity, SQL databases provide safe and scalable storage for millions of websites and mobile applications.

SQL keywords are NOT case sensitive: select is the same as SELECT .

Semicolon is the standard way to separate each SQL statement in database, systems that allow more than one SQL statement to be executed in the same call to the server.

</br> </br>

Important SQL Commands: