Avsnitt 1. Kapitel 15
single
Challenge: Blockbuster Filter
Svep för att visa menyn
Uppgift
Swipe to start coding
Write a query that selects all movies from the movies table and labels each 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, using a CASE WHEN expression for this logic. Only include movies that meet the blockbuster criteria in the result set.
- Use a
CASE WHENexpression in theWHEREclause to filter movies wherebox_officeis greater than or equal to 100,000,000 orratingis greater than or equal to 8.5. - In the
SELECTlist, use aCASE WHENexpression to label each included movie as'Blockbuster'or'Standard'based on the same criteria. - Return the columns
title,genre,rating,box_office, and the blockbuster label asblockbuster_status.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 15
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal