620-not-boring-movies
DevGod
Elf Vtuber
# Write your MySQL query statement belowSELECT *FROM CinemaWHERE ( id % 2 ) = 1 AND description != "boring"ORDER BY rating DESC# Write your MySQL query statement belowSELECT *FROM CinemaWHERE ( id % 2 ) = 1 AND description != "boring"ORDER BY rating DESC