Get startedGet started for free

Searching for any case

Your next project is about showcasing science fiction and futuristic cinema. You need to pull together every film that mentions "future" in the title, whether it's written as "Future" or "future".

This exercise is part of the course

Intermediate SQL with AI

View Course

Exercise instructions

  • Construct a prompt that selects only the film titles containing the word "future", ignoring case.

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

SELECT *
FROM films;
Edit and Run Code