From 2a9a5b8b5381b12138afc949619ceecd6f85d32a Mon Sep 17 00:00:00 2001 From: mgawron8 <92128861+mgawron8@users.noreply.github.com> Date: Wed, 1 Dec 2021 19:39:47 -0500 Subject: [PATCH] not much of a list, but i know it goes in reverse --- answers/exercise11.sql | 9 +++++++++ 1 file changed, 9 insertions(+) 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>