Skip to content

Commit d6d10b6

Browse files
committed
added aggregation
1 parent 1400495 commit d6d10b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Write your MySQL query statement below
2+
SELECT id, movie, description, rating
3+
FROM Cinema
4+
WHERE MOD(id, 2) <> 0 AND description <> "boring"
5+
ORDER BY rating DESC;

0 commit comments

Comments
 (0)