Skip to content

620-not-boring-movies

DevGod
DevGod
Vtuber
# Write your MySQL query statement below
SELECT *
FROM Cinema
WHERE ( id % 2 ) = 1 AND description != "boring"
ORDER BY rating DESC