Conditionally Returning Data
2.10 · Challenge

Conditionally Returning Data

Here is a query that returns the movies that Charlie Chaplin has acted in and the runtime for the movie.

Modify this query to return "Short" for runTime if the movie's runtime is < 120 (minutes) and "Long" for runTime if the movie's runtime is >= 120.