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 exercício faz parte do curso
Intermediate SQL with AI
Instruções do exercício
- Construct a prompt that selects only the film titles containing the word "future", ignoring case.
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
SELECT *
FROM films;