Module 3 Coding Assignment - Coursera
Module 3 Coding Assignment - Coursera
Item Navigation
Congratulations! You passed!
Grade received 100%
Module 3 Coding Assignment
Latest Submission Grade 100%
Quiz • 45To
minpass 70% or higher
Using a subquery, find the names of all the tracks for the album "Californication".
1 select t.Name
Receive 2grade
from Tracks t
3 where t.AlbumId = ( select a.AlbumId
To Pass 70% or higher
4 from Albums a
5 where a.Title = 'Californication')
6 Run
Your grade
7
100% Reset
+-------------------+
| Name |
View Feedback
+-------------------+
| Parallel
We keep your Universe |
highest score
| Scar Tissue |
| Otherside |
| Get On Top |
| Californication |
| Easily |
Like| Porcelain
Dislike |
Report an issue
| Emit Remmus |
| I Like Dirt |
+-------------------+
https://www.coursera.org/learn/sql-for-data-science/exam/cCOUv/module-3-coding-assignment/attempt?redirectToCover=true 1/1