summaryrefslogtreecommitdiff
path: root/wk7
diff options
context:
space:
mode:
Diffstat (limited to 'wk7')
-rw-r--r--wk7/pset/songs/1.sql2
-rw-r--r--wk7/pset/songs/2.sql2
-rw-r--r--wk7/pset/songs/3.sql1
3 files changed, 3 insertions, 2 deletions
diff --git a/wk7/pset/songs/1.sql b/wk7/pset/songs/1.sql
index 5fa0d0a..6c9a1fa 100644
--- a/wk7/pset/songs/1.sql
+++ b/wk7/pset/songs/1.sql
@@ -1 +1 @@
-SELECT name FROM songs
+SELECT name FROM songs;
diff --git a/wk7/pset/songs/2.sql b/wk7/pset/songs/2.sql
index f1ac384..c5aa1c3 100644
--- a/wk7/pset/songs/2.sql
+++ b/wk7/pset/songs/2.sql
@@ -1 +1 @@
-SELECT name FROM songs ORDER BY
+SELECT name FROM songs ORDER BY tempo;
diff --git a/wk7/pset/songs/3.sql b/wk7/pset/songs/3.sql
index e69de29..9cbe1cf 100644
--- a/wk7/pset/songs/3.sql
+++ b/wk7/pset/songs/3.sql
@@ -0,0 +1 @@
+SELECT name FROM songs ORDER BY duration_ms;