Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele Challenge: Blockbuster Filter | Section
Practice
Projects
Quizzes & Challenges
Visat
Challenges
/
Mastering CASE WHEN in SQL
Osio 1. Luku 15
single

single

bookChallenge: Blockbuster Filter

Pyyhkäise näyttääksesi valikon

Tehtävä

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 WHEN expression in the WHERE clause to filter movies where box_office is greater than or equal to 100,000,000 or rating is greater than or equal to 8.5.
  • In the SELECT list, use a CASE WHEN expression 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 as blockbuster_status.

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 15
single

single

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

some-alt