Write a SQL query to find all countries whose border crosses the equator. Output one column with the country name: country.
Sort the result alphabetically by country name.
Write your request in the field below and click the "Check it!" button.
Use PostGIS (PostgreSQL) syntax to write your answer. Descriptions of tables are provided at the bottom of the screen.