Ways to Learn SQL

Ways to Learn SQL

Last week at The Data School in Sydney, we learned basic and intermediate SQL querying. Like most skills that we have learned about so far, we approached different facets of SQL in a formulaic way: Explanation of [SQL concept here] Demonstration of [SQL concept here]...
SQL Logical Order

SQL Logical Order

Structured Query Language (SQL) is a widely used database manipulation tool. Knowing how to use it is considered a foundational knowledge for data analysts. It is quite intuitive, but the code logic might still confuse new users. Specifically, SQL logical order (the...