Learn SQL #4: How to write a SQL query (1)

sql querySo, in our previous articles, we introduced you to what is SQL, for what it is used, how it stores data in databases and tables, and how it works through commands (SQL query), and how the commands are different based on what SQL type you use. 
Now that we have the overview, we are going to dive into writing our first SQL command, which in technical terms is called a query, as you might already know.

Read more