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 detail / sql / inner / outer / left / right. orders by Mike
SQL Server COUNT DISTINCTYou can count the number of unique values in a column with COUNT DISTINCT. The Microsoft Press book […] February 13, 2023 in SQL Server tagged distinct / count / unique / sql / SQL Count 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 sql / temporary / table 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 best / sql / case / practice 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 language / introduction / beginner / structured / sql / query by Mike
BigQuery IntroductionBigQuery is a fully managed enterprise data warehouse that helps you manage and analyze your data with built-in […] January 25, 2023 in Database tagged data / sql / Google / query / big / bigquery by Mike
Big Data IntroductionWhat is big data? We can now collect and analyze data in ways that were impossible even a […] January 17, 2023 in Data Science tagged variety / volocity / data / sql / large / big / volume / Big Data by Mike
SQL Update From Another TableWe want to add a new column to our Orders table and put the product name into that […] January 8, 2023 in SQL Server tagged clean / update / change / sql by Mike
SQL Add ColumnWhat is the SQL statement that adds a column to an existing table? The SQL statement is the […] January 8, 2023 in SQL Server tagged sql / add / column / attribute by Mike
SQL Update StatementThe UPDATE statement is used to modify the existing records in a table. The syntax is as follows. […] January 4, 2023 in SQL Server tagged sql / update / change by Mike
Itzik Ben Gan’s DatabaseAs a more complex and realistic example, let’s look at the database that Itzik Ben-Gan used in his […] November 14, 2022 in Excel tagged sql / null / Itzik / transform / data model / left join / Ben / Gan / Excel Power Pivot by Mike