- A subquery in the WHERE clause can be used to filter the main query
- Joining tables in where clause: you just need to add the 2 tables in the FROM clause and define the relational condition between both in the WHERE clause (WHERE table1.x = table2.y)
- Some useful filtering keywords: all, exists, any