Description
SQL is an important skill for many data scientists. SQL (Structured Query Language) is a language that is very flexible and reads a lot like regular English. It allows for easy access to even the…
Summary
- Getting better at SQL will save you time and frustration SQL is an important skill for many data scientists.
- Aggregation functions There are lots of really useful functions that you can perform in queries.
- Subqueries can be used within pretty much any of the clauses (including SELECT, FROM, WHERE, etc.).
- The main query is selecting all of the columns for entries that have departments matching at least one of the department names in the list returned by the subquery.