Serge Aurubin

SERGE AURUBIN

DATA SCIENTIST

Welcome to my blog for everything having to do with data science and analysis. I am always looking for new opportunities to drive business insight using data analysis.

Data & Analytics
  • Data Analysis
  • Power BI
  • Excel
  • Data Pipelines
  • Matillion
Engineering
  • Software Developer
  • Python
  • PHP
  • ReactJS
  • Flutter
  • Front End Dev
  • Back End Dev
Databases
  • MySQL Dev/DBA
  • Oracle DBA
Cloud & AI
  • Amazon Web Services
  • Docker
  • Kubernetes
  • Git
  • Artificial Intelligence
  • Claude
  • OpenAI
Back to Videos

7 Simple Tricks to Instantly Make Your SQL Queries Better

techTFQ

December 30, 2025   1

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!

0 Comments

No comments yet. Be the first to weigh in.

Back to Videos

Login