Scenario SQL Question
Product Performance Classification
Build mastery in Case Statements with this scenario-based SQL challenge and live execution support.
Problem Statement
Classify products based on price and stock: 'Premium Fast-Moving' (price > 500 AND stock < 20), 'Budget High-Stock' (price < 100 AND stock > 100), 'Standard' for others. Return product details and classification.
Relevant Tables
products
SQL Concepts Used in This Scenario
Strengthen your understanding with these targeted learning topics: