DEV Community

SQL for Analysts Series' Articles

Back to Michael Nocito's Series
How to Comment SQL So It Teaches

How to Comment SQL So It Teaches

Comments
12 min read
How to Set Up a SQL Database for Beginners

How to Set Up a SQL Database for Beginners

Comments
6 min read
The SQL CASE Expression, Explained for Beginners

The SQL CASE Expression, Explained for Beginners

Comments
9 min read
COUNT in SQL, Explained for Beginners

COUNT in SQL, Explained for Beginners

Comments
6 min read
SQL JOINs: How to Join Two Tables Without Losing or Doubling Rows

SQL JOINs: How to Join Two Tables Without Losing or Doubling Rows

Comments 1
17 min read
SQL Aliases: How to Read a Query Out Loud

SQL Aliases: How to Read a Query Out Loud

Comments
13 min read
SQL CTEs: How to Build a Query in Steps You Can Check

SQL CTEs: How to Build a Query in Steps You Can Check

Comments
12 min read
SQL Foundations, Start to Finish

SQL Foundations, Start to Finish

Comments
15 min read
GROUP BY and HAVING: How to Summarize Rows Without Getting a Fake Answer

GROUP BY and HAVING: How to Summarize Rows Without Getting a Fake Answer

Comments
13 min read
SQL Window Functions: How to Get the Top Row Per Group

SQL Window Functions: How to Get the Top Row Per Group

Comments
15 min read