Counting top-rated films
You are launching a “Critics’ Choice” section to showcase premium content and boost subscriber engagement. This curated collection will help viewers discover exceptional films and set you apart from competitors.
To prepare it, you need to know how many films scored higher than 8.0 on IMDb.
Toto cvičení je součástí kurzu
Intermediate SQL Querying with AI
Pokyny k cvičení
- Write a prompt that filters the reviews table and counts the film IDs for films with IMDb scores higher than 8.0.
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 reviews;