Practice · Education · Easy
Return the name of every university whose city is Cairo.
Runs in your browser. No signup needed.
universities(name, city, founded, qs_rank). Filter with WHERE city = ‘Cairo’.
SELECT name
FROM universities
WHERE city = 'Cairo';
The reference solution is checked automatically when you run your query on the practice page — results are compared row by row.
Egypt placed 20 universities in the QS World University Rankings 2026, led by Cairo University. (QS 2026)