Skip to content

Commit

Permalink
not much of a list, but i know it goes in reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
mgawron8 authored Dec 2, 2021
1 parent 5776ec1 commit 2a9a5b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions answers/exercise11.sql
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 2a9a5b8

Please sign in to comment.