inputs
stringlengths
291
3.71k
targets
stringlengths
1
2.65k
[ header: year | time | windspeed | city | date | row 1 : 2000 | 11.45 | -2.3 | kingston | 13 march | the progression of powell's 100 m row 2 : 2001 | 10.5 | 0.4 | kingston | 22 june | the progression of powell's 100 m row 3 : 2002 | 10.12 | 1.3 | rovereto | 28 august | the progression of powell's 100 m row 4 : 2003 | 10.02 | 0.8 | brussels | 5 september | the progression of powell's 100 m row 5 : 2004 | 9.87 | 0.2 | brussels | 3 september | the progression of powell's 100 m row 6 : 2005 | 9.77 | 1.6 | athens | 14 june | the progression of powell's 100 m row 7 : 2006 | 9.77 | 1 | zurich | 15 august | the progression of powell's 100 m row 8 : 2007 | 9.74 | 1.7 | rieti | 9 september | the progression of powell's 100 m row 9 : 2008 | 9.72 | 0.2 | lausanne | 2 september | the progression of powell's 100 m row 10 : 2009 | 9.82 | 1.4 | szczecin | 15 september | the progression of powell's 100 m row 11 : 2010 | 9.82 | 0.6 | rome | 10 june | the progression of powell's 100 m row 12 : 2011 | 9.78 | 1 | lausanne | 30 june | the progression of powell's 100 m ] Execute this SQL based on the above table: select order by id desc limit 1
the progression of powell's 100 m seasons' best times
[ header: class | type | ships | displacement | note row 1 : rari class | tug supply vessel | a635 revi | 1,450 tonnes | None row 2 : malabar class | ocean going tug | a664 malabar a6 | 1,440 tonnes | ice-breaking capabilities to 2 meters level row 3 : ut507 class | salvage tug | abeille flandre abeille languedoc | 1,500 tonnes | chartered row 4 : ut515 class | salvage tug | abeille bourbon abeille libert | 4,000 tonnes | chartered row 5 : ut710 class | support, assistance, pollution control vessel | argonaute jason | 2,100 tonnes | chartered, configured to accommodate nato row 6 : ut711 class | support, assistance, pollution control vessel | alcyon ailette | 2,000 tonnes | chartered row 7 : None | training ships | vn partisan | 2,250 tonnes | chartered row 8 : None | training ships | vn rebel | None | chartered ] Execute this SQL based on the above table: select type where displacement = '4,000 tonnes' and class = 'ut515 class'
salvage tug
[ 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 max ( l ) - min ( l )
20.0
[ header: location | reactor type | status | net capacity (mwe) | gross capacity (mwe) row 1 : chernobyl-1 | rbmk-1000 | shut down in 1996 | 740 | 800 row 2 : chernobyl-2 | rbmk-1000 | shut down in 1991 | 925 | 1 row 3 : chernobyl-3 | rbmk-1000 | shut down in 2000 | 925 | 1 row 4 : chernobyl-4 | rbmk-1000 | destroyed in the 1986 accident | 925 | 1 row 5 : chernobyl-5 | rbmk-1000 | construction cancelled in 1988 | 950 | 1 row 6 : chernobyl-6 | rbmk-1000 | construction cancelled in 1988 | 950 | 1 row 7 : ignalina-1 | rbmk-1500 | shut down in 2004 | 1,185 | 1,3 row 8 : ignalina-2 | rbmk-1500 | shut down in 2009 | 1,185 | 1,3 row 9 : ignalina-3 | rbmk-1500 | construction cancelled in 1988 | 1,38 | 1,5 row 10 : ignalina-4 | rbmk-1500 | plan cancelled in 1988 | 1,38 | 1,5 row 11 : kostroma-1 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5 row 12 : kostroma-2 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5 row 13 : kursk-1 | rbmk-1000 | operational until 2021 | 925 | 1 row 14 : kursk-2 | rbmk-1000 | operational until 2024 | 925 | 1 row 15 : kursk-3 | rbmk-1000 | operational until march 2014 | 925 | 1 row 16 : kursk-4 | rbmk-1000 | operational until february 2016 | 925 | 1 row 17 : kursk-5 | mker-1000 | construction begin was 1985, since then shelve | 925 | 1 row 18 : kursk-6 | rbmk-1000 | construction cancelled in 1993 | 925 | 1 row 19 : leningrad-1 | rbmk-1000 | operational | 925 | 1 row 20 : leningrad-2 | rbmk-1000 | operational until 2021 | 925 | 1 row 21 : leningrad-3 | rbmk-1000 | operational until june 2025 | 925 | 1 row 22 : leningrad-4 | rbmk-1000 | operational until august 2026 | 925 | 1 row 23 : smolensk-1 | rbmk-1000 | operational until december 2022 | 925 | 1 row 24 : smolensk-2 | rbmk-1000 | operational until july 2015 | 925 | 1 row 25 : smolensk-3 | rbmk-1000 | operational until july 2023 | 925 | 1 row 26 : smolensk-4 | rbmk-1000 | construction cancelled in 1993 | 925 | 1 ] Execute this SQL based on the above table: select reactor type order by net capacity (mwe) asc limit 1
rbmk-1500
[ header: date | time | opponent# | rank# | site | tv | result | attendance row 1 : september 3 | 6:00 pm | missouri state | #15 | donald w. reyn | ppv | w 51-7 | 70607 row 2 : september 10 | 6:00 pm | new mexico | #14 | war memorial stadium • little rock, ar | espnu | w 52-3 | 52606 row 3 : september 17 | 6:30 pm | troy | #14 | donald w. reyn | css | w 38-28 | 69861 row 4 : september 24 | 2:30 pm | at #3 alabama | #14 | bryant-denny stadium • | cbs | l 14-38 | 101821 row 5 : october 1 | 11:00 am | vs. #14 texas | #18 | cowboys stadium • arlington, | espn | w 42-38 | 69838 row 6 : october 8 | 6:00 pm | #15 auburn | #10 | donald w. reyn | espn | w 38-14 | 74191 row 7 : october 22 | 11:21 am | at ole miss | #10 | vaught-hemingway stadium • | secn | w 29-24 | 57951 row 8 : october 29 | 11:21 am | at vanderbilt | #8 | vanderbilt stadium • nashville | secn | w 31-28 | 33247 row 9 : november 5 | 6:15 pm | #10 south carolina | #8 | donald w. reyn | espn | w 44-28 | 73804 row 10 : november 12 | 5:00 pm | tennessee | #8 | donald w. reyn | espn2 | w 49-7 | 72103 row 11 : november 19 | 2:30 pm | mississippi state | #6 | war memorial stadium • little rock, ar | cbs | w 44-17 | 55761 row 12 : november 25 | 1:30 pm | at #1 lsu | #3 | tiger stadium • baton rouge, la | cbs | l 17-41 | 93108 row 13 : january 6 | 7:00 pm | vs. #11 kansa | #7 | cowboys stadium • arlington, | fox | w 29-16 | 80956 ] Execute this SQL based on the above table: select count ( opponent# )
13
[ header: team | location | home ground | first year in qld cup | last year in qld cup | qld cup premierships row 1 : aspley broncos | brisbane | bishop park | 2007 | 2007 | nil row 2 : brothers-valleys | brisbane | o'callaghan park | 2004 | 2004 | nil row 3 : bundaberg grizzlies | bundaberg | salter oval | 1996 | 1998 | nil row 4 : cairns cyclones | cairns | barlow park | 1996 | 2000 | nil row 5 : central capras | rockhampton | browne park | 1996 | 1997 | nil row 6 : gold coast vikings | gold coast | owen park and carrara stadium | 1998 | 1998 | nil row 7 : logan scorpions | logan city | meakin park | 1996 | 2002 | nil row 8 : mackay sea eagles | mackay | mackay junior rugby league ground | 1996 | 1996 | nil row 9 : north queensland young guns | townsville | dairy farmers stadium | 2002 | 2007 | 2005 row 10 : past brothers | brisbane | corbett park, crosby park, | 1996 | 1998 | nil row 11 : port moresby vipers | port moresby | lloyd robson oval | 1996 | 1997 | nil row 12 : souths magpies | brisbane | davies park | 1996 | 2002 | nil row 13 : sunshine coast falcons | sunshine coast | quad park | 1996 | 1996 | nil row 14 : townsville stingers | townsville | dairy farmers stadium, townsville sports reserve | 1998 | 1998 | nil row 15 : toowoomba clydesdales | toowoomba | athletic oval (clive berghofer | 1996 | 2006 | 1996, 2001 row 16 : wests panthers | brisbane | purtell park | 1996 | 2003 | nil ] Execute this SQL based on the above table: select team where team = 'north queensland young guns'
north queensland young guns
[ header: issue | volume | title | main feature story | first/early appearance story/stories | release date row 1 : 1 | 24 | the avengers | ultron unlimited (avengers vol | the coming of the avengers ( | 27 dec 2013 row 2 : 2 | 12 | spider-man | happy birthday (amazing spider-man vol | spider-man (amazing fantasy #15) | 15 jan 2014 row 3 : 3 | 55 | wolverine | get mystique (wolverine | and now... the wolverine (in | 29 jan 2014 row 4 : 4 | 29 | hawkeye | hawkeye (hawkeye vol.1 #1 | hawkeye, the marskman (tale | 12 feb 2014 row 5 : 5 | 10 | the hulk | dogs of war (the incredible hulk | none | 26 feb 2014 row 6 : 6 | 22 | jean grey | here comes yesterday (all-new x- | x-men origins: jean grey | 12 mar 2014 row 7 : 7 | 49 | power man | power man and iron fist #50- | luke cage #1-3 | 26 mar 2014 row 8 : 8 | tbc | captain america | captain america #247-255 | None | 9 apr 2014 row 9 : 9 | tbc | iron man | the five nightmares (iron man (vol. | tales of suspense #39 | 23 apr 2014 row 10 : 10 | tbc | the x-men | x-men: children of the atom | x-men (vol. 1) #1 | 7 may 2014 row 11 : 11 | tbc | black widow | tbc | tbc | 21 may 2014 row 12 : 12 | tbc | the human torch (jim hammond) | tbc | tbc | 4 june 2014 row 13 : 13 | tbc | warriors three | tbc | tbc | 18 june 2014 row 14 : 14 | tbc | cyclops | tbc | tbc | 2 july 2014 row 15 : 15 | tbc | captain marvel | tbc | tbc | 16 july 2014 ] Execute this SQL based on the above table: select max ( volume ) - min ( volume )
45.0
[ header: school | location | outright titles | shared titles | runners-up | total finals | last title | last final row 1 : methodist college belfast | belfast | 35 | 2 | 25 | 62 | 2014 | 2014 row 2 : royal belfast academical institution | belfast | 29 | 4 | 21 | 54 | 2007 | 2013 row 3 : campbell college | belfast | 23 | 4 | 12 | 39 | 2011 | 2011 row 4 : coleraine academical institution | coleraine | 9 | 0 | 24 | 33 | 1992 | 1998 row 5 : the royal school, armagh | armagh | 9 | 0 | 3 | 12 | 2004 | 2004 row 6 : portora royal school | enniskillen | 6 | 1 | 5 | 12 | 1942 | 1942 row 7 : bangor grammar school | bangor | 5 | 0 | 4 | 9 | 1988 | 1995 row 8 : ballymena academy | ballymena | 3 | 0 | 6 | 9 | 2010 | 2010 row 9 : rainey endowed school | magherafelt | 2 | 1 | 2 | 5 | 1982 | 1982 row 10 : foyle college | londonderry | 2 | 0 | 4 | 6 | 1915 | 1915 row 11 : belfast royal academy | belfast | 1 | 3 | 5 | 9 | 1997 | 2010 row 12 : regent house grammar school | newtownards | 1 | 1 | 2 | 4 | 1996 | 2008 row 13 : royal school dungannon | dungannon | 1 | 0 | 4 | 5 | 1907 | 1975 row 14 : annadale grammar school (now wellington college | belfast | 1 | 0 | 1 | 2 | 1958 | 1978 row 15 : ballyclare high school | ballyclare | 1 | 0 | 1 | 2 | 1973 | 2012 row 16 : belfast boys' model school | belfast | 1 | 0 | 0 | 1 | 1971 | 1971 row 17 : grosvenor high school | belfast | 1 | 0 | 0 | 1 | 1983 | 1983 row 18 : wallace high school | lisburn | 0 | 0 | 4 | 4 | None | 2007 row 19 : derry academy | derry | 0 | 0 | 2 | 2 | None | 1896 row 20 : dalriada school | ballymoney | 0 | 0 | 1 | 1 | None | 1993 row 21 : galway grammar school | galway | 0 | 0 | 1 | 1 | None | 1887 row 22 : lurgan college | lurgan | 0 | 0 | 1 | 1 | None | 1934 row 23 : omagh academy | omagh | 0 | 0 | 1 | 1 | None | 1985 row 24 : sullivan upper school | holywood | 0 | 0 | 1 | 1 | None | 2014 ] Execute this SQL based on the above table: select school where runners-up = 0
belfast boys' model school, grosvenor high school
[ header: name | year | credited with | publisher row 1 : indiana jones and the last cru | 1989 | tester | lucasarts row 2 : maniac mansion (nes port) | 1990 | tools programmer, scumm | lucasarts row 3 : the secret of monkey island | 1990 | co-writer, programmer, additional designer | lucasarts row 4 : monkey island 2: lechuck's revenge | 1991 | co-writer, programmer, additional designer | lucasarts row 5 : maniac mansion: day of the tent | 1993 | co-designer, co-producer | lucasarts row 6 : full throttle | 1995 | project leader, writer, designer | lucasarts row 7 : the curse of monkey island | 1997 | additional design | lucasarts row 8 : grim fandango | 1998 | project leader, writer, designer | lucasarts row 9 : star wars: shadows of the empire | 1999 | never actively tried to sabotage the project | lucasarts row 10 : psychonauts | 2005 | creative director, co-writer, designer | double fine, majesco row 11 : brutal legend | 2009 | creative director, writer, designer | double fine, electronic arts row 12 : costume quest | 2010 | creative director, writer | double fine, thq row 13 : stacking | 2011 | creative director | double fine, thq row 14 : iron brigade | 2011 | creative director | double fine, microsoft studios row 15 : sesame street: once upon a monster | 2011 | creative director | double fine, warner bros. interactive entertainment row 16 : haunt | 2012 | voice actor | nanaon-sha, row 17 : double fine happy action theater | 2012 | director | double fine, microsoft studios row 18 : middle manager of justice | 2012 | creative director | double fine, dracogen row 19 : kinect party | 2012 | creative director | double fine, microsoft studios row 20 : the cave | 2013 | studio creative director | double fine, sega row 21 : dropchord | 2013 | creative director | double fine, dracogen row 22 : spacebase df-9 | 2013 | creative director | double fine, indie fund row 23 : broken age | 2014 | director, writer | double fine row 24 : massive chalice | 2014 | creative director | double fine ] Execute this SQL based on the above table: select year where year != 2011 and year = 2005
2005
[ header: rank | name | nation | cp | fp | points | placings row 1 : 1 | beatrix schuba | austria | 1 | 7 | 2763.0 | 10 row 2 : 2 | julie lynn holmes | united states | 2 | 5 | 2697.3 | 24.5 row 3 : 3 | karen magnussen | canada | 4 | 2 | 2697.7 | 27 row 4 : 4 | janet lynn | united states | 5 | 1 | 2680.0 | 34 row 5 : 5 | rita trapanese | italy | 3 | 8 | 2623.6 | 47.5 row 6 : 6 | sonja morgenstern | east germany | 9 | 3 | 2606.6 | 52 row 7 : 7 | zsuzsa almass | hungary | 6 | 4 | 2599.9 | 57 row 8 : 8 | charlotte walter | switzerland | 8 | 14 | 2480.7 | 86 row 9 : 9 | christine errath | east germany | 13 | 6 | 2493.5 | 83 row 10 : 10 | suna murray | united states | 14 | 9 | 2475.0 | 91 row 11 : 11 | elena alexandrova | soviet union | 10 | 13 | 2450.5 | 103 row 12 : 12 | patricia ann dodd | united kingdom | 7 | 16 | None | 100 row 13 : 13 | kazumi yamashita | japan | 12 | 11 | None | 116 row 14 : 14 | ludmila bezakova | czechoslovakia | 11 | 15 | None | 122 row 15 : 15 | jean scott | united kingdom | 15 | 10 | None | 132 row 16 : 16 | diane hall | canada | 19 | 12 | None | 132 row 17 : 17 | anita johansson | sweden | 16 | 18 | None | 145 row 18 : 18 | judith bayer | west germany | 20 | 17 | None | 159 row 19 : 19 | ruth hutchinson | canada | 17 | 20 | None | 168 row 20 : 20 | sonja balun | austria | 22 | 19 | None | 177 row 21 : 21 | joelle cartaux | france | 18 | 22 | None | 188 row 22 : 22 | cinzia frosio | italy | 21 | 21 | None | 197 ] Execute this SQL based on the above table: select name order by rank limit 1
beatrix schuba
[ header: club | winners | runner-ups | winning years | runner-up years row 1 : fk austria wien | 6 | 2 | 1990, 1991, 1992, 1994, 2003, | 1986, 1994 row 2 : sk rapid wien | 4 | 1 | 1986, 1987, 1988, 2008 | 1995, 1996 row 3 : sk sturm graz | 3 | 2 | 1996, 1998, 1999 | 1997, 2002 row 4 : sv austria salzburg | 3 | 0 | 1994, 1995, 1997 | None row 5 : grazer ak | 2 | 1 | 2000, 2002 | 2004 row 6 : vfb admira wacker modling | 1 | 1 | 1989 | 1992 row 7 : fc karnten | 1 | 1 | 2001 | 2003 row 8 : fc swarovski | 0 | 6 | None | 1987, 1989, 1990, 1993, 2000, row 9 : kremser sc | 0 | 1 | None | 1988 row 10 : sv stockerau | 0 | 1 | None | 1991 row 11 : sv ried | 0 | 1 | None | 1998 row 12 : lask linz | 0 | 1 | None | 1999 row 13 : sv horn | 0 | 1 | None | 2008 ] Execute this SQL based on the above table: select club where club != 'fk austria wien' and runner-ups = ( select runner-ups where club = 'fk austria wien' )
sk sturm graz
[ header: frequency band | band number | radio interface | generation | status | notes row 1 : 850 mhz | 5 | gsm/gprs/ | 2g | roaming | not operated by t-mobile, except for row 2 : 850 mhz clr | 5 | umts/hspa | 3g | roaming | not operated by t-mobile. after the row 3 : 1900 mhz | 2 | gsm/gprs/ | 2g | in service | most of this spectrum will be upgraded to 4g row 4 : 1700/2100 mhz a | 4 | umts/dc-hspa 42 | 4g | in service | has marketed 3g hspa+ as row 5 : 1900 mhz pcs | 2 | umts/hspa+ 21mbit | 4g | in service/building out | hspa+ 21mbps on the 1900 row 6 : 1700/2100 mhz a | 4 | lte | 4g | in service/building out | covers 210 million pops as of march, row 7 : 700 mhz block a | 12 | lte | 4g | rollout starts by q4 2014 | spectrum acquired from verizon wireless row 8 : 1900 mhz pcs | 2 | lte | 4g | rolling out in 2014 | None ] Execute this SQL based on the above table: select ( select count ( * ) where frequency band = '700 mhz block a' ) > ( select count ( * ) where frequency band = '1900 mhz' )
0
[ header: week | date | kickoff | opponent | results final score | results team record | game site | attendance row 1 : 1 | saturday, april 14 | 7:00 p.m | at rhein fire | w 15-3 | 1-0 | ltu arena | 30355 row 2 : 2 | sunday, april 22 | 4:00 p.m | hamburg sea devils | l 7-16 | 1-1 | olympic stadium | 30657 row 3 : 3 | saturday, april 28 | 6:00 p.m | amsterdam admirals | l 10-14 | 1-2 | olympic stadium | 11942 row 4 : 4 | saturday, may 5 | 6:00 p.m | at cologne centurions | w 31-28 | 2-2 | rheinenergiestadion | 10084 row 5 : 5 | sunday, may 13 | 4:00 p.m | cologne centurions | l 10-24 | 2-3 | olympic stadium | 11995 row 6 : 6 | sunday, may 20 | 5:00 p.m | at frankfurt galaxy | l 7-35 | 2-4 | commerzbank-arena | 30125 row 7 : 7 | saturday, may 26 | 6:00 p.m | at hamburg sea devils | l 7-17 | 2-5 | aol arena | 18337 row 8 : 8 | saturday, june 2 | 6:00 p.m | frankfurt galaxy | l 22-25 | 2-6 | olympic stadium | 11882 row 9 : 9 | friday, june 8 | 7:00 p.m | rhein fire | l 17-24 | 2-7 | olympic stadium | 12114 row 10 : 10 | friday, june 15 | 8:00 p.m | at amsterdam admirals | l 20-21 | 2-8 | olympic stadium | 11893 ] Execute this SQL based on the above table: select game site where game site in ( 'commerzbank-arena' , 'olympic stadium' ) order by date desc limit 1
commerzbank-arena
[ header: | year | location | name | guest(s) of honour row 1 : 1 | 1998 | linkoping | confuse 98 | paul j. mcauley row 2 : 2 | 1999 | uppsala | upsala: 1999 | michael swanwick row 3 : 3 | 2000 | stockholm | nasacon 2000 | brian m. stableford, row 4 : 4 | 2001 | stockholm | fantastika 2001 | robin hobb, rober row 5 : 5 | 2002 | linkoping | confuse 2002 | china mieville, gwyneth row 6 : 6 | 2003 | uppsala | upsala sf-mote | alastair reynolds, row 7 : 7 | 2004 | stockholm | swecon 2004 | m. john harrison, da row 8 : 8 | 2005 | gothenburg | conceive | charles stross, e row 9 : 9 | 2006 | stockholm | imagicon | joe haldeman, geoff row 10 : 10 | 2007 | gothenburg | conviction | richard morgan, john a row 11 : 11 | 2008 | linkoping | confuse 2008 | cory doctorow, adam rob row 12 : 12 | 2009 | stockholm | imagicon 2 | liz williams, graham row 13 : 13 | 2010 | gothenburg | condense | justina robson, nen row 14 : 14 | 2011 | stockholm | eurocon 2011 | elizabeth bear, i row 15 : 15 | 2012 | uppsala | kontrast | sara bergmark elfgren, row 16 : 16 | 2013 | stockholm | fantastika 2013 | lavie tidhar, jo ] Execute this SQL based on the above table: select location group by location order by count ( location ) desc limit 1
stockholm
[ header: date | opponent | site | result | attendance | record row 1 : thu., dec. 5, 1940 | at loyola maryland | alumni gymnasium • baltimore, | l 32-36 | None | 0-1 row 2 : tue., dec. 10, | western maryland | riverside stadium • washington, dc | w 41-29 | None | 1-1 row 3 : thu., dec. 12, 1940 | at american | clendenen gymnasium • washington | w 41-35 | None | 2-1 row 4 : mon., dec. 16, 1940 | george washington | riverside stadium • washington, dc | w 50-42 | None | 3-1 row 5 : wed., dec. 18, 1940 | at loyola chicago | chicago stadium • chicago, | w 38-35 | None | 4-1 row 6 : wed, jan. 8, 1941 | at canisius | buffalo memorial auditorium • buffalo, ny | w 53-35 | None | 5-1 row 7 : fri., jan. 10, 1941 | at temple | philadelphia convention hall • phil | w 46-45 | None | 6-1 row 8 : wed., jan 15, 1941 | at army | hayes gymnasium • west point, n | w 40-28 | None | 7-1 row 9 : thu., jan. 16, 1941 | new york university | riverside stadium • washington, dc | w 36-27 | None | 8-1 row 10 : fri., jan. 17, 1941 | at maryland | ritchie coliseum • | w 51-34 | None | 9-1 row 11 : wed., jan. 22, 1941 | at navy | dahlgren hall • annapolis, | w 38-18 | None | 10-1 row 12 : wed, jan. 29, 1941 | penn state | riverside stadium • washington, dc | w 28-24 ot | None | 11-1 row 13 : wed., feb. 5, | at syracuse | archbold gymnasium • syrac | l 43-49 | None | 11-2 row 14 : thu., feb. | at colgate | huntington gymnasium • hamilton, | w 39-36 | None | 12-2 row 15 : fri., feb. 7, 1941 | at yale | payne whitney gymnasium • | w 41-39 | None | 13-2 row 16 : mon, feb. 10, 1941 | temple | riverside stadium • washington, dc | w 57-49 | 7000 | 14-2 row 17 : wed., feb. 19, | at penn state | recreation hall • state college, pa | l 38-45 | None | 14-3 row 18 : thu., feb. | at scranton | watres armory • scranton, | w 51-40 | None | 15-3 row 19 : fri., feb. 28, 1941 | at fordham | madison square garden • new york, | l 42-52 | None | 15-4 row 20 : thu., mar. 6, 1941 | at george washington | riverside stadium • washington, dc | w 41-34 | None | 16-4 ] Execute this SQL based on the above table: select record order by attendance desc limit 1
14-2
[ header: rank | lane | name | nationality | time | notes row 1 : None | 4 | james goddard | england | 1:55:58 | cgr row 2 : None | 8 | gareth kean | new zealand | 1:57:37 | nr row 3 : None | 7 | ashley delaney | australia | 1:58:18 | None row 4 : 4 | 1 | christopher walker-hebborn | england | 1:59:00 | None row 5 : 5 | 5 | charles francis | canada | 2:00:07 | None row 6 : 6 | 6 | marco loughran | wales | 2:00:11 | None row 7 : 7 | 3 | tobias oriwol | canada | 2:00:24 | None row 8 : 8 | 2 | ryan bennett | england | 2:01:86 | None ] Execute this SQL based on the above table: select nationality where lane = 8
new zealand
[ header: season | team | country | competition | matches | goals row 1 : 1999 | djurgardens if | sweden | allsvenskan | 15 | 1 row 2 : 2000 | djurgardens if | sweden | superettan | 15 | 3 row 3 : 2001 | djurgardens if | sweden | allsvenskan | 22 | 7 row 4 : 2002-2003 | grazer ak | austria | bundesliga | 24 | 6 row 5 : 2003 | denizlispor | turkey | super lig | 3 | 0 row 6 : 2003 | landskrona bois | sweden | allsvenskan | 11 | 3 row 7 : 2004 | landskrona bois | sweden | allsvenskan | 22 | 4 row 8 : 2005 | djurgardens if | sweden | allsvenskan | 24 | 12 row 9 : 2006 | djurgardens if | sweden | allsvenskan | 17 | 6 row 10 : 2007 | djurgardens if | sweden | allsvenskan | 23 | 4 row 11 : 2008 | djurgardens if | sweden | allsvenskan | 29 | 6 row 12 : 2008-09 | esbjerg fb | denmark | superliga | 6 | 0 row 13 : 2010 | aab | denmark | superliga | 3 | 1 row 14 : 2011 | assyriska ff | sweden | superettan | 19 | 5 row 15 : total | total | total | total | 233 | 58 ] Execute this SQL based on the above table: select competition where goals = ( select goals where competition = 'superettan' ) + 1
allsvenskan, allsvenskan
[ header: name | armenian | location | # of prisoners designed for | notes row 1 : nubarashen | «նուբարաշեն» | nubarashen, yerevan | 840 | None row 2 : kosh | «կոշ» | kosh, aragatsot | 640 | None row 3 : sevan | «սեւան» | hrazdan, kotayk | 548 | None row 4 : prison hospital | «դատապարտյալների հիվանդանոց» | kentron, yerevan | 464 | None row 5 : erebuni | «էրեբունի» | nubarashen, yerevan | 391 | None row 6 : artik | «արթիկ» | harich, shirak | 373 | None row 7 : abovyan | «աբովյան» | abovyan, kotay | 250 | for women and minors row 8 : vanadzor | «վանաձոր» | vanadzor, lori | 245 | None row 9 : goris | «գորիս» | goris, syunik | 215 | None row 10 : hrazdan | «հրազդան» | hrazdan, kotayk | 215 | None row 11 : vardashen | «վարդաշեն» | nubarashen, yerevan | 150 | for former policemen and military officers row 12 : yerevan-center | «երեւան-կենտրոն» | kentron, yerevan | 60 | None row 13 : total | total | total | 4391 | None ] Execute this SQL based on the above table: select max ( name )
yerevan-center
[ header: position | driver | no. | car | entrant | rd 1 | rd 2 | rd 3 | rd 4 | rd 5 | rd 6 | rd 7 | rd 8 | total row 1 : 1 | greg crick | 3 | dodge viper gts ac | crickcars.com | 98 | 108 | 91 | 72 | 98 | 96 | 60 | 90 | 713 row 2 : 5 | sven burchartz | 90 | porsche 996 gt3 | cargraphic ag | 32 | 18 | None | 63 | 57 | 69 | 114 | 85.5 | 438.5 row 3 : 6 | david wall | 38 | porsche 996 gt3 r | rds | 32 | 37.5 | 63 | None | 80 | 33 | None | 117 | 362.5 row 4 : 7 | john teulan | 88 | ferrari 360 challenge ferrari f430 challenge | industry central - stahlwille | 47 | 48 | 61 | 77 | None | 48 | 48 | 19.5 | 348.5 row 5 : 8 | max twigg | 18 & 17 | porsche 996 gt3 | twigg waste management luxton | 45 | 33 | 51 | 14 | 37 | 57 | None | 66 | 303 row 6 : 9 | d'arcy russell | 7 | dodge viper gts ac | dupont | 34 | 31.5 | None | 23 | None | 117 | None | 60 | 265.5 row 7 : 14 | paul tressider | 23 | porsche 996 gt3 cup car | wynn tressider management | 29 | 22.5 | 49 | None | None | 45 | None | 43.5 | 189 row 8 : 16 | damien flack | 55 | porsche 996 gt3 cup car | roock | None | None | 69 | 12 | None | 54 | None | 25.5 | 160.5 row 9 : 18 | bill pye | 44 | porsche 996 gt3 cup car | autohaus hamilton property solutions group | None | 58.5 | None | None | None | 39 | None | 43.5 | 141 row 10 : 19 | anthony skinner | 46 | porsche 996 gt3 | travelplan ski holiday | 52 | 18 | None | None | None | None | 69 | None | 139 row 11 : 20 | andrew luxton | 17 & 18 | porsche 996 gt3 cup car | luxton plant twigg waste | None | None | None | None | None | 57 | None | 66 | 123 row 12 : 22 | ian palmer | 20 | honda nsx | instant fountains paluky ho | 25 | None | 33 | 53 | None | None | None | None | 111 row 13 : 24 | kevin miller | 2 | ferrari f430 | property solutions group | None | None | None | None | None | None | 63 | 36 | 99 row 14 : 26 | peter hackett | 5 | lamborghini diablo gt | team lamborghini australia | None | 91.5 | None | None | None | None | None | None | 91.5 row 15 : 28 | graeme cook | 91 | porsche 996 gt3 cup car | container solutions | 27 | None | None | None | 58 | None | None | None | 85 row 16 : 32 | stuart kostera | 70 | porsche 996 gt3 cup car | phr scuderia | None | None | None | 73 | None | None | None | None | 73 row 17 : 34 | justin levis | 78 | lotus elise motorsport 200 | cue autohaus hamilton | None | 24 | None | None | None | 39 | None | None | 63 ] Execute this SQL based on the above table: select driver where driver = 'paul tressider'
paul tressider
[ 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 dancer(s) = '40'
0
[ header: conference | bids | record | win % | quarterfinals | semifinals | final | champions row 1 : atlantic coast conference | 4 | 6-4 | 0.6 | 4 | 2 | None | None row 2 : ivy league | 3 | 4-3 | 0.571 | 2 | 1 | 1 | None row 3 : independent | 2 | 5-1 | 0.833 | 2 | 1 | 1 | 1 row 4 : colonial athletic association | 2 | 0-2 | 0 | None | None | None | None row 5 : america east conference | 1 | 0-1 | 0 | None | None | None | None row 6 : eastern college athletic conference | 1 | 0-1 | 0 | None | None | None | None row 7 : great western lacrosse league | 1 | 0-1 | 0 | None | None | None | None row 8 : metro atlantic athletic conference | 1 | 0-1 | 0 | None | None | None | None row 9 : patriot league | 1 | 0-1 | 0 | None | None | None | None ] Execute this SQL based on the above table: select win % where conference = 'independent'
0.833
[ header: # | name | height | weight (lbs.) | position | class | hometown | previous team(s) row 1 : 1 | aaron johnson | 5'8" | 185 | g | sr | chicago, il, u. | hubbard hs row 2 : 3 | anthony criswell | 6'9" | 230 | f | fr | oklahoma city, ok, | douglass high school row 3 : 4 | jamarr sanders | 6'4" | 210 | g | sr | montgomery, al, u. | jeff davis high school nw row 4 : 5 | robert williams | 6'4" | 210 | g | fr | greenville, ms, u. | weston high school row 5 : 10 | karl moton | 5'11" | 195 | g | so | stone mountain, ga, u.s | chamblee hs row 6 : 21 | beas hamga | 6'11" | 230 | c | jr | douala, cameroon | weatherford (texas) cc row 7 : 22 | cameron moore | 6'10" | 230 | f | jr | san antonio, | roosevelt h row 8 : 23 | dexter fields | 6'2" | 205 | g | so | orlando, fl, | olympia hs row 9 : 24 | preston purifoy | 6'5" | 215 | g | fr | conway, ar, u.s | conway high school row 10 : 32 | ovie soko | 6'8" | 210 | f | so | london, england, | bethel hs row 11 : 2 | mike jones | 6'1" | 185 | g | sr | nashville, tn, | hunters lane high school row 12 : 25 | quincy taylor | 6'0" | 185 | g | fr | wichita, ks, | wichita collegiate high school row 13 : 44 | jordan swing | 6'6" | 200 | f | so | birmingham, al, u. | western kentucky university ] Execute this SQL based on the above table: select height where # = 21
6
[ header: name | population (2002 census) | population (2007 estimation) | population (2011 census) | area (km2) | density (pop/km2) row 1 : brasov | 283901 | 277945 | 253200 | 267.32 | 1204 row 2 : codlea | 24256 | 24550 | 21708 | 132.79 | 182 row 3 : sacele | 30044 | 31796 | 30798 | 320 | 93 row 4 : ghimbav | 5100 | 5357 | 4698 | 28.08 | 181.62 row 5 : predeal | 5625 | 5174 | 4755 | 58.4 | 96.14 row 6 : rasnov | 15436 | 16055 | 15022 | 164.36 | 94 row 7 : cristian | 3952 | 4300 | 4490 | 27.73 | 142.51 row 8 : sanpetru | 3401 | 3759 | 4819 | 30.74 | 110.63 row 9 : halchiu | 4072 | 4560 | 4218 | 56.67 | 71.85 row 10 : tarlungeni | 7413 | 7996 | 8320 | 135.66 | 54.65 row 11 : prejmer | 8323 | 8876 | 8472 | 60.48 | 137.61 row 12 : harman | 4437 | 4775 | 5402 | 52.79 | 84.05 row 13 : bod | 3942 | 4173 | 3994 | 33.56 | 117.46 row 14 : total | 399902 | 399316 | 369896 | 1368.58 | 270 ] Execute this SQL based on the above table: select count ( name ) where name = 'sacele'
1
[ header: pos | no | driver | constructor | laps | time/retired | grid row 1 : 1 | 12 | clay regazzoni | ferrari | 60 | 1:01:25.34 | 3 row 2 : 2 | 4 | patrick depailler | tyrrell-ford | 60 | + 0:08.35 | 5 row 3 : 3 | 2 | jochen mass | mclaren-ford | 60 | + 0:15.44 | 4 row 4 : 4 | 5 | ronnie peterson | lotus-ford | 60 | + 0:40.14 | 10 row 5 : 5 | 18 | john watson | surtees-ford | 60 | + 0:45.55 | 6 row 6 : 6 | 8 | carlos pace | brabham-ford | 60 | + 0:45.90 | 7 row 7 : 7 | 16 | tom pryce | shadow-ford | 60 | + 0:46.66 | 8 row 8 : 8 | 24 | james hunt | hesketh-ford | 59 | + 1 lap | 11 row 9 : 9 | 31 | chris amon | ensign-ford | 59 | + 1 lap | 9 row 10 : 10 | 21 | jacques laffite | williams-ford | 59 | + 1 lap | 13 row 11 : 11 | 9 | vittorio brambilla | march-ford | 58 | + 2 laps | 12 row 12 : 12 | 22 | rolf stommelen | hill-ford | 58 | + 2 laps | 14 row 13 : 13 | 35 | tony trimmer | maki-ford | 54 | + 6 laps | 16 row 14 : nc | 20 | jo vonlanthen | williams-ford | 51 | + 9 laps | 15 row 15 : ret | 17 | jean-pierre jarier | shadow-ford | 33 | transmission | 1 row 16 : ret | 1 | emerson fittipaldi | mclaren-ford | 6 | clutch | 2 ] Execute this SQL based on the above table: select pos where no <= 17
1, 2, 3, 4, 6, 7, 11, ret, ret
[ header: | year | city | country | date | venue | no. of events | no. of athletes row 1 : 1st | 2000 | monterrey | mexico | august 3-5 | universidad autonoma de nuevo | 45 | 184 row 2 : 2nd | 2002 | san antonio | united states | august 9-11 | e.m. stevens stadium | 45 | 245 row 3 : 3rd | 2004 | sherbrooke | canada | july 30 - august 1 | universite de sherbrooke stadium | 42 | 243 row 4 : 4th | 2006 | santo domingo | dominican republic | july 7-9 | estadio felix san | 44 | 373 row 5 : 5th | 2008 | toluca | mexico | july 18-20 | estadio universitario alber | 44 | None row 6 : 6th | 2010 | miramar | united states | july 9-11 | ansin sports complex | 44 | None row 7 : 7th | 2012 | irapuato | mexico | july 6-8 | centro paralimpico nacional | 44 | None row 8 : 8th | 2014 | kamloops | canada | august 8-10 | hillside stadium | None | None ] Execute this SQL based on the above table: select country where country != 'dominican republic' and venue = 'estadio universitario alberto chivo cordova' and no. of events = 44
mexico
[ header: player | games played | minutes played | minutes played per game | rebounds | rebounds per game | assists | assists per game | field goal % | free throw % | 3-point % | points | points per game row 1 : allan houston | 78 | 2858 | 36.6 | 283 | 3.6 | 173 | 2.2 | 0.449 | 0.909 | 0.381 | 1459 | 18.7 row 2 : latrell sprewell | 77 | 3017 | 39.2 | 347 | 4.5 | 269 | 3.5 | 0.43 | 0.783 | 0.304 | 1364 | 17.7 row 3 : glen rice | 75 | 2212 | 29.5 | 307 | 4.1 | 89 | 1.2 | 0.44 | 0.852 | 0.389 | 899 | 12 row 4 : marcus camby | 63 | 2127 | 33.8 | 515 | 11.5 | 52 | 0.8 | 0.524 | 0.667 | 0.125 | 759 | 12 row 5 : kurt thomas | 77 | 2125 | 27.6 | 723 | 6.7 | 63 | 0.8 | 0.511 | 0.814 | 0.333 | 800 | 10.4 row 6 : larry johnson | 65 | 2105 | 32.4 | 363 | 5.6 | 127 | 2 | 0.411 | 0.797 | 0.313 | 645 | 9.9 row 7 : charlie ward | 61 | 1492 | 24.5 | 159 | 2.6 | 273 | 4.5 | 0.416 | 0.8 | 0.383 | 433 | 7.1 row 8 : othella harrington | 30 | 548 | 18.3 | 99 | 3.3 | 20 | 0.7 | 0.554 | 0.729 | None | 185 | 6.2 row 9 : mark jackson | 29 | 786 | 27.1 | 120 | 4.1 | 163 | 5.6 | 0.411 | 0.529 | 0.31 | 170 | 5.9 row 10 : chris childs | 51 | 1309 | 25.7 | 138 | 2.7 | 236 | 4.6 | 0.419 | 0.848 | 0.313 | 245 | 4.8 row 11 : erick strickland | 28 | 421 | 15 | 52 | 1.9 | 29 | 1 | 0.305 | 0.857 | 0.34 | 120 | 4.3 row 12 : lavor postell | 26 | 169 | 6.5 | 25 | 1 | 5 | 0.2 | 0.315 | 0.815 | 0.273 | 59 | 2.3 row 13 : felton spencer | 18 | 113 | 6.3 | 35 | 1.9 | 2 | 0.1 | 0.6 | 0.6 | None | 39 | 2.2 row 14 : luc longley | 25 | 301 | 12 | 66 | 2.6 | 7 | 0.3 | 0.333 | 0.765 | None | 49 | 2 row 15 : rick brunson | 15 | 66 | 4.4 | 12 | 0.8 | 7 | 0.5 | 0.421 | 0.667 | 0 | 20 | 1.3 row 16 : travis knight | 45 | 256 | 5.7 | 53 | 1.2 | 5 | 0.1 | 0.189 | 0.5 | 0 | 29 | 0.6 ] Execute this SQL based on the above table: select count ( player ) where games played >= 164
0
[ header: game | day | date | kickoff | opponent | results score | results record | location | attendance row 1 : 1 | saturday | november 9 | 7:05pm | at detroit waza | w 8-7 (ot) | 1-0 | melvindale civic center | 545 row 2 : 2 | sunday | november 10 | 3:05pm | at cleveland freeze | l 3-11 | 1-1 | soccer sportsplex | 703 row 3 : 3 | saturday | november 16 | 7:35pm | detroit waza | l 5-8 | 1-2 | farm show arena | 1605 row 4 : 4 | saturday | november 23 | 7:05pm | cleveland freeze | l 7-10 | 1-3 | farm show arena | 1050 row 5 : 5 | saturday | november 30 | 7:05pm | cincinnati saints | w 8-6 | 2-3 | farm show arena | 1458 row 6 : 6 | saturday | december 21 | 7:05pm | detroit waza | w 9-8 | 3-3 | farm show arena | 1590 row 7 : 7 | sunday | december 22 | 4:05pm | at cleveland freeze | l 4-12 | 3-4 | soccer sportsplex | 431 row 8 : 8 | saturday | december 28 | 7:05pm | cleveland freeze | l 5-12 | 3-5 | farm show arena | 1581 row 9 : 9 | saturday | january 11 | 7:35pm | at cincinnati saints | l 8-9 | 3-6 | tri-county soccerplex | 421 row 10 : 10 | sunday | january 12 | 3:05pm | at detroit waza | l 6-12 | 3-7 | melvindale civic center | 356 row 11 : 11 | saturday | january 18 | 7:05pm | cincinnati saints | w 10-5 | 4-7 | farm show arena | 2209 row 12 : 12 | friday | january 24 | 7:05pm | chicago mustangs | l 7-13 | 4-8 | farm show arena | 1895 row 13 : 13 | saturday | january 25 | 7:05pm | chicago mustangs | l 5-12 | 4-9 | farm show arena | 2373 row 14 : 14 | saturday | february 8 | 8:35pm | at illinois piasa | l 3-4 | 4-10 | the field sports complex | 206 row 15 : 15 | sunday | february 9 | 5:05pm | at chicago mustangs | l 3-14 | 4-11 | grand sports arena | 748 row 16 : 16 | sunday | february 16 | 4:05pm | at dallas sidekicks | l 3-13 | 4-12 | allen event center | 4207 ] Execute this SQL based on the above table: select count ( day ) where location = 'grand sports arena'
1
[ header: no. | score | player | team | balls | inns. | opposing team | date | result row 1 : 1 | 325 | andy sandham | england | 640 | 1 | west indies | 3 april 1930 | drawn row 2 : 4 | 270 | george headley (2/2) | west indies | nr | 1 | england | 14 march 1935 | won row 3 : 6 | 141 | everton weekes (1/2) | west indies | nr | 2 | england | 27 march 1948 | won row 4 : 9 | 237 | frank worrell | west indies | nr | 2 | india | 28 march 1953 | drawn row 5 : 12 | 150 | pankaj roy | india | nr | 3 | west indies | 28 march 1953 | drawn row 6 : 14 | 116 | willie watson | england | nr | 4 | west indies | 15 january 1954 | lost row 7 : 16 | 116 | clyde walcott (2/5) | west indies | nr | 3 | england | 30 march 1954 | lost row 8 : 19 | 108 | clyde walcott (3/5) | west indies | nr | 2 | australia | 26 march 1955 | lost row 9 : 21 | 155 | clyde walcott (4/5) | west indies | nr | 1 | australia | 11 june 1955 | lost row 10 : 24 | 109 | keith miller (2/2) | australia | nr | 2 | west indies | 11 june 1955 | won row 11 : 25 | 128 | ron archer | australia | nr | 2 | west indies | 11 june 1955 | won row 12 : 27 | 110 | clyde walcott (5/5) | west indies | nr | 3 | australia | 11 june 1955 | lost row 13 : 31 | 106 | wazir mohammad | pakistan | nr | 3 | west indies | 26 february 1958 | lost row 14 : 32 | 114 | colin cowdrey (1/2) | england | nr | 1 | west indies | 17 february 1960 | drawn row 15 : 33 | 147 | garfield sobers (2/5) | west indies | nr | 2 | england | 17 february 1960 | drawn row 16 : 41 | 158 | rohan kanhai (2/ | west indies | nr | 3 | india | 18 february 1971 | drawn row 17 : 42 | 163 | roy fredericks | west indies | nr | 1 | new zealand | 16 february 1972 | drawn row 18 : 45 | 100 | lawrence rowe (2/3) | west indies | nr | 3 | new zealand | 16 february 1972 | drawn row 19 : 46 | 101 | mark burgess | new zealand | nr | 4 | west indies | 16 february 1972 | drawn row 20 : 48 | 142 | keith stackpole | australia | nr | 3 | west indies | 16 february 1973 | drawn row 21 : 56 | 153 | graham gooch | england | 213 | 1 | west indies | 10 april 1981 | drawn row 22 : 58 | 127 | gordon greenidge (2/2) | west indies | 193 | 2 | australia | 28 april 1984 | won row 23 : 61 | 156 | richie richardson (1/3) | west indies | 314 | 2 | india | 28 april 1989 | won row 24 : 62 | 110 | viv richards | west indies | 178 | 2 | india | 28 april 1989 | won row 25 : 65 | 104 | richie richardson (2/3) | west indies | 233 | 3 | australia | 1 may 1991 | drawn ] Execute this SQL based on the above table: select date order by inns. limit 1
3 april 1930
[ header: province | capital | area (km2) | population | density row 1 : azua | azua | 2531.77 | 298246 | 118 row 2 : bahoruco | neiba | 1282.23 | 111269 | 87 row 3 : barahona | barahona | 1739.38 | 232818 | 134 row 4 : dajabon | dajabon | 1020.73 | 87274 | 86 row 5 : distrito nacional | santo domingo | 104.44 | 1402749 | 13431 row 6 : duarte | san francisco de macoris | 1605.35 | 338649 | 211 row 7 : el seibo | el seibo | 1786.8 | 110212 | 62 row 8 : elias pina | comendador | 1426.2 | 84632 | 59 row 9 : espaillat | moca | 838.62 | 333401 | 398 row 10 : hato mayor | hato mayor | 1329.29 | 103032 | 78 row 11 : hermanas mirabal | salcedo | 440.43 | 121887 | 277 row 12 : independencia | jimani | 2006.44 | 74583 | 37 row 13 : la altagracia | higuey | 3010.34 | 372289 | 124 row 14 : la romana | la romana | 653.95 | 344580 | 527 row 15 : la vega | concepcion de la vega | 2287.24 | 447905 | 196 row 16 : maria trinidad sanchez | nagua | 1271.71 | 195886 | 154 row 17 : monsenor nouel | bonao | 992.39 | 203183 | 205 row 18 : monte cristi | monte cristi | 1924.35 | 150833 | 78 row 19 : monte plata | monte plata | 2632.14 | 222641 | 85 row 20 : pedernales | pedernales | 2074.53 | 52165 | 25 row 21 : peravia | bani | 792.33 | 217241 | 274 row 22 : puerto plata | puerto plata | 1852.9 | 498232 | 269 row 23 : samana | samana | 853.74 | 139707 | 164 row 24 : san cristobal | san cristobal | 1265.77 | 640066 | 506 row 25 : san jose de ocoa | san jose de ocoa | 855.4 | 97640 | 114 row 26 : san juan | san juan de la magu | 3569.39 | 317293 | 89 row 27 : san pedro de macori | san pedro de macori | 1255.46 | 392911 | 313 row 28 : sanchez ramirez | cotui | 1196.13 | 248807 | 208 row 29 : santiago | santiago de los caballe | 2836.51 | 1543362 | 544 row 30 : santiago rodriguez | sabaneta | 1111.14 | 99044 | 89 row 31 : santo domingo | santo domingo este | 1296.35 | 3263053 | 2517 row 32 : valverde | mao | 823.38 | 217026 | 264 row 33 : total | None | 48666.83 | 12935223 | 266 ] Execute this SQL based on the above table: select count ( * ) where province = 'total'
1
[ 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 division order by other information - abbreviation desc limit 1
nelonen
[ header: # | title | english translation | original album | length row 1 : 1 | mimpi yang sempurn | a perfect dream | kisah 2002 malam | 4:30 row 2 : 2 | bintang di surga | stars in the heaven | bintang di surga | None row 3 : 3 | aku dan bintang | the stars and me | taman langit | 3:39 row 4 : 4 | jauh mimpiku | distant dreams of mine | ost. alexandria | None row 5 : 5 | hari yang cerah un | a bright day for a lonely soul | hari yang cerah | 3:59 row 6 : 6 | menunggu pagi | waiting for dawn | ost. alexandria | None row 7 : 7 | khayalan tingkat ting | high-level imagination | bintang di surga | None row 8 : 8 | sahabat | best friend | taman langit | 4:33 row 9 : 9 | sally sendiri | sally alone | hari yang cerah | 4:17 row 10 : 10 | langit tak mendengar | the sky didn't listen | ost. alexandria | None row 11 : 11 | di belakangku | behind me | bintang di surga | None row 12 : 12 | kita tertawa | we laugh | taman langit | 3:29 row 13 : 13 | membebaniku | burdening me | ost. alexandria | 4:25 row 14 : 14 | cobalah mengerti | try to understand | hari yang cerah | 3:30 row 15 : 15 | topeng | mask | taman langit | 4:25 ] Execute this SQL based on the above table: select english translation order by length desc limit 1
a perfect dream
[ header: region | country | location | size (m) | payload (metric tonnes) | degrees of freedom | x horiz disp (mm) | y horiz disp (mm) | z vert disp (mm) | x horiz vel (mm/s) | y horiz vel (mm/s) | z vert vel (mm/s) | x horiz accel (m/s2) | y horiz accel (m/s2) | z vert accel (m/s2) | max freq (hz) | details checked row 1 : asia | china | xi'a university of architecture & | 2 x 2 | None | None | None | None | None | None | None | None | None | None | None | None | None row 2 : asia | japan | hitachi engineering corp | 4 x 4 | 20 | 1 | ±150 | None | None | ±750 | None | None | ±20 | None | None | 30 | None row 3 : asia | japan | ishikawajima harima | 4.5 x 4.5 | 35 | 6 | ±100 | ±100 | ±67 | ±750 | ±750 | ±500 | ±15 | ±15 | ±10 | 50 | None row 4 : asia | japan | kumagai-gumi corp | 5 x 5 | 64 | 6 | ±80 | ±260 | ±50 | ±600 | ±1500 | ±500 | ±30 | ±10 | ±10 | 70 | None row 5 : asia | japan | ministry of construction | 6 x 8 | 100 | 2 | ±75 | None | None | ±600 | None | None | ±7 | None | None | 30 | None row 6 : asia | japan | shimizu corporation | 4 x 4 | 20 | 3 | ±200 | None | None | ±1000 | None | None | ±10 | None | None | 50 | None row 7 : asia | japan | tobishima corp ltd | 4 x 4 | 20 | 2 | ±75 | None | None | None | None | None | ±15 | None | None | 30 | None row 8 : canada | canada | university of british columbia | 4 x 4 | 30 | 6 | None | None | None | None | None | None | None | None | None | None | None row 9 : europe | france | commissariat a l'energie | 4 x 3 | 20 | 1 | ±125 | None | None | ±1000 | None | None | ±10 | None | None | 50 | 27/01/2011 row 10 : europe | italy | european centre for training & research in earthquake engineering | 5.6 x 7 | 140 | 1 | ±500 | None | None | ±2200 | None | None | 59 | None | None | 50 | None row 11 : europe | italy | european centre for training & research in earthquake engineering | 1.6 x 4.4 | 5000 (vertical load) | 5 | ±500 | ±265 | 140 | ±2200 | ±600 | ±250 | 18 | None | None | 20 | None row 12 : europe | spain | cedex | None | None | None | None | None | None | None | None | None | None | None | None | None | None row 13 : usa | colorado | anco engineers, inc boulder, colora | 3 x 3 | 10 | 3 | ±200 | ±200 | ±200 | ±2000 | ±2000 | ±2000 | ±30 | ±30 | ±30 | 40 | 16/10/2012 ] Execute this SQL based on the above table: select country where x horiz vel (mm/s) >= 100
japan, japan, japan, japan, japan, france, italy, italy, colorado
[ header: constituency | region | name | party | last elected row 1 : 1 | arica and parinacota tarapac | fulvio rossi | ps | 2009 row 2 : 2 | antofagasta | carlos cantero ojeda | ind | 2005 row 3 : 2 | antofagasta | jose antonio gomez | prsd | 2005 row 4 : 3 | atacama | isabel allende | ps | 2009 row 5 : 4 | coquimbo | gonzalo uriarte | udi | 2005 row 6 : 5 | valparaiso | ignacio walker | pdc | 2009 row 7 : 5 | valparaiso | lily perez | rn | 2009 row 8 : 6 | valparaiso | ricardo l. weber | ppd | 2009 row 9 : 6 | valparaiso | francisco chahuan | rn | 2009 row 10 : 7 | santiago | jovino novoa vasque | udi | 2005 row 11 : 8 | santiago | soledad alvear valenzue | pdc | 2005 row 12 : 9 | o'higgins | alejandro garcia-huidobro | udi | 2005 row 13 : 9 | o'higgins | juan pablo letelier morel | ps | 2005 row 14 : 10 | maule | ximena rincon | pdc | 2009 row 15 : 10 | maule | juan antonio colo | udi | 2009 row 16 : 11 | maule | hernan larrain fernandez | udi | 2009 row 17 : 12 | biobio | hosain sabag castill | pdc | 2005 row 18 : 13 | biobio | mariano ruiz-es | pdc | 2005 row 19 : 14 | araucania | jaime quintana | ppd | 2009 row 20 : 14 | araucania | alberto espina otero | rn | 2009 row 21 : 15 | araucania | eugenio tuma | ppd | 2009 row 22 : 15 | araucania | jose garcia ruminot | rn | 2009 row 23 : 16 | los rios (plus district 55) | carlos larrain pena | rn | 2005 row 24 : 16 | los rios (plus district 55) | eduardo frei rui | pdc | 2005 row 25 : 17 | los lagos (minus district 55) | camilo escalona medin | ps | 2005 row 26 : 17 | los lagos (minus district 55) | carlos kuschel silva | rn | 2005 row 27 : 18 | aisen | patricio walker | pdc | 2009 row 28 : 18 | aisen | antonio horvath | rn | 2001 row 29 : 19 | magallanes | carlos bianchi chelech (vic | ind | 2005 row 30 : 19 | magallanes | pedro munoz abur | ps | 2005 ] Execute this SQL based on the above table: select count ( * ) where name = 'camilo escalona medina (president, march 20, 2012-march 20, 2013)'
0
[ header: rnd | circuit | lmp1 winning team lmp1 winning drivers | lmp2 winning team lmp2 winning drivers | gt1 winning team gt1 winning drivers | gt2 winning team gt2 winning drivers | results row 1 : 1 | sebring | #2 audi sport north america | #37 intersport racing | #4 corvette racing | #50 multimatic motorsports | results row 2 : 1 | sebring | rinaldo capello tom | clint field liz halliday | oliver gavin olivier beretta | scott maxwell david brabham | results row 3 : 2 | reliant park | #2 audi sport north america | #37 intersport racing | #4 corvette racing | #23 alex job racing | results row 4 : 2 | reliant park | allan mcnish rinal | clint field liz halliday | oliver gavin olivier beretta | mike rockenfeller klaus | results row 5 : 3 | mid-ohio | #2 audi sport north america | #7 penske racing | #4 corvette racing | #45 flying lizard motorsports | results row 6 : 3 | mid-ohio | allan mcnish rinal | timo bernhard roma | oliver gavin olivier beretta | johannes van overbeek wolf | results row 7 : 4 | lime rock | #2 audi sport north america | #7 penske racing | #009 aston martin racing | #31 petersen/white lightning | results row 8 : 4 | lime rock | allan mcnish rinal | timo bernhard roma | stephane sarrazin pedr | jorg bergmeister patrick long | results row 9 : 5 | miller | #1 audi sport north america | #6 penske racing | #007 aston martin racing | #62 risi competi | results row 10 : 7 | road america | #1 audi sport north america | #6 penske racing | #3 corvette racing | #31 petersen/white lightning | results row 11 : 7 | road america | frank biela emanu | sascha maassen tim | ron fellows johnny | jorg bergmeister patrick long mich | results row 12 : 8 | mosport | #2 audi sport north america | #7 penske racing | #009 aston martin racing | #62 risi competi | results row 13 : 8 | mosport | allan mcnish rinal | lucas luhr roma | stephane sarrazin pedr | stephane ortelli johnny | results row 14 : 9 | road atlanta | #2 audi sport north america | #6 penske racing | #007 aston martin racing | #31 petersen/white lightning | results row 15 : 9 | road atlanta | allan mcnish rinal | sascha maassen tim | tomas enge darren turner | jorg bergmeister patrick long | results row 16 : 10 | mazda raceway laguna sec | #2 audi sport north america | #7 penske racing | #009 aston martin racing | #62 risi competi | results ] Execute this SQL based on the above table: select count ( lmp2 winning team lmp2 winning drivers ) where rnd > 5
7
[ 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 competition where competition in ( 'european championships' , 'european championships' ) group by competition order by count ( position ) desc limit 1
european championships
[ header: treaty | organization | introduced | signed | ratified row 1 : convention on the prevention and punishment of the crime of | united nations | 1948 | None | 1958 row 2 : international convention on the elimination of all forms of | united nations | 1966 | 1967 | 1970 row 3 : international covenant on economic, social and cultural rights | united nations | 1966 | 1977 | 1979 row 4 : international covenant on civil and political rights | united nations | 1966 | 1977 | 1979 row 5 : first optional protocol to the international covenant on civil and | united nations | 1966 | None | None row 6 : convention on the non-applicability of | united nations | 1968 | None | None row 7 : international convention on the suppression and punishment of the crime | united nations | 1973 | None | None row 8 : convention on the elimination of all forms of discrimination | united nations | 1979 | None | 1993 row 9 : convention against torture and other cruel, inhuman or | united nations | 1984 | 1986 | 1993 row 10 : convention on the rights of the child | united nations | 1989 | 1990 | 1993 row 11 : second optional protocol to the international covenant on civil and | united nations | 1989 | None | None row 12 : international convention on the protection of the rights of all | united nations | 1990 | 1991 | 1993 row 13 : optional protocol to the convention on the elimination of all | united nations | 1999 | None | None row 14 : optional protocol to the convention on the rights of the | united nations | 2000 | 2000 | 2002 row 15 : optional protocol to the convention on the rights of the | united nations | 2000 | 2000 | 2001 row 16 : convention on the rights of persons with disabilities | united nations | 2006 | 2007 | 2009 row 17 : optional protocol to the convention on the rights of persons | united nations | 2006 | None | 2009 row 18 : international convention for the protection of all persons from enforce | united nations | 2006 | 2007 | 2013 row 19 : optional protocol to the international covenant on economic, social | united nations | 2008 | None | None row 20 : optional protocol to the convention on the rights of the | united nations | 2011 | 2012 | None ] Execute this SQL based on the above table: select count ( * ) where organization = '1979'
0
[ header: county | feinstein | votes | seymour | votes | horne | votes | meeu. | votes | boddie | votes | w/i | v's row 1 : san mateo | 67.25% | 181,990 | 27.89% | 75,470 | 1.84% | 4,983 | 1.29% | 3,478 | 1.73% | 4,684 | 0.00% | 0 row 2 : contra costa | 62.96% | 229,988 | 31.62% | 115,507 | 1.92% | 7,011 | 1.77% | 6,470 | 1.73% | 6,320 | 0.00% | 2 row 3 : sonoma | 62.84% | 121,471 | 29.38% | 56,793 | 3.02% | 5,846 | 2.43% | 4,702 | 2.33% | 4,502 | 0.00% | 0 row 4 : santa clara | 62.19% | 364,997 | 30.98% | 181,858 | 2.15% | 12,646 | 2.20% | 12,912 | 2.47% | 14,518 | 0.00% | 2 row 5 : monterey | 58.89% | 66,417 | 34.74% | 39,182 | 2.10% | 2,369 | 2.30% | 2,590 | 1.96% | 2,216 | 0.00% | 0 row 6 : los angeles | 58.72% | 1,552,223 | 34.03% | 899,656 | 3.18% | 84,093 | 2.09% | 55,380 | 1.97% | 52,123 | 0.00% | 20 row 7 : napa | 57.01% | 29,875 | 35.38% | 18,539 | 2.46% | 1,288 | 2.93% | 1,537 | 2.22% | 1,161 | 0.00% | 0 row 8 : del norte | 50.92% | 4,696 | 39.66% | 3,658 | 2.56% | 236 | 4.98% | 459 | 1.89% | 174 | 0.00% | 0 row 9 : merced | 47.61% | 22,010 | 43.79% | 20,246 | 2.79% | 1,289 | 2.95% | 1,365 | 2.86% | 1,323 | 0.00% | 0 row 10 : nevada | 46.04% | 20,044 | 44.73% | 19,476 | 2.90% | 1,261 | 3.32% | 1,444 | 3.02% | 1,313 | 0.00% | 0 row 11 : placer | 45.75% | 40,511 | 45.73% | 40,497 | 2.38% | 2,109 | 3.30% | 2,920 | 2.84% | 2,518 | 0.00% | 0 row 12 : mariposa | 45.38% | 3,681 | 43.98% | 3,568 | 3.09% | 251 | 5.07% | 411 | 2.48% | 201 | 0.00% | 0 row 13 : sierra | 45.12% | 818 | 44.57% | 808 | 2.48% | 45 | 3.47% | 63 | 4.36% | 79 | 0.00% | 0 row 14 : mono | 45.11% | 1,931 | 44.64% | 1,911 | 2.83% | 121 | 3.95% | 169 | 3.48% | 149 | 0.00% | 0 row 15 : butte | 44.72% | 37,396 | 45.57% | 38,111 | 2.96% | 2,477 | 3.56% | 2,980 | 3.19% | 2,666 | 0.00% | 0 row 16 : trinity | 42.41% | 2,743 | 43.66% | 2,824 | 3.80% | 246 | 6.29% | 407 | 3.83% | 248 | 0.00% | 0 row 17 : yuba | 40.76% | 6,890 | 46.63% | 7,882 | 3.07% | 518 | 6.09% | 1,030 | 3.45% | 584 | 0.00% | 0 ] Execute this SQL based on the above table: select votes order by votes limit 1
79.0
[ header: central division v t e | w | l | pct | gb | home | road | div row 1 : y-atlanta hawks | 50 | 32 | 0.61 | None | 32-9 | 18-23 | 21-9 row 2 : x-houston rockets | 41 | 41 | 0.5 | 9 | 29-12 | 12-29 | 20-10 row 3 : x-san antonio | 41 | 41 | 0.5 | 9 | 27-14 | 14-27 | 14-16 row 4 : cleveland cavaliers | 37 | 45 | 0.451 | 13 | 28-13 | 9-32 | 16-14 row 5 : indiana pacers | 37 | 45 | 0.451 | 13 | 26-15 | 11-30 | 15-15 row 6 : detroit pistons | 16 | 66 | 0.195 | 34 | 13-28 | 3-38 | 4-26 ] Execute this SQL based on the above table: select pct where div = '4-26' group by pct order by count ( home ) desc limit 1
0.195
[ header: name | gauge | builder | type | date | works number | notes row 1 : no.774 | 2 ft (610 mm) | baguley | 4wpm | 1919 | 774 | undergoing restoration, not on display, purchased 1998 row 2 : dot | 18 in (457 mm) | beyer peacock | 0-4-0wt | 1887 | 2817 | built for the internal gorton locomotive works of be row 3 : rough pup | 2 ft (610 mm) | hunslet | 0-4-0st | 1891 | 541 | built for the dinorwic quarry railway. row 4 : no. 13 | 1 ft 10 in (560 mm | william spence ltd | 0-4-0t | 1895 | None | one of a fleet of overtype locomotives row 5 : george henry | 1 ft 10 3⁄4 in (5 | de winton | 0-4-0vb | 1877 | None | ex-penrhyn quarry locomotive. row 6 : jubilee 1897 | 1 ft 11 1⁄2 in (5 | manning wardle | 0-4-0st | 1897 | 1382 | built for the cilgwyn quarry in row 7 : dundee gasworks no.2 | 1 ft 11 1⁄2 in (5 | kerr stuart | 0-4-0wt | 1907 | 720 | built for the dundee gasworks railway ] Execute this SQL based on the above table: select name order by works number limit 1982
no. 13, george henry, rough pup, dundee gasworks no.2, no.774, jubilee 1897, dot
[ header: year | winner | county | opponent | county row 1 : 2013 | rower-inistioge | kilkenny | buffers alley | wexford row 2 : 2012 | clara | kilkenny | oylegate/glenbrien | wexford row 3 : 2011 | mount leinster rangers | carlow | celbridge | kildare row 4 : 2010 | dicksboro | kilkenny | celbridge | kildare row 5 : 2009 | st. lachtains | kilkenny | mount leinster rangers | carlow row 6 : 2008 | kilmessan | meath | erin's own | kilkenny row 7 : 2007 | clonkill | westmeath | ferns st. aiden' | wexford row 8 : 2006 | ardclough | kildare | raharney | westmeath row 9 : 2005 | dicksboro | kilkenny | marshalstown | wexford row 10 : 2004 | carrickshock | kilkenny | st. patrick's | wexford ] Execute this SQL based on the above table: select opponent order by year limit 888
st. patrick's, marshalstown, raharney, ferns st. aiden's, erin's own, mount leinster rangers, celbridge, celbridge, oylegate/glenbrien, buffers alley
[ header: date | race name | d(f) | course | prize (£) | odds | runners | place | margin | winner/runner-up | time | jockey row 1 : july 1879 | chesterfield stakes | 5 | newmarket | 1130 | 9/4 | 11 | 1 | 1 | petal | 0:59 | charles wood row 2 : 29 july 1879 | richmond stakes | 6 | goodwood | 1762 | None | 8 | 1 | None | None | None | None row 3 : august 1879 | prince of wales stakes | 5 | york | 340 | 1/2 | 9 | 1 | 0.5 | brother to ersilia | None | fred archer row 4 : 1879 | triennial produce stakes | 10 | newmarket | 881 | None | 11 | 1 | None | None | None | None row 5 : 1879 | rous memorial stakes | 5 | newmarket | 567 | None | 10 | 1 | None | None | None | None row 6 : 26 may 1880 | epsom derby | 12 | epsom downs | 6375 | 2/1 | 19 | 1 | head | robert the devil | 2:48 | fred archer row 7 : june 1880 | st. james's palace | 8 | ascot | 1550 | 30/100 | 5 | 1 | head | fernandez | None | g fordham row 8 : 15 september 1880 | st leger | 14.5 | doncaster | 6100 | 4/5 | 12 | 6 | None | robert the devil | 3:32 | None row 9 : 28 september 1880 | great foal stakes | 10 | newmarket | 2697 | 9/2 | 7 | 2 | head | robert the devil | 2:25 | tom cannon row 10 : 14 october 1880 | champion stakes | 10 | newmarket | 2071 | 5/4 | 4 | 2 | 10 | robert the devil | 2:10 | g fordham row 11 : 27 april 1881 | city and suburban handicap | 10 | epsom downs | 1230 | 100/8 | 24 | 1 | 1.5 | foxhall | 2:07 | fred archer row 12 : 3 june 1881 | epsom gold cup | 12 | epsom downs | 500 | None | 2 | 1 | None | robert the devil | None | None row 13 : 13 october 1881 | champion stakes | 10 | newmarket | 2087 | 4/6 | 8 | 1 | 0.75 | scobell | 2:23.6 | fred archer row 14 : 25 october 1881 | cambridgeshire stakes | 9 | newmarket | 2017 | 9/2 | 32 | 7 | None | foxhall | 2:15.4 | fred archer ] Execute this SQL based on the above table: select odds order by runners desc limit 1
9/2
[ header: name | location | city | listing date row 1 : branch county courthouse informational site | 31 division street | coldwater | march 16, 1989 row 2 : bronson public library | 207 matteson street | bronson | september 28, 2000 row 3 : chicago road informational designation | us-12 and prairie river road (park 1.5 miles | bronson township | september 17, 1957 row 4 : city of coldwater informational designation | city park at intersection of us-12 and us- | coldwater | april 14, 1961 row 5 : edwin r. clarke library | 12 east chicago street, between division and | coldwater | march 9, 1966 row 6 : dr. hawley harve | 66 north monroe street | coldwater | august 21, 1987 row 7 : east chicago street historic district | chicago street from wright to division | coldwater | july 26, 1974 row 8 : first presbyterian church | 52 marshall street, ne corner of | coldwater | june 15, 1979 row 9 : abram c. fisk house | 867 east chicago street | coldwater | june 15, 1979 row 10 : william p. hurd house | 601 north broadway | union city | july 17, 1981 row 11 : lanphere-pratt house | 90 division street | coldwater | february 23, 1978 row 12 : henry a. locke house | 140 east division street | sherwood | march 19, 1980 row 13 : governor cyrus gray luce home | northeast corner of division and east washington streets | coldwater | august 15, 1975 row 14 : methodist episcopal church | 126 marshall road | coldwater | april 17, 1997 row 15 : general john g. parkhurst house | 55 north clay street | coldwater | june 15, 1979 row 16 : harriet quimby informational designation | branch county memorial airport | coldwater | january 21, 1988 row 17 : quincy township public library | 11 north main street, just north of us-12 | quincy | april 25, 1988 row 18 : state public school at coldwater | 620 marshall road | coldwater | may 13, 1981 row 19 : tibbits opera house | 14 south hanchett street | coldwater | december 11, 1970 row 20 : union city iron furnace | m-60 near waterworks road | union township | february 14, 1963 row 21 : union city methodist episcopal church | 200 ellen street | union city | september 19, 1991 row 22 : lucius m. wing house | 27 south jefferson street, ne | coldwater | october 17, 1974 row 23 : john d. zimmerman house | 119 east high street | union city | september 21, 1983 ] Execute this SQL based on the above table: select count ( listing date ) where listing date = 'december 11, 1970'
1
[ header: model | origin | type | version | in service | notes row 1 : larc-v | united states | amphibious support vehicle | larc-v | 5 | most refurbished in 2006 row 2 : gkn aquatrack | united kingdom | amphibious support vehicle | aquatrack | 2 | introduced in mid 1990s. originally owned by the row 3 : am general hmmwv | united states | light utility vehicle | m998a1 m1038 | None | divided into several variants and series row 4 : maxi-ambulance | united states | light utility vehicle | m997a2 | 4 | 150 delivered to afp on nov row 5 : m939 truck | united states | heavy utility vehicle | m923 | None | several delivered to afp in 2013, several row 6 : m35 truck | united states | 2 1/2-ton utility vehicle | m35 | None | divided into several variants and series. more delivered row 7 : m151 | united states | 1/4-ton light utility vehicle and weapons carrier | standard | None | in service, several carrying m40 106 row 8 : delta mini cruiser | philippines | 1/4-ton light utility vehicle | m1777 | None | divided into several variants and series, including short row 9 : marine multi-purpose vehicle | philippines | light utility vehicle and weapons carrier | standard | None | to replace the m151 mutt, row 10 : km-50 series | republic of korea | 5-ton utility vehicle | km-500 | 12 | 155mm artillery prime mover. row 11 : km-45 series | republic of korea | 1 1/2-ton utility vehicle | km-450 | >50 | 3000 purchased by afp on 2007, row 12 : km-45 series | republic of korea | field ambulance | km-451 | 12 | 500 purchased by afp in 2012, ] Execute this SQL based on the above table: select count ( version ) where version = 'm923'
1
[ header: year | title | role | notes row 1 : 1984 | no small affair | mona | film debut row 2 : 1985 | moving violations | amy hopkins | None row 3 : 1987 | inside out | amy | None row 4 : 1988 | johnny be good | connie hisler | None row 5 : 1988 | high spirits | miranda | None row 6 : 1989 | let it ride | vicki | None row 7 : 1989 | the fabulous baker boys | blanche "monica" moran | None row 8 : 1991 | the doors | okie girl | uncredited row 9 : 1991 | scorchers | talbot | None row 10 : 1992 | shadow of the wolf | igiyook | None row 11 : 1993 | made in america | stacy | None row 12 : 1994 | bullets over broadway | olive neal | None row 13 : 1994 | embrace of the vampire | marika | None row 14 : 1995 | bird of prey | kily griffith | None row 15 : 1995 | man with a gun | rena rushton/kathy | None row 16 : 1996 | the pompatus of love | tarzaan | None row 17 : 1996 | house arrest | cindy figler | None row 18 : 1996 | bound | violet | None row 19 : 1996 | american strays | patty mae | None row 20 : 1997 | liar liar | samantha cole | None row 21 : 1997 | edie & pen | edie piper | None row 22 : 1997 | bella mafia | moyra luciano | None row 23 : 1997 | the wrong guy | lynn holden | None row 24 : 1998 | relax...it's just sex | tara ricotto | None row 25 : 1998 | hoods | mary crippa | None row 26 : 1998 | bride of chucky | tiffany | None row 27 : 1998 | music from another room | nina | None row 28 : 1999 | goosed | charlene | None row 29 : 1999 | do not disturb | cathryn | None row 30 : 1999 | bartok the magnificent | piloff | voice only direct-to-video row 31 : 1999 | play it to the bone | ringside fan | None row 32 : 2000 | cord | helen | None row 33 : 2000 | bruno | dolores | None row 34 : 2000 | dancing at the blue iguana | jo | None row 35 : 2000 | the crew | ferris 'aka maureen' low | None row 36 : 2001 | fast sofa | ginger quail | None row 37 : 2001 | ball in the house | dot | None row 38 : 2001 | the cat's meow | louella parsons | None row 39 : 2003 | the haunted mansion | madame leota | None row 40 : 2003 | jericho mansions | donna cherry | None row 41 : 2004 | second best | carole | None row 42 : 2004 | perfect opposites | elyse steinberg | None row 43 : 2004 | home on the range | grace | voice only row 44 : 2004 | el padrino | sebeva | None row 45 : 2004 | love on the side | alma kerns | None row 46 : 2005 | lil' pimp | miss de la croix | voice only row 47 : 2005 | the civilization of maxwell bright | dr. o'shannon | None row 48 : 2005 | tideland | queen gunhilda | None row 49 : 2006 | the poker movie | herself | None row 50 : 2007 | intervention | None | None row 51 : 2008 | deal | karen 'razor' jo | None row 52 : 2008 | the caretaker | miss perry | None row 53 : 2008 | inconceivable | salome 'sally' marsh | None ] Execute this SQL based on the above table: select count ( * ) where year < 1991
7
[ header: jurisdiction | adherents | bishops | priests | monastics | monasteries | parishes row 1 : constantinople (details) | 5200000 | 125 | None | 1800 | 142 | 648 row 2 : alexandria (details | 1200000 | 41 | None | None | None | None row 3 : antioch (details) | 2000000 | 36 | None | None | None | None row 4 : jerusalem (details) | 700000 | 20 | None | None | None | None row 5 : russia (details) | 150000000 | 217 | 30675 | None | 807 | 30142 row 6 : georgia (details) | 3500000 | 37 | 437 | None | None | 600 row 7 : bulgaria (details) | 10000000 | 15 | 1500 | None | 120 | 2600 row 8 : serbia (details) | 11000000 | 44 | None | None | 49 | 3100 row 9 : romania (details) | 17000000 | 53 | 15068 | 7605 | 359 | 15717 row 10 : cyprus (details) | 700000 | 16 | None | None | 67 | None row 11 : greece (details) | 6000000 | 101 | 10000 | 3541 | 541 | None row 12 : albania (details) | 700000 | 6 | 135 | None | 150 | 909 row 13 : poland (details) | 600000 | 12 | None | None | None | 400 row 14 : czech lands & s | 100000 | 6 | None | None | None | 172 row 15 : orthodox church in america (details | 85000 | 10 | None | None | 20 | 700 row 16 : total | 208785000 | 729 | 54382 | 12946 | 2236 | 54239 ] Execute this SQL based on the above table: select jurisdiction where bishops = 125
constantinople (details)
[ header: # | wrestlers | reign | date | days held | location | event | notes row 1 : 1 | the super destroyers (a.j. pe | 1 | 23-jun-92 | 283 | philadelphia, pa | live event | petrucci and stahl won the titles row 2 : 9 | kevin sullivan and the | 1 | 4-dec-93 | 92 | philadelphia, pa | hardcore tv #35 | defeat dreamer and shane dou row 3 : 12 | the public enemy | 2 | 5-nov-94 | 91 | philadelphia, pa | november to remember (1994) | None row 4 : 15 | the public enemy | 3 | 8-apr-95 | 83 | philadelphia, pa | three way dance | also def. rick steiner ( row 5 : 16 | raven and stevie richards | 1 | 30-jun-95 | 78 | jim thorpe, pa | hardcore tv #115 | aired 7-4-95 on t row 6 : 17 | the pitbulls (pitbull #1 and pit | 1 | 16-sep-95 | 21 | philadelphia, pa | gangsta's paradise | None row 7 : 25 | the dudley boyz (buh bu | 1 | 15-mar-97 | 29 | philadelphia, pa | hostile city showdown | aired 3/20/97 on hardcore row 8 : 26 | the eliminators | 3 | 13-apr-97 | 68 | philadelphia, pa | barely legal | None row 9 : 30 | the gangstanators (kronus | 1 | 20-sep-97 | 28 | philadelphia, pa | as good as it gets | aired 9-27-97 on row 10 : 31 | full blooded italians (little gui | 1 | 18-oct-97 | 48 | philadelphia, pa | hardcore tv #236 | aired 11-1-97 on t row 11 : 32 | doug furnas and phil | 1 | 5-dec-97 | 1 | waltham, ma | live event | None row 12 : 35 | the dudley boyz | 4 | 24-oct-98 | 8 | cleveland, oh | hardcore tv #288 | aired 10-28-98 on t row 13 : 37 | the dudley boyz | 5 | 6-nov-98 | 37 | new york, ny | hardcore tv #290 | aired 11-11-98 on t row 14 : 40 | spike dudley and balls mahoney | 1 | 18-jul-99 | 26 | dayton, oh | heat wave (1999) | None row 15 : 43 | the dudley boyz | 8 | 26-aug-99 | 0 | new york, ny | ecw on tnn# | aired 9-3-99 on t row 16 : 44 | tommy dreamer (2) and raven (3) | 1 | 26-aug-99 | 136 | new york, ny | ecw on tnn# | aired 9-3-99 on t row 17 : 46 | tommy dreamer (3) and masato | 1 | 26-feb-00 | 7 | cincinnati, oh | hardcore tv #358 | aired 3-7-00 on t ] Execute this SQL based on the above table: select count ( distinct notes ) where notes = 'aired 11-1-97 on tv'
1
[ header: character | м | м | м | м row 1 : unicode name | cyrillic capital letter e | cyrillic capital letter e | cyrillic small letter e | cyrillic small letter e row 2 : encodings | decimal | hex | decimal | hex row 3 : unicode | 1052 | u+041c | 1084 | u+043c row 4 : utf-8 | 208 156 | d0 9c | 208 188 | d0 bc row 5 : numeric character reference | &#1052; | &#x41c; | &#1084; | &#x43c; row 6 : koi8-r and k | 237 | ed | 205 | cd row 7 : code page 855 | 211 | d3 | 210 | d2 row 8 : code page 866 | 140 | 8c | 172 | ac row 9 : windows-1251 | 204 | cc | 236 | ec row 10 : iso-8859-5 | 188 | bc | 220 | dc row 11 : macintosh cyril | 140 | 8c | 236 | ec ] Execute this SQL based on the above table: select character order by м desc limit 1
unicode
[ 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 overall seats won where # of overall seats won = '0 / 497'
0 / 497, 0 / 497
[ 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 mesoregion order by population limit 1
central potiguar
[ header: district | counties represented | delegate | party | first elected | committee row 1 : 1a | allegany, garrett | wendell r. beitzel | republican | 2006 | health and government operations row 2 : 1b | allegany | kevin kelly | democratic | 1986 | judiciary row 3 : 1c | allegany, washington | leroy e. myers, j | republican | 2002 | appropriations row 4 : 2a | washington | andrew a. serafini | republican | 2008 | ways and means row 5 : 2b | washington | christopher b. shank | republican | 1998 | judiciary row 6 : 2c | washington | john p. donoghu | democratic | 1990 | health and government operations row 7 : 3a | frederick | galen r. clagett | democratic | 2002 | appropriations row 8 : 3a | frederick | sue hecht | democratic | 1994 | economic matters row 9 : 3b | frederick, washington | michael hough | republican | 2002 | health and government operations row 10 : 4a | frederick | joseph r. bartlet | republican | 1998 | ways and means row 11 : 4a | frederick | kelly m. schulz | republican | 2011 | environmental matters row 12 : 4b | carroll, frederick | donald b. elliot | republican | 1986 | health and government operations row 13 : 5a | carroll | tanya thornton shewell | republican | 2004 | environmental matters row 14 : 5a | carroll | nancy r. stocksdale | republican | 1994 | appropriations row 15 : 9b | carroll | susan w. krebs | republican | 2002 | ways and means ] Execute this SQL based on the above table: select first elected group by first elected order by count ( district ) desc limit 1
2002
[ header: title | release | genre | computer | console | handheld | smartphone row 1 : bionicle heroes | 2006 | third-person shooter | windows | playstation 2, gamecube, xbox | nintendo ds | None row 2 : bionicle: matoran adventures | 2002 | platformer | None | None | game boy advance | None row 3 : bionicle: maze of shadows | 2005 | turn based rpg | None | None | game boy advance | None row 4 : bionicle: the game | 2003 | adventure | windows, os x | playstation 2, gamecube, xbox | game boy advance | None row 5 : drome racers | 2002 | racing | windows | playstation 2, gamecube, xbox | game boy advance | None row 6 : island xtreme stunts | 2002 | action-adventure | windows | playstation 2 | game boy advance | None row 7 : lego alpha team | 2000 | action | windows | None | game boy color | None row 8 : lego battles | 2009 | real-time strategy | None | None | nintendo ds | None row 9 : lego battles: ninjago | 2011 | real-time strategy | None | None | nintendo ds | ios row 10 : lego chess | 1998 | strategy | windows | None | None | None row 11 : lego city undercover | 2013 | open world, platform game | None | wii u | None | None row 12 : lego city undercover: the chase begins | 2013 | open world, platform game | None | None | nintendo 3ds | None row 13 : lego creationary | 2011 | puzzle | None | None | None | ios, android row 14 : lego creator: knights kingdom | 2000 | construction and management simulation | windows | None | None | None row 15 : lego friends | 2013 | miscellaneous | None | None | nintendo ds, | None row 16 : lego island | 1997 | action-adventure | windows | None | None | None row 17 : lego island 2 the brickster's revenge | 2001 | action-adventure | windows | playstation | game boy color, game boy advance | None row 18 : lego knights' kingdom | 2004 | action-adventure | None | None | game boy advance | None row 19 : lego legends of chima online | 2014 | massively multiplayer online (mmo) | windows | None | None | None row 20 : lego legends of chima: speed | 2013 | racing | windows | None | None | ios row 21 : lego loco | 1998 | virtual world | windows | None | None | None row 22 : lego minifigures online | 2014 | massively multiplayer online (mmo) | windows | None | None | ios, android row 23 : lego my style kindergarten | 2000 | educational | windows, mac os | None | None | None row 24 : lego my style preschool | 2000 | educational | windows, mac os | None | None | None row 25 : lego ninjago: the final | 2013 | platformer | windows | None | None | None row 26 : lego racers | 1999 | racing | windows | playstation, nintendo 64 | game boy color | None row 27 : lego racers 2 | 2001 | racing | windows | playstation 2 | game boy advance | None row 28 : lego rock raiders | 1999 | real-time strategy, action | windows | playstation | None | None row 29 : lego soccer mania | 2002 | sport | windows | playstation 2 | game boy advance | None row 30 : lego stunt rally | 2000 | racing | windows | None | game boy color | None row 31 : lego universe | 2010 | massively multiplayer online (mmo) | windows, os x | None | None | None row 32 : legoland | 1999 | simulation strategy | windows | None | None | None ] Execute this SQL based on the above table: select release where genre = 'construction and management simulation'
2000
[ header: color & icon | name | name | mark | first section opened | last ex- tension | length | stations row 1 : yellow | line 1 | higashiyama line | h | 1957 | 1982 | 20.6 km (12.8 mi) | 22 row 2 : purple | line 2 | meijo line | m | 1965 | 1971 | 8.9 km (5.5 mi) | 12 row 3 : purple | line 4 | meijo line | m | 1974 | 2004 | 17.5 km (10.9 mi) | 17 row 4 : purple & white | line 2 | meiko line | e | 1971 | None | 6.0 km (3.7 mi) | 7 row 5 : blue | via trackage rights | meitetsu inuyama line | None | 1993 | None | 21.4 km (13.3 mi) | 13 row 6 : blue | line 3 | tsurumai line | t | 1977 | 1993 | 20.4 km (12.7 mi) | 20 row 7 : blue | via trackage rights | meitetsu toyot | None | 1979 | None | 15.2 km (9.4 mi) | 8 row 8 : blue | via trackage rights | meitetsu mikawa line | None | None | None | 1.4 km (0.87 mi) | 2 row 9 : red | line 6 | sakura-dori line | s | 1989 | 2011 | 19.1 km (11.9 mi) | 21 row 10 : pink | via trackage rights | meitetsu komaki line | None | 2003 | None | 18.3 km (11.4 mi) | 13 row 11 : pink | via trackage rights | meitetsu komaki line | None | 2003 | None | 2.3 km (1.4 mi) | 2 row 12 : pink | line 7 | kamiiida line | k | 2003 | None | 0.8 km (0.50 mi) | 2 ] Execute this SQL based on the above table: select name group by name order by count ( * ) desc limit 1
via trackage rights
[ header: year | division | league | regular season | playoffs | open cup row 1 : 2004 | 4 | usl pdl | 8th, mid south | did not qualify | did not qualify row 2 : 2005 | 4 | usl pdl | 2nd, mid south | conference finals | did not qualify row 3 : 2006 | 4 | usl pdl | 1st, mid south | national final | 1st round row 4 : 2007 | 4 | usl pdl | 1st, mid south | champions | did not qualify row 5 : 2008 | 4 | usl pdl | 2nd, mid south | national final | did not qualify row 6 : 2009 | 4 | usl pdl | 1st, mid south | conference finals | did not qualify row 7 : 2010 | 4 | usl pdl | 1st, mid south | conference semi-final | did not qualify row 8 : 2011 | 4 | usl pdl | 1st, mid south | national final | did not qualify row 9 : 2012 | 4 | usl pdl | 1st, mid south | conference semi-final | 2nd round row 10 : 2013 | 4 | usl pdl | 2nd, mid south | conference finals | 2nd round ] Execute this SQL based on the above table: select count ( * ) where playoffs = 'conference finals'
3
[ header: goal | date | location | opponent | lineup | min | assist/pass | score | result | competition row 1 : 1 | may 9, 2004 | usaalbuquerque nm | mexico | on 70' (off lilly) | 19 | tarpley | 3-0 | 3-0 | friendly row 2 : 2 | jun 26, 2005 | usavirginia beach | canada | 90.start | 12 | unassisted | 1-0 | 2-0 | friendly row 3 : 3 | jan 30, 2007 | chnguangzhou | china pr | 90.start | 46 | unassisted | 1-0 | 2-0 | four nations tournament row 4 : 4 | may 12, 2007 | usafrisco tx | canada | off 72' (on wagner) | 28 | tarpley | 3-1 | 6-2 | friendly row 5 : 5 | sep 18, 2007 | chnshanghai | nigeria | 90.start | 1 | wambach | 1-0 | 1-0 | world cup - group b row 6 : 6 | sep 30, 2007 | chnshanghai | norway | 90.start | 58 | unassisted | 3-0 | 4-1 | world cup final - third place playoff row 7 : 7 | aug 18, 2008 | chnbeijing | japan | 90.start | 44 | rodriguez | 2-1 | 4-2 | olympics tournament row 8 : 8 | sep 20, 2008 | usabridgeview il | ireland | 90.start | 19 | tarpley | 1-0 | 2-0 | friendly ] Execute this SQL based on the above table: select competition where competition in ( 'olympics tournament' , 'friendly' ) order by result desc limit 1
friendly
[ header: year | party affiliation | winner | number of votes | party affiliation | loser | number of votes | percentage of votes row 1 : 1920 | republican | william f. kopp | 38100 | democrat | e.w. mcmanus | 20977 | 64% - 36% row 2 : 1930 | republican | william f. kopp | 27053 | democrat | max a. conrad | 15538 | 63% - 36% row 3 : 1932 | democrat | edward c. eich | 55378 | republican | william f. kopp | 46738 | 54% - 46% row 4 : 1936 | democrat | edward c. eich | 55721 | republican | john n. calhoun | 53474 | 51% - 49% row 5 : 1938 | republican | thomas e. martin | 46636 | democrat | james p. gaffney | 33765 | 58% - 42% row 6 : 1940 | republican | thomas e. martin | 70120 | democrat | mrs. zoe | 46040 | 60% - 40% row 7 : 1946 | republican | thomas e. martin | 52488 | democrat | clair a. williams | 32849 | 62% - 38% row 8 : 1948 | republican | thomas e. martin | 70959 | democrat | james d. france | 60860 | 53% - 46% row 9 : 1950 | republican | thomas e. martin | 70058 | democrat | james d. france | 43140 | 62% - 38% row 10 : 1954 | republican | fred schwengel | 67128 | democrat | john o'connor | 50577 | 57% - 43% row 11 : 1960 | republican | fred schwengel | 104737 | democrat | walter j. guenther | 67287 | 61% - 39% row 12 : 1962 | republican | fred schwengel | 65975 | democrat | harold stephens | 42000 | 61% - 39% row 13 : 1964 | democrat | john r. schmidhauser | 84042 | republican | fred schwengel | 80697 | 51% - 49% row 14 : 1966 | republican | fred schwengel | 64795 | democrat | john r. schmidhauser | 60534 | 51% - 48% row 15 : 1968 | republican | fred schwengel | 91419 | democrat | john r. schmidhauser | 81049 | 53% - 47% row 16 : 1970 | republican | fred schwengel | 60270 | democrat | edward mezvinsky | 59505 | 50% - 49% row 17 : 1974 | democrat | edward mezvinsky | 75687 | republican | james a. leach | 63540 | 54% - 46% row 18 : 1978 | republican | james a. leach | 79940 | democrat | richard e. meyers | 45037 | 63% - 36% row 19 : 1982 | republican | james a. leach | 89595 | democrat | bill gluba | 61734 | 59% - 41% row 20 : 1984 | republican | james a. leach | 131182 | democrat | kevin ready | 65293 | 68% - 33% row 21 : 1986 | republican | james a. leach | 86834 | democrat | john r. whitaker | 43985 | 66% - 34% ] Execute this SQL based on the above table: select winner where id = 1
william f. kopp
[ header: club | season | league apps | league goals | fa cup apps | fa cup goals | league cup apps | league cup goals | other apps | other goals | total apps | total goals row 1 : bristol rovers | 2000-01 | 10 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 10 | 2 row 2 : bristol rovers | 2001-02 | 31 | 3 | 3 | 0 | 2 | 0 | 3 | 0 | 39 | 3 row 3 : bristol rovers | 2002-03 | 9 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 11 | 0 row 4 : bristol rovers | total | 50 | 5 | 4 | 0 | 2 | 0 | 4 | 0 | 60 | 5 row 5 : yeovil town | 2002-03 | 13 | 13 | 0 | 0 | 0 | 0 | 2 | 1 | 15 | 14 row 6 : yeovil town | 2003-04 | 43 | 8 | 3 | 1 | 1 | 0 | 2 | 1 | 49 | 10 row 7 : yeovil town | 2004-05 | 44 | 3 | 5 | 0 | 2 | 0 | 1 | 0 | 52 | 3 row 8 : yeovil town | 2005-06 | 36 | 2 | 3 | 0 | 2 | 1 | 1 | 0 | 42 | 3 row 9 : yeovil town | total | 136 | 26 | 11 | 1 | 5 | 1 | 6 | 2 | 158 | 30 row 10 : carlisle united | 2006-07 | 45 | 8 | 1 | 0 | 1 | 0 | 1 | 0 | 48 | 8 row 11 : carlisle united | 2007-08 | 21 | 1 | 2 | 0 | 2 | 0 | 2 | 2 | 27 | 3 row 12 : carlisle united | 2008-09 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 row 13 : carlisle united | total | 66 | 9 | 3 | 0 | 3 | 0 | 3 | 2 | 75 | 11 row 14 : darlington (loan) | 2008-09 | 8 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 0 row 15 : lincoln city (loan | 2008-09 | 9 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 11 | 0 row 16 : port vale (loan) | 2008-09 | 7 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 0 row 17 : darlington | 2009-10 | 10 | 2 | 0 | 0 | 0 | 0 | 2 | 0 | 12 | 2 row 18 : york city | 2009-10 | 5 | 1 | 1 | 0 | 0 | 0 | 3 | 0 | 9 | 1 row 19 : wrexham | 2010-11 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 5 | 0 row 20 : career total | career total | 296 | 43 | 19 | 1 | 11 | 1 | 19 | 4 | 345 | 49 ] Execute this SQL based on the above table: select count ( club ) where club = 'york city'
1
[ header: season | date | location | discipline | place row 1 : 2007 | 18 mar 2007 | lenzerheide, switze | giant slalom | 2nd row 2 : 2009 | 10 jan 2009 | maribor, slovenia | giant slalom | 3rd row 3 : 2010 | 28 nov 2009 | aspen, usa | giant slalom | 1st row 4 : 2010 | 28 dec 2009 | lienz, austria | giant slalom | 1st row 5 : 2010 | 24 jan 2010 | cortina d'ampezzo | giant slalom | 3rd row 6 : 2010 | 11 mar 2010 | garmisch, germany | giant slalom | 2nd row 7 : 2011 | 23 oct 2010 | solden, austria | giant slalom | 2nd row 8 : 2011 | 27 nov 2010 | aspen, usa | giant slalom | 3rd row 9 : 2011 | 28 dec 2010 | semmering, austria | giant slalom | 3rd ] Execute this SQL based on the above table: select sum ( season ) where place in ( '3rd' , '3rd' )
8041
[ header: representative | state | district(s) | served | party | date of birth | date of death | age row 1 : william r. poage | texas | 11 | 1937-1978 | democratic | december 29, 1899 | january 3, 1987 | 87 years, 5 days row 2 : aubert c. dunn | mississippi | 5 | 1935-1937 | democratic | november 20, 1896 | january 4, 1987 | 90 years, 45 days row 3 : charles goodell | new york | 43, 38 | 1959-1968 | republican | march 16, 1926 | january 21, 1987 | 60 years, 311 days row 4 : sala burton | california | 5 | 1983-1987 | democratic | april 1, 1925 | february 1, 1987 | 61 years, 306 days row 5 : tim l. carter | kentucky | 5 | 1965-1981 | republican | september 2, 1910 | march 27, 1987 | 76 years, 206 days row 6 : james g. donovan | new york | 18 | 1951-1957 | democratic | december 15, 1898 | april 6, 1987 | 88 years, 112 days row 7 : edith green | oregon | 3 | 1955-1974 | democratic | january 17, 1910 | april 21, 1987 | 77 years, 94 days row 8 : stewart mckinney | connecticut | 4 | 1971-1987 | republican | january 30, 1931 | may 7, 1987 | 56 years, 97 days row 9 : james j. delaney | new york | 6, 7, 9 | 1945-1947, 1949-1978 | democratic | march 19, 1901 | may 24, 1987 | 86 years, 66 days row 10 : frank carlson | kansas | 6 | 1935-1947 | republican | january 23, 1893 | may 30, 1987 | 94 years, 127 days row 11 : alvin o'konski | wisconsin | 10 | 1943-1973 | republican | may 26, 1904 | july 8, 1987 | 83 years, 43 days row 12 : dominick v. daniels | new jersey | 14 | 1959-1977 | democratic | october 18, 1908 | july 17, 1987 | 78 years, 272 days row 13 : harold r. gross | iowa | 6 | 1949-1975 | republican | june 30, 1899 | september 22, 1987 | 88 years, 84 days row 14 : john n. camp | oklahoma | 6 | 1969-1975 | republican | may 11, 1908 | september 27, 1987 | 79 years, 139 days row 15 : ray j. madden | indiana | 1 | 1943-1977 | democratic | february 25, 1892 | september 28, 1987 | 95 years, 215 days row 16 : raymond w. karst | missouri | 12 | 1949-1951 | democratic | december 31, 1902 | october 4, 1987 | 84 years, 277 days row 17 : charles j. carney | ohio | 19 | 1970-1979 | republican | april 17, 1913 | october 7, 1987 | 74 years, 173 days row 18 : clare boothe luce | connecticut | 4 | 1943-1947 | republican | march 10, 1903 | october 9, 1987 | 84 years, 213 days row 19 : harold washington | illinois | 1 | 1981-1983 | democratic | april 15, 1922 | november 25, 1987 | 65 years, 224 days row 20 : abraham kazen | texas | 23 | 1967-1985 | democratic | january 17, 1919 | november 29, 1987 | 68 years, 316 days row 21 : albert p. morano | connecticut | 4 | 1951-1959 | republican | january 18, 1908 | december 16, 1987 | 79 years, 332 days ] Execute this SQL based on the above table: select district(s) where date of birth = 'december 29, 1899'
11
[ header: game | date | team | score | high points | high rebounds | high assists | location attendance | record row 1 : 75 | april 1 | @ sacramento | w 99-90 | raymond felton (17) | nene (12) | nene (6) | power balance pavilion 15,871 | 46-29 row 2 : 76 | april 3 | @ l.a. lakers | w 95-90 | danilo gallinari (22) | kenyon martin (8) | ty lawson (8) | staples center 18,997 | 47-29 row 3 : 77 | april 5 | oklahoma city | l 94-101 | ty lawson (28) | nene (8) | ty lawson (5) | pepsi center 18,203 | 47-30 row 4 : 78 | april 6 | @ dallas | w 104-96 | j. r. smith (23) | nene (15) | ty lawson (8) | american airlines center 20,364 | 48-30 row 5 : 79 | april 8 | @ oklahoma city | l 89-104 | nene (18) | kenyon martin (13) | ty lawson (6) | oklahoma city arena 18,203 | 48-31 row 6 : 80 | april 9 | minnesota | w 130-106 | ty lawson (37) | kenyon martin, j | raymond felton (14) | pepsi center 19,155 | 49-31 row 7 : 81 | april 11 | golden state | w 134-111 | j. r. smith (22) | chris andersen (12) | raymond felton (10) | pepsi center 19,155 | 50-31 row 8 : 82 | april 13 | @ utah | l 103-107 | wilson chandler (27) | chris andersen (10) | wilson chandler, gary | energysolutions arena 19,051 | 50-32 ] Execute this SQL based on the above table: select date order by game desc limit 1
april 13
[ header: # | date | winner | score | location | notes row 1 : 47 | december 31, 1971 | west | 17-13 | san francisco, ca | None row 2 : 48 | december 30, 1972 | east | 9-3 | san francisco, ca | None row 3 : 49 | december 29, 1973 | east | 35-7 | san francisco, ca | None row 4 : 50 | december 28, 1974 | east | 16-14 | stanford, ca | None row 5 : 51 | january 3, 1976 | west | 21-14 | stanford, ca | None row 6 : 53 | december 31, 1977 | west | 23-3 | stanford, ca | None row 7 : 54 | january 6, 1979 | east | 56-17 | stanford, ca | None row 8 : 56 | january 10, 1981 | east | 21-3 | stanford, ca | None row 9 : 57 | january 9, 1982 | west | 20-13 | stanford, ca | None row 10 : 58 | january 15, 1983 | east | 26-25 | stanford, ca | None row 11 : 59 | january 7, 1984 | east | 27-19 | stanford, ca | None row 12 : 60 | january 5, 1985 | west | 21-10 | stanford, ca | None row 13 : 61 | january 11, 1986 | east | 18-7 | stanford, ca | None row 14 : 62 | january 10, 1987 | west | 24-21 | stanford, ca | None row 15 : 64 | january 15, 1989 | east | 24-6 | stanford, ca | None row 16 : 65 | january 21, 1990 | west | 22-21 | stanford, ca | None row 17 : 66 | january 26, 1991 | west | 24-21 | stanford, ca | None row 18 : 67 | january 19, 1992 | west | 14-6 | stanford, ca | None row 19 : 68 | january 24, 1993 | east | 31-17 | stanford, ca | None row 20 : 69 | january 15, 1994 | west | 29-28 | stanford, ca | None row 21 : 70 | january 14, 1995 | west | 30-28 | stanford, ca | None row 22 : 73 | january 10, 1998 | west | 24-7 | stanford, ca | None row 23 : 75 | january 15, 2000 | east | 35-21 | stanford, ca | None row 24 : 77 | january 12, 2002 | west | 21-13 | san francisco, ca | None row 25 : 78 | january 11, 2003 | east | 20-17 | san francisco, ca | None row 26 : 79 | january 10, 2004 | west | 28-7 | san francisco, ca | None row 27 : 80 | january 15, 2005 | east | 45-27 | san francisco, ca | None row 28 : 81 | january 21, 2006 | west | 35-31 | san antonio, | None row 29 : 82 | january 20, 2007 | west | 21-3 | houston, tx | None row 30 : 83 | january 19, 2008 | west | 31-13 | houston, tx | None row 31 : 84 | january 17, 2009 | east | 24-19 | houston, tx | None row 32 : 85 | january 23, 2010 | east | 13-10 | orlando, fl | notes row 33 : 86 | january 22, 2011 | east | 25-8 | orlando, fl | notes row 34 : 87 | january 21, 2012 | west | 24-17 | st. petersburg, f | notes row 35 : 89 | january 18, 2014 | east | 23-13 | st. petersburg, f | notes ] Execute this SQL based on the above table: select score where winner = 'east' order by winner limit 1
9-3
[ header: number | author | first line | notes row 1 : 1 | william shakespeare | "when my love swears that she is made | first publication, later appears as sonnet 138 row 2 : 2 | william shakespeare | "two loves i have, of comfort and | first publication, later appears as sonnet 144 row 3 : 3 | william shakespeare | "did not the heavenly rhetoric of thine | a version of longaville's son row 4 : 4 | None | "sweet cytherea, sitting by | on the theme of venus and adon row 5 : 5 | william shakespeare | "if love make me forsworn, how | a version of berowne's row 6 : 6 | None | "scarce had the sun dried up the | on the theme of venus and adon row 7 : 7 | None | "fair is my love, but not so fair | in the same six-line stanza row 8 : 8 | richard barnfield | "if music and sweet poetry agree" | first published in poems in diverse humours row 9 : 9 | None | "fair was the morn when the fair queen | on the theme of venus and adon row 10 : 10 | None | "sweet rose, fair flower, untimely | in the same six-line stanza row 11 : 11 | bartholomew griffin | "venus, with young adonis sitting | printed in fidessa (1596). on row 12 : 12 | thomas deloney? | "crabbed age and youth cannot live together | was reprinted with additional stanza row 13 : 13 | None | "beauty is but a va | in the same six-line stanza row 14 : 14 | None | "good-night, good rest, a | in the same six-line stanza row 15 : 15 | None | "it was a lording' | None row 16 : 16 | william shakespeare | "on a day (alack the day | dumaine's poem to catherine row 17 : 18 | None | "when as thine eye hath chose | three versions of the poem exist in manuscript miscell row 18 : 20 | richard barnfield | "as it fell upon a day" | first published in poems in divers humors (1598 ] Execute this SQL based on the above table: select first line group by first line order by count ( * ) desc limit 1
"when my love swears that she is made of truth"
[ header: season | winner | team | position | age row 1 : 1932-33 | carl voss | detroit red wings | c | 25 row 2 : 1933-34 | russ blinco | montreal maroons | c | 25 row 3 : 1934-35 | sweeney schriner | new york americans | lw | 22 row 4 : 1936-37 | syl apps | toronto maple leafs | c | 21 row 5 : 1937-38 | cully dahlstrom | chicago black hawks | c | 24 row 6 : 1939-40 | kilby macdonald | new york rangers | lw | 25 row 7 : 1940-41 | johnny quilty | montreal canadiens | c | 19 row 8 : 1946-47 | howie meeker | toronto maple leafs | rw | 21 row 9 : 1947-48 | jim mcfadden | detroit red wings | c | 27 row 10 : 1948-49 | pentti lund | new york rangers | rw | 22 row 11 : 1949-50 | jack gelineau | boston bruins | g | 24 row 12 : 1951-52 | bernie geoffrion | montreal canadiens | rw | 20 row 13 : 1952-53 | gump worsley | new york rangers | g | 23 row 14 : 1953-54 | camille henry | new york rangers | c | 20 row 15 : 1961-62 | bobby rousseau | montreal canadiens | rw | 21 row 16 : 1963-64 | jacques laperriere | montreal canadiens | d | 21 row 17 : 1964-65 | roger crozier | detroit red wings | g | 22 row 18 : 1967-68 | derek sanderson | boston bruins | c | 21 row 19 : 1969-70 | tony esposito | chicago black hawks | g | 26 row 20 : 1972-73 | steve vickers | new york rangers | lw | 21 row 21 : 1974-75 | eric vail | atlanta flames | lw | 20 row 22 : 1975-76 | bryan trottier | new york islanders | c | 19 row 23 : 1976-77 | willi plett | atlanta flames | rw | 21 row 24 : 1977-78 | mike bossy | new york islanders | rw | 20 row 25 : 1982-83 | steve larmer | chicago black hawks | rw | 21 row 26 : 1983-84 | tom barrasso | buffalo sabres | g | 18 row 27 : 1984-85 | mario lemieux | pittsburgh penguins | c | 19 row 28 : 1986-87 | luc robitaille | los angeles kings | lw | 20 row 29 : 1987-88 | joe nieuwendyk | calgary flames | c | 21 row 30 : 1992-93 | teemu selanne | winnipeg jets | rw | 22 row 31 : 1994-95 | peter forsberg | quebec nordiques | c | 21 row 32 : 1995-96 | daniel alfredsson | ottawa senators | rw | 22 row 33 : 1997-98 | sergei samsonov | boston bruins | lw | 19 row 34 : 1998-99 | chris drury | colorado avalanche | c | 22 row 35 : 2001-02 | dany heatley | atlanta thrashers | rw | 20 row 36 : 2003-04 | andrew raycroft | boston bruins | g | 23 ] Execute this SQL based on the above table: select age where age = 18
18.0
[ header: state | swimsuit | interview | evening gown | average | finalists row 1 : iowa | 9.267 | 9.651 | 9.620 | 9.513 | 9.800 row 2 : oklahoma | 9.226 | 9.309 | 9.487 | 9.341 | 9.586 row 3 : kansas | 9.221 | 9.600 | 9.600 | 9.474 | 9.486 row 4 : alabama | 9.010 | 9.326 | 9.449 | 9.262 | 9.471 row 5 : north carolina | 9.079 | 9.207 | 9.500 | 9.262 | 9.414 row 6 : california | 9.340 | 9.514 | 9.486 | 9.447 | 9.400 row 7 : rhode island | 9.087 | 9.279 | 9.341 | 9.235 | None row 8 : maryland | 9.021 | 9.206 | 9.271 | 9.166 | None row 9 : indiana | 8.966 | 9.103 | 9.370 | 9.146 | None row 10 : virginia | 8.984 | 9.112 | 9.279 | 9.125 | None row 11 : mississippi | 8.917 | 9.200 | 9.247 | 9.121 | None row 12 : illinois | 8.897 | 8.969 | 9.286 | 9.050 | None ] Execute this SQL based on the above table: select evening gown where finalists in ( '9.486' , '9.279' ) order by state asc limit 1
9.600
[ header: rank | name | nation | time | speed | note row 1 : 1 | vilija sereikaite | lithuania | 3:33.766 | 50.522 | q row 2 : 2 | ellen van dijk | netherlands | 3:35.951 | 50.011 | q row 3 : 3 | joanna rowsell | united kingdom | 3:37.641 | 49.623 | q row 4 : 4 | svitlana halyuk | ukraine | 3:42.498 | 48.539 | q row 5 : 5 | aksana papko | belarus | 3:43.935 | 48.288 | None row 6 : 6 | oxana kozonchuk | russia | 3:45.132 | 47.971 | None row 7 : 7 | jarmila machacova | czech republic | 3:47.209 | 47.533 | None row 8 : 8 | stephanie pohl | germany | 3:47.483 | 47.476 | None row 9 : 9 | lisa brennauer | germany | 3:48.017 | 47.364 | None row 10 : 10 | edyta jasinska | poland | 3:48.628 | 47.238 | None row 11 : 11 | audrey cordon | france | 3:49.376 | 47.084 | None row 12 : 12 | alena amialyusik | belarus | 3:49.711 | 47.015 | None row 13 : 13 | hannah mayho | united kingdom | 3:50.176 | 46.92 | None row 14 : 14 | viktoriya kondel | russia | 3:51.349 | 46.682 | None row 15 : 15 | oksana lyesnik | ukraine | 3:51.543 | 46.643 | None row 16 : 16 | elise van hage | netherlands | 3:55.349 | 45.889 | None row 17 : 17 | dominika maczka | poland | 4:01.597 | 44.702 | None ] Execute this SQL based on the above table: select nation where nation < ( select nation where note = 'q' ) order by nation desc limit 1
germany
[ header: township | fips | population | population density /km2 (/sq mi) | land area km2 (sq mi) | water area km2 (sq mi) | water % | geographic coordinates row 1 : alta | 1500 | 221 | 2 (6) | 93 (36) | 0 (0) | 0.48% | 38°7′27′′n 97° row 2 : burrton | 9600 | 1143 | 12 (32) | 93 (36) | 0 (0) | 0.17% | 38°1′32′′n 97° row 3 : darlington | 17025 | 601 | 7 (17) | 92 (35) | 0 (0) | 0.10% | 37°57′5′′n 97° row 4 : emma | 21025 | 4181 | 45 (116) | 93 (36) | 0 (0) | 0% | 38°8′10′′n 97° row 5 : garden | 25300 | 294 | 3 (8) | 93 (36) | 0 (0) | 0% | 38°7′44′′n 97° row 6 : halstead | 29625 | 353 | 4 (10) | 92 (35) | 0 (0) | 0.07% | 38°2′9′′n 97° row 7 : highland | 31875 | 415 | 5 (12) | 92 (35) | 0 (0) | 0.19% | 38°7′38′′n 97° row 8 : lake | 37825 | 173 | 2 (5) | 92 (36) | 1 (0) | 1.05% | 37°57′46′′n 97° row 9 : lakin | 38150 | 357 | 4 (10) | 92 (35) | 0 (0) | 0.06% | 37°57′18′′n 97° row 10 : macon | 43925 | 1056 | 11 (30) | 92 (36) | 0 (0) | 0% | 38°2′8′′n 97° row 11 : newton | 50500 | 1950 | 28 (73) | 69 (27) | 0 (0) | 0.07% | 38°3′27′′n 97° row 12 : pleasant | 56250 | 439 | 5 (12) | 93 (36) | 1 (0) | 0.81% | 38°2′27′′n 97° row 13 : richland | 59350 | 360 | 4 (10) | 94 (36) | 0 (0) | 0.20% | 37°57′39′′n 97° row 14 : sedgwick | 63825 | 1711 | 18 (48) | 93 (36) | 0 (0) | 0% | 37°56′24′′n 97° row 15 : walton | 75225 | 552 | 6 (15) | 95 (37) | 0 (0) | 0.06% | 38°7′26′′n 97° ] Execute this SQL based on the above table: select count ( distinct water area km2 (sq mi) )
2
[ header: date | race name | location | uci rating | winner | team row 1 : 16-21 january | la tropicale amissa bongo | gabon | 2.2 | frederic guesdon (fr | francaise des jeux row 2 : 8-14 february | tour d'egypte | egypt | 2.2 | waylon woolcock (rsa) | south africa (national team) row 3 : 16 february | gp of sharm el | egypt | 1.2 | jan sipeky (svk) | dukla trencin-merida row 4 : 24 february-9 march | tour du cameroun | cameroon | 2.2 | flavien chipault (fra) | leboulou row 5 : 6-11 march | giro del capo | south africa | 2.2 | alexander efimkin (rus | barloworld row 6 : 17-23 march | tour of libya | libya | 2.2 | ahmed mohamed ali ( | libya (national team) row 7 : 8 april | grand prix de la ville de tunis | tunisia | 1.2 | ahmed mraihi ( | tunisia (national team) row 8 : 28 april-5 may | tour de la pharmacie centrale de tunisie | tunisia | 2.2 | hassen ben nasser ( | pharmacie centrale row 9 : 14-20 may | boucle du coton | burkina faso | 2.2 | saidou rouamba (bur) | burkina faso (national row 10 : 8-17 june | tour du maroc | morocco | 2.2 | nicholas white (rsa | south africa (national team) row 11 : 30 august-8 september | tour du senegal | senegal | 2.2 | adil jelloul (mar) | frmc-maroc row 12 : 16 september | dome 2 dome cycling spectacular | south africa | 1.2 | jaco venter (rsa) | team neotel ] Execute this SQL based on the above table: select ( select count ( * ) where team = 'adil jelloul (mar)' and race name = 'tunisia' ) > ( select count ( * ) where team = '16 september' and race name = 'tunisia' )
0
[ header: pos | no | driver | constructor | lap | gap row 1 : 1 | 98 | walt faulkner | kurtis kraft-offenhaus | 4:27.97 | None row 2 : 2 | 28 | fred agabashian | kurtis kraft-offenhaus | 4:31.10 | + 3.13 row 3 : 3 | 31 | mauri rose | deidt-offenhauser | 4:32.07 | + 4.10 row 4 : 4 | 5 | george connor | lesovsky-offenhauser | 4:32.39 | + 4.42 row 5 : 5 | 1 | johnnie parsons | kurtis kraft-offenhaus | 4:32.43 | + 4.46 row 6 : 6 | 49 | jack mcgrath | kurtis kraft-offenhaus | 4:33.00 | + 5.03 row 7 : 7 | 69 | duke dinsmore | kurtis kraft-offenhaus | 4:34.67 | + 6.70 row 8 : 8 | 14 | tony bettenhausen | deidt-offenhauser | 4:34.92 | + 6.95 row 9 : 9 | 17 | joie chitwood | kurtis kraft-offenhaus | 4:35.32 | + 7.35 row 10 : 10 | 3 | bill holland | deidt-offenhauser | 4:35.90 | + 7.93 row 11 : 11 | 59 | pat flaherty | kurtis kraft-offenhaus | 4:37.76 | + 9.79 row 12 : 12 | 54 | cecil green | kurtis kraft-offenhaus | 4:30.86 | + 2.89 row 13 : 13 | 18 | duane carter | stevens-offenhauser | 4:33.42 | + 5.45 row 14 : 14 | 21 | spider webb | maserati-offenhauser | 4:37.46 | + 9.49 row 15 : 16 | 2 | myron fohr | marchese-offenhauser | 4:33.32 | + 5.35 row 16 : 17 | 24 | bayliss levrett | adams-offenhauser | 4:34.43 | + 6.46 row 17 : 18 | 45 | dick rathmann | watson-offenhauser | 4:34.96 | + 6.99 row 18 : 19 | 7 | paul russo | nichels-offenhauser | 4:35.25 | + 7.28 row 19 : 21 | 12 | henry banks | maserati-offenhauser | 4:37.68 | + 9.71 row 20 : 22 | 67 | bill schindler | snowberger-offenhauser | 4:31.31 | + 3.34 row 21 : 23 | 8 | lee wallard | moore-offenhauser | 4:31.83 | + 3.86 row 22 : 24 | 55 | troy ruttman | lesovsky-offenhauser | 4:32.91 | + 4.94 row 23 : 26 | 15 | mack hellings | kurtis kraft-offenhaus | 4:35.32 | + 7.35 row 24 : 27 | 22 | jimmy davies | ewing-offenhauser | 4:36.07 | + 8.10 row 25 : 29 | 27 | walt ader | rae-offenhauser | 4:37.05 | + 9.08 row 26 : 30 | 77 | jackie holmes | olson-offenhauser | 4:37.57 | + 9.60 row 27 : 32 | 61 | jimmy jackson | kurtis kraft-cummins | 4:38.62 | + 10.65 row 28 : 33 | 62 | johnny mcdowell | kurtis kraft-offenhaus | 4:37.58 | + 9.61 ] Execute this SQL based on the above table: select count ( constructor ) where lap >= '4:31.10'
0
[ 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 sum ( qualifying score ) where event in ( 'balance beam' , 'all around' )
216.425
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | russia | 7 | 3 | 0 | 10 row 2 : 2 | italy | 1 | 3 | 0 | 4 row 3 : 3 | france | 1 | 1 | 2 | 4 row 4 : 4 | austria | 1 | 1 | 0 | 2 row 5 : 4 | germany | 1 | 1 | 0 | 2 row 6 : 4 | iran | 1 | 1 | 0 | 2 row 7 : 4 | israel | 1 | 1 | 0 | 2 row 8 : 8 | poland | 1 | 0 | 5 | 6 row 9 : 9 | netherlands | 1 | 0 | 1 | 2 row 10 : 9 | romania | 1 | 0 | 1 | 2 row 11 : 11 | belgium | 1 | 0 | 0 | 1 row 12 : 11 | mexico | 1 | 0 | 0 | 1 row 13 : 13 | spain | 0 | 2 | 0 | 2 row 14 : 14 | sweden | 0 | 1 | 3 | 4 row 15 : 15 | colombia | 0 | 1 | 1 | 2 row 16 : 15 | ukraine | 0 | 1 | 1 | 2 row 17 : 17 | denmark | 0 | 1 | 0 | 1 row 18 : 17 | switzerland | 0 | 1 | 0 | 1 row 19 : 19 | algeria | 0 | 0 | 1 | 1 row 20 : 19 | greece | 0 | 0 | 1 | 1 row 21 : 19 | kazakhstan | 0 | 0 | 1 | 1 row 22 : 19 | slovenia | 0 | 0 | 1 | 1 row 23 : total | total | 18 | 18 | 18 | 54 ] Execute this SQL based on the above table: select nation where bronze = ( select bronze where nation = 'greece' ) + 1
france
[ header: year | w | l | t | finish | coach row 1 : 1910 | 11 | 0 | 1 | None | earl ball row 2 : 1911 | 7 | 1 | 2 | None | earl ball row 3 : 1912 | 6 | 3 | 2 | None | earl ball row 4 : 1913 | 8 | 2 | 0 | indiana state champs | earl ball row 5 : 1914 | 5 | 3 | 1 | None | earl ball row 6 : 1915 | 8 | 2 | 1 | None | earl ball row 7 : 1916 | 2 | 7 | 1 | None | f.w. smith row 8 : 1917 | 2 | 2 | 0 | None | ky foster, ralph daw row 9 : 1918 | None | None | None | None | None row 10 : 1919 | 4 | 1 | 1 | None | cooney checkaye row 11 : 1920 | 0 | 1 | 0 | 14th apfa | ken huffine row 12 : 1921 | 0 | 2 | 0 | 18th apfa | cooney checkaye row 13 : 1922 | 5 | 1 | 3 | None | cooney checkaye row 14 : 1923 | 3 | 4 | 0 | None | cooney checkaye row 15 : 1924 | 3 | 3 | 0 | None | cooney checkaye row 16 : 1925 | 6 | 2 | 3 | None | cooney checkaye row 17 : 1926 | 0 | 1 | 0 | incomplete | None ] Execute this SQL based on the above table: select count ( distinct finish ) where finish = '18th apfa'
1
[ header: # | date | winner | score | location | notes row 1 : 47 | december 31, 1971 | west | 17-13 | san francisco, ca | None row 2 : 48 | december 30, 1972 | east | 9-3 | san francisco, ca | None row 3 : 49 | december 29, 1973 | east | 35-7 | san francisco, ca | None row 4 : 50 | december 28, 1974 | east | 16-14 | stanford, ca | None row 5 : 51 | january 3, 1976 | west | 21-14 | stanford, ca | None row 6 : 53 | december 31, 1977 | west | 23-3 | stanford, ca | None row 7 : 54 | january 6, 1979 | east | 56-17 | stanford, ca | None row 8 : 56 | january 10, 1981 | east | 21-3 | stanford, ca | None row 9 : 57 | january 9, 1982 | west | 20-13 | stanford, ca | None row 10 : 58 | january 15, 1983 | east | 26-25 | stanford, ca | None row 11 : 59 | january 7, 1984 | east | 27-19 | stanford, ca | None row 12 : 60 | january 5, 1985 | west | 21-10 | stanford, ca | None row 13 : 61 | january 11, 1986 | east | 18-7 | stanford, ca | None row 14 : 62 | january 10, 1987 | west | 24-21 | stanford, ca | None row 15 : 64 | january 15, 1989 | east | 24-6 | stanford, ca | None row 16 : 65 | january 21, 1990 | west | 22-21 | stanford, ca | None row 17 : 66 | january 26, 1991 | west | 24-21 | stanford, ca | None row 18 : 67 | january 19, 1992 | west | 14-6 | stanford, ca | None row 19 : 68 | january 24, 1993 | east | 31-17 | stanford, ca | None row 20 : 69 | january 15, 1994 | west | 29-28 | stanford, ca | None row 21 : 70 | january 14, 1995 | west | 30-28 | stanford, ca | None row 22 : 73 | january 10, 1998 | west | 24-7 | stanford, ca | None row 23 : 75 | january 15, 2000 | east | 35-21 | stanford, ca | None row 24 : 77 | january 12, 2002 | west | 21-13 | san francisco, ca | None row 25 : 78 | january 11, 2003 | east | 20-17 | san francisco, ca | None row 26 : 79 | january 10, 2004 | west | 28-7 | san francisco, ca | None row 27 : 80 | january 15, 2005 | east | 45-27 | san francisco, ca | None row 28 : 81 | january 21, 2006 | west | 35-31 | san antonio, | None row 29 : 82 | january 20, 2007 | west | 21-3 | houston, tx | None row 30 : 83 | january 19, 2008 | west | 31-13 | houston, tx | None row 31 : 84 | january 17, 2009 | east | 24-19 | houston, tx | None row 32 : 85 | january 23, 2010 | east | 13-10 | orlando, fl | notes row 33 : 86 | january 22, 2011 | east | 25-8 | orlando, fl | notes row 34 : 87 | january 21, 2012 | west | 24-17 | st. petersburg, f | notes row 35 : 89 | january 18, 2014 | east | 23-13 | st. petersburg, f | notes ] Execute this SQL based on the above table: select location order by # desc limit 1
st. petersburg, fl
[ header: chip | flash size | eeprom | sram | frequency [mhz] | package row 1 : at90s1200 | 1k | 64 | 0 | 12 | pdip-20 row 2 : at90s2313 | 2k | 128 | 128 | 10 | pdip-20 row 3 : at90s/ls2323 | 2k | 128 | 128 | 10 | pdip-8 row 4 : at90s/ls2343 | 2k | 128 | 128 | 10 | pdip-8 row 5 : at90s4414 | 4k | 256 | 256 | 8 | pdip-40 row 6 : at90s/ls4434 | 4k | 256 | 256 | 8 | pdip-40 row 7 : at90s8515 | 8k | 512 | 512 | 8 | pdip-40 row 8 : at90s/ls8535 | 8k | 512 | 512 | 8 | pdip-40 ] Execute this SQL based on the above table: select abs ( ( select sram where flash size = '2k' ) - ( select sram where flash size = '2k' ) )
0.0
[ header: year | publisher | country | accolade | rank row 1 : 1981 | dave marsh & james | united states | "singles of the year 1978" | 1 row 2 : 1989 | dave marsh | united states | "the 1001 greatest singles ever made" | 716 row 3 : 1989 | rolling stone | united states | "the 100 best singles of the last 25 | 50 row 4 : 1995 | rock and roll hall of fame | united states | "500 songs that shaped rock and roll" | None row 5 : 2000 | rolling stone | united states | "100 greatest pop songs" | 93 row 6 : 2000 | vh1 | united states | "100 greatest dance songs" | 10 row 7 : 2001 | riaa | united states | "songs of the century" (365 | 94 row 8 : 2003 | popmatters | united states | "the 100 best songs since johnny | 65 row 9 : 2003 | q | united kingdom | "100 songs that changed the world" | 17 row 10 : 2003 | q | united kingdom | "the 1001 best songs ever" | 280 row 11 : 2004 | rolling stone | united states | "the 500 greatest songs of all time" | 189 row 12 : 2009 | vh1 | united states | "100 greatest rock songs" | 54 row 13 : 2010 | rolling stone | united states | "the 500 greatest songs of all time" | 191 row 14 : 2011 | robert dimery | united kingdom | "1001 songs you must hear before you die | None row 15 : 2011 | time | united states | "all-time 100 songs" | None ] Execute this SQL based on the above table: select count ( * ) where year = 1850 and accolade = '"the 100 best songs since johnny rotten roared"'
0
[ header: model name | length | width | height | riders | capacity | description | portable | notes row 1 : skater | 21.5 m (71 ft) | 11.65 m (38.2 f | 10.69 m (35.1 ft) | 24 | 600 | small halfpipe with inwards-facing seats | yes | row 2 : disk'o | 24.55 m (80.5 ft | 9.68 m (31.8 ft) | 10 m (33 ft) | 24 | 600 | small halfpipe with outwards-facing seats | yes | row 3 : surf's up | 29 m (95 ft) | 11 m (36 ft) | 7.5 m (25 ft) | 20 | 480 | small halfpipe with hill in middle. guests stand | yes | row 4 : mega disk'o | 37.5 m (123 ft) | 10 m (33 ft) | 15.5 m (51 ft) | 24 | 600 | large halfpipe with outwards-facing seats | no | row 5 : mega disk'o | 37.5 m (123 ft) | 10 m (33 ft) | 15.5 m (51 ft) | 40 | 1000 | large halfpipe with outwards-facing seats | no | row 6 : skater coaster | None | None | None | None | None | large halfpipe with hill in middle. inward | None | row 7 : disk'o coaster | 81.5 m (267 ft) | 11.3 m (37 ft) | 15.5 m (51 ft) | 24 | 500 | large halfpipe with hill in middle. outward | no | row 8 : disk'o coaster | 81.5 m (267 ft) | 11.3 m (37 ft) | 15.5 m (51 ft) | 40 | 600 | large halfpipe with hill in middle. outward | no | ] Execute this SQL based on the above table: select count ( model name ) where description = 'large halfpipe with outwards-facing seats'
2
[ header: date | tournament | location | winner | score | 1st prize ($) row 1 : jan 14 | sony open in hawaii | hawaii | jerry kelly (1) | 266 (-14) | 720000 row 2 : feb 10 | buick invitational | california | jose maria olazabal | 275 (-13) | 648000 row 3 : feb 17 | nissan open | california | len mattiace (1) | 269 (-15) | 666000 row 4 : feb 24 | touchstone energy tucson open | arizona | ian leggatt (1) | 268 (-20) | 540000 row 5 : mar 3 | genuity championship | florida | ernie els (9) | 271 (-17) | 846000 row 6 : mar 10 | honda classic | florida | matt kuchar (1) | 269 (-19) | 630000 row 7 : mar 17 | bay hill invitational | florida | tiger woods (30) | 275 (-13) | 720000 row 8 : mar 31 | shell houston open | texas | vijay singh (10) | 266 (-22) | 720000 row 9 : apr 7 | bellsouth classic | georgia | retief goosen (2) | 272 (-16) | 684000 row 10 : apr 21 | worldcom classic - the heritage of golf | south carolina | justin leonard (7) | 270 (-14) | 720000 row 11 : apr 28 | greater greensboro chrysler classic | north carolina | rocco mediate (5) | 272 (-16) | 684000 row 12 : may 5 | compaq classic of new orleans | louisiana | k.j. choi (1) | 271 (-17) | 810000 row 13 : may 12 | verizon byron nelson | texas | shigeki maruyama (2) | 266 (-14) | 864000 row 14 : may 19 | mastercard colonial | texas | nick price (18) | 267 (-13) | 774000 row 15 : jun 9 | buick classic | new york | chris smith (1) | 272 (-12) | 630000 row 16 : jun 30 | fedex st. jude classic | tennessee | len mattiace (2) | 266 (-18) | 684000 row 17 : jul 7 | advil western open | illinois | jerry kelly (2) | 269 (-19) | 720000 row 18 : jul 21 | b.c. open | new york | spike mcroy (1) | 269 (-19) | 378000 row 19 : jul 28 | john deere classic | illinois | j. p. hayes (2) | 262 (-22) | 540000 row 20 : aug 4 | the international | colorado | rich beem (2) | 44 (stableford) | 810000 row 21 : aug 18 | pga championship | minnesota | rich beem (3) | 278 (-10) | 990000 row 22 : aug 25 | reno-tahoe open | nevada | chris riley (1) | 271 (-17) | 540000 row 23 : sep 1 | air canada championship | canada | gene sauers (3) | 269 (-15) | 630000 row 24 : sep 8 | bell canadian open | canada | john rollins (1) | 272 (-16) | 720000 row 25 : sep 22 | tampa bay classic | florida | k.j. choi (2) | 267 (-17) | 468000 row 26 : sep 29 | valero texas open | texas | loren roberts (8) | 261 (-19) | 630000 ] Execute this SQL based on the above table: select tournament where 1st prize ($) >= 810000
genuity championship, compaq classic of new orleans, verizon byron nelson classic, the international, pga championship
[ header: team | truck(s) | # | driver(s) | primary sponsor(s) | listed owner(s) | crew chief row 1 : addington racing | chevrolet silverado | 60 | travis kvapil | cat rental stores | mike addington | rick ren row 2 : bobby hamilton racing | dodge ram | 4 | brian rose | perry connection | debbie hamilton | danny rollins row 3 : bobby hamilton racing | dodge ram | 8 | bill lester (r) | dodge dealers | bobby hamilton | kip mccord row 4 : circle bar racing | ford f-150 | 14 | rick crawford | circle bar motel & rv park | tom mitchell | ray stonkus row 5 : countryman motorsports | ford f-150 | 15 | rich bickle | dickies | billy ballew | craig osbourne row 6 : green light racing | chevrolet silverado | 8 | bobby dotter | people against drugs | gene christensen | doug howe row 7 : joe gibbs racing | chevrolet silverado | 20 | coy gibbs | mbna | joe gibbs | doug hewitt row 8 : k automotive racing | ford f-150 | 29 | terry cook | power stroke diesel | kay keselowski | bob keselowski row 9 : l&r racing | chevrolet silverado | 90 | lance norick | express personnel services | ron norick | gary showalter row 10 : morgan-dollar motorsports | chevrolet silverado | 46 | dennis setzer | acxiom/computer associate | david dollar | john monsam row 11 : portenga motorsports | chevrolet silverado | 39 | steve portenga | roto-rooter | steve portenga | george church row 12 : powers motorsports | dodge ram | 55 | tom powers | university of northwestern ohio | sherri powers | bryan berry row 13 : sealmaster racing | chevrolet silverado | 88 | matt crafton | sealmaster | duke thorson | jerry cook row 14 : spears motorsports | chevrolet silverado | 75 | david starr | spears manufacturing | wayne spears | dave mccarty row 15 : tagsby racing | chevrolet silverado | 73 | loni richardson (r) | intensitee/uti | joey sonntag | joey sonntag row 16 : team racing | chevrolet silverado | 86 | dana white (r) | red line oil/coverall carports | phil bonifield | bernie taft row 17 : troxell racing | chevrolet silverado | 93 | jerry allec, jr | None | lonnie troxell | lonnie troxell row 18 : ultra motorsports | dodge ram | 1 | ted musgrave | mopar | jim smith | gene nead row 19 : ultra motorsports | dodge ram | 2 | jason leffler | team ase racing | marlene smith | tim kohuth row 20 : ware racing enterprises | dodge ram | 5 | lance hooper | diamond cut jeans/blair5.com | rick ware | cal northrop row 21 : ware racing enterprises | dodge ram | 51 | michael dokken | ooida | rick ware | ken glen ] Execute this SQL based on the above table: select listed owner(s) - listed owner(s) where # = 15
0
[ header: medal | name | sport | event row 1 : silver | None | badminton | men's team row 2 : silver | aparna popat | badminton | women's singles row 3 : silver | jitender kumar | boxing | middleweight row 4 : silver | jaspal rana | shooting | men's 25 m air pistol row 5 : silver | jaspal rana satendra | shooting | men's air pistol pairs row 6 : silver | dharmaraj wilson | weightlifting | men's 56 kg-combined row 7 : silver | arumugam k. pandian | weightlifting | men's 56 kg-snatch row 8 : silver | arumugam k. pandian | weightlifting | men's 56 kg-clean and jer row 9 : silver | satheesha rai | weightlifting | men's 77 kg-clean and row 10 : silver | satheesha rai | weightlifting | men's 77 kg-combined ] Execute this SQL based on the above table: select sport order by event - event desc limit 1
badminton
[ header: match | team | result points | match status | opposition strength | regional strength | ranking points row 1 : amplistan vs. bestrudi | amplistan bestrudia | 0 3 | 1.0 1.0 | 0.50 1.98 | 0.94 0.94 | 0 558 row 2 : amplistan vs. bestrudi | amplistan bestrudia | 1 1 | 1.0 1.0 | 0.50 1.98 | 0.94 0.94 | 47 186 row 3 : amplistan vs. bestrudi | amplistan bestrudia | 3 0 | 4.0 4.0 | 0.50 1.98 | 0.94 0.94 | 564 0 row 4 : amplistan vs. bestrudi | amplistan bestrudia | 1 2 | 4.0 4.0 | 0.50 1.98 | 0.94 0.94 | 188 1488 row 5 : amplistan vs. conesto | amplistan conesto | 0 3 | 1.0 1.0 | 1.61 1.98 | 0.99 0.99 | 0 588 row 6 : conesto vs. delphi | conesto delphiz | 3 0 | 2.5 2.5 | 1.70 1.61 | 0.96 0.96 | 1224 0 row 7 : conesto vs. delphi | conesto delphiz | 0 3 | 2.5 2.5 | 1.70 1.61 | 0.96 0.96 | 0 1159 row 8 : conesto vs. amplistan | conesto amplistan | 1 2 | 4.0 4.0 | 1.98 1.61 | 0.99 0.99 | 784 1275 ] Execute this SQL based on the above table: select count ( * ) group by regional strength order by count ( * ) desc limit 1
4
[ header: | 1948 | 1952 | 1956 | 1960 | 1964 row 1 : all voters | 50 | 45 | 42 | 50 | 61 row 2 : white | 50 | 43 | 41 | 49 | 59 row 3 : black | 50 | 79 | 61 | 68 | 94 row 4 : college educated | 22 | 34 | 31 | 39 | 52 row 5 : high school educated | 51 | 45 | 42 | 52 | 62 row 6 : grade school educated | 64 | 52 | 50 | 55 | 66 row 7 : professional & business | 19 | 36 | 32 | 42 | 54 row 8 : white collar | 47 | 40 | 37 | 48 | 57 row 9 : manual worker | 66 | 55 | 50 | 60 | 71 row 10 : farmer | 60 | 33 | 46 | 48 | 53 row 11 : union member | 76 | None | 51 | 62 | 77 row 12 : not union | 42 | None | 35 | 44 | 56 row 13 : protestant | 43 | 37 | 37 | 38 | 55 row 14 : catholic | 62 | 56 | 51 | 78 | 76 row 15 : republican | None | 8 | 4 | 5 | 20 row 16 : independent | None | 35 | 30 | 43 | 56 row 17 : democrat | None | 77 | 85 | 84 | 87 row 18 : east | 48 | 45 | 40 | 53 | 68 row 19 : midwest | 50 | 42 | 41 | 48 | 61 row 20 : west | 49 | 42 | 43 | 49 | 60 row 21 : south | 53 | 51 | 49 | 51 | 52 ] Execute this SQL based on the above table: select where 1948 = 50
all voters, white, black, midwest
[ 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 ( venue )
21
[ header: weapon name | caliber (mm) | range (max) | warhead row 1 : m-8 | 82 mm | 5,900 m (6,500 yd | 0.64 kg (1.4 lb) row 2 : m-13 | 132 mm | 8,740 m (9,560 | 4.9 kg (11 lb) row 3 : m-13dd | 132 mm | 11,800 m (12,900 yd | 4.9 kg (11 lb) row 4 : m-13uk | 132 mm | 7,900 m (8,600 yd | 4.9 kg (11 lb) row 5 : m-20 | 132 mm | 5,050 m (5,520 y | 18.4 kg (41 lb) row 6 : m-30 | 300 mm | 2,800 m (3,100 yd | 28.9 kg (64 lb) row 7 : m-31 | 300 mm | 4,325 m (4,730 | 28.9 kg (64 lb) row 8 : m-31uk | 300 mm | 4,000 m (4,400 yd | 28.9 kg (64 lb) ] Execute this SQL based on the above table: select count ( weapon name )
8
[ header: region | date | label | format | catalog row 1 : netherlands | april 19, 2004 | magik muzik | vinyl, 12" | magik muzik 817-5 row 2 : netherlands | april 19, 2004 | magik muzik | cd, maxi | magik muzik 817-2 row 3 : netherlands | april 19, 2004 | magik muzik | cd, single | magik muzik 817-1 row 4 : germany | may, 2004 | kontor records | cd, maxi | kontor375 row 5 : germany | april 8, 2004 | kontor records | vinyl, 12" | kontor375 row 6 : australia | april, 2004 | bang on! | vinyl, 12" | bang 056 row 7 : australia | may, 2004 | bang on! | cd, maxi | bang0096 row 8 : united kingdom | april 30, 2004 | nebula | cd, maxi, enhanced | nebcd058 row 9 : united kingdom | april 30, 2004 | nebula | cd, single, promo | nebcddj058 row 10 : united kingdom | april 30, 2004 | nebula | vinyl, 12", promo | nebdj058 row 11 : united kingdom | april 30, 2004 | nebula | cd, maxi | nebt058 row 12 : switzerland | june, 2004 | sirup | cd, maxi | sir021-1cd row 13 : switzerland | june, 2004 | sirup | cd, maxi | mv-sir903572 row 14 : switzerland | june, 2004 | sirup | vinyl, 12" | sir021-6 row 15 : united states | 2004 | nettwerk america | vinyl, 12" | 0 6700 33227 1 3 row 16 : united states | may, 2004 | nettwerk america | cd, single | 0 6700 33227 2 0 row 17 : france | 2004 | independence records | vinyl, 12" | ir 0408 row 18 : italy | june 5, 2004 | media records | vinyl, 12" | mr 2013 row 19 : scandinavia | 2004 | playground music scandinavia | cd, maxi | magik muzik 817-2 ] Execute this SQL based on the above table: select date where label = 'nettwerk america'
2004, may, 2004
[ header: # | title | date | director | story | synopsis | notes row 1 : 13 | sacre bleu cross | february 1, 1967 | gerry chiniquy | john w. dunn | when they go after hassan the ass | the commissioner does not appear row 2 : 14 | le quiet squad | may 17, 1967 | robert mckimson | jim ryan | the commissioner is overworked and needs absolute | sgt. deux-deux does row 3 : 15 | bomb voyage | may 22, 1967 | robert mckimson | tony benedict | the commissioner is kidnapped by alien | music score is set to ottorin row 4 : 16 | le pig-al patrol | may 24, 1967 | gerry chiniquy | jim ryan | the inspector is sent after biker pig al | sgt. deux-deux does row 5 : 17 | le bowser bagger | may 30, 1967 | gerry chiniquy | jim ryan | the inspector is given private bowser, | sgt. deux-deux does row 6 : 18 | le escape goat | june 29, 1967 | gerry chiniquy | jim ryan | after being fired for letting louie le | sgt. deux-deux does row 7 : 19 | le cop on le rocks | july 3, 1967 | george singer | jim ryan | the inspector is sent to prison having been mistaken | sgt. deux-deux and row 8 : 20 | crow de guerre | august 16, 1967 | gerry chiniquy | john w. dunn | the inspector is continually outwitted by a | sgt. deux-deux and row 9 : 21 | canadian can-can | september 20, 1967 | gerry chiniquy | john w. dunn | sent to canada on an exchange programme, the inspector | sgt. deux-deux does row 10 : 22 | tour de farce | october 25, 1967 | gerry chiniquy | jim ryan | through his own mistake, the inspector is strand | sgt. deux-deux and row 11 : 23 | the shooting of caribou lou | december 20, 1967 | gerry chiniquy | john w. dunn | on holiday in canada as a mountie | sgt. deux-deux and ] Execute this SQL based on the above table: select date where # <= 16
february 1, 1967, may 17, 1967, may 22, 1967, may 24, 1967
[ header: rank | name | image | height ft (m) | floors | year | notes row 1 : 1 | key tower | | 947 (289) | 57 | 1991 | 104th-tallest building in the row 2 : 3 | 200 public square | | 658 (201) | 45 | 1985 | also known as the bp building tallest row 3 : 4 | tower at erieview | | 529 (161) | 40 | 1964 | tallest building constructed in cleveland in row 4 : 5 | one cleveland center | | 450 (137) | 31 | 1983 | None row 5 : 6 | fifth third center | | 446 (136) | 27 | 1992 | None row 6 : 7 | federal court house tower | | 430 (131) | 23 | 2002 | tallest building constructed in the city in the 2000 row 7 : 8 | justice center complex | | 420 (128) | 26 | 1977 | tallest building constructed in the city in the 1970 row 8 : 9 | anthony j. celebrezze | | 419 (128) | 31 | 1967 | None row 9 : 10 | pnc center | | 410 (125) | 35 | 1980 | originally known as the national city center; building was row 10 : 12 | at&t huron road building | | 365 (111) | 24 | 1927 | commonly known as ohio bell build row 11 : 13 | rhodes tower | | 363 (111) | 20 | 1971 | originally known as the university tower row 12 : 14 | eaton center | | 356 (109) | 28 | 1983 | None row 13 : 15 | ernst & young tower | | 330 (101) | 21 | 2013 | phase i of the flats east bank row 14 : 16 | marriott at key center | | 320 (98) | 28 | 1991 | tallest all-hotel building in the city row 15 : 17 | mcdonald investment center | | 308 (94) | 23 | 1968 | also known as key center formerly known as the row 16 : 18 | 55 public square | | 300 (91) | 22 | 1958 | tallest building constructed in the city the 1950s row 17 : 19 | huntington bank building | | 289 (88) | 21 | 1924 | None row 18 : 20 | north point tower | | 285 (87) | 20 | 1990 | None row 19 : 21 | diamond building | | 282 (86) | 23 | 1972 | None row 20 : 21 | standard building | | 282 (86) | 21 | 1925 | None row 21 : 23 | 1717 east ninth building | | 275 (84) | 21 | 1959 | also known as the east ohio row 22 : 24 | keith building | | 272 (83) | 21 | 1922 | None row 23 : 25 | east tower | | 266 (81) | 25 | 1973 | tallest all-residential building in the row 24 : 25 | embassy suites tower | | 266 (81) | 26 | 1969 | also known as embassy suites at reserve square row 25 : 27 | superior building | | 265 (81) | 22 | 1922 | None row 26 : 28 | fenn tower | | 265 (81) | 21 | 1930 | None row 27 : 29 | landmark office towers | | 260 (79) | 22 | 1930 | None row 28 : 30 | penton media building | | 253 (77) | 21 | 1972 | None ] Execute this SQL based on the above table: select sum ( notes - name ) where notes < ( select notes where name = '55 public square' ) and name = 'mcdonald investment center'
0
[ header: date | pos. | name | from | fee row 1 : 27 june 2007 | df | aaron hughes | aston villa | £1,000,000 row 2 : 5 july 2007 | mf | steven davis | aston villa | £4,000,000 row 3 : 9 july 2007 | fw | diomansy kamara | west bromwich albion | £6,000,000 row 4 : 12 july 2007 | df | chris baird | southampton | £3,035,000 row 5 : 13 july 2007 | fw | david healy | leeds united | £1,500,000 row 6 : 13 july 2007 | df | paul konchesky | west ham | £3,250,000 row 7 : 19 july 2007 | mf | lee cook | qpr | £2,500,000 row 8 : 4 august 2007 | mf | adrian leijer | melbourne victory | undisclosed row 9 : 8 august 2007 | df | hameur bouazza | watford | £3,000,000 row 10 : 23 august 2007 | gk | kasey keller | borussia monchengladbach | free row 11 : 30 august 2007 | df | nathan ashton | unattached | free row 12 : 31 august 2007 | fw | shefki kuqi | crystal palace | loan row 13 : 31 august 2007 | mf | danny murphy | tottenham hotspur | loan row 14 : 31 august 2007 | mf | seol ki-hyeon | reading | undisclosed row 15 : 31 august 2007 | df | dejan stefanovic | portsmouth | £1,000,000 ] Execute this SQL based on the above table: select name where fee > 1960 order by fee desc limit 1
diomansy kamara
[ header: bridge name | location | year completed | total length | carries row 1 : old youngs bay bridge | astoria, oregon | 1921 | 1,766.2 feet (538.3 m | u.s. route 101 row 2 : oregon city bridge | oregon city, oregon | 1922 | 745 feet (227 m) | oregon route 43 row 3 : dry canyon creek bridge | near rowena, oregon | 1922 | 101.1 ft | u.s. route 30 row 4 : winchester bridge | winchester, oregon | 1923 | 884 feet | oregon route 99 row 5 : lewis and clark river bridge | astoria, oregon | 1924 | 828 feet | u.s. route 101 row 6 : ellsworth street bridge | albany, oregon | 1925 | 1,090 feet | u.s. route 20 row 7 : rocky creek bridge | lincoln county, oregon | 1927 | 360 feet | u.s. route 101 row 8 : depoe bay bridge | depoe bay, oregon | 1927 | 312 feet | u.s. route 101 row 9 : crooked river high bridge | jefferson county, oregon | 1926 | 464 feet | u.s. route 97 row 10 : big creek bridge | lane county, oregon | 1931 | 180 feet | u.s. route 101 row 11 : ten mile creek bridge | near yachats, oregon | 1931 | 180 feet | u.s. route 101 row 12 : wilson river bridge | tillamook county, oregon | 1931 | 180 feet | u.s. route 101 row 13 : rogue river bridge | grants pass, oregon | 1931 | 550 feet | redwood highway row 14 : cape creek bridge | near heceta head | 1932 | 619 feet (188.6 m) | u.s. route 101 row 15 : isaac lee patterson bridge | gold beach, oregon | 1932 | 1,898 feet (578.5 m) | u.s. route 101 row 16 : john mcloughlin bridge | oregon city, oregon | 1933 | 720 feet | oregon route 99e row 17 : umpqua river bridge | reedsport, oregon | 1936 | 2,206 feet | u.s. route 101 row 18 : siuslaw river bridge | florence, oregon | 1936 | 1,568 feet | u.s. route 101 row 19 : alsea bay bridge | waldport, oregon | 1936 | 3,028 feet | u.s. route 101 row 20 : yaquina bay bridge | newport, oregon | 1936 | 3,223 feet (982 m) | u.s. route 101 row 21 : coos bay bridge | north bend, oregon | 1936 | 5,305 feet (1.6 km) | u.s. route 101 ] Execute this SQL based on the above table: select carries order by year completed desc limit 1
u.s. route 101
[ header: season | pitcher | decision | final score | opponent | location row 1 : 1963 | turk farrell | l | 2-9 | san francisco giants | colt stadium row 2 : 1964 | ken johnson | w | 6-3 | cincinnati reds | crosley field row 3 : 1965 | bob bruce | l | 0-2 | philadelphia phillies | astrodome row 4 : 1966 | robin roberts | l | 2-3 | los angeles dodgers | dodger stadium row 5 : 1968 | larry dierker | w | 5-4 | pittsburgh pirates | astrodome row 6 : 1970 | larry dierker (2) | w | 8-5 | san francisco giants | candlestick park row 7 : 1971 | larry dierker (3) | w | 5-2 | los angeles dodgers | astrodome row 8 : 1973 | dave roberts | nd (w) | 2-1 | atlanta braves | atlanta-fulton county stadium row 9 : 1976 | j.r. richard | l | 5-11 | cincinnati reds | riverfront stadium row 10 : 1980 | j.r. richard (5) | w | 3-2 | los angeles dodgers | astrodome row 11 : 1981 | joe niekro | l | 0-2 | los angeles dodgers | dodger stadium row 12 : 1982 | nolan ryan | l | 3-14 | st. louis cardinals | astrodome row 13 : 1983 | joe niekro (2) | nd (l) | 7-16 | los angeles dodgers | astrodome row 14 : 1984 | joe niekro (3) | l | 2-4 | montreal expos | astrodome row 15 : 1985 | nolan ryan (2) | w | 2-1 | los angeles dodgers | astrodome row 16 : 1987 | mike scott | w | 4-3 | los angeles dodgers | astrodome row 17 : 1988 | mike scott (2) | w | 6-3 | san diego padres | astrodome row 18 : 1989 | mike scott (3) | w | 10-3 | atlanta braves | astrodome row 19 : 1992 | pete harnisch | l | 0-2 | atlanta braves | astrodome row 20 : 1994 | pete harnisch (2) | nd (w) | 6-5 | montreal expos | astrodome row 21 : 1998 | shane reynolds | nd (l) | 4-9 | san francisco giants | astrodome row 22 : 1999 | shane reynolds | w | 4-2 | chicago cubs | astrodome row 23 : 2000 | shane reynolds | w | 5-2 | pittsburgh pirates | three rivers stadium row 24 : 2001 | scott elarton | w | 11-3 | milwaukee brewers | enron field row 25 : 2002 | wade miller | l | 3-9 | milwaukee brewers | astros field row 26 : 2003 | roy oswalt | w | 10-4 | colorado rockies | minute maid park row 27 : 2004 | roy oswalt (2) | nd (l) | 4-5 | san francisco giants | minute maid park row 28 : 2005 | roy oswalt (3) | l | 3-7 | st. louis cardinals | minute maid park row 29 : 2006 | roy oswalt (4) | w | 1-0 | florida marlins | minute maid park ] Execute this SQL based on the above table: select count ( season ) where decision = 'nd (l)'
3
[ header: original work | liszt work | forces | date | s no. | notes row 1 : opera lucrezia borgia (1833 | reminiscences de lucrezi | piano | 1840 | s.400 | the sections are: (1) trio du second acte row 2 : opera lucia di lammermoor (18 | reminiscences de luci | piano | 1835-36 | s.397 | based on the sextet row 3 : opera lucia di lammermoor (18 | marche et cavatine de luci | piano | 1835-36 | s.398 | intended as part of the reminisc row 4 : lucia di lammermoor | valse a capriccio | piano | 1842 | s.401 | combines motifs from lucia di la row 5 : opera parisina (1833) | valse a capriccio | piano | 1842 | s.401 | combines motifs from lucia di la row 6 : nuits d'ete a | nuits d'ete a | piano | 1838 | s.399 | None row 7 : opera la favorite (1840): duettin | spirito gentil | piano | 1847 | s.400a | possibly same as s.742 row 8 : opera dom sebastien (1843): | marche funebre de dom sebastien | piano | 1844 | s.402 | None row 9 : act iv | paraphrase | piano | None | s.744 | lost; this was based on theodor row 10 : "duettino" | transcription | piano | None | s.742 | lost. possibly same as s.400a ] Execute this SQL based on the above table: select date where s no. = 's.402'
1844
[ header: year | original title | english title | role | notes row 1 : 1955 | ordet | the word | morten borgen | directed by carl th. dre row 2 : 1942 | med forenede kræf | None | None | propaganda film row 3 : 1938 | bolettes brudefærd | None | carpenter kristiansen | based on malberg's play row 4 : 1938 | kongen bød | None | jeppe | None row 5 : 1937 | kloge mand, den | the clever man | shoemaker | None row 6 : 1936 | sol over danmark | sun over denmark | pastor nicolaj jacobs | None row 7 : 1933 | kobberbryllup | None | handelsgartner johans | None row 8 : 1932 | paustians uhr | paustian's clock | mayor | None row 9 : 1931 | præsten i vejlby | the vicar of vejlby | præsten søren quist | first danish sound film row 10 : 1930 | hr. tell og s | william tell and son | uncle jokum | fy & bi film row 11 : 1929 | højt paa en | None | None | fy & bi film row 12 : 1925 | grønkøbings glade | pat and patachon are millionaires | bank director | fy & bi film row 13 : 1924 | der mann um mitternacht | the man at midnight | knut hammerdal | None row 14 : 1921 | det største i | love that lives | thomas ward | directed by holger-madsen row 15 : 1920 | gudernes yndling | the penalty of fame | pommel | None row 16 : 1919 | krigsmillionæren | the parvenu | jensen | directed by emanuel greg row 17 : 1916 | udenfor loven | outside the law | brown | None row 18 : 1914 | tre indvendige jom | three maidens | None | None row 19 : 1914 | lejla | lejla | horse trainer | None row 20 : 1913 | lille klaus og | None | lille klaus | None row 21 : 1910 | dorian grays portræt | the picture of dorian gray | None | None ] Execute this SQL based on the above table: select sum ( year ) where original title in ( 'udenfor loven' , 'tre indvendige jomfruer' )
3830
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | china | 9 | 3 | 2 | 14 row 2 : 2 | malaysia | 3 | 3 | 1 | 7 row 3 : 3 | japan | 2 | 3 | 6 | 11 row 4 : 4 | south korea | 2 | 2 | 5 | 9 row 5 : 5 | kazakhstan | 1 | 3 | 0 | 4 row 6 : 6 | chinese taipei | 1 | 1 | 3 | 5 row 7 : 7 | iran | 1 | 1 | 0 | 2 row 8 : 8 | hong kong | 1 | 0 | 2 | 3 row 9 : 9 | kyrgyzstan | 1 | 0 | 0 | 1 row 10 : 10 | uzbekistan | 0 | 3 | 1 | 4 row 11 : 11 | thailand | 0 | 1 | 1 | 2 row 12 : 12 | indonesia | 0 | 1 | 0 | 1 row 13 : total | total | 21 | 21 | 21 | 63 ] Execute this SQL based on the above table: select nation order by nation desc limit 1
uzbekistan
[ header: pos | rider | manufacturer | time/retired | points row 1 : 1 | tohru ukawa | honda | 49:50.449 | 25 row 2 : 2 | franco battaini | aprilia | 5.125 | 20 row 3 : 3 | loris capirossi | honda | 10.224 | 16 row 4 : 4 | shinya nakano | yamaha | 14.848 | 13 row 5 : 5 | stefano perugini | honda | 34.042 | 11 row 6 : 6 | sebastian porto | yamaha | 37.495 | 10 row 7 : 7 | jason vincent | honda | 44.911 | 9 row 8 : 8 | valentino rossi | aprilia | +1:01.110 | 8 row 9 : 9 | anthony west | tsr-honda | +1:10.352 | 7 row 10 : 10 | alex hofmann | tsr-honda | +1:18.683 | 6 row 11 : 11 | luca boscoscuro | tsr-honda | +1:20.847 | 5 row 12 : 12 | lucas oliver bulto | yamaha | +1:23.052 | 4 row 13 : 13 | roberto rolfo | aprilia | +1:24.329 | 3 row 14 : 14 | masaki tokudome | tsr-honda | +1:26.837 | 2 row 15 : 15 | fonsi nieto | yamaha | +1:45.669 | 1 row 16 : 16 | david garcia | yamaha | +1:48.926 | None row 17 : 17 | scott smart | aprilia | +1:49.730 | None row 18 : 18 | alex debon | honda | +1 lap | None row 19 : 19 | jarno janssen | tsr-honda | +1 lap | None row 20 : ret | alvaro molina | honda | retirement | None row 21 : ret | julien allemand | tsr-honda | retirement | None row 22 : ret | ismael bonilla | honda | retirement | None row 23 : ret | daniel ribalta | aprilia | retirement | None row 24 : ret | maurice bolwerk | honda | retirement | None row 25 : ret | tomomi manako | yamaha | retirement | None row 26 : ret | johann stigefelt | yamaha | retirement | None row 27 : ret | olivier jacque | yamaha | retirement | None row 28 : ret | jeremy mcwilliams | aprilia | retirement | None row 29 : ret | david ortega | tsr-honda | retirement | None row 30 : ret | alfredo rios | aprilia | retirement | None row 31 : ret | ralf waldmann | aprilia | retirement | None ] Execute this SQL based on the above table: select count ( pos ) where time/retired >= 907
0
[ header: victim(s) | age | gender | date | type of attack | location | details | source(s) row 1 : daughter of a frontiersman named "bak | 18 | ♀ | summer, 1881 | defending cows | northwestern colorado, usa | encountered a wolf resting on a | george bird grinnell row 2 : david tobuk | toddler | ♂ | 1900 | predatory | koyukuk river, ala | in the 1920s, tobuk was | None row 3 : zacarias hugo | 14 | ♂ | 1943 | possibly rabid | etivluk river, alaska | while hunting caribou, zacaria | None row 4 : pipeline workers | None | ♂ | 1971-1979 | None | along the right-of-way for the trans | there were ten "bites and charges", | None row 5 : david lawrence | 7 | ♂ | 1976, summer | prey-testing agonistic charge | salcha river, alaska, usa | while his father, roy lawrence, | None ] Execute this SQL based on the above table: select details order by age desc limit 1
encountered a wolf resting on a hill while on her way to bring in cows at dusk. the animal attacked her after she shouted and threw rocks to scare it away. it seized her by the shoulder, threw her to the ground, and badly bit her arms and legs before being shot by her brother
[ header: party | candidate | votes | % | ∆% row 1 : conservative | joe daniel | 14422 | 36.78 | 5.78 row 2 : liberal | yasmin ratansi | 13552 | 34.56 | -13.51 row 3 : new democratic | mary trapani hynes | 9878 | 25.19 | 11.87 row 4 : green | akil sadikali | 1114 | 2.84 | -4.05 row 5 : christian heritage | ryan kidd | 246 | 0.63 | -0.07 row 6 : total valid votes | total valid votes | 39212 | 100 | None row 7 : total rejected ballots | total rejected ballots | 218 | 0.55 | None row 8 : turnout | turnout | 39430 | 57.24 | None row 9 : eligible voters | eligible voters | 68890 | None | None ] Execute this SQL based on the above table: select count ( party ) where candidate = 'ryan kidd'
1
[ header: # | date | film | gross | top ten places row 1 : 1 | january 5, 2014 | frozen | $2,441,278 | paranormal activity: the marked ones (#2) row 2 : 2 | january 12, 2014 | frozen | $1,193,153 | the wolf of wall street (#3) row 3 : 3 | january 19, 2014 | ¿que le dijiste a | $1,607,603 | jack ryan: shadow recruit (# row 4 : 4 | january 26, 2014 | i, frankenstein | $2,017,410 | grudge match (#10) row 5 : 5 | february 2, 2014 | 47 ronin | $1,916,620 | devil's due (#2) row 6 : 6 | february 9, 2014 | the lego movie | $3,823,198 | the legend of hercules (#4) row 7 : 7 | february 16, 2014 | casese quien pueda | $3,287,643 | robocop (#2), the monuments row 8 : 8 | february 23, 2014 | casese quien pueda | $2,228,705 | pompeii (#3), 12 years row 9 : 9 | march 2, 2014 | mr. peabody & she | $2,687,778 | fachon models (#6), august: row 10 : 10 | march 9, 2014 | 300: rise of an empire | $5,468,513 | homefront (#8), zip & row 11 : 11 | march 16, 2014 | 300: rise of an empire | $2,891,351 | el crimen del cacaro row 12 : 12 | march 23, 2014 | noah | $5,743,388 | muppets most wanted (#3) row 13 : 13 | march 30, 2014 | captain america: the winter soldier | $8,596,889 | None ] Execute this SQL based on the above table: select top ten places where top ten places in ( 'fachon models (#6), august: osage county (#8), lone survivor (#10)' , 'pompeii (#3), 12 years a slave (#5), saving mr. banks (#7)' ) and top ten places = 'pompeii (#3), 12 years a slave (#5), saving mr. banks (#7)' group by top ten places order by count ( film ) desc limit 1
pompeii (#3), 12 years a slave (#5), saving mr. banks (#7)
[ header: place | player | country | score | to par | money ($) row 1 : 1 | jack nicklaus | united states | 74-71-69-65=2 | -9 | 144000 row 2 : t2 | tom kite | united states | 70-74-68-68=280 | -8 | 70400 row 3 : t2 | greg norman | australia | 70-72-68-70=280 | -8 | 70400 row 4 : 4 | seve ballesteros | spain | 71-68-72-70=28 | -7 | 38400 row 5 : 5 | nick price | zimbabwe | 79-69-63-71=28 | -6 | 32000 row 6 : t6 | jay haas | united states | 76-69-71-67=28 | -5 | 27800 row 7 : t6 | tom watson | united states | 70-74-68-71=283 | -5 | 27800 row 8 : t8 | tsuneyuki naka | japan | 70-71-71-72=284 | -4 | 23200 row 9 : t8 | payne stewart | united states | 75-71-69-69=284 | -4 | 23200 row 10 : t8 | bob tway | united states | 70-73-71-70=284 | -4 | 23200 ] Execute this SQL based on the above table: select place order by to par desc limit 1
t8
[ header: name | japanese | distance (km) | connections | location row 1 : okayama | 岡山 | 0 | sanyo shinkansen | kita-ku, okayama row 2 : bizen-mikado | 備前三門 | 1.9 | None | kita-ku, okayama row 3 : daianji | 大安寺 | 3.3 | None | kita-ku, okayama row 4 : bizen-ichinomiya | 備前一宮 | 6.5 | None | kita-ku, okayama row 5 : kibitsu | 吉備津 | 8.4 | None | kita-ku, okayama row 6 : bitchu-takamatsu | 備中高松 | 11 | None | kita-ku, okayama row 7 : ashimori | 足守 | 13.4 | None | kita-ku, okayama row 8 : hattori | 服部 | 16.2 | None | soja row 9 : higashi-soja | 東総社 | 18.8 | None | soja row 10 : soja | 総社 | 20.4 | hakubi line ibara railway | soja ] Execute this SQL based on the above table: select min ( distance (km) )
0.0
[ header: year | award | result | category | series row 1 : 2004 | bet comedy awards | won | outstanding supporting actor in a comedy series | scrubs row 2 : 2002 | bet comedy awards | won | outstanding supporting actor in a comedy series | scrubs row 3 : 2004 | teen choice awards | nominated | choice tv sidekick | scrubs row 4 : 2005 | teen choice awards | nominated | choice tv sidekick | scrubs row 5 : 2006 | teen choice awards | nominated | choice tv sidekick | scrubs row 6 : 2007 | teen choice awards | nominated | choice tv sidekick | scrubs row 7 : 2005 | naacp image awards | nominated | outstanding supporting actor in a comedy series | scrubs row 8 : 2006 | naacp image awards | nominated | outstanding actor in a comedy series | scrubs row 9 : 2007 | naacp image awards | nominated | outstanding actor in a comedy series | scrubs row 10 : 2008 | naacp image awards | nominated | outstanding actor in a comedy series | scrubs ] Execute this SQL based on the above table: select count ( * ) where series = 'choice tv sidekick'
0
[ header: rank | wrestler | no. of reigns | combined days row 1 : 1 | lou thesz | 3 | 3749 row 2 : 2 | ric flair | 8 | 3103 row 3 : 3 | harley race | 7 | 1799 row 4 : 4 | dory funk, jr | 1 | 1563 row 5 : 5 | dan severn | 2 | 1559 row 6 : 6 | gene kiniski | 1 | 1131 row 7 : 7 | adam pearce | 5 | 1078 row 8 : 8 | jeff jarrett | 6 | 1006 row 9 : 9 | pat o'connor | 1 | 903 row 10 : 10 | jack brisco | 2 | 866 row 11 : 11 | orville brown | 1 | 692 row 12 : 12 | buddy rogers | 1 | 573 row 13 : 13 | blue demon, jr | 1 | 505 row 14 : 14 | naoya ogawa | 2 | 469 row 15 : 15 | terry funk | 1 | 424 row 16 : 16 | dick hutton | 1 | 421 row 17 : 17 | rob conway | 1 | 294 row 18 : 18 | christian cage | 2 | 245 row 19 : 19 | whipper billy watson | 1 | 239 row 20 : 20 | sting | 2 | 216 row 21 : 21 | a.j. styles | 3 | 196 row 22 : 22 | mike rapada | 2 | 176 row 23 : 23 | steve corino | 1 | 175 row 24 : 24 | colt cabana | 2 | 152 row 25 : 25 | barry windham | 1 | 147 row 26 : 26 | masahiro chono | 1 | 145 row 27 : 27 | kahagas | 1 | 134 row 28 : 28 | ron killings | 2 | 119 row 29 : 29 | dusty rhodes | 3 | 107 row 30 : 30 | chris candido | 1 | 97 row 31 : 31 | raven | 1 | 88 row 32 : 32 | satoshi kojima | 1 | 159 row 33 : 33 | shinya hashimoto | 1 | 84 row 34 : 34 | the sheik | 1 | 79 row 35 : 35 | ricky steamboat | 1 | 76 row 36 : 36 | ron garvin | 1 | 62 row 37 : 37 | abyss | 1 | 56 row 38 : 39 | ken shamrock | 1 | 49 row 39 : 39 | brent albright | 1 | 49 row 40 : 40 | the great muta | 1 | 48 row 41 : 41 | sabu | 1 | 38 row 42 : 42 | giant baba | 3 | 19 row 43 : 43 | kerry von erich | 1 | 18 row 44 : 44 | gary steele | 1 | 7 row 45 : 45 | tommy rich | 1 | 4 row 46 : 46 | rhino | 1 | 2 row 47 : 47 | shane douglas | 1 | <1 ] Execute this SQL based on the above table: select wrestler order by combined days limit 1
jeff jarrett
[ header: n° | name | position | date of birth | nationality row 1 : 1 | marcus popp | s | 23 settembre 1981 | germany row 2 : 2 | stanislav simin | c | 4 ottobre 1986 | serbia row 3 : 3 | gerald hardy-dessources | c | 9 febbraio 1983 | france row 4 : 4 | soane falafala | s | 16 aprile 1993 | france row 5 : 5 | cyril guitte | l | 13 agosto 1992 | france row 6 : 6 | david konecny | s/o | 10 ottobre 1982 | czech republic row 7 : 7 | jean-francois exiga | l | 9 marzo 1982 | france row 8 : 8 | nuno pinheiro | p | 31 dicembre 1984 | portugal row 9 : 10 | guillaume di betta | s | 8 settembre 1994 | france row 10 : 12 | maxime dillies | p | 11 aprile 1984 | france row 11 : 13 | kamil baranek | s | 2 maggio 1983 | czech republic row 12 : 14 | renaud lachaise | p | 12 maggio 1991 | france row 13 : 15 | david smith | c | 15 maggio 1985 | united states row 14 : 16 | emmanuel ragon | s | 6 agosto 1987 | france row 15 : 17 | victor le guennec | s | 19 giugno 1994 | france row 16 : 18 | thibault szymkowi | c | 19 settembre 1991 | france ] Execute this SQL based on the above table: select n° where position = 's'
1.0, 4.0, 10.0, 13.0, 16.0, 17.0
[ header: town/village | population | postal code | municipality | island | location row 1 : dalur | 48 | fo 235 | husavikar | sandoy | 61°46′56′′n 6° row 2 : depil | 2 | fo 735 | hvannasunds | borðoy | 62°17′10′′n 6° row 3 : famjin | 113 | fo 870 | famjins | suðuroy | 61°31′35′′n 6° row 4 : funningur | 83 | fo 475 | funnings | eysturoy | 62°17′17′′n 6° row 5 : gøtugjogv | 53 | fo 511 | gøtu | eysturoy | 62°11′25′′n 6° row 6 : haldarsvik | 164 | fo 440 | sunda | streymoy | 62°16′37′′n 7° row 7 : hellur | 26 | fo 695 | fuglafjarðar | eysturoy | 62°15′49′′n 6° row 8 : klaksvik | 4681 | fo 700 | klaksvikar | borðoy | 62°13′26′′n 6° row 9 : lambi | 142 | fo 627 | runavikar | eysturoy | 62°8′33′′n 6° row 10 : miðvagur | 1032 | fo 370 | miðvags | vagar | 62°3′4′′n 7° row 11 : nes, vagur | 30 | fo 925 | vags | suðuroy | 61°28′20′′n 6° row 12 : saltnes | 153 | fo 656 | nes | eysturoy | 62°6′19′′n 6° row 13 : sandur | 596 | fo 210 | sands | sandoy | 61°50′10′′n 6° row 14 : selatrað | 63 | fo 497 | sjovar | eysturoy | 62°9′31′′n 6° row 15 : skalabotnur | 100 | fo 485 | runavikar | eysturoy | 62°11′52′′n 6° row 16 : strendur | 817 | fo 490 | sjovar | eysturoy | 62°6′46′′n 6° ] Execute this SQL based on the above table: select count ( * ) where postal code = 9
0