Ordering by likes
The marketing team loved your organized film list! So much so, they've recommended you to their peers for another project.
This new project is about analyzing the catalog to see which films are the most highly rated on IMDb, with the highest score at the top so they can quickly decide which titles to highlight or promote. The results will display film IDs, which the team can plug into their own systems.
Toto cvičení je součástí kurzu
Intermediate SQL Querying with AI
Pokyny k cvičení
- Write a prompt to show film ids with their IMDb score, sorted by highest score first.
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;