一、题目 二、代码 # Write your MySQL query statement below select * from cinema where description !='boring' and id%2 =1 order by rating desc 三、运行结果