summaryrefslogtreecommitdiff
path: root/wk7/pset
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 11:40:14 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 11:40:14 +0000
commit69ddca52613ceed0601fa7a15fd8c0ce192fa0e0 (patch)
tree716e31a27f2ed1f66e49c63bcd5a32b7f682add8 /wk7/pset
parent12d30dbe343adbe6a14051d73a91c9cebd956f88 (diff)
Mon, May 20, 2024, 4:40 AM -07:00
Diffstat (limited to 'wk7/pset')
-rw-r--r--wk7/pset/movies/13.sql10
1 files changed, 0 insertions, 10 deletions
diff --git a/wk7/pset/movies/13.sql b/wk7/pset/movies/13.sql
index 80e24fe..e8ca7a7 100644
--- a/wk7/pset/movies/13.sql
+++ b/wk7/pset/movies/13.sql
@@ -6,16 +6,6 @@ WHERE id IN (
WHERE movie_id = (
SELECT id
FROM movies
- WHERE id IN (
- SELECT movie_id
- FROM stars
- WHERE person_id = (
- SELECT id
- FROM people
- WHERE name = "Kevin Bacon"
- AND year = 1958
- )
- )
)
)
;