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".
Cet exercice fait partie du cours
Intermediate SQL with AI
Instructions
- Construct a prompt that selects only the film titles containing the word "future", ignoring case.
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
SELECT *
FROM films;