index
:
cs50.git
main
CS50 Free Online Harvard Class
Miau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wk7
/
pset
/
movies
/
6.sql
blob: a9edaec678612b59e7c9ce0ef1dc16ec46e83134 (
plain
)
1
SELECT rating FROM ratings WHERE movie_id = (SELECT id FROM movies WHERE year = 2012);