track
CASE Statement in SQL Explained
Understand how to exploit SQL’s CASE statement to create categorical columns.
Jan 16, 2025 · 7 min read
Topics
Top SQL Courses
26hrs hr
course
Data Manipulation in SQL
4 hr
250.8K
course
Data-Driven Decision Making in SQL
4 hr
49.6K
See More
RelatedSee MoreSee More
tutorial
CASE Statements in PostgreSQL
In this tutorial, you'll learn how to write conditional queries in PostgreSQL using the PostgreSQL CASE conditional expression.
Sayak Paul
7 min
tutorial
Aggregate Functions in SQL
Learn how to use aggregate functions for summarizing results and gaining useful insights about data in SQL.
Sayak Paul
9 min
tutorial
Introduction to the ALTER TABLE Statement in SQL
In this tutorial, you will learn how to use and apply the ALTER TABLE statement in SQL.
Sayak Paul
7 min
tutorial
SQL Tutorial: How To Write Better Queries
Learn about anti-patterns, execution plans, time complexity, query tuning, and optimization in SQL.
Karlijn Willems
35 min
tutorial
Using ORDER BY Keyword in SQL
In this tutorial, you will learn how to use and apply the ORDER BY keyword in SQL.
Sayak Paul
4 min
code-along
Getting Started in SQL
Learn how to write basic queries in SQL and find answers to business questions.
Kelsey McNeillie