Section 3. Chapitre 3
single
Challenge: Blockbuster Filter
Glissez pour afficher le menu
Tâche
Glissez pour commencer à coder
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
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 3
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion