inputs
stringlengths 291
3.71k
| targets
stringlengths 1
2.65k
|
---|---|
[ header: song | artist(s) | concert | film | 1978 album | 2002 album row 1 : "up on cripple creek" | the band | 1 | 3 | 2 | 2
row 2 : "it makes no difference" | the band | 3 | 6 | 8 | 4
row 3 : "this wheel's on fire" | the band | 5 | None | None | 10
row 4 : "w.s. walcott medicine show | the band | 6 | None | None | 26
row 5 : "georgia on my mind" | the band | 7 | None | None | None
row 6 : "ophelia" | the band | 8 | 20 | 16 | 18
row 7 : "king harvest (has surely come)" | the band | 9 | None | None | None
row 8 : "rag mama rag" | the band | 12 | None | None | 15
row 9 : "such a night" | dr. john | 14 | 8 | 9 | 7
row 10 : "down south in new orleans" | bobby charles and dr | 15 | None | 15 | 9
row 11 : "mystery train" | paul butterfield | 16 | 15 | 11 | 11
row 12 : "caldonia" | muddy waters | 17 | None | None | 12
row 13 : "all our past times" | eric clapton | 19 | None | None | 16
row 14 : "further on up the road" | eric clapton | 20 | 17 | 13 | 17
row 15 : "four strong winds" | neil young | 22 | None | None | 20
row 16 : "shadows and light" | joni mitchell | 24 | None | None | 22
row 17 : "furry sings the blues" | joni mitchell | 25 | None | None | 23
row 18 : "dry your eyes" | neil diamond | 26 | 13 | 7 | 25
row 19 : "tura lura lural (that | van morrison | 27 | None | 17 | 27
row 20 : "caravan" | van morrison | 28 | 21 | 18 | 28
row 21 : "genetic method"/"chest fever | the band | 30 | 19 | None | 30
row 22 : "the last waltz suite: | the band | 31 | None | None | None
row 23 : "baby, let me follow you down" | bob dylan | 33 | None | 20 | 31
row 24 : "hazel" | bob dylan | 34 | None | None | 32
row 25 : "i don't believe you" | bob dylan | 35 | None | 21 | 33
row 26 : "forever young" | bob dylan | 36 | 23 | 22 | 34
row 27 : "jam #2" | neil young, ronnie | 40 | None | None | 38
row 28 : "don't do it" | the band | 41 | 1 | None | 39
row 29 : "greensleeves" | the band | 42 | None | None | 40
row 30 : introduction to the canterbury tales in | michael mcclure | None | 7 | None | None
row 31 : "the weight" (studio version) | the band and the staple singers | None | 11 | 29 | 44
row 32 : "evangeline" (studio version) | the band and emmylou | None | 18 | 27 | None
row 33 : "loud prayer" | lawrence ferlinghetti | None | 22 | None | None ] Execute this SQL based on the above table: select film order by 2002 album desc limit 1 | 11 |
[ header: date | ship | nationality | tonnage | fate row 1 : 19 august 1941 | ss aguila | united kingdom | 3255 | sunk
row 2 : 27 november 1941 | hmas parramatta | royal australian navy | 1060 | sunk
row 3 : 23 december 1941 | ss shuntien | united kingdom | 3059 | sunk
row 4 : 26 december 1941 | ss warszawa | poland | 2487 | sunk
row 5 : 10 june 1942 | mv athene | norway | 4681 | sunk
row 6 : 10 june 1942 | ss brambleleaf | united kingdom | 5917 | damaged ] Execute this SQL based on the above table: select nationality where nationality in ( 'royal australian navy' , 'united kingdom' ) order by tonnage desc limit 1 | united kingdom |
[ header: year | driver | constructor | location | report row 1 : 1992 | nigel mansell | williams-renault | hermanos rodriguez | report
row 2 : 1991 | riccardo patrese | williams-renault | hermanos rodriguez | report
row 3 : 1990 | alain prost | ferrari | hermanos rodriguez | report
row 4 : 1989 | ayrton senna | mclaren-honda | hermanos rodriguez | report
row 5 : 1988 | alain prost | mclaren-honda | hermanos rodriguez | report
row 6 : 1987 | nigel mansell | williams-honda | hermanos rodriguez | report
row 7 : 1986 | gerhard berger | benetton-bmw | hermanos rodriguez | report
row 8 : 1985 - 1971 | None | None | None | not held
row 9 : 1970 | jacky ickx | ferrari | magdalena mixhuca | report
row 10 : 1969 | denny hulme | mclaren-ford | magdalena mixhuca | report
row 11 : 1968 | graham hill | lotus-ford | magdalena mixhuca | report
row 12 : 1967 | jim clark | lotus-ford | magdalena mixhuca | report
row 13 : 1966 | john surtees | cooper-maserati | magdalena mixhuca | report
row 14 : 1965 | richie ginther | honda | magdalena mixhuca | report
row 15 : 1964 | dan gurney | brabham-climax | magdalena mixhuca | report
row 16 : 1963 | jim clark | lotus-climax | magdalena mixhuca | report
row 17 : 1962 | trevor taylor j | lotus-climax | magdalena mixhuca | report ] Execute this SQL based on the above table: select constructor where id = ( select id where constructor = 'lotus-climax' ) - 1 | brabham-climax |
[ header: week | date | opponent | result | attendance | bye row 1 : 1 | september 9, 1990 | at new england patriots | w 27-24 | 45305 | 0
row 2 : 2 | september 16, 1990 | buffalo bills | w 30-7 | 68142 | 0
row 3 : 3 | september 23, 1990 | at new york giants | l 20-3 | 76483 | 0
row 4 : 4 | september 30, 1990 | at pittsburgh steelers | w 28-6 | 54691 | 0
row 5 : 5 | october 7, 1990 | new york jets | w 20-16 | 69678 | 0
row 6 : 6 | None | None | None | None | 1
row 7 : 7 | october 18, 1990 | new england patriots | w 17-10 | 62630 | 0
row 8 : 8 | october 28, 1990 | at indianapolis colts | w 27-7 | 59213 | 0
row 9 : 9 | november 4, 1990 | phoenix cardinals | w 23-3 | 54294 | 0
row 10 : 10 | november 11, 1990 | at new york jets | w 17-3 | 68362 | 0
row 11 : 11 | november 19, 1990 | los angeles raiders | l 13-10 | 70553 | 0
row 12 : 12 | november 25, 1990 | at cleveland browns | w 30-13 | 70225 | 0
row 13 : 13 | december 2, 1990 | at washington redskins | l 42-20 | 53599 | 0
row 14 : 14 | december 9, 1990 | philadelphia eagles | w 23-20 | 67034 | 0
row 15 : 15 | december 16, 1990 | seattle seahawks | w 24-17 | 57851 | 0
row 16 : 16 | december 23, 1990 | at buffalo bills | l 24-14 | 80235 | 0
row 17 : 17 | december 30, 1990 | indianapolis colts | w 23-17 | 59547 | 0 ] Execute this SQL based on the above table: select opponent where date = 'october 18, 1990' | new england patriots |
[ header: title | year | language | role | notes row 1 : shakti | 1982 | hindi | None | credited as "murliss"
row 2 : maqbool | 2003 | hindi | devsare | None
row 3 : market | 2003 | hindi | None | None
row 4 : main hoon na | 2004 | hindi | khan | None
row 5 : masti: sanam teri | 2004 | hindi | eunuch at band stand | None
row 6 : mangal pandey: the rising | 2005 | hindi | sheikh paltu | None
row 7 : apaharan | 2005 | hindi | muralidhar | None
row 8 : chocolate | 2005 | hindi | None | None
row 9 : teesri aank | 2006 | hindi | dinesh | None
row 10 : rockin' meera | 2006 | None | prem | None
row 11 : fight club - members only | 2006 | hindi | None | None
row 12 : buddha mar gaya | 2006 | hindi | rohan alexander | None
row 13 : dhol | 2007 | hindi | zicomo | None
row 14 : athidi | 2007 | telugu | kaiser/ajay sastr | None
row 15 : eik dasttak | 2007 | None | None | None
row 16 : black friday | 2004 | hindi | None | None
row 17 : laaga chunari mein daag | 2007 | hindi | None | None
row 18 : one two three | 2008 | hindi | mm munde | None
row 19 : jaane tu... ya | 2008 | hindi | inspector (special appearance) | None
row 20 : mere khwabon mein jo | 2009 | None | None | None
row 21 : chal chala chal | 2009 | hindi | gajendra singh | None
row 22 : 13b: fear has a new address | 2009 | tamil/hindi | inspector shiva | None
row 23 : saluun | 2009 | None | sipahi ji | None
row 24 : rokkkit | 2010 | None | None | None
row 25 : lamhaa | 2010 | hindi | news reporter | None
row 26 : dabangg | 2010 | hindi | None | None
row 27 : tees maar khan | 2010 | hindi | agent-mukherjee | None
row 28 : oosaravelli | 2011 | telugu | chota gangleader | None
row 29 : singham | 2011 | hindi | sp | None
row 30 : chatur singh two star | 2011 | hindi | None | None
row 31 : aalaap | 2012 | hindi | naxalite | None
row 32 : jeena hai toh thok | 2012 | hindi | hanumant singh | None
row 33 : chakravyuh | 2012 | hindi | None | None
row 34 : krishnam vande jaga | 2012 | telugu | chakravarthi | None
row 35 : karma yodha | 2012 | malayalam | None | None
row 36 : hungame pe hungama | 2013 | hindi | None | None
row 37 : platform no. 6 | 2013 | telugu | None | None
row 38 : pattathu yaana | 2013 | tamil | marudhamuthu | None
row 39 : zindagi 50-50 | 2013 | hindi | None | None
row 40 : yevadu | 2013 | telugu | durani | None
row 41 : karmachari | 2013 | telugu | None | None ] Execute this SQL based on the above table: select title where year = ( select min ( year ) ) | shakti |
[ header: # | air date | timeslot (est) | season | rating | share | 18-49 (rating/share) | viewers (m) | weekly rank (#) row 1 : 1 | march 2, 2008 | sunday 9:00 p.m | 2007-2008 | 9.4 | 14 | 5.3/12 | 15.55 | 4
row 2 : 2 | march 9, 2008 | sunday 9:00 p.m | 2007-2008 | 7.4 | 11 | 4.1/10 | 11.83 | 10
row 3 : 3 | march 16, 2008 | sunday 9:00 p.m | 2007-2008 | 6 | 9 | 3.6/9 | 9.71 | 18
row 4 : 4 | march 23, 2008 | sunday 9:00 p.m | 2007-2008 | 6.1 | 10 | 3.5/9 | 9.92 | 19
row 5 : 5 | march 30, 2008 | sunday 9:00 p.m | 2007-2008 | 7.1 | 11 | 3.9/9 | 11.35 | 13
row 6 : 6 | april 6, 2008 | sunday 9:00 p.m | 2007-2008 | 5.9 | 9 | 3.2/8 | 9.42 | 27
row 7 : 7 | april 13, 2008 | sunday 8:00 p.m | 2007-2008 | 5.6 | 9 | 2.9/9 | 8.88 | 19
row 8 : 8 | april 20, 2008 | sunday 8:00 p.m | 2007-2008 | 6.4 | 10 | 3.2/9 | 10.03 | None ] Execute this SQL based on the above table: select weekly rank (#) where air date = 'april 6, 2008' | 27.0 |
[ header: pos | rider | manufacturer | time/retired | grid | points row 1 : 1 | roberto rolfo | honda | 45:14.ret3 | 8 | 25
row 2 : 2 | anthony west | aprilia | 14.04 | 11 | 20
row 3 : 3 | fonsi nieto | aprilia | 33.511 | 5 | 16
row 4 : 4 | franco battaini | aprilia | 54.252 | 3 | 13
row 5 : 5 | alex debon | honda | +1:06.895 | 13 | 11
row 6 : 6 | naoki matsudo | yamaha | +1:06.943 | 9 | 10
row 7 : 7 | erwan nigon | aprilia | +1:13.421 | 12 | 9
row 8 : 8 | jaroslav hules | yamaha | +1:22.119 | 10 | 8
row 9 : 9 | manuel poggiali | aprilia | +1:22.163 | 7 | 7
row 10 : 10 | johann stigefelt | aprilia | +1:25.303 | 22 | 6
row 11 : 11 | toni elias | aprilia | +1:41.591 | 1 | 5
row 12 : 12 | lukas pesek | yamaha | +2:49.682 | 18 | 4
row 13 : 13 | dirk heidolf | aprilia | +1 lap | 17 | 3
row 14 : 14 | hugo marchand | aprilia | +1 lap | 19 | 2
row 15 : 15 | chaz davies | aprilia | +1 lap | 15 | 1
row 16 : 16 | hector faubel | aprilia | +1 lap | 16 | None
row 17 : 17 | henk vd lagema | honda | +2 laps | 25 | None
row 18 : 18 | joan olive | aprilia | +3 laps | 20 | None
row 19 : ret | randy de puniet | aprilia | retirement | 4 | None
row 20 : ret | christian gemmel | honda | retirement | 23 | None
row 21 : ret | eric bataille | honda | retirement | 14 | None
row 22 : ret | sebastian porto | honda | retirement | 2 | None
row 23 : ret | katja poensgen | honda | retirement | 24 | None
row 24 : ret | geoff hardcastle | yamaha | retirement | 26 | None
row 25 : ret | alex baldolini | aprilia | retirement | 21 | None
row 26 : ret | sylvain guintoli | aprilia | retirement | 6 | None ] Execute this SQL based on the above table: select count ( distinct rider ) where manufacturer = 'aprilia' | 15 |
[ header: version | length | album | remixed by | year | comment row 1 : single version / radio edit | 3:39 | go - the very best of moby | mhc aka philip la | 2006 | remixed version with dance sonorities,
row 2 : extended remix | 6:48 | None | mhc aka philip la | 2006 | similar to the previous but longer
row 3 : axwell remix | 7:24 | None | axwell | 2006 | used in a scene in the 2008 movie 21
row 4 : enzo mori & stephan clar | 7:10 | None | enzo mori and stephan clark | 2006 | None
row 5 : mhc club remix | 7:31 | None | mhc aka philip la | 2006 | None
row 6 : zloot remix | 4:36 | None | toni toolz | 2006 | None
row 7 : music video | 3:58 | None | None | 2006 | None ] Execute this SQL based on the above table: select length order by year desc limit 1 | 3:39 |
[ header: title | character | broadcaster | episodes | date row 1 : rev | pip | bbc two | 1 | 2010
row 2 : the i.t. crowd | nikki | channel 4 | 1 | 2010
row 3 : eastenders: e20 | ava | bbc one | 15 | 2011
row 4 : fresh meat | caz | channel 4 | 1 | 2011
row 5 : phoneshop | daisy | channel 4 | 1 | 2011
row 6 : holby city | heidi hall | bbc one | 1 | 2012
row 7 : plebs | cynthia | itv2 | 6 | 2013
row 8 : blandings | valerie fanshawe | bbc | 2.5 | 2014
row 9 : death in paradise | helen walker | bbc | 3.4 | 2014 ] Execute this SQL based on the above table: select title where character = 'caz' | fresh meat |
[ header: song | artists | release | year | notes row 1 : "all of you" | riz mc, aruba red, | microscope | 2012 | original 2011 recording does not feature plan b
row 2 : "atomic" | labrinth, plan b | atomic | 2013 | None
row 3 : "before i die" (remix) | professor green, narstie, | "before i die" | 2006 | None
row 4 : "bring it back" | juse, j.b., | global casino | 2006 | None
row 5 : "broken wings" | mc purple, doctor, plan b | eye of the tiger, vol. 1 | 2005 | None
row 6 : "end credits" | chase & status, plan b | no more idols | 2011 | None
row 7 : "everyday" (rusher remix) | shameless, example, plan b | "everyday (in a broken dream | 2007 | None
row 8 : "fool yourself" | chase & status, plan b, | no more idols | 2011 | None
row 9 : "harry" (plan b remix) | medison, skrein, | "harry" | 2010 | None
row 10 : "how's it feel" | skrein, wyt | the eat up | 2007 | also appears on it's time 4 plan
row 11 : "i wanna get next to you" ( | danielle senior, plan b, | "take you home" | 2006 | None
row 12 : "last dayz" | skreintax, plan b | "scene stealers" | 2009 | None
row 13 : "makin' love 2 hip hop" | plan b, skrein, | sharpest tool in the box | 2007 | None
row 14 : "maybe" | skrein, shameless, plan | bless: the mixtape | 2007 | None
row 15 : "more is enough" | epic man, plan b | "more is enough" | 2006 | also appears as bonus track on australian release of
row 16 : "my eyes" | shameless, tb, plan b | bless: the mixtape | 2007 | None
row 17 : "no hats no trainers" | shameless, plan b | smokers die younger | 2007 | None
row 18 : "on it 08" | adam deacon, plan b | adulthood | 2008 | None
row 19 : "past that" | shameless, plan b | above board | 2006 | None
row 20 : "pieces" | chase & status, plan b | more than alot | 2008 | None
row 21 : "play ur position" | juse, conspicuous, ane | global casino | 2006 | None
row 22 : "polarised nation" | carly bond, ripper, hitman | eye of the tiger, vol. 1 | 2005 | None
row 23 : "reveal your inner self" (plan | killa kela, plan b | "reveal your inner self" | 2007 | None
row 24 : "shifty" | riz mc, sway, | shifty | 2009 | None
row 25 : "shots echo" | the mitchell brothers, plan b, | dressed for the occasion | 2007 | None ] Execute this SQL based on the above table: select count ( artists ) where year < 2007 | 8 |
[ header: tops design code | electrical system | max speed | weight | brakes | route availability | notes row 1 : 08-0av | 90 v | 20 mph (32 km/h) | 49.8 te (496 k | vacuum | 5 | None
row 2 : 08-0bx | 110 v | 20 mph (32 km/h) | 50.4 te (502 kn | dual | 5 | None
row 3 : 08-0ca | 90 v | 20 mph (32 km/h) | 49.6 te (494 k | air | 5 | None
row 4 : 08-0dv | 90 v | 15 mph (24 km/h) | 49.8 te (496 k | vacuum | 5 | None
row 5 : 08-0bx | 90 v | 15 mph (24 km/h) | 50.4 te (502 kn | dual | 5 | None
row 6 : 08-0fa | 90 v | 15 mph (24 km/h) | 49.6 te (494 k | air | 5 | None
row 7 : 08-0kx | 110 v | 15 mph (24 km/h) | 50.4 te (502 kn | dual | 5 | None
row 8 : 08-0lx | 110 v | 15 mph (24 km/h) | 50.4 te (502 kn | dual | 5 | scharfenberg adapter fitted
row 9 : 08-0ma | 110 v | 15 mph (24 km/h) | 49.8 te (496 k | air | 5 | None
row 10 : 08-0na | 90 v | 15 mph (24 km/h) | 49.8 te (496 k | air | 5 | fitted with buckeye couplings
row 11 : 08-0pa | 90 v | 15 mph (24 km/h) | 51 te (508 kn) | air | 6 | fitted with buckeye couplings
row 12 : 08-0qa | 90 v | 15 mph (24 km/h) | 51 te (508 kn) | air | 6 | fitted with buckeye couplings
row 13 : 08-0ra | 110 v | 15 mph (24 km/h) | 51 te (508 kn) | air | 6 | fitted with buckeye couplings
row 14 : 08-0sa | 110 v | 15 mph (24 km/h) | 49 te (488 kn) | air | 6 | None ] Execute this SQL based on the above table: select tops design code order by route availability desc limit 1 | 08-0pa |
[ header: region/country | 1882- 1918 | 1919- 1948 | 1948- 1951 | 1952- 1960 | 1961- 1971 | 1972- 1979 | 1980- 1989 | 1990- 2001 | 2002- 2010 | 2011- 2013 | total row 1 : africa | None | 11180 | 96272 | 143706 | 165372 | 20109 | 28822 | 55560 | 31419 | 7755 | 560195
row 2 : algeria | None | 357 | 3810 | 3433 | 12857 | 2137 | 1830 | 1682 | 1967 | 167 | 27035
row 3 : libya | None | 1300 | 30972 | 2079 | 2466 | 219 | 67 | 94 | 36 | 5 | 37138
row 4 : morocco | None | 1500 | 30750 | 95945 | 130507 | 7780 | 3809 | 3276 | 2113 | 95 | 275261
row 5 : zimbabwe | None | None | 37 | 22 | 145 | 393 | 82 | 26 | 22 | 3 | 722
row 6 : bolivia | None | None | 0 | 0 | 199 | 94 | 80 | 53 | 84 | 11 | 521
row 7 : colombia | None | None | 0 | 0 | 415 | 552 | 475 | 657 | 965 | 206 | 3270
row 8 : mexico | None | None | 48 | 168 | 736 | 861 | 993 | 1049 | 697 | 238 | 4790
row 9 : panama | None | None | 0 | 0 | 64 | 43 | 48 | 50 | 40 | 10 | 255
row 10 : other (americas/oceania) | None | 318 | 313 | 0 | 148 | 3 | 8 | 44 | 12 | 238 | 1084
row 11 : afghanistan | None | 1600 | 2303 | 1106 | 516 | 132 | 57 | 21 | 13 | None | 5648
row 12 : azerbaijan | None | None | 0 | 0 | 0 | 1800 | 25000 | 33453 | 2142 | 295 | 62691
row 13 : iran | 1760 | 6000 | 21910 | 15699 | 19502 | 9550 | 8487 | 4326 | 1097 | 97 | 88428
row 14 : japan | None | None | 0 | 9 | 25 | 34 | 57 | 98 | 32 | 2 | 257
row 15 : lebanon | None | None | 235 | 846 | 2208 | 564 | 179 | 96 | 34 | 5 | 4167
row 16 : yemen | 5000 | 18000 | 48315 | 1170 | 1066 | 51 | 17 | 683 | 103 | 69 | 74474
row 17 : europe | None | 471477 | 330282 | 99564 | 168488 | 190336 | 75852 | 958834 | 119628 | 32412 | 2446873
row 18 : ireland | None | None | 14 | 46 | 145 | 157 | 233 | 136 | 54 | 5 | 790
row 19 : thereof: denmark | None | None | 27 | 46 | 298 | 292 | 411 | 389 | 85 | 17 | 1565
row 20 : thereof: russia | None | None | None | None | None | None | 22600 | 291231 | 41599 | 7223 | 362653
row 21 : thereof: baltic countries | None | None | None | None | None | None | 37300 | 21174 | 1018 | None | 59492
row 22 : (1): lithuania | None | None | None | None | None | None | 24500 | 6774 | None | 40 | 31314
row 23 : thereof: moldova | None | None | None | None | None | None | 24200 | 48261 | 2555 | 426 | 75442 ] Execute this SQL based on the above table: select region/country where region/country in ( 'europe' , 'libya' ) order by 1972- 1979 asc limit 1 | libya |
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 29 march 2000 | vasil levski national stadium, so | belarus | 1-0 | 4-1 | friendly
row 2 : 2 | 7 october 2000 | georgi asparuhov stadium, so | malta | 3-0 | 3-0 | 2002 world cup qualifier
row 3 : 3 | 27 march 2003 | stadion mladost, | serbia and montenegro | 2-1 | 2-1 | friendly
row 4 : 4 | 7 june 2003 | vasil levski national stadium, so | belgium | 2-2 | 2-2 | euro 2004 qualifier
row 5 : 5 | 12 november 2005 | vasil levski national stadium, so | georgia | 5-0 | 6-2 | friendly
row 6 : 6 | 12 november 2005 | vasil levski national stadium, so | georgia | 6-2 | 6-2 | friendly
row 7 : 7 | 9 may 2006 | nagai stadium, osaka | japan | 1-0 | 2-1 | 2006 kirin cup ] Execute this SQL based on the above table: select count ( * ) where score = '5-0' | 1 |
[ header: result | record | opponent | method | date | round | time | event | location | notes row 1 : win | 14-1 | ted lascalza | ko | 1958 | 1 | None | None | None | None
row 2 : win | None | nick welling | ko | july 20, 1953 | 2 | None | None | None | None
row 3 : win | None | earl garrett | ko | 1950 | 1 | None | golden gloves | new jersey | scheider suffers nose injury; drops out
row 4 : win | None | peter read | ko | 1950 | 3 | None | None | new jersey | None
row 5 : win | None | phillip duncan | ko | february 17, 1950 | 1 | None | None | orange, new jersey | None
row 6 : win | None | myron greenberg | ko | 1950 | 1 | None | None | new jersey | None
row 7 : win | None | peter read | ko | february 21, 1948 | 2 | None | golden gloves | new jersey | None
row 8 : win | None | jerry gould | ko | 1948 | 1 | 0:33 | golden gloves | new jersey | None
row 9 : win | None | alfonse d'amore | ko | 1948 | 1 | 0:16 | golden gloves | new jersey | None
row 10 : loss | 0-1 | myron greenberg | tko | march 5, 1947 | 2 | None | golden gloves | new jersey | scheider's nose is broken ] Execute this SQL based on the above table: select record where opponent = 'myron greenberg' | 0-1 |
[ header: rank | heat | nation | competitors | time | notes row 1 : 1 | 2 | united states | kelly willie, derrick | 2:59.30 | q
row 2 : 2 | 2 | nigeria | james godday, musa au | 3:01.60 | q, sb
row 3 : 3 | 2 | bahamas | andrae williams, denn | 3:01.74 | q, sb
row 4 : 4 | 1 | great britain | timothy benjamin, | 3:02.40 | q, sb
row 5 : 5 | 1 | japan | yuki yamaguchi, | 3:02.71 | q
row 6 : 6 | 1 | germany | ingo schultz, kamghe | 3:02.77 | q
row 7 : 7 | 1 | australia | john steffensen, cli | 3:03.06 | q
row 8 : 8 | 1 | botswana | oganeditse moseki | 3:03.32 | q, sb
row 9 : 9 | 2 | russia | aleksandr larin, andre | 3:03.35 | None
row 10 : 10 | 2 | poland | piotr rysiukie | 3:03.69 | None
row 11 : 11 | 2 | ukraine | volodymyr demchenko, y | 3:04.01 | None
row 12 : 12 | 1 | greece | stilianos dimotsios, | 3:04.27 | sb
row 13 : 13 | 1 | france | ahmed douhou, i | 3:04.39 | None
row 14 : 14 | 2 | spain | eduardo ivan rodrig | 3:05.03 | sb
row 15 : None | 2 | south africa | marcus la grange, hend | dnf | None
row 16 : None | 1 | jamaica | michael campbell, michae | dsq | None ] Execute this SQL based on the above table: select competitors where id = ( select id where competitors = 'volodymyr demchenko, yevgeniy zyukov, myhaylo knysh, andriy tverdostup' ) + 1 | stilianos dimotsios, anastasios gousis, panagiotis sarris, periklis iakovakis |
[ header: no. in series | no. in season | performer | appearance | air date row 1 : 268 | 1 | tom segura | only | 21 january 2011
row 2 : 269 | 2 | michael kosta | only | 21 january 2011
row 3 : 270 | 3 | sheng wang | only | 28 january 2011
row 4 : 271 | 4 | chelsea peretti | only | 28 january 2011
row 5 : 272 | 5 | chris d'elia | only | 4 february 2011
row 6 : 273 | 6 | nate bargatze | only | 4 february 2011
row 7 : 274 | 7 | hari kondabolu | only | 11 february 2011
row 8 : 275 | 8 | jack whitehall | only | 11 february 2011
row 9 : 276 | 9 | al jackson | only | 18 february 2011
row 10 : 277 | 10 | kyle kinane | only | 25 february 2011
row 11 : 278 | 11 | matt fulchiron | only | 25 february 2011
row 12 : 279 | 12 | mike vecchione | only | 4 march 2011
row 13 : 280 | 13 | jessi klein | only | 4 march 2011
row 14 : 281 | 14 | louis katz | only | 11 march 2011
row 15 : 282 | 15 | jay larson | only | 11 march 2011
row 16 : 283 | 16 | natasha leggero | only | 25 march 2011 ] Execute this SQL based on the above table: select count ( air date ) where no. in series not null and no. in season not null and no. in series is null | 0 |
[ header: name | college | years | reign row 1 : seretse khama | balliol | 1945 | king of the bagammangwa
row 2 : jigme khesar | magdalen | 2000-? | king of bhutan (2006 on
row 3 : abdullah ii of | pembroke | None | king of jordan (1999 onward
row 4 : sultan ahmad sh | worcester | 1948-? | king of malaysia (1979-19
row 5 : tuanku abdul hal | wadham | -1954 | king of malaysia (1970-19
row 6 : tuanku jaafar | balliol | None | king of malaysia (1994-19
row 7 : william ii of the nether | None | None | king of the netherlands and grand du
row 8 : harald v of norway | balliol | 1960-1962 | king of norway (1991 onwards
row 9 : olav v of norway | balliol | 1924-1926 | king of norway (1957-1991)
row 10 : vajiravhud | christ church | 1900-1901 | king of siam (1910-1925)
row 11 : andrew bertie | christ church | None | prince and grand master of the sovereign military order of
row 12 : george tupou v | None | None | king of tonga (2006-2012 ] Execute this SQL based on the above table: select abs ( college - name ) where years = '1960-1962' | 0 |
[ header: type | diagonal (mm) | width (mm) | height (mm) | area (mm2) | stops (area) | crop factor row 1 : 1/10" | 1.6 | 1.28 | 0.96 | 1.23 | -9.51 | 27.04
row 2 : 1/8" | 2 | 1.6 | 1.2 | 1.92 | -8.81 | 21.65
row 3 : 1/3.2" (iphone 5) | 5.68 | 4.54 | 3.42 | 15.5 | -5.8 | 7.61
row 4 : 1/3" (iphone 5s) | 6 | 4.8 | 3.6 | 17.3 | -5.64 | 7.21
row 5 : 1/2.7" | 6.72 | 5.37 | 4.04 | 21.7 | -5.31 | 6.44
row 6 : super 8mm film frame | 7.04 | 5.79 | 4.01 | 23.22 | -5.24 | 6.15
row 7 : 1/2.3" (pentax q) | 7.66 | 6.17 | 4.55 | 28.5 | -4.92 | 5.64
row 8 : 1/2" (fujifilm hs | 8 | 6.4 | 4.8 | 30.7 | -4.81 | 5.41
row 9 : 1/1.8" (nokia | 8.93 | 7.18 | 5.32 | 38.2 | -4.5 | 4.84
row 10 : 1/1.7" (pentax q7) | 9.5 | 7.6 | 5.7 | 43.3 | -4.32 | 4.55
row 11 : 1/1.6" | 10.07 | 8.08 | 6.01 | 48.56 | -4.15 | 4.3
row 12 : 2/3" (nokia lumia | 11 | 8.8 | 6.6 | 58.1 | -3.89 | 3.93
row 13 : standard 16mm film frame | 12.7 | 10.26 | 7.49 | 76.85 | -3.49 | 3.41
row 14 : blackmagic pocket cinema camera | 14.32 | 12.48 | 7.02 | 87.6 | -3.3 | 3.02
row 15 : super 16mm film frame | 14.54 | 12.52 | 7.41 | 92.8 | -3.22 | 2.97
row 16 : 1" nikon cx, son | 15.86 | 13.2 | 8.8 | 116 | -2.9 | 2.72
row 17 : 1.5" canon g1x | 23.36 | 18.7 | 14 | 262 | -1.72 | 1.85
row 18 : blackmagic production camera 4k | 24.23 | 21.12 | 11.88 | 251 | -1.78 | 1.79
row 19 : canon ef-s, a | 26.7 | 22.2 | 14.8 | 329 | -1.39 | 1.62
row 20 : canon aps-h | 33.5 | 27.9 | 18.6 | 519 | -0.73 | 1.29
row 21 : 35mm full-frame, (nikon | 43.2-43.3 | 36 | 23.9-24.3 | 860-864 | 0 | 1
row 22 : standard 65mm film frame | 57.3 | 52.48 | 23.01 | 1208 | 0.81 | 0.76
row 23 : medium-format (hasselblad h | 67.08 | 53.7 | 40.2 | 2159 | 1.26 | 0.65
row 24 : phase one p 65+, iq | 67.4 | 53.9 | 40.4 | 2178 | 1.33 | 0.64 ] Execute this SQL based on the above table: select type where id = ( select id where type = 'canon aps-h' ) + 1 | 35mm full-frame, (nikon fx, sony α, sony fe, canon ef) |
[ header: year | competition | venue | position | event | notes row 1 : 1982 | african championships | cairo, egyp | 1st | marathon | 2:21:05
row 2 : 1982 | commonwealth games | brisbane, australia | 2nd | marathon | 2:09:30
row 3 : 1983 | world championships | helsinki, finland | 15th | marathon | 2:13:11
row 4 : 1983 | melbourne marathon | melbourne, australia | 1st | marathon | 2:13:50
row 5 : 1984 | tokyo marathon | tokyo, japan | 1st | marathon | 2:10:49
row 6 : 1984 | olympic games | los angeles, united states | 6th | marathon | 2:11:10
row 7 : 1984 | melbourne marathon | melbourne, australia | 1st | marathon | 2:15:31
row 8 : 1986 | tokyo marathon | tokyo, japan | 1st | marathon | 2:08:10
row 9 : 1986 | fukuoka marathon | fukuoka, japan | 1st | marathon | 2:10:06
row 10 : 1987 | world championships | rome, italy | 6th | marathon | 2:13:43
row 11 : 1987 | beijing marathon | beijing, pr china | 1st | marathon | 2:12:19
row 12 : 1988 | olympic games | seoul, south korea | 7th | marathon | 2:13:06
row 13 : 1988 | boston marathon | boston, united states | 2nd | marathon | None
row 14 : 1989 | new york city marathon | new york, united states | 1st | marathon | 2:08:01
row 15 : 1989 | boston marathon | boston, united states | 2nd | marathon | None
row 16 : 1990 | boston marathon | boston, united states | 2nd | marathon | None
row 17 : 1992 | olympic games | barcelona, spain | 34th | marathon | 2:19:34
row 18 : 1993 | world championships | stuttgart, germany | 21st | marathon | 2:24:23
row 19 : 1995 | world championships | gothenburg, sweden | 43rd | marathon | 2:30:53 ] Execute this SQL based on the above table: select year where competition = 'beijing marathon' | 1987 |
[ 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 format(s) order by year desc limit 1 | album |
[ header: rank | player | from | to | transfer fee (€ million) | year row 1 : 1 | miralem sulejman | heerenveen | ajax | 16.25 | 2008
row 2 : 2 | strootman & merten | utrecht | psv | 13 | 2011
row 3 : 3 | mateja kezman | partizan | psv | 11.3 | 2000
row 4 : 4 | klaas-jan huntelaar | heerenveen | ajax | 9 | 2006
row 5 : 5 | nikos machlas | vitesse | ajax | 8.6 | 1999
row 6 : 6 | zlatan ibrahimovic | malmo ff | ajax | 8.4 | 2001
row 7 : 7 | jan vennegoor of h | twente | psv | 8.2 | 2001
row 8 : 8 | luis suarez | groningen | ajax | 7.5 | 2007
row 9 : 9 | dario cvitanich | banfield | ajax | 7.5 | 2008
row 10 : 10 | ferdi vierklau | tenerife | ajax | 7.3 | 1998
row 11 : 11 | adam maher | az | psv | 6.5 | 2013 ] Execute this SQL based on the above table: select abs ( rank - transfer fee (€ million) ) where to = 'ajax' | 15.25, 5.0, 3.5999999999999996, 2.4000000000000004, 0.5, 1.5, 2.7 |
[ header: # | player | country | score | to par | money ($) row 1 : 1 | louise suggs | united states | 78-75-75-74=302 | +14 | 900
row 2 : 2 | patty berg | united states | 79-77-73-74=303 | +15 | 675
row 3 : t3 | betsy rawls | united states | 79-75-72-80=306 | +18 | 445
row 4 : t3 | mickey wright | united states | 80-79-74-73=306 | +18 | 445
row 5 : 5 | betty jameson | united states | 80-74-77-78=309 | +21 | 405
row 6 : t6 | mary lena faulk | united states | 82-79-74-76=3 | +23 | 338
row 7 : t6 | beverly hanson | united states | 84-75-75-77=311 | +23 | 338
row 8 : t8 | fay crocker | uruguay | 92-70-76-75=3 | +25 | 248
row 9 : t8 | marlene hagge | united states | 78-80-79-76=3 | +25 | 248
row 10 : t10 | vonnie colby | united states | 80-79-78-78=315 | +27 | 113
row 11 : t10 | joyce ziske | united states | 83-82-77-73=3 | +27 | 113 ] Execute this SQL based on the above table: select country order by money ($) limit 1 | united states |
[ 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 sum ( year ) | 69038 |
[ header: draw | artist | song | points | place row 1 : 1 | mystique | "rendez-vous" | 25 | 8
row 2 : 2 | vulcano | "met jou d'rbi | 27 | 5
row 3 : 3 | bernadette | "soms" | 26 | 6=
row 4 : 4 | deuce | "computer games" | 26 | 6=
row 5 : 5 | music hall | "stop die show" | 54 | 3
row 6 : 6 | mystique | "op zo'n dag | 8 | 10
row 7 : 7 | bernadette | "sing me a song" | 69 | 1
row 8 : 8 | vulcano | "een beetje van dit | 68 | 2
row 9 : 9 | deuce | "stopwatch" | 20 | 9
row 10 : 10 | music hall | "voulez-vous danser" | 37 | 4 ] Execute this SQL based on the above table: select place order by song limit 948 | 6=, 2, 5, 10, 8, 1, 6=, 3, 9, 4 |
[ header: model | origin | type | version | in service | notes row 1 : am general hmmwv | united states | light utility vehicle | m998a1 m1038 | None | divided into several variants and series, including armor
row 2 : maxi-ambulance | united states | light utility vehicle | m997a2 | 19 | 23 delivered to afp on nov
row 3 : m939 truck | united states | heavy utility vehicle | m923 m929 m | >20 0 0 0 0 | 20 m923 delivered in 2010, several more
row 4 : m35 truck | united states | heavy utility vehicle | m35a1 m35a2 | None | divided into several variants and series, in service
row 5 : mitsubishi fuso fighter | japan | light utility vehicle | fk troop carrier | None | locally sourced
row 6 : cmc cruiser | philippines | 1/4-ton light utility vehicle | standard | None | limited production run, introduced in the mid-1990
row 7 : delta mini cruiser | philippines | 1/4-ton light utility vehicle | m1777 | None | divided into several variants and series, including short
row 8 : m151 | united states | 1/4-ton light utility vehicle | m151 | None | in service
row 9 : mitsubishi l200 | japan | light utility vehicle | l200 | None | used by military police
row 10 : km-50 series | republic of korea | heavy utility vehicle | km-500 km-503 | 6 12 | km-500 as 155mm artillery
row 11 : km-25 series | republic of korea | medium utility vehicle | km-250 | <250 | in service. some units received by other armed
row 12 : km-45 series | republic of korea | light utility vehicle | km-450 | 727 | 651 purchased by afp on 2007
row 13 : km-45 series | republic of korea | field ambulance | km-451 | 48 | 60 purchased by afp in 2012, ] Execute this SQL based on the above table: select count ( * ) where type = 'light utility vehicle' | 5 |
[ header: title | year | artist(s) | album | writer(s) | producer(s) row 1 : "lucky day (song)" | 2011 | nicola roberts | cinderella's eyes | martina sorbara, dragonette | andras vleminckx
row 2 : "positive" | 2011 | taio cruz | ' | taio cruz, andr | andras vleminckx
row 3 : "broken (kate ryan song | 2010 | kate ryan | electroshock (kate ryan album | anders hansson, kate | anders hansson, felix per
row 4 : "give me more" | 2012 | tara mcdonald | i like this beat | tara mcdonald, luci | andras vleminckx
row 5 : "drop it low (kat deluna | 2011 | kat deluna ft fat | inside out (kat deluna album) | kat deluna, andra | andras vleminckx
row 6 : "8 days a week" | 2012 | jean-roch ft ti | music saved my life | jean-roch, timati, | andras vleminckx
row 7 : "can u feel it" | 2012 | jean-roch ft tara m | music saved my life | jean-roch, tara mcd | andras vleminckx
row 8 : "be there (ballad version)" | 2011 | kat deluna | inside out (kat deluna album) | kat deluna, andra | andras vleminckx
row 9 : "muevete mueve | 2011 | kat deluna | inside out (kat deluna album) | kat deluna, andra | andras vleminckx
row 10 : "hollywood" | 2013 | mitchell niemeyer | ' | andras vleminckx | andras vleminckx ] Execute this SQL based on the above table: select year where album = 'inside out (kat deluna album)' | 2011, 2011, 2011 |
[ header: fin | st | driver | car # | make | points | bonus | laps | winnings row 1 : 1 | 1 | jeff gordon | 24 | chevrolet | 195 | 10 | 192 | $355,511
row 2 : 2 | 8 | jimmie johnson | 48 | chevrolet | 175 | 5 | 192 | $251,736
row 3 : 3 | 26 | kurt busch | 2 | dodge | 170 | 5 | 192 | $212,483
row 4 : 4 | 2 | david gilliland | 38 | ford | 160 | None | 192 | $182,689
row 5 : 5 | 25 | jamie mcmurray | 26 | ford | 160 | 5 | 192 | $134,675
row 6 : 7 | 36 | dale earnhardt jr | 8 | chevrolet | 151 | 5 | 192 | $149,233
row 7 : 8 | 20 | david stremme | 40 | dodge | 147 | 5 | 192 | $106,025
row 8 : 9 | 28 | ryan newman | 12 | dodge | 138 | None | 192 | $133,450
row 9 : 10 | 37 | martin truex jr | 1 | chevrolet | 134 | None | 192 | $126,495
row 10 : 11 | 9 | scott riggs | 10 | dodge | 130 | None | 192 | $107,050
row 11 : 12 | 30 | kasey kahne | 9 | dodge | 132 | 5 | 192 | $138,891
row 12 : 13 | 34 | jeff green | 66 | chevrolet | 129 | 5 | 192 | $120,933
row 13 : 14 | 17 | matt kenseth | 17 | ford | 126 | 5 | 192 | $137,641
row 14 : 17 | 10 | david ragan | 6 | ford | 117 | 5 | 192 | $127,100
row 15 : 19 | 31 | j.j. yeley | 18 | chevrolet | 106 | None | 192 | $116,033
row 16 : 20 | 35 | bobby labonte | 43 | dodge | 103 | None | 192 | $127,111
row 17 : 21 | 3 | denny hamlin | 11 | chevrolet | 105 | 5 | 192 | $102,550
row 18 : 23 | 18 | jeremy mayfield | 36 | toyota | 94 | None | 192 | $83,075
row 19 : 25 | 29 | reed sorenson | 41 | dodge | 88 | None | 192 | $101,947
row 20 : 27 | 11 | boris said | 160 | ford | 87 | 5 | 191 | $80,775
row 21 : 28 | 32 | tony stewart | 20 | chevrolet | 84 | 5 | 190 | $127,761
row 22 : 30 | 21 | johnny sauter | 70 | chevrolet | 73 | None | 190 | $79,325
row 23 : 32 | 14 | david reutimann | 0 | toyota | 67 | None | 184 | $78,525
row 24 : 34 | 42 | jeff burton | 31 | chevrolet | 66 | 5 | 151 | $118,266
row 25 : 37 | 13 | kyle busch | 5 | chevrolet | 52 | None | 130 | $95,800
row 26 : 38 | 33 | joe nemechek | 13 | chevrolet | 49 | None | 130 | $77,450
row 27 : 39 | 7 | casey mears | 25 | chevrolet | 51 | 5 | 124 | $85,250
row 28 : 40 | 43 | dale jarrett | 44 | toyota | 43 | None | 38 | $77,000 ] Execute this SQL based on the above table: select sum ( winnings ) where make = 'chevrolet' | 1806343.0 |
[ header: # | date | film | gross | notes row 1 : 2 | january 13, 2002 | the lord of the rings: the fellowship | $16,201,260 | None
row 2 : 3 | january 20, 2002 | black hawk down | $28,611,736 | black hawk down broke save the last dance'
row 3 : 5 | february 3, 2002 | black hawk down | $11,112,555 | None
row 4 : 8 | february 24, 2002 | queen of the damned | $14,757,535 | None
row 5 : 11 | march 17, 2002 | ice age | $46,312,454 | ice age broke liar l
row 6 : 13 | march 31, 2002 | panic room | $30,056,751 | None
row 7 : 14 | april 7, 2002 | panic room | $18,244,157 | None
row 8 : 15 | april 14, 2002 | changing lanes | $17,128,062 | None
row 9 : 24 | june 16, 2002 | scooby-doo | $54,155,312 | None
row 10 : 26 | june 30, 2002 | mr. deeds | $37,162,787 | None
row 11 : 28 | july 14, 2002 | men in black ii | $24,410,311 | None
row 12 : 29 | july 21, 2002 | road to perdition | $15,412,515 | road to perdition reached #1 in its second weekend
row 13 : 32 | august 11, 2002 | xxx | $44,506,103 | None
row 14 : 33 | august 18, 2002 | xxx | $22,111,421 | None
row 15 : 35 | september 1, 2002 | signs | $13,441,194 | None
row 16 : 37 | september 15, 2002 | barbershop | $20,627,433 | None
row 17 : 39 | september 29, 2002 | sweet home alabama | $35,648,740 | sweet home alabama broke rush hour
row 18 : 43 | october 27, 2002 | jackass: the movie | $22,763,437 | None
row 19 : 45 | november 10, 2002 | 8 mile | $51,240,555 | None
row 20 : 47 | november 24, 2002 | die another day | $47,072,040 | None
row 21 : 48 | december 1, 2002 | harry potter and the chamber of secrets | $32,117,496 | harry potter and the chamber of secrets ] Execute this SQL based on the above table: select max ( # ) where # < 32 | 29.0 |
[ header: city 2010 census | chinese | built-up area | urban area | level | administrative area | province-level division | remarks row 1 : suzhou | 苏州 | shanghai | 5349090 | prefecture-level city | 10465994 | jiangsu | None
row 2 : yangzhou | 扬州 | 2399079 | 2399079 | prefecture-level city | 4459760 | jiangsu | None
row 3 : huizhou | 惠州 | guangzhou | 2344507 | prefecture-level city | 4597002 | guangdong | 2 urban districts part of guangzhou-
row 4 : baotou | 包头 | 2034996 | 2070801 | prefecture-level city | 2650364 | inner mongolia | shiguai urban district not yet urban
row 5 : jilin city | 吉林市 | 1975803 | 1975803 | prefecture-level city | 4414681 | jilin | None
row 6 : cixi | 慈溪 | 1462383 | 1462383 | county-level city | ningbo | zhejiang | None
row 7 : datong | 大同 | 1447550 | 1570035 | prefecture-level city | 3318057 | shanxi | None
row 8 : panjin | 盘锦 | 1392493 | 666205 | prefecture-level city | 1392493 | liaoning | incl. 2 urban districts plus d
row 9 : fushun | 抚顺 | shenyang | 1356987 | prefecture-level city | 2138090 | liaoning | None
row 10 : yingkou | 营口 | 1351519 | 738128 | prefecture-level city | 2428534 | liaoning | incl. dashiqia
row 11 : xining | 西宁 | 1198304 | 1198304 | prefecture-level city provincial capital | 2208708 | qinghai | None
row 12 : tianshui | 天水 | 1197174 | 1197174 | prefecture-level city | 3262548 | gansu | None
row 13 : taixing | 泰兴市 | 1192213 | 1192213 | county-level city | taizhou | jiangsu | None
row 14 : qujing | 曲靖 | 1171805 | 740925 | prefecture-level city | 5855055 | yunnan | incl. zhanyi county
row 15 : jining | 济宁 | 1115300 | 1115300 | prefecture-level city | 8081900 | shandong | None
row 16 : jinhua | 金华 | 1077300 | 1077300 | prefecture-level city | 5361600 | zhejiang | None
row 17 : pingdingshan | 平顶山 | 1033975 | 1033975 | prefecture-level city | 4904367 | henan | None
row 18 : qiqihar | 齐齐哈尔 | 979517 | 1481637 | prefecture-level city | 5611000 | heilongjiang | incl. longsha, j
row 19 : bengbu | 蚌埠 | 972784 | 972784 | prefecture-level city | 3164467 | anhui | None
row 20 : danyang | 丹阳市 | 960418 | 960418 | county-level city | zhenjiang | jiangsu | None
row 21 : wuchuan | 吴川 | 947499 | 947499 | county-level city | zhanjiang | guangdong | None ] Execute this SQL based on the above table: select count ( remarks ) | 6 |
[ header: country | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | 2011 row 1 : australia | 160 | 230 | 290 | 230 | 200 | 200 | 200 | None | None | None | None | None
row 2 : brazil | 30000 | 22000 | 26000 | 29000 | 29900 | 35000 | 40000 | 57300 | 58000 | 58000 | 58000 | 58000
row 3 : canada | 2290 | 3200 | 3410 | 3280 | 3400 | 3310 | 4167 | 3020 | 4380 | 4330 | 4420 | 4400
row 4 : congo d.r | None | 50 | 50 | 13 | 52 | 25 | None | None | None | None | None | None
row 5 : mozambique | None | None | 5 | 34 | 130 | 34 | 29 | None | None | None | None | None
row 6 : nigeria | 35 | 30 | 30 | 190 | 170 | 40 | 35 | None | None | None | None | None
row 7 : rwanda | 28 | 120 | 76 | 22 | 63 | 63 | 80 | None | None | None | None | None
row 8 : world | 32600 | 25600 | 29900 | 32800 | 34000 | 38700 | 44500 | 60400 | 62900 | 62900 | 62900 | 63000 ] Execute this SQL based on the above table: select 2000 order by 2010 desc limit 1 | 32600.0 |
[ 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 order by id desc limit 1 | open wheel |
[ header: type | gauge | railway | works no. | year | builder row 1 : 0-4-0+0-4-0 | 600 mm | c.f.vicinaux du may | 1953-1956 | 1921 | st. leonard, bel
row 2 : 0-4-0+0-4-0 | 600 mm | c.f.vicinaux du may | 2021-2025 | 1924 | st. leonard, bel
row 3 : 0-4-0+0-4-0 | 600 mm | c.f.vicinaux du may | 2056-2059 | 1926 | st. leonard, bel
row 4 : 0-4-0+0-4-0 | 750 mm | mines du zaccar, alg | 1752 | 1936 | du haine saint-pierre
row 5 : 0-4-0+0-4-0 | 1000 mm | piracicaba sugar co., bra | 2108 | 1927 | st. leonard, bel
row 6 : 2-6-0+0-6-2 | 2 ft 6 in | victorian government railways, australia | 6267-6268 | 1926 | beyer, peacock
row 7 : 2-6-0+0-6-2 | 3 ft 6 in | western australian government railways | 46-55 | 1930 | western australian government r'ys
row 8 : 2-6-0+0-6-2 | 4 ft 81⁄2 in | argentine north eastern (fcne | 6349-6352 | 1927 | beyer, peacock
row 9 : 2-6-2+2-6-2 | 1000 mm | great western of brazil | 1024-1025 | 1929 | armstrong whitworth
row 10 : 2-6-2+2-6-2 | 3 ft 6 in | guayaquil & qui | 6527-6529 | 1929 | beyer, peacock
row 11 : 2-6-2+2-6-2 | 3 ft 6 in | rhodesia railways | 6510-6515 | 1929 | beyer, peacock
row 12 : 2-6-2+2-6-2 | 3 ft 6 in | south african railways | 1043-1068 | 1928 | krupp
row 13 : 2-6-2+2-6-2 | 3 ft 6 in | south african railways | 3115-3119 | 1929 | linke-hofmann
row 14 : 2-6-2+2-6-2 | 3 ft 6 in | trans zambezia, mocambi | 6380 | 1930 | beyer, peacock
row 15 : 2-6-2+2-6-2 | 5 ft 6 in | sao paulo railway, bra | 6367-6372 | 1927 | beyer, peacock
row 16 : 2-8-0+0-8-2 | 4 ft 81⁄2 in | ottoman railways, turkey | 6324 | 1927 | beyer, peacock
row 17 : 2-8-2+2-8-2 | 3 ft 6 in | rhodesia railways | 6562-6569 | 1929-30 | beyer, peacock
row 18 : 4-4-2+2-4-4 | 4 ft 81⁄2 in | entre rios railway (fcer), argent | 6360-6364 | 1927 | beyer, peacock
row 19 : 4-6-2+2-6-4 | 3 ft 6 in | nigerian railways | 7051-7056 | 1943 | beyer, peacock
row 20 : 4-8-2+2-8-4 | 1000 mm | cf d'afrique occidental | 2748-2754 | 1941 | franco-belge, france
row 21 : 4-8-2+2-8-4 | 1000 mm | kenya uganda railway | 6516-6523 | 1928 | beyer, peacock ] Execute this SQL based on the above table: select works no. where type = '4-4-2+2-4-4' | 6360-6364 |
[ header: year | competition | venue | position | notes row 1 : 1994 | world junior championships | lisbon, portugal | 2nd | 5,000 m
row 2 : 1995 | all-africa games | harare, zimbabwe | 2nd | 5,000 m
row 3 : 1995 | all-africa games | harare, zimbabwe | 2nd | 10,000 m
row 4 : 1997 | world championships | athens, greece | 7th | 10,000 m
row 5 : 1999 | all-africa games | johannesburg, south africa | 3rd | 10,000 m
row 6 : 2001 | world championships | edmonton, canada | 9th | 10,000 m ] Execute this SQL based on the above table: select count ( competition ) where competition = 'world championships' | 2 |
[ header: year | award | category | nominated work | result row 1 : 2005 | mbc drama awards | best new actor | be strong, geum-soon! | won
row 2 : 2005 | mbc drama awards | excellence award, actor | be strong, geum-soon! | won
row 3 : 2007 | kbs drama awards | best couple award with han ji- | capital scandal | won
row 4 : 2007 | kbs drama awards | excellence award, actor in a miniseries | capital scandal | won
row 5 : 2008 | 44th baeksang arts awards | popularity award | hong gil-dong | won
row 6 : 2008 | 28th korean association of film critic | best new actor | rough cut | won
row 7 : 2008 | 29th blue dragon film awards | best new actor | rough cut | won
row 8 : 2008 | 7th korean film awards | best new actor | rough cut | won
row 9 : 2008 | kbs drama awards | best couple award with sung yu | hong gil-dong | won
row 10 : 2008 | kbs drama awards | netizen award | hong gil-dong | won
row 11 : 2009 | 45th baeksang arts awards | best new actor | rough cut | won
row 12 : 2009 | 10th pusan film critics awards | best new actor | rough cut | won
row 13 : 2009 | 46th grand bell awards | best new actor | my girlfriend is an agent | won
row 14 : 2009 | 5th university film festival of korea | best new actor | my girlfriend is an agent | won
row 15 : 2011 | 6th seoul international drama awards | outstanding korean actor | coffee house | nominated
row 16 : 2011 | sbs drama awards | excellence award, actor in a special planning drama | lie to me | nominated
row 17 : 2013 | sbs drama awards | top excellence award, actor in a drama special | incarnation of money | nominated
row 18 : 2014 | 9th asia model festival awards | asia star award | None | won ] Execute this SQL based on the above table: select count ( category ) where year > 40 | 18 |
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 21 december 2004 | rajamangala stadium, bang | thailand | 3–1 | 5–1 | friendly
row 2 : 5 | 15 june 2005 | commerzbank-arena, | australia | 4–2 | 4–3 | fifa confederations cup 2005
row 3 : 7 | 29 june 2005 | zentralstadion, leip | mexico | 1–0 | 4–3 | fifa confederations cup 2005
row 4 : 9 | 7 september 2005 | olympiastadion | south africa | 3–1 | 4–2 | friendly
row 5 : 10 | 7 september 2005 | olympiastadion | south africa | 4–2 | 4–2 | friendly
row 6 : 11 | 27 may 2006 | badenova stadion, freiburg | luxembourg | 3–0 | 7–0 | friendly
row 7 : 12 | 27 may 2006 | badenova stadion, freiburg | luxembourg | 5–0 | 7–0 | friendly
row 8 : 14 | 24 june 2006 | allianz arena, munich, germany | sweden | 1–0 | 2–0 | fifa world cup 2006
row 9 : 19 | 6 september 2006 | stadio olimpico, ser | san marino | 8–0 | 13–0 | uefa euro 2008 qualifying
row 10 : 22 | 11 october 2006 | tehelne pole stad | slovakia | 4–1 | 4–1 | uefa euro 2008 qualifying
row 11 : 23 | 12 september 2007 | rhein-energie stadion | romania | 3–1 | 3–1 | friendly
row 12 : 24 | 17 november 2007 | awd arena, hanover, | cyprus | 3–0 | 4–0 | uefa euro 2008 qualifying
row 13 : 27 | 8 june 2008 | worthersee stadion, k | poland | 2–0 | 2–0 | uefa euro 2008
row 14 : 28 | 12 june 2008 | worthersee stadion, k | croatia | 1–2 | 1–2 | uefa euro 2008
row 15 : 30 | 6 september 2008 | rheinpark stadion, | liechtenstein | 2–0 | 6–0 | fifa world cup 2010 qualifying
row 16 : 31 | 11 october 2008 | signal iduna park, dortm | russia | 1–0 | 2–1 | fifa world cup 2010 qualifying
row 17 : 33 | 29 may 2009 | shanghai stadium, shang | china pr | 1–1 | 1–1 | friendly
row 18 : 37 | 18 november 2009 | veltins-arena, | ivory coast | 2–2 | 2–2 | friendly
row 19 : 38 | 29 may 2010 | stadium puskas ferenc, | hungary | 1–0 | 3–0 | friendly
row 20 : 39 | 13 june 2010 | moses mabhida stadium, d | australia | 1–0 | 4–0 | fifa world cup 2010
row 21 : 41 | 7 september 2010 | rheinenergiestadion, | azerbaijan | 2–0 | 6–1 | uefa euro 2012 qualifying ] Execute this SQL based on the above table: select count ( opponent ) | 21 |
[ header: rank | diver | preliminary points | preliminary rank | final points | final rank | final total row 1 : 1 | ingrid kramer (eua | 56.3 | 1 | 34.98 | 2 | 91.28
row 2 : 2 | paula jean myers-pope | 54.7 | 2 | 35.24 | 1 | 89.94
row 3 : 3 | ninel krutova (urs) | 53.38 | 3 | 33.61 | 3 | 86.99
row 4 : 4 | juno stover-irwin ( | 51.9 | 6 | 31.69 | 4 | 83.59
row 5 : 5 | raisa gorokhovskaya | 51.53 | 8 | 31.5 | 5 | 83.03
row 6 : 6 | norma thomas (gbr | 51.77 | 7 | 30.44 | 7 | 82.21
row 7 : 7 | nicolle darrigrand- | 49.68 | 12 | 31.5 | 5 | 81.18
row 8 : 8 | phyllis long (gbr) | 52.12 | 5 | 28.86 | 9 | 80.98
row 9 : 9 | irene macdonald (can | 51.31 | 9 | 29.18 | 8 | 80.49
row 10 : 10 | kumiko watanabe ( | 51.04 | 10 | 28.56 | 10 | 79.6
row 11 : 11 | kanoko tsutani- | 49.76 | 11 | 28.14 | 11 | 77.9
row 12 : 12 | birte christoffersen- | 53.03 | 4 | 24.4 | 12 | 77.43
row 13 : 13 | maria teresa adam | 49.54 | 13 | None | None | None
row 14 : 14 | hanna laursen (den) | 48.89 | 14 | None | None | None
row 15 : 15 | gabriele schope (eu | 48.81 | 15 | None | None | None
row 16 : 16 | bende velin (den) | 48.35 | 16 | None | None | None
row 17 : 17 | laura conter (ita) | 45.55 | 17 | None | None | None
row 18 : 18 | susan knight (aus) | 43.03 | 18 | None | None | None ] Execute this SQL based on the above table: select min ( preliminary rank ) where diver = 'nicolle darrigrand-pellissard (fra)' | 12.0 |
[ header: # | title | producers | guest performers | length row 1 : 1 | "throw aways" | maj & sosa | gorilla zoe & y | 3:11
row 2 : 2 | "i'm a gangsta" | drew | None | 4:16
row 3 : 3 | "life goes on interlude #1 | None | lil' duval | 0:58
row 4 : 4 | "screwed up" | mr. lee | lil' wayne | 5:02
row 5 : 5 | "against all odds" | q-stone | 2pac | 4:22
row 6 : 6 | "life goes on interlude #2 | None | lil' duval | 1:12
row 7 : 7 | "nuthin' 2 a boss" | i.n.f.o. | slim thug | 3:59
row 8 : 8 | "life goes on" | goichi & mike dean | l. boogie | 4:11
row 9 : 9 | "smile" | sean t | jadakiss & styles p | 4:32
row 10 : 10 | "life goes on interlude #3 | None | lil' duval | 1:12
row 11 : 11 | "give my last breathe intro" | mike dean | None | 1:40
row 12 : 12 | "give my last breathe" | mr. lee | None | 4:23
row 13 : 13 | "gittin' high" | mr. rogers | None | 4:06
row 14 : 14 | "life goes on interlude #4 | None | lil' duval | 1:00
row 15 : 15 | "ghetto queen" | i.n.f.o. | lloyd & rich boy | 5:00
row 16 : 16 | "million bucks" | platinum hands | jay'ton & lil | 4:43
row 17 : 17 | "c me ride" | nitti | None | 4:51
row 18 : 18 | "i'm good" | i.n.f.o. | jody breeze | 4:21
row 19 : 19 | "the truth" | i.n.f.o. | None | 4:07
row 20 : 20 | "life goes on" (outro) | None | lil' duval | 0:38 ] Execute this SQL based on the above table: select producers where producers != 'goichi & mike dean' and length = ( select length where producers = 'goichi & mike dean' ) | drew, q-stone, sean t, mr. lee, mr. rogers, platinum hands, nitti, i.n.f.o. & nova, i.n.f.o. & nova |
[ header: rank | name | nationality | time (hand) | notes row 1 : 1 | tommy green | great britain | 4:50:10 | or
row 2 : 2 | janis dalins | latvia | 4:57:20 | None
row 3 : 3 | ugo frigerio | italy | 4:59:06 | None
row 4 : 4 | karl hahnel | germany | 5:06:06 | None
row 5 : 5 | ettore rivolta | italy | 5:07:39 | None
row 6 : 6 | paul sievert | germany | 5:16:41 | None
row 7 : 7 | henri quintric | france | 5:27:25 | None
row 8 : 8 | ernie crosbie | united states | 5:28:02 | None
row 9 : 9 | bill chisholm | united states | 5:51:00 | None
row 10 : 10 | alfred maasik | estonia | 6:19:00 | None
row 11 : None | henry cieman | canada | None | dnf
row 12 : None | john moralis | greece | None | dnf
row 13 : None | francesco pretti | italy | None | dnf
row 14 : None | arthur tell schwab | switzerland | None | dnf
row 15 : None | harry hinkel | united states | None | dnf ] Execute this SQL based on the above table: select rank where time (hand) = 6 | 10.0 |
[ header: whitworth size (in) | core diameter (in) | threads per inch | pitch (in) | tapping drill size row 1 : 1/16 | 0.0411 | 60 | 0.0167 | number drill 56 (1.2 mm)
row 2 : 3/32 | 0.0672 | 48 | 0.0208 | number drill 49 (1.85 mm)
row 3 : 1/8 | 0.093 | 40 | 0.025 | number drill 39 (2.55 mm)
row 4 : 5/32 | 0.1162 | 32 | 0.0313 | number drill 30 (3.2 mm)
row 5 : 3/16 | 0.1341 | 24 | 0.0417 | number drill 26 (3.7 mm)
row 6 : 7/32 | 0.1654 | 24 | 0.0417 | number drill 16 (4.5 mm)
row 7 : 1/4 | 0.186 | 20 | 0.05 | number drill 9 (5.1 mm)
row 8 : 5/16 | 0.2414 | 18 | 0.0556 | letter drill f (6.5 mm)
row 9 : 3/8 | 0.295 | 16 | 0.0625 | 5/16 in (7.94 mm)
row 10 : 7/16 | 0.346 | 14 | 0.0714 | letter drill u (9.3 mm)
row 11 : 1/2 | 0.3933 | 12 | 0.0833 | letter drill z (10.5 mm)
row 12 : 9/16 | 0.4558 | 12 | 0.0833 | 12.1 mm (0.4764 in)
row 13 : 5/8 | 0.5086 | 11 | 0.0909 | 13.5 mm (0.5315 in)
row 14 : 11/16 | 0.5711 | 11 | 0.0909 | 15 mm (0.5906 in)
row 15 : 3/4 | 0.6219 | 10 | 0.1 | 16.27 mm (0.6406 in)
row 16 : 13/16 | 0.6845 | 10 | 0.1 | 18 mm (0.7087 in)
row 17 : 7/8 | 0.7327 | 9 | 0.1111 | 19.25 mm (0.7579 in)
row 18 : 15/16 | 0.7953 | 9 | 0.1111 | 20.75 mm (0.8169 in)
row 19 : 1 | 0.8399 | 8 | 0.125 | 22 mm (0.8661 in)
row 20 : 1 1/8 | 0.942 | 7 | 0.1429 | None
row 21 : 1 1/4 | 1.067 | 7 | 0.1429 | None
row 22 : 1 1/2 | 1.2866 | 6 | 0.1667 | None
row 23 : 1 3/4 | 1.4939 | 5 | 0.2 | None
row 24 : 2 | 1.7154 | 4.5 | 0.2222 | None
row 25 : 2 1/2 | 2.18 | 4 | 0.25 | None ] Execute this SQL based on the above table: select count ( tapping drill size ) where tapping drill size = '18 mm (0.7087 in)' | 1 |
[ header: title | director | production | music | cast | release date row 1 : arunthathi | m. l. tandan | t. r. sundaram, | m. d. parathas | c. honnappa b | 02.07.1943
row 2 : achayam (vaarai | None | None | None | None | None
row 3 : harichandra (dubbed from kanna | a. v. meiyapp | a. v. meiyapp | None | r. nagendra rao | None
row 4 : mangamma sabatham | acharya (t. g. | s. s. vasan, | s. rajeswara | ranjan, vasundhara devi, | None
row 5 : diwan bahadur | t. r. sundaram | t. r. sundaram, | None | t. r. ramachand | 28.10.1943
row 6 : utthami | r. prakash | shyamala pictures | t. p. rajago | m. lakshmanan, | None ] Execute this SQL based on the above table: select count ( music ) | 3 |
[ header: map or catalog | creator | time created | contets | links row 1 : shi shen astronomy (石申天文shi | shi shen (石申) | c. 350 b.c | 138 constellations and the name of 810 | [citation needed]
row 2 : five star prediction device (安徽阜陽五星候占儀) | None | 168 bc | also an equatorial device | [citation needed]
row 3 : eastern han celestial globe and star maps | zhang heng (张衡) | 117 ad | None | None
row 4 : northern wei period iron armillary sphere | hu lan (斛蘭) | bei wei | level being used in this kind of device | None
row 5 : kitora kofun 法隆寺f | None | c. late 7th century - early | detailed whole sky map | None
row 6 : japanese star chart 瀧谷寺 | None | c. 14th or 15th centuries | None | None
row 7 : star chart | mao kun 茅坤 | c. 1422 | polaris compared with southern cross and al | zh:郑和航海图
row 8 : ming dynasty star map | matteo ricci 利玛窦li | c. 1550 | None | None
row 9 : picture depicted song dynasty | japanese painter | 1675 | showing top portion of a celestial globe | file:chinese astronomer 1675
row 10 : japanese edo period | (渋川昔尹she chuan xi | 1699 元禄十二年 | including stars from wu shien ( | None
row 11 : korean star map stone | None | c. 17th century | None | None
row 12 : ceramic ink sink cover | None | c. 17th century | showing big dipper | None
row 13 : korean star maps, north and south | None | 1742 | None | None
row 14 : north sky map 清嘉庆年间huang dao | xu choujun 徐朝俊 | 1807 ad | more than 1000 stars and the 28 consellation | None
row 15 : japanese star chart | 伊能忠誨 | c. 19th century | None | None
row 16 : japanese edo period | 古筆源了材 | 1835 天保6年 | None | None
row 17 : japanese edo period | 藤岡有貞 | 1845 弘化2年 | None | None
row 18 : japanese star chart 梅園星図 | 高橋景保 | None | None | None
row 19 : korean book of new song of the | 李俊養 | 1862 | star maps and a revised version of the song | None
row 20 : korean map of heaven and earth | None | c. 19th century | 28 constellations and geographic map | None
row 21 : korean star chart 渾天図 | 朴? | None | None | None ] Execute this SQL based on the above table: select count ( time created ) where contets <= 2 | 1 |
[ header: year | award | work/artist | result row 1 : 1999 | grammy award for best contemporary folk album | mermaid avenue | nominated
row 2 : 2005 | grammy award for best alternative music album | a ghost is born | won
row 3 : 2005 | grammy award for best recording package (a | a ghost is born | won
row 4 : 2008 | grammy award for best rock album | sky blue sky | nominated
row 5 : 2010 | grammy award for best americana album | wilco (the album) | nominated
row 6 : 2012 | grammy award for best rock album | the whole love | nominated ] Execute this SQL based on the above table: select count ( award ) where result = 'won' | 2 |
[ header: no | test no | 1st team | 2nd team | winner | margin | toss | bat | date row 1 : 1 | 745 | india | west indies | west indies | 267 runs | won | 2nd | 22-11-1974
row 2 : 2 | 794 | india | england | india | 140 runs | won | 1st | 28-1-1977
row 3 : 3 | 837 | india | west indies | draw | None | lost | 2nd | 15-12-1978
row 4 : 4 | 856 | india | australia | draw | None | lost | 2nd | 19-9-1979
row 5 : 5 | 861 | india | pakistan | draw | None | lost | 2nd | 21-11-1979
row 6 : 6 | 912 | india | england | draw | None | lost | 2nd | 9-12-1981
row 7 : 7 | 961 | india | pakistan | draw | None | won | 1st | 14-9-1983
row 8 : 8 | 1073 | india | pakistan | pakistan | 16 runs | lost | 2nd | 13-3-1987
row 9 : 9 | 1107 | india | new zealand | india | 172 runs | won | 1st | 12-11-1988
row 10 : 10 | 1245 | india | sri lanka | india | inns & 95 runs | won | 1st | 26-1-1994
row 11 : 11 | 1308 | india | new zealand | india | 8 wickets | lost | 2nd | 18-10-1995
row 12 : 12 | 1413 | india | australia | australia | 8 wickets | won | 1st | 25-3-1998
row 13 : 13 | 1486 | india | south africa | south africa | inns & 71 runs | won | 1st | 2-3-2000
row 14 : 14 | 1578 | india | england | draw | None | lost | 2nd | 19-12-2001
row 15 : 15 | 1713 | india | australia | australia | 217 runs | lost | 2nd | 6-10-2004
row 16 : 16 | 1743 | india | pakistan | pakistan | 168 runs | lost | 2nd | 24-3-2005
row 17 : 17 | 1852 | india | pakistan | draw | None | won | 1st | 8-12-2007
row 18 : 18 | 1887 | india | australia | draw | None | lost | 2nd | 9-10-2008
row 19 : 19 | 1973 | india | australia | india | 7 wickets | lost | 2nd | 9-10-2010
row 20 : 20 | 2055 | india | new zealand | india | 5 wickets | lost | 2nd | 25-5-2008 ] Execute this SQL based on the above table: select count ( * ) where bat < ( select bat where test no = 794 and 1st team = 'india' ) | 0 |
[ header: group | members | caucusing | total row 1 : socialist group | 242 | 8 | 250
row 2 : rpr group | 136 | 6 | 140
row 3 : udf group | 107 | 6 | 113
row 4 : communist group | 34 | 2 | 36
row 5 : radical, citizen and green | 33 | 0 | 33
row 6 : non-inscrits | 5 | 0 | 5
row 7 : total | 555 | 22 | 577 ] Execute this SQL based on the above table: select group where group in ( '113' , 'radical, citizen and green' ) order by caucusing desc limit 1 | radical, citizen and green |
[ header: name | age | hometown | occupation | culinary p.o.v. | eliminated row 1 : damaris phillips | 31 | louisville, ky | culinary teacher | "modern southern food" | winner
row 2 : rodney henry | 47 | baltimore, md | pie shop owner | "pie style" | second place
row 3 : russell jackson | 49 | san francisco, ca | underground chef | "seven culinary sins" | third place
row 4 : stacey poon-kinney | 34 | san diego, ca | restaurant owner | "vintage with a modern twist" | week 10
row 5 : nikki dinki | 29 | new york, ny | food blogger/online host | "semi-vegetarian" | week 9
row 6 : chad rosenthal | 37 | ambler, pa | restaurant owner | "jewish bbq guy" | week 7
row 7 : chris hodgson | 26 | cleveland, oh | chef/restaurateur | "compassion for food" | week 6
row 8 : viet pham | 33 | salt lake city, ut | chef/restaurant owner | "the american dream" | week 5
row 9 : connie "lovely" jackson | 27 | los angeles, ca | caterer | "party on a plate" | week 4 & week 8(winner of
row 10 : danushka lysek | 37 | new york, ny | private chef/model | "your private chef" | week 3
row 11 : andres guillama | 26 | waynesville, nc | childhood obesity prevention coach | "teaching men to cook" | week 2
row 12 : daniela perez-reyes | 28 | haleiwa, hi | bartender/caterer | "peruvian princess" | week 1 ] Execute this SQL based on the above table: select count ( occupation ) where hometown = 'waynesville, nc' | 1 |
[ header: year | champion | city | llws | record row 1 : 1957 | industrial ll | monterrey, nuevo leon | champions | 2-0
row 2 : 1958 | national league of gadsden ll | gadsden, alabama | third place | 2-1
row 3 : 1959 | national league of gadsden ll | gadsden, alabama | first round | 0-1
row 4 : 1961 | el campo ll | el campo, texas | runner-up | 2-1
row 5 : 1962 | val verde county ll | del rio, texa | fifth place | 2-1
row 6 : 1963 | north houston ll | north houston, texas | fifth place | 1-1
row 7 : 1966 | westbury american ll | houston, texas | champions | 3-0
row 8 : 1967 | west tampa ll | tampa, florida | fifth place (tie) | 1-1
row 9 : 1968 | tuckahoe ll | richmond, virginia | runner-up | 2-1
row 10 : 1969 | west tampa ll | tampa, florida | third place (tie) | 1-1
row 11 : 1970 | national optimist ll | nashville, tennessee | seventh place | 1-2
row 12 : 1971 | gardenside ll | lexington, kentucky | eighth place | 0-3
row 13 : 1972 | national ll | vienna, virginia | seventh place | 1-2
row 14 : 1973 | belmont heights ll | tampa, florida | third place | 2-1
row 15 : 1974 | american ll | jackson, tennessee | fifth place | 2-1
row 16 : 1975 | belmont heights ll | tampa, florida | runner-up | 1-1
row 17 : 1976 | tuckahoe american ll | richmond, virginia | third place (tie) | 1-1
row 18 : 1979 | burns park ll | north little rock, arkansas | third place | 2-1
row 19 : 1981 | belmont heights ll | tampa, florida | runner-up | 2-1
row 20 : 1983 | east marietta national ll | marietta, georgia | champions | 3-0
row 21 : 1984 | national ll | altamonte, florida | runner-up | 2-1
row 22 : 1985 | american ll | morristown, tennessee | third place | 2-1
row 23 : 1986 | american ll | sarasota, florid | third place | 2-1
row 24 : 1987 | american ll | morristown, tennessee | seventh place (tie) | 0-2
row 25 : 1988 | northwest 45 ll | spring, texas | third place | 2-1
row 26 : 1989 | northside ll | tampa, florida | fifth place | 2-1
row 27 : 1990 | cottage hill ll | mobile, alabama | fifth place (tie) | 1-1
row 28 : 1991 | national ll | dunedin, florida | sixth place | 1-2
row 29 : 1992 | south lake charles ll | lake charles, louisiana | group stage | 1-2
row 30 : 1993 | tuckahoe american ll | richmond, virginia | group stage | 0-3
row 31 : 1994 | central springfield ll | springfield, virginia | third place (tie) | 2-2
row 32 : 1995 | northwest 45 ll | spring, texas | runner-up | 3-2
row 33 : 1996 | r.l. turner ll | panama city, florida | third place (tie) | 3-1 ] Execute this SQL based on the above table: select year order by year desc limit 1 | 1996 |
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 15 | sebastian vettel | red bull-renault | 56 | 1:57:43.485 | 1 | 10
row 2 : 2 | 14 | mark webber | red bull-renault | 56 | 10.97 | 3 | 8
row 3 : 3 | 22 | jenson button | brawn-mercedes | 56 | 44.975 | 5 | 6
row 4 : 4 | 23 | rubens barrichello | brawn-mercedes | 56 | +1:03.704 | 4 | 5
row 5 : 5 | 2 | heikki kovalain | mclaren-mercedes | 56 | +1:05.102 | 12 | 4
row 6 : 6 | 1 | lewis hamilton | mclaren-mercedes | 56 | +1:11.866 | 9 | 3
row 7 : 7 | 10 | timo glock | toyota | 56 | +1:14.476 | 19 | 2
row 8 : 8 | 12 | sebastien buemi | toro rosso-ferr | 56 | +1:16.439 | 10 | 1
row 9 : 9 | 7 | fernando alonso | renault | 56 | +1:24.309 | 2 | None
row 10 : 10 | 4 | kimi raikkonen | ferrari | 56 | +1:31.750 | 8 | None
row 11 : 11 | 11 | sebastien bourdais | toro rosso-ferr | 56 | +1:34.156 | 15 | None
row 12 : 12 | 6 | nick heidfeld | bmw sauber | 56 | +1:35.834 | 11 | None
row 13 : 13 | 5 | robert kubica | bmw sauber | 56 | +1:46.853 | 17 | None
row 14 : 14 | 21 | giancarlo fisichella | force india-mercedes | 55 | +1 lap | 20 | None
row 15 : 15 | 16 | nico rosberg | williams-toyota | 55 | +1 lap | 7 | None
row 16 : 16 | 8 | nelson piquet, | renault | 54 | +2 laps | 16 | None
row 17 : 17 | 20 | adrian sutil | force india-mercedes | 50 | accident | 18 | None
row 18 : ret | 17 | kazuki nakajima | williams-toyota | 43 | transmission | 14 | None
row 19 : ret | 3 | felipe massa | ferrari | 20 | electrical | 13 | None
row 20 : ret | 9 | jarno trulli | toyota | 18 | collision damage | 6 | None ] Execute this SQL based on the above table: select count ( * ) where laps = 56 | 13 |
[ header: year | venue | individual | sprint | pursuit | mass start | relay row 1 : 1993 | borovets, bulgaria | None | None | None | None | 18
row 2 : 1995 | antholz-anterselva, | 67 | None | None | None | 12
row 3 : 1996 | ruhpolding, germany | 20 | 48 | None | None | 11
row 4 : 1997 | brezno-osrbli | 33 | 64 | None | None | 12
row 5 : 1998 | pokljuka, slovenia | None | None | 11 | None | None
row 6 : 1999 | kontiolahti, finland | 28 | 5 | 4 | 7 | 5
row 7 : 2000 | oslo, norway and la | 15 | 15 | 7 | 7 | 6
row 8 : 2001 | pokljuka, slovenia | 30 | 21 | 19 | 17 | 9
row 9 : 2003 | khanty-mansiy | 15 | 26 | 35 | None | 12
row 10 : 2004 | oberhof, germany | 42 | 30 | 43 | None | 13 ] Execute this SQL based on the above table: select sum ( sprint ) where venue in ( 'oslo, norway and lahti, finland' , 'borovets, bulgaria' ) | 15.0 |
[ header: year | final | semi row 1 : 1975 | finland | None
row 2 : 1976 | united kingdom | None
row 3 : 1977 | france | None
row 4 : 1978 | israel | None
row 5 : 1979 | spain | None
row 6 : 1980 | ireland | None
row 7 : 1981 | france | None
row 8 : 1982 | germany | None
row 9 : 1983 | netherlands | None
row 10 : 1984 | ireland | None
row 11 : 1985 | turkey | None
row 12 : 1986 | sweden | None
row 13 : 1987 | ireland | None
row 14 : 1988 | luxembourg | None
row 15 : 1989 | greece | None
row 16 : 1990 | france | None
row 17 : 1991 | spain | None
row 18 : 1992 | france | None
row 19 : 1993 | ireland | None
row 20 : 1994 | ireland | None
row 21 : 1995 | relegated | None
row 22 : 1996 | ireland | unknown\
row 23 : 1997 | united kingdom | None
row 24 : 1998 | germany | None
row 25 : 1999 | relegated | None
row 26 : 2000 | germany | None
row 27 : 2001 | relegated | None
row 28 : 2002 | spain | None
row 29 : 2003 | relegated | None
row 30 : 2004 | serbia and montenegro | serbia and montenegro
row 31 : 2005 | serbia and montenegro | portugal
row 32 : 2006 | bosnia and herzegovin | bosnia and herzegovin
row 33 : 2007 | serbia | serbia
row 34 : 2008 | serbia | portugal
row 35 : 2009 | turkey | turkey
row 36 : 2010 | germany | ireland
row 37 : 2011 | bosnia and herzegovin | serbia
row 38 : 2012 | albania | albania
row 39 : 2013 | italy | hungary ] Execute this SQL based on the above table: select semi where final = 'turkey' | turkey |
[ header: midwest division v t e | w | l | pct | gb | home | road | div row 1 : y-denver nuggets | 50 | 32 | 0.61 | None | 36-5 | 14-27 | 15-5
row 2 : x-detroit pistons | 44 | 38 | 0.537 | 6 | 30-11 | 14-27 | 12-8
row 3 : x-chicago bulls | 44 | 38 | 0.537 | 6 | 31-10 | 13-28 | 10-10
row 4 : kansas city kings | 40 | 42 | 0.488 | 10 | 28-13 | 12-29 | 7-13
row 5 : indiana pacers | 36 | 46 | 0.439 | 14 | 25-16 | 11-30 | 9-11
row 6 : milwaukee bucks | 30 | 52 | 0.366 | 20 | 24-17 | 6-35 | 7-13 ] Execute this SQL based on the above table: select count ( * ) where home = '30-11' | 1 |
[ header: tenure | coach | years | record | pct. | ncaa tournament row 1 : 1933 | sam mcallister | 1 | 5-4-0 | 0.556 | None
row 2 : 1934 | herschel bobo | 1 | None | None | None
row 3 : 1934-1939 | del morgan | 6 | None | None | None
row 4 : 1940 | porter grant | 1 | 4-5-0 | 0.444 | None
row 5 : 1941-1942 | jimmy hitchcock | 2 | None | None | None
row 6 : 1943-1946 | bob evans | 2 | None | None | None
row 7 : 1947-1948 | danny doyle | 2 | None | None | None
row 8 : 1949-1950 | johnny williamson | 2 | 21-23-0 | 0.477 | None
row 9 : 1951-1957 | dick mcgowen | 7 | 90-76-2 | 0.548 | None
row 10 : 1958 | joe connally | 1 | 17-8-0 | 0.68 | None
row 11 : 1959-1962 | erk russell | 4 | 59-37-1 | 0.62 | None
row 12 : 1963-1984 | paul nix | 22 | 515-376-0 | 0.578 | 4
row 13 : 1985-2000 | hal baird | 16 | 634-328-0 | 0.659 | 9
row 14 : 2001-2004 | steve renfroe | 4 | 145-92-0 | 0.612 | 3
row 15 : 2005-2008 | tom slater | 4 | 115-113-0 | 0.504 | 1
row 16 : 2009-2013 | john pawlowski | 5 | 167-126 | 0.57 | 1
row 17 : 2014-present | sunny golloway | 1 | 17-8-0 | 0.68 | 0
row 18 : totals | 16 coaches | 81 | None | None | 18 ] Execute this SQL based on the above table: select record order by pct. desc limit 1 | 17-8-0 |
[ header: pos | no | rider | manufacturer | laps | time | grid | points row 1 : 1 | 46 | valentino rossi | yamaha | 21 | 43:06.007 | 2 | 25
row 2 : 2 | 2 | dani pedrosa | honda | 21 | 4.008 | 1 | 20
row 3 : 3 | 4 | andrea dovizioso | honda | 21 | 8.536 | 6 | 16
row 4 : 4 | 69 | nicky hayden | honda | 21 | 8.858 | 4 | 13
row 5 : 5 | 56 | shinya nakano | honda | 21 | 10.583 | 15 | 11
row 6 : 6 | 1 | casey stoner | ducati | 21 | 13.64 | 7 | 10
row 7 : 7 | 65 | loris capirossi | suzuki | 21 | 15.936 | 8 | 9
row 8 : 8 | 5 | colin edwards | yamaha | 21 | 18.802 | 5 | 8
row 9 : 9 | 7 | chris vermeulen | suzuki | 21 | 23.174 | 11 | 7
row 10 : 10 | 14 | randy de puniet | honda | 21 | 25.516 | 9 | 6
row 11 : 11 | 21 | john hopkins | kawasaki | 21 | 27.609 | 10 | 5
row 12 : 12 | 13 | anthony west | kawasaki | 21 | 41.399 | 13 | 4
row 13 : 13 | 50 | sylvain guintoli | ducati | 21 | 45.617 | 16 | 3
row 14 : 14 | 15 | alex de angelis | honda | 21 | 49.003 | 17 | 2
row 15 : 15 | 24 | toni elias | ducati | 21 | 59.139 | 19 | 1
row 16 : 16 | 33 | marco melandri | ducati | 21 | +1:03.328 | 14 | None
row 17 : 17 | 9 | nobuatsu aoki | suzuki | 21 | +1:48.363 | 18 | None
row 18 : ret | 48 | jorge lorenzo | yamaha | 12 | accident | 3 | None
row 19 : ret | 52 | james toseland | yamaha | 2 | accident | 12 | None ] Execute this SQL based on the above table: select ( select time where rider = 'andrea dovizioso' ) > 10 | 0 |
[ header: year of election | candidates elected | # of seats available | # of votes | % of popular vote row 1 : 1963 | 7 | 108 | None | 15.5%
row 2 : 1967 | 20 | 117 | None | 25.9%
row 3 : 1971 | 19 | 117 | None | 27.1%
row 4 : 1975 | 38 | 125 | None | 28.9%
row 5 : 1977 | 33 | 125 | None | 28.0%
row 6 : 1981 | 21 | 125 | None | 21.2%
row 7 : 1985 | 25 | 125 | 865507 | 23.8%
row 8 : 1987 | 19 | 130 | 970813 | 25.7%
row 9 : 1990 | 74 | 130 | 1509506 | 37.6%
row 10 : 1995 | 17 | 129 | 854163 | 20.6%
row 11 : 1999 | 9 | 103 | 551009 | 12.6%
row 12 : 2003 | 7 | 103 | 660730 | 14.7%
row 13 : 2007 | 10 | 107 | 741043 | 16.8%
row 14 : 2011 | 17 | 107 | 980204 | 22.73% ] Execute this SQL based on the above table: select ( select count ( * ) where % of popular vote = '22.73%' and % of popular vote = '25.9%' ) > ( select count ( * ) where % of popular vote != '22.73%' and % of popular vote = '25.9%' ) | 0 |
[ header: res. | record | opponent | method | event | date | round | time | location | notes row 1 : loss | 5-3 | alistair overeem | tko (kick to the body | ufc 141 | december 30, 2011 | 1 | 2:26 | las vegas, united states | announced retirement after fight
row 2 : loss | 5-2 | cain velasquez | tko (punches) | ufc 121 | october 23, 2010 | 1 | 4:12 | anaheim, california | lost ufc heavyweight championship
row 3 : win | 5-1 | shane carwin | submission (arm triangle choke) | ufc 116 | july 3, 2010 | 2 | 2:19 | las vegas, united states | defended ufc heavyweight championship.
row 4 : win | 4-1 | frank mir | tko (punches) | ufc 100 | july 11, 2009 | 2 | 1:48 | las vegas, united states | defended ufc heavyweight championship.
row 5 : win | 3-1 | randy couture | tko (punches) | ufc 91 | november 15, 2008 | 2 | 3:07 | las vegas, united states | won ufc heavyweight championship
row 6 : win | 2-1 | heath herring | decision (unanimous) | ufc 87 | august 9, 2008 | 3 | 5:00 | minneapolis, minnesot | None
row 7 : loss | 1-1 | frank mir | submission (kneebar) | ufc 81 | february 2, 2008 | 1 | 1:30 | las vegas, united states | ufc debut
row 8 : win | 1-0 | min-soo kim | submission (punches) | dynamite!! usa | june 2, 2007 | 1 | 1:09 | los angeles, united states | mma debut ] Execute this SQL based on the above table: select location where location = 'las vegas, united states' | las vegas, united states, las vegas, united states, las vegas, united states, las vegas, united states, las vegas, united states |
[ header: season | tier | division | place row 1 : 2002/03 | 8 | 3a aficio | 1st
row 2 : 2003/04 | 6 | 1a aficio | 1st
row 3 : 2004/05 | 5 | preferente | 13th
row 4 : 2005/06 | 5 | preferente | 4th
row 5 : 2006/07 | 5 | preferente | 8th
row 6 : 2007/08 | 5 | preferente | 8th
row 7 : 2008/09 | 5 | preferente | 3rd
row 8 : 2009/10 | 5 | preferente | 2nd
row 9 : 2010/11 | 4 | 3a | 6th
row 10 : 2011/12 | 4 | 3a | 6th
row 11 : 2012/13 | 4 | 3a | 11th ] Execute this SQL based on the above table: select division where division = 'preferente' and tier = 5 | preferente, preferente, preferente, preferente, preferente, preferente |
[ header: year | vote % | place | seats | place | cabinet row 1 : 1945 | None | None | 25 | 1st | yes
row 2 : 1948 | None | None | 22 | 1st | yes
row 3 : 1951 | None | None | 21 | 1st | yes
row 4 : 1954 | 42.4 | 1st | 26 | 1st | yes
row 5 : 1959 | 36.9 | 1st | 21 | 1st | yes
row 6 : 1964 | 33.3 | 2nd | 22 | 1st | yes
row 7 : 1968 | 35.2 | 1st | 21 | 1st | yes
row 8 : 1974 | 27.6 | 2nd | 18 | 1st | no
row 9 : 1979 | 34.5 | 1st | 24 | 1st | yes
row 10 : 1984 | 34.9 | 1st | 25 | 1st | yes
row 11 : 1989 | 32.4 | 1st | 22 | 1st | yes
row 12 : 1994 | 30.3 | 1st | 21 | 1st | yes
row 13 : 1999 | 30.1 | 1st | 19 | 1st | yes
row 14 : 2004 | 36.1 | 1st | 24 | 1st | yes
row 15 : 2009 | 38 | 1st | 26 | 1st | yes
row 16 : 2013 | 33.6 | 1st | 23 | 1st | no ] Execute this SQL based on the above table: select cabinet order by id desc limit 1 | no |
[ header: election year | # of constituency votes | % of constituency votes | +/- | # of party list votes | % of party list votes | +/- | # of overall seats won row 1 : 1965 | 587216 | 1.8 | 1.8 | 664193 | 2 | 2 | 0 / 518
row 2 : 1969 | 1189375 | 3.6 | 1.8 | 1422010 | 4.3 | 2.3 | 0 / 518
row 3 : 1972 | 194389 | 0.5 | 3.1 | 207465 | 0.6 | 3.7 | 0 / 518
row 4 : 1976 | 136.023 | 0.4 | 0.1 | 122661 | 0.3 | 0.3 | 0 / 518
row 5 : 1980 | None | None | None | 68096 | 0.2 | 0.1 | 0 / 497
row 6 : 1983 | 57112 | 0.1 | 0.3 | 91095 | 0.2 | 0 | 0 / 498
row 7 : 1987 | 182880 | 0.5 | 0.4 | 227054 | 0.6 | 0.4 | 0 / 497
row 8 : 1990 | 190105 | 0.4 | 0.1 | 145776 | 0.3 | 0.3 | 0 / 662
row 9 : 1998 | 45043 | 0.1 | 0.3 | 126571 | 0.3 | 0 | 0 / 669
row 10 : 2002 | 103209 | 0.1 | 0.1 | 215232 | 0.4 | 0.1 | 0 / 603
row 11 : 2005 | 857.777 | 1.8 | 1.6 | 748568 | 1.6 | 1.2 | 0 / 614
row 12 : 2009 | 768442 | 1.8 | 0 | 635525 | 1.5 | 0.1 | 0 / 620
row 13 : 2013 | 634842 | 1.5 | 0.3 | 560660 | 1.3 | 0.2 | 0 / 630 ] Execute this SQL based on the above table: select % of party list votes where # of constituency votes >= 1271 order by +/- asc limit 1600 | 1.5, 0.3, 0.4, 0.2, 0.3, 1.3, 0.6, 2, 4.3, 0.6 |
[ header: year | competition | venue | position | notes row 1 : 1995 | world indoor championships | barcelona, spain | 11th | pentathlon
row 2 : 1996 | olympic games | atlanta, georgia, us | 24th | heptathlon
row 3 : 1997 | world championships | athens, greece | 16th | heptathlon
row 4 : 1998 | european indoor championships | valencia, spain | 7th | pentathlon
row 5 : 1998 | european championships | budapest, hungary | 14th | heptathlon
row 6 : 2000 | olympic games | sydney, australia | dnf | heptathlon ] Execute this SQL based on the above table: select ( select year where position = '24th' ) > ( select year where position = '16th' ) | 0 |
[ header: season | tier | division | place row 1 : 1928-84 | 5 | regional | None
row 2 : 1984/85 | 4 | 3a | 6th
row 3 : 1985/86 | 4 | 3a | 9th
row 4 : 1986/87 | 4 | 3a | 11th
row 5 : 1987/88 | 4 | 3a | 15th
row 6 : 1988/89 | 4 | 3a | 4th
row 7 : 1989/90 | 4 | 3a | 9th
row 8 : 1990/91 | 4 | 3a | 9th
row 9 : 1991/92 | 4 | 3a | 5th
row 10 : 1992/93 | 4 | 3a | 17th
row 11 : 1993/94 | 4 | 3a | 7th
row 12 : 1994/95 | 4 | 3a | 4th
row 13 : 1995/96 | 4 | 3a | 1st
row 14 : 1996/97 | 3 | 2ab | 19th
row 15 : 1997/98 | 4 | 3a | 2nd ] Execute this SQL based on the above table: select place where place = '2nd' | 2nd |
[ header: round | # | player | nationality | college/junior/club team (league) row 1 : 1 | 26 | cory schneider (g) | united states | phillips academy (us high school)
row 2 : 3 | 91 | alexander edler (d) | sweden | jamtland (sweden)
row 3 : 4 | 125 | andrew sarauer (lw | canada | langley hornets (bch
row 4 : 5 | 159 | mike brown (rw) | united states | university of michigan (ccha)
row 5 : 6 | 189 | julien ellis (g) | canada | shawinigan cataractes (qm
row 6 : 8 | 254 | david schulz (d) | canada | swift current broncos (whl
row 7 : 9 | 287 | jannik hansen (rw | denmark | malmo jr. (sj ] Execute this SQL based on the above table: select player where # > 254 | jannik hansen (rw) |
[ header: player | games played | field goals | free throws | points row 1 : ralf woods | 16 | 54 | 70 | 178
row 2 : clyde alwood | 15 | 57 | 0 | 114
row 3 : ernest mckay | 15 | 39 | 3 | 81
row 4 : ray woods | 16 | 19 | 0 | 38
row 5 : john felmley | 6 | 7 | 4 | 18
row 6 : george halas | 11 | 5 | 0 | 10
row 7 : r.c. haas | 3 | 1 | 0 | 2
row 8 : gordon otto | 4 | 1 | 0 | 2 ] Execute this SQL based on the above table: select player where player = 'clyde alwood' | clyde alwood |
[ header: athlete | nation | olympics | gold | silver | bronze | total row 1 : philipp schoch | switzerland (sui) | 2002-2006 | 2 | 0 | 0 | 2
row 2 : shaun white | united states (usa) | 2006-2014 | 2 | 0 | 0 | 2
row 3 : seth wescott | united states (usa) | 2006-2010 | 2 | 0 | 0 | 2
row 4 : karine ruby | france (fra) | 1998-2002 | 1 | 1 | 0 | 2
row 5 : hannah teter | united states (usa) | 2006-2014 | 1 | 1 | 0 | 2
row 6 : ross powers | united states (usa) | 1998-2002 | 1 | 0 | 1 | 2
row 7 : kelly clark | united states (usa) | 2002-2014 | 1 | 0 | 2 | 3
row 8 : danny kass | united states (usa) | 2002-2006 | 0 | 2 | 0 | 2 ] Execute this SQL based on the above table: select count ( nation ) where nation = 'france (fra)' | 0 |
[ 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 cup order by cup desc limit 1 | 3 |
[ header: name | title | first year in this position | years at nebraska | alma mater row 1 : biff jones | head coach | 1937 | 1937-1941 | army
row 2 : henry schulte | lineman coach | 1931 | 1919-1924, 1931-1937 | michigan
row 3 : ed weir | freshmen coach | 1929 | 1926, 1929-1937, 1943 | nebraska
row 4 : w. harold browne | assistant coach | 1930 | 1930-1940 | None
row 5 : roy lyman | None | 1936 | 1936-1941 | None
row 6 : adolph j. lewand | None | 1937 | 1937-1944 | nebraska
row 7 : jerry adams | None | None | 1937 | None
row 8 : charles armstrong | None | 1937 | 1937-1942, 1944 | None ] Execute this SQL based on the above table: select count ( * ) where alma mater = 'biff jones' | 0 |
[ header: rank | film | year | opening weekend (three day) | inflation-adjusted (2014 usd) row 1 : 1 | marvel's the avengers | 2012 | $207,438,708 | $213,091,480
row 2 : 2 | iron man 3 | 2013 | $174,144,585 | $176,308,953
row 3 : 3 | harry potter and the deathly hall | 2011 | $169,189,427 | $177,373,590
row 4 : 4 | the dark knight rises | 2012 | $160,887,295 | $165,271,526
row 5 : 5 | the dark knight | 2008 | $158,411,483 | $173,518,111
row 6 : 6 | the hunger games: catching fire | 2013 | $158,074,286 | $160,038,924
row 7 : 7 | the hunger games | 2012 | $152,535,747 | $156,692,396
row 8 : 8 | spider-man 3 | 2007 | $151,116,516 | $171,876,545
row 9 : 9 | the twilight saga: | 2009 | $142,839,137 | $157,018,918
row 10 : 10 | the twilight saga: | 2012 | $141,067,634 | $144,911,773
row 11 : 11 | the twilight saga: | 2011 | $138,122,261 | $144,803,619
row 12 : 12 | pirates of the caribbean: dead | 2006 | $135,634,554 | $158,673,173
row 13 : 13 | iron man 2 | 2010 | $128,122,480 | $138,563,103
row 14 : 14 | harry potter and the deathly hall | 2010 | $125,017,372 | $135,204,962
row 15 : 15 | shrek the third | 2007 | $121,629,270 | $138,338,411
row 16 : 16 | man of steel | 2013 | $116,619,362 | $118,068,774
row 17 : 17 | alice in wonderland | 2010 | $116,101,023 | $125,562,025
row 18 : 18 | spider-man | 2002 | $114,844,116 | $150,582,840
row 19 : 19 | pirates of the caribbean: at | 2007 | $114,732,820 | $130,494,543
row 20 : 20 | toy story 3 | 2010 | $110,307,189 | $119,296,055
row 21 : 21 | transformers: revenge of the fallen | 2009 | $108,966,307 | $119,783,499
row 22 : 22 | star wars episode iii: revenge | 2005 | $108,435,841 | $130,939,650
row 23 : 23 | shrek 2 | 2004 | $108,037,878 | $134,895,074
row 24 : 24 | x-men: the last stand | 2006 | $102,750,665 | $120,203,691
row 25 : 25 | harry potter and the goblet | 2005 | $102,685,961 | $123,996,491
row 26 : 26 | indiana jones and the kingdom of | 2008 | $100,137,835 | $109,687,301 ] Execute this SQL based on the above table: select film where film in ( 'spider-man 3' , 'spider-man 3' ) group by film order by count ( * ) desc limit 1 | spider-man 3 |
[ header: date | opponent# | rank# | site | result | attendance row 1 : september 10 | miami (fl) | #5 | ohio stadium • columbus | w 10-0 | 86287
row 2 : september 17 | minnesota | #6 | ohio stadium • columbus | w 38-7 | 87799
row 3 : september 24 | #3 oklahoma | #4 | ohio stadium • columbus | l 28-29 | 88119
row 4 : october 1 | at smu | #6 | cotton bowl • dallas, t | w 35-7 | 51970
row 5 : october 8 | purdue | #4 | ohio stadium • columbus | w 46-0 | 87707
row 6 : october 15 | at iowa | #5 | kinnick stadium • iowa city | w 27-6 | 60070
row 7 : october 22 | at northwestern | #4 | dyche stadium • evanston | w 35-15 | 29563
row 8 : october 29 | wisconsin | #3 | ohio stadium • columbus | w 42-0 | 87837
row 9 : november 5 | at illinois | #4 | memorial stadium • champaign, il | w 35-0 | 66973
row 10 : november 12 | indiana | #4 | ohio stadium • columbus | w 35-7 | 87786
row 11 : november 19 | at #5 michigan | #4 | michigan stadium • ann arbor, mi | l 6-14 | 106024
row 12 : january 2 | vs. #3 alabama | #9 | louisiana superdome • new orle | l 6-35 | 76811 ] Execute this SQL based on the above table: select count ( * ) where site = 'cotton bowl • dallas, tx' | 1 |
[ header: round | # | player | nationality | college/junior/club team (league) row 1 : 1 | 26 | cory schneider (g) | united states | phillips academy (us high school)
row 2 : 3 | 91 | alexander edler (d) | sweden | jamtland (sweden)
row 3 : 4 | 125 | andrew sarauer (lw | canada | langley hornets (bch
row 4 : 5 | 159 | mike brown (rw) | united states | university of michigan (ccha)
row 5 : 6 | 189 | julien ellis (g) | canada | shawinigan cataractes (qm
row 6 : 8 | 254 | david schulz (d) | canada | swift current broncos (whl
row 7 : 9 | 287 | jannik hansen (rw | denmark | malmo jr. (sj ] Execute this SQL based on the above table: select count ( * ) where college/junior/club team (league) in ( 278 , 1334 ) | 0 |
[ header: rank | bib | name | nation | run 1 | rank | run 2 | rank | total | difference row 1 : 6 | 13 | manuela molgg | italy | 1:07.99 | 5 | 1:13.44 | 14 | 2:21.43 | 0.89
row 2 : 7 | 26 | jessica lindell-vikar | sweden | 1:08.94 | 14 | 1:12.61 | 5 | 2:21.55 | 1.01
row 3 : 13 | 2 | tanja poutiainen | finland | 1:08.59 | 11 | 1:13.29 | 11 | 2:21.88 | 1.34
row 4 : 17 | 27 | sara hector | sweden | 1:10.37 | 30 | 1:12.30 | 3 | 2:22.67 | 2.13
row 5 : 18 | 24 | lena durr | germany | 1:08.94 | 14 | 1:13.75 | 19 | 2:22.69 | 2.15
row 6 : 23 | 22 | marie-michele gagnon | canada | 1:09.95 | 27 | 1:13.37 | 12 | 2:23.32 | 2.78
row 7 : 24 | 25 | marie-pier prefontaine | canada | 1:09.91 | 26 | 1:13.58 | 17 | 2:23.49 | 2.95
row 8 : 28 | 35 | britt janyk | canada | 1:10.18 | 28 | 1:15.55 | 32 | 2:25.73 | 5.19
row 9 : 36 | 44 | kristina saalova | slovakia | 1:12.22 | 42 | 1:16.44 | 34 | 2:28.66 | 8.12
row 10 : 37 | 51 | katerina paulathova | czech republic | 1:12.10 | 41 | 1:16.71 | 38 | 2:28.81 | 8.27
row 11 : 43 | 42 | sofija novoselic | croatia | 1:13.18 | 48 | 1:17.40 | 42 | 2:30.58 | 10.04
row 12 : 47 | 65 | maria shkanova | belarus | 1:13.86 | 53 | 1:18.28 | 45 | 2:32.14 | 11.6
row 13 : 49 | 59 | daniela markova | czech republic | 1:13.78 | 52 | 1:18.87 | 49 | 2:32.65 | 12.11
row 14 : 52 | 77 | bogdana matsotska | ukraine | 1:14.21 | 56 | 1:19.18 | 51 | 2:33.39 | 12.85
row 15 : None | 7 | kathrin holzl | germany | 1:09.41 | 20 | dns | None | None | None
row 16 : None | 38 | rebecca buhler | liechtenstein | 1:12.03 | 40 | dnf | None | None | None
row 17 : None | 45 | tea palic | croatia | 1:14.73 | 61 | dnq | None | None | None
row 18 : None | 81 | lelde gasuna | latvia | 1:15.37 | 64 | dnq | None | None | None
row 19 : None | 61 | anna berecz | hungary | 1:15.95 | 68 | dnq | None | None | None
row 20 : None | 85 | iulia petruta cra | romania | 1:16.80 | 70 | dnq | None | None | None
row 21 : None | 82 | isabel van buynder | belgium | 1:17.06 | 71 | dnq | None | None | None
row 22 : None | 100 | sophie fjellvang- | denmark | 1:18.37 | 75 | dnq | None | None | None
row 23 : None | 91 | yom hirshfeld | israel | 1:22.87 | 82 | dnq | None | None | None ] Execute this SQL based on the above table: select rank where rank in ( 'None' , 43 ) order by run 2 desc limit 1 | 43 |
[ 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 count ( visitor ) where score > 4 | 6 |
[ header: number | year built | builder | status | notes row 1 : e371 | 1892 | david munro & co., | static display | on static display at maldon station
row 2 : d3 619 | 1914 | newport workshops | stored | obtained from ssr bendigo in
row 3 : d3 646 | 1905 | newport workshops | stored | non-operational. had been plinthed
row 4 : k157 | 1940 | newport workshops | stored | non-operational. stored at maldon for
row 5 : k160 | 1940 | newport workshops | overhaul | withdrawn from traffic mid 2012, transferred by road
row 6 : j515 | 1954 | vulcan foundry | operational | returned to traffic in mid april 2012.
row 7 : j549 | 1954 | vulcan foundry | operational | returned to service during november 2013 following ] Execute this SQL based on the above table: select notes where notes != 'returned to service during november 2013 following a 9 and a half year overhaul' and year built = ( select year built where notes = 'returned to service during november 2013 following a 9 and a half year overhaul' ) | returned to traffic in mid april 2012. loaned from seymour railway heritage centre |
[ header: rank | bib | athlete | country | time | deficit row 1 : None | 5 | sjur røthe | norway | 1:13:11.3 | 2
row 2 : 4 | 4 | petter northug | norway | 1:13:14.5 | 5.2
row 3 : 12 | 41 | tord asle gjerdalen | norway | 1:13:22.7 | 13.4
row 4 : 15 | 23 | johannes durr | austria | 1:13:26.0 | 16.7
row 5 : 16 | 13 | giorgio di centa | italy | 1:13:27.1 | 17.8
row 6 : 17 | 19 | matti heikkinen | finland | 1:13:30.0 | 20.7
row 7 : 18 | 26 | daniel richardsson | sweden | 1:13:31.1 | 21.8
row 8 : 23 | 12 | lukas bauer | czech republic | 1:13:36.9 | 27.6
row 9 : 27 | 43 | lari lehtonen | finland | 1:13:54.9 | 45.6
row 10 : 28 | 31 | martin jaks | czech republic | 1:13:55.6 | 46.3
row 11 : 31 | 44 | jiri magal | czech republic | 1:14:00.8 | 51.5
row 12 : 32 | 16 | ivan babikov | canada | 1:14:03.0 | 53.7
row 13 : 38 | 33 | martin bajcicak | slovakia | 1:15:25.7 | +2:16.4
row 14 : 39 | 51 | andrew musgrave | great britain | 1:15:33.4 | +2:24.1
row 15 : 47 | 36 | andy kuhne | germany | 1:17:02.2 | +3:52.9
row 16 : 52 | 34 | graham nishikawa | canada | 1:17:18.9 | +4:09.6
row 17 : 57 | 65 | philipp halg | liechtenstein | 1:18:19.6 | +5:10.3
row 18 : 59 | 62 | sergey mikayelyan | armenia | 1:19:04.3 | +5:55.0
row 19 : 62 | 61 | javier gutierrez | spain | 1:19:48.7 | +6:39.4
row 20 : 66 | 59 | ondrej horyna | czech republic | 1:20:23.9 | +7:14.6
row 21 : 67 | 69 | imanol rojo | spain | 1:20:25.5 | +7:16.2
row 22 : 69 | 78 | andrew pohl | new zealand | 1:20:48.2 | +7:38.9
row 23 : 70 | 84 | callum smith | great britain | 1:22:01.3 | +8:52.0
row 24 : 72 | 85 | artur yeghoyan | armenia | 1:22:22.9 | +9:13.6
row 25 : None | 77 | andrej buric | croatia | lap | None
row 26 : None | 79 | viorel andrei palici | romania | lap | None
row 27 : None | 81 | tadevos poghosy | armenia | lap | None
row 28 : None | 89 | mark van der ploeg | australia | lap | None
row 29 : None | 90 | cesar baena | venezuela | lap | None
row 30 : None | 91 | viossi-akpedje mad | togo | lap | None
row 31 : None | 94 | dachhiri sherpa | nepal | lap | None
row 32 : None | 72 | oleksii kraso | ukraine | dnf | None ] Execute this SQL based on the above table: select country order by rank asc limit 1 | norway |
[ header: year | film | director | producer | writer | notes row 1 : 1953 | the sea around us | yes | yes | yes | documentary academy award for best documentary feature
row 2 : 1954 | dangerous mission | None | yes | None | None
row 3 : 1956 | the animal world | yes | yes | yes | documentary
row 4 : 1957 | the story of mankind | yes | yes | yes | documentary
row 5 : 1960 | the big circus | None | yes | yes | None
row 6 : 1960 | the lost world | yes | yes | yes | None
row 7 : 1961 | voyage to the bottom of the sea | yes | yes | yes | None
row 8 : 1962 | five weeks in a balloon | yes | yes | yes | None
row 9 : 1972 | the poseidon adventure | yes | yes | None | directed action sequences only nominated-gold
row 10 : 1974 | the towering inferno | None | yes | None | nominated-academy award for best
row 11 : 1978 | the swarm | yes | yes | None | None
row 12 : 1979 | beyond the poseidon adventure | yes | yes | None | None
row 13 : 1980 | when time ran out | None | yes | None | None
row 14 : 1983 | cave-in! | None | yes | None | None ] Execute this SQL based on the above table: select count ( year ) where year = 1974 | 1 |
[ 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 result where flight = 'f4' order by orbit desc limit 1 | success |
[ header: year | competition | location | event | final-rank | final-score | qualifying rank | qualifying score row 1 : 2008 | 2008 summer olympics | beijing | team | 2 | 186.525 | 2 | 246.8
row 2 : 2008 | 2008 summer olympics | beijing | uneven bars | dnq | None | 23 | 14.8
row 3 : 2008 | olympic trials | philadelphia | all around | 4 | 61.85 | 4 | 61.4
row 4 : 2008 | olympic trials | philadelphia | balance beam | 4 | 15.55 | 4 | 15.8
row 5 : 2008 | olympic trials | philadelphia | floor exercise | 2 | 15.5 | 3 | 15.65
row 6 : 2008 | olympic trials | philadelphia | uneven bars | 6 | 15.2 | 5 | 15.3
row 7 : 2008 | olympic trials | philadelphia | vault | 4 | 15.15 | 3 | 15.1
row 8 : 2008 | u.s. championships | boston | all around | 4 | 61.25 | 4 | 60.75
row 9 : 2008 | u.s. championships | boston | balance beam | 5 | 16 | 5 | 15.4
row 10 : 2008 | u.s. championships | boston | floor exercise | 10 | 14.75 | 4 | 15.2
row 11 : 2008 | u.s. championships | boston | uneven bars | 6 | 15.55 | 6 | 15.15
row 12 : 2008 | american cup | new york city | all around | 3 | 63.075 | 3 | 63.075 ] Execute this SQL based on the above table: select event where qualifying rank < ( select qualifying rank where event = 'uneven bars' ) order by qualifying rank desc limit 1 | uneven bars |
[ header: year | single | us cashbox | us hot 100 | uk singles row 1 : 1969 | "rock & roll holiday" | None | None | None
row 2 : 1970 | "be-bop confidential" | None | None | None
row 3 : 1971 | "roadrunner" | None | None | None
row 4 : 1971 | "that's fine" | None | None | None
row 5 : 1972 | "the red back spider" | 85 | 96 | None
row 6 : 1973 | "let your yeah be yeah" | 60 | 57 | 52
row 7 : 1973 | "smokin' in the boys room | 2 | 3 | 27
row 8 : 1974 | "i'm the leader of the gang | 26 | 48 | None
row 9 : 1974 | "kings of the party" | 31 | 31 | None
row 10 : 1974 | "i got it bad for you" | None | None | None
row 11 : 1977 | "lady (put the light on me | 44 | 46 | None
row 12 : 1977 | "the martian boogie" | 45 | 59 | None
row 13 : 1979 | "love stealer" | None | None | None ] Execute this SQL based on the above table: select single where single = '"love stealer"' | "love stealer" |
[ header: res. | record | opponent | method | event | date | round | time | location | notes row 1 : win | 12-3 | mike hayes | ko (punch) | ksw 25: khali | december 7, 2013 | 1 | 1:12 | wrocław, poland | None
row 2 : win | 11-3 | nick moghadden | tko (punches) | bellator 99 | september 13, 2013 | 1 | 3:22 | temecula, california | bellator debut
row 3 : loss | 10-3 | guto inocente | decision (unanimous) | strikeforce: barnett vs. cor | may 19, 2012 | 3 | 5:00 | san jose, californ | light heavyweight debut
row 4 : win | 10-2 | brett albee | tko (strikes) | strikeforce: diaz vs. | april 9, 2011 | 1 | 1:46 | san diego, californ | None
row 5 : loss | 9-2 | lavar johnson | ko (punches) | strikeforce challengers: bowling v | october 22, 2010 | 1 | 2:17 | fresno, californ | None
row 6 : win | 9-1 | eddie sapp | submission (rear-naked choke) | native fighting championship 6 | august 14, 2010 | 1 | 2:01 | campo, california, | None
row 7 : loss | 8-1 | cody goodale | decision (unanimous) | gladiator challenge: maximum force | april 25, 2010 | 3 | 5:00 | san jacinto, cali | None
row 8 : win | 8-0 | ovince st. preux | tko (punches) | top combat championship 1 | september 26, 2009 | 2 | 0:46 | san juan, puerto | None
row 9 : win | 7-0 | william richey | decision (unanimous) | called out mma 1 | august 15, 2009 | 3 | 5:00 | ontario, california | None
row 10 : win | 6-0 | buckley acosta | tko (punches) | gladiator challenge: venom | april 23, 2009 | 1 | 2:59 | pauma valley, californi | None
row 11 : win | 5-0 | dave diaz | submission | gc 85: cross fire | october 25, 2008 | 1 | 1:41 | san diego, californ | None
row 12 : win | 4-0 | abraham ramirez | tko (punches) | apocalypse fights | august 7, 2008 | 1 | None | None | None
row 13 : win | 3-0 | ty montgomery | tko (punches) | galaxy productions | august 24, 2007 | 1 | 0:41 | california, united states | None
row 14 : win | 2-0 | tom hubert | tko (doctor stoppage | total combat 10 | october 15, 2005 | 2 | 1:54 | san diego, californ | None
row 15 : win | 1-0 | denis hall | tko (punches) | cff: cobra classic 9 | april 16, 2003 | 1 | 0:58 | anza, california, | None ] Execute this SQL based on the above table: select abs ( round - round ) where round = 3 | 0.0, 0.0, 0.0 |
[ header: player | matches | innings | not out | runs | high score | average | strike rate | 100s | 50s row 1 : anthony mcgrath | 9 | 9 | 2 | 392 | 72 | 56 | 132.43 | 0 | 4
row 2 : jacques rudolph | 9 | 8 | 1 | 191 | 56 | 27.29 | 129.05 | 0 | 1
row 3 : darren gough | 9 | 4 | 3 | 26 | 20 | 26 | 136.84 | 0 | 0
row 4 : gerard brophy | 9 | 9 | 1 | 177 | 57 | 22.13 | 113.46 | 0 | 1
row 5 : andrew gale | 9 | 9 | 2 | 106 | 45 | 15.14 | 86.18 | 0 | 0
row 6 : michael vaughan | 7 | 7 | 0 | 104 | 34 | 14.86 | 138.67 | 0 | 0
row 7 : craig white | 2 | 2 | 0 | 26 | 26 | 13 | 92.86 | 0 | 0
row 8 : tim bresnan | 9 | 8 | 3 | 58 | 15 | 11.6 | 85.29 | 0 | 0
row 9 : chris taylor | 2 | 2 | 1 | 10 | 10 | 10 | 111.11 | 0 | 0
row 10 : simon guy | 4 | 2 | 0 | 11 | 7 | 5.5 | 78.57 | 0 | 0
row 11 : richard pyrah | 9 | 5 | 2 | 16 | 8 | 5.33 | 114.29 | 0 | 0
row 12 : adil rashid | 8 | 6 | 2 | 18 | 10 | 4.5 | 94.74 | 0 | 0
row 13 : adam lyth | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 14 : david wainwright | 2 | 1 | 1 | 3 | 3 | None | 33.33 | 0 | 0
row 15 : matthew hoggard | 9 | 0 | 0 | 0 | 0 | None | None | 0 | 0
row 16 : azeem rafi | 1 | 0 | 0 | 0 | 0 | None | None | 0 | 0
row 17 : total batting | 99 | 73 | 18 | 1138 | 72 | 20.69 | 116 | 0 | 6 ] Execute this SQL based on the above table: select count ( player ) where runs = 1 | 0 |
[ header: series | launch date | finale date | days | housemates | winner | main presenter | grand prize | liveshow audience millions row 1 : grande fratello 1 | 14 september 2000 | 21 december 2000 | 99 | 10 | cristina plevani | daria bignardi | £250,000,000 (nowadays €12 | 9.82
row 2 : grande fratello 2 | 20 september 2001 | 20 december 2001 | 92 | 16 | flavio montrucchio | daria bignardi | £250,000,000 (nowadays €12 | 8
row 3 : grande fratello 3 | 30 january 2003 | 8 may 2003 | 99 | 16 | floriana secondi | barbara d'urso | €241,000 (reduced from €300 | 8
row 4 : grande fratello 4 | 22 january 2004 | 6 may 2004 | 106 | 15 | serena garitta | barbara d'urso | €300,000 | 8.44
row 5 : grande fratello 5 | 23 september 2004 | 2 december 2004 | 71 | 17 | jonathan kashanian | barbara d'urso | €250,000 | 6.86
row 6 : grande fratello 6 | 19 january 2006 | 27 april 2006 | 99 | 18 | augusto de megni | alessia marcuzzi | €900,000 (reduced from € | 6.51
row 7 : grande fratello 7 | 18 january 2007 | 19 april 2007 | 92 | 19 | milo coretti | alessia marcuzzi | €500,000 | 5.57
row 8 : grande fratello 8 | 21 january 2008 | 21 april 2008 | 92 | 21 | mario ferretti | alessia marcuzzi | €500,000 | 5.46
row 9 : grande fratello 9 | 12 january 2009 | 20 april 2009 | 99 | 23 | ferdi berisa | alessia marcuzzi | €300,000 | 6.63
row 10 : grande fratello 10 | 26 october 2009 | 8 march 2010 | 134 | 26 | mauro marin | alessia marcuzzi | €250,000 | 6.16
row 11 : grande fratello 11 | 18 october 2010 | 18 april 2011 | 183 | 35 | andrea cocco | alessia marcuzzi | €300,000 (extended from €2 | 5.43
row 12 : grande fratello 12 | 24 october 2011 | 1 april 2012 | 161 | 36 | sabrina mbarek | alessia marcuzzi | €240,000 (reduced from €2 | 3.85
row 13 : grande fratello 13 | 3 march 2014 | early june | 92 | 15 | None | alessia marcuzzi | €250,000 | None ] Execute this SQL based on the above table: select series where series != 'grande fratello 3' and liveshow audience millions = ( select liveshow audience millions where series = 'grande fratello 3' ) | grande fratello 2 |
[ header: map (coordinates) | municipality | area (square kilometers) (square miles) | population | mesoregion | microregion row 1 : 6°26′8′′s 36°38 | acari | 608.565 (234.967) | 11035 | central potiguar | serido oriental
row 2 : 6°11′40′′s 35°9 | ares | 112.584 (43.469) | 12931 | leste potiguar | litoral sul
row 3 : 5°41′50′′s 36°31 | fernando pedroza | 322.540 (124.533) | 2850 | central potiguar | angicos
row 4 : 6°8′57′′s 35°26 | lagoa de pedras | 117.660 (45.429) | 6992 | agreste potiguar | agreste potiguar
row 5 : 6°16′44′′s 35°22 | passagem | 41.235 (15.921) | 2899 | agreste potiguar | agreste potiguar
row 6 : 6°6′36′′s 37°18 | patu | 319.932 (123.526) | 11964 | oeste potiguar | umarizal
row 7 : 5°4′4′′s 36°46 | porto do mangue | 418.636 (161.635) | 5217 | oeste potiguar | vale do acu
row 8 : 5°58′30′′s 38°9 | sao francisco do o | 75.550 (29.170) | 3874 | oeste potiguar | pau dos ferros
row 9 : 6°6′36′′s 37°57 | serrinha dos pintos | 122.644 (47.353) | 4538 | oeste potiguar | umarizal
row 10 : 6°20′53′′s 35°22 | varzea | 67.245 (25.963) | 5227 | agreste potiguar | agreste potiguar ] Execute this SQL based on the above table: select population where mesoregion = 'agreste potiguar' | 6992.0, 2899.0, 5227.0 |
[ header: term (french) | description | temperature range | temperature range | usda recommended row 1 : extra-rare or blue (bleu) | very red and cold | 46-49 °c | 115-120 °f | None
row 2 : rare (saignant) | cold red center; soft | 52-55 °c | 125-130 °f | None
row 3 : medium rare (a point) | warm red center; firmer | 55-60 °c | 130-140 °f | 145 °f
row 4 : medium (demi-anglais) | pink and firm | 60-65 °c | 140-150 °f | 160 °f
row 5 : medium well (cuit) | small amount of pink in the center | 65-69 °c | 150-155 °f | None
row 6 : well done (bien cuit) | gray-brown throughout; firm | 71-100 °c | 160-212 °f | 170 °f
row 7 : over cooked (trop cuit, carbonise | blacken throughout; hard | > 100 °c | > 212 °f | 300 °f ] Execute this SQL based on the above table: select term (french) order by usda recommended asc limit 1 | extra-rare or blue (bleu) |
[ header: polling firm | month | link | favor | oppose row 1 : rutgers-eagleton | march 2014 | None | 64 | 28
row 2 : quinnipiac | july 2013 | None | 60 | 31
row 3 : rutgers-eagleton | june 2013 | None | 59 | 30
row 4 : quinnipiac | march 2013 | None | 64 | 30
row 5 : public policy polling | november 2012 | None | 53 | 36
row 6 : quinnipiac | february 2012 | None | 57 | 37
row 7 : rutgers-eagleton | february 2012 | None | 54 | 35
row 8 : quinnipiac | january 2012 | None | 52 | 42
row 9 : rutgers-eagleton | october 2011 | None | 52 | 39
row 10 : rutgers-eagleton | august 2011 | None | 52 | 32
row 11 : public policy polling | july 2011 | None | 47 | 42
row 12 : quinnipiac | november 2009 | None | 46 | 49
row 13 : rutgers-eagleton | november 2009 | None | 50 | 42
row 14 : quinnipiac | april 2009 | None | 49 | 43
row 15 : zogby international | august 2008 | None | 50 | 42
row 16 : zogby international | august 2007 | None | 48.1 | 44.6
row 17 : rasmussen reports | july 2006 | None | 42 | 54
row 18 : rutgers-eagleton | june 2006 | pdf | 49 | 44
row 19 : zogby international | february 2006 | None | 56 | 39
row 20 : zogby international | april 2005 | html | 54.5 | 40.1
row 21 : rutgers-eagleton | september 2003 | pdf | 43 | 50
row 22 : zogby international | july 2003 | None | 55 | 41 ] Execute this SQL based on the above table: select month group by month order by count ( * ) desc limit 1 | november 2009 |
[ header: rank | player | county | tally | total | opposition row 1 : 1 | eamonn flynn | dublin | 3-5 | 14 | wexford
row 2 : 1 | charlie mccarthy | cork | 2-8 | 14 | galway
row 3 : 3 | paddy fahy | galway | 2-7 | 13 | kildare
row 4 : 5 | charlie mccarthy | cork | 3-3 | 12 | offaly
row 5 : 5 | michael moroney | clare | 2-6 | 12 | dublin
row 6 : 5 | declan lovett | kerry | 1-9 | 12 | galway
row 7 : 9 | ger cuddy | laois | 3-2 | 11 | wicklow
row 8 : 9 | pat enright | waterford | 2-5 | 11 | kerry
row 9 : 9 | pat enright | waterford | 1-8 | 11 | laois
row 10 : 9 | johnny walsh | kildare | 0-11 | 11 | waterford
row 11 : 9 | eddie keher | kilkenny | 0-11 | 11 | wexford
row 12 : 14 | brendan cummins | cork | 3-1 | 10 | wexford
row 13 : 14 | p. j. molloy | galway | 3-1 | 10 | kerry
row 14 : 14 | nick behan | kildare | 3-1 | 10 | kerry
row 15 : 14 | seanie o'leary | cork | 3-1 | 10 | limerick
row 16 : 14 | michael keating | tipperary | 2-4 | 10 | wexford
row 17 : 14 | declan lovett | kerry | 2-4 | 10 | waterford
row 18 : 14 | michael keating | tipperary | 2-4 | 10 | dublin
row 19 : 14 | eddie keher | kilkenny | 2-4 | 10 | dublin
row 20 : 14 | mick dwan | kildare | 2-4 | 10 | antrim
row 21 : 14 | charlie mccarthy | cork | 1-7 | 10 | kilkenny
row 22 : 14 | paddy fahy | galway | 0-10 | 10 | kerry
row 23 : 14 | johnny walsh | kildare | 0-10 | 10 | westmeath
row 24 : 27 | p flynn | wexford | 3-0 | 9 | offaly
row 25 : 27 | n casey | clare | 3-0 | 9 | cork
row 26 : 27 | willie moore | limerick | 3-0 | 9 | cork
row 27 : 27 | ger cuddy | laois | 3-0 | 9 | westmeath
row 28 : 27 | tom ryan | galway | 3-0 | 9 | laois
row 29 : 27 | seanie o'leary | cork | 3-0 | 9 | offaly
row 30 : 27 | p flynn | wexford | 2-3 | 9 | cork
row 31 : 27 | eddie keher | kilkenny | 2-3 | 9 | limerick
row 32 : 27 | johnny walsh | kildare | 1-6 | 9 | galway
row 33 : 27 | francis loughnane | tipperary | 1-6 | 9 | cork
row 34 : 27 | richie bennis | limerick | 1-6 | 9 | cork
row 35 : 27 | pat enright | waterford | 0-9 | 9 | kildare
row 36 : 27 | johnny walsh | kildare | 0-9 | 9 | kerry ] Execute this SQL based on the above table: select player where player = 'michael moroney' | michael moroney |
[ header: date | location | winning team | winning team | losing team | losing team | notes row 1 : november 12, 2006 | christl arena (west point) | pittsburgh men | 86 | western michigan men | 67 | pitt/wmu men's game
row 2 : november 12, 2006 | christl arena (west point) | ohio state | 77 | army | 41 | pitt/wmu men's game
row 3 : december 8, 2007 | madison square garden (new york city) | duke | 51 | pittsburgh | 49 | first maggie dixon classic at madison
row 4 : december 8, 2007 | madison square garden (new york city) | rutgers | 75 | army | 68 | first maggie dixon classic at madison
row 5 : december 14, 2008 | madison square garden (new york city) | rutgers | 59 | army | 38 | uconn - won national championship
row 6 : december 14, 2008 | madison square garden (new york city) | connecticut | 77 | penn state | 63 | uconn - won national championship
row 7 : december 13, 2009 | madison square garden (new york city) | baylor | 68 | boston college | 55 | None
row 8 : december 13, 2009 | madison square garden (new york city) | tennessee | 68 | rutgers | 54 | None
row 9 : december 19, 2010 | madison square garden (new york city) | texas a&m | 79 | rutgers | 50 | a&m - won national championship;
row 10 : december 19, 2010 | madison square garden (new york city) | connecticut | 81 | ohio state | 50 | a&m - won national championship;
row 11 : december 11, 2011 | madison square garden (new york city) | baylor | 73 | st. johns | 59 | baylor - won national championship;
row 12 : december 11, 2011 | madison square garden (new york city) | tennessee | 84 | depaul | 61 | baylor - won national championship;
row 13 : december 9, 2012 | madison square garden (new york city) | rutgers | 73 | louisiana tech | 46 | la tech - won inaugural ncaa
row 14 : december 9, 2012 | madison square garden (new york city) | duke | 60 | st. johns | 42 | la tech - won inaugural ncaa
row 15 : december 22, 2013 | madison square garden (new york city) | st. johns | 72 | texas a&m | 70 | None
row 16 : december 22, 2013 | madison square garden (new york city) | connecticut | 80 | california | 47 | None ] Execute this SQL based on the above table: select count ( losing team ) where abs ( losing team - location ) <= 768 | 16 |
[ header: standard 1 | standard 2 | standard 3 | standard 4 | standard 5 | standard 6 | standard 7 | standard 8 row 1 : 1.5.1 describe the relationship between healthy behaviors and personal | 2.5.1 describe how family influences personal health practices and | 3.5.1 identify characteristics of valid health information, products | 4.5.1 demonstrate effective verbal and nonverbal | 5.5.1 identify health-related situations that might require | 6.5.1 set a personal health goal and track | 7.5.1 identify responsible personal health behaviors. 7.5.2 | 8.5.1 express opinions and give accurate information about health ] Execute this SQL based on the above table: select count ( * ) where standard 5 = '5.5.1 identify health-related situations that might require a thoughtful decision. 5.5.2 analyze when assistance is needed in making a health-related decision. 5.5.3 list healthy options to health-related issues or problems. 5.5.4 predict the potential outcomes of each option when making a health-related decision. 5.5.5 choose a healthy option when making a decision. 5.5.6 describe the outcomes of a health-related decision' | 0 |
[ header: persian unit | persian name | relation to previous unit | metric value | imperial value row 1 : finger | aiwas | None | ≈ 20 mm | ≈ 0.8 in
row 2 : hand | dva | 5 aiwas | ≈ 100 mm | ≈ 4 in
row 3 : foot | trayas | 3 dva | ≈ 300 mm | ≈ 1 foot
row 4 : four-hands | remen | 4 dva | ≈ 400 mm | ≈ 16 in
row 5 : cubit (five-hands) | pank'a dva | 5 dva | ≈ 500 mm | ≈ 20 in
row 6 : great cubit (six-hands) | (k)swacsh | 6 dva | ≈ 600 mm | ≈ 2 ft
row 7 : pace | pank'a | 5 trayas | ≈ 1.5 m | ≈ 5 ft
row 8 : ten-foot | daca trayas | pank'a | ≈ 3 m | ≈ 10 ft
row 9 : hundred-foot | chebel | 8 daca trayas | ≈ 24 m | ≈ 80 ft
row 10 : league, the distance a horse could walk in | parasang | 250 chebel | ≈ 6 km | ≈ 3.75 miles
row 11 : mansion, one day's march on the | (greek stathmos) | 4 or 5 parasang | ≈ 24-30 km | ≈ 14-18 miles ] Execute this SQL based on the above table: select persian name where id = ( select id where persian name = '(greek stathmos)' ) - 1 | parasang |
[ header: name | location served | governorate | utilization | helipads | runways | shelters | squadrons | coordinates row 1 : tha'lah military airbase | tha'lah | as-suwayda | military | 0 | 1 | 16 | 765 squadron mi-25 766 squad | 32°42′19′′n 36°24
row 2 : hama military airport | hama | hama | military | 10 | 1 | 20 | 679 squadron mig-21mf | 35°07′05′′n 36°42
row 3 : hamdan military airbase | abu kamal | deir ez-zor | military | None | None | None | None | 34°28′55′′n 40°53
row 4 : khalkhalah military airbase | khalkhalah | as-suwayda | military | 20 | 2 | 30 | 945 squadron mig-21bis 9 | 33°03′40′′n 36°33
row 5 : kowaires military airbase | kowaires | aleppo | military flight training school | 0 | 1 | 11 | 3 squadron l-39za, | 36°11′13′′n 37°34
row 6 : marj al-sultan military | marj al-sultan | damascus | military | 35 | 1 | 0 | 525 squadron mi-8 hip c | 33°29′13′′n 36°28
row 7 : mezzeh military airport | mezzeh | damascus | military | 12 | 1 | 22 | 976 squadron sa-324 | 33°28′39′′n 36°13
row 8 : qabr al-sitt | beit sahem | rif dimashq | military | 20 | 1 | 0 | 532 squadron mi-2, mi-8 | 33°27′30′′n 36°21
row 9 : sayqal military airbase | sayqal | damascus | military | 0 | 2 | 44 | 697 squadron mig-29 6 | 33°40′56′′n 37°12
row 10 : shayrat air base | shayrat | homs | military | 0 | 2 | 40 | 675 squadron mig-23m | 34°29′24′′n 36°54 ] Execute this SQL based on the above table: select ( select coordinates where coordinates = '33°28′39′′n 36°13′24′′e / 33.47750°n 36.22333°e' ) > ( select coordinates where coordinates = '34°29′24′′n 36°54′32′′e / 34.49000°n 36.90889°e' ) | 0 |
[ header: | album | artist(s) | sales row 1 : 1 | vain elamaa | various artists | 164119
row 2 : 2 | koodi | robin | 117126
row 3 : 3 | vain elamaa | various artists | 81725
row 4 : 4 | chillaa | robin | 73439
row 5 : 5 | 21 | adele | 44297
row 6 : 6 | yhdesta puusta | jukka poika | 42429
row 7 : 7 | vie mut kotiin | jesse kaikuranta | 38985
row 8 : 8 | kun valaistun | chisu | 31541
row 9 : 9 | joululauluja | juha tapio | 29080
row 10 : 10 | hunningolla | erin | 27655 ] Execute this SQL based on the above table: select album where album in ( 'chillaa' , 'yhdesta puusta' ) order by sales desc limit 1 | chillaa |
[ header: state | type | name | title | royal house | from | to row 1 : chu | sovereign | huai | king | mi | 328 bc | 299 bc
row 2 : han | sovereign | xiang | marquis | None | 311 bc | 296 bc
row 3 : lu | sovereign | wen ii | duke | ji | 302 bc | 280 bc
row 4 : qi | sovereign | min | king | tian | 300 bc | 284 bc
row 5 : qin | sovereign | zhaoxiang | king | ying | 306 bc | 251 bc
row 6 : song | sovereign | kang | king | None | 328 bc | 286 bc
row 7 : wei | sovereign | xiang | king | None | 318 bc | 296 bc
row 8 : wey | sovereign | si jun | marquis | None | 334 bc | 293 bc
row 9 : yan | sovereign | zhao | king | None | 311 bc | 279 bc
row 10 : zhao | sovereign | wuling | king | None | 325 bc | 299 bc ] Execute this SQL based on the above table: select count ( type ) where from = '318 bc' | 1 |
[ header: pos | rider | manufacturer | laps | time/retired | grid | points row 1 : 1 | manuel poggiali | gilera | 25 | 41:18.211 | 1 | 25
row 2 : 2 | dani pedrosa | honda | 25 | 0.019 | 4 | 20
row 3 : 3 | steve jenkner | aprilia | 25 | 9.888 | 3 | 16
row 4 : 4 | lucio cecchinello | aprilia | 25 | 15.397 | 5 | 13
row 5 : 5 | simone sanna | aprilia | 25 | 15.452 | 8 | 11
row 6 : 6 | joan olive | honda | 25 | 15.486 | 20 | 10
row 7 : 7 | stefano bianco | aprilia | 25 | 15.549 | 11 | 9
row 8 : 8 | pablo nieto | aprilia | 25 | 16.218 | 2 | 8
row 9 : 9 | mika kallio | honda | 25 | 22.762 | 10 | 7
row 10 : 10 | mirko giansanti | honda | 25 | 22.839 | 16 | 6
row 11 : 11 | arnaud vincent | aprilia | 25 | 23.067 | 23 | 5
row 12 : 12 | andrea ballerini | honda | 25 | 23.134 | 18 | 4
row 13 : 13 | stefano perugini | italjet | 25 | 43.345 | 17 | 3
row 14 : 14 | jorge lorenzo | derbi | 25 | 43.973 | 7 | 2
row 15 : 15 | masao azuma | honda | 25 | 47.189 | 13 | 1
row 16 : 16 | jakub smrz | honda | 25 | 47.333 | 24 | None
row 17 : 17 | gianluigi scalvini | aprilia | 25 | 52 | 22 | None
row 18 : 18 | hector barbera | aprilia | 25 | +1:11.358 | 27 | None
row 19 : 19 | mattia angeloni | gilera | 25 | +1:11.488 | 29 | None
row 20 : 20 | alex baldolini | aprilia | 25 | +1:21.603 | 32 | None
row 21 : 21 | jaroslav hules | aprilia | 25 | +1:21.681 | 15 | None
row 22 : 22 | julian simon | honda | 25 | +1:31.723 | 26 | None
row 23 : 23 | imre toth | honda | 25 | +1:31.794 | 31 | None
row 24 : 24 | leon camier | italjet | 24 | +1 lap | 33 | None
row 25 : ret | chaz davies | aprilia | 18 | retirement | 21 | None
row 26 : ret | michel fabrizio | gilera | 14 | accident | 19 | None
row 27 : ret | youichi ui | derbi | 13 | accident | 6 | None
row 28 : ret | alex de angelis | aprilia | 13 | accident | 12 | None
row 29 : ret | angel rodriguez | aprilia | 4 | retirement | 25 | None
row 30 : ret | gino borsoi | aprilia | 0 | accident | 9 | None
row 31 : ret | andrea dovizioso | honda | 0 | accident | 14 | None
row 32 : ret | alessandro brannetti | honda | 0 | accident | 30 | None
row 33 : ret | alvaro bautista | aprilia | 0 | accident | 28 | None
row 34 : dnq | javier machado | honda | None | None | None | None ] Execute this SQL based on the above table: select count ( manufacturer ) where rider = 1008 | 0 |
[ header: name of president | picture | life span | year of presidency | place of conference row 1 : pherozeshah meh | 75px | 4 august 1845 - 1915 | 1890 | calcutta
row 2 : womesh chunder bonnerjee | None | 29 december 1844 - 1906 | 1892 | allahabad
row 3 : surendranath banerjee | None | 10 november 1848 - 1925 | 1895 | poona
row 4 : rahimtulla m. say | None | 5 april 1847 - 19 | 1896 | calcutta
row 5 : anandamohan bose | None | 23 september 1847 - 1906 | 1898 | madras
row 6 : romesh chunder dutt | None | 13 august 1848 - 1909 | 1899 | lucknow
row 7 : henry cotton | None | 1845-1915 | 1904 | bombay
row 8 : dadabhai naoroji | None | 4 september 1825 - 1917 | 1906 | calcutta
row 9 : nawab syed muhammad | None | None | 1913 | karachi
row 10 : annie besant | None | 1 october 1847 - | 1917 | calcutta
row 11 : madan mohan malaviya | None | 25 december 1861 - 1946 | 1918 | delhi
row 12 : hakim ajmal khan | None | 1863- 29 december 1927 | 1921 | ahmedabad
row 13 : mohammad ali jouhar | None | 10 december 1878- 4 jan | 1923 | kakinada
row 14 : mohandas gandhi | None | 2 october 1869- 30 | 1924 | belgaum
row 15 : sarojini naidu | None | 13 february 1879- 2 march 1949 | 1925 | kanpur
row 16 : madan mohan malaviya | None | 25 december 1861 - 1946 | 1932 | delhi
row 17 : jawaharlal nehru | None | 14 november 1889- 27 may 1964 | 1936 | lucknow
row 18 : jawaharlal nehru | None | 14 november 1889- 27 may 1964 | 1954 | calcutta
row 19 : u. n. dhebar | None | 21 september 1905 - 1977 | 1957 | indore
row 20 : neelam sanji | None | 19 may 1913- 1 june 1996 | 1960 | bangalore
row 21 : neelam sanji | None | 19 may 1913- 1 june 1996 | 1962 & 63 | patna
row 22 : k. kamaraj | None | 15 july 1903- 2 o | 1964 | bhubaneswar
row 23 : p. mehul | None | 10 december 1902- 9 august 2000 | 1969 | faridabad
row 24 : indira gandhi | None | 19 november 1917 - 31 o | 1978 - 83 | delhi
row 25 : sonia gandhi | None | 9 december 1946- | 1998-present | calcutta ] Execute this SQL based on the above table: select count ( * ) where name of president = 'indira gandhi' and name of president = 'sonia gandhi' | 0 |
[ 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 ( * ) where best score >= 181 | 0 |
[ header: year | position row 1 : 1957 | did not enter
row 2 : 1959 | did not enter
row 3 : 1962 | did not enter
row 4 : 1963 | did not enter
row 5 : 1965 | did not enter
row 6 : 1968 | did not qualify
row 7 : 1970 | did not qualify
row 8 : 1972 | round 1
row 9 : 1974 | withdrew
row 10 : 1976 | did not qualify
row 11 : 1978 | did not qualify
row 12 : 1980 | did not qualify
row 13 : 1982 | did not qualify
row 14 : 1984 | round 1
row 15 : 1986 | did not qualify
row 16 : 1988 | did not qualify
row 17 : 1990 | withdrew
row 18 : 1992 | did not qualify
row 19 : 1994 | withdrew during qualifying
row 20 : 1996 | did not qualify
row 21 : 1998 | round 1
row 22 : 2000 | round 1
row 23 : 2002 | round 1
row 24 : 2004 | did not qualify
row 25 : 2006 | round 1
row 26 : 2008 | did not qualify
row 27 : 2010 | withdrew due to rebel attack
row 28 : 2012 | did not qualify
row 29 : 2013 | quarter-final ] Execute this SQL based on the above table: select count ( position ) where position = 'withdrew' | 2 |
[ header: year | competition | venue | position | notes row 1 : 2005 | european u23 championships | erfurt, germany | 7th | 72.81 m
row 2 : 2008 | olympic games | beijing, china | 8th | 82.06 m (=pb
row 3 : 2009 | universiade | belgrade, serbia | 5th | 78.29 m
row 4 : 2010 | european championships | barcelona, spain | 14th (q) | 76.29 m
row 5 : 2012 | olympic games | london, united kingdom | 15th (q) | 80.06 m
row 6 : 2013 | world championships | moscow, russia | 32nd (q) | 72.66 m ] Execute this SQL based on the above table: select sum ( year ) | 12057 |
[ header: player | played | legs won | legs lost | lwat | 100+ | 140+ | 180s | high checkout | 3-dart average row 1 : phil taylor | 5 | 74 | 20 | 34 | 130 | 77 | 44 | 144 | 105.73
row 2 : raymond van barneveld | 3 | 35 | 30 | 9 | 85 | 43 | 17 | 126 | 98.10
row 3 : gary anderson | 2 | 17 | 19 | 4 | 42 | 28 | 10 | 151 | 97.98
row 4 : kevin painter | 2 | 13 | 16 | 5 | 32 | 18 | 8 | 130 | 96.71
row 5 : mervyn king | 4 | 45 | 38 | 16 | 112 | 66 | 18 | 147 | 96.30
row 6 : co stompe | 1 | 7 | 10 | 2 | 26 | 9 | 4 | 127 | 95.84
row 7 : james wade | 3 | 33 | 26 | 10 | 75 | 47 | 12 | 153 | 95.73
row 8 : andy smith | 1 | 5 | 10 | 1 | 19 | 15 | 1 | 112 | 95.29
row 9 : terry jenkins | 5 | 61 | 58 | 20 | 157 | 80 | 26 | 131 | 94.08
row 10 : adrian lewis | 3 | 26 | 28 | 13 | 63 | 40 | 13 | 156 | 93.69
row 11 : ronnie baxter | 4 | 54 | 49 | 18 | 142 | 49 | 19 | 132 | 93.35
row 12 : alan tabern | 2 | 24 | 21 | 8 | 66 | 32 | 7 | 157 | 92.68
row 13 : steve beaton | 2 | 18 | 20 | 8 | 52 | 23 | 5 | 110 | 92.58
row 14 : vincent van der voort | 3 | 29 | 28 | 9 | 71 | 42 | 13 | 131 | 92.57
row 15 : jelle klaasen | 1 | 8 | 10 | 2 | 24 | 4 | 4 | 71 | 92.19
row 16 : mark walsh | 2 | 21 | 18 | 9 | 49 | 26 | 9 | 121 | 92.02
row 17 : wes newton | 1 | 3 | 10 | 1 | 16 | 3 | 5 | 96 | 91.92
row 18 : michael van gerwen | 1 | 3 | 10 | 0 | 14 | 6 | 1 | 126 | 91.26
row 19 : andy hamilton | 1 | 6 | 10 | 2 | 21 | 7 | 4 | 120 | 91.18
row 20 : denis ovens | 2 | 22 | 19 | 12 | 64 | 32 | 5 | 125 | 90.63
row 21 : wayne jones | 1 | 7 | 10 | 4 | 26 | 12 | 4 | 121 | 90.06
row 22 : peter wright | 1 | 4 | 10 | 1 | 17 | 9 | 2 | 96 | 89.39
row 23 : colin osborne | 1 | 7 | 10 | 4 | 18 | 13 | 2 | 116 | 89.18
row 24 : dennis priestley | 1 | 5 | 10 | 3 | 22 | 13 | 2 | 84 | 89.06
row 25 : robert thornton | 1 | 4 | 10 | 1 | 17 | 9 | 3 | 56 | 88.88
row 26 : mark dudbridge | 1 | 7 | 10 | 5 | 17 | 10 | 3 | 109 | 88.28
row 27 : wayne mardle | 2 | 16 | 14 | 6 | 36 | 22 | 4 | 115 | 87.27
row 28 : jamie caven | 1 | 3 | 10 | 0 | 13 | 6 | 2 | 120 | 86.95
row 29 : john part | 1 | 6 | 10 | 2 | 19 | 5 | 4 | 76 | 86.62 ] Execute this SQL based on the above table: select count ( player ) where high checkout >= 1817 and 100+ > 157 | 0 |
[ header: year | tournament | venue | played | won | lost | tied | n/r | result row 1 : 1989-90 | world series | australia | 8 | 6 | 2 | 0 | 0 | won
row 2 : 1990-91 | world series | australia | 10 | 9 | 1 | 0 | 0 | won
row 3 : 1991-92 | world series | australia | 10 | 7 | 2 | 0 | 1 | won
row 4 : 1992 | 5th world cup | aust/nz | 8 | 4 | 4 | 0 | 0 | eliminated
row 5 : 1992 | v sri lanka | sri lanka | 3 | 1 | 2 | 0 | 0 | lost
row 6 : 1993 | v new zealand | new zealand | 5 | 3 | 2 | 0 | 0 | won
row 7 : 1993 | texaco trophy | england | 3 | 3 | 0 | 0 | 0 | won
row 8 : 1993-94 | world series | australia | 11 | 7 | 4 | 0 | 0 | won
row 9 : 1994 | v south africa | south africa | 8 | 4 | 4 | 0 | 0 | drawn
row 10 : 1994 | wills triangular series | pakistan | 6 | 5 | 1 | 0 | 0 | won
row 11 : 1994-95 | world series | australia | 4 | 3 | 1 | 0 | 0 | won
row 12 : 1995 | nz centenary t'ment | new zealand | 4 | 3 | 1 | 0 | 0 | won
row 13 : 1995 | v west indies | west indies | 5 | 1 | 4 | 0 | 0 | lost
row 14 : 1995-96 | world series | australia | 10 | 7 | 3 | 0 | 0 | won
row 15 : 1996 | singer world series | sri lanka | 4 | 2 | 2 | 0 | 0 | runner-up
row 16 : 1996 | titan cup | india | 5 | 0 | 5 | 0 | 0 | eliminated
row 17 : 1997 | v south africa | south africa | 7 | 4 | 3 | 0 | 0 | won
row 18 : 1997 | texaco trophy | england | 3 | 0 | 3 | 0 | 0 | lost
row 19 : 1998 | v new zealand | australia | 4 | 2 | 2 | 0 | 0 | drawn
row 20 : 1998 | pepsi triangular series | india | 5 | 3 | 2 | 0 | 0 | won
row 21 : 1998 | coca-cola cup | sharjah | 5 | 4 | 1 | 0 | 0 | runner-up
row 22 : 1998 | wills cup | bangladesh | 1 | 0 | 1 | 0 | 0 | eliminated
row 23 : 1998 | v pakistan | pakistan | 3 | 3 | 0 | 0 | 0 | won
row 24 : 1999 | cub series | australia | 12 | 9 | 3 | 0 | 0 | won
row 25 : 1999 | v west indies | west indies | 7 | 3 | 3 | 1 | 0 | drawn
row 26 : 1999 | 7th world cup | uk/ire/neth | 10 | 7 | 2 | 1 | 0 | won
row 27 : 1999 | aiwa cup | sri lanka | 5 | 4 | 1 | 0 | 0 | runner-up
row 28 : 1999 | v zimbabwe | zimbabwe | 3 | 3 | 0 | 0 | 0 | won ] Execute this SQL based on the above table: select tournament order by lost limit 1 | texaco trophy |
[ header: title | release | 6th gen | handheld | note row 1 : buggy grand prix: kattobi! | 2003 | playstation 2 | None | None
row 2 : gunbird special edition / gunbird 1& | 2004 | playstation 2 | None | None
row 3 : psikyo shooting collection vol. | 2004 | playstation 2 | None | released and published in europe by play it as
row 4 : psikyo shooting collection vol. | 2004 | playstation 2 | None | None
row 5 : psikyo shooting collection vol. | 2004 | playstation 2 | None | None
row 6 : taisen hot gimmick | 2004 | playstation 2 | None | None
row 7 : sengoku cannon | 2005 | None | psp | None
row 8 : taisen hot gimmick | 2005 | playstation 2 | None | None ] Execute this SQL based on the above table: select title where release = ( select min ( release ) ) | buggy grand prix: kattobi! dai-sakusen |
[ header: network name | flagship | programming type | owner | affiliates row 1 : canal de las estrellas | xew 2 | soap operas, retro movies and sports | televisa | 5
row 2 : canal 5 | xhgc 5 | cartoons, movies, and series | televisa | 4
row 3 : tv mas | xhgv 4 | educational and cultural | gobierno de veracruz | 8
row 4 : azteca 7 | xhimt 7 | movies, series, and sports | tv azteca | 3
row 5 : galavision | xeq 9 | retro and sports | televisa | 2
row 6 : once tv | xeipn 11 | educational | instituto politecnico nac | 2
row 7 : azteca 13 | xhdf 13 | news, soap operas, and sports | tv azteca | 4
row 8 : televisa regional | None | select from televisa networks | televisa | 2 ] Execute this SQL based on the above table: select programming type where id = ( select id where programming type = 'movies, series, and sports' ) - 1 | educational and cultural |
[ header: year | winner | second | third | starters row 1 : 2013 | new year's day | havana | strong mandate | 13
row 2 : 2012 | shanghai bobby | he's had enough | capo bastone | 9
row 3 : 2011 | hansen | union rags | creative cause | 13
row 4 : 2010 | uncle mo | boys at toscanova | rogue romance | 11
row 5 : 2009 | vale of york | lookin at lucky | noble's promise | 13
row 6 : 2008 | midshipman | square eddie | street hero | 12
row 7 : 2007 | war pass | pyro | kodiak kowboy | 11
row 8 : 2006 | street sense | circular quay | great hunter | 14
row 9 : 2005 | stevie wonderboy | henny hughes | first samurai | 14
row 10 : 2004 | wilko | afleet alex | sun king | 8
row 11 : 2003 | action this day | minister eric | chapel royal | 12
row 12 : 2002 | vindication | kafwain | hold that tiger | 13
row 13 : 2001 | johannesburg | repent | siphonic | 12
row 14 : 2000 | macho uno | point given | street cry | 14
row 15 : 1999 | anees | chief seattle | high yield | 14
row 16 : 1998 | answer lively | aly's alley | cat thief | 13
row 17 : 1997 | favorite trick | dawson's legacy | nationalore | 8
row 18 : 1996 | boston harbor | acceptable | ordway | 10
row 19 : 1995 | unbridled's song | hennessy | editor's note | 13
row 20 : 1994 | timber country | eltish | tejano run | 13
row 21 : 1993 | brocco | blumin affair | tabasco cat | 11
row 22 : 1992 | gilded time | it'sali'lknownfact | river special | 13
row 23 : 1991 | arazi | bertrando | snappy landing | 14
row 24 : 1990 | fly so free | take me out | lost mountain | 11
row 25 : 1989 | rhythm | grand canyon | slavic | 12
row 26 : 1988 | is it true | easy goer | tagel | 10
row 27 : 1987 | success express | regal classic | tejano | 13
row 28 : 1986 | capote | qualify | alysheba | 13
row 29 : 1985 | tasso | storm cat | scat dancer | 13
row 30 : 1984 | chief's crown | tank's prospect | spend a buck | 10 ] Execute this SQL based on the above table: select ( select year where second = 'blumin affair' ) - ( select year where second = 'grand canyon' ) | 4 |
[ header: districts | ubigeo | area (km2) | population | population density (/km2) | created | postal code row 1 : ancon | 150102 | 299.22 | 29419 | 98.3 | 29 october 1874 | 2
row 2 : ate | 150103 | 77.72 | 419663 | 5399.7 | 2 january 1857 | 3
row 3 : barranco | 150104 | 3.33 | 45922 | 13790.4 | 26 october 1874 | 4
row 4 : carabayllo | 150106 | 346.88 | 188764 | 544.2 | 4 august 1821 | 6
row 5 : cieneguilla | 150109 | 240.33 | 15784 | 65.7 | 3 march 1970 | 40
row 6 : comas | 150110 | 48.75 | 464745 | 9533.2 | 12 december 1961 | 7
row 7 : el agustino | 150111 | 12.54 | 165425 | 13191.8 | 6 january 1965 | 10
row 8 : lima | 150101 | 21.88 | 278804 | 13187.2 | 2 january 1857 | 1
row 9 : magdalena del mar | 150120 | 3.61 | 48445 | 13419.7 | 10 may 1920 | 17
row 10 : miraflores | 150122 | 9.62 | 92815 | 9648.1 | 2 january 1857 | 18
row 11 : pachacamac | 150123 | 160.23 | 54763 | 341.8 | 2 january 1857 | 19
row 12 : pucusana | 150124 | 37.83 | 9231 | 244 | 22 january 1943 | 20
row 13 : pueblo libre | 150121 | 4.38 | 71892 | 16413.7 | 2 january 1857 | 21
row 14 : rimac | 150128 | 11.87 | 175793 | 14809.9 | 16 august 1921 | 25
row 15 : san bartolo | 150129 | 45.01 | 5733 | 127.4 | 5 may 1946 | 26
row 16 : san isidro | 150131 | 11.1 | 55309 | 6165.6 | 24 april 1931 | 27
row 17 : san juan de miraflore | 150133 | 23.98 | 335237 | 13979.9 | 12 january 1965 | 29
row 18 : san luis | 150134 | 3.49 | 46258 | 13254.4 | 30 may 1968 | 30
row 19 : san martin de porres | 150135 | 36.91 | 525155 | 14228 | 22 may 1950 | 31
row 20 : san miguel | 150136 | 10.72 | 124904 | 11651.5 | 10 may 1920 | 32
row 21 : santa maria del mar district | 150138 | 9.81 | 88 | 9 | 16 january 1962 | 37
row 22 : santa rosa | 150139 | 21.5 | 9379 | 436.2 | 7 february 1962 | 38
row 23 : santiago de surco | 150140 | 34.75 | 272690 | 7847.2 | 16 december 1929 | 33
row 24 : surquillo | 150141 | 3.46 | 84202 | 24335.8 | 15 july 1949 | 34 ] Execute this SQL based on the above table: select created where population < 1038 order by population limit 424 | 16 january 1962 |
[ header: rd | home team | score | away team | result (w/d/l) | attendance row 1 : 1 | harlequins rl | 28-47 | wigan warriors | l | 8041
row 2 : 2 | hull | 6-24 | harlequins rl | w | 13313
row 3 : 3 | harlequins rl | 34-18 | wakefield trinity wildcats | w | 3176
row 4 : 4 | castleford tigers | 16-22 | harlequins rl | w | 6268
row 5 : 5 | harlequins rl | 24-0 | huddersfield giants | w | 3284
row 6 : 6 | None | None | None | None | None
row 7 : 7 | None | None | None | None | None
row 8 : ccc4 | None | None | None | None | None
row 9 : 8 | None | None | None | None | None
row 10 : 9 | None | None | None | None | None
row 11 : 10 | None | None | None | None | None
row 12 : 11 | None | None | None | None | None
row 13 : 12 | None | None | None | None | None
row 14 : 13 (a) | None | None | None | None | None
row 15 : 14 | None | None | None | None | None
row 16 : 15 | None | None | None | None | None
row 17 : 16 | None | None | None | None | None
row 18 : 17 | None | None | None | None | None
row 19 : 18 | None | None | None | None | None
row 20 : 19 | None | None | None | None | None
row 21 : 20 | None | None | None | None | None
row 22 : 21 | None | None | None | None | None
row 23 : 22 | None | None | None | None | None
row 24 : 23 | None | None | None | None | None
row 25 : 24 | None | None | None | None | None
row 26 : 25 | None | None | None | None | None
row 27 : 26 | None | None | None | None | None
row 28 : 27 | None | None | None | None | None
row 29 : esl po1 | None | None | None | None | None
row 30 : esl po2 | None | None | None | None | None
row 31 : esl po3 | None | None | None | None | None
row 32 : esl gf | None | None | None | None | None ] Execute this SQL based on the above table: select rd where rd in ( '13 (a)' , 20 ) group by rd order by count ( score ) desc limit 1 | 20 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.