# Write your MySQL query statement below
select * from Cinema where description != 'boring' and mod(id,2)!=0 order by rating desc;
For further actions, you may consider blocking this person and/or reporting abuse
# Write your MySQL query statement below
select * from Cinema where description != 'boring' and mod(id,2)!=0 order by rating desc;
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)