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".
Toto cvičení je součástí kurzu
Intermediate SQL Querying with AI
Pokyny k cvičení
- Construct a prompt that selects only the film titles containing the word "future", ignoring case.
Interaktivní cvičení na vyzkoušení si v praxi
Vyzkoušejte si toto cvičení dokončením tohoto ukázkového kódu.
SELECT *
FROM films;