프로그래밍/MySQL

[MySQL] SQL ZOO SELECT basics 답 해설

모영이 2021. 2. 18. 23:59

 

SELECT basics - SQLZOO

Checking a list The word IN allows us to check if an item is in a list. The example shows the name and population for the countries 'Brazil', 'Russia', 'India' and 'China'. Show the name and the population for 'Sweden', 'Norway' and 'Denmark'. SELECT name,

sqlzoo.net