Contenuti del Corso
Data Manipulation using SQL
Data Manipulation using SQL
1. Database and Nested Queries
2. SQL Joining Tables
Challenge In Statement
Compito
Swipe to start coding
Create a query to find all songs' titles (title
) under $200 (column price
), where the singer
is one of them (naming
): ('Britney Spears', 'Pink Floyd', 'ABBA')
. Use IN statement.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 3
Challenge In Statement
Compito
Swipe to start coding
Create a query to find all songs' titles (title
) under $200 (column price
), where the singer
is one of them (naming
): ('Britney Spears', 'Pink Floyd', 'ABBA')
. Use IN statement.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 3