Challenge In Statement
Tâche
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.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 3