Section 3. Chapter 3
single
Challenge: Blockbuster Filter
Swipe to show menu
Task
Swipe to start coding
Write a query that selects the title, genre, rating, and box_office columns from the movies table. Use a CASE WHEN expression to add a column that labels each movie as 'Blockbuster' if its box_office is greater than or equal to 100,000,000 or its rating is greater than or equal to 8.5. Otherwise, label it as 'Standard'.
- Select the columns
title,genre,rating, andbox_officefrom themoviestable. - Add a column using a
CASE WHENexpression to label each movie as'Blockbuster'or'Standard'based on the criteria above. - Name the new column
blockbuster_status.
Solution
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 3
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat