Open
Changes from all commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
Expand Up@@ -57,8 +57,8 @@ SELECT name,
FROM
World
WHERE
area > 3000000
OR population > 25000000;
area >= 3000000
OR population >= 25000000;
```

### SQL Schema
Expand Down