Osio 1. Luku 17
single
Challenge: Custom Movie Ranking
Pyyhkäise näyttääksesi valikon
Tehtävä
Swipe to start coding
Write a query that ranks movies using a custom rule. 'Action' movies with a box_office greater than or equal to 50000000 should come first. All other movies should follow, ordered by rating in descending order.
- Select all columns from the
moviestable. - Use
CASE WHENin theORDER BYclause to ensure 'Action' movies withbox_office>= 50000000 appear first. - For movies not meeting the above condition, order them by
ratingin descending order.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 1. Luku 17
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme