-- 1. Select the code which uses an outer join correctly. -- 3. Select out of following the code which uses a JOIN to show a list of all the departments and number of employed teachers SELECT ...
SELECT SUM(population) FROM bbc WHERE region = 'Europe' -- 2. Select the statement that shows the number of countries with population smaller than 150000 ...