HTMLify
Day 33
Views: 3 | Author: djdj
1 2 3 | # Write your MySQL query statement below select * from cinema where id % 2 = 1 and description != 'boring' order by rating desc; |
1 2 3 | # Write your MySQL query statement below select * from cinema where id % 2 = 1 and description != 'boring' order by rating desc; |