diff --git a/answers/exercise11.sql b/answers/exercise11.sql index e69de29..bf703f9 100644 --- a/answers/exercise11.sql +++ b/answers/exercise11.sql @@ -0,0 +1,9 @@ +ysql> SELECT * FROM students ORDER BY city; ++-------------+-------------+---------+------------+----------+ +| StudentName | Address | City | Postalcode | Country | ++-------------+-------------+---------+------------+----------+ +| Jane Doe | 57 Union St | Glasgow | G13RB | Scotland | ++-------------+-------------+---------+------------+----------+ +1 row in set (0.00 sec) + +mysql>