diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 10:41:02 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 10:41:02 +0000 |
commit | f3d20a432f965c5b1bd64e3491eb3d5461edee0a (patch) | |
tree | 00a9568fe3207bb5dacaf08cb00edfd9836cec83 /wk7/pset | |
parent | 6cb6cc2c9111fdffb5adbfadd6d5e36279caf516 (diff) |
Mon, May 20, 2024, 3:41 AM -07:00
Diffstat (limited to 'wk7/pset')
-rw-r--r-- | wk7/pset/movies/6.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wk7/pset/movies/6.sql b/wk7/pset/movies/6.sql index e69de29..a9edaec 100644 --- a/wk7/pset/movies/6.sql +++ b/wk7/pset/movies/6.sql @@ -0,0 +1 @@ +SELECT rating FROM ratings WHERE movie_id = (SELECT id FROM movies WHERE year = 2012); |