Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Classify Orders with CASE WHEN

EasySQL & Data Manipulation00:00
Practice interviewer
In session
5 left
00:00

Your question is Classify Orders with CASE WHEN. Take a moment with it on the right.

Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).

You need to log in / sign up to chat or submit.

Problem

Context

Teams often need to categorize rows, clean outputs, or build conditional metrics directly in SQL. CASE WHEN is one of the most common tools for adding business logic to a query without changing the underlying data.

Core question

Explain how you would use CASE WHEN in a SQL query. In your answer, cover:

  1. What CASE WHEN does
  2. The difference between using it in SELECT, WHERE, and ORDER BY
  3. How it can be used for conditional aggregation
  4. How NULL values interact with CASE WHEN

Scope guidance

The interviewer expects a practical explanation with simple PostgreSQL examples. You should describe the syntax, common use cases, and a few mistakes to avoid, rather than giving a highly theoretical answer.