Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Blockbuster Filter | Conditional Filtering and Sorting with CASE WHEN
Mastering CASE WHEN in SQL
Sección 3. Capítulo 3
single

single

Challenge: Blockbuster Filter

Desliza para mostrar el menú

Tarea

Desliza para comenzar a programar

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, and box_office from the movies table.
  • Add a column using a CASE WHEN expression to label each movie as 'Blockbuster' or 'Standard' based on the criteria above.
  • Name the new column blockbuster_status.

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 3. Capítulo 3
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt