7 Simple Tricks to Instantly Make Your SQL Queries Better
techTFQ
Want to write SQL that looks like it was written by a senior developer?
In this video, I’ll show you 7 simple tricks that will instantly improve your SQL - from avoiding SELECT * to using CTEs, writing index‑friendly filters, and understanding COUNT(*) vs COUNT(column) correctly.
My Live SQL Bootcamp is back - the first one in over a year! 8 live sessions, Beginner to Advanced, starting Sept 5. Seats are limited ????
https://sqlnest.com/bootcamp/Live_SQL_Bootcamp_Beginner_to_Advanced
These are practical habits you can apply immediately in your day‑to‑day work:
1. How to format SQL so it’s easy to read and maintain
2. Why SELECT * is a bad idea in production
3. How CTEs make complex queries easier to understand
4. When to use joins vs subqueries
5. How to write filters that actually use your indexes
6. Using DISTINCT the right way (and not to hide bad joins)
7. The real difference between COUNT(*) and COUNT(column) with NULLs
THANKS for WATCHING!
In this video, I’ll show you 7 simple tricks that will instantly improve your SQL - from avoiding SELECT * to using CTEs, writing index‑friendly filters, and understanding COUNT(*) vs COUNT(column) correctly.
My Live SQL Bootcamp is back - the first one in over a year! 8 live sessions, Beginner to Advanced, starting Sept 5. Seats are limited ????
https://sqlnest.com/bootcamp/Live_SQL_Bootcamp_Beginner_to_Advanced
These are practical habits you can apply immediately in your day‑to‑day work:
1. How to format SQL so it’s easy to read and maintain
2. Why SELECT * is a bad idea in production
3. How CTEs make complex queries easier to understand
4. When to use joins vs subqueries
5. How to write filters that actually use your indexes
6. Using DISTINCT the right way (and not to hide bad joins)
7. The real difference between COUNT(*) and COUNT(column) with NULLs
THANKS for WATCHING!
0 Comments
No comments yet. Be the first to weigh in.