Difference between revisions of "Self join Quiz"
From SQLZOO
Trust words (Talk | contribs) |
|||
| Line 1: | Line 1: | ||
SELF JOIN quiz | SELF JOIN quiz | ||
| + | |||
| + | <div class='schema'></div> | ||
| + | <div class = 'ref_section'> | ||
| + | <table class = 'db_ref'> | ||
| + | <tr><th>'''stops'''</th><th>'''route'''</th></tr> | ||
| + | <tr><td>id</td><td>num</td></tr> | ||
| + | <tr><td>name</td><td>company</td></tr> | ||
| + | <tr><td></td><td>pos</td></tr> | ||
| + | <tr><td></td><td>stop</td></tr> | ||
| + | <tr><td></td><td></td></tr> | ||
| + | </table> | ||
| + | </div> | ||
| + | |||
<quiz shuffle=none display=simple> | <quiz shuffle=none display=simple> | ||
{Select the code that would show it is possible to get from Craiglockhart to Haymarket | {Select the code that would show it is possible to get from Craiglockhart to Haymarket | ||
Revision as of 11:02, 30 September 2012
SELF JOIN quiz
| stops | route |
|---|---|
| id | num |
| name | company |
| pos | |
| stop | |