Practice · Economy · Easy
Return the combined value of all export categories in the table, as total_usd_bn.
Runs in your browser. No signup needed.
Use exports. SUM the value_usd_bn column.
SELECT SUM(value_usd_bn) AS total_usd_bn
FROM exports;
The reference solution is checked automatically when you run your query on the practice page — results are compared row by row.
These five categories are only Egypt’s TOP exports, not all of them — the country also earns heavily from services like the Suez Canal and tourism, which aren’t “goods”. (Coface)