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
/
songs
/
6.sql
blob: bf3a39b4264ae75bb5f269065a136cdec718d8a1 (
plain
)
1
SELECT name FROM songs WHERE artist_id = (SELECT id FROM artists WHERE name = 'Post Malone');