Začněte nyníZačněte zdarma

Finding short films

For a family movie night, it's important to pick films that don't run too long. This helps families enjoy the full experience without late nights.

Your task is to filter the catalog for films that are 90 minutes or shorter, which will help improve the collection.

Toto cvičení je součástí kurzu

Intermediate SQL Querying with AI

Zobrazit kurz

Pokyny k cvičení

  • Construct a prompt that selects the film title and duration for films that are 90 minutes or less.

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;
Upravit a spustit kód