Difference between revisions of "JOIN Quiz"
From SQLZOO
(Created page with "JOIN quiz <quiz shuffle=none display=simple> {Which of following would show all the previous men's singles table tennis gold medalists? |type="()"} - SELECT country.name, colo...") |
|||
| Line 1: | Line 1: | ||
JOIN quiz | JOIN quiz | ||
<quiz shuffle=none display=simple> | <quiz shuffle=none display=simple> | ||
| − | { | + | {SELECT the code which shows the players and their teams who have scored goals against Poland before. |
|type="()"} | |type="()"} | ||
- SELECT country.name, color FROM ttms JOIN country ON (ttms.country=country.id) WHERE color = 'gold' | - SELECT country.name, color FROM ttms JOIN country ON (ttms.country=country.id) WHERE color = 'gold' | ||
Revision as of 13:32, 1 August 2012
JOIN quiz