Learning SQL

Learnt SQL
Learnt SQL
Learned a new skill
+1


✓ How to filter and compare data

✓ How to use aggregate functions to summarize data

✓ How to sort and group your data

✓ How to present your data cleanly using tools such as rounding and aliasing

✓ Work with more than one table in SQL

✓ Use inner joins, outer joins and cross joins

✓ Leverage set theory, including unions, intersect, and except clauses

✓ Create nested queries