SQL Joins with SuperstoreIn this post I’ll look at some SQL joins using Tableau’s Superstore database as inspiration. This is not […] October 1, 2023 in SQL tagged sql / inner / outer / left / right. orders / detail by Mike
SQL SubqueriesSubqueries (also known as inner queries or nested queries) are a tool for performing operations in multiple steps. […] February 16, 2023 in SQL tagged join / subquery / subqueries by Mike
SQL GROUP BY HAVINGSummarizing tables with GROUP BY is very common and a must-have skill for the data analyst. This post […] February 16, 2023 in SQL tagged having / group / by by Mike
SQL Temp TablesLet’s discuss temporary tables in Microsoft’s T-SQL. Temporary tables have a hash (#) at the start of their […] February 10, 2023 in SQL tagged temporary / table / sql by Mike
SQL COALESCE() FunctionCOALESCE() returns the first non-null value in the list. If you have a list of arguments that you […] February 4, 2023 in SQL tagged sql / null / Coalesce / non-null / SQL NULL by Mike
SQL Best PracticesWhen you write SQL queries it is important to follow company policies and be consistent because others will […] January 27, 2023 in SQL tagged sql / case / practice / best by Mike
SQL IntroductionSQL stands for Structured Query Language. SQL is a standard language for storing, manipulating, and retrieving data in […] January 27, 2023 in SQL tagged sql / query / language / introduction / beginner / structured by Mike
SQL Joins IntroductionFor this post we assume you have some basic knowledge of SQL. A JOIN clause is used to […] September 9, 2017 in SQL tagged join / joins / inner / outer / left / right / self / SQL Joins by Mike
SQL Data IntroductionThis post is based on the stairway series at SQL Server Central called Stairway to Data, by Joe […] March 26, 2017 in SQL tagged sql / introduction by Mike