Difference between revisions of "SUM and COUNT Quiz"
From SQLZOO
(Created page with "BBC QUIZ <quiz shuffle=none display=simple> {Select the statement that shows the sum of population of all countries in 'Europe' |type="()"} - SELECT name, population FROM bbc ...") |
|||
| Line 34: | Line 34: | ||
{Select all the statements that show all the countries in 'Africa' | {Select all the statements that show all the countries in 'Africa' | ||
| − | |type=" | + | |type="()"} |
- SHOW country WHERE region = 'Africa' | - SHOW country WHERE region = 'Africa' | ||
- SELECT country WHERE region LIKE 'Africa' | - SELECT country WHERE region LIKE 'Africa' | ||
Revision as of 11:12, 18 July 2012
BBC QUIZ