SQL Tip #1: APPLY and why you should be using it
Write a lot of SQL joins? Learn the magic of the Apply operator to make more efficient and performant joins between tables and datasets. Using Apply can often outperform joins or subqueries and makes your code much cleaner and easier to read.