inputs
stringlengths 291
3.71k
| targets
stringlengths 1
2.65k
|
---|---|
[ header: outcome | no. | date | championship | surface | opponent in the final | score in the final row 1 : runner-up | 1 | 1975 | bastad, sweden | clay | manuel orantes | 0-6, 3-6
row 2 : runner-up | 2 | 1976 | sao paulo, brazi | carpet | guillermo vilas | 3-6, 0-6
row 3 : winner | 1 | 1976 | santiago, chile | clay | carlos kirmayr | 5-7, 6-4, 6-4
row 4 : winner | 2 | 1977 | murcia, spain | clay | buster mottram | 6-4, 6-0, 6-3
row 5 : runner-up | 3 | 1977 | bogota, colombia | clay | guillermo vilas | 1-6, 2-6, 3-6
row 6 : winner | 3 | 1978 | cairo, egyp | clay | kjell johansson | 4-6, 6-4, 6-4
row 7 : runner-up | 4 | 1978 | indianapolis, u.s | clay | jimmy connors | 0-6, 3-6
row 8 : winner | 5 | 1978 | bournemouth, england | clay | paolo bertolucci | 6-2, 6-1, 6-3
row 9 : winner | 6 | 1978 | madrid, spain | clay | tomas smid | 6-7, 6-3, 6-3,
row 10 : winner | 7 | 1979 | houston, u.s | clay | gene mayer | 6-3, 2-6, 7-6
row 11 : runner-up | 5 | 1979 | north conway, u.s | clay | harold solomon | 7-5, 4-6, 6-7
row 12 : winner | 9 | 1979 | boston, u.s | clay | hans gildemeister | 6-3, 6-1
row 13 : runner-up | 6 | 1979 | quito, ecuador | clay | victor pecci | 6-2, 4-6, 2-6
row 14 : runner-up | 7 | 1979 | santiago, chile | clay | hans gildemeister | 5-7, 7-5, 4-6
row 15 : runner-up | 8 | 1981 | vina del mar, chile | clay | victor pecci | 4-6, 0-6
row 16 : runner-up | 9 | 1982 | linz, austria | clay | anders jarryd | 4-6, 6-4, 4-6
row 17 : runner-up | 10 | 1982 | north conway, u.s | clay | ivan lendl | 3-6, 2-6
row 18 : winner | 11 | 1982 | indianapolis, u.s | clay | jimmy arias | 7-5, 5-7, 6-3
row 19 : winner | 12 | 1983 | la quinta, u.s | hard | eliot teltscher | 6-4, 6-2
row 20 : winner | 13 | 1983 | bournemouth, england | clay | tomas smid | 2-6, 7-6, 7-5
row 21 : runner-up | 11 | 1983 | hamburg, germany | clay | yannick noah | 6-3, 5-7, 2-6,
row 22 : runner-up | 12 | 1983 | rome, italy | clay | jimmy arias | 2-6, 7-6, 1-6,
row 23 : winner | 15 | 1984 | kitzbuhel, austria | clay | victor pecci | 7-5, 3-6, 6-1
row 24 : winner | 16 | 1984 | bordeaux, france | clay | francesco cancellotti | 7-5, 6-1 ] Execute this SQL based on the above table: select date order by no. desc limit 1 | 1984 |
[ header: year | driver | nation of citizenship | racing series | type of vehicle row 1 : 1993 | nigel mansell | united kingdom | formula one | open wheel
row 2 : 1994 | nigel mansell | united kingdom | cart | open wheel
row 3 : 1995 | al unser, jr | united states | cart | open wheel
row 4 : 1996 | jeff gordon | united states | nascar | stock car
row 5 : 1997 | jimmy vasser | united states | cart | open wheel
row 6 : 1998 | jeff gordon | united states | nascar | stock car
row 7 : 1999 | jeff gordon | united states | nascar | stock car
row 8 : 2000 | dale jarrett | united states | nascar | stock car
row 9 : 2001 | bobby labonte | united states | nascar | stock car
row 10 : 2002 | michael schumacher | germany | formula one | open wheel
row 11 : 2003 | tony stewart | united states | nascar | stock car
row 12 : 2004 | dale earnhardt, jr | united states | nascar | stock car
row 13 : 2005 | michael schumacher | germany | formula one | open wheel
row 14 : 2006 | tony stewart | united states | nascar | stock car
row 15 : 2007 | jeff gordon | united states | nascar | stock car
row 16 : 2008 | jimmie johnson | united states | nascar | stock car
row 17 : 2009 | jimmie johnson | united states | nascar | stock car
row 18 : 2010 | jimmie johnson | united states | nascar | stock car
row 19 : 2011 | jimmie johnson | united states | nascar | stock car
row 20 : 2012 | tony stewart | united states | nascar | stock car
row 21 : 2013 | ryan hunter-reay | united states | indycar series | open wheel ] Execute this SQL based on the above table: select type of vehicle where nation of citizenship < ( select nation of citizenship where type of vehicle = 'stock car' ) order by nation of citizenship desc limit 1 | open wheel |
[ header: team | outgoing manager | manner of departure | date of vacancy | replaced by | date of appointment | position in table row 1 : crystal palace | peter taylor | contract terminated | 8 october 2007 | neil warnock | 11 october 2007 | 19th
row 2 : leicester city | martin allen | mutual consent | 29 august 2007 | gary megson | 13 september 2007 | 9th
row 3 : queens park rangers | john gregory | contract terminated | 1 october 2007 | luigi de canio | 29 october 2007 | 24th
row 4 : norwich city | peter grant | mutual consent | 8 october 2007 | glenn roeder | 30 october 2007 | 22nd
row 5 : leicester city | gary megson | mutual consent (hired by bolton wander | 24 october 2007 | ian holloway | 22 november 2007 | 19th
row 6 : burnley | steve cotterill | mutual consent | 8 november 2007 | owen coyle | 22 november 2007 | 15th
row 7 : preston north end | paul simpson | contract terminated | 13 november 2007 | alan irvine | 20 november 2007 | 21st
row 8 : plymouth argyle | ian holloway | resigned (hired by leice | 21 november 2007 | paul sturrock | 27 november 2007 | 7th
row 9 : coventry city | iain dowie | contract terminated | 11 february 2008 | chris coleman | 19 february 2008 | 19th
row 10 : sheffield united | bryan robson | mutual consent | 14 february 2008 | kevin blackwell | 14 february 2008 | 16th
row 11 : queens park rangers | luigi de canio | mutual consent | 8 may 2008 | iain dowie | 14 may 2008 | 14th ] Execute this SQL based on the above table: select date of vacancy group by date of vacancy order by count ( replaced by ) desc limit 1 | 8 october 2007 |
[ header: pollutant | units | emission standard | coal-fired | petroleum coke-fired row 1 : so2 | lb/mmbtu | ≤ 0.15 | 0.0-0.04 | 0.03-0.13
row 2 : nox | lb/mmbtu | ≤ 0.09 | 0.04-0.06 | 0.02
row 3 : solid particulate | lb/mmbtu | ≤ 0.011 | 0.004 | 0.007
row 4 : pm10 | lb/mmbtu | ≤ 0.011 | 0.006 | 0.004
row 5 : so3 | lb/hour | ≤ 1.1 | 0.43 | 0
row 6 : fluoride | lb/mmbtu | ≤ 1.57×10-4 | 1.06×10-4 | 0.95×10-4
row 7 : lead | lb/mmbtu | ≤ 2.6×10-5 | 0.56×10-5 | 0.59×10-5
row 8 : mercury | lb/mmbtu | ≤ 1.05×10-5 | 0.095×10-5 | 0.028×10-5 ] Execute this SQL based on the above table: select coal-fired where coal-fired in ( 'solid particulate' , '0.004' ) order by petroleum coke-fired desc limit 1 | 0.004 |
[ header: release date | single title | uk singles chart position | french charts | german charts | irish charts | various row 1 : 1976 | "sister mary" (duet | None | None | None | 2 | None
row 2 : may 1976 | "who's that lady with my man" | None | 5 | None | None | None
row 3 : october 1976 | "help me" | None | 17 | None | None | None
row 4 : 1976 | "goodbye venice goodbye" | None | None | None | None | None
row 5 : february 1977 | "all we need is love" | None | None | None | None | None
row 6 : june 1977 | "run to me" | None | None | None | None | #22 (netherlands), #5 (
row 7 : february 1978 | "make love to me" | None | None | None | None | #5 (australia), #2 (
row 8 : august 1978 | "loving just for fun" | None | None | None | None | None
row 9 : november 1978 | "take me to paradise" | None | None | None | None | None
row 10 : january 1979 | "if i can't have you" | None | None | None | None | None
row 11 : august 1979 | "feels like i'm in love | None | None | None | None | None
row 12 : may 1980 | "feels like i'm in love | 1 | None | 5 | 3 | #6 (australia), #6
row 13 : november 1980 | "loving just for fun" (re- | 21 | None | 20 | 22 | None
row 14 : february 1981 | "hot love" | 22 | None | 25 | 13 | None
row 15 : may 1981 | "love trial" | 51 | None | 75 | None | None
row 16 : august 1981 | "don't stop your love" | None | None | None | None | None
row 17 : january 1982 | "i need your love" | None | None | None | None | None
row 18 : april 1982 | "i feel love comin' on" | None | None | None | None | None
row 19 : july 1982 | "love's got a hold on | None | None | None | None | None
row 20 : october 1982 | "don't take your love to h | None | None | None | None | None
row 21 : september 1983 | "silent treatment" | None | None | None | None | None
row 22 : july 1984 | "break out" | 90 | None | None | None | None
row 23 : october 1984 | "i'm on fire" | None | None | None | None | None
row 24 : september 1986 | "feels like i'm in love | None | None | None | None | None
row 25 : 1988 | "stealing my time" | None | None | None | None | #2 (denmark)
row 26 : 1988 | "halfway to paradise" | None | None | None | None | None
row 27 : 1998 | "i'm in the mood for dancing" | None | None | None | None | None
row 28 : february 2001 | "hot love 2001" | None | None | None | None | None ] Execute this SQL based on the above table: select count ( release date ) | 28 |
[ header: place | total | men | women | children | elderly | serbs | jews | romani | rusyns | hungarians | russians row 1 : becej | 215 | 111 | 72 | 13 | 19 | 102 | 110 | None | None | None | None
row 2 : vilovo | 64 | 44 | 6 | 8 | 6 | 64 | None | None | None | None | None
row 3 : gardinovci | 37 | 32 | 3 | None | 2 | 37 | None | None | None | None | None
row 4 : gospođinci | 85 | 47 | 19 | 15 | 4 | 73 | 10 | None | 2 | None | None
row 5 : đurđevo | 223 | 107 | 60 | 41 | 15 | 173 | 22 | None | 27 | None | None
row 6 : zabalj | 666 | 355 | 141 | 101 | 69 | 614 | 28 | 23 | None | 1 | None
row 7 : lok | 47 | 46 | None | None | 1 | 46 | None | None | None | 1 | None
row 8 : mosorin | 205 | 94 | 41 | 44 | 26 | 170 | None | 34 | None | 1 | None
row 9 : novi sad | 1246 | 489 | 415 | 165 | 177 | 375 | 809 | None | 2 | 18 | 15
row 10 : srbobran | 3 | 3 | None | None | None | 2 | 2 | None | None | None | None
row 11 : temerin | 48 | 14 | 15 | 7 | 12 | 6 | 42 | None | None | None | None
row 12 : titel | 51 | 45 | None | 1 | 5 | 49 | 1 | None | None | None | None
row 13 : curug | 893 | 554 | 153 | 82 | 104 | 842 | 44 | 7 | None | None | None
row 14 : sajkas | 26 | 24 | 2 | None | None | 25 | 1 | None | None | None | None
row 15 : all places | 3809 | 1965 | 927 | 477 | 440 | 2578 | 1068 | 64 | 31 | 21 | 15 ] Execute this SQL based on the above table: select place where elderly = 4 | gospođinci |
[ header: year | starts | wins | top 5 | top 10 | poles | avg. start | avg. finish | winnings | position | team(s) row 1 : 1986 | 2 | 0 | 0 | 0 | 0 | 21 | 29 | $535 | 110th | #31 grissom racing enterprises
row 2 : 1987 | 2 | 0 | 0 | 0 | 0 | 17 | 21.5 | $975 | 49th | #39 grissom racing enterprises
row 3 : 1988 | 29 | 0 | 1 | 4 | 0 | 23.6 | 20.4 | $45,391 | 13th | #39 grissom racing enterprises
row 4 : 1989 | 29 | 0 | 2 | 5 | 0 | 23.1 | 18.9 | $71,822 | 12th | #9/#19 falcon racing
row 5 : 1990 | 31 | 4 | 11 | 15 | 1 | 14.8 | 13.2 | $166,842 | 3rd | #31 grissom racing enterprises
row 6 : 1991 | 31 | 1 | 7 | 13 | 1 | 20.5 | 15.7 | $152,206 | 10th | #31 grissom racing enterprises
row 7 : 1992 | 31 | 1 | 2 | 7 | 1 | 19.7 | 16.7 | $170,716 | 12th | #31 grissom racing enterprises
row 8 : 1994 | 11 | 0 | 1 | 1 | 0 | 27.5 | 26.6 | $39,475 | 43rd | #31 grissom racing enterprises
row 9 : 1995 | 15 | 2 | 4 | 7 | 0 | 23.9 | 15.6 | $110,105 | 26th | #29 diamond ridge motorsports
row 10 : 1996 | 8 | 1 | 3 | 4 | 0 | 25.9 | 14.1 | $90,942 | 45th | #29 diamond ridge motorsports
row 11 : 1997 | 1 | 0 | 0 | 0 | 0 | 43 | 39 | $4,425 | 114th | #5 labonte motorsports
row 12 : 1998 | 2 | 0 | 0 | 0 | 1 | 22 | 23 | $16,444 | 77th | #12 spencer motor ventures #
row 13 : 1999 | 12 | 0 | 0 | 0 | 0 | 35.5 | 30.6 | $128,750 | 52nd | #74 bace motorsports #12
row 14 : 2000 | 1 | 0 | 0 | 0 | 0 | 43 | 37 | $7,925 | 109th | #8 petty enterprises
row 15 : 2001 | 1 | 0 | 0 | 0 | 0 | 21 | 26 | $27,000 | 151st | #45 petty enterprises
row 16 : 2002 | 7 | 0 | 0 | 0 | 0 | 30.6 | 30.4 | $86,830 | 56th | #34 frank cicci racing
row 17 : 2003 | 6 | 0 | 0 | 0 | 0 | 37 | 27.8 | $83,825 | 67th | #07 dlp racing #61/
row 18 : 2004 | 26 | 0 | 0 | 0 | 0 | 37.3 | 28.6 | $482,604 | 28th | #36 dct motorsports #
row 19 : 2005 | 31 | 0 | 0 | 0 | 0 | 40.3 | 32.2 | $602,395 | 23rd | #49 jay robinson racing
row 20 : 2006 | 2 | 0 | 0 | 0 | 0 | 42 | 30.5 | $72,136 | 98th | #49 jay robinson racing
row 21 : 2007 | 1 | 0 | 0 | 0 | 0 | 43 | 25 | $45,800 | 133rd | #34 frank cicci racing ] Execute this SQL based on the above table: select count ( position ) where wins = 0 | 16 |
[ header: season | level | division | section | administration | position | movements row 1 : 1999 | tier 2 | ykkonen (first division) | south group | finnish fa (suo | 9th | relegation group - relegate
row 2 : 2000 | tier 3 | kakkonen (second division) | south group | finnish fa (suo | 2nd | play-offs - promoted
row 3 : 2001 | tier 2 | ykkonen (first division) | south group | finnish fa (suo | 9th | relegated
row 4 : 2002 | tier 3 | kakkonen (second division) | south group | finnish fa (suo | 2nd | None
row 5 : 2003 | tier 3 | kakkonen (second division) | south group | finnish fa (suo | 11th | relegated
row 6 : 2004 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 8th | None
row 7 : 2005 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 6th | None
row 8 : 2006 | tier 4 | kolmonen (third division) | section 2 | helsinki & u | 7th | None
row 9 : 2007 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 2nd | None
row 10 : 2008 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 2nd | None
row 11 : 2009 | tier 4 | kolmonen (third division) | section 2 | helsinki & u | 1st | promoted
row 12 : 2010 | tier 3 | kakkonen (second division) | group a | finnish fa (suo | None | None ] Execute this SQL based on the above table: select count ( * ) where administration = 'helsinki & uusimaa (spl helsinki)' | 4 |
[ header: rnd | date | location | laps | distance | time | speed (km/h) | winner | pole position | most leading laps | fastest race lap row 1 : 1 | january 24 | walt disney world speedway, flori | 200 | 200 mi (320 km) | 2'06:04.000 | 153.186 | tony stewart | tony stewart | tony stewart | kenny brack
row 2 : 2 | march 22 | phoenix international raceway, ari | 200 | 200 mi (320 km) | 2'02:18.735 | 157.888 | scott sharp | jeff ward | tony stewart | tony stewart
row 3 : 3 | may 24 | indianapolis motor speedway, indian | 200 | 500 mi (800 km) | 3'26:40.524 | 233.598 | eddie cheever | billy boat | eddie cheever | tony stewart
row 4 : 4 | june 6 | texas motor speedway, tex | 208 | 312 mi (502 km) | 2'08:45.543 | 233.973 | billy boat | tony stewart | billy boat | tony stewart
row 5 : 5 | june 28 | new hampshire international speedway, new | 200 | 211.6 mi (340.5 km) | 1'51:30.262 | 183.237 | tony stewart | billy boat | tony stewart | davey hamilton
row 6 : 6 | july 19 | dover international speedway, delaware | 248 | 248 mi (399 km) | 2'29:49.262 | 159.833 | scott sharp | tony stewart | scott sharp | greg ray
row 7 : 7 | july 25 | lowe's motor speedway, north car | 208 | 312 mi (502 km) | 1'58:10.555 | 254.926 | kenny brack | tony stewart | kenny brack | kenny brack
row 8 : 8 | august 16 | pikes peak international raceway, colorad | 200 | 200 mi (320 km) | 1'29:52.649 | 214.866 | kenny brack | billy boat | jeff ward | jeff ward
row 9 : 9 | august 29 | atlanta motor speedway, georgi | 200 | 312 mi (502 km) | 2'17:15.289 | 225.343 | kenny brack | billy boat | scott goodyear | billy boat
row 10 : 10 | september 20 | texas motor speedway, tex | 208 | 312 mi (502 km) | 2'21:53.557 | 212.316 | john paul, jr | billy boat | tony stewart | jeff ward
row 11 : 11 | october 11 | las vegas motor speedway, | 208 | 312 mi (502 km) | 2'18:19.202 | 217.8 | arie luyendyk | billy boat | arie luyendyk | arie luyendyk ] Execute this SQL based on the above table: select ( select rnd where most leading laps = 'jeff ward' ) - ( select rnd where most leading laps = 'tony stewart' ) | 7.0 |
[ header: county | kerry | votes | bush | votes | others | votes row 1 : manhattan | 82.1% | 526765 | 16.7% | 107405 | 1.2% | 7781
row 2 : brooklyn | 74.9% | 514973 | 24.3% | 167149 | 0.8% | 5762
row 3 : queens | 71.7% | 433835 | 27.4% | 165954 | 0.9% | 5603
row 4 : tompkins | 64.2% | 27229 | 33.0% | 13994 | 2.8% | 1179
row 5 : albany | 60.7% | 89323 | 37.3% | 54872 | 2.0% | 3004
row 6 : erie | 56.4% | 251090 | 41.4% | 184423 | 2.2% | 9625
row 7 : ulster | 54.3% | 47602 | 43.1% | 37821 | 2.6% | 2289
row 8 : nassau | 52.2% | 323070 | 46.6% | 288355 | 1.1% | 6918
row 9 : clinton | 52.2% | 17624 | 45.4% | 15330 | 2.3% | 782
row 10 : schenectady | 51.8% | 35971 | 46.2% | 32066 | 2.1% | 1432
row 11 : broome | 50.4% | 46281 | 47.4% | 43568 | 2.2% | 2041
row 12 : suffolk | 49.5% | 315909 | 48.5% | 309949 | 2.0% | 12854
row 13 : niagara | 49.3% | 47602 | 48.8% | 47111 | 1.9% | 1867
row 14 : rockland | 48.9% | 64191 | 49.6% | 65130 | 1.5% | 1910
row 15 : cayuga | 48.6% | 17534 | 49.2% | 17743 | 2.1% | 775
row 16 : otsego | 47.7% | 12723 | 50.1% | 13342 | 2.2% | 587
row 17 : oswego | 46.8% | 24133 | 51.0% | 26325 | 2.2% | 1149
row 18 : saratoga | 45.6% | 48730 | 52.5% | 56158 | 1.9% | 1985
row 19 : montgomery | 44.5% | 9449 | 53.4% | 11338 | 2.0% | 434
row 20 : orange | 43.8% | 63394 | 54.7% | 79089 | 1.5% | 2190
row 21 : chemung | 43.7% | 17080 | 54.6% | 21321 | 1.7% | 674
row 22 : oneida | 42.8% | 40792 | 54.9% | 52392 | 2.3% | 2185
row 23 : ontario | 42.2% | 21166 | 55.9% | 27999 | 1.9% | 937
row 24 : putnam | 42.0% | 19575 | 56.6% | 26356 | 1.4% | 632
row 25 : fulton | 41.4% | 9202 | 56.6% | 12570 | 2.0% | 443
row 26 : herkimer | 41.2% | 11675 | 56.6% | 16024 | 2.2% | 611
row 27 : tioga | 40.6% | 9694 | 57.6% | 13762 | 1.9% | 446
row 28 : schuyler | 40.1% | 3445 | 57.7% | 4960 | 2.2% | 185
row 29 : cattaraugus | 39.4% | 13514 | 58.5% | 20051 | 2.0% | 697
row 30 : yates | 39.3% | 4205 | 58.9% | 6309 | 1.8% | 197
row 31 : wayne | 38.1% | 15709 | 60.0% | 24709 | 1.9% | 782
row 32 : orleans | 36.0% | 5959 | 62.3% | 10317 | 1.8% | 297 ] Execute this SQL based on the above table: select kerry order by id desc limit 1 | 36.0% |
[ header: date | time | opponent# | site | tv | result | attendance row 1 : august 29 | 7:30 pm | appalachian state | groves stadium • winston-sa | None | w 19-13 | 21129
row 2 : september 7 | 6:30 pm | #13 northwestern | groves stadium • winston-sa | fsn | w 28-27 | 21749
row 3 : september 14 | 7:00 pm | at georgia tech | bobby dodd stadium • atlant | None | l 10-30 | 45750
row 4 : september 21 | 12:00 pm | #20 virginia | groves stadium • winston-sa | jps | l 7-42 | 23220
row 5 : september 28 | 12:00 pm | at clemson | memorial stadium • clemson, s | jps | l 10-21 | 63263
row 6 : october 5 | 6:30 pm | #15 north carolina | groves stadium • winston-sa | None | l 6-45 | 25681
row 7 : october 19 | 2:00 pm | at maryland | byrd stadium • college park, m | None | l 0-52 | 30212
row 8 : october 26 | 1:00 pm | navy | groves stadium • winston-sa | None | l 18-47 | 17307
row 9 : november 9 | 12:00 pm | vs. #3 florida state | citrus bowl • orlando, f | jps | l 7-44 | 34974
row 10 : november 16 | 1:00 pm | duke | groves stadium • winston-sa | None | w 17-16 | 17842
row 11 : november 23 | 1:00 pm | at nc state | carter-finley stadium • r | None | l 22-37 | 40500 ] Execute this SQL based on the above table: select attendance where attendance = 25681 | 25681.0 |
[ header: team #1 | agg. | team #2 | 1st leg | 2nd leg row 1 : florina | 0-3 | panachaiki | 0-1 | 0-2
row 2 : kilkisiakos | 1-2 | panarkadikos | 1-0 | 0-2
row 3 : kallithea | 2-7 | makedonikos | 2-2 | 0-5
row 4 : panathinaikos | 9-1 | panelefsiniakos | 5-0 | 4-1
row 5 : anagennisi arta | 1-6 | olympiacos | 1-1 | 0-5
row 6 : paok (a.g.) | 3-3 | aris | 2-0 | 1-3
row 7 : kavala (a.g.) | 2-2 | aiolikos | 1-0 | 1-2
row 8 : kozani | 2-1 | fostiras | 1-0 | 1-1
row 9 : diagoras | 3-4 | korinthos | 2-2 | 1-2
row 10 : larissa | 8-1 | neapoli piraeus | 7-0 | 1-1
row 11 : thiva | 2-3 | proodeftiki | 1-1 | 1-2
row 12 : edessaikos | 1-2 | levadiakos | 1-0 | 0-2
row 13 : pierikos | 2-1 | ethnikos asteras | 2-0 | 0-1
row 14 : ethnikos olymp | 2-1 | thriamvos | 2-1 | 0-0
row 15 : lamia | 4-3 | kastoria | 4-2 | 0-1
row 16 : panionios | 3-1 | pas giannina | 3-1 | 0-0 ] Execute this SQL based on the above table: select agg. where id = 10 | 8-1 |
[ header: year | author | illustrator | title | publisher row 1 : 1982 | angela carter (ed. and translator | michael foreman | sleeping beauty and other favourite fairy tales | v. gollancz
row 2 : 1983 | anthony browne | browne | gorilla | julia macrae
row 3 : 1984 | john burningham | burningham | granpa | j. cape
row 4 : 1985 | ted hughes (1968) | andrew davidson | the iron man | faber
row 5 : 1986 | allan ahlberg | janet ahlberg | the jolly postman | heinemann
row 6 : 1987 | charles causley | charles keeping | jack the treacle eater | macmillan
row 7 : 1988 | lewis carroll (1865) | anthony browne | alice's adventures in wonderland | julia macrae
row 8 : 1989 | martin waddell | barbara firth | the park in the dark | walker
row 9 : 1990 | quentin blake | blake | all join in | j. cape
row 10 : 1991 | colin mcnaughton | mcnaughton | have you seen who's just moved in next | walker
row 11 : 1992 | raymond briggs | briggs | the man | julia macrae
row 12 : 1993 | karen wallace | mike bostock | think of an eel | walker
row 13 : 1994 | trish cooke | helen oxenbury | so much | walker
row 14 : 1995 | kathy henderson | patrick benson | the little boat | walker
row 15 : 1996 | babette cole | cole | drop dead | j. cape
row 16 : 1997 | william mayne | jonathan heale | lady muck | heinemann
row 17 : 1998 | anthony browne | browne | voices in the park | doubleday
row 18 : 1999 | lewis carroll (1865) | helen oxenbury | alice's adventures in wonderland | walker ] Execute this SQL based on the above table: select ( select publisher where author = 'babette cole' ) > 198 | 1 |
[ header: no | date | race | track | winner | reports row 1 : 1 | 02-09-2008 | daytona arca 200 | daytona | michael annett | report
row 2 : 2 | 04-13-2008 | kentuckiana ford dealers 200 | salem speedway | justin allgaier | report
row 3 : 3 | 04-19-2008 | prairie meadows 250 | iowa speedway | matt hawkins | report
row 4 : 4 | 04-25-2008 | kansas lottery $150 grand | kansas speedway | scott speed | report
row 5 : 5 | 05-04-2008 | carolina 500 | rockingham | joey logano | report
row 6 : 6 | 05-10-2008 | drive smart! 150 | kentucky | ricky stenhouse, jr | report
row 7 : 7 | 05-18-2008 | hantz group 200 | toledo | matt carter | report
row 8 : 8 | 06-07-2008 | pocono 200 | pocono | ricky stenhouse, jr | report
row 9 : 9 | 06-14-2008 | racing for wildlife 200 | michigan | justin lofton | report
row 10 : 10 | 06-29-2008 | cayuga arca re/max | cayuga | justin allgaier | report
row 11 : 11 | 07-18-2008 | kentucky 150 | kentucky | scott speed | report
row 12 : 12 | 07-26-2008 | berlin arca 200 | berlin | scott speed | report
row 13 : 13 | 08-02-2008 | pennsylvania 200 | pocono | justin allgaier | report
row 14 : 14 | 08-09-2008 | toyota arca 150 | nashville ss | scott speed | report
row 15 : 15 | 08-17-2008 | allen crowe 100 | springfield | frank kimmel | report
row 16 : 16 | 09-01-2008 | southern illinois 100 | duquoin | frank kimmel | report
row 17 : 17 | 09-06-2008 | chicagoland arca 200 | chicagoland | scott lagasse jr | report
row 18 : 18 | 09-13-2008 | eddie gilstrap motors | salem | frank kimmel | report
row 19 : 19 | 09-28-2008 | loud energy drink 150 | njmp | justin allgaier | report
row 20 : 20 | 10-03-2008 | food world 250 | talladega | justin allgaier | report
row 21 : 21 | 10-12-2008 | toledo arca 200 | toledo | justin allgaier | report ] Execute this SQL based on the above table: select abs ( race - winner ) where reports = 'report' and winner = 'michael annett' | 0 |
[ header: name | pos. | caps | goals | club row 1 : olle ahlund | mf | 6 | 0 | degerfors if
row 2 : henry andersson | gk | 2 | 0 | ifk goteborg
row 3 : bertil backvall | fw | 1 | 0 | hammarby if stockholm
row 4 : henry "garvis" carls | fw | 5 | 4 | aik solna
row 5 : arvid "emma" eman | mf | 5 | 0 | if elfsborg boras
row 6 : rune "killing" emanu | mf/df | 3 | 0 | ifk goteborg
row 7 : karl-erik grahn | mf | 4 | 1 | if elfsborg boras
row 8 : gunnar "il professore" gren | fw | 6 | 9 | ifk goteborg
row 9 : erik "mulle" holm | fw | 2 | 1 | ifk norrkoping
row 10 : oskar "masse" hol | df | 2 | 0 | ifk norrkoping
row 11 : ove karlsson-wid | df | 1 | 0 | aik solna
row 12 : borje leander | df/mf | 4 | 0 | aik solna
row 13 : gosta malm | df | 2 | 0 | ifk norrkoping
row 14 : malte "svarta bli | fw | 1 | 0 | halsingborgs if
row 15 : harry nilsson | df | 6 | 0 | aik solna
row 16 : stellan nilsson | fw | 2 | 1 | malmo ff
row 17 : bertil nordahl | df/mf | 2 | 0 | degerfors if
row 18 : gunnar nordahl | fw | 5 | 6 | ifk norrkoping
row 19 : knut nordahl | fw | 2 | 0 | ifk norrkoping
row 20 : arne nyberg | fw | 6 | 4 | ifk goteborg
row 21 : stig nystrom | fw | 1 | 1 | djurgardens if stockhol
row 22 : vincent persson | fw | 1 | 1 | degerfors if
row 23 : birger "bian" rosengren | mf | 1 | 0 | ifk norrkoping
row 24 : carl-erik "pigge" | fw | 1 | 0 | malmo ff
row 25 : carl "timpa" simons | fw | 1 | 0 | jonkopings sodra if
row 26 : gustav "gurra" s | gk | 6 | 0 | aik solna
row 27 : borje tapper | fw | 1 | 5 | malmo ff
row 28 : lennart "skinnet" | mf | 1 | 0 | ifk norrkoping ] Execute this SQL based on the above table: select sum ( goals ) where club in ( 'aik solna' , 'ifk norrkoping' ) | 11.0 |
[ header: outcome | no. | date | tournament | surface | opponent | score row 1 : runner-up | 1 | 23 august 2004 | la paz, bolivia | clay | jenifer widjaja | 6-3, 4-6, 0-6
row 2 : runner-up | 2 | 6 june 2005 | santa tecla, e | clay | andrea benitez | 3-6, 0-6
row 3 : runner-up | 2 | 22 august 2005 | bogota, colombia | clay | carla tiene | 4-6, 0-6
row 4 : runner-up | 4 | 15 may 2006 | ciudad obregon, mexico | hard | ellah nze | 6-4, 3-6, 3-6
row 5 : winner | 1 | 5 june 2006 | xalapa, mexico | hard | maria irigoyen | 6-1, 3-6, 6-4
row 6 : winner | 2 | 7 september 2009 | mazatlan, mexico | hard | fernanda hermenegildo | 6-1, 6-2
row 7 : winner | 3 | 2 november 2009 | bogota, colombia | clay | yuliana lizarazo | 7-6(7-5), 6-4
row 8 : runner-up | 5 | 16 november 2009 | asuncion, paraguay | clay | paula ormaechea | 6-4, 4-6, 2-6
row 9 : winner | 4 | 8 november 2010 | bogota, colombia | clay | patricia ku flores | 6-1, 7-5
row 10 : winner | 5 | 29 november 2010 | santiago, chile | clay | veronica cepede royg | 6-2, 6-2
row 11 : winner | 6 | 18 july 2011 | ribeirao preto, brazil | clay | vivian segnini | 6-2, 6-2
row 12 : runner-up | 6 | 8 august 2011 | santa cruz de la sierra | clay | maria irigoyen | 2-6, 3-6
row 13 : winner | 7 | 15 august 2011 | la paz, bolivia | clay | maria irigoyen | 6-0, 7-6(7-1)
row 14 : runner-up | 7 | 3 october 2011 | yerevan, armenia | clay | julia cohen | 6-7(6-8), 2-6
row 15 : runner-up | 8 | 19 march 2012 | bangalore, india | hard | donna vekic | 2-6, 4-6
row 16 : runner-up | 9 | 8 may 2012 | brasilia, brazil | clay | gabriela paz | 3-6, 3-6
row 17 : winner | 8 | 19 november 2012 | barranquilla, colombia | clay | karolina nowak | 7-6(7-4), 6-0
row 18 : winner | 9 | 21 october 2013 | bogota, colombia | hard | anna katalina alzate | 6-3, 6-3
row 19 : winner | 10 | 11 november 2013 | lima, peru | clay | patricia ku flores | 7-5, 6-7(4-7),
row 20 : winner | 11 | 25 november 2013 | bogota, colombia | clay | naomi totka | 6-1, 6-1
row 21 : runner-up | 10 | 2 december 2013 | barranquilla, colombia | clay | maria fernanda herazo | 4-6, 2-6 ] Execute this SQL based on the above table: select score order by no. desc limit 1 | 6-1, 6-1 |
[ header: week of | tournament | champions | runners-up | semifinalists | quarterfinalists row 1 : 7 november | topper south american open buenos aires | alex corretja 6-3 5-7 | javier frana | francisco clavet kare | alberto berasategui lui
row 2 : 7 november | topper south american open buenos aires | sergio casal emilio s | tomas carbonell francisco ro | francisco clavet kare | alberto berasategui lui
row 3 : 7 november | kremlin cup moscow | alexander volkov 6-2 6-4 | chuck adams | jacco eltingh marc | petr korda danie
row 4 : 7 november | kremlin cup moscow | jacco eltingh paul | david adams andrei | jacco eltingh marc | petr korda danie
row 5 : 7 november | european community championships antwerp, be | pete sampras 7-6(5) | magnus larsson | jared palmer olivier delait | byron black patrick rafter
row 6 : 7 november | european community championships antwerp, be | jan apell jonas b | hendrik jan davids se | jared palmer olivier delait | byron black patrick rafter
row 7 : 14 november | ibm atp tour world championships | pete sampras 4-6 | boris becker | andre agassi sergi | michael chang alberto
row 8 : 21 november | ibm atp tour world championships | jan apell jonas b | todd woodbridge mark woodforde | david adams / andre | david adams / andre
row 9 : 28 november | davis cup by nec: final moscow | sweden 4-1 | russia | None | None ] Execute this SQL based on the above table: select count ( semifinalists ) | 8 |
[ header: opponent | played | won | lost | drawn | % won overall row 1 : australia | 4 | 4 | 0 | 0 | 100%
row 2 : canada | 21 | 19 | 2 | 0 | 90.48%
row 3 : france | 34 | 24 | 10 | 0 | 70.59%
row 4 : germany | 1 | 1 | 0 | 0 | 100%
row 5 : ireland | 19 | 18 | 1 | 0 | 94.74%
row 6 : italy | 12 | 12 | 0 | 0 | 100%
row 7 : kazakhstan | 3 | 3 | 0 | 0 | 100%
row 8 : netherlands | 4 | 4 | 0 | 0 | 100%
row 9 : new zealand | 22 | 7 | 14 | 1 | 34.09%
row 10 : russia | 2 | 2 | 0 | 0 | 100%
row 11 : samoa | 1 | 1 | 0 | 0 | 100%
row 12 : scotland | 23 | 21 | 2 | 0 | 91.34%
row 13 : south africa | 5 | 5 | 0 | 0 | 100%
row 14 : spain | 14 | 12 | 1 | 1 | 89.29%
row 15 : sweden | 3 | 3 | 0 | 0 | 100%
row 16 : united states | 13 | 12 | 1 | 0 | 92.31%
row 17 : wales | 30 | 29 | 1 | 0 | 96.67%
row 18 : total | 210 | 176 | 32 | 2 | 83.10% ] Execute this SQL based on the above table: select % won overall where played = 12 | 100% |
[ header: year | team | games | combined tackles | tackles | assisted tackles | sacks | forced fumbles | fumble recoveries | fumble return yards | interceptions | interception return yards | yards per interception return | longest interception return | interceptions returned for touchdown | passes defended row 1 : 2002 | buf | 16 | 96 | 71 | 25 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1
row 2 : 2003 | buf | 16 | 28 | 24 | 4 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2
row 3 : 2004 | buf | 12 | 25 | 14 | 11 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 4 : 2005 | buf | 13 | 9 | 6 | 3 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 5 : 2006 | buf | 16 | 23 | 13 | 10 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 6 : 2007 | buf | 7 | 4 | 3 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 7 : 2008 | atl | 16 | 34 | 28 | 6 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1
row 8 : 2009 | atl | 16 | 17 | 15 | 2 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1
row 9 : 2010 | atl | 15 | 12 | 8 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 10 : career | None | 127 | 248 | 182 | 66 | 5 | 2 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 5 ] Execute this SQL based on the above table: select team where sacks < ( select sacks where team = 'buf' ) order by sacks desc limit 1 | buf |
[ header: pos | no | rider | bike | laps | time | grid | points row 1 : 1 | 21 | troy bayliss | ducati 999 f07 | 22 | 34:11.276 | 1 | 25
row 2 : 2 | 52 | james toseland | honda cbr1000rr | 22 | 2.096 | 2 | 20
row 3 : 3 | 3 | max biaggi | suzuki gsx-r1000 | 22 | 10.143 | 5 | 16
row 4 : 4 | 41 | noriyuki haga | yamaha yzf-r1 | 22 | 18.923 | 4 | 13
row 5 : 5 | 11 | troy corser | yamaha yzf-r1 | 22 | 19.742 | 3 | 11
row 6 : 6 | 57 | lorenzo lanzi | ducati 999 f07 | 22 | 24.765 | 10 | 10
row 7 : 7 | 111 | ruben xaus | ducati 999 f06 | 22 | 27.404 | 8 | 9
row 8 : 8 | 76 | max neukirchner | suzuki gsx-r1000 | 22 | 34.614 | 7 | 8
row 9 : 9 | 10 | fonsi nieto | kawasaki zx-10r | 22 | 35.339 | 6 | 7
row 10 : 10 | 99 | steve martin | honda cbr1000rr | 22 | 36.238 | 11 | 6
row 11 : 11 | 44 | roberto rolfo | honda cbr1000rr | 22 | 38.067 | 15 | 5
row 12 : 12 | 25 | josh brookes | honda cbr1000rr | 22 | 47.078 | 12 | 4
row 13 : 13 | 38 | shinichi nakatomi | yamaha yzf-r1 | 22 | 58.571 | 17 | 3
row 14 : 14 | 96 | jakub smrz | ducati 999 f05 | 22 | +1:08.000 | 14 | 2
row 15 : 15 | 53 | alex polita | suzuki gsx-r1000 | 22 | +1:22.584 | 18 | 1
row 16 : 16 | 73 | christian zaiser | mv agusta f4 | 22 | +1:28.374 | 19 | None
row 17 : 17 | 42 | dean ellison | ducati 999rs | 22 | +1:30.184 | 21 | None
row 18 : 18 | 36 | jiri drazdak | yamaha yzf-r1 | 21 | +1 lap | 20 | None
row 19 : ret | 55 | regis laconi | kawasaki zx-10r | 16 | retirement | 9 | None
row 20 : ret | 84 | michel fabrizio | honda cbr1000rr | 5 | retirement | 13 | None ] Execute this SQL based on the above table: select bike where pos = 8 order by bike limit 243 | suzuki gsx-r1000 k6 |
[ header: ecclesiastical jurisdictions | latin name | type | rite | ecclesiastical province | established | area (km2) row 1 : benguela | benguelensis | diocese | roman | huambo | 6 june 1970 | 49920
row 2 : cabinda | cabindanus | diocese | roman | luanda | 2 july 1984 | 7120
row 3 : caxito | caxitonsis | diocese | roman | luanda | 6 june 2007 | 25133
row 4 : dundo | dundensis | diocese | roman | luanda | 9 november 2001 | 103130
row 5 : huambo | huambensis | metropolitan archdiocese | roman | huambo | 4 september 1940 | 29500
row 6 : kwito-bie | kvitobiensis | diocese | roman | huambo | 4 september 1940 | 71000
row 7 : luanda | luandensis | metropolitan archdiocese | roman | luanda | 1596 | 1074
row 8 : lubango | lubangensis | metropolitan archdiocese | roman | lubango | 27 july 1955 | 118000
row 9 : lwena | lvenanus | diocese | roman | saurimo | 1 july 1963 | 199786
row 10 : malanje | malaniensis | metropolitan archdiocese | roman | malanje | 25 november 1957 | 107000
row 11 : mbanza congo | mbanzacongensis | diocese | roman | luanda | 7 november 1984 | 39459
row 12 : menongue | menonguensis | diocese | roman | lubango | 10 august 1975 | 213309
row 13 : namibe | namibanus | diocese | roman | lubango | 21 march 2009 | 57097
row 14 : ndalatando | ndalatandensis | diocese | roman | malanje | 26 march 1990 | 20159
row 15 : ondjiva | ondiivanus | diocese | roman | lubango | 10 august 1975 | 83900
row 16 : saurimo | saurimoensis | metropolitan archdiocese | roman | saurimo | 10 august 1975 | 77000
row 17 : sumbe | sumbensis | diocese | roman | luanda | 10 august 1975 | 60000
row 18 : uije | uiiensis | diocese | roman | luanda | 14 march 1967 | 63530
row 19 : viana | viananensis | diocese | roman | luanda | 6 june 2007 | 17206 ] Execute this SQL based on the above table: select min ( area (km2) ) where rite = 'roman' and area (km2) > 118000 | 199786.0 |
[ header: episode # | original air date (uk) | episode title | guest cast | dvd # 1 row 1 : 1-01 | 22 october 1976 | "the eagle's nest" | peter cushing, derek farr | 1.01
row 2 : 1-02 | 29 october 1976 | "house of cards" | peter jeffrey, mark burn | 1.03
row 3 : 1-03 | 5 november 1976 | "the last of the cybernauts?" | robert lang, oscar | 1.04
row 4 : 1-04 | 12 november 1976 | "the midas touch" | john carson, ronald | 1.02
row 5 : 1-05 | 19 november 1976 | "cat amongst the pigeon | vladek sheybal, basil dig | 1.06
row 6 : 1-06 | 26 november 1976 | "target" | keith barron, frede | 1.07
row 7 : 1-07 | 3 december 1976 | "to catch a rat" | ian hendry, barry | 1.05
row 8 : 1-08 | 10 december 1976 | "the tale of the big why" | derek waring, jenny | 1.09
row 9 : 1-09 | 17 december 1976 | "faces" | david de keyser, edward | 1.08
row 10 : 1-10 | 21 december 1976 | "gnaws" | julian holloway, peter cell | 1.11
row 11 : 1-11 | 7 january 1977 | "dirtier by the dozen" | john castle, shaun curry, al | 1.13
row 12 : 1-12 | 14 january 1977 | "sleeper" | keith buckley, sara | 1.12
row 13 : 1-13 | 21 january 1977 | "three-handed game" | stephen greif, tony | 1.1 ] Execute this SQL based on the above table: select sum ( dvd # 1 ) where dvd # 1 = '1.07' | 1.07 |
[ header: season | pitcher | decision | final score | opponent | location row 1 : 1963 | turk farrell | l | 2-9 | san francisco giants | colt stadium
row 2 : 1964 | ken johnson | w | 6-3 | cincinnati reds | crosley field
row 3 : 1965 | bob bruce | l | 0-2 | philadelphia phillies | astrodome
row 4 : 1966 | robin roberts | l | 2-3 | los angeles dodgers | dodger stadium
row 5 : 1968 | larry dierker | w | 5-4 | pittsburgh pirates | astrodome
row 6 : 1970 | larry dierker (2) | w | 8-5 | san francisco giants | candlestick park
row 7 : 1971 | larry dierker (3) | w | 5-2 | los angeles dodgers | astrodome
row 8 : 1973 | dave roberts | nd (w) | 2-1 | atlanta braves | atlanta-fulton county stadium
row 9 : 1976 | j.r. richard | l | 5-11 | cincinnati reds | riverfront stadium
row 10 : 1980 | j.r. richard (5) | w | 3-2 | los angeles dodgers | astrodome
row 11 : 1981 | joe niekro | l | 0-2 | los angeles dodgers | dodger stadium
row 12 : 1982 | nolan ryan | l | 3-14 | st. louis cardinals | astrodome
row 13 : 1983 | joe niekro (2) | nd (l) | 7-16 | los angeles dodgers | astrodome
row 14 : 1984 | joe niekro (3) | l | 2-4 | montreal expos | astrodome
row 15 : 1985 | nolan ryan (2) | w | 2-1 | los angeles dodgers | astrodome
row 16 : 1987 | mike scott | w | 4-3 | los angeles dodgers | astrodome
row 17 : 1988 | mike scott (2) | w | 6-3 | san diego padres | astrodome
row 18 : 1989 | mike scott (3) | w | 10-3 | atlanta braves | astrodome
row 19 : 1992 | pete harnisch | l | 0-2 | atlanta braves | astrodome
row 20 : 1994 | pete harnisch (2) | nd (w) | 6-5 | montreal expos | astrodome
row 21 : 1998 | shane reynolds | nd (l) | 4-9 | san francisco giants | astrodome
row 22 : 1999 | shane reynolds | w | 4-2 | chicago cubs | astrodome
row 23 : 2000 | shane reynolds | w | 5-2 | pittsburgh pirates | three rivers stadium
row 24 : 2001 | scott elarton | w | 11-3 | milwaukee brewers | enron field
row 25 : 2002 | wade miller | l | 3-9 | milwaukee brewers | astros field
row 26 : 2003 | roy oswalt | w | 10-4 | colorado rockies | minute maid park
row 27 : 2004 | roy oswalt (2) | nd (l) | 4-5 | san francisco giants | minute maid park
row 28 : 2005 | roy oswalt (3) | l | 3-7 | st. louis cardinals | minute maid park
row 29 : 2006 | roy oswalt (4) | w | 1-0 | florida marlins | minute maid park ] Execute this SQL based on the above table: select location where final score = '10-4' | minute maid park |
[ header: name | founded | defunct | country | publisher | topics | external link row 1 : amiga active | 1999 | 2001 | united kingdom | pinprint publishing | amiga magazine with cu amiga staff | None
row 2 : amiga power | 1991 | 1996 | united kingdom | future publishing | amiga games magazine | None
row 3 : amiga user international | 1988 | 1997 | europe | aui limited | amiga magazine later published by aui limited | None
row 4 : atari age | 1982 | 1984 | united states | None | atari related topics | None
row 5 : atari st user | 1987 | 1994 | united kingdom | database publications ltd.(later | atari st magazine with hardware focus; | None
row 6 : bgamer | 1998 | None | portugal | goody, sa | general video gaming, hardware | http://www.bgamer.pt
row 7 : commodore force | 1993 | 1994 | united kingdom | europress impact | commodore 64 games; originally named | None
row 8 : computer and video games | 1981 | 2004 | united kingdom | future publishing | home computing, arcade games, video games | http://computerandvideogames.com
row 9 : computing with the amstrad | 1985 | 1988 | united kingdom, australia | database publications | computing with the amstrad or cw | None
row 10 : electronic fun with computers & games | 1982 | 1984 | united states | fun & games publishing inc | video, computer and arcade games | None
row 11 : expert gamer | 1998 | 2001 | united states | None | the bulk of xg's content was | None
row 12 : gamepro | 1989 | 2011 | united states | None | general video gaming | http://www.gamepro.com
row 13 : meeveo | 2013 | None | germany | None | news and information about games and hardware | http://www.meeveo.e
row 14 : nintendo la rivista | 2002 | None | italy | None | italian nintendo related topics | None
row 15 : nintendo power | 1988 | 2012 | united states | None | None | http://www.nintendopower.
row 16 : official dreamcast magazine (uk) | 1999 | 2001 | united kingdom | None | uk dreamcast related topics | None
row 17 : pc games | 1992 | None | germany | None | pc games | http://www.pcgames.de
row 18 : pelit | 1992 | None | finland | None | the oldest and most popular videogame magazine of | http://www.pelit.fi
row 19 : pnm (pure ninte | 2011 | None | united states | magcloud/pure media llc | all things nintendo related | http://purenintendo.com/
row 20 : skoar! | 2003 | None | india | jasubhai digital media pvt | an indian game magazine | http://skoar.thinkdigit.com/
row 21 : thirteen1 | 2008 | None | united kingdom | t1 publishing ltd | a free online-based game magazine | http://www.thirteen1.com/
row 22 : your sinclair | 1986 | 1993 | united kingdom | future publishing | sinclair spectrum | http://www.ysrnry.
row 23 : your spectrum | 1984 | 1985 | united kingdom | sportscene specialist press | sinclair spectrum | http://www.users.globalnet ] Execute this SQL based on the above table: select ( select count ( * ) where publisher = 'database publications ltd.(later known as europress)' ) > 1919 | 0 |
[ header: no. | name | term of office | term of office | political party | ministry row 1 : 1 | c. d. howe | november 2, 1936 | july 8, 1940 | liberal | 16 (king)
row 2 : 2 | arthur cardin | july 8, 1940 | may 13, 1942 | liberal | 16 (king)
row 3 : None | c. d. howe (act | may 13, 1942 | october 6, 1942 | liberal | 16 (king)
row 4 : 3 | joseph-enoil michau | october 6, 1942 | april 18, 1945 | liberal | 16 (king)
row 5 : 4 | lionel chevrier | april 18, 1945 | july 1, 1954 | liberal | 17 (st. laurent)
row 6 : 5 | george carlyle marler | july 1, 1954 | june 21, 1957 | liberal | 17 (st. laurent)
row 7 : 7 | leon balcer | october 11, 1960 | april 22, 1963 | progressive conservative | 18 (diefenbaker)
row 8 : 8 | george mcilraith | april 22, 1963 | february 3, 1964 | liberal | 19 (pearson)
row 9 : 9 | jack pickersgill | february 3, 1964 | september 19, 1967 | liberal | 19 (pearson)
row 10 : 10 | paul hellyer | september 19, 1967 | april 20, 1968 | liberal | 19 (pearson)
row 11 : 10 | paul hellyer | april 20, 1968 | april 30, 1969 | liberal | 20 (trudeau)
row 12 : None | james armstrong richardson (act | april 30, 1969 | may 5, 1969 | liberal | 20 (trudeau)
row 13 : 11 | don jamieson | may 5, 1969 | november 27, 1972 | liberal | 20 (trudeau)
row 14 : 12 | jean marchand | november 27, 1972 | september 26, 1975 | liberal | 20 (trudeau)
row 15 : 14 | don mazankowski | june 4, 1979 | march 3, 1980 | progressive conservative | 21 (clark)
row 16 : 15 | jean-luc pepin | march 3, 1980 | august 12, 1983 | liberal | 22 (trudeau)
row 17 : 16 | lloyd axworthy | august 12, 1983 | june 29, 1984 | liberal | 22 (trudeau)
row 18 : 16 | lloyd axworthy | june 30, 1984 | september 16, 1984 | liberal | 23 (turner)
row 19 : (14) | don mazankowski (2nd time) | september 17, 1984 | june 29, 1986 | progressive conservative | 24 (mulroney)
row 20 : 17 | john crosbie | june 30, 1986 | march 30, 1988 | progressive conservative | 24 (mulroney)
row 21 : 18 | benoit bouchard | march 31, 1988 | february 22, 1990 | progressive conservative | 24 (mulroney)
row 22 : 20 | jean corbeil | april 21, 1991 | june 24, 1993 | progressive conservative | 24 (mulroney)
row 23 : 20 | jean corbeil | june 25, 1993 | november 3, 1993 | progressive conservative | 25 (campbell)
row 24 : 21 | doug young | november 4, 1993 | january 24, 1996 | liberal | 26 (chretien)
row 25 : 22 | david anderson | january 25, 1996 | june 10, 1997 | liberal | 26 (chretien)
row 26 : 23 | david collenette | june 11, 1997 | december 11, 2003 | liberal | 26 (chretien)
row 27 : 24 | tony valeri | december 12, 2003 | july 19, 2004 | liberal | 27 (martin)
row 28 : 25 | jean lapierre | july 20, 2004 | february 5, 2006 | liberal | 27 (martin) ] Execute this SQL based on the above table: select count ( * ) where term of office = 'march 3, 1980' | 1 |
[ header: round | # | player | nationality | college/junior/club team (league) row 1 : 1 | 15 | jesse niinimaki | finland | ilves (finland)
row 2 : 2 | 31 | jeff deslauriers | canada | chicoutimi sagueneen
row 3 : 2 | 36 | jarret stoll | canada | kootenay ice (
row 4 : 2 | 44 | matt greene | united states | green bay gamblers (ushl)
row 5 : 3 | 79 | brock radunske | canada | michigan state spartans (nca
row 6 : 4 | 106 | ivan koltsov | russia | cherepovets (russia)
row 7 : 4 | 111 | jonas almtorp | sweden | modo hockey (sweden)
row 8 : 4 | 123 | robin kovar | czech republic | hc vsetin (cze
row 9 : 5 | 148 | glenn fisher | canada | fort saskatchewan traders
row 10 : 6 | 181 | mikko luoma | finland | tappara (finland)
row 11 : 7 | 205 | jean-francois dufort | canada | cape breton screaming ea
row 12 : 7 | 211 | patrick murphy | canada | newmarket hurricanes (opjhl
row 13 : 8 | 244 | dwight helminen | united states | michigan wolverines (ncaa
row 14 : 8 | 245 | tomas micka | czech republic | hc slavia praha
row 15 : 9 | 274 | fredrik johansson | sweden | frolunda (sweden) ] Execute this SQL based on the above table: select nationality where round = ( select round where nationality = 'canada' ) - 1 | finland |
[ header: name | metres | feet row 1 : marmolada | 3343 | 10968
row 2 : antelao | 3264 | 10706
row 3 : tofana di mezzo | 3241 | 10633
row 4 : punta sorapis | 3229 | 10594
row 5 : monte civetta | 3220 | 10564
row 6 : vernel | 3145 | 10319
row 7 : cristallo | 3221 | 10568
row 8 : cima di vezzana | 3192 | 10470
row 9 : cimon della pala | 3184 | 10453
row 10 : langkofel / sas | 3181 | 10427
row 11 : pelmo | 3169 | 10397
row 12 : dreischusterspitze | 3162 | 10375
row 13 : boespitze / piz boe ( | 3152 | 10342
row 14 : croda rossa (h | 3148 | 10329
row 15 : piz popena | 3143 | 10312
row 16 : grohmannspitze (langkofel | 3126 | 10256
row 17 : zwolferkofel | 3094 | 10151
row 18 : elferkofel | 3092 | 10144
row 19 : sass rigais ( | 3025 | 9925
row 20 : kesselkogel (rosengarten | 3004 | 9856
row 21 : tre cime di lavaredo | 2999 | 9839
row 22 : funffingerspitze | 2997 | 9833
row 23 : pala di san martino | 2982 | 9831
row 24 : rosengartenspitze / catinacci | 2981 | 9781
row 25 : marmarole | 2961 | 9715
row 26 : cima di fradusta | 2941 | 9649
row 27 : monte agner | 2872 | 9416
row 28 : fermedaturm | 2867 | 9407
row 29 : cima d'asta | 2848 | 9344
row 30 : cima di canali | 2846 | 9338
row 31 : croda grande | 2839 | 9315
row 32 : vajoletturm / torri | 2821 | 9256
row 33 : sass maor | 2816 | 9239
row 34 : cima di ball | 2783 | 9131
row 35 : cima della madonna ( | 2751 | 9026
row 36 : rosetta | 2741 | 8993
row 37 : croda da lago | 2716 | 8911
row 38 : central grasleitenspitze | 2705 | 8875
row 39 : schlern | 2562 | 8406
row 40 : sasso di mur | 2554 | 8380
row 41 : cima delle dodici | 2338 | 7671
row 42 : monte pavione | 2336 | 7664
row 43 : cima di posta | 2235 | 7333
row 44 : monte pasubio | 2232 | 7323 ] Execute this SQL based on the above table: select count ( feet ) where metres < 8911 and name = 'cima di ball' | 1 |
[ header: class | name | company | residence | term expires dec 31 | notes row 1 : a | max t. wake | jones national bank & trust co | seward, nebraska | 2013 | None
row 2 : a | vacancy | None | None | 2014 | None
row 3 : a | david w. brownback | citizens state bank & trust company | ellsworth, kansas | 2015 | None
row 4 : b | vacancy | None | None | 2013 | None
row 5 : b | richard k. ratcliffe | ratcliffe's inc | weatherford, oklahoma | 2014 | None
row 6 : b | john t. stout, | plaza belmont management group llc | shawnee mission, kans | 2015 | None
row 7 : c | rose washington | otulsa economic development corporation | tulsa, oklahoma | 2013 | None
row 8 : c | barbara mowry | gorecreek advisors | greenwood village, colorado | 2014 | chairman
row 9 : c | steve maestas | nai maestas and | albuquerque, new mexico | 2015 | deputy chairman ] Execute this SQL based on the above table: select term expires dec 31 where term expires dec 31 = 2015 | 2015, 2015, 2015 |
[ header: sr. no. | name | from | till | occupation row 1 : 1 | padamvir singh | 2009 | current | ias
row 2 : 2 | rudhra gangadhara | 06/04/2006 | 02/09/2009 | ias
row 3 : 3 | d.s. mathur | 29/10/2004 | 06/04/2006 | ias
row 4 : 4 | binod kumar | 20/01/2003 | 15/10/2004 | ias
row 5 : 5 | wajahat habibullah | 08/11/2000 | 13/01/2003 | ias
row 6 : 6 | b.s. baswan | 06/10/1996 | 08/11/2000 | ias
row 7 : 7 | n.c. saxena | 25/05/1993 | 06/10/1996 | ias
row 8 : 8 | b.n. yugandhar | 26/05/1988 | 25/01/1993 | ias
row 9 : 9 | r.n. chopra | 06/06/1985 | 29/04/1988 | ias
row 10 : 10 | k. ramanujam | 27/02/1984 | 24/02/1985 | ias
row 11 : 11 | r.k. shastri | 09/11/1982 | 27/02/1984 | ias
row 12 : 12 | i.c. puri | 16/06/1982 | 11/10/1982 | ias
row 13 : 13 | p.s. appu | 02/08/1980 | 01/03/1982 | ias
row 14 : 14 | g.c.l. jone | 23/07/1977 | 30/06/1980 | ias
row 15 : 15 | b.c. mathur | 17/05/1977 | 23/07/1977 | ias
row 16 : 16 | rajeshwar prasa | 11/05/1973 | 11/04/1977 | ias
row 17 : 17 | d.d. sathe | 19/03/1969 | 11/05/1973 | ics
row 18 : 18 | k.k. das | 12/07/1968 | 24/02/1969 | ics
row 19 : 19 | m.g. pimputkar | 04/09/1965 | 29/04/1968 | ics
row 20 : 20 | s.k. dutta | 13/08/1963 | 02/07/1965 | ics
row 21 : 21 | a.n. jha | 01/09/1959 | 30/09/1962 | ics ] Execute this SQL based on the above table: select from where from != '13/08/1963' and from = 10 | 29/10/2004 |
[ header: publication | score | review row 1 : 1up.com | b | →
row 2 : weekly famitsu | 36 of 40 | print
row 3 : gamepro.com | 6.5 of 10 | →
row 4 : gamespot | 7.5 of 10 | →
row 5 : hardcore gamer magazine | 9.5 of 10 | print
row 6 : ign.com | 7.9 of 10 | →
row 7 : nintendo power | 8 of 10 | print
row 8 : play magazine | 7 of 10 | print
row 9 : metacritic | 76 of 100 | → ] Execute this SQL based on the above table: select score where score > ( select score where score = '36 of 40' ) order by score asc limit 1 | 6.5 of 10 |
[ header: stage | date | route | terrain | length | winner row 1 : 1a | 30 june | leiden - st willebro | plain stage | 135 km (84 mi) | jan raas (ne
row 2 : 1b | 30 june | st willebrord - | plain stage | 100 km (62 mi) | walter planckaert (bel
row 3 : 2 | 1 july | brussel - st amand | plain stage | 199 km (124 mi) | jacques esclassan (f
row 4 : 3 | 2 july | st amand les eaux - | plain stage | 244 km (152 mi) | klaus-peter thaler (
row 5 : 4 | 3 july | evreux - caen | team time trial | 153 km (95 mi) | ti-raleigh
row 6 : 5 | 4 july | caen - maze montgeoffroy | plain stage | 244 km (152 mi) | freddy maertens (bel)
row 7 : 6 | 5 july | maze montgeoffroy - poit | plain stage | 162 km (101 mi) | sean kelly (ire)
row 8 : 7 | 6 july | poitiers - bordeaux | plain stage | 242 km (150 mi) | freddy maertens (bel)
row 9 : 8 | 7 july | st emilion - | individual time trial | 59 km (37 mi) | bernard hinault (fra
row 10 : 9 | 8 july | bordeaux - biarritz | plain stage | 233 km (145 mi) | miguel maria lasa (es
row 11 : 14 | 14 july | besse en chandesse | individual time trial | 52 km (32 mi) | joop zoetemel
row 12 : 15 | 15 july | st dier d'auver | hilly stage | 196 km (122 mi) | bernard hinault (fra
row 13 : 17 | 18 july | grenoble - morzine | stage with mountain(s) | 225 km (140 mi) | christian seznec
row 14 : 19 | 20 july | lausanne - belfort | plain stage | 182 km (113 mi) | marc demeyer (bel)
row 15 : 20 | 21 july | metz - nancy | individual time trial | 72 km (45 mi) | bernard hinault (fra
row 16 : 22 | 23 july | st germain en laye | plain stage | 162 km (101 mi) | gerrie knetemann (n ] Execute this SQL based on the above table: select date group by date order by count ( * ) desc limit 1 | 30 june |
[ header: no. | temple | honzon (main image) | city/town/village | prefecture row 1 : 2 | gokuraku-ji (極楽寺) | amida nyorai | naruto | tokushima prefecture
row 2 : 8 | kumadani-ji (熊谷寺) | senju kannon | awa | tokushima prefecture
row 3 : 10 | kirihata-ji (切幡寺 | senju kannon | awa | tokushima prefecture
row 4 : 11 | fujii-dera (藤井寺) | yakushi nyorai | yoshinogawa | tokushima prefecture
row 5 : 18 | onzan-ji (恩山寺) | yakushi nyorai | komatsushima | tokushima prefecture
row 6 : 22 | byodo-ji (平等寺) | yakushi nyorai | anan | tokushima prefecture
row 7 : 24 | hotsumisaki-ji (最御崎寺) | kokuzo bosatsu | muroto | kochi prefecture
row 8 : 25 | shinsho-ji (津照寺) | jizo bosatsu | muroto | kochi prefecture
row 9 : 26 | kongocho-ji (金剛頂寺) | yakushi nyorai | muroto | kochi prefecture
row 10 : 27 | konomine-ji (神峰寺) | juichimen kannon | yasuda | kochi prefecture
row 11 : 29 | tosa kokubun-ji | senju kannon | nankoku | kochi prefecture
row 12 : 31 | chikurin-ji (竹林寺) | monju bosatsu | kochi | kochi prefecture
row 13 : 37 | iwamoto-ji (岩本寺 | five buddhas | shimanto | kochi prefecture
row 14 : 39 | enko-ji (延光寺) | yakushi nyorai | sukumo | kochi prefecture
row 15 : 40 | kanjizai-ji (観自在寺 | yakushi nyorai | ainan | ehime prefecture
row 16 : 41 | ryukoji (竜光寺) | juichimen kannon | uwajima | ehime prefecture
row 17 : 43 | meiseki-ji (明石寺) | senju kannon | seiyo | ehime prefecture
row 18 : 45 | iwaya-ji (岩屋寺) | fudo myoo | kumakogen | ehime prefecture
row 19 : 47 | yasaka-ji (八坂寺 | amida nyorai | matsuyama | ehime prefecture
row 20 : 54 | enmei-ji (延命寺) | fudo myoo | imabari | ehime prefecture
row 21 : 55 | nankobo (南光坊) | daitsu-chisho butsu | imabari | ehime prefecture
row 22 : 62 | hoju-ji (宝寿寺) | juichimen kannon | saijo | ehime prefecture
row 23 : 63 | kichijo-ji (吉祥寺) | bishamonten | saijo | ehime prefecture
row 24 : 69 | kannon-ji (観音寺) | sho kannon | kan'onji | kagawa prefecture
row 25 : 77 | doryu-ji (道隆寺) | yakushi nyorai | tadotsu | kagawa prefecture ] Execute this SQL based on the above table: select temple order by no. limit 1 | gokuraku-ji (極楽寺) |
[ header: no | episode | title | original airdate | viewers | nightly rank row 1 : 1 | 2-01 | "the return" (part 1) | 16 may 2011 | 0.927 | 12
row 2 : 2 | 2-02 | "baby bumps" (part 2) | 16 may 2011 | 0.76 | 16
row 3 : 3 | 2-03 | "dates, decisions & divorces" | 23 may 2011 | 0.905 | 12
row 4 : 4 | 2-04 | "together we are one" | 30 may 2011 | 0.953 | 11
row 5 : 5 | 2-05 | "the way you are" | 6 june 2011 | 0.954 | 11
row 6 : 6 | 2-06 | "behind closed doors" | 13 june 2011 | 0.982 | 13
row 7 : 7 | 2-07 | "cheating on your test" | 20 june 2011 | 0.995 | 11
row 8 : 8 | 2-08 | "two different places" | 22 june 2011 | 0.904 | 10
row 9 : 9 | 2-09 | "just keep talking" | 27 june 2011 | 0.938 | 10
row 10 : 10 | 2-10 | "episode ten" | 29 june 2011 | 1.07 | 6
row 11 : 11 | 2-11 | "episode eleven" | 6 july 2011 | 0.825 | 14
row 12 : 12 | 2-12 | "episode twelve" | 13 july 2011 | 0.96 | 9
row 13 : 13 | 2-13 | "episode thirteen" | 20 july 2011 | 0.997 | 6 ] Execute this SQL based on the above table: select original airdate where original airdate != '27 june 2011' and nightly rank = ( select nightly rank where original airdate = '27 june 2011' ) | 22 june 2011 |
[ header: name | hanzi | population (2005) | area (km2) row 1 : qingxi | 清溪镇 | 20000 | 2.9
row 2 : ruyi | 如意镇 | 15100 | 33.85
row 3 : yintian | 银田镇 | 19500 | 28
row 4 : daping | 大坪乡 | 14300 | 32
row 5 : yongyi | 永义乡 | 10600 | 24
row 6 : shaoshan | 韶山乡 | 14700 | 37.62
row 7 : yanglin | 杨林乡 | 20600 | 58.8 ] Execute this SQL based on the above table: select hanzi order by population (2005) asc limit 1 | 永义乡 |
[ header: year | winner | runner-up | final score | third row 1 : 1992 | budivelnyk | nki mykolaiv | round-robin | spartak lugansk
row 2 : 1993 | budivelnyk | ska kyiv | round-robin | nki mykolaiv
row 3 : 1994 | budivelnyk | kyiv-basket | 3-0 | bipa-moda odesa
row 4 : 1995 | budivelnyk | kyiv-basket | 3-0 | shakhtar-asko donetsk
row 5 : 1996 | budivelnyk | shakhtar donetsk | round-robin | kyiv-basket
row 6 : 1997 | budivelnyk | bipa-moda odesa | 3-2 | kyiv-basket
row 7 : 1998 | bipa-moda odesa | budivelnyk | 3-0 | sc mykolaiv
row 8 : 1999 | bipa-moda odesa | cska-riko kyiv | 3-2 | budivelnyk
row 9 : 2000 | kyiv | mbc odesa | 3-2 | cska-ukrtatna
row 10 : 2001 | mbc odesa | kyiv | 3-2 | azovmash
row 11 : 2002 | mbc odesa | kyiv | 3-2 | azovmash
row 12 : 2003 | azovmash | mbc odesa | 4-0 | kyiv
row 13 : 2004 | azovmash | kyiv | 4-2 | mbc odesa
row 14 : 2005 | kyiv | azovmash | 3-0 | khimik
row 15 : 2006 | azovmash | kyiv | 3-1 | khimik
row 16 : 2007 | azovmash | kyiv | 3-2 | khimik
row 17 : 2008 | azovmash | kyiv | 3-1 | khimik
row 18 : 2009 | azovmash | donetsk | 3-0 | khimik
row 19 : 2010 | azovmash | budivelnyk | 3-2 | ferro-zntu
row 20 : 2011 | budivelnyk | donetsk | 4-3 | hoverla
row 21 : 2012 | donetsk | azovmash | 4-0 | ferro-zntu
row 22 : 2013 | budivelnyk | azovmash | 4-3 | ferro-zntu ] Execute this SQL based on the above table: select year where runner-up = 'kyiv' | 2001, 2002, 2004, 2006, 2007, 2008 |
[ header: year | date | title | format(s) | award description(s) | result(s) row 1 : 1987 | july 28 | whitney | album | gold | won
row 2 : 1987 | july 28 | whitney | album | platinum | won
row 3 : 1987 | july 28 | whitney | album | 2× multi-platinum | won
row 4 : 1987 | july 28 | "i wanna dance with somebody (who loves | single | gold | won
row 5 : 1987 | august 4 | whitney | album | 3× multi-platinum | won
row 6 : 1987 | september 30 | whitney | album | 4× multi-platinum | won
row 7 : 1987 | november 20 | whitney | album | 5× multi-platinum | won
row 8 : 1988 | april 18 | whitney | album | 6× multi-platinum | won
row 9 : 1989 | february 13 | "i wanna dance with somebody (who loves | single | platinum | won
row 10 : 1993 | june 23 | whitney | album | 7× multi-platinum | won
row 11 : 1994 | november 29 | whitney | album | 8× multi-platinum | won
row 12 : 1995 | november 29 | whitney | album | 9× multi-platinum | won
row 13 : 1995 | december 6 | "so emotional" | single | gold | won ] Execute this SQL based on the above table: select award description(s) where award description(s) in ( 'july 28' , 'gold' ) order by year limit 1800 | gold, gold, gold |
[ header: release date | single title | uk singles chart position | french charts | german charts | irish charts | various row 1 : 1976 | "sister mary" (duet | None | None | None | 2 | None
row 2 : may 1976 | "who's that lady with my man" | None | 5 | None | None | None
row 3 : october 1976 | "help me" | None | 17 | None | None | None
row 4 : 1976 | "goodbye venice goodbye" | None | None | None | None | None
row 5 : february 1977 | "all we need is love" | None | None | None | None | None
row 6 : june 1977 | "run to me" | None | None | None | None | #22 (netherlands), #5 (
row 7 : february 1978 | "make love to me" | None | None | None | None | #5 (australia), #2 (
row 8 : august 1978 | "loving just for fun" | None | None | None | None | None
row 9 : november 1978 | "take me to paradise" | None | None | None | None | None
row 10 : january 1979 | "if i can't have you" | None | None | None | None | None
row 11 : august 1979 | "feels like i'm in love | None | None | None | None | None
row 12 : may 1980 | "feels like i'm in love | 1 | None | 5 | 3 | #6 (australia), #6
row 13 : november 1980 | "loving just for fun" (re- | 21 | None | 20 | 22 | None
row 14 : february 1981 | "hot love" | 22 | None | 25 | 13 | None
row 15 : may 1981 | "love trial" | 51 | None | 75 | None | None
row 16 : august 1981 | "don't stop your love" | None | None | None | None | None
row 17 : january 1982 | "i need your love" | None | None | None | None | None
row 18 : april 1982 | "i feel love comin' on" | None | None | None | None | None
row 19 : july 1982 | "love's got a hold on | None | None | None | None | None
row 20 : october 1982 | "don't take your love to h | None | None | None | None | None
row 21 : september 1983 | "silent treatment" | None | None | None | None | None
row 22 : july 1984 | "break out" | 90 | None | None | None | None
row 23 : october 1984 | "i'm on fire" | None | None | None | None | None
row 24 : september 1986 | "feels like i'm in love | None | None | None | None | None
row 25 : 1988 | "stealing my time" | None | None | None | None | #2 (denmark)
row 26 : 1988 | "halfway to paradise" | None | None | None | None | None
row 27 : 1998 | "i'm in the mood for dancing" | None | None | None | None | None
row 28 : february 2001 | "hot love 2001" | None | None | None | None | None ] Execute this SQL based on the above table: select min ( uk singles chart position ) | 1 |
[ header: # | date | visitor | score | home | record | pts row 1 : 1 | december 27 | toronto | 7-1 | montreal canadiens | 1-0-0 | 2
row 2 : 2 | december 30 | quebec bulldogs | 5-8 | toronto | 2-0-0 | 4
row 3 : 3 | january 3 | toronto 228th battalion | 4-9 | toronto | 2-1-0 | 4
row 4 : 4 | january 6 | toronto | 2-3 | ottawa senators | 2-2-0 | 4
row 5 : 5 | january 10 | montreal wanderers | 4-9 | toronto | 3-2-0 | 6
row 6 : 6 | january 13 | montreal canadiens | 6-2 | toronto | 3-3-0 | 6
row 7 : 7 | january 17 | toronto | 5-1 | quebec bulldogs | 4-3-0 | 8
row 8 : 8 | january 20 | toronto | 6-8 | toronto 228th battalion | 4-4-0 | 8
row 9 : 9 | january 24 | ottawa senators | 5-8 | toronto | 5-4-0 | 10
row 10 : 10 | january 27 | toronto | 3-8 | montreal wanderers | 5-5-0 | 10 ] Execute this SQL based on the above table: select # where home = 'ottawa senators' | 4 |
[ header: staple: | maize / corn | rice | wheat | potato | cassava | soybean (green) | sweet potato | sorghum | yam | plantain row 1 : component (per 100g portion) | amount | amount | amount | amount | amount | amount | amount | amount | amount | amount
row 2 : water (g) | 10 | 12 | 13 | 79 | 60 | 68 | 77 | 9 | 70 | 65
row 3 : energy (kj) | 1528 | 1528 | 1369 | 322 | 670 | 615 | 360 | 1419 | 494 | 511
row 4 : protein (g) | 9.4 | 7.1 | 12.6 | 2 | 1.4 | 13 | 1.6 | 11.3 | 1.5 | 1.3
row 5 : fat (g) | 4.74 | 0.66 | 1.54 | 0.09 | 0.28 | 6.8 | 0.05 | 3.3 | 0.17 | 0.37
row 6 : carbohydrates (g) | 74 | 80 | 71 | 17 | 38 | 11 | 20 | 75 | 28 | 32
row 7 : fiber (g) | 7.3 | 1.3 | 12.2 | 2.2 | 1.8 | 4.2 | 3 | 6.3 | 4.1 | 2.3
row 8 : sugar (g) | 0.64 | 0.12 | 0.41 | 0.78 | 1.7 | 0 | 4.18 | 0 | 0.5 | 15
row 9 : calcium (mg) | 7 | 28 | 29 | 12 | 16 | 197 | 30 | 28 | 17 | 3
row 10 : iron (mg) | 2.71 | 0.8 | 3.19 | 0.78 | 0.27 | 3.55 | 0.61 | 4.4 | 0.54 | 0.6
row 11 : phosphorus (mg) | 210 | 115 | 288 | 57 | 27 | 194 | 47 | 287 | 55 | 34
row 12 : potassium (mg) | 287 | 115 | 363 | 421 | 271 | 620 | 337 | 350 | 816 | 499
row 13 : sodium (mg) | 35 | 5 | 2 | 6 | 14 | 15 | 55 | 6 | 9 | 4
row 14 : zinc (mg) | 2.21 | 1.09 | 2.65 | 0.29 | 0.34 | 0.99 | 0.3 | 0 | 0.24 | 0.14
row 15 : copper (mg) | 0.31 | 0.22 | 0.43 | 0.11 | 0.1 | 0.13 | 0.15 | None | 0.18 | 0.08
row 16 : manganese (mg) | 0.49 | 1.09 | 3.99 | 0.15 | 0.38 | 0.55 | 0.26 | None | 0.4 | None
row 17 : selenium (μg) | 15.5 | 15.1 | 70.7 | 0.3 | 0.7 | 1.5 | 0.6 | 0 | 0.7 | 1.5
row 18 : vitamin c (mg) | 0 | 0 | 0 | 19.7 | 20.6 | 29 | 2.4 | 0 | 17.1 | 18.4
row 19 : thiamin (mg) | 0.39 | 0.07 | 0.3 | 0.08 | 0.09 | 0.44 | 0.08 | 0.24 | 0.11 | 0.05
row 20 : riboflavin (mg) | 0.2 | 0.05 | 0.12 | 0.03 | 0.05 | 0.18 | 0.06 | 0.14 | 0.03 | 0.05
row 21 : pantothenic acid (mg) | 0.42 | 1.01 | 0.95 | 0.3 | 0.11 | 0.15 | 0.8 | None | 0.31 | 0.26
row 22 : vitamin b6 (mg) | 0.62 | 0.16 | 0.3 | 0.3 | 0.09 | 0.07 | 0.21 | None | 0.29 | 0.3
row 23 : folate total (μg) | 19 | 8 | 38 | 16 | 27 | 165 | 11 | 0 | 23 | 22
row 24 : vitamin a (iu) | 214 | 0 | 9 | 2 | 13 | 180 | 14187 | 0 | 138 | 1127 ] Execute this SQL based on the above table: select sorghum where staple: = 'calcium (mg)' | 28.0 |
[ header: season | division | tier | position | cup row 1 : 1994-95 | regionalliga sud | iii | 7 | quarter-final
row 2 : 1995-96 | regionalliga sud | iii | 13 | round 1
row 3 : 1997-97 | regionalliga sud | iii | 8 | dnq
row 4 : 1997-98 | regionalliga sud | iii | 6 | dnq
row 5 : 1998-99 | regionalliga sud | iii | 8 | dnq
row 6 : 1999-00 | regionalliga sud | iii | 5 | dnq
row 7 : 2000-01 | regionalliga sud | iii | 9 | dnq
row 8 : 2001-02 | regionalliga sud | iii | 10 | dnq
row 9 : 2002-03 | regionalliga sud | iii | 4 | round 1
row 10 : 2003-04 | regionalliga sud | iii | 1 | dnq
row 11 : 2004-05 | regionalliga sud | iii | 6 | quarter-final
row 12 : 2005-06 | regionalliga sud | iii | 11 | dnq
row 13 : 2006-07 | regionalliga sud | iii | 8 | dnq
row 14 : 2007-08 | regionalliga sud | iii | 8 | dnq
row 15 : 2008-09 | 3. liga | iii | 5 | None
row 16 : 2009-10 | 3. liga | iii | 8 | None
row 17 : 2010-11 | 3. liga | iii | 20 | None
row 18 : 2011-12 | regionalliga sud | iv | 14 | None
row 19 : 2012-13 | regionalliga bayern | iv | 2 | None ] Execute this SQL based on the above table: select tier where id = ( select id where season = '2001-02' ) - 1 | iii |
[ header: category | | area (sq miles) | area (km2) | population (2011) | density (per km2) row 1 : mainland | aberdeen city | 70 | 182 | 222800 | 1224
row 2 : mainland | aberdeenshire | 2439 | 6317 | 253000 | 40
row 3 : mainland | angus | 843 | 2184 | 116000 | 53
row 4 : mainland | argyll and bute | 2712 | 7023 | 88200 | 13
row 5 : mainland | clackmannanshire | 61 | 158 | 51400 | 325
row 6 : mainland | dumfries and galloway | 2489 | 6446 | 151300 | 23
row 7 : mainland | dundee city | 21 | 55 | 147300 | 2678
row 8 : mainland | east ayrshire | 492 | 1275 | 122700 | 96
row 9 : mainland | east dunbartonshire | 68 | 176 | 105000 | 597
row 10 : mainland | east lothian | 257 | 666 | 99700 | 150
row 11 : mainland | east renfrewshire | 65 | 168 | 90600 | 539
row 12 : mainland | city of edinburgh | 100 | 260 | 476600 | 1833
row 13 : mainland | falkirk | 113 | 293 | 156000 | 532
row 14 : mainland | fife | 517 | 1340 | 365200 | 273
row 15 : mainland | glasgow city | 68 | 175 | 593200 | 3390
row 16 : mainland | highland | 10085 | 26119 | 232100 | 9
row 17 : mainland | inverclyde | 64 | 167 | 81500 | 488
row 18 : mainland | midlothian | 135 | 350 | 83200 | 238
row 19 : mainland | moray | 864 | 2237 | 93300 | 42
row 20 : mainland | north ayrshire | 343 | 888 | 138200 | 156
row 21 : mainland | north lanarkshire | 184 | 476 | 337800 | 710
row 22 : mainland | perth and kinross | 2083 | 5395 | 146700 | 27
row 23 : mainland | renfrewshire | 102 | 263 | 174900 | 665
row 24 : mainland | scottish borders | 1825 | 4727 | 113900 | 24
row 25 : mainland | south ayrshire | 475 | 1230 | 112800 | 92
row 26 : mainland | south lanarkshire | 686 | 1778 | 313800 | 176
row 27 : mainland | stirling | 866 | 2243 | 90200 | 40
row 28 : mainland | west dunbartonshire | 68 | 176 | 90700 | 515
row 29 : mainland | west lothian | 165 | 427 | 175100 | 410
row 30 : None | total mainland | 28260 | 73193 | 5223100 | 71
row 31 : island | na h-eileanan | 1185 | 3070 | 27700 | 8
row 32 : island | orkney islands | 396 | 1025 | 21400 | 21
row 33 : island | shetland islands | 568 | 1471 | 23200 | 15
row 34 : None | total islands | 2149 | 5566 | 72300 | 13
row 35 : None | total scotland | 30409 | 78759 | 5295400 | 67 ] Execute this SQL based on the above table: select count ( ) | 35 |
[ header: name | assumed office | left office | president appointed by | secretary served under row 1 : william faxon | june 1, 1866 | march 3, 1889 | andrew johnson | gideon welles, a
row 2 : james r. soley | july 18, 1890 | march 19, 1893 | benjamin harrison | benjamin franklin trac
row 3 : william mcadoo | march 20, 1893 | april 18, 1897 | grover cleveland | hilary abner herbert
row 4 : charles herbert allen | may 11, 1898 | april 21, 1900 | william mckinley | john davis long
row 5 : frank w. hackett | april 24, 1900 | december 16, 1901 | william mckinley | john davis long
row 6 : charles hial darling | december 17, 1901 | october 30, 1905 | theodore roosevel | john davis long, william
row 7 : truman handy newberry | november 1, 1905 | november 30, 1908 | theodore roosevel | charles joseph bonapart
row 8 : herbert l. satterlee | december 3, 1908 | march 5, 1909 | theodore roosevel | truman handy newberry
row 9 : beekman winthrop | march 6, 1909 | march 16, 1913 | william howard taft | george von lengerke meyer
row 10 : franklin d. ro | march 17, 1913 | august 26, 1920 | woodrow wilson | josephus daniels
row 11 : gordon woodbury | august 27, 1920 | march 9, 1921 | woodrow wilson | josephus daniels
row 12 : theodore roosevel | march 10, 1921 | september 30, 1924 | warren harding | edwin denby
row 13 : theodore douglas robinson | november 11, 1924 | march 4, 1929 | calvin coolidge | curtis dwight wil
row 14 : ernest l. jahn | april 1, 1929 | march 17, 1933 | herbert hoover | charles francis adams
row 15 : henry l. roo | march 17, 1933 | february 22, 1936 | franklin d. ro | claude augustus swanson
row 16 : ralph austin bard | february 24, 1941 | june 24, 1944 | franklin d. ro | william franklin knox
row 17 : h. struve hensel | january 30, 1945 | february 28, 1946 | franklin d. ro | james vincent forrestal
row 18 : w. john kenney | march 1, 1946 | september 19, 1947 | harry s. truman | james vincent forrestal
row 19 : mark e. andrews | january 21, 1948 | february 15, 1949 | harry s. truman | john l. sullivan ] Execute this SQL based on the above table: select secretary served under where secretary served under in ( 'john davis long' , 'edwin denby' ) group by secretary served under order by count ( * ) desc limit 1 | john davis long |
[ header: year | album | territory | label | notes row 1 : 1989 | good deeds and dirty rags | uk | capitol records | debut album, reached no. 26 on uk
row 2 : 1989 | fish heads and tails | uk | capitol records | mid-price live and rarities compilation
row 3 : 1991 | hammer and tongs | uk | radioactive records/mca | second studio album; reached no. 61 on
row 4 : 1991 | goodbye mr. mackenzie | international | radioactive records/mca | compilation of tracks from both albums, remixed
row 5 : 1993 | live on the day of storms | uk | blokshok records | live album
row 6 : 1994 | five | uk | blokshok records | third studio album
row 7 : 1995 | jezebel | uk | blokshok records | rarities compilation
row 8 : 1996 | the glory hole | uk | blokshok records | fourth and final studio album: manson,
row 9 : 2005 | the river sessions | uk | river records | double live album
row 10 : 2009 | the rattler: live '91' | uk | md music company | live album (digital release) ] Execute this SQL based on the above table: select count ( label ) where notes = 'debut album, reached no. 26 on uk albums chart' | 1 |
[ header: wrestler: | times: | date: | location: | notes: row 1 : jonnie stewart | 1 | june 6, 1996 | rochester, minnesota | defeated larry gligorovich to
row 2 : king kong bundy | 1 | march 31, 1999 | oshkosh, wiscons | later stripped of the title by owner dale
row 3 : the patriot (danny dominion) | 1 | july 29, 2000 | pine bluff, arkansa | defeated dale gagne in an impro
row 4 : ricky enrique | 1 | july 29, 2000 | pine bluff, arkansa | None
row 5 : eric priest | 1 | june 3, 2001 | hillside, illinois | None
row 6 : evan karagias | 1 | march 22, 2002 | casa grande, arizona | None
row 7 : horshu | 1 | october 12, 2002 | mercedes, texas | stripped of the title due to missing mandatory title defense
row 8 : evan karagias | 2 | july 6, 2003 | lemoore, california | defeated eric priest to win the vac
row 9 : steve corino | 1 | june 11, 2005 | bay city, michigan | None
row 10 : shinjiro otani | 1 | january 22, 2006 | tokyo, japan | None
row 11 : takao omori | 2 | april 1, 2006 | tokyo, japan | None
row 12 : ric converse | 1 | june 14, 2006 | indianapolis, indiana | None
row 13 : steve corino | 2 | january 7, 2007 | pottstown, pennsyl | on march 23, 2007, corino lost the title
row 14 : takao omori | 3 | march 31, 2007 | yokohama, japan | None
row 15 : masato tanaka | 1 | october 26, 2007 | tokyo, japan | None
row 16 : larry zbyszko | 1 | february 5, 2008 | minneapolis, minnesot | title awarded
row 17 : brian logan | None | april 20, 2008 | fayetteville, west virgini | logan defeated zbyszko
row 18 : ricky landell | 1 | october 11, 2008 | indianapolis, indiana | title becomes known as the wsl world
row 19 : keith walker | 1 | february 21, 2009 | michigan city, indiana | None ] Execute this SQL based on the above table: select notes: order by wrestler: limit 463 | logan defeated zbyszko and ricky landell in a triple threat match. shortly thereafter, mountaineer wrestling association of west virginia, the promotion for which logan primarily performs, pulled out of awa superstars of wrestling to form american wrestling affiliates with several other promotions. the title was returned to zbyszko, and logan's reign was never officially recognized by awa superstars of wrestling, defeated eric priest to win the vacated title. karagias was fired in january 2005 by dale gagne for misconduct and refusal of defending the title as scheduled, stripped of the title due to missing mandatory title defenses, defeated larry gligorovich to win the awa superstars of wrestling world heavyweight championship, later stripped of the title by owner dale gagne, title awarded, title becomes known as the wsl world heavyweight championship when the promotion is forced to rename, on march 23, 2007, corino lost the title to tnt at an awf event; however, on march 28, the awa superstars of wrestling board of directors returned the title to corino when the proper paperwork for the match could not be found, defeated dale gagne in an impromptu match to win the title |
[ header: year | nominated work | award | category | result row 1 : 1984 | what becomes a semi-legend most? | grammy award | best comedy album | nominated
row 2 : 1990 | the joan rivers show | daytime emmy award | outstanding talk show host | won
row 3 : 1991 | the joan rivers show | daytime emmy award | outstanding talk show host | nominated
row 4 : 1992 | the joan rivers show | daytime emmy award | outstanding writing - special class | nominated
row 5 : 1992 | the joan rivers show | daytime emmy award | outstanding talk show host | nominated
row 6 : 1993 | the joan rivers show | daytime emmy award | outstanding writing - special class | nominated
row 7 : 1993 | the joan rivers show | daytime emmy award | outstanding talk show host | nominated
row 8 : 1994 | sally marr...and her esc | tony award | best actress in a play | nominated
row 9 : 2009 | arthur | daytime emmy award | outstanding performer in an animated program | nominated ] Execute this SQL based on the above table: select nominated work where result = 'nominated' | what becomes a semi-legend most?, the joan rivers show, the joan rivers show, the joan rivers show, the joan rivers show, the joan rivers show, sally marr...and her escorts, arthur |
[ header: club | season | league apps | league goals | fa cup apps | fa cup goals | league cup apps | league cup goals | other apps | other goals | total apps | total goals row 1 : bristol rovers | 2000-01 | 10 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 10 | 2
row 2 : bristol rovers | 2001-02 | 31 | 3 | 3 | 0 | 2 | 0 | 3 | 0 | 39 | 3
row 3 : bristol rovers | 2002-03 | 9 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 11 | 0
row 4 : bristol rovers | total | 50 | 5 | 4 | 0 | 2 | 0 | 4 | 0 | 60 | 5
row 5 : yeovil town | 2002-03 | 13 | 13 | 0 | 0 | 0 | 0 | 2 | 1 | 15 | 14
row 6 : yeovil town | 2003-04 | 43 | 8 | 3 | 1 | 1 | 0 | 2 | 1 | 49 | 10
row 7 : yeovil town | 2004-05 | 44 | 3 | 5 | 0 | 2 | 0 | 1 | 0 | 52 | 3
row 8 : yeovil town | 2005-06 | 36 | 2 | 3 | 0 | 2 | 1 | 1 | 0 | 42 | 3
row 9 : yeovil town | total | 136 | 26 | 11 | 1 | 5 | 1 | 6 | 2 | 158 | 30
row 10 : carlisle united | 2006-07 | 45 | 8 | 1 | 0 | 1 | 0 | 1 | 0 | 48 | 8
row 11 : carlisle united | 2007-08 | 21 | 1 | 2 | 0 | 2 | 0 | 2 | 2 | 27 | 3
row 12 : carlisle united | 2008-09 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 13 : carlisle united | total | 66 | 9 | 3 | 0 | 3 | 0 | 3 | 2 | 75 | 11
row 14 : darlington (loan) | 2008-09 | 8 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 0
row 15 : lincoln city (loan | 2008-09 | 9 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 11 | 0
row 16 : port vale (loan) | 2008-09 | 7 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 0
row 17 : darlington | 2009-10 | 10 | 2 | 0 | 0 | 0 | 0 | 2 | 0 | 12 | 2
row 18 : york city | 2009-10 | 5 | 1 | 1 | 0 | 0 | 0 | 3 | 0 | 9 | 1
row 19 : wrexham | 2010-11 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 5 | 0
row 20 : career total | career total | 296 | 43 | 19 | 1 | 11 | 1 | 19 | 4 | 345 | 49 ] Execute this SQL based on the above table: select count ( club ) where fa cup goals = 0 | 17 |
[ header: drop(s) | multiplayer map(s) | spec ops mission(s) | face off map(s) | xbox 360 release date | playstation 3 release date row 1 : 1-2 | liberation & piazza | None | None | 24 january 2012 | 28 february 2012
row 2 : 3 | overwatch | None | None | 21 february 2012 | 29 march 2012
row 3 : 4-6 | black box | black ice & negotiator | None | 13 march 2012 | 12 april 2012
row 4 : 7-8 | sanctuary & foundation | None | None | 10 april 2012 | 10 may 2012
row 5 : 9-12 | oasis | iron clad & kill switch | getaway & lookout | 15 may 2012 | 14 june 2012
row 6 : 13-15 | None | arctic recon | vortex, u-turn & intersection | 19 june 2012 | 19 july 2012
row 7 : 16-18 | decommission & offshore | vertigo | None | 17 july 2012 | 16 august 2012
row 8 : 19-21 | None | special delivery, light 'em up | None | 7 august 2012 | 6 september 2012
row 9 : 22-24 | parish, gulch & boardwalk | None | None | 5 september 2012 | 9 october 2012 ] Execute this SQL based on the above table: select xbox 360 release date order by multiplayer map(s) desc limit 1 | 10 april 2012 |
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 10 january 1996 | edison international field, ana | honduras | 1-0 | 3-1 | 1996 concacaf gold cup
row 2 : 2 | 30 august 1996 | commonwealth stadium, edmont | panama | 3-1 | 3-1 | 1998 fifa world cup qualification
row 3 : 3 | 12 october 1997 | commonwealth stadium, edmont | mexico | 2-1 | 2-2 | 1998 fifa world cup qualification
row 4 : 4 | 8 october 1999 | los angeles memorial coliseum | el salvador | 1-0 | 2-1 | 2000 concacaf gold cup qualification play off
row 5 : 5 | 10 october 1999 | los angeles memorial coliseum | haiti | 1-0 | 2-1 | 2000 concacaf gold cup qualification play off
row 6 : 6 | 10 october 1999 | los angeles memorial coliseum | haiti | 2-0 | 2-2 | 2000 concacaf gold cup qualification play off
row 7 : 7 | 13 february 2000 | qualcomm stadium, san die | costa rica | 1-1 | 2-2 | 2000 concacaf gold cup
row 8 : 8 | 13 february 2000 | qualcomm stadium, san die | costa rica | 2-2 | 2-2 | 2000 concacaf gold cup
row 9 : 9 | 20 february 2000 | qualcomm stadium, san die | mexico | 1-1 | 2-1 | 2000 concacaf gold cup
row 10 : 10 | 27 february 2000 | los angeles memorial coliseum | colombia | 2-0 | 2-0 | 2000 concacaf gold cup
row 11 : 11 | 18 january 2004 | bridgetown, barbados | barbados | 1-0 | 1-0 | friendly match ] Execute this SQL based on the above table: select date where # = 1 and result = '3-1' intersect select date where # = 1 and result = '3-1' | 10 january 1996 |
[ header: result | record | opponent | method | date | round | location row 1 : loss | 31-3-0 | j.h. isbell | ko | 1934 mar 31 | 2 | cambridge, massachusetts
row 2 : loss | 31-2-0 | "modest" bill smith | ko | 1934 feb 27 | 2 | cambridge, massachusetts
row 3 : win | 31-1-0 | frankie hagen | ko | 1934 feb 24 | 1 | cambridge, massachusetts
row 4 : win | 30-1-0 | harry gardner | ko | 1934 feb 21 | 1 | cambridge, massachusetts
row 5 : win | 29-1-0 | sid stoneman | ko | 1934 feb 14 | 1 | cambridge, massachusetts
row 6 : win | 28-1-0 | frankie hagan | pts | 1934 jan 30 | 3 | cambridge, massachusetts
row 7 : win | 27-1-0 | basil barnett | ko | 1934 jan 24 | 2 | cambridge, massachusetts
row 8 : win | 25-1-0 | bob delmont | ko | 1934 jan 07 | 1 | cambridge, massachusetts
row 9 : loss | 24-1-0 | brad simmons | ko | 1934 jan 01 | 1 | cambridge, massachusetts
row 10 : win | 24-0-0 | herman zeinman | ko | 1933 | 1 | cambridge, massachusetts
row 11 : win | 23-0-0 | william beltran | ko | 1933 | 1 | cambridge, massachusetts
row 12 : win | 21-0-0 | lawrence "larry" o | ko | 1933 | 1 | cambridge, massachusetts
row 13 : win | 20-0-0 | igg rosenberg | ko | 1933 | 1 | cambridge, massachusetts
row 14 : win | 19-0-0 | melvin kenyon | ko | 1933 | 1 | cambridge, massachusetts
row 15 : win | 17-0-0 | samuel rodgway | ko | 1933 may 28 | 1 | cambridge, massachusetts
row 16 : exch | 16-0-0 | "irish" tommy mitchell | ko | 1933 may 21 | 1 | cambridge, massachusetts
row 17 : win | 15-0-0 | jim crawford | ko | 1933 may 14 | 1 | cambridge, massachusetts
row 18 : win | 14-0-0 | max levine | ko | 1933 may 7 | 1 | cambridge, massachusetts
row 19 : win | 13-0-0 | leo hart | ko | 1933 may 1 | 1 | cambridge, massachusetts
row 20 : win | 12-0-0 | paul benjamin | pts | 1932 | 3 | evanston, illinois
row 21 : win | 11-0-0 | fred chapman | ko | 1932 | 3 | evanston, illinois
row 22 : win | 10-0-0 | paul benjamin | ko | 1932 | 3 | evanston, illinois
row 23 : win | 9-0-0 | rod conley | ko | 1932 | 2 | evanston, illinois
row 24 : win | 8-0-0 | paul gilmore | ko | 1932 | 1 | chicago, illinois
row 25 : win | 7-0-0 | jack lewis | ko | 1932 | 3 | chicago, illinois
row 26 : exch | 6-0-0 | eddie mitchell | ko | 1932 | 1 | chicago, illinois ] Execute this SQL based on the above table: select round group by round having count ( date ) = ( select count ( date ) group by round order by count ( date ) limit 1 ) | 2.0 |
[ header: season | tier | division | place row 1 : 1992-96 | 5 | regional | None
row 2 : 1996/97 | 4 | 3a | 16th
row 3 : 1997/98 | 4 | 3a | 5th
row 4 : 1998/99 | 4 | 3a | 12th
row 5 : 1999/00 | 4 | 3a | 4th
row 6 : 2000/01 | 4 | 3a | 6th
row 7 : 2001/02 | 4 | 3a | 4th
row 8 : 2002/03 | 4 | 3a | 3rd
row 9 : 2003/04 | 3 | 2ab | 19th
row 10 : 2004/05 | 4 | 3a | 2nd ] Execute this SQL based on the above table: select count ( * ) where division = '6th' | 0 |
[ header: name | railway | series | maker | dates | drive | wheel arrangement | weight | power | notes row 1 : re 465 | bls, switzerland | re 465 001-465 00 | slm, abb | 1994-97 | electric | bo-bo | 84 t | 9,520 horsepower (7,099 kw | most powerful locomotive with only four axles, similar
row 2 : prr gg1 | pennsylvania rail road ( | 4800-4938, 900-929 | altoona works, general electric | 1934-43 | electric | 2-c+c-2 (4-6-6-4) | 208.9 to 216.4 | 4,629 horsepower (3,452 k | most scrapped; the prototype and 15 production locomotive
row 3 : allegheny | chesapeake and ohi | 1600-1659 (c&o), 900 | lima locomotive works | 1941-48 | steam | 2-6-6-6 | 544 t | 7,500 horsepower (5,593 kw | two on static display
row 4 : 060-ea softronic phoen | romanian railways (cfr) | 001, 2001-2004 | softronic craiova | 2009-present | electric | co'co' | 120 t | 8,851 horsepower (6,600 kw | most powerful locomotive with highest continuous tractive effort
row 5 : jr freight class ef200 | jr freight | None | hitachi ltd | 1990- | electric | bo'bo'bo' | 100.8 t | 8,046 horsepower (6,000 kw) | most powerful single-frame narrow-gauge locomotive
row 6 : china railways hxn5 | china railways | hxn50001-hxn | ge, csr qishu | 2008- | diesel-electric | co'co' | 150 t | 6,250 horsepower (4,661 kw | most powerful diesel-electric locomotive in active production
row 7 : china railways hxd1b | china railways | hxd1b0001-h | csr zhuzhou electric | 2009- | electric | co'co' | 150 t | 12,874 horsepower (9,600 kw | most powerful single-frame locomotive in series production
row 8 : china railways hxd2b | china railways | hxd2b0001-h | datong electric locomotive, alstom | 2009- | electric | co'co' | 150 t | 12,874 horsepower (9,600 kw | most powerful single-frame locomotive in series production
row 9 : china railways hxd1c | china railways | hxd1c0001-h | csr zhuzhou electric | 2009- | electric | co'co' | 150 t | 9,655 horsepower (7,200 kw | None ] Execute this SQL based on the above table: select count ( maker ) | 9 |
[ header: goal | date | location | opponent | lineup | min | assist/pass | score | result | competition row 1 : 1 | may 9, 2004 | usaalbuquerque nm | mexico | on 70' (off lilly) | 19 | tarpley | 3-0 | 3-0 | friendly
row 2 : 2 | jun 26, 2005 | usavirginia beach | canada | 90.start | 12 | unassisted | 1-0 | 2-0 | friendly
row 3 : 3 | jan 30, 2007 | chnguangzhou | china pr | 90.start | 46 | unassisted | 1-0 | 2-0 | four nations tournament
row 4 : 4 | may 12, 2007 | usafrisco tx | canada | off 72' (on wagner) | 28 | tarpley | 3-1 | 6-2 | friendly
row 5 : 5 | sep 18, 2007 | chnshanghai | nigeria | 90.start | 1 | wambach | 1-0 | 1-0 | world cup - group b
row 6 : 6 | sep 30, 2007 | chnshanghai | norway | 90.start | 58 | unassisted | 3-0 | 4-1 | world cup final - third place playoff
row 7 : 7 | aug 18, 2008 | chnbeijing | japan | 90.start | 44 | rodriguez | 2-1 | 4-2 | olympics tournament
row 8 : 8 | sep 20, 2008 | usabridgeview il | ireland | 90.start | 19 | tarpley | 1-0 | 2-0 | friendly ] Execute this SQL based on the above table: select count ( * ) where location = 'chnshanghai' | 2 |
[ header: car | engine | compression | power | torque | turbo | stock boost | turbine | compressor row 1 : '89 u12 bluebird l | redtop | 8.5:1 | 150 kw (201 hp) | 202 lb·ft (274 | t-25g | 7psi | None | None
row 2 : '91-'95 u13 blue | redtop | 8.5:1 | 154 kw (206 hp | 202 lb·ft (274 | t-25g | 7psi | None | None
row 3 : '95-'97 w10 | silvertop | 8.5:1 | 154 kw (206 hp | 202 lb·ft (274 | t-25g | 7psi | None | None
row 4 : '97-'01 w11 | silvertop | 8.5:1 | 169 kw (227 hp | 203 lb·ft (275 | t-25bb | 9psi | None | None
row 5 : '90-'94 n14 | redtop | 8.3:1 | 169 kw (227 hp | 210 lb·ft (280 | t-28 | 7psi | 79 trim 53 mm (2.1 in) | 60 trim 60 mm bci-1
row 6 : '91-'93 s13 si | redtop | 8.5:1 | 151 kw (202 hp | 203 lb·ft (275 | t-25g | 7psi | 62 trim 53.8 mm (2.1 in | 60 trim 56mm bci-1
row 7 : '94-'98 s13 180 | blacktop | 8.5:1 | 151 kw (202 hp | 203 lb·ft (275 | t-25g | 7psi | 62 trim 53.8 mm (2.1 in | 60 trim 56mm bci-1
row 8 : '95-'99 s14 si | blacktop | 8.5:1 | 162 kw (217 hp | 203 lb·ft (275 | t-28 | 7psi | 62 trim 53.8 mm (2.1 in | 60 trim 60 mm bci-1
row 9 : '99-02 s15 sil | blacktop | 8.5:1 | 183 kw (245 hp | 202 lb·ft (274 | t-28bb | 7psi | 62 trim 53.8 mm (2.1 in | 60 trim 60 mm bci-1 ] Execute this SQL based on the above table: select car order by id desc limit 1 | '99-02 s15 silvia |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | cuba | 9 | 11 | 12 | 32
row 2 : 2 | jamaica | 7 | 5 | 4 | 16
row 3 : 3 | colombia | 4 | 2 | 3 | 9
row 4 : 4 | puerto rico | 4 | 2 | 1 | 7
row 5 : 5 | mexico | 3 | 3 | 4 | 10
row 6 : 6 | trinidad and tobago | 2 | 5 | 1 | 8
row 7 : 7 | barbados | 1 | 1 | 1 | 3
row 8 : 8 | guatemala | 1 | 0 | 0 | 1
row 9 : 8 | bahamas | 1 | 0 | 0 | 1
row 10 : 10 | venezuela | 0 | 2 | 5 | 7
row 11 : 11 | u.s. virgin islands | 0 | 1 | 1 | 2 ] Execute this SQL based on the above table: select count ( nation ) where silver >= 973 | 0 |
[ header: # | wrestlers | reign | date | days held | location | notes row 1 : 1 | kuishinbo kamen | 1 | january 4, 2001 | 758 | osaka, japan | kamen defeated ebessan to
row 2 : 2 | ebessan | 1 | february 1, 2003 | 56 | osaka, japan | None
row 3 : 3 | pero | 1 | march 29, 2003 | 7 | osaka, japan | None
row 4 : 4 | ebessan | 2 | april 5, 2003 | 92 | osaka, japan | None
row 5 : 5 | tigers mask | 1 | july 6, 2003 | 90 | osaka, japan | None
row 6 : None | vacant | None | october 4, 2003 | None | None | tigers mask vacated the title to
row 7 : 6 | miracle man | 1 | december 7, 2003 | 55 | osaka, japan | miracle man won a 4-way match which included
row 8 : 7 | ebessan | 3 | january 31, 2004 | 21 | osaka, japan | None
row 9 : 8 | kuishinbo kamen | 2 | february 21, 2004 | 665 | osaka, japan | None
row 10 : None | stripped | None | december 17, 2005 | None | None | kamen was stripped of the title due to
row 11 : 9 | policeman | 1 | february 18, 2006 | 311 | osaka, japan | None
row 12 : 10 | okita-kun | 1 | february 26, 2006 | 314 | osaka, japan | okita-kun won an eight
row 13 : None | vacant | None | january 6, 2007 | None | None | okita-hun vacated
row 14 : 11 | sgt. suchi | 1 | february 12, 2007 | 194 | osaka, japan | sgt. suchi is a
row 15 : 12 | ebessan iii | 1 | august 25, 2007 | 113 | osaka, japan | None
row 16 : 13 | kuishinbo kamen | 3 | december 16, 2007 | 84 | tokyo, japan | None
row 17 : 14 | miracle man | 2 | march 9, 2008 | 51 | tokyo, japan | None
row 18 : 15 | kanjyuro matsuyama | 1 | april 29, 2008 | 0 | tokyo, japan | matsuyama retires the title immediately after
row 19 : 16 | kuishinbo kamen | 4 | april 29, 2010 | 59 | osaka, japan | kamen wins both the owarai championship
row 20 : 17 | kyusei ninja ranmar | 1 | june 27, 2010 | 22 | osaka, japan | ranmaru wins both titles
row 21 : 18 | kuishinbo kamen | 5 | july 19, 2010 | 1435 | osaka, japan | kamen wins both titles ] Execute this SQL based on the above table: select days held where # = '7' and reign != 665 | 21 |
[ header: week | date | opponent | result | venue | attendance row 1 : 1 | september 3, 1978 | at detroit lions | w 13-7 | pontiac silverdome | 51187
row 2 : 2 | september 10, 1978 | new orleans saints | w 28-17 | milwaukee county stadium | 54336
row 3 : 3 | september 17, 1978 | oakland raiders | l 28-3 | lambeau field | 55903
row 4 : 4 | september 24, 1978 | at san diego chargers | w 24-3 | san diego stadium | 42755
row 5 : 5 | october 1, 1978 | detroit lions | w 35-14 | milwaukee county stadium | 54601
row 6 : 6 | october 8, 1978 | chicago bears | w 24-14 | lambeau field | 56267
row 7 : 7 | october 15, 1978 | seattle seahawks | w 45-28 | milwaukee county stadium | 52712
row 8 : 8 | october 22, 1978 | at minnesota vikings | l 21-7 | metropolitan stadium | 47411
row 9 : 9 | october 29, 1978 | tampa bay buccaneers | w 9-7 | lambeau field | 55108
row 10 : 10 | november 5, 1978 | at philadelphia eagle | l 10-3 | veterans stadium | 64214
row 11 : 11 | november 12, 1978 | dallas cowboys | l 42-14 | milwaukee county stadium | 55256
row 12 : 12 | november 19, 1978 | at denver broncos | l 16-3 | mile high stadium | 74965
row 13 : 13 | november 26, 1978 | minnesota vikings | t 10-10 (ot) | lambeau field | 51737
row 14 : 14 | december 3, 1978 | at tampa bay buccaneers | w 17-7 | tampa stadium | 67754
row 15 : 15 | december 10, 1978 | at chicago bears | l 14-0 | soldier field | 34306
row 16 : 16 | december 17, 1978 | at los angeles rams | l 31-14 | los angeles memorial coliseum | 42500 ] Execute this SQL based on the above table: select count ( * ) where date = 'november 5, 1978' and attendance < 20 | 0 |
[ header: county | obama% | obama# | mccain% | mccain# | total row 1 : andrew | 38.8% | 3345 | 61.2% | 5279 | 8624
row 2 : audrain | 41.8% | 4434 | 58.2% | 6167 | 10601
row 3 : barry | 32.2% | 4630 | 67.8% | 9758 | 14388
row 4 : boone | 56.1% | 47062 | 43.9% | 36849 | 83911
row 5 : buchanan | 50.1% | 19164 | 49.9% | 19110 | 38274
row 6 : carroll | 34.2% | 1535 | 65.8% | 2955 | 4490
row 7 : carter | 34.8% | 984 | 65.2% | 1840 | 2824
row 8 : cedar | 32.9% | 2060 | 67.1% | 4194 | 6254
row 9 : clay | 49.7% | 53761 | 50.3% | 54516 | 108277
row 10 : cooper | 37.9% | 2996 | 62.1% | 4902 | 7898
row 11 : dekalb | 36.9% | 1692 | 63.1% | 2889 | 4581
row 12 : douglas | 32.7% | 2140 | 67.3% | 4405 | 6545
row 13 : gentry | 38.6% | 1235 | 61.4% | 1964 | 3199
row 14 : greene | 42.0% | 56181 | 58.0% | 77683 | 133864
row 15 : grundy | 34.5% | 1580 | 65.5% | 3006 | 4586
row 16 : hickory | 43.2% | 2171 | 56.8% | 2850 | 5021
row 17 : howard | 42.9% | 2036 | 57.1% | 2708 | 4744
row 18 : howell | 34.3% | 5736 | 65.7% | 10982 | 16718
row 19 : jefferson | 51.3% | 53467 | 48.7% | 50804 | 104271
row 20 : knox | 38.5% | 759 | 61.5% | 1212 | 1971
row 21 : lewis | 41.5% | 1837 | 58.5% | 2594 | 4431
row 22 : lincoln | 44.2% | 10234 | 55.8% | 12924 | 23158
row 23 : livingston | 37.9% | 2435 | 62.1% | 3993 | 6428
row 24 : madison | 41.3% | 2042 | 58.7% | 2897 | 4939
row 25 : maries | 35.9% | 1599 | 64.1% | 2853 | 4452
row 26 : marion | 37.9% | 4703 | 62.1% | 7705 | 12408
row 27 : mercer | 30.7% | 519 | 69.3% | 1169 | 1688
row 28 : miller | 31.3% | 3553 | 68.7% | 7797 | 11350
row 29 : moniteau | 31.8% | 2084 | 68.2% | 4467 | 6551
row 30 : montgomery | 40.6% | 2347 | 59.4% | 3428 | 5775
row 31 : morgan | 39.5% | 3565 | 60.5% | 5451 | 9016
row 32 : oregon | 40.6% | 1811 | 59.4% | 2652 | 4463
row 33 : pike | 45.0% | 3487 | 55.0% | 4268 | 7755
row 34 : polk | 33.7% | 4553 | 66.3% | 8956 | 13509
row 35 : scotland | 38.8% | 793 | 61.2% | 1249 | 2042
row 36 : st. clair | 38.8% | 1886 | 61.2% | 2981 | 4867 ] Execute this SQL based on the above table: select obama% where obama% in ( '38.8%' , '32.7%' ) order by obama# desc limit 1 | 38.8% |
[ header: season | tier | division | place row 1 : 1981/82 | 4 | 3a | 17th
row 2 : 1982/83 | 5 | regional | None
row 3 : 1983/84 | 4 | 3a | 1st
row 4 : 1984/85 | 4 | 3a | 2nd
row 5 : 1985/86 | 4 | 3a | 1st
row 6 : 1986/87 | 3 | 2ab | 10th
row 7 : 1987/88 | 3 | 2ab | 1st
row 8 : 1988/89 | 2 | 2a | 18th
row 9 : 1989/90 | 3 | 2ab | 7th
row 10 : 1990/91 | 3 | 2ab | 8th
row 11 : 1991/92 | 3 | 2ab | 20th
row 12 : 1992/93 | 4 | 3a | 14th
row 13 : 1993/94 | 4 | 3a | 19th
row 14 : 1994/95 | 5 | reg. pref | 9th
row 15 : 1995/96 | 5 | reg. pref | 4th
row 16 : 1996/97 | 5 | reg. pref | 1st
row 17 : 1997/98 | 5 | reg. pref | 2nd ] Execute this SQL based on the above table: select tier where division > 860 | 5.0, 5.0, 5.0, 5.0, 5.0 |
[ header: no. | date | home team | visiting team | goals | score | result | venue | competition row 1 : 2 | 25 mar 1992 | scotland | finland | 41' 1-1 | 1-1 | draw | hampden park, glasgow | friendly
row 2 : 3 | 13 oct 1993 | sweden | finland | 60' 3-2 | 3-2 | loss | rasunda stadium, stockhol | 1994 fifa world cup qualification
row 3 : 5 | 16 nov 1994 | finland | faroe islands | 53' 2-0 72' 3-0 | 5-0 | win | helsinki olym | uefa euro 1996 qualifying
row 4 : 7 | 11 jun 1995 | finland | greece | 45+1' 1-1 (pen.) | 2-1 | win | helsinki olym | uefa euro 1996 qualifying
row 5 : 9 | 2 feb 1997 | turkey | finland | 17' 0-1 | 1-1 | draw | ataturk stadium, denizli | friendly
row 6 : 12 | 6 sep 1997 | switzerland | finland | 16' 0-1 | 1-2 | win | stade olympique de la pont | 1998 fifa world cup qualification
row 7 : 13 | 14 oct 1998 | turkey | finland | 90+6' 1-3 | 1-3 | win | ali sami yen stadium, | uefa euro 2000 qualifying
row 8 : 14 | 29 mar 2000 | wales | finland | 21' 0-1 | 1-2 | win | millennium stadium, cardiff | friendly
row 9 : 15 | 16 aug 2000 | finland | norway | 24' 1-0 61' 2-1 | 3-1 | win | finnair stadium, helsink | 2000-01 nordic football championship
row 10 : 17 | 2 sep 2000 | finland | albania | 45 ' 1-0 | 2-1 | win | finnair stadium, helsink | 2002 fifa world cup qualification
row 11 : 18 | 15 aug 2001 | finland | belgium | 3-0 (pen.) | 4-1 | win | helsinki olym | friendly
row 12 : 20 | 27 mar 2002 | portugal | finland | 41' 1-3 53' 1-4 | 1-4 | win | estadio do bessa | friendly
row 13 : 22 | 30 apr 2003 | finland | iceland | 55' 1-0 (pen.) | 3-0 | win | pohjola stadion, my | friendly
row 14 : 23 | 31 apr 2004 | malta | finland | 86' 0-2 | 1-2 | win | ta' qali national stadium, | friendly
row 15 : 25 | 26 mar 2005 | czech republic | finland | 46 ' 2-1 | 4-3 | loss | na stinadle | 2006 fifa world cup qualification
row 16 : 27 | 2 sep 2006 | poland | finland | 54' 0-1 76' 0 | 1-3 | win | zdzisław k | uefa euro 2008 qualifying
row 17 : 29 | 6 feb 2008 | finland | greece | 66' 1-0 | 1-2 | loss | neo gsp stadium, | friendly ] Execute this SQL based on the above table: select count ( visiting team ) | 17 |
[ header: place | nation | 5 hoops | 3 balls, 2 ribbons | total row 1 : 1 | bulgaria | 19.800 (1) | 19.800 (1) | 39.600
row 2 : 2 | spain | 19.700 (3) | 19.700 (2) | 39.400
row 3 : 3 | belarus | 19.733 (2) | 19.600 (3) | 39.333
row 4 : 4 | russia | 19.600 (4) | 19.566 (4) | 39.166
row 5 : 5 | ukraine | 19.366 (5) | 15.500 (5) | 38.866
row 6 : 6 | japan | 19.166 (6) | 19.333 (7) | 38.499
row 7 : 7 | italy | 19.066 (7) | 19.400 (6) | 38.466
row 8 : 8 | hungary | 18.766 (8) | 19.166 (8) | 37.932 ] Execute this SQL based on the above table: select nation where id = ( select id where nation = 'hungary' ) - 1 | italy |
[ header: week | date | opponent | score | result | record row 1 : 1 | july 9 | vs. saskatche | 31-21 | win | 1-0
row 2 : 2 | july 16 | at montreal concordes | 36-0 | win | 2-0
row 3 : 3 | july 24 | vs. hamilton t | 36-25 | loss | 2-1
row 4 : 4 | aug 1 | at edmonton eskimos | 32-26 | win | 3-1
row 5 : 5 | aug 8 | vs. bc lions | 29-16 | win | 4-1
row 6 : 6 | aug 20 | at calgary stampeders | 35-4 | win | 5-1
row 7 : 7 | aug 28 | vs. ottawa rough | 27-20 | win | 6-1
row 8 : 8 | sept 5 | at saskatchewan roughrid | 36-35 | win | 7-1
row 9 : 9 | sept 11 | vs. calgary stampeders | 15-11 | loss | 7-2
row 10 : 10 | sept 18 | at ottawa rough riders | 38-28 | loss | 7-3
row 11 : 11 | sept 25 | vs. montreal concordes | 19-16 | win | 8-3
row 12 : 12 | oct 2 | at bc lions | 29-19 | win | 9-3
row 13 : 13 | oct 11 | vs. toronto argonaut | 39-35 | win | 10-3
row 14 : 14 | oct 17 | at toronto argonauts | 29-16 | win | 11-3
row 15 : 15 | oct 23 | vs. edmonton | 33-17 | loss | 11-4
row 16 : 16 | nov 7 | at hamilton tiger-cat | 24-21 | loss | 11-5 ] Execute this SQL based on the above table: select week - week + 1 where opponent = 'vs. ottawa rough riders' | 1.0 |
[ header: year | title | b-side | mediums | label (catalog) row 1 : 1996 | "broke" | "whenever i breathe out, you breathe | 7" | sub pop (sp0338)
row 2 : 1997 | "a life of arctic sounds" | "medication" | 7" | suicide squeeze (ssr001003)
row 3 : 1997 | "birds vs. worms | "every penny fed car", "four finger | 7" | hit or miss
row 4 : 1998 | "other people's lives" | "grey ice water" | 7" | up records
row 5 : 1998 | "never ending math equation" | "workin' on leavin' the | 7" | sub pop (sp0436)
row 6 : 1998 | "whenever you see fit" | "whenever you see fit (dj | 12", cd | up records/suicide squeeze
row 7 : 1999 | "heart cooks brain" | "shit luck" | 7" | matador records
row 8 : 2004 | "float on" | "i've got it all (most) | 7", cd | epic (076685)
row 9 : 2004 | "ocean breathes salty" | "float on (live studio)" | cd | epic
row 10 : 2007 | "dashboard" | "king rat" | 7", cd | epic
row 11 : 2007 | "missed the boat" | None | digital | epic
row 12 : 2009 | "satellite skin" | "guilty cocker spaniels | 7" | epic
row 13 : 2009 | "autumn beds" | "whale song" | 7" | epic
row 14 : 2009 | "perpetual motion machine" | "history sticks to your feet" | 7" | epic ] Execute this SQL based on the above table: select title where year = 2009 order by year desc limit 1 | "satellite skin" |
[ header: round | pick | player | nationality | college/junior/club team row 1 : 1 | 3 | rick hampton | canada | st. catharines black hawk
row 2 : 1 | 17 | ron chipperfield | canada | brandon wheat kings (wchl
row 3 : 2 | 21 | bruce affleck | canada | university of denver pioneers (wcha)
row 4 : 3 | 39 | charlie simmer | canada | sault ste. marie greyhound
row 5 : 4 | 57 | tom price | canada | ottawa 67's (
row 6 : 5 | 75 | jim warden | united states | michigan tech huskies (wcha
row 7 : 6 | 93 | tom sundberg | united states | st. paul vulcans
row 8 : 7 | 111 | tom anderson | united states | st. paul vulcans
row 9 : 8 | 128 | jim mccabe | canada | welland sabres (so ] Execute this SQL based on the above table: select player where college/junior/club team = 'st. paul vulcans (midjhl)' | tom sundberg, tom anderson |
[ header: property | test method | units | 4275 | 4301 | 4435 | 4630 | 4645 row 1 : tensile strength | astm d 638 | mpa (kpsi) | 117 (16.9) | 113 (16.4) | 94 (13.6) | 81 (11.8) | 114 (16.6)
row 2 : tensile modulus | astm d 638 | gpa (kpsi) | 8.8 (1,280) | 6.8 (990) | 14.5 (2,100) | 7.4 (1,080) | 18.6 (2,700)
row 3 : tensile elongation | astm d 638 | % | 2.6 | 3.3 | 1 | 1.9 | 0.8
row 4 : flexural strength | astm d 790 | mpa (kpsi) | 208 (30.2) | 215 (31.2) | 152 (22.0) | 131 (19.0) | 154 (22.4)
row 5 : flexural modulus | astm d 790 | gpa (kpsi) | 7.3 (1.060) | 6.9 (1,000) | 14.8 (2,150) | 6.8 (990) | 12.4 (1,800)
row 6 : compressive strength | astm d 695 | mpa (kpsi) | 123 (17.8) | 166 (24.1) | 138 (20.0) | 99 (14.4) | 157 (22.8)
row 7 : izod impact strength, notched | astm d 256 | j/m (ft-lb | 85 (1.6) | 64 (1.2) | 43 (0.8) | 48 (0.9) | 37 (0.7)
row 8 : izod impact strength, unnotched | astm d 4812 | j/m (ft-lb | 270 (5) | 430 (8) | 210 (4) | 160 (3) | 110 (2)
row 9 : heat deflection temperature at 264 p | astm d 648 | °c (°f) | 280 (536) | 279 (534) | 278 (532) | 280 (536) | 281 (538)
row 10 : coefficient linear thermal expansion | astm d 696 | ppm/°c (ppm/ | 25 (14) | 25 (14) | 14 (8) | 16 (9) | 9 (3) ] Execute this SQL based on the above table: select test method where 4275 > 0 order by id limit 1 | astm d 638 |
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 8 february 2011 | stade georges pompidou, | mali | 1-0 | 1-0 | friendly
row 2 : 2 | 11 may 2011 | stade felix houphouet- | namibia | 4-1 | 5-1 | friendly
row 3 : 3 | 5 june 2011 | stade de l'amitie | benin | 0-1 | 2-6 | 2012 africa cup of nations qualification - group
row 4 : 4 | 10 august 2011 | stade de geneve, geneve, | israel | 1-0 | 4-3 | friendly
row 5 : 5 | 3 september 2011 | stade amahoro, ki | rwanda | 0-4 | 0-5 | 2012 africa cup of nations qualification - group
row 6 : 6 | 14 november 2012 | linzer stadion, | austria | 0-1 | 0-3 | friendly
row 7 : 7 | 14 january 2013 | al nahyan stadium, abu | egypt | 4-2 | 4-2 | friendly
row 8 : 8 | 26 january 2013 | royal bafokeng stadium, rustenburg | tunisia | 3-0 | 3-0 | 2013 africa cup of nations ] Execute this SQL based on the above table: select # where score != '0-4' | 1.0, 2.0, 3.0, 4.0, 6.0, 7.0, 8.0 |
[ header: no. | name | public access | location & map links | area ha | area acres | references row 1 : 1 | aversley wood | | 52°25′25′′n 0° | 61 | 151 | sssi wt
row 2 : 2 | balsham wood | | 52°07′19′′n 0° | 35 | 85 | sssi
row 3 : 3 | bedford purlieus nnr | | 52°35′00′′n 0° | 208 | 514 | sssi nnr
row 4 : 4 | brampton wood | | 52°19′02′′n 0° | 132 | 326 | sssi bcnp
row 5 : 7 | gamlingay wood | | 52°09′57′′n 0° | 46 | 114 | sssi bcnp
row 6 : 8 | hardwick wood | | 52°11′57′′n 0° | 17 | 42 | sssi bcnp
row 7 : 9 | hayley wood | | 52°09′33′′n 0° | 52 | 129 | sssi bcnp
row 8 : 11 | langley wood | | 52°03′24′′n 0° | 31 | 77 | sssi
row 9 : 13 | madingley wood | | 52°13′00′′n 0° | 15 | 38 | sssi
row 10 : 14 | monks wood nnr | | 52°24′18′′n 0° | 170 | 420 | sssi nnr
row 11 : 15 | out and plunder woods | | 52°10′03′′n 0° | 28 | 69 | sssi
row 12 : 16 | over and lawn woods | | 52°06′35′′n 0° | 45 | 111 | sssi
row 13 : 18 | ten wood | | 52°10′31′′n 0° | 17 | 42 | sssi
row 14 : 20 | warboy's and wistow wood | | 52°25′11′′n 0° | 42 | 103 | sssi
row 15 : 21 | waresley wood | | 52°10′37′′n 0° | 62 | 153 | sssi ] Execute this SQL based on the above table: select ( select count ( * ) where references = 'sssi bcnpwt' and name = 'brampton wood' ) >= 1 | 1 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | russia | 3 | 0 | 2 | 5
row 2 : 2 | italy | 1 | 1 | 0 | 2
row 3 : 3 | finland | 0 | 1 | 0 | 1
row 4 : 3 | germany | 0 | 1 | 0 | 1
row 5 : 3 | switzerland | 0 | 1 | 0 | 1
row 6 : 6 | france | 0 | 0 | 1 | 1
row 7 : 6 | georgia | 0 | 0 | 1 | 1
row 8 : None | total | 4 | 4 | 4 | 12 ] Execute this SQL based on the above table: select count ( * ) where gold = 0 | 5 |
[ header: abbreviation | settlement | district | official name | division | cup | other information row 1 : taaja | taalintehdas | turku | taalintehtaan | vitonen | 2 | None
row 2 : tampere united | tampere | tampere | tampere united | veikkausliiga | 3 | None
row 3 : tapa 2 | tampere | tampere | tampereen palloil | kutonen | 1 | None
row 4 : tarmo | kalvia, kokkola | keski-pohjanma | kalvian tarmo | kutonen | 1 | None
row 5 : team vanpa | vantaa | uusimaa | team vanpa | vitonen | 1 | None
row 6 : tips | tikkurila, vantaa | uusimaa | tikkurilan palloseura | kolmonen | 2 | None
row 7 : tjk liepo | tampere | tampere | tampereen jalkapall | vitonen | 1 | None
row 8 : tkt | tampere | tampere | tampereen kisat | kolmonen | 2 | None
row 9 : tops-90 | tohmajarvi | ita-suomi | tohmajarven palloseura-90 | nelonen | 2 | None
row 10 : torre calcio | turku | turku | torre calcio | kutonen | 1 | None
row 11 : tota | tornio | pohjois-suomi | tornion tarmo | kolmonen | 1 | None
row 12 : tote/ap | toukola | helsinki | toukolan teras / | vitonen | 2 | None
row 13 : tou/2 | toivala, siilinjarvi | ita-suomi | toivalan urheilijat | vitonen | 1 | None
row 14 : tove | pori | satakunta | toejoen veikot | kolmonen | 2 | None
row 15 : tp-47 | tornio | pohjois-suomi | tornion pallo-47 | kakkonen | 3 | None
row 16 : tp-49 | toijala, akaa | tampere | toijalan pallo-49 | nelonen | 2 | also abbreviated as toip
row 17 : tp-seinajoki | seinajoki | vaasa | tp-seinajoki ( | nelonen | 1 | None
row 18 : tps | turku | turku | turun palloseura | veikkausliiga | 3 | None
row 19 : tpv | tampere | tampere | tampereen palloveiko | ykkonen | 3 | None
row 20 : tpv 2 | tampere | tampere | tampereen pallo- | kolmonen | 2 | None
row 21 : trafk | jarvenpaa | uusimaa | traskanda fotboll k | kutonen | 1 | None ] Execute this SQL based on the above table: select other information where cup <= 1850 | also abbreviated as toip -49 |
[ header: denomination | 1870 | 1880 | 1890 | 1900 | 1910 | 1920 | 1930 | 1941 | 1949 | 2001 | 2011 row 1 : roman catholic | 72.3% | 69.4% | 64.7% | 60.7% | 59.8% | 59.1% | 60.7% | 63.1% | 69.8% | 45.8% | 28.9%
row 2 : calvinist | 4.8% | 6.1% | 7.4% | 8.9% | 9.9% | 10.9% | 12.1% | 13.6% | 15.5% | 12.6% | 8.5%
row 3 : lutheran | 5.3% | 5.5% | 5.6% | 5.3% | 4.9% | 4.8% | 5% | 5.3% | 5.4% | 2.6% | 1.7%
row 4 : jewish | 16.6% | 19.7% | 21% | 23.6% | 23.1% | 23.2% | 20.3% | 15.8% | 6.4% | 0.5% | 0.4%
row 5 : others | 1% | 1.3% | 1.3% | 1.5% | 2.2% | 2% | 1.9% | 1.6% | 1.4% | 3.9% | 3.5%
row 6 : without religion | 0% | 0% | 0% | 0% | 0% | 0% | 0% | 0% | 0% | 19.5% | 22.9%
row 7 : no answer | 0% | 0% | 0% | 0% | 0% | 0% | 0% | 0% | 0% | 15.1% | 34.1% ] Execute this SQL based on the above table: select 1920 where 1941 = '13.6%' | 10.9% |
[ header: flight | date | payload nickname | payload | orbit | result row 1 : tf1 (test flight) | february 4, 1994 | ryusei | orex (orbital re-ent | leo | success
row 2 : tf1 (test flight) | february 4, 1994 | myojo | vep (vehicle evaluation pay | gto | success
row 3 : tf2 | august 28, 1994 | kiku 6 | ets-vi (engineering | geo | success
row 4 : tf3 | march 18, 1995 | himawari 5 | gms-5 (geostationary | geo | success
row 5 : tf3 | march 18, 1995 | None | sfu (space flyer unit) | leo | success
row 6 : f4 | august 17, 1996 | midori | adeos (advance | leo | success
row 7 : f4 | august 17, 1996 | fuji 3 | fuji oscar 29, jas | leo | success
row 8 : f6 | november 27, 1997 | None | trmm (tropical rainfall measuring mission | leo | success
row 9 : f6 | november 27, 1997 | kiku 7 (orihime & | ets-vii (engineering | leo | success
row 10 : f5 | february 21, 1998 | kakehashi | comets (communications and broadcasting engineering | geo | partial failure
row 11 : f8 | november 15, 1999 | None | mtsat (multi-functional transport | geo | failure
row 12 : f7 | canceled | midori ii | adeos-ii (a | None | canceled
row 13 : f7 | canceled | None | μ-labsat | None | canceled ] Execute this SQL based on the above table: select date where orbit = 'leo' | february 4, 1994, march 18, 1995, august 17, 1996, august 17, 1996, november 27, 1997, november 27, 1997 |
[ header: year | division | league | regular season | playoffs | open cup row 1 : 2002 | 4 | usl pdl | 3rd, mid atlantic | did not qualify | did not qualify
row 2 : 2003 | 4 | usl pdl | 1st, mid atlantic | conference semifinals | did not qualify
row 3 : 2004 | 4 | usl pdl | 3rd, mid atlantic | did not qualify | did not qualify
row 4 : 2005 | 4 | usl pdl | 1st, mid atlantic | national semifinals | 2nd round
row 5 : 2006 | 4 | usl pdl | 5th, mid atlantic | did not qualify | did not qualify
row 6 : 2007 | 4 | usl pdl | 6th, mid atlantic | did not qualify | did not qualify
row 7 : 2008 | 4 | usl pdl | 6th, mid atlantic | did not qualify | did not qualify ] Execute this SQL based on the above table: select playoffs where year > 359 | did not qualify, conference semifinals, did not qualify, national semifinals, did not qualify, did not qualify, did not qualify |
[ header: first name | surname | death year | beginning of service | end of service | notes row 1 : pilzbach | johann adam | 1802 | 1772 | 1776 | None
row 2 : fritsch | lorenz | None | 1794 | 1798 | None
row 3 : aizele | matthias | 1856 | 1812 | 1836 | None
row 4 : bottka | paul | 1872 | 1836 | 1845 | None
row 5 : bartl | anton | 1897 | 1870 | 1893 | None
row 6 : loschardt | ferdinand | 1914 | 1893 | 1899 | None
row 7 : gehl | othmar | 1951 | 1892 | 1903 | None
row 8 : schutz | nikolaus | None | 1899 | 1901 | None
row 9 : eisele | matthias | 1944 | 1901 | 1906 | None
row 10 : dietl | august gustav | 1928 | 1901 | 1912 | None
row 11 : misenko | josef | None | 1902 | 1909 | None
row 12 : palya | matthias | 1915 | 1903 | 1915 | None
row 13 : elsner | josef | 1965 | 1911 | 1926 | None
row 14 : schrotz | stefan | 1967 | 1912 | 1923 | None
row 15 : fulda | paul | None | 1922 | None | None
row 16 : rudolf | josef | None | 1912 | 1921 | None
row 17 : waltner | josef | 1986 | 1920 | 1923 | None
row 18 : szekely | franz | None | 1923 | 1930 | None
row 19 : lischerong | matthias | 1950 | 1925 | 1950 | None
row 20 : strubert | peter | 1956 | 1924 | 1932 | None
row 21 : lindnder | wendelin | None | 1925 | 1929 | None
row 22 : juhasz | tibor | None | 1930 | 1938 | None
row 23 : benz | johannes | 1985 | 1936 | 1942 | None
row 24 : hardt | alfons | None | 1927 | 1930 | None
row 25 : hampel | karl | None | 1934 | 1937 | None
row 26 : willw | andreas | None | 1941 | 1946 | None
row 27 : gerstenengst | josef | 1992 | 1946 | 1958 | None
row 28 : lackner | paul | 1987 | 1946 | 1987 | None
row 29 : borth | nikolaus pater gottfried | None | 1958 | 1959 | None
row 30 : neu | anton | None | 1963 | 1965 | None
row 31 : fritz | anton | None | 1972 | 1974 | None
row 32 : hajdu | josef | None | 1974 | 1976 | None
row 33 : hoher | otto | 2006 | 1976 | 1978 | None
row 34 : nagy | carol | None | 1979 | 1987 | None
row 35 : mutiu | petru | None | 1983 | None | None
row 36 : matei | peter gottlieb | None | 1983 | 1988 | None
row 37 : pal | jozsef csaba | None | 1987 | None | None
row 38 : szocs | laszlo | None | 1987 | 1988 | None
row 39 : catici | gheorghe | None | 1988 | 1992 | None
row 40 : balogh | andras | None | 1988 | 1989 | None
row 41 : ebenspanger | ferenc | None | 1989 | 1990 | None
row 42 : debert | reiner | None | 1993 | 1994 | None
row 43 : conceanga | ulderic | None | 1997/2001 | 2003 | None
row 44 : tampu | petru | None | 1999 | 2001 | None
row 45 : rebegila | petru | None | 2004 | 2006 | None ] Execute this SQL based on the above table: select first name where id = 84 | conceanga |
[ header: season | winner | score | runners-up | venue row 1 : 2000 | san juan jablote | 1-0 | defence force | marvin lee stadium
row 2 : 2001 | w connection | 1-0 | caledonia aia | manny ramjohn stadium
row 3 : 2002 | defence force | 2-0 | w connection | hasely crawford stadium
row 4 : 2003 | san juan jablote | 1-1 | w connection | manny ramjohn stadium
row 5 : 2004 | w connection | 2-2 | defence force | manny ramjohn stadium
row 6 : 2005 | w connection | 3-1 | san juan jablote | manny ramjohn stadium
row 7 : 2006 | w connection | 3-1 | north east stars | manny ramjohn stadium
row 8 : 2007 | w connection | 2-0 | caledonia aia | manny ramjohn stadium
row 9 : 2008 | w connection | 2-2 | joe public | manny ramjohn stadium
row 10 : 2009 | defence force | 1-0 | joe public | marvin lee stadium
row 11 : 2010 | joe public | 1-1 | defence force | marvin lee stadium
row 12 : 2011 | caledonia aia | 2-1 | t&tec | hasely crawford stadium
row 13 : 2012 | caledonia aia | 2-1 | defence force | hasely crawford stadium
row 14 : 2013 | central fc | 2-1 | defence force | hasely crawford stadium ] Execute this SQL based on the above table: select count ( runners-up ) where season <= 839 | 0 |
[ header: season | head coach | conf. | overall row 1 : 1940-41 | henry swasey | 3-5 | 9-8
row 2 : 1941-42 | henry swasey | 0-8 | 4-15
row 3 : 1942-43 | henry swasey | 2-6 | 4-14
row 4 : 1945-46 | henry swasey | 0-4 | 3-7
row 5 : 1946-47 | ed stanczyk | 0-5 | 6-11
row 6 : 1947-48 | ed stanczyk | 2-5 | 5-12
row 7 : 1948-49 | ed stanczyk | 2-6 | 7-10
row 8 : 1949-50 | ed stanczyk | 1-5 | 4-11 ] Execute this SQL based on the above table: select season , overall where conf. = '0-8' | 1941-42, 4-15 |
[ header: seat | state | majority | member | party row 1 : hinkler | qld | 0 | paul neville | npa
row 2 : solomon | nt | 0.1 | dave tollner | lib
row 3 : adelaide | sa | 0.2 | hon trish worth | lib
row 4 : canning | wa | 0.4 | don randall | lib
row 5 : dobell | nsw | 0.4 | ken ticehurst | lib
row 6 : parramatta | nsw | 1.1 | ross cameron | lib
row 7 : mcewen | vic | 1.2 | fran bailey | lib
row 8 : paterson | nsw | 1.4 | bob baldwin | lib
row 9 : herbert | qld | 1.6 | peter lindsay | lib
row 10 : richmond | nsw | 1.6 | hon larry anthony | npa
row 11 : deakin | vic | 1.7 | philip barresi | lib
row 12 : eden-monaro | nsw | 1.7 | gary nairn | lib
row 13 : hindmarsh | sa | 1.9 | hon christine gallus | lib ] Execute this SQL based on the above table: select party order by majority asc limit 1 | npa |
[ header: position | swara | short name | notation | mnemonic row 1 : 1 | shadja | sa | s | sa
row 2 : 2 | shuddha rishabha | ri | r1 | ra
row 3 : 3 | chatushruti rishabha | ri | r2 | ri
row 4 : 3 | shuddha gandhara | ga | g1 | ga
row 5 : 4 | shatshruti ris | ri | r3 | ru
row 6 : 4 | sadharana gandhara | ga | g2 | gi
row 7 : 5 | antara gandhara | ga | g3 | gu
row 8 : 6 | shuddha madhyama | ma | m1 | ma
row 9 : 7 | prati madhyama | ma | m2 | mi
row 10 : 8 | panchama | pa | p | pa
row 11 : 9 | shuddha dhaivat | dha | d1 | dha
row 12 : 10 | chatushruti dhaivata | dha | d2 | dhi
row 13 : 10 | shuddha nishada | ni | n1 | na
row 14 : 11 | shatshruti dha | dha | d3 | dhu
row 15 : 11 | kaisiki nishada | ni | n2 | ni
row 16 : 12 | kakali nishada | ni | n3 | nu ] Execute this SQL based on the above table: select count ( * ) | 16 |
[ header: team 1 | agg. | team 2 | 1st leg | 2nd leg row 1 : uniao da madeira | 2-5 | maritimo | 2-3 | 0-2
row 2 : penafiel | 2-1 | academica | 1-1 | 1-0
row 3 : santa clara | 3-2 | uniao de leiria | 3-1 | 0-1
row 4 : naval | 3-4 | vitoria de setubal | 1-2 | 2-2
row 5 : moreirense | 4-3 | beira-mar | 2-2 | 2-1
row 6 : portimonense | 2-2(5-4p) | feirense | 1-0 | 1-2
row 7 : estoril | 4-3 | olhanense | 4-3 | 0-0
row 8 : belenenses | 2-3 | gil vicente | 2-1 | 0-2 ] Execute this SQL based on the above table: select ( select count ( * ) where 1st leg = '1-0' ) - ( select count ( * ) where 1st leg = '2-1' ) | 0 |
[ header: month | day | visitor | score | home | score row 1 : dec | 28 | spokane | 5 | portland | 4
row 2 : jan | 1 | portland | 7 | seattle | 4
row 3 : jan | 4 | vancouver | 3 | portland | 5
row 4 : jan | 8 | seattle | 1 | spokane | 5
row 5 : jan | 11 | spokane | 1 | seattle | 3
row 6 : jan | 14 | portland | 4 | vancouver | 5
row 7 : jan | 16 | vancouver | 3 | seattle | 12
row 8 : jan | 18 | portland | 3 | spokane | 5
row 9 : jan | 22 | vancouver | 8 | spokane | 5
row 10 : jan | 25 | spokane | 5 | portland | 4
row 11 : jan | 28 | seattle | 2 | vancouver | 3
row 12 : jan | 30 | spokane | 2 | seattle | 4
row 13 : feb | 4 | seattle | 5 | vancouver | 6 (10:45 ot)
row 14 : feb | 6 | portland | 3 | seattle | 9
row 15 : feb | 8 | vancouver | 4 | portland | 8
row 16 : feb | 11 | portland | 3 | vancouver | 6
row 17 : feb | 13 | vancouver | 1 | seattle | 3
row 18 : feb | 15 | seattle | 2 | portland | 4
row 19 : feb | 18 | seattle | 1 | vancouver | 8
row 20 : feb | 20 | portland | 2 | seattle | 6
row 21 : feb | 22 | vancouver | 1 | portland | 2 (20:20 ot)
row 22 : feb | 25 | portland | 4 | vancouver | 9
row 23 : feb | 27 | vancouver | 1 | seattle | 2 (22:20 ot)
row 24 : march | 1 | seattle | 3 | portland | 1
row 25 : march | 4 | portland | 4 | vancouver | 8
row 26 : march | 6 | vancouver | 3 | seattle | 4 (2:58 ot)
row 27 : march | 8 | seattle | 6 | portland | 9 ] Execute this SQL based on the above table: select month where day != ( select max ( day ) ) order by day desc limit 1 | feb |
[ header: location | name of mill and grid reference | type | maps | first mention or built | last mention or demise row 1 : chesfield | None | post | None | 1318 | 1372
row 2 : chesfield | chesfield park | titt iron wind engine | None | 1896 | None
row 3 : cheshunt | tl 317 036 | post | None | 1843 | demolished c. 1860
row 4 : cheshunt | goff's oak mill tl | tower | None | c. 1860 | demolished 1953
row 5 : cheshunt | turner's hill mill tl 3 | None | 1822 | 1822 | 1861
row 6 : chipperfield | tl 037 014 | post | None | 1594 | 1594
row 7 : chipperfield | tl 037 014 | smock | 1822 | 1822 | 1881, gone by 1896
row 8 : chipping | approximately tl 350 319 | post | 1720 1728 | 1720 | 1728
row 9 : clothall | approximately tl 264 326 | post | None | 1370 | 1370
row 10 : codicote | codicote heath approximately tl | smock | None | 1841 | 1855, gone by 1881
row 11 : colney heath | colney heath mill tl 205 | tower | None | 1854 | windmill world
row 12 : cottered | None | post | None | 1581 | 1581
row 13 : cromer | None | None | None | 1192 | 1576
row 14 : cromer | cromer mill tl 304 2 | post | 1720 1728 1749 1766 1800 18 | 1720 | windmill world
row 15 : croxley green | croxley green mill tq 06 | tower | None | c. 1860 | windmill world ] Execute this SQL based on the above table: select ( select last mention or demise where first mention or built = 1822 ) - ( select last mention or demise where first mention or built = 1370 ) | 491 |
[ header: | date | opponents | h / a | result | score | attendance row 1 : 1 | 29 august | doncaster knights | h | w | 30 - 14 | 2232
row 2 : 2 | 5 september | london welsh | h | w | 22 - 3 | 2047
row 3 : 3 | 11 september | moseley | a | d | 26 - 26 | 751
row 4 : 4 | 19 september | birmingham & solihull | h | w | 32 - 15 | 1672
row 5 : 5 | 26 september | bristol | a | l | 7 - 21 | 4379
row 6 : 6 | 3 october | plymouth albion | h | w | 46 - 13 | 2439
row 7 : 7 | 9 october | bedford | a | l | 25 - 32 | 3243
row 8 : 8 | 17 october | rotherham titans | h | w | 40 - 15 | 1982
row 9 : 9 | 22 october | worcester warriors | a | w | 23 - 21 | 6928
row 10 : 10 | 31 october | esher | h | w | 54 - 6 | 1767
row 11 : 11 | 7 november | nottingham | a | w | 36 - 10 | 1637
row 12 : 12 | 14 november | london welsh | a | l | 16 - 23 | 1250
row 13 : 13 | 21 november | moseley | h | w | 50 - 7 | 1854
row 14 : None | 28 november | birmingham & solihull | a | None | p - p | None
row 15 : 14 | 5 december | bristol | h | w | 16 - 6 | 2253
row 16 : 15 | 15 december | birmingham & solihull | a | w | 61 - 28 | 407
row 17 : None | 26 december | plymouth albion | a | None | p - p | None
row 18 : 16 | 2 january | bedford blues | h | w | 23 - 13 | 3051
row 19 : 17 | 8 january | rotherham titans | a | l | 18 - 19 | 1067
row 20 : 18 | 12 january | plymouth albion | a | w | 10 - 6 | 2512
row 21 : 19 | 30 january | worcester warriors | h | l | 30 - 33 | 1976
row 22 : 20 | 5 february | esher | a | l | 12 - 13 | 1338
row 23 : 21 | 13 february | nottingham | h | w | 40 - 0 | 2486
row 24 : 22 | 19 february | doncaster knights | a | w | 16 - 13 | 1091 ] Execute this SQL based on the above table: select opponents where = ( select where opponents = 'rotherham titans' ) - 1 | bedford |
[ header: manufacturer | model | first flight | max payload (t) | cruise (km/h) | max range (km) | mtow row 1 : airbus | a330 mrtt | 2007 | 45 | 860 | 14,800 | 223
row 2 : airbus | a400m | 2009 | 37 | 780 | 9,300 | 141
row 3 : alenia | c-27j spartan | 2008 | 11.5 | 583 | 5,926 | 31.8
row 4 : antonov | an-12 | 1957 | 20 | 777 | 5,700 | 61
row 5 : antonov | an-22 antei | 1965 | 80 | 740 | 5,000 | 250
row 6 : antonov | an-26 | 1969 | 5.5 | 440 | 2,550 | 24
row 7 : antonov | an-32 | 1976 | 6.7 | 480 | 2,500 | 26.9
row 8 : antonov | an-70 | 1994 | 47 | 729 | 6,600 | 145
row 9 : antonov | an-72 | 1977 | 7.5 | 600 | 4,800 | 33
row 10 : antonov | an-124 ruslan | 1982 | 150 | 800-850 | 5,410 | 405
row 11 : antonov | an-225 mriya | 1988 | 250 | 800 | 15,400 | 600
row 12 : avic | y-8 | 1974 | 20 | 550 | 5,616 | 61
row 13 : avic | y-9 | 2008 | 25 | 650 | 7,800 | 77
row 14 : avic | y-20 | 2013 | 66 | 700 | 7,800 | 220
row 15 : bell/boeing | v-22 osprey | 1989 | 6.8 | 396 | 1,627 | 27.4
row 16 : boeing | c-17 globemaster iii | 1991 | 77.5 | 830 | 4,482 | 265
row 17 : casa | c-212 aviocar | 1971 | 2.8 | 315 | 1,433 | 8
row 18 : casa/indonesian aerospace | cn-235 | 1983 | 5 | 509 | 5,003 | 15.1
row 19 : casa | c-295 | 1998 | 9.3 | 481 | 5,630 | 23.2
row 20 : de havilland canada | c-7 caribou | 1958 | 3.6 | 348 | 2,103 | 14.2
row 21 : douglas | c-47 | 1943 | 3 | 360 | 2,600 | 10.5
row 22 : grumman | c-2 greyhound | 1964 | 4.5 | 465 | 2,400 | 24.7
row 23 : embraer | kc-390 | 2014 | 23 | 900 | 6,200 | 72
row 24 : fairchild | c-123 provider | 1949 | 11 | 367 | 1,666 | 27
row 25 : ilyushin | il-76 | 1971 | 47 | 900 | 4,400 | 210
row 26 : ilyushin | il-112 | 2011 | 5.9 | 550 | 5,000 | 20
row 27 : kawasaki | c-1 | 1970 | 11.9 | 657 | 1,300 | 45
row 28 : kawasaki | xc-2 | 2010 | 37.6 | 890 | 6,500 | 120
row 29 : lockheed | c-5 galaxy | 1968 | 122 | 907 | 4,445 | 381
row 30 : lockheed | c-130 hercules | 1954 | 20 | 540 | 3,800 | 70.3
row 31 : lockheed | c-141 starlifter | 1963 | 45 | 912 | 9,880 | 147
row 32 : pzl mielec | m-28 skytruck | 1993 | 2.5 | 270 | 1,500 | 8
row 33 : short brothers | c-23 sherpa | 1982 | 3.2 | 296 | 1,239 | 3.2
row 34 : transport allianz | transall c-160 | 1963 | 16 | 513 | 1,850 | 49.2
row 35 : uac and hal | uac/hal multirole transport | 2015 | 22 | 830 | 2,500 | 68 ] Execute this SQL based on the above table: select ( select mtow where model = 'a330 mrtt' ) - ( select mtow where model = 'c-295' ) | 199.8 |
[ header: # | date | visitor | score | home | record | pts row 1 : 1 | december 21 | ottawa senators | 5-2 | montreal canadiens | 1-0-0 | 2
row 2 : 2 | december 26 | toronto arenas | 2-5 | ottawa senators | 2-0-0 | 4
row 3 : 3 | december 31 | ottawa senators | 2-4 | toronto arenas | 2-1-0 | 4
row 4 : 4 | january 2 | montreal canadiens | 2-7 | ottawa senators | 3-1-0 | 6
row 5 : 5 | january 4 | ottawa senators | 2-5 | montreal canadiens | 3-2-0 | 6
row 6 : 6 | january 9 | toronto arenas | 2-4 | ottawa senators | 4-2-0 | 8
row 7 : 7 | january 14 | ottawa senators | 2-5 | toronto arenas | 4-3-0 | 8
row 8 : 8 | january 16 | montreal canadiens | 10-6 | ottawa senators | 4-4-0 | 8
row 9 : 9 | january 18 | ottawa senators | 3-5 | montreal canadiens | 4-5-0 | 8
row 10 : 10 | january 23 | toronto arenas | 2-3 | ottawa senators | 5-5-0 | 10
row 11 : 11 | january 25 | ottawa senators | 1-0 | montreal canadiens | 1-0-0 | 2
row 12 : 12 | january 28 | ottawa senators | 2-1 | toronto arenas | 2-0-0 | 4
row 13 : 13 | january 30 | montreal canadiens | 2-3 | ottawa senators | 3-0-0 | 6
row 14 : 14 | february 6 | toronto arenas | 1-3 | ottawa senators | 4-0-0 | 8
row 15 : 15 | february 8 | ottawa senators | 3-4 | montreal canadiens | 4-1-0 | 18
row 16 : 16 | february 13 | montreal canadiens | 0-7 | ottawa senators | 5-1-0 | 10
row 17 : 17 | february 18 | ottawa senators | 4-3 | toronto arenas | 6-1-0 | 12
row 18 : 18 | february 20 | toronto arenas | 3-9 | ottawa senators | 7-1-0 | 14 ] Execute this SQL based on the above table: select count ( * ) where home = 'toronto arenas' | 4 |
[ header: title | year | peak chart positions us | peak chart positions us alt. | peak chart positions us main. rock | peak chart positions aus | peak chart positions aut | peak chart positions fin | peak chart positions ger | peak chart positions nld | peak chart positions swi | peak chart positions uk | album row 1 : "toxic" | 1999 | None | None | None | None | None | None | None | None | None | None | the gift of game
row 2 : "darkside" | 2000 | None | None | None | None | None | None | None | None | None | None | the gift of game
row 3 : "butterfly" | 2000 | 1 | 1 | 21 | 4 | 1 | 2 | 1 | 8 | 1 | 3 | the gift of game
row 4 : "revolving door" | 2001 | None | None | None | 76 | 29 | 19 | 26 | 71 | 43 | 23 | the gift of game
row 5 : "drowning" | 2002 | None | 24 | 24 | None | 45 | None | 45 | None | None | 50 | darkhorse
row 6 : "hurt you so bad" | 2003 | None | None | None | None | None | None | None | None | None | None | darkhorse ] Execute this SQL based on the above table: select peak chart positions swi where peak chart positions us alt. < 'None' | 1 |
[ header: season | skip | third | second | lead | events row 1 : 1995-96 | arnold asham | david nedohin | sean nedohin | don rudd | None
row 2 : 1996-97 | dale duguid | james kirkness | david nedohin | doug armstrong | None
row 3 : 1997-98 | david nedohin (four | randy ferbey (skip | carter rycroft | pat mccallum | None
row 4 : 1998-99 | david nedohin (four | randy ferbey (skip | scott pfeifer | carter rycroft | None
row 5 : 2000-01 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2001 alta., brier, w
row 6 : 2001-02 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2002 alta., brier, w
row 7 : 2002-03 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2003 alta., brier, w
row 8 : 2003-04 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2004 alta., brier
row 9 : 2004-05 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2005 alta., brier, w
row 10 : 2007-08 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2008 alta
row 11 : 2008-09 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2009 alta
row 12 : 2009-10 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2009 coct, 2010 alta
row 13 : 2010-11 | randy ferbey | david nedohin | blayne iskiw | david harper | 2011 alta
row 14 : 2011-12 | david nedohin (four | randy ferbey (skip | ted appelman | brendan melnyk | None
row 15 : 2012-13 | david nedohin | colin hodgson | mike westlund | tom sallows | None
row 16 : 2013-14 | kevin martin | david nedohin | marc kennedy | ben hebert | 2013 coct, 2014 alta ] Execute this SQL based on the above table: select lead where second = 'scott pfeifer' | carter rycroft, marcel rocque, marcel rocque, marcel rocque, marcel rocque, marcel rocque, marcel rocque, marcel rocque, marcel rocque |
[ header: season | series | team | races | wins | poles | f/laps | podiums | points | position row 1 : 2003 | formula renault 2.0 italy | cram competition | 12 | 0 | 1 | 1 | 3 | 118 | 7th
row 2 : 2003 | formula renault 2000 masters season | cram competition | 8 | 0 | 0 | 0 | 0 | 0 | 28th
row 3 : 2003 | formula renault 2.0 germany | cram competition | 2 | 0 | 0 | 0 | 0 | 3 | 43rd
row 4 : 2003 | formula renault 2.0 italy winter cup | cram competition | None | None | None | None | None | None | 1st
row 5 : 2004 | formula renault 2.0 italy | cram competition | 17 | 8 | 6 | 11 | 12 | 326 | 1st
row 6 : 2004 | formula renault 2000 eurocup | cram competition | 15 | 2 | 0 | 1 | 3 | 134 | 8th
row 7 : 2004 | formula renault v6 eurocup | cram competition | 2 | 0 | 0 | 0 | 0 | 12 | 21st
row 8 : 2004 | formula one | minardi | test driver | test driver | test driver | test driver | test driver | test driver | test driver
row 9 : 2005 | world series by renault | dams | 8 | 0 | 0 | 0 | 0 | 4 | 25th
row 10 : 2005 | italian formula 3000 | sighinolfi auto racing | 4 | 1 | 1 | 1 | 1 | 14 | 9th
row 11 : 2006 | world series by renault | draco racing | 17 | 3 | 5 | 6 | 5 | 103 | 3rd
row 12 : 2007 | gp2 series | trident racing | 13 | 1 | 1 | 0 | 2 | 25 | 11th
row 13 : 2007 | euroseries 3000 | g-tec | 2 | 1 | 1 | 1 | 1 | 12 | 10th
row 14 : 2007 | formula 3000 italy | g-tec | 2 | 1 | 1 | 1 | 1 | 12 | 8th
row 15 : 2008 | gp2 series | piquet sports | 20 | 1 | 2 | 3 | 6 | 60 | 5th
row 16 : 2008 | international gt open - gt | scuderia latorre | 2 | 0 | 0 | 0 | 1 | 8 | 22nd
row 17 : 2008 | euroseries 3000 | gp racing | 1 | 1 | 0 | 1 | 1 | 11 | 12th
row 18 : 2008 | international gt open | scuderia latorre | None | None | None | None | None | 18 | 32nd
row 19 : 2008-09 | gp2 asia series | art grand prix | 5 | 0 | 0 | 0 | 1 | 7 | 15th
row 20 : 2009 | euroseries 3000 | teamcraft motorsport | 2 | 1 | 0 | 0 | 1 | 10 | 10th
row 21 : 2009 | gp2 series | art grand prix | 20 | 2 | 0 | 0 | 2 | 36 | 6th
row 22 : 2010 | gp2 series | rapax team | 20 | 6 | 0 | 5 | 8 | 87 | 1st
row 23 : 2011 | formula one | at&t williams | 19 | 0 | 0 | 0 | 0 | 1 | 18th
row 24 : 2012 | formula one | williams f1 team | 20 | 1 | 1 | 0 | 1 | 45 | 15th
row 25 : 2013 | formula one | williams f1 team | 19 | 0 | 0 | 0 | 0 | 1 | 18th
row 26 : 2014 | formula one | lotus f1 team | 2 | 0 | 0 | 0 | 0 | 0 | nc ] Execute this SQL based on the above table: select count ( team ) where series = 'euroseries 3000' | 3 |
[ header: year | title | system | developer | publisher row 1 : 1984 | ghostbusters | atari 800, commodore 64 | activision | activision
row 2 : 1985 | ghostbusters | atari 2600, apple ii | activision | activision
row 3 : 1987 | the real ghostbusters | arcade | data east | data east
row 4 : 1987 | ghostbusters | sega master system | activision | sega
row 5 : 1988 | ghostbusters | nes | bits laboratory | activision/tokuma shoten
row 6 : 1989 | the real ghostbusters | commodore 64, amiga, | data east | activision
row 7 : 1989 | ghostbusters ii | atari 2600, amiga, com | activision | activision
row 8 : 1990 | ghostbusters ii | nes | kemco | activision
row 9 : 1990 | ghostbusters | sega mega drive/genesis | sega | sega
row 10 : 1990 | new ghostbusters 2 | game boy, nes | hal laboratory | activision
row 11 : 1993 | the real ghostbusters | game boy | kemco | activision
row 12 : 2009 | ghostbusters: the video game | playstation 3, playstation 2, playstation portable, | terminal reality, red fly studios, zen | atari, sony computer entertainment (europe only
row 13 : 2011 | ghostbusters: sanctum of slime | playstation network, xbox live, | behaviour interactive | atari
row 14 : 2012 | ghostbusters: paranormal blast | android, ios | xmg studio | None
row 15 : 2013 | ghostbusters | ios | beeline interactive | capcom ] Execute this SQL based on the above table: select avg ( year ) | 1994.4666666666667 |
[ header: nation | 1986 | 1989 | 1991 | 1997 | 1999 | 2000 | 2003 | 2005 | 2007 | 2009 | 2011 | years row 1 : argentina | 4th | None | 4th | 4th | 3rd | 4th | 2nd | 2nd | 2nd | 1st | 2nd | 10
row 2 : brazil | 3rd | 3rd | 3rd | 1st | 1st | 1st | 1st | 1st | 1st | 2nd | 1st | 11
row 3 : canada | 2nd | 1st | 2nd | 2nd | None | None | 5th | 4th | 6th | None | None | 7
row 4 : chile | None | None | None | None | None | None | None | None | None | 3rd | 5th | 2
row 5 : colombia | None | None | None | None | 6th | 6th | None | None | None | None | None | 2
row 6 : costa rica | None | None | None | 5th | None | None | None | None | None | None | None | 1
row 7 : cuba | None | None | None | None | 2nd | None | None | None | None | None | 3rd | 2
row 8 : dominican republic | None | None | None | None | None | None | 6th | 5th | 3rd | 4th | 6th | 5
row 9 : greenland | None | None | None | None | 5th | 3rd | None | None | None | None | None | 2
row 10 : guatemala | None | None | None | None | None | None | 7th | None | None | None | None | 1
row 11 : mexico | None | 4th | None | 6th | None | 5th | None | None | 8th | 5th | 7th | 6
row 12 : paraguay | None | None | 6th | None | None | None | None | None | 4th | 7th | None | 3
row 13 : puerto rico | None | None | 7th | None | None | None | None | None | None | None | None | 1
row 14 : uruguay | None | None | 5th | 3rd | 4th | 2nd | 3rd | 3rd | 5th | 6th | 4th | 9
row 15 : united states | 1st | 2nd | 1st | None | None | None | 4th | 6th | 7th | None | None | 6
row 16 : venezuela | None | None | None | None | None | None | None | None | None | None | 8th | 1 ] Execute this SQL based on the above table: select 2007 where years = 9 | 5th |
[ header: rnd | date | race name | circuit | city/location | pole position | fastest lap | winning driver | winning team | report row 1 : 1 | march 5 | marlboro grand prix of miami presented by | bicentennial park | miami, florida | michael andretti | scott pruett | jacques villeneuve | team green | report
row 2 : 2 | march 19 | australian indycar grand prix | surfers paradise street circuit | surfers paradise, australia | michael andretti | michael andretti | paul tracy | newman/haas racing | report
row 3 : 3 | april 2 | slick 50 200 | phoenix international raceway | phoenix, arizona | bryan herta | emerson fittipaldi | robby gordon | walker racing | report
row 4 : 4 | april 9 | toyota grand prix of long beach | streets of long beach | long beach, california | michael andretti | michael andretti | al unser, jr | marlboro team penske | report
row 5 : 5 | april 23 | bosch spark plug grand prix | nazareth speedway | nazareth, pennsylvani | robby gordon | emerson fittipaldi | emerson fittipaldi | marlboro team penske | report
row 6 : 6 | may 28 | 79th indianapolis 500 | indianapolis motor speedway | speedway, indiana | scott brayton | scott goodyear | jacques villeneuve | team green | report
row 7 : 7 | june 4 | miller genuine draft 200 | milwaukee mile | west allis, wisconsin | teo fabi | teo fabi | paul tracy | newman/haas racing | report
row 8 : 8 | june 11 | itt automotive grand prix of detroit | the raceway on belle isle park | detroit, michigan | robby gordon | michael andretti | robby gordon | walker racing | report
row 9 : 9 | june 25 | budweiser/g. i. | portland international raceway | portland, oregon | jacques villeneuve | al unser, jr | al unser, jr | marlboro team penske | report
row 10 : 10 | july 9 | texaco/havoline 200 | road america | elkhart lake, wiscons | jacques villeneuve | jacques villeneuve | jacques villeneuve | team green | report
row 11 : 11 | july 16 | molson indy toronto | exhibition place | toronto, ontario | jacques villeneuve | bobby rahal | michael andretti | newman/haas racing | report
row 12 : 12 | july 23 | budweiser grand prix of clevel | cleveland burke lakefront airport | cleveland, ohio | gil de ferran | jacques villeneuve | jacques villeneuve | team green | report
row 13 : 14 | august 13 | miller genuine draft 200 | mid-ohio sports car course | lexington, ohio | jacques villeneuve | al unser, jr | al unser, jr | marlboro team penske | report
row 14 : 17 | september 10 | toyota grand prix of monter | laguna seca raceway | monterey, californi | jacques villeneuve | gil de ferran | gil de ferran | jim hall racing | report ] Execute this SQL based on the above table: select pole position order by rnd desc limit 1 | jacques villeneuve |
[ header: position | club | played | points | wins | draws | losses | goals for | goals against | goal difference row 1 : 1 | malaga cf | 42 | 79 | 22 | 13 | 7 | 72 | 47 | 25
row 2 : 2 | atletico de madrid b 1 | 42 | 74 | 21 | 11 | 10 | 73 | 51 | 22
row 3 : 3 | cd numancia | 42 | 73 | 21 | 10 | 11 | 68 | 40 | 28
row 4 : 4 | sevilla fc | 42 | 71 | 20 | 11 | 11 | 66 | 50 | 16
row 5 : 5 | rayo vallecano | 42 | 71 | 19 | 14 | 9 | 64 | 49 | 15
row 6 : 6 | ud las palmas | 42 | 68 | 17 | 17 | 8 | 57 | 38 | 19
row 7 : 7 | cd toledo | 42 | 65 | 18 | 11 | 13 | 54 | 49 | 5
row 8 : 8 | sd compostela | 42 | 61 | 16 | 13 | 13 | 60 | 53 | 7
row 9 : 9 | sporting de gijon | 42 | 59 | 16 | 11 | 15 | 47 | 47 | 0
row 10 : 10 | cp merida | 42 | 59 | 15 | 14 | 13 | 48 | 41 | 7
row 11 : 11 | ue lleida | 42 | 59 | 15 | 14 | 13 | 52 | 50 | 2
row 12 : 12 | recreativo de huelva | 42 | 58 | 14 | 16 | 12 | 40 | 35 | 5
row 13 : 13 | ca osasuna | 42 | 57 | 15 | 12 | 15 | 44 | 51 | -7
row 14 : 14 | cd badajoz | 42 | 51 | 12 | 15 | 15 | 35 | 39 | -4
row 15 : 15 | albacete | 42 | 50 | 12 | 14 | 16 | 38 | 43 | -5
row 16 : 16 | cd logrones | 42 | 48 | 12 | 12 | 18 | 48 | 57 | -9
row 17 : 17 | cd leganes | 42 | 47 | 10 | 17 | 15 | 36 | 44 | -8
row 18 : 18 | sd eibar | 42 | 47 | 13 | 8 | 21 | 42 | 56 | -14
row 19 : 19 | mallorca b | 42 | 46 | 12 | 10 | 20 | 52 | 64 | -12
row 20 : 20 | barcelona b | 42 | 44 | 13 | 5 | 24 | 51 | 68 | -17
row 21 : 21 | hercules cf | 42 | 40 | 10 | 10 | 22 | 38 | 66 | -28
row 22 : 22 | cd ourense | 42 | 27 | 7 | 6 | 29 | 35 | 82 | -47 ] Execute this SQL based on the above table: select club order by played desc limit 1 | malaga cf |
[ header: week | date | opponent | score | result | record row 1 : 1 | july 9 | vs. saskatche | 31-21 | win | 1-0
row 2 : 2 | july 16 | at montreal concordes | 36-0 | win | 2-0
row 3 : 3 | july 24 | vs. hamilton t | 36-25 | loss | 2-1
row 4 : 4 | aug 1 | at edmonton eskimos | 32-26 | win | 3-1
row 5 : 5 | aug 8 | vs. bc lions | 29-16 | win | 4-1
row 6 : 6 | aug 20 | at calgary stampeders | 35-4 | win | 5-1
row 7 : 7 | aug 28 | vs. ottawa rough | 27-20 | win | 6-1
row 8 : 8 | sept 5 | at saskatchewan roughrid | 36-35 | win | 7-1
row 9 : 9 | sept 11 | vs. calgary stampeders | 15-11 | loss | 7-2
row 10 : 10 | sept 18 | at ottawa rough riders | 38-28 | loss | 7-3
row 11 : 11 | sept 25 | vs. montreal concordes | 19-16 | win | 8-3
row 12 : 12 | oct 2 | at bc lions | 29-19 | win | 9-3
row 13 : 13 | oct 11 | vs. toronto argonaut | 39-35 | win | 10-3
row 14 : 14 | oct 17 | at toronto argonauts | 29-16 | win | 11-3
row 15 : 15 | oct 23 | vs. edmonton | 33-17 | loss | 11-4
row 16 : 16 | nov 7 | at hamilton tiger-cat | 24-21 | loss | 11-5 ] Execute this SQL based on the above table: select date where result = 'loss' order by week desc limit 1 | nov 7 |
[ header: s.no. | name of kingdom | name of king | no. of villages | capital | names of districts row 1 : 1 | sihag | chokha singh | 150 | suin | rawatsar, baramsar,
row 2 : 2 | beniwal | raisal singh | 150 | rasalana | bhukarka, sand
row 3 : 3 | johiya | sher singh | 600 | bhurupal | jaitpur, kumanu, ma
row 4 : 4 | punia | kanha singh | 300 | luddi | bhadra, ajitpura
row 5 : 5 | saharan | pula singh | 300 | bhadang | khejra, phoglo
row 6 : 6 | godara | pandu singh | 700 | shekhsar | shekhsar, pundrasar
row 7 : 7 | kaswan | kanwarpal singh | 400 | sidhmukh | None ] Execute this SQL based on the above table: select name of king where names of districts = 'bhukarka, sanduri, manoharpur, kooi, bae' group by name of king order by count ( * ) desc limit 1 | raisal singh |
[ header: year | team | games | combined tackles | tackles | assisted tackles | sacks | forced fumbles | fumble recoveries | fumble return yards | interceptions | interception return yards | yards per interception return | longest interception return | interceptions returned for touchdown | passes defended row 1 : 2004 | hou | 16 | 63 | 51 | 12 | 4 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 4
row 2 : 2005 | hou | 12 | 35 | 24 | 11 | 4 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2
row 3 : 2006 | hou | 15 | 26 | 19 | 7 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1
row 4 : 2008 | kc | 7 | 31 | 25 | 6 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 5 : 2008 | sea | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 6 : 2009 | phi | 12 | 16 | 11 | 5 | 2.5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 7 : 2010 | ten | 16 | 58 | 44 | 14 | 12.5 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 8 : 2011 | phi | 16 | 40 | 35 | 5 | 18 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1
row 9 : 2012 | phi | 11 | 26 | 21 | 5 | 5.5 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1
row 10 : 2012 | jax | 5 | 11 | 7 | 4 | 1.5 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 11 : 2013 | jax | 16 | 40 | 31 | 9 | 7.5 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 12 : career | None | 128 | 347 | 269 | 78 | 62.5 | 14 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 9 ] Execute this SQL based on the above table: select count ( team ) where longest interception return = 1 | 0 |
[ header: pos | no | driver | team | laps | time/retired | grid | points row 1 : 1 | 1 | sebastien bourdais | newman/haas racing | 76 | 1:39:50.252 | 1 | 34
row 2 : 2 | 9 | justin wilson | rusport | 76 | +3.066 secs | 2 | 29
row 3 : 3 | 10 | a. j. allmendinger | rusport | 76 | +14.132 secs | 3 | 25
row 4 : 4 | 3 | paul tracy | forsythe racing | 76 | +47.222 secs | 5 | 23
row 5 : 5 | 15 | alex tagliani | team australia | 76 | +57.778 secs | 6 | 21
row 6 : 6 | 7 | mario dominguez | forsythe racing | 76 | +58.782 secs | 8 | 19
row 7 : 7 | 27 | andrew ranger | mi-jack conquest racing | 76 | +59.302 secs | 13 | 18
row 8 : 8 | 6 | oriol servia | pkv racing | 76 | +1:13.956 | 7 | 15
row 9 : 9 | 19 | cristiano da matta | dale coyne racing | 76 | +1:14.958 | 12 | 13
row 10 : 10 | 2 | bruno junqueira | newman/haas racing | 75 | + 1 lap | 4 | 11
row 11 : 11 | 5 | will power | team australia | 75 | + 1 lap | 9 | 10
row 12 : 12 | 34 | charles zwolsman | mi-jack conquest racing | 75 | + 1 lap | 10 | 9
row 13 : 13 | 14 | dan clarke | cte racing-hvm | 75 | + 1 lap | 14 | 9
row 14 : 14 | 20 | katherine legge | pkv racing | 75 | + 1 lap | 17 | 7
row 15 : 15 | 8 | nicky pastorelli | rocketsports racing | 74 | + 2 laps | 16 | 6
row 16 : 16 | 11 | jan heylen | dale coyne racing | 71 | + 5 laps | 11 | 5
row 17 : 17 | 4 | nelson philippe | cte racing-hvm | 0 | contact | 15 | 4 ] Execute this SQL based on the above table: select count ( team ) where driver = 'oriol servia' | 1 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | south korea | 11 | 1 | 2 | 14
row 2 : 2 | chinese taipei | 2 | 2 | 5 | 9
row 3 : 3 | spain | 2 | 0 | 4 | 6
row 4 : 4 | egypt | 1 | 0 | 0 | 1
row 5 : 5 | france | 0 | 2 | 1 | 3
row 6 : 5 | iran | 0 | 2 | 1 | 3
row 7 : 7 | china | 0 | 1 | 1 | 2
row 8 : 7 | cuba | 0 | 1 | 1 | 2
row 9 : 7 | greece | 0 | 1 | 1 | 2
row 10 : 7 | turkey | 0 | 1 | 1 | 2
row 11 : 11 | canada | 0 | 1 | 0 | 1
row 12 : 11 | germany | 0 | 1 | 0 | 1
row 13 : 11 | morocco | 0 | 1 | 0 | 1
row 14 : 11 | philippines | 0 | 1 | 0 | 1
row 15 : 11 | russia | 0 | 1 | 0 | 1
row 16 : 16 | mexico | 0 | 0 | 4 | 4
row 17 : 17 | australia | 0 | 0 | 3 | 3
row 18 : 18 | croatia | 0 | 0 | 2 | 2
row 19 : 18 | united states | 0 | 0 | 2 | 2
row 20 : 20 | ecuador | 0 | 0 | 1 | 1
row 21 : 20 | saudi arabia | 0 | 0 | 1 | 1
row 22 : 20 | thailand | 0 | 0 | 1 | 1
row 23 : 20 | yugoslavia | 0 | 0 | 1 | 1
row 24 : total | total | 16 | 16 | 32 | 64 ] Execute this SQL based on the above table: select nation where id = ( select id where nation = 'ecuador' ) + 1 | saudi arabia |
[ header: location | region | coordinates (links to map & photo sources) | population | elevation row 1 : andahuaylas | apurimac | 13°39′20′′s 73° | 17444 | 3052
row 2 : barranca | lima | 10°45′00′′s 77° | 46290 | 64
row 3 : candarave | tacna | 17°16′04′′s 70°14 | 3415 | 3077
row 4 : checca | cusco | 14°28′22′′s 71° | 3810 | 3991
row 5 : chota | cajamarca | 6°33′s 78°39′ | 14240 | 2552
row 6 : independencia | lima | 11°59′24′′s 77° | 3987 | 390
row 7 : iquitos | loreto | 3°44′53′′s 73° | 437620 | 107
row 8 : junin | junin | 11°09′32′′s 75°59 | 15320 | 3999
row 9 : los aquijes | ica | 14°05′48′′s 75°41 | 7848 | 457
row 10 : mochumi | lambayeque | 6°32′49′′s 79° | 7460 | 151
row 11 : morrope | lambayeque | 6°32′30′′s 80°00 | 6662 | 116
row 12 : oyon | lima | 10°40′05′′s 76° | 6276 | 3553
row 13 : pangoa | cusco | 12°07′00′′s 73° | 6638 | 901
row 14 : pucallpa | ucayali | 8°22′45′′s 74° | 310750 | 158
row 15 : salaverry | la libertad | 8°14′00′′s 78° | 10066 | 70
row 16 : salinera colan | piura | 5°02′00′′s 81° | 14210 | 1
row 17 : san pedro de cachor | apurimac | 13°38′00′′s 72°53 | None | 2772
row 18 : sullana | piura | 4°54′14′′s 80°41 | 160789 | 67
row 19 : talara | piura | 4°34′38′′s 81° | 99074 | 14 ] Execute this SQL based on the above table: select location order by population desc limit 1 | iquitos |
[ header: position | team | points | played | won | drawn | lost | for | against | difference row 1 : 1 | paulistano | 30 | 18 | 14 | 2 | 2 | 62 | 19 | 43
row 2 : 2 | palestra italia-sp | 29 | 18 | 14 | 1 | 3 | 59 | 21 | 38
row 3 : 3 | corinthians | 26 | 18 | 12 | 2 | 4 | 51 | 16 | 35
row 4 : 4 | ypiranga-sp | 25 | 18 | 11 | 3 | 4 | 56 | 34 | 22
row 5 : 5 | aa sao bento | 16 | 18 | 7 | 2 | 9 | 38 | 44 | -6
row 6 : 6 | santos | 13 | 18 | 6 | 1 | 11 | 36 | 43 | -7
row 7 : 7 | sc internacional de sa | 11 | 15 | 3 | 5 | 7 | 26 | 44 | -18
row 8 : 8 | minas gerais | 10 | 15 | 4 | 2 | 9 | 18 | 49 | -31
row 9 : 9 | aa das palmeiras | 6 | 15 | 3 | 0 | 12 | 27 | 57 | -30
row 10 : 10 | mackenzie | 2 | 15 | 1 | 0 | 14 | 11 | 57 | -46 ] Execute this SQL based on the above table: select team where team in ( 'sc internacional de sao paulo' , 'santos' ) order by drawn desc limit 1 | sc internacional de sao paulo |
[ header: no. | train no: | origin | destination | train name row 1 : 1 | 56654 | mangalore central | kozhikode | passenger
row 2 : 2 | 56324 | mangalore central | coimbatore city junction | fast passenger
row 3 : 3 | 56656 | mangalore central | kannur | passenger
row 4 : 4 | 56643/56645 | mangalore central | kabakaputtur | passenger
row 5 : 5 | 56640 | mangalore central | verna | passenger
row 6 : 6 | 56647 | mangalore central | subrahmanya road | passenger
row 7 : 7 | 56661 | mangalore central | cheruvathur | passenger
row 8 : 8 | 70106 | mangalore central | bhatkal | demu ] Execute this SQL based on the above table: select origin where no. > ( select no. where origin = 'mangalore central' ) | mangalore central, mangalore central, mangalore central, mangalore central, mangalore central, mangalore central, mangalore central |
[ header: party | active voters | inactive voters | total voters | percentage row 1 : democratic | 3683 | 251 | 3934 | 36.93%
row 2 : republican | 1322 | 78 | 1400 | 13.14%
row 3 : unaffiliated | 4709 | 606 | 5315 | 49.90%
row 4 : minor parties | 3 | 0 | 3 | 0.03%
row 5 : total | 9717 | 935 | 10652 | 100% ] Execute this SQL based on the above table: select count ( party ) where inactive voters < 1802 | 5 |
[ header: year | round | against | score | scorers row 1 : 1930 | group b | yugoslavia | 1-2 | preguinho
row 2 : 1930 | group b | bolivia | 4-0 | moderato (2), preguinho (2)
row 3 : 1934 | round 1 | spain | 1-3 | leonidas
row 4 : 1938 | round 1 | poland | 6-5 (aet) | leonidas (3), romeu,
row 5 : 1938 | semi-final | italy | 1-2 | romeu
row 6 : 1950 | group a | switzerland | 2-2 | alfredo, baltazar
row 7 : 1950 | final round | spain | 6-1 | ademir (2), jair,
row 8 : 1950 | final round | uruguay | 1-2 | friaca
row 9 : 1954 | group a | mexico | 5-0 | baltazar, didi, ping
row 10 : 1954 | quarter-final | hungary | 2-4 | djalma santo
row 11 : 1962 | quarter-final | england | 3-1 | garrincha (2), vava
row 12 : 1962 | semi-final | chile | 4-2 | garrincha (2), vava (2)
row 13 : 1970 | group c | czechoslovakia | 4-1 | rivelino, pele,
row 14 : 1970 | group c | romania | 3-2 | pele (2), jairzinho
row 15 : 1970 | semi-final | uruguay | 3-1 | clodoaldo, j
row 16 : 1974 | group b | yugoslavia | 0-0 | None
row 17 : 1974 | group b | scotland | 0-0 | None
row 18 : 1974 | group a round 2 | east germany | 1-0 | rivelino
row 19 : 1978 | group c | austria | 1-0 | roberto dinamite
row 20 : 1978 | bronze final | italy | 2-1 | nelinho, dirceu
row 21 : 1982 | group f | soviet union | 2-1 | socrates, eder
row 22 : 1982 | group f | new zealand | 4-0 | zico (2), falcao, serg
row 23 : 1982 | group c round 2 | argentina | 3-1 | zico, serginho, junior
row 24 : 1986 | group d | spain | 1-0 | socrates
row 25 : 1986 | group d | northern ireland | 3-0 | careca (2), josimar
row 26 : 1986 | round of 16 | poland | 4-0 | socrates, josimar, e
row 27 : 1986 | quarter-final | france | 1-1 (aet) | careca
row 28 : 1990 | group c | costa rica | 1-0 | muller
row 29 : 1994 | final | italy | 0-0 (aet) | None
row 30 : 1998 | semi-final | netherlands | 1-1 (aet) | ronaldo
row 31 : 2002 | group c | turkey | 2-1 | ronaldo, rivaldo
row 32 : 2002 | round of 16 | belgium | 2-0 | rivaldo, ronaldo
row 33 : 2002 | quarter-final | england | 2-1 | rivaldo, ronaldinho
row 34 : 2010 | round of 16 | chile | 3-0 | juan, luis fabian
row 35 : 2010 | quarter-final | netherlands | 1-2 | robinho ] Execute this SQL based on the above table: select against where year = 2010 | chile, netherlands |
[ header: dance | best dancer(s) | best score | worst dancer(s) | worst score row 1 : cha cha | argo ader | 34 | henrik normann piret | 14
row 2 : waltz (international standard) | maarja-liis ilus | 36 | arne niit | 14
row 3 : rumba | argo ader | 40 | arne niit | 15
row 4 : quickstep | argo ader maarja-l | 40 | henrik normann piret | 16
row 5 : jive | argo ader | 32 | henrik normann | 24
row 6 : tango | maarja-liis ilus | 37 | erika salumae | 26
row 7 : paso doble | lauri pedaja | 36 | evelyn sepp | 28
row 8 : foxtrot | argo ader evelyn | 34 | henrik normann | 25
row 9 : samba | maarja-liis ilus | 37 | henrik normann | 26
row 10 : showdance | argo adar maarja-l | 40 | None | None ] Execute this SQL based on the above table: select count ( dance ) where worst score <= 937 and best score >= 937 | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.