A Short Introduction to SQL

Jason LZP
Level Up Coding
Published in
6 min readApr 10, 2020

--

Photo by Taylor Vick on Unsplash

SQL, which stands for structured query language, is used for storing, manipulating, and retrieval of data from databases. There are various types of database management systems, and some might include: SQL Server, MySql, Postgres, Oracle, etc.

However, regardless of the database systems, chances are the basics of the query language would remain the same, albeit a couple of syntax differences between them.

--

--