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".
Este ejercicio forma parte del curso
Intermediate SQL with AI
Instrucciones del ejercicio
- Construct a prompt that selects only the film titles containing the word "future", ignoring case.
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
SELECT *
FROM films;