Conteúdo do Curso
Data Manipulation using SQL
Data Manipulation using SQL
Challenge: Albums with Two Songs
Congratulations! Now you are ready to create queries in SQL.
We will use the same database with tables songs, singers and albums.
songs
albums
singers
Tarefa
Find the album's ids (id
), titles (title
) and release dates (year
) with number of songs equal to 2. Order these albums from oldest to newest.
Obrigado pelo seu feedback!
Challenge: Albums with Two Songs
Congratulations! Now you are ready to create queries in SQL.
We will use the same database with tables songs, singers and albums.
songs
albums
singers
Tarefa
Find the album's ids (id
), titles (title
) and release dates (year
) with number of songs equal to 2. Order these albums from oldest to newest.
Obrigado pelo seu feedback!
Challenge: Albums with Two Songs
Congratulations! Now you are ready to create queries in SQL.
We will use the same database with tables songs, singers and albums.
songs
albums
singers
Tarefa
Find the album's ids (id
), titles (title
) and release dates (year
) with number of songs equal to 2. Order these albums from oldest to newest.
Obrigado pelo seu feedback!
Congratulations! Now you are ready to create queries in SQL.
We will use the same database with tables songs, singers and albums.
songs
albums
singers
Tarefa
Find the album's ids (id
), titles (title
) and release dates (year
) with number of songs equal to 2. Order these albums from oldest to newest.