inputs
stringlengths
291
3.71k
targets
stringlengths
1
2.65k
[ header: year | award ceremony | category | film/show | result row 1 : 2005 | indian television academy awards | ita award for best actress - comedy | sarabhai vs | won row 2 : 2005 | indian telly awards | best actress in a comic role | sarabhai vs | won row 3 : 2006 | indian television academy awards | ita award for best actress - comedy | sarabhai vs | nominated row 4 : 2009 | screen awards | screen award for best supporting actress | jaane tu ya ja | nominated row 5 : 2009 | filmfare awards | filmfare best supporting actress award | jaane tu ya ja | nominated row 6 : 2011 | filmfare awards | filmfare best supporting actress award | golmaal 3 | nominated row 7 : 2011 | screen awards | screen award for best supporting actress | golmaal 3 | nominated row 8 : 2011 | zee cine awards | zee cine award for best actor in | golmaal 3 | nominated row 9 : 2011 | apsara film & television producers | apsara award for best actress in | golmaal 3 | nominated row 10 : 2011 | 12th iifa awards | iifa award for best supporting actress | golmaal 3 | nominated ] Execute this SQL based on the above table: select category where category in ( 'screen award for best supporting actress' , 'ita award for best actress - comedy' ) order by year desc limit 1
screen award for best supporting actress
[ header: season | competition | round | club | 1st leg | 2nd leg row 1 : 2001-02 | uefa cup | qr | cska sofia | 1-2 (h) | 1-3 (a) row 2 : 2003 | uefa intertoto cup | 1r | omagh town | 1-0 (h) | 7-1 (a) row 3 : 2003 | uefa intertoto cup | 2r | cibalia | 1-1 (h) | 2-4 (a) row 4 : 2004-05 | uefa cup | 1q | nistru otaci | 1-1 (a) | 1-2 (h) row 5 : 2006-07 | uefa champions league | 1q | siroki brijeg | 0-1 (h) | 0-1 (a) row 6 : 2007 | uefa intertoto cup | 1r | ararat yerevan | 4-1 (h) | 0-2 (a) row 7 : 2007 | uefa intertoto cup | 2r | chornomorets odes | 2-4 (a) | 0-2 (h) row 8 : 2008 | uefa intertoto cup | 1r | cracovia krakow | 2-1 (a) | 3-0 (h) row 9 : 2008 | uefa intertoto cup | 2r | sturm graz | 0-2 (a) | 0-0 (h) row 10 : 2011-12 | uefa europa league | 2q | ventspils | 0-1 (h) | 2-3 (a) row 11 : 2012-13 | uefa europa league | 2q | ried | 1-1 (h) | 0-0 (a) row 12 : 2013-14 | uefa europa league | 2q | milsami | 1-1 (h) | 1-1 (p. 2-4)(a ] Execute this SQL based on the above table: select count ( * ) where competition >= 1970
12
[ header: location | building | year | km | monument row 1 : bischofsheim | station building | 1958 | 8.25 | row 2 : russelsheim | linesmen house | 1863 | 12.8 | row 3 : raunheim | station building | 1863 | 15.87 | row 4 : raunheim | linesmen house | 1863 | 17.39 | row 5 : kelsterbach | rail bridge | 1863 | 21.75 | row 6 : kelsterbach | linesmen house | 1863 | 23.6 | row 7 : kelsterbach | station building | 1863 | 23.81 | row 8 : stadion | station building | 1879 | 31.37 | row 9 : niederrad | station building | 1882 | 33.19 | row 10 : sachsenhausen | rail bridge | 1864 | 34.47 | ] Execute this SQL based on the above table: select location where location = 'bischofsheim' and km < 1762
bischofsheim
[ header: club | chinese | city | home stadium | capacity | average attendance row 1 : beijing guoanth | 北京国安 | beijing | workers stadium | 62000 | 33342 row 2 : changchun yatai | 长春亚泰 | changchun | development area stadium | 25000 | 10067 row 3 : changsha ginde | 长沙金德 | changsha | helong stadium | 55000 | 10152 row 4 : chongqing lifan | 重庆力帆 | chongqing | chongqing olympic | 58680 | 11433 row 5 : dalian shide | 大连实德 | dalian | jinzhou stadium | 30775 | 12307 row 6 : hangzhou greentown | 杭州绿城 | hangzhou | yellow dragon stadium | 51139 | 14550 row 7 : henan construction | 河南建业 | zhengzhou | hanghai stadium | 29000 | 18630 row 8 : jiangsu sainty | 江苏舜天 | nanjing | nanjing olympic | 61443 | 10667 row 9 : liaoning whowinp | 辽宁宏运 | shenyang | shenyang tiexi stadium | 24000 | 10100 row 10 : nanchang hengyu | 南昌衡源 | nanchang | nanchang bayi stadium | 20000 | 11680 row 11 : qingdao jonoon | 青岛中能 | qingdao | qingdao tianta | 20525 | 6247 row 12 : shaanxi chan-ba | 陕西浐灞 | xi'an | shaanxi province stadium | 47565 | 28053 row 13 : shandong luneng | 山东鲁能 | jinan | shandong provincial stadium | 43700 | 15901 row 14 : shanghai shenhua | 上海申花 | shanghai | hongkou stadium | 33060 | 12963 row 15 : shenzhen ruby | 深圳红钻 | shenzhen | shenzhen stadium | 32500 | 12439 row 16 : tianjin teda | 天津泰达 | tianjin | teda football stadium | 36390 | 14757 row 17 : total | total | total | total | total | 14581 ] Execute this SQL based on the above table: select count ( city ) where city = 'hangzhou'
1
[ header: team | outgoing manager | manner of departure | date of vacancy | replaced by | date of appointment | position in table row 1 : crystal palace | peter taylor | contract terminated | 8 october 2007 | neil warnock | 11 october 2007 | 19th row 2 : leicester city | martin allen | mutual consent | 29 august 2007 | gary megson | 13 september 2007 | 9th row 3 : queens park rangers | john gregory | contract terminated | 1 october 2007 | luigi de canio | 29 october 2007 | 24th row 4 : norwich city | peter grant | mutual consent | 8 october 2007 | glenn roeder | 30 october 2007 | 22nd row 5 : leicester city | gary megson | mutual consent (hired by bolton wander | 24 october 2007 | ian holloway | 22 november 2007 | 19th row 6 : burnley | steve cotterill | mutual consent | 8 november 2007 | owen coyle | 22 november 2007 | 15th row 7 : preston north end | paul simpson | contract terminated | 13 november 2007 | alan irvine | 20 november 2007 | 21st row 8 : plymouth argyle | ian holloway | resigned (hired by leice | 21 november 2007 | paul sturrock | 27 november 2007 | 7th row 9 : coventry city | iain dowie | contract terminated | 11 february 2008 | chris coleman | 19 february 2008 | 19th row 10 : sheffield united | bryan robson | mutual consent | 14 february 2008 | kevin blackwell | 14 february 2008 | 16th row 11 : queens park rangers | luigi de canio | mutual consent | 8 may 2008 | iain dowie | 14 may 2008 | 14th ] Execute this SQL based on the above table: select count ( * ) where team = 'norwich city'
1
[ header: ecclesiastical jurisdictions | latin name | type | rite | ecclesiastical province | established | area (km2) row 1 : bani | baniensis | diocese | roman | santo domingo | 8 november 1986 | 2892 row 2 : barahona | barahonensis | diocese | roman | santo domingo | 24 april 1976 | 6973 row 3 : dominican republic | reipublicae dominicana | military ordinariate | roman | immediately subject to the holy see | 23 january 1958 | None row 4 : la vega | vegensis | diocese | roman | santiago de los caballe | 25 september 1953 | 4919 row 5 : mao-monte cristi | maoensis-montis christ | diocese | roman | santiago de los caballe | 16 january 1978 | 4841 row 6 : nuestra senora de la | higueyensis / | diocese | roman | santo domingo | 1 april 1959 | 5437 row 7 : puerto plata | portus argentarii | diocese | roman | santiago de los caballe | 16 december 1996 | 2700 row 8 : san francisco de macoris | sancti francisci de mac | diocese | roman | santiago de los caballe | 16 january 1978 | 3682 row 9 : san juan de la magu | sancti ioannis magu | diocese | roman | santo domingo | 25 september 1953 | 7476 row 10 : san pedro de macori | sancti petri de macoris | diocese | roman | santo domingo | 1 february 1997 | 2588 row 11 : santiago de los caballe | sancti iacobi e | metropolitan archdiocese | roman | santiago de los caballe | 25 september 1953 | 6391 row 12 : santo domingo | sancti dominici | metropolitan archdiocese | roman | santo domingo | 8 august 1511 | 4033 ] Execute this SQL based on the above table: select latin name order by area (km2) desc limit 1
sancti ioannis maguanensis
[ header: party | first duma | second duma | third duma | fourth duma row 1 : russian social democratic party | 18 (mensheviks) | 47 (mensheviks) | 19 (bolsheviks) | 15 (bolsheviks) row 2 : socialist-revolutionary party | None | 37 | None | None row 3 : labour group | 136 | 104 | 13 | 10 row 4 : progressist party | 27 | 28 | 28 | 41 row 5 : constitutional democratic party (kadets) | 179 | 92 | 52 | 57 row 6 : non-russian national groups | 121 | None | 26 | 21 row 7 : centre party | None | None | None | 33 row 8 : octobrist party | 17 | 42 | 154 | 95 row 9 : nationalists | 60 | 93 | 26 | 22 row 10 : rightists | 8 | 10 | 147 | 154 row 11 : total | 566 | 453 | 465 | 448 ] Execute this SQL based on the above table: select count ( * ) where party = 'octobrist party'
1
[ header: year | song | us r&b | us rap | album row 1 : 1991 | "mistadobalina" | 55 | 6 | i wish my brother george was here row 2 : 1991 | "sleepin' on my couch" | None | None | i wish my brother george was here row 3 : 1992 | "dr. bombay.." | None | None | i wish my brother george was here row 4 : 1993 | "catch a bad one" | None | None | no need for alarm row 5 : 1994 | "wrong place" | None | 48 | no need for alarm row 6 : 1999 | "phoney phranchise" | None | 47 | both sides of the brain row 7 : 2000 | "if you must" | None | 27 | both sides of the brain row 8 : 2008 | "workin' it" | None | None | eleventh hour row 9 : 2011 | "one out of a million" | None | None | golden era ] Execute this SQL based on the above table: select album where song = '"dr. bombay.."' order by song asc limit 1
i wish my brother george was here
[ header: year | driver | constructor | location | report row 1 : 1992 | nigel mansell | williams-renault | hermanos rodriguez | report row 2 : 1991 | riccardo patrese | williams-renault | hermanos rodriguez | report row 3 : 1990 | alain prost | ferrari | hermanos rodriguez | report row 4 : 1989 | ayrton senna | mclaren-honda | hermanos rodriguez | report row 5 : 1988 | alain prost | mclaren-honda | hermanos rodriguez | report row 6 : 1987 | nigel mansell | williams-honda | hermanos rodriguez | report row 7 : 1986 | gerhard berger | benetton-bmw | hermanos rodriguez | report row 8 : 1985 - 1971 | None | None | None | not held row 9 : 1970 | jacky ickx | ferrari | magdalena mixhuca | report row 10 : 1969 | denny hulme | mclaren-ford | magdalena mixhuca | report row 11 : 1968 | graham hill | lotus-ford | magdalena mixhuca | report row 12 : 1967 | jim clark | lotus-ford | magdalena mixhuca | report row 13 : 1966 | john surtees | cooper-maserati | magdalena mixhuca | report row 14 : 1965 | richie ginther | honda | magdalena mixhuca | report row 15 : 1964 | dan gurney | brabham-climax | magdalena mixhuca | report row 16 : 1963 | jim clark | lotus-climax | magdalena mixhuca | report row 17 : 1962 | trevor taylor j | lotus-climax | magdalena mixhuca | report ] Execute this SQL based on the above table: select year where location = 'hermanos rodriguez'
1992, 1991, 1990, 1989, 1988, 1987, 1986
[ header: season | level | division | section | position | movements row 1 : 1993 | tier 3 | division 2 | vastra gotaland | 1st | None row 2 : 1994 | tier 2 | division 1 | sodra | 7th | None row 3 : 1995 | tier 2 | division 1 | sodra | 5th | None row 4 : 1996 | tier 2 | division 1 | sodra | 2nd | promoted row 5 : 1997 | tier 1 | allsvenskan | None | 14th | panos ljungskile s row 6 : 1998 | tier 2 | division 1 | sodra | 6th | panos ljungskile s row 7 : 1999 | tier 2 | division 1 | sodra | 4th | panos ljungskile s row 8 : 2000 | tier 2 | superettan | None | 15th | panos ljungskile s row 9 : 2001 | tier 3 | division 2 | vastra gotaland | 1st | panos ljungskile s row 10 : 2002 | tier 3 | division 2 | vastra gotaland | 6th | panos ljungskile s row 11 : 2003 | tier 3 | division 2 | vastra gotaland | 2nd | None row 12 : 2004 | tier 3 | division 2 | vastra gotaland | 1st | promotion playoffs - promoted row 13 : 2005 | tier 2 | superettan | None | 4th | None row 14 : 2006 | tier 2 | superettan | None | 6th | None row 15 : 2007 | tier 2 | superettan | None | 2nd | promoted row 16 : 2008 | tier 1 | allsvenskan | None | 14th | relegation playoffs - re row 17 : 2009 | tier 2 | superettan | None | 9th | None row 18 : 2010 | tier 2 | superettan | None | 6th | None row 19 : 2011 | tier 2 | superettan | None | 8th | None row 20 : 2012 | tier 2 | superettan | None | 5th | None row 21 : 2013 | tier 2 | superettan | None | 9th | None ] Execute this SQL based on the above table: select sum ( section ) where position = '2nd'
0.0
[ header: no. | title (latin) | title (english translation) | subject | date row 1 : 1 | ad beatissimi aposto | to the chair of the prince of the apostles | appealing for peace | 1 november 1914 row 2 : 2 | humani generis redemptionem | redemption of the human race | on preaching the word of god | 15 june 1917 row 3 : 3 | quod iam diu | None | on the future peace conference | 1 december 1918 row 4 : 4 | in hac tanta | None | on st. boniface | 14 may 1919 row 5 : 5 | paterno iam diu | None | on the children of central europe | 24 november 1919 row 6 : 6 | pacem, dei munus pulcher | peace, the beautiful gift of god | on peace and christian reconciliation | 23 may 1920 row 7 : 7 | spiritus paraclitus | the spirit, the paraclete | on st. jerome | 15 september 1920 row 8 : 8 | principi apostolorum p | to peter, prince of the apostles | on st. ephram the | 5 october 1920 row 9 : 9 | annus iam plenus | None | on children in central europe | 1 december 1920 row 10 : 10 | sacra propediem | None | on the third order of st. fr | 6 january 1921 row 11 : 11 | in praeclara summorum | None | on dante | 30 april 1921 row 12 : 12 | fausto appetente die | None | on st. dominic | 29 june 1921 ] Execute this SQL based on the above table: select count ( * ) where title (english translation) = 'to peter, prince of the apostles'
1
[ header: goal | date | location | opponent | lineup | min | assist/pass | score | result | competition row 1 : 1 | may 9, 2004 | usaalbuquerque nm | mexico | on 70' (off lilly) | 19 | tarpley | 3-0 | 3-0 | friendly row 2 : 2 | jun 26, 2005 | usavirginia beach | canada | 90.start | 12 | unassisted | 1-0 | 2-0 | friendly row 3 : 3 | jan 30, 2007 | chnguangzhou | china pr | 90.start | 46 | unassisted | 1-0 | 2-0 | four nations tournament row 4 : 4 | may 12, 2007 | usafrisco tx | canada | off 72' (on wagner) | 28 | tarpley | 3-1 | 6-2 | friendly row 5 : 5 | sep 18, 2007 | chnshanghai | nigeria | 90.start | 1 | wambach | 1-0 | 1-0 | world cup - group b row 6 : 6 | sep 30, 2007 | chnshanghai | norway | 90.start | 58 | unassisted | 3-0 | 4-1 | world cup final - third place playoff row 7 : 7 | aug 18, 2008 | chnbeijing | japan | 90.start | 44 | rodriguez | 2-1 | 4-2 | olympics tournament row 8 : 8 | sep 20, 2008 | usabridgeview il | ireland | 90.start | 19 | tarpley | 1-0 | 2-0 | friendly ] Execute this SQL based on the above table: select count ( * ) where opponent = 'canada'
2
[ header: # | artist | featuring | title | version | length row 1 : 1 | benassi bros | dhany | rocket in the sky | original extended mix | 5:43 row 2 : 2 | benassi bros | sandy | illusion | sfaction mix | 5:08 row 3 : 3 | benassi bros | dhany | every single day | original version | 4:45 row 4 : 4 | benassi bros | sandy | castaway | original version | 6:06 row 5 : 5 | benassi bros | dhany | make me feel | original version | 5:30 row 6 : 6 | benassi bros | sandy | i feel so fine | sfaction mix | 5:26 row 7 : 7 | benassi bros | dhany | run to me | sfaction version | 5:09 row 8 : 8 | benassi bros | sandy | get better | sflow version | 4:05 row 9 : 9 | benassi bros | dhany | hit my heart | sfaction mix | 5:08 row 10 : 10 | benassi bros | sandy | turn me up | sfaction mix | 5:48 row 11 : 11 | benassi bros | dhany | somebody to touch me | sflow version | 5:49 row 12 : 12 | benassi bros | sandy | light | original version | 7:30 row 13 : 13 | benassi bros | None | megamix | None | 3:31 row 14 : 14 | benassi bros | None | summer megamix 2005 | None | 4:11 row 15 : 15 | benassi bros | dhany | make me feel | dave leatherman remix | 4:11 ] Execute this SQL based on the above table: select # where # != 6 and version = ( select version where # = 6 )
2, 9, 10
[ header: parish est | church | city | current bldg begun | weekly collections | notes row 1 : 1846 | shrine of the immaculate conception | atlanta | 1869 | $10,000 | row 2 : 1880 | sacred heart basilica | atlanta | 1897 | $18,000 | row 3 : 1903 | saint anthony of padua cat | atlanta | 1911 | None | row 4 : 1912 | our lady of lourdes catholic church | atlanta | 1960 | None | row 5 : 1936 | cathedral of christ the king | atlanta | 1937 | $70,000 | row 6 : 1941 | saint thomas more catholic church | decatur | 1952 | $23,000 | row 7 : 1951 | our lady of the assumption catholic church | atlanta | 1957 | $16,000 | row 8 : 1954 | saint paul of the cross catholic church | atlanta | 1957 | None | row 9 : 1958 | immaculate heart of mary catholic church | atlanta | 2006 | $26,000 | row 10 : 1960 | saint jude the apostle catholic church | atlanta | 1962 | None | row 11 : 1960 | saint luke the evangelist | dahlonega | 1898 | $4,500 | row 12 : 1960 | most blessed sacrament catholic church | atlanta | 1989 | $4,000 | row 13 : 1964 | catholic church of the holy cross | atlanta | 1989 | None | row 14 : 1964 | holy spirit catholic church | atlanta | 1977 | None | row 15 : 1965 | our lady of perpetual help catholic church | carrollton | 1962 | $9,000 | row 16 : 1984 | christ our hope catholic church | lithonia | 2000 | None | row 17 : 1999 | saint francis de sales catholic church | mableton | 1999 | None | row 18 : 2000 | saint brigid catholic church | johns creek | 2002 | $50,000 | ] Execute this SQL based on the above table: select count ( * ) where church = 'sacred heart basilica'
1
[ header: pos | no | driver | team | laps | time/retired | grid | points row 1 : 1 | 1 | sebastien bourdais | newman/haas racing | 66 | 1:51:31.146 | 2 | 34 row 2 : 2 | 9 | justin wilson | rusport | 66 | +3.528 secs | 1 | 29 row 3 : 3 | 5 | will power | team australia | 66 | +46.536 secs | 4 | 26 row 4 : 4 | 2 | bruno junqueira | newman/haas racing | 66 | +1:04.023 | 3 | 23 row 5 : 5 | 15 | alex tagliani | team australia | 66 | +1:18.033 | 8 | 22 row 6 : 6 | 6 | oriol servia | pkv racing | 66 | +1:28.745 | 7 | 19 row 7 : 7 | 4 | nelson philippe | cte racing - hv | 66 | +1:29.997 | 10 | 17 row 8 : 8 | 27 | andrew ranger | mi-jack conquest racing | 65 | + 1 lap | 16 | 16 row 9 : 9 | 3 | david martinez | forsythe racing | 65 | + 1 lap | 9 | 13 row 10 : 10 | 7 | buddy rice | forsythe racing | 65 | + 1 lap | 14 | 11 row 11 : 11 | 34 | charles zwolsman | mi-jack conquest racing | 65 | + 1 lap | 12 | 10 row 12 : 12 | 18 | antonio pizzonia | rocketsports racing | 65 | + 1 lap | 15 | 9 row 13 : 13 | 11 | jan heylen | dale coyne racing | 65 | + 1 lap | 17 | 8 row 14 : 14 | 10 | ryan briscoe | rusport | 64 | + 2 laps | 5 | 7 row 15 : 15 | 19 | andreas wirth | dale coyne racing | 64 | + 2 laps | 18 | 6 row 16 : 16 | 20 | katherine legge | pkv racing | 63 | + 3 laps | 13 | 5 row 17 : 17 | 8 | mario dominguez | rocketsports racing | 59 | retired | 11 | 4 row 18 : 18 | 14 | dan clarke | cte racing - hv | 7 | differential | 6 | 3 ] Execute this SQL based on the above table: select driver where no = 4
nelson philippe
[ header: year | tournaments played | cuts made | wins | 2nd | 3rd | top 10s | best finish | earnings (€) | money list rank | scoring average | scoring rank | rolex ranking row 1 : 2004 | 1 | 0 | 0 | 0 | 0 | 0 | cut | None | None | 77.5 | None | None row 2 : 2006 | 1 | 1 | 0 | 0 | 0 | 0 | t55 | None | None | 73.67 | None | None row 3 : 2007 | 1 | 1 | 0 | 0 | 0 | 0 | t11 | None | None | 71 | None | 647 row 4 : 2008 | 1 | 1 | 0 | 0 | 0 | 1 | t10 | None | None | 70.33 | None | 703 row 5 : 2009 | 17 | 14 | 0 | 0 | 0 | 1 | t5 | 48893 | 35 | 72.45 | 37 | 274 row 6 : 2010 | 20 | 14 | 0 | 3 | 1 | 7 | t2 | 121959 | 12 | 72.33 | 35 | 118 row 7 : 2011 | 15 | 13 | 1 | 2 | 1 | 6 | 1 | 161172 | 8 | 70.92 | 13 | 63 row 8 : 2012 | 6 | 3 | 2 | 0 | 0 | 2 | 1 | 104884 | 13 | 72 | None | 65 ] Execute this SQL based on the above table: select count ( * ) where best finish = 't10'
1
[ header: area served | city of license | vc | rf | callsign | network | notes row 1 : evansville | evansville | 7 | 28 | wtvw | cw | None row 2 : evansville | evansville | 9 | 9 | wnin | pbs | None row 3 : fort wayne | fort wayne | 21 | 24 | wpta | abc | cw on 21.2 row 4 : fort wayne | fort wayne | 33 | 19 | wise-tv | nbc | mnt on 33.2 row 5 : fort wayne | fort wayne | 39 | 40 | wfwa | pbs | None row 6 : fort wayne | fort wayne | 55 | 36 | wfft-tv | fox | None row 7 : gary | gary | 56 | 17 | wyin | pbs | None row 8 : indianapolis | indianapolis | 8 | 9 | wish-tv | cbs | None row 9 : indianapolis | indianapolis | 13 | 13 | wthr | nbc | None row 10 : indianapolis | indianapolis | 20 | 21 | wfyi | pbs | None row 11 : indianapolis | marion | 23 | 32 | wndy-tv | mnt | None row 12 : indianapolis | bloomington | 30 | 14 | wtiu | pbs | None row 13 : indianapolis | indianapolis | 40 | 16 | whmb-tv | lesea | None row 14 : indianapolis | bloomington | 42 | 42 | wclj-tv | tbn | None row 15 : indianapolis | indianapolis | 59 | 45 | wxin | fox | None row 16 : indianapolis | bloomington | 63 | 27 | wipx-tv | ion | None row 17 : indianapolis | indianapolis | 69 | 44 | wdti | daystar | None row 18 : kokomo | kokomo | 29 | 29 | wttk | cw | satellite of wttv ch. row 19 : muncie | muncie | 49 | 23 | wipb | pbs | None row 20 : south bend | south bend | 16 | 42 | wndu-tv | nbc | None row 21 : south bend | south bend | 22 | 22 | wsbt-tv | cbs | None row 22 : south bend | elkhart | 28 | 28 | wsjv | fox | None row 23 : south bend | south bend | 34 | 35 | wnit | pbs | None row 24 : south bend | south bend | 46 | 48 | whme-tv | lesea | None row 25 : terre haute | terre haute | 10 | 10 | wthi-tv | cbs | fox on 10.2 row 26 : terre haute | terre haute | 38 | 39 | wawv-tv | abc | None row 27 : vincennes | vincennes | 22 | 22 | wvut | pbs | None row 28 : ~chicago il | gary | 50 | 51 | wpwr-tv | mnt | None row 29 : ~chicago il | hammond | 62 | 36 | wjys | ind | None row 30 : ~louisville ky | salem | 58 | 51 | wmyo | mnt | None ] Execute this SQL based on the above table: select count ( rf ) where callsign = 'wnin'
1
[ header: title | year | director | budget | gross (worldwide) | notes row 1 : dead ringers | 1988 | david cronenberg | None | $8,038,508 | None row 2 : coupe de ville | 1990 | joe roth | None | $715,983 | None row 3 : nightbreed | 1990 | clive barker | $11 million | $8,862,354 | None row 4 : freejack | 1992 | geoff murphy | $30 million | $17,129,000 | None row 5 : white sands | 1992 | roger donaldson | $25 million | $9,011,574 | None row 6 : stay tuned | 1992 | peter hyams | None | $10,736,401 | None row 7 : the last of the mohicans | 1992 | michael mann | $40 million | $75,505,856 | None row 8 : chasers | 1994 | dennis hopper | $15 million | $1,596,687 | None row 9 : trial by jury | 1994 | heywood gould | None | $6,971,777 | None row 10 : silent fall | 1994 | bruce beresford | $30 million | $3,180,674 | None row 11 : ace ventura: when nature calls | 1995 | steve oedekerk | $30 million | $212,385,533 | None row 12 : two if by sea | 1996 | bill bennett | None | $10,658,278 | None row 13 : wild america | 1997 | william dear | None | $7,324,662 | None row 14 : incognito | 1998 | john badham | None | None | None row 15 : wrongfully accused | 1998 | pat proft | None | $9,623,329 | None row 16 : the king and i | 1999 | richard rich | $25 million | $11,993,021 | None row 17 : chill factor | 1999 | hugh johnson | $70 million | $11,263,966 | None row 18 : liberty heights | 1999 | barry levinson | $11 million | $3,736,868 | None row 19 : battlefield earth | 2000 | roger christian | $44 million | $29,725,663 | None row 20 : the art of war | 2000 | christian duguay | $60 million | $40,400,425 | None row 21 : get carter | 2000 | stephen kay | $63.6 million | $19,412,993 | None row 22 : the in crowd | 2000 | mary lambert | $15 million | $5,217,498 | None row 23 : the pledge | 2001 | sean penn | $35 million | $29,419,291 | None row 24 : angel eyes | 2001 | luis mandoki | $53 million | $29,715,606 | None row 25 : i'll be there | 2003 | craig ferguson | None | None | None row 26 : exorcist: the beginning | 2004 | renny harlin | $80 million | $78,000,586 | None row 27 : two for the money | 2005 | d. j. caruso | $25 million | $30,526,509 | None row 28 : georgia rule | 2007 | garry marshall | $20 million | $25,992,167 | None row 29 : sydney white | 2007 | joe nussbaum | None | $13,620,075 | None row 30 : ace ventura jr: pet detective | 2009 | david mickey evans | $7.5 million | None | None row 31 : dream house | 2011 | jim sheridan | $50 million | $38,502,340 | None row 32 : the thing | 2011 | matthijs van heijningen | $38 million | $27,428,670 | None row 33 : tupac | 2014 | antoine fuqua | $45 million | None | None ] Execute this SQL based on the above table: select count ( title )
33
[ header: place | team | played | won | draw | lost | goals scored | goals conceded | +/- | points row 1 : 1 | c.d. aguila | 18 | 9 | 5 | 4 | 24 | 19 | 5 | 32 row 2 : 2 | c.d. fas | 18 | 6 | 8 | 4 | 26 | 17 | 9 | 26 row 3 : 3 | c.d. vista hermosa | 18 | 8 | 2 | 8 | 27 | 22 | 5 | 26 row 4 : 4 | a.d. isidro | 18 | 7 | 5 | 6 | 21 | 22 | -1 | 26 row 5 : 5 | alianza f.c | 18 | 7 | 4 | 7 | 29 | 26 | 3 | 25 row 6 : 6 | c.d. atletico balb | 18 | 6 | 5 | 7 | 26 | 25 | 1 | 23 row 7 : 7 | san salvador f.c | 18 | 6 | 5 | 7 | 28 | 32 | -4 | 23 row 8 : 8 | c.d. chalatenango | 18 | 5 | 7 | 6 | 19 | 26 | -3 | 22 row 9 : 9 | once municipal | 18 | 5 | 6 | 7 | 24 | 30 | -6 | 21 row 10 : 10 | c.d. luis angel fir | 18 | 5 | 5 | 8 | 18 | 23 | -5 | 20 ] Execute this SQL based on the above table: select team where team = 'c.d. atletico balboa'
c.d. atletico balboa
[ header: # | district | land area (km2) | population (2010 census) | density (persons/km2) row 1 : 1 | anse la raye | 30.9 | 6247 | 210 row 2 : 2 | praslin | 16 | 2044 | 119 row 3 : 3 | castries | 79.5 | 65656 | 776 row 4 : 4 | choiseul | 31.3 | 6098 | 206 row 5 : 5 | dennery | 69.7 | 12599 | 182 row 6 : 6 | forest reserve | 78 | 0 | 0 row 7 : 7 | gros islet | 101.5 | 25210 | 196 row 8 : 8 | laborie | 37.8 | 6701 | 210 row 9 : 9 | micoud | 77.7 | 16284 | 220 row 10 : 10 | soufriere | 50.5 | 8472 | 144 row 11 : 11 | vieux fort | 43.8 | 16284 | 371 row 12 : None | saint lucia | 608.7 | 165595 | 256 ] Execute this SQL based on the above table: select ( select count ( district ) where district = 'micoud' ) > ( select count ( district ) where district = 'castries' )
0
[ header: name | date | nation | displacement | speed | number | notes row 1 : fmr-class | 1943 | us | 1,200 tons | 21 knots | 85 | None row 2 : gmt-class | 1943 | us | 1,140 tons | 21 knots | 72 | None row 3 : det-class | 1943 | us | 1,240 tons | 21 knots | 72 | None row 4 : tacoma-class frigate | 1943 | us | 1,430 tons | 20 knots | 96 | None row 5 : type b kaibokan | 1943 | japan | 940 tons | 19 knots | 37 | None row 6 : tev-class | 1944 | us | 1,450 tons | 24 knots | 22 | None row 7 : bay-class frigates | 1945 | uk | 1,580 tons | 20 knots | 26 | anti-aircraft row 8 : dealey-class | 1954 | us | 1,450 tons | 25 knots | 13 | None row 9 : type e50 frigate | 1955 | france | 1,290 tons | 28 knots | 4 | fast row 10 : type 14 frigate | 1955 | uk | 1,180 tons | 24 knots | 8 | anti-submarine row 11 : st. laurent-class | 1955 | canada | 2,263 tons | 28 knots | 7 | anti-submarine row 12 : type b | 1956 | japan | 1,070 tons | 25 knots | 2 | diesel row 13 : type 12 frigate | 1956 | uk | 2,150 tons | 31 knots | 6 | anti-submarine row 14 : almirante clemente-class light | 1956 | venezuela | 1,300 tons | 32 knots | 6 | fast row 15 : type 61 frigate | 1957 | uk | 2,170 tons | 24 knots | 4 | aircraft direction row 16 : canopo-class frigate | 1957 | italy | 1,807 tons | 26 knots | 4 | None row 17 : azopardo-class frigate | 1957 | argentina | 1,160 tons | 20 knots | 2 | None row 18 : restigouche-class | 1958 | canada | 2,366 tons | 28 knots | 7 | anti-submarine row 19 : claud jones-class | 1959 | us | 1,450 tons | 22 knots | 4 | None row 20 : type 12m frigate | 1960 | uk | 2,380 tons | 30 knots | 12 | anti-submarine row 21 : koln-class frigate | 1961 | germany | 2,100 tons | 30 knots | 6 | fast row 22 : river-class | 1961 | australia | 2,100 tons | 30 knots | 6 | None row 23 : river-class | 1961 | japan | 1,490 tons | 25 knots | 4 | None row 24 : type 81 frigate | 1961 | uk | 2,300 tons | 28 knots | 7 | general purpose row 25 : mackenzie-class | 1962 | canada | 2,366 tons | 28 knots | 4 | anti-submarine row 26 : hvidbjørnen- | 1962 | denmark | 1,345 tons | 18 knots | 4 | fishery protection row 27 : type 12i frigate | 1963 | uk | 2,450 tons | 30 knots | 26 | general purpose row 28 : bronstein-class | 1963 | us | 2,360 tons | 26 knots | 2 | None row 29 : garcia-class | 1964 | us | 2,620 tons | 27 knots | 10 | None row 30 : oslo-class frigate | 1966 | norway | 1,450 tons | 25 knots | 5 | None row 31 : brooke-class | 1966 | us | 2,640 tons | 27 knots | 6 | guided missile row 32 : peder skram-class frigate | 1966 | denmark | 2,030 tons | 28 knots | 2 | fast row 33 : van speijk-class frigate | 1967 | netherlands | 2,200 tons | 28 knots | 6 | None row 34 : alpino-class frigate | 1968 | italy | 2,000 tons | 28 knots | 2 | None ] Execute this SQL based on the above table: select name order by number desc limit 1
tacoma-class frigate
[ header: institution | location | enrollment | nickname | varsity sports | rugby since | head coach row 1 : clemson university | clemson, south carolina | 20576 | tigers | 19 | 1967 | justin hickey row 2 : maryland | college park, maryland | 37641 | terrapins | 20 | 1968 | jeff soeken row 3 : navy | annapolis, maryland | 4576 | midshipmen | 30 | 1963 | mike flanagan row 4 : north carolina | chapel hill, north carolina | 29340 | tar heels | 28 | 1966 | pete earsman row 5 : north carolina state | raleigh, north carolina | 34767 | wolfpack | 25 | 1965 | jim latham row 6 : university of virginia | charlottesville, virginia | 20895 | cavaliers | 25 | 1961 | jon roberts row 7 : virginia tech | blacksburg, virginia | 30379 | hokies | 21 | 1891 / 1968 | andy richards row 8 : wake forest | winston-salem, north car | 7079 | demon deacons | 18 | 1973 | patrick kane ] Execute this SQL based on the above table: select count ( head coach ) where enrollment >= 1254 and varsity sports > 20
5
[ header: | | | row 1 : 1962 | the trial/le proces | hilda | notes row 2 : 1949 | in the good old summertime | baby | uncredited row 3 : 1954 | the long, long trailer | wedding guest | scenes deleted row 4 : 1967 | charlie bubbles | eliza | None row 5 : 1969 | the sterile cuckoo | 'pookie' (mary ann | david di donatello for best foreign actress row 6 : 1970 | tell me that you love me, juni | junie moon | None row 7 : 1972 | cabaret | sally bowles | academy award for best actress bafta award row 8 : 1974 | just one more time | herself | uncredited (short subject) row 9 : 1974 | that's entertainment! | herself (narrator) | None row 10 : 1974 | journey back to oz | dorothy | voice (recorded in 1963, released row 11 : 1975 | lucky lady | claire | nominated - golden globe award for best row 12 : 1976 | silent movie | herself | None row 13 : 1976 | a matter of time | nina | None row 14 : 1977 | new york, new york | francine evans | nominated - golden globe award for best row 15 : 1981 | arthur | linda marolla | nominated - golden globe award for best row 16 : 1983 | the king of comedy | herself | scenes deleted row 17 : 1984 | the muppets take manhattan | herself | None row 18 : 1985 | that's dancing! | herself - host | None row 19 : 1987 | rent-a-cop | della roberts | golden raspberry award for worst actress row 20 : 1988 | arthur 2: on the rocks | linda marolla bach | golden raspberry award for worst actress row 21 : 1991 | stepping out | mavis turner | None row 22 : 1994 | a century of cinema | herself | documentary row 23 : 1995 | unzipped | herself - uncredited | documentary row 24 : 2006 | the oh in ohio | alyssa donahue | None row 25 : 2010 | broadway: beyond the golden age | herself | documentary row 26 : 2010 | sex and the city 2 | wedding minister/herself | cameo appearance row 27 : 2011 | lady gaga presents the monster ball tour: at | herself | guest appearance row 28 : 2013 | smash | herself | guest appearance ] Execute this SQL based on the above table: select count ( * ) where > ( select where = 'nina' )
0
[ header: draw | artist | song | points | place row 1 : 1 | the memories | "if it means losing you" | 57 | 8th row 2 : 2 | ann breen | "oh, darling" | 80 | 4th row 3 : 3 | fran meen | "say that you love me" | 66 | 6th row 4 : 4 | dreams | "sin sin ("that's that") | 73 | 5th row 5 : 5 | connor stevens | "count on me" | 88 | 3rd row 6 : 6 | linda martin and friends | "all the people in the world" | 105 | 2nd row 7 : 7 | maggie toal | "feed him with love" | 61 | 7th row 8 : 8 | liam reilly | "somewhere in europe" | 130 | 1st ] Execute this SQL based on the above table: select place order by draw limit 1
8th
[ header: year | album | territory | label | notes row 1 : 1989 | good deeds and dirty rags | uk | capitol records | debut album, reached no. 26 on uk row 2 : 1989 | fish heads and tails | uk | capitol records | mid-price live and rarities compilation row 3 : 1991 | hammer and tongs | uk | radioactive records/mca | second studio album; reached no. 61 on row 4 : 1991 | goodbye mr. mackenzie | international | radioactive records/mca | compilation of tracks from both albums, remixed row 5 : 1993 | live on the day of storms | uk | blokshok records | live album row 6 : 1994 | five | uk | blokshok records | third studio album row 7 : 1995 | jezebel | uk | blokshok records | rarities compilation row 8 : 1996 | the glory hole | uk | blokshok records | fourth and final studio album: manson, row 9 : 2005 | the river sessions | uk | river records | double live album row 10 : 2009 | the rattler: live '91' | uk | md music company | live album (digital release) ] Execute this SQL based on the above table: select year order by year desc limit 1
2009
[ 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 year where year = 1925
1925
[ header: rank | swimmer | country | time | note row 1 : 1 | claudia poll | costa rica | 57.43 | q row 2 : 2 | vanessa garcia | puerto rico | 57.95 | q row 3 : 3 | arlene semeco | venezuela | 58.11 | q row 4 : 4 | heysi villarreal | cuba | 58.67 | q row 5 : 5 | mariana alvarado | mexico | 58.69 | q row 6 : 6 | carolina moreno | mexico | 59.11 | q row 7 : 7 | isabella tafur | colombia | 59.7 | q row 8 : 8 | ximena maria vilar | venezuela | 59.79 | q row 9 : 9 | nikia hillarie | bahamas | 59.92 | None row 10 : 10 | sharon fajardo | honduras | 1:00.45 | None row 11 : 11 | maria alvarez | colombia | 1:00.76 | None row 12 : 12 | alia atkinson | jamaica | 1:01.17 | None row 13 : 13 | alexis jordan | barbados | 1:01.79 | None row 14 : 14 | sharntelle mclean | trinidad and tobago | 1:03.26 | None row 15 : 15 | jennifer powell | cayman islands | 1:03.41 | None row 16 : 16 | nishani cicilson | suriname | 1:03.88 | None row 17 : 17 | sade daal | suriname | 1:04.70 | None row 18 : 18 | dalia torrez | nicaragua | 1:05.69 | None row 19 : None | gisela morales | guatemala | dns | None row 20 : None | alana dillette | bahamas | dns | None row 21 : None | pamela benitez | el salvador | dns | None row 22 : None | nilshaira isenia | netherlands antilles | dns | None ] Execute this SQL based on the above table: select swimmer where note = 'q'
claudia poll, vanessa garcia, arlene semeco, heysi villarreal, mariana alvarado, carolina moreno, isabella tafur, ximena maria vilar
[ header: dates | location | attendance | official guests | notes row 1 : august 3-5, 1973 | pick-congress hotel | None | none | known as nostalgia '73, 2nd annual row 2 : july 5-7, 1985 | ramada o'hare | None | guest of honor: sergio aragones | 10th anniversary chicago comicon row 3 : july 17-19, 1998 | rosemont convention center | 25000 | guest of honor: todd mc | None row 4 : august 5-7, 2005 | rosemont convention center | None | None | None row 5 : august 9-12, 2012 | donald e. stephens convention | None | william shatner, jer | None ] Execute this SQL based on the above table: select count ( location ) where official guests = 'None'
0
[ header: rank | mountain peak | mountain range | elevation | prominence | isolation | location row 1 : 1 | mount whitney | sierra nevada | 14,505 ft 4421 m | 10,080 ft 3072 m | 1,646 mi 2,649 km | 36°34′43′′n 118° row 2 : 2 | mount williamson | sierra nevada | 14,379 ft 4383 m | 1,677 ft 511 m | 5.4 mi 8.7 km | 36°39′21′′n 118° row 3 : 4 | north palisade | sierra nevada | 14,248 ft 4343 m | 2,894 ft 882 m | 32 mi 52 km | 37°05′39′′n 118° row 4 : 5 | mount shasta | cascade range | 14,179 ft 4322 m | 9,832 ft 2997 m | 335 mi 539 km | 41°24′33′′n 122° row 5 : 6 | mount humphreys | sierra nevada | 13,992 ft 4265 m | 2,563 ft 781 m | 15 mi 24 km | 37°16′14′′n 118° row 6 : 7 | mount keith | sierra nevada | 13,982 ft 4262 m | 1,936 ft 590 m | 3.1 mi 5.0 km | 36°42′00′′n 118° row 7 : 10 | mount morgan | sierra nevada | 13,758 ft 4193 m | 2,648 ft 807 m | 10 mi 16 km | 37°24′19′′n 118° row 8 : 11 | mount gabb | sierra nevada | 13,747 ft 4190 m | 2,601 ft 793 m | 4.3 mi 6.9 km | 37°22′37′′n 118° row 9 : 12 | mount tom | sierra nevada | 13,657 ft 4163 m | 1,992 ft 607 m | 4.8 mi 7.7 km | 37°22′34′′n 119° row 10 : 13 | mount dubois | white mountains | 13,565 ft 4135 m | 2,339 ft 713 m | 10 mi 16 km | 37°47′00′′n 118° row 11 : 15 | red slate mountain | sierra nevada | 13,162 ft 4012 m | 1,736 ft 529 m | 8 mi 13 km | 37°30′27′′n 118° row 12 : 16 | mount ritter | sierra nevada | 13,149 ft 4008 m | 3,990 ft 1216 m | 22 mi 35 km | 37°41′21′′n 119° ] Execute this SQL based on the above table: select count ( mountain peak ) where location = '37°05′39′′n 118°30′52′′w / 37.0943°n 118.5145°w'
1
[ header: name | nationality | matches played | goals scored | notes row 1 : adrian caceres | australia | 42 | 6 | None row 2 : andrew nabbout | australia | 21 | 4 | None row 3 : andrew vlahos | australia | 18 | 0 | None row 4 : antun kovacic | australia | 2 | 0 | None row 5 : archie thompson | australia | 160 | 69 | melbourne's first ever signing first dual row 6 : billy celeski | australia | 91 | 2 | None row 7 : carl recchia | australia | 12 | 0 | None row 8 : carlos hernandez | costa rica | 121 | 36 | first costa rican to play for row 9 : christopher cristaldo | australia | 3 | 1 | None row 10 : diogo ferreira | australia | 52 | 2 | None row 11 : dylan murnane | australia | 2 | 0 | None row 12 : eugene galekovic | australia | 15 | 0 | None row 13 : evan berger | australia | 43 | 0 | None row 14 : fred carreiro | brazil | 20 | 4 | first brazilian to play for melbourne row 15 : geoff kellaway | wales | 9 | 0 | first welsh to play for mel row 16 : geoffrey claeys | belgium | 16 | 0 | first belgian to play for melbourne row 17 : isaka cernak | australia | 21 | 2 | None row 18 : james jeggo | australia | 19 | 1 | None row 19 : jason geria | australia | 4 | 0 | None row 20 : jonathan bru | mauritius | 19 | 0 | first mauritian to play for melbourne row 21 : joe keenan | england | 12 | 0 | None row 22 : kaz patafta | australia | 14 | 1 | None row 23 : kosta barbarouses | new zealand | 0 | 0 | None row 24 : lawrence thomas | australia | 4 | 0 | None row 25 : leandro love | brazil | 15 | 0 | None row 26 : luke o'dea | australia | 2 | 0 | None row 27 : marcos flores | argentina | 24 | 4 | first argentine to play for melbourne row 28 : mark byrnes | australia | 19 | 1 | None row 29 : mark milligan | australia | 32 | 10 | club captain 2013- row 30 : marvin angulo | costa rica | 36 | 0 | None row 31 : matthew spiranovic | australia | 1 | 0 | None row 32 : michael ferrante | australia | 26 | 1 | None row 33 : mitchell langerak | australia | 21 | 0 | None row 34 : nick ward | australia | 46 | 5 | None row 35 : ramazan tavsanc | australia | 4 | 0 | None row 36 : richard kitzbichler | austria | 18 | 5 | first austrian to play for melbourne row 37 : ricky diaco | australia | 13 | 1 | None row 38 : robbie kruse | australia | 39 | 16 | None row 39 : rodrigo vargas | australia | 139 | 7 | None row 40 : sam gallagher | australia | 2 | 0 | None row 41 : scott galloway | australia | 11 | 0 | None row 42 : sebastian ryall | australia | 24 | 0 | None row 43 : simon storey | australia | 32 | 0 | None ] Execute this SQL based on the above table: select ( select matches played where goals scored = 0 ) - ( select matches played where goals scored = 1 )
15.0
[ header: team | competition | category | appearances start | appearances sub | goals | team record row 1 : japan | 2006 afc u-17 championship qualification | u-15 | 1 | 0 | 0 | qualified row 2 : japan | 2006 afc u-17 championship | u-16 | 4 | 1 | 4 | champions row 3 : japan | 2007 fifa u-17 world cup | u-17 | 1 | 2 | 2 | round 1 row 4 : japan | 2008 afc youth championship qualification | u-18 | 4 | 0 | 2 | qualified row 5 : japan | 2008 afc u-19 championship | u-19 | 1 | 1 | 0 | quarterfinal row 6 : japan | 2013 eaff east asian cup | senior | 2 | 0 | 3 | champions ] Execute this SQL based on the above table: select competition where competition != '2013 eaff east asian cup' and team record = ( select team record where competition = '2013 eaff east asian cup' )
2006 afc u-17 championship
[ header: | date | opponents | h / a | result | score | attendance row 1 : 1 | 29 august | doncaster knights | h | w | 30 - 14 | 2232 row 2 : 2 | 5 september | london welsh | h | w | 22 - 3 | 2047 row 3 : 3 | 11 september | moseley | a | d | 26 - 26 | 751 row 4 : 4 | 19 september | birmingham & solihull | h | w | 32 - 15 | 1672 row 5 : 5 | 26 september | bristol | a | l | 7 - 21 | 4379 row 6 : 6 | 3 october | plymouth albion | h | w | 46 - 13 | 2439 row 7 : 7 | 9 october | bedford | a | l | 25 - 32 | 3243 row 8 : 8 | 17 october | rotherham titans | h | w | 40 - 15 | 1982 row 9 : 9 | 22 october | worcester warriors | a | w | 23 - 21 | 6928 row 10 : 10 | 31 october | esher | h | w | 54 - 6 | 1767 row 11 : 11 | 7 november | nottingham | a | w | 36 - 10 | 1637 row 12 : 12 | 14 november | london welsh | a | l | 16 - 23 | 1250 row 13 : 13 | 21 november | moseley | h | w | 50 - 7 | 1854 row 14 : None | 28 november | birmingham & solihull | a | None | p - p | None row 15 : 14 | 5 december | bristol | h | w | 16 - 6 | 2253 row 16 : 15 | 15 december | birmingham & solihull | a | w | 61 - 28 | 407 row 17 : None | 26 december | plymouth albion | a | None | p - p | None row 18 : 16 | 2 january | bedford blues | h | w | 23 - 13 | 3051 row 19 : 17 | 8 january | rotherham titans | a | l | 18 - 19 | 1067 row 20 : 18 | 12 january | plymouth albion | a | w | 10 - 6 | 2512 row 21 : 19 | 30 january | worcester warriors | h | l | 30 - 33 | 1976 row 22 : 20 | 5 february | esher | a | l | 12 - 13 | 1338 row 23 : 21 | 13 february | nottingham | h | w | 40 - 0 | 2486 row 24 : 22 | 19 february | doncaster knights | a | w | 16 - 13 | 1091 ] Execute this SQL based on the above table: select count ( date ) where h / a = 'a'
13
[ header: year | game | developer | setting | platform | notes row 1 : 1984 | millionaire | incentive software | modern | zx, bbc | None row 2 : 1984 | mugsy | melbourne house | historical | zx | None row 3 : 1992 | patrician, the | ascaron | historical | ami, dos, st | first title in the series row 4 : 1993 | dinopark tycoon | mecc, manley & associates | sci-fi | 3do, dos, mac, win | None row 5 : 1994 | simhealth | thinking tools | modern | dos | None row 6 : 1994 | simtower | openbook | modern | mac, win3x, win9x | None row 7 : 1995 | kaiser deluxe | linel | historical | dos, win | remake of kaiser row 8 : 1997 | herrscher der meere | novatrix | historical | dos | None row 9 : 1997 | industry giant | jowood | modern | win | first title in the series row 10 : 1998 | gangsters: organized crime | hothouse | historical | win | None row 11 : 1999 | harvest moon 2 | pack-in-video | fantasy | gbc | sequel to harvest moon row 12 : 1999 | x: beyond the frontier | egosoft | sci-fi | win | first title in the series row 13 : 2001 | monopoly tycoon | deep red | modern | win | None row 14 : 2001 | tv tycoon | niels bauer | modern | win | None row 15 : 2001 | zoo tycoon | blue fang | modern | ds, mac, win | first title in the series row 16 : 2002 | lemonade tycoon | hexacto, jamdat | modern | palm, ppc, mobi, | None row 17 : 2002 | snowboard park tycoon | cat daddy | modern | win | None row 18 : 2003 | atlantis underwater tycoon | activision | modern | win | None row 19 : 2003 | casino, inc: the management | hothouse | modern | win | expansion to casino, inc row 20 : 2003 | harvest moon: more friends of mineral town | marvelous | fantasy | gba | "female" version of harvest moon: row 21 : 2003 | tropico 2: pirate cove | frog city | historical | osx, win | None row 22 : 2004 | railroad tycoon 3: coast to | poptop | historical | win | expansion to railroad tycoon 3 row 23 : 2005 | harvest moon ds | marvelous | fantasy | ds | None row 24 : 2006 | anno 1701 | related | historical | ds, win | sequel to anno 1503: the new world row 25 : 2006 | prison tycoon 2: maximum security | virtual playground | modern | win | sequel to prison tycoon row 26 : 2006 | sid meier's railroads! | firaxis | historical | win | sequel to railroad tycoon 3 row 27 : 2006 | tycoon city: new york | deep red | modern | win | None row 28 : 2007 | catan | big huge | fantasy | xbla | None row 29 : 2008 | x3: terran conflict | egosoft | sci-fi | osx, win | sequel to x3: reunion row 30 : 2010 | gamebiz 3 | velocigames | modern | win | sequel to gamebiz 2 row 31 : 2011 | tropico 4 | haemimont games | modern | win, x360 | None row 32 : 2011 | anno 2070 | related designs, ubisoft blue byte | sci-fi | win | None row 33 : None | jurassic genetics | flaming nebula studios | sci-fi | win, mac | None ] Execute this SQL based on the above table: select setting where id = ( select id where setting = 'modern' ) + 1
historical
[ header: team 1 | agg. | team 2 | 1st leg | 2nd leg row 1 : uniao da madeira | 2-5 | maritimo | 2-3 | 0-2 row 2 : penafiel | 2-1 | academica | 1-1 | 1-0 row 3 : santa clara | 3-2 | uniao de leiria | 3-1 | 0-1 row 4 : naval | 3-4 | vitoria de setubal | 1-2 | 2-2 row 5 : moreirense | 4-3 | beira-mar | 2-2 | 2-1 row 6 : portimonense | 2-2(5-4p) | feirense | 1-0 | 1-2 row 7 : estoril | 4-3 | olhanense | 4-3 | 0-0 row 8 : belenenses | 2-3 | gil vicente | 2-1 | 0-2 ] Execute this SQL based on the above table: select 1st leg group by 1st leg order by count ( * ) limit 1
1-0
[ header: week | date | opponent | result | attendance row 1 : 1 | september 3, 1978 | at new orleans saints | l 31-24 | 54,187 row 2 : 2 | september 11, 1978 | denver broncos | w 12-9 | 46,508 row 3 : 3 | september 17, 1978 | tampa bay buccaneers | l 16-10 | 46,152 row 4 : 4 | september 25, 1978 | at chicago bears | w 24-20 | 53,551 row 5 : 5 | october 1, 1978 | at tampa bay buccaneers | w 24-7 | 65,972 row 6 : 6 | october 8, 1978 | at seattle seahawks | l 29-28 | 62,031 row 7 : 7 | october 15, 1978 | los angeles rams | l 34-17 | 46,551 row 8 : 8 | october 22, 1978 | green bay packers | w 21-7 | 47,411 row 9 : 9 | october 26, 1978 | at dallas cowboys | w 21-10 | 61,848 row 10 : 10 | november 5, 1978 | detroit lions | w 17-7 | 46,008 row 11 : 11 | november 12, 1978 | chicago bears | w 17-14 | 43,286 row 12 : 12 | november 19, 1978 | san diego chargers | l 13-7 | 38,859 row 13 : 13 | november 26, 1978 | at green bay packers | t 10-10 (ot) | 51,737 row 14 : 14 | december 3, 1978 | philadelphia eagles | w 28-27 | 38,722 row 15 : 15 | december 9, 1978 | at detroit lions | l 45-14 | 78,685 row 16 : 16 | december 17, 1978 | at oakland raiders | l 27-20 | 44,643 ] Execute this SQL based on the above table: select result order by opponent desc limit 1
l 16-10
[ header: name of place | number of counties | principal county | lower zip code row 1 : yager junction | 1 | humboldt county | None row 2 : yale | 1 | riverside county | 92544 row 3 : yankee hill | 1 | butte county | 95965 row 4 : yankee hill | 1 | tuolumne county | None row 5 : yankee jims | 1 | placer county | 95713 row 6 : yarmouth | 1 | san joaquin county | None row 7 : yellowjacket | 1 | tehama county | None row 8 : yerba buena island | 1 | san francisco county | None row 9 : yermo | 1 | san bernardino county | 92398 row 10 : yettem | 1 | tulare county | 93670 row 11 : ygnacio valley | 1 | contra costa county | 94598 row 12 : yokohl | 1 | tulare county | None row 13 : yolano | 1 | solano county | 95620 row 14 : yolo | 1 | yolo county | 95697 row 15 : yontocket | 1 | del norte county | None row 16 : yorba | 1 | los angeles county | 91767 row 17 : yorba linda | 1 | orange county | 92686 row 18 : york | 1 | los angeles county | 90050 row 19 : yorkville | 1 | mendocino county | 95494 row 20 : yosemite forks | 1 | madera county | None row 21 : yosemite junction | 1 | tuolumne county | 95389 row 22 : yosemite lakes | 1 | madera county | None row 23 : yosemite lakes park | 1 | madera county | None row 24 : yosemite lodge | 1 | mariposa county | 95389 row 25 : yosemite national park | 3 | madera county | 95389 row 26 : yosemite national park | 3 | mariposa county | 95389 row 27 : yosemite national park | 3 | tuolumne county | 95389 row 28 : yosemite national park | 1 | mariposa county | 95389 row 29 : yosemite valley | 1 | mariposa county | None row 30 : yosemite village | 1 | mariposa county | None row 31 : you bet | 1 | nevada county | None row 32 : youngstown | 1 | san joaquin county | None row 33 : yountville | 1 | napa county | 94599 row 34 : yreka | 1 | siskiyou county | 96097 row 35 : yreka city | 1 | siskiyou county | 96097 row 36 : yuba city | 1 | sutter county | 95991 row 37 : yuba city farm labor center | 1 | sutter county | 95991 row 38 : yuba pass | 1 | nevada county | None row 39 : yuba-sutter area | 2 | sutter county yuba county | None row 40 : yucaipa | 1 | san bernardino county | 92399 row 41 : yucca inn | 1 | san bernardino county | None row 42 : yucca valley | 1 | san bernardino county | 92284 row 43 : yurok indian reservation | 2 | del norte county | 95546 ] Execute this SQL based on the above table: select number of counties group by number of counties order by count ( * ) desc limit 1
1
[ header: sl no | constituency name | constituency number | member of legislative assembly | political party row 1 : 2 | abhayapuri south | 35 | chandan kumar sarkar | indian national congress row 2 : 4 | amguri | 103 | anjan dutta | indian national congress row 3 : 9 | barhampur | 87 | prafulla kumar mahanta | asom gana parishad row 4 : 15 | bihali | 77 | pallab lochan das | indian national congress row 5 : 16 | bihpuria | 109 | bhupen kumar bor | indian national congress row 6 : 17 | bijni | 33 | kamalshing narzary | bodoland peoples front row 7 : 21 | bokajan | 17 | klengdoon engti | indian national congress row 8 : 35 | dhemaji | 113 | sumitra doley patir | indian national congress row 9 : 49 | gauripur | 24 | banendra kumar mushahary | bodoland peoples front row 10 : 53 | golakganj | 25 | abu taher bepari | indian national congress row 11 : 56 | hajo | 55 | dwipen pathak | all india trinamool congress row 12 : 59 | howraghat | 18 | khorsing engti | indian national congress row 13 : 60 | jagiroad | 79 | bibekananda dalai | indian national congress row 14 : 62 | jalukbari | 51 | himanta biswa sarma | indian national congress row 15 : 63 | jamunamukh | 90 | mohammed sirajuddin a | all india united democratic front row 16 : 64 | jania | 44 | rafiqul islam | all india united democratic front row 17 : 65 | jonai | 114 | pradan baruah | indian national congress row 18 : 73 | katlicherra | 7 | gautam roy | indian national congress row 19 : 76 | kokrajhar west | 29 | pradip kumar brahma | bodoland peoples front row 20 : 83 | majuli | 99 | sri rajib lochan | indian national congress row 21 : 87 | mazbat | 70 | rakheswar brahma | bodoland peoples front row 22 : 95 | nowgong | 86 | dr. durlav chandra | indian national congress row 23 : 101 | rangapara | 74 | bhimananda tanti | indian national congress row 24 : 105 | sadiya | 126 | bolin chetia | indian national congress row 25 : 111 | sidli | 31 | sri chandan brahm | bodoland peoples front row 26 : 114 | sonai | 10 | anamul haque | indian national congress row 27 : 115 | sonari | 106 | sarat borkotoky | indian national congress row 28 : 116 | sootea | 75 | padma hazarika | asom gana parishad row 29 : 119 | teok | 102 | membar gogoi | indian national congress row 30 : 122 | tingkhong | 119 | atuwa munda | indian national congress row 31 : 123 | tinsukia | 122 | rajendra prasad singh | indian national congress ] Execute this SQL based on the above table: select political party where constituency number = 99
indian national congress
[ header: year | title | peak chart positions swe | peak chart positions swi | peak chart positions uk | album row 1 : 2003 | "znaj da znam" | None | None | None | naj, najbolja row 2 : 2003 | "naj, najbolja" | None | None | None | naj, najbolja row 3 : 2003 | "gorka cokolada" | None | None | None | bez ljubavi row 4 : 2004 | "bol do ludila" | None | None | None | bez ljubavi row 5 : 2005 | "ponuda" | None | None | None | ponuda cds row 6 : 2005 | "agonija" | None | None | None | agonija cds row 7 : 2005 | "u nedelju" | None | None | None | bez ljubavi row 8 : 2006 | "bez ljubavi" | None | None | None | bez ljubavi row 9 : 2006 | "101" | None | None | None | bez ljubavi row 10 : 2007 | "molitva" | 9 | 19 | 112 | molitva cds, row 11 : 2008 | "nisam anđeo" | None | None | None | nisam anđeo row 12 : 2009 | "sta da zaboravim" | None | None | None | anđeo row 13 : 2010 | "jedan vidi sve" | None | None | None | anđeo ] Execute this SQL based on the above table: select count ( album ) where year > 884
13
[ header: player | league | cup | europa league | total row 1 : garra dembele | 25 | 3 | 8 | 36 row 2 : daniel mladenov | 5 | 0 | 5 | 10 row 3 : ismail isa | 3 | 1 | 4 | 8 row 4 : hristo yovov | 6 | 0 | 1 | 7 row 5 : joazinho | 2 | 0 | 2 | 4 row 6 : vladimir gadzhe | 2 | 1 | 1 | 4 row 7 : darko tasevski | 4 | 0 | 0 | 4 row 8 : alex | 3 | 0 | 0 | 3 row 9 : jeanvion yulu-mat | 3 | 0 | 0 | 3 row 10 : mariyan ognyanov | 2 | 0 | 0 | 2 row 11 : serginho greene | 1 | 0 | 1 | 2 row 12 : yordan miliev | 1 | 0 | 0 | 1 row 13 : ivo ivanov | 1 | 0 | 0 | 1 row 14 : total | 58 | 5 | 22 | 85 ] Execute this SQL based on the above table: select abs ( ( select league where player = 'vladimir gadzhev' ) - ( select league where player = 'ismail isa' ) )
1.0
[ 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 score group by score order by count ( * ) desc limit 1
79-69-63-71=282
[ header: pos | no | driver | team | laps | time/retired | grid | points row 1 : 1 | 14 | robert doornbos | minardi team usa | 107 | 1:45:07.617 | 15 | 31 row 2 : 2 | 21 | neel jani | pkv racing | 107 | +6.1 secs | 5 | 27 row 3 : 3 | 3 | oriol servia | forsythe racing | 107 | +6.9 secs | 4 | 26 row 4 : 4 | 5 | will power | team australia | 107 | +7.5 secs | 12 | 23 row 5 : 5 | 1 | sebastien bourdais | n/h/l racing | 107 | +8.0 secs | 2 | 21 row 6 : 6 | 2 | graham rahal | n/h/l racing | 107 | +9.6 secs | 6 | 19 row 7 : 7 | 19 | bruno junqueira | dale coyne racing | 107 | +14.0 secs | 10 | 17 row 8 : 8 | 22 | tristan gommendy | pkv racing | 107 | +19.2 secs | 8 | 15 row 9 : 9 | 42 | jan heylen | conquest racing | 107 | +28.5 secs | 13 | 13 row 10 : 10 | 15 | simon pagenaud | team australia | 107 | +48.4 secs | 9 | 11 row 11 : 11 | 3 | paul tracy | forsythe championship racing | 105 | + 2 laps | 11 | 10 row 12 : 12 | 28 | mario dominguez | pacific coast motorsports | 104 | + 3 laps | 14 | 12 row 13 : 13 | 22 | justin wilson | rsports | 87 | + 20 laps | 1 | 8 row 14 : 14 | 29 | alex figge | pacific coast motorsports | 34 | contact | 0 | 7 row 15 : 15 | 11 | alex tagliani | rsports | 83 | mechanical | 8 | 6 row 16 : 16 | 11 | katherine legge | dale coyne racing | 13 | contact | 16 | 5 row 17 : 17 | 4 | dan clarke | minardi team usa | 3 | contact | 3 | 4 ] Execute this SQL based on the above table: select sum ( pos ) where grid = 3
17.0
[ header: school year | class a | class aa | class aaa | class aaaa | class aaaaa row 1 : 1994-95 | menard | van alstyne | cameron yoe | wichita falls | weslaco row 2 : 1995-96 | era | coahoma | colorado city | livingston | duncanville row 3 : 1996-97 | sulphur bluff | marion | colorado city | snyder | duncanville row 4 : 1997-98 | westbrook | edgewood | perryton | san angelo lake view | flower mound marcus row 5 : 1998-99 | graford | lindsay | hamshire-fannett | brownwood | weslaco row 6 : 1999-2000 | garden city | keene | giddings | friendswood | college station a&m consolidated row 7 : 2000-01 | granger | edgewood | midland greenwood | friendswood | college station a&m consolidated row 8 : 2001-02 | lazbuddie | edgewood | giddings | friendswood | pasadena dobie row 9 : 2002-03 | rocksprings | rosebud-lott | pearsall | harlingen south | san antonio clark row 10 : 2003-04 | lazbuddie | wall | hamshire-fannett | friendswood | klein row 11 : 2004-05 | loop | mount pleasant chapel hill | llano | sherman | college station a&m consolidated row 12 : 2005-06 | wellington | centerville | hamshire-fannett | brownwood | abilene cooper row 13 : 2006-07 | springlake-earth | crawford | princeton | friendswood | college station a&m consolidated row 14 : 2007-08 | springlake-earth | grandview | hamshire-fannett | sherman | mission sharyland row 15 : 2008-09 | garden city | shelbyville | lubbock-cooper | friendswood | humble kingwood ] Execute this SQL based on the above table: select count ( * ) where class aaaaa = 'mission sharyland'
1
[ header: name | date built | builder | works no. | wheels | cylinders | notes | withdrawn row 1 : veteran | 1847 | None | None | 0-6-0 | inside | arr. 1847 | None row 2 : fairfield | 1847 | None | None | 0-6-0 | inside | arr. 1847 | None row 3 : waverley | None | henry hughes of lough | None | 0-4-0st | outside | None | 1889 row 4 : bee | None | None | None | 0-6-0t | None | None | None row 5 : spider | None | None | None | 0-6-0t | None | None | None row 6 : gillingham | None | aveling and porter | None | 0-6-0tg | None | arr. 1893 | 1893 row 7 : no.1 | 1880 | hunslet | 231 | 0-6-0st | inside | arr. 1893 | 1923 row 8 : no.2 | 1898 | peckett | 696 | 0-4-0st | outside | arr. 1904 | 1923 ] Execute this SQL based on the above table: select count ( name ) where wheels = '0-6-0st' and builder = 1850
0
[ 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 position where id = ( select id where position = 'rw' ) + 1
c
[ header: type | stage | cyclist | team | reason row 1 : dnf | 2 | remi pauriol | cofidis | broken collarbone row 2 : dns | 3 | jose angel gomez marchante | cervelo testteam | broken arm sustained from crash in stage 2 row 3 : dns | 3 | daniel martin | garmin-slipstream | illness row 4 : dns | 3 | joost posthuma | rabobank | illness row 5 : dnf | 3 | matteo bono | lampre-ngc | None row 6 : dnf | 3 | anthony charteau | caisse d'epargne | None row 7 : dns | 4 | sylvain calzat | agritubel | None row 8 : dns | 4 | bradley wiggins | garmin-slipstream | death in the family row 9 : dnf | 4 | jussi veikkanen | francaise des jeux | None row 10 : dns | 5 | inigo cuesta | cervelo testteam | None row 11 : dns | 5 | enrico franzoi | liquigas | None row 12 : dnf | 5 | steven cozza | garmin-slipstream | None row 13 : dnf | 5 | philippe gilbert | silence-lotto | None row 14 : dnf | 5 | brian vandborg | liquigas | None row 15 : dns | 6 | jelle vanendert | silence-lotto | None row 16 : dnf | 6 | jose luis arrieta | ag2r-la mondiale | None row 17 : dnf | 6 | sebastien chavanel | francaise des jeux | None row 18 : dnf | 6 | simon spilak | lampre-ngc | None row 19 : dnf | 6 | thomas voeckler | bbox bouygues telecom | shoulder injury sustained from crash row 20 : dns | 7 | sebastian langeveld | rabobank | None row 21 : dnf | 7 | samuel sanchez | euskaltel-euskad | None row 22 : dnf | 7 | mickael cherel | francaise des jeux | None row 23 : dnf | 7 | thomas fothen | team milram | None row 24 : dnf | 7 | marcel sieberg | team columbia-high road | None row 25 : dnf | 7 | tom veelers | skil-shimano | None row 26 : dnf | 7 | mickael buffaz | cofidis | None row 27 : dnf | 7 | javier aramendia | euskaltel-euskad | None row 28 : dnf | 7 | romain feillu | agritubel | None ] Execute this SQL based on the above table: select team where cyclist = 'anthony charteau'
caisse d'epargne
[ header: number | builder | type | date | length | notes row 1 : 51 | american car company | motor | 1904 | 47'9" | retired 1933 row 2 : 53 | american car company | motor | 1904 | 47'9" | retired 1933 row 3 : 55 | american car company | motor | 1904 | 47'9" | became inspection car in 1932 retired 1941 row 4 : 57 | american car company | motor | 1904 | 47'9" | became inspection car in 1932 retired 1941 row 5 : 59 | w. l. holman car | motor | 1904 | 44' | retired 1932 row 6 : 61 | w. l. holman car | motor | 1904 | 44' | retired 1932 row 7 : 63 | w. l. holman car | motor | 1904 | 44' | retired 1932 preserved western railway museum row 8 : 65 | w. l. holman car | motor | 1904 | 44' | retired 1932 row 9 : 67 | w. l. holman car | motor | 1904 | 44' | retired 1932 row 10 : 69 | w. l. holman car | motor | 1904 | 44' | converted to express trailer in 1919 retired 1932 row 11 : 71 | w. l. holman car | trailer | 1905 | 44' | retired 1929 row 12 : 73 | w. l. holman car | trailer | 1905 | 44' | retired 1929 row 13 : 1 | w. l. holman car | express trailer | 1916 | None | built as #8 express motor demotorized 1917 ] Execute this SQL based on the above table: select builder where id = ( select id where builder = 'w. l. holman car company' ) - 1
american car company
[ header: # | player | span | caps | total caps | win % row 1 : 1 | fabien pelous | 1997-2006 | 42 | 118 | 64.28% row 2 : 2 | raphael ibanez | 1998-2007 | 41 | 98 | 63.41% row 3 : 3 | jean-pierre rives | 1978-1984 | 34 | 59 | 55.88% row 4 : 3 | philippe saint-andre | 1994-1997 | 34 | 69 | 73.53% row 5 : 5 | thierry dusautoir | 2009- | 31 | 54 | 54.84% row 6 : 6 | daniel dubroca | 1986-1988 | 11 | 33 | 72.00% row 7 : 6 | fabien galthie | 1999-2003 | 11 | 64 | 64.00% row 8 : 8 | guy basquet | 1948-1952 | 11 | 33 | 50.00% row 9 : 9 | michel crauste | 1961-1966 | 11 | 63 | 68.18% row 10 : 10 | jacques fouroux | 1974-1977 | 11 | 27 | 66.67% ] Execute this SQL based on the above table: select count ( span ) where win % = 1792
0
[ header: player | played | legs won | legs lost | lwat | 100+ | 140+ | 180s | high checkout | 3-dart average row 1 : phil taylor | 5 | 74 | 20 | 34 | 130 | 77 | 44 | 144 | 105.73 row 2 : raymond van barneveld | 3 | 35 | 30 | 9 | 85 | 43 | 17 | 126 | 98.10 row 3 : gary anderson | 2 | 17 | 19 | 4 | 42 | 28 | 10 | 151 | 97.98 row 4 : kevin painter | 2 | 13 | 16 | 5 | 32 | 18 | 8 | 130 | 96.71 row 5 : mervyn king | 4 | 45 | 38 | 16 | 112 | 66 | 18 | 147 | 96.30 row 6 : co stompe | 1 | 7 | 10 | 2 | 26 | 9 | 4 | 127 | 95.84 row 7 : james wade | 3 | 33 | 26 | 10 | 75 | 47 | 12 | 153 | 95.73 row 8 : andy smith | 1 | 5 | 10 | 1 | 19 | 15 | 1 | 112 | 95.29 row 9 : terry jenkins | 5 | 61 | 58 | 20 | 157 | 80 | 26 | 131 | 94.08 row 10 : adrian lewis | 3 | 26 | 28 | 13 | 63 | 40 | 13 | 156 | 93.69 row 11 : ronnie baxter | 4 | 54 | 49 | 18 | 142 | 49 | 19 | 132 | 93.35 row 12 : alan tabern | 2 | 24 | 21 | 8 | 66 | 32 | 7 | 157 | 92.68 row 13 : steve beaton | 2 | 18 | 20 | 8 | 52 | 23 | 5 | 110 | 92.58 row 14 : vincent van der voort | 3 | 29 | 28 | 9 | 71 | 42 | 13 | 131 | 92.57 row 15 : jelle klaasen | 1 | 8 | 10 | 2 | 24 | 4 | 4 | 71 | 92.19 row 16 : mark walsh | 2 | 21 | 18 | 9 | 49 | 26 | 9 | 121 | 92.02 row 17 : wes newton | 1 | 3 | 10 | 1 | 16 | 3 | 5 | 96 | 91.92 row 18 : michael van gerwen | 1 | 3 | 10 | 0 | 14 | 6 | 1 | 126 | 91.26 row 19 : andy hamilton | 1 | 6 | 10 | 2 | 21 | 7 | 4 | 120 | 91.18 row 20 : denis ovens | 2 | 22 | 19 | 12 | 64 | 32 | 5 | 125 | 90.63 row 21 : wayne jones | 1 | 7 | 10 | 4 | 26 | 12 | 4 | 121 | 90.06 row 22 : peter wright | 1 | 4 | 10 | 1 | 17 | 9 | 2 | 96 | 89.39 row 23 : colin osborne | 1 | 7 | 10 | 4 | 18 | 13 | 2 | 116 | 89.18 row 24 : dennis priestley | 1 | 5 | 10 | 3 | 22 | 13 | 2 | 84 | 89.06 row 25 : robert thornton | 1 | 4 | 10 | 1 | 17 | 9 | 3 | 56 | 88.88 row 26 : mark dudbridge | 1 | 7 | 10 | 5 | 17 | 10 | 3 | 109 | 88.28 row 27 : wayne mardle | 2 | 16 | 14 | 6 | 36 | 22 | 4 | 115 | 87.27 row 28 : jamie caven | 1 | 3 | 10 | 0 | 13 | 6 | 2 | 120 | 86.95 row 29 : john part | 1 | 6 | 10 | 2 | 19 | 5 | 4 | 76 | 86.62 ] Execute this SQL based on the above table: select player order by julianday ( player ) - julianday ( player ) limit 1
phil taylor
[ header: hand | 1 credit | 2 credits | 3 credits | 4 credits | 5 credits row 1 : royal flush | 250 | 500 | 750 | 1000 | 4000 row 2 : straight flush | 60 | 120 | 180 | 240 | 400 row 3 : four aces | 400 | 800 | 1200 | 1600 | 2000 row 4 : four of a kind, 2-4 | 100 | 200 | 300 | 400 | 500 row 5 : four of a kind, 5-k | 50 | 100 | 150 | 200 | 250 row 6 : full house | 8 | 16 | 24 | 32 | 40 row 7 : flush | 5 | 10 | 15 | 20 | 25 row 8 : straight | 4 | 8 | 12 | 16 | 20 row 9 : three of a kind | 3 | 6 | 9 | 12 | 15 row 10 : two pair | 1 | 2 | 3 | 4 | 5 row 11 : jacks or better | 1 | 2 | 3 | 4 | 5 row 12 : theoretical return | 98.68% | 98.68% | 98.68% | 98.68% | 99.92% ] Execute this SQL based on the above table: select hand where 2 credits < 120 order by 2 credits desc limit 1
four of a kind, 5-k
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 5 | fernando alonso | renault | 56 | 1:31:33.736 | 1 | 10 row 2 : 2 | 16 | jarno trulli | toyota | 56 | 24.327 | 2 | 8 row 3 : 3 | 8 | nick heidfeld | williams-bmw | 56 | 32.188 | 10 | 6 row 4 : 4 | 10 | juan pablo montoya | mclaren-mercedes | 56 | 41.631 | 11 | 5 row 5 : 5 | 17 | ralf schumacher | toyota | 56 | 51.854 | 5 | 4 row 6 : 6 | 14 | david coulthard | red bull-cosworth | 56 | +1:12.543 | 8 | 3 row 7 : 7 | 1 | michael schumacher | ferrari | 56 | +1:19.988 | 13 | 2 row 8 : 8 | 15 | christian klien | red bull-cosworth | 56 | +1:20.835 | 7 | 1 row 9 : 9 | 9 | kimi raikkonen | mclaren-mercedes | 56 | +1:21.580 | 6 | None row 10 : 10 | 12 | felipe massa | sauber-petronas | 55 | +1 lap | 14 | None row 11 : 11 | 19 | narain karthikeyan | jordan-toyota | 54 | +2 laps | 17 | None row 12 : 12 | 18 | tiago monteiro | jordan-toyota | 53 | +3 laps | 18 | None row 13 : 13 | 21 | christijan albers | minardi-cosworth | 52 | +4 laps | 19 | None row 14 : ret | 2 | rubens barrichello | ferrari | 49 | handling | 12 | None row 15 : ret | 6 | giancarlo fisichella | renault | 36 | collision | 3 | None row 16 : ret | 7 | mark webber | williams-bmw | 36 | collision | 4 | None row 17 : ret | 11 | jacques villeneuve | sauber-petronas | 26 | spun off | 16 | None row 18 : ret | 3 | jenson button | bar-honda | 2 | engine | 9 | None row 19 : ret | 4 | anthony davidson | bar-honda | 2 | engine | 15 | None row 20 : ret | 20 | patrick friesacher | minardi-cosworth | 2 | spun off | 20 | None ] Execute this SQL based on the above table: select pos order by time/retired desc limit 1
5
[ header: date | event | duration (months) | duration (years) row 1 : 1927 | experiment set up | None | None row 2 : 1930 | the stem was cut | None | None row 3 : december 1938 | 1st drop fell | 96-107 | 8.0-8.9 row 4 : february 1947 | 2nd drop fell | 99 | 8.2 row 5 : april 1954 | 3rd drop fell | 86 | 7.2 row 6 : may 1962 | 4th drop fell | 97 | 8.1 row 7 : august 1970 | 5th drop fell | 99 | 8.3 row 8 : april 1979 | 6th drop fell | 104 | 8.7 row 9 : july 1988 | 7th drop fell | 111 | 9.2 row 10 : 28 november 2000 | 8th drop fell | 148 | 12.3 ] Execute this SQL based on the above table: select ( select duration (months) where event = '2nd drop fell' ) = ( select duration (months) where event = '3rd drop fell' )
0
[ header: year | album | peak us | peak us holiday | certifications (sales threshold) row 1 : 1990 | go west young man released: octo | 74 | None | riaa: platinum mc row 2 : 1992 | change your world released: september 1, 1992 label | 86 | None | riaa: platinum row 3 : 1995 | i'll lead you home released: august | 16 | None | riaa: platinum row 4 : 1998 | live the life released: april 28, | 23 | None | riaa: gold row 5 : 1998 | christmastime released: october 13, | 90 | 4 | riaa: gold row 6 : 1999 | this is your time released: november 23, | 21 | None | riaa: gold ] Execute this SQL based on the above table: select count ( certifications (sales threshold) ) where year = 1990
1
[ header: week | date | opponent | result | attendance | bye row 1 : 1 | september 9, 1990 | at new england patriots | w 27-24 | 45305 | 0 row 2 : 2 | september 16, 1990 | buffalo bills | w 30-7 | 68142 | 0 row 3 : 3 | september 23, 1990 | at new york giants | l 20-3 | 76483 | 0 row 4 : 4 | september 30, 1990 | at pittsburgh steelers | w 28-6 | 54691 | 0 row 5 : 5 | october 7, 1990 | new york jets | w 20-16 | 69678 | 0 row 6 : 6 | None | None | None | None | 1 row 7 : 7 | october 18, 1990 | new england patriots | w 17-10 | 62630 | 0 row 8 : 8 | october 28, 1990 | at indianapolis colts | w 27-7 | 59213 | 0 row 9 : 9 | november 4, 1990 | phoenix cardinals | w 23-3 | 54294 | 0 row 10 : 10 | november 11, 1990 | at new york jets | w 17-3 | 68362 | 0 row 11 : 11 | november 19, 1990 | los angeles raiders | l 13-10 | 70553 | 0 row 12 : 12 | november 25, 1990 | at cleveland browns | w 30-13 | 70225 | 0 row 13 : 13 | december 2, 1990 | at washington redskins | l 42-20 | 53599 | 0 row 14 : 14 | december 9, 1990 | philadelphia eagles | w 23-20 | 67034 | 0 row 15 : 15 | december 16, 1990 | seattle seahawks | w 24-17 | 57851 | 0 row 16 : 16 | december 23, 1990 | at buffalo bills | l 24-14 | 80235 | 0 row 17 : 17 | december 30, 1990 | indianapolis colts | w 23-17 | 59547 | 0 ] Execute this SQL based on the above table: select date order by bye limit 1
september 9, 1990
[ header: township | fips | population center | population | population density /km2 (/sq mi) | land area km2 (sq mi) | water area km2 (sq mi) | water % | geographic coordinates row 1 : ash creek | 2575 | None | 58 | 1 (2) | 93 (36) | 0 (0) | 0.51% | 38°39′17′′n 98° row 2 : black wolf | 7025 | None | 87 | 1 (2) | 94 (36) | 0 (0) | 0.10% | 38°44′40′′n 98° row 3 : carneiro | 10800 | None | 57 | 1 (2) | 93 (36) | 0 (0) | 0.36% | 38°45′2′′n 97° row 4 : clear creek | 13725 | None | 91 | 1 (3) | 94 (36) | 0 (0) | 0.17% | 38°44′10′′n 98° row 5 : columbia | 15025 | None | 60 | 1 (2) | 94 (36) | 0 (0) | 0.04% | 38°50′5′′n 98° row 6 : ellsworth | 20525 | None | 797 | 9 (23) | 88 (34) | 0 (0) | 0.23% | 38°43′6′′n 98° row 7 : empire | 21150 | None | 174 | 1 (3) | 171 (66) | 14 (6) | 7.79% | 38°39′6′′n 98° row 8 : garfield | 25575 | None | 27 | 0 (1) | 92 (36) | 0 (0) | 0.30% | 38°50′9′′n 98° row 9 : langley | 38600 | None | 76 | 1 (2) | 92 (35) | 2 (1) | 1.86% | 38°35′33′′n 97° row 10 : mulberry | 49050 | None | 44 | 0 (1) | 93 (36) | 0 (0) | 0.24% | 38°50′5′′n 97° row 11 : noble | 50825 | None | 90 | 1 (3) | 93 (36) | 0 (0) | 0.04% | 38°44′51′′n 98° row 12 : sherman | 64950 | None | 65 | 1 (2) | 94 (36) | 0 (0) | 0.22% | 38°49′21′′n 98° row 13 : trivoli | 71525 | None | 55 | 1 (2) | 93 (36) | 0 (0) | 0.38% | 38°35′7′′n 98° row 14 : valley | 72800 | holyrood | 577 | 6 (16) | 93 (36) | 0 (0) | 0.14% | 38°34′22′′n 98° ] Execute this SQL based on the above table: select count ( water % ) where population center = 'None' and township = 782
0
[ header: goal | date | venue | opponent | score | result | competition row 1 : 1 | 8 october 2010 | ferenc puskas, bud | san marino | 2-0 | 8-0 | euro 2012 qualifying row 2 : 2 | 8 october 2010 | ferenc puskas, bud | san marino | 4-0 | 8-0 | euro 2012 qualifying row 3 : 3 | 8 october 2010 | ferenc puskas, bud | san marino | 5-0 | 8-0 | euro 2012 qualifying row 4 : 4 | 12 october 2010 | olympic stadium, hel | finland | 0-1 | 1-2 | euro 2012 qualifying row 5 : 5 | 29 february 2012 | eto park, gyor, | bulgaria | 1-0 | 1-1 | friendly row 6 : 6 | 7 september 2012 | estadi comunal, andorr | andorra | 3-0 | 5-0 | 2014 world cup qualification row 7 : 7 | 16 october 2012 | ferenc puskas, bud | turkey | 2-1 | 3-1 | 2014 world cup qualification ] Execute this SQL based on the above table: select score where score in ( '2-1' , '5-0' ) order by goal desc limit 1
2-1
[ header: year | round | against | score | scorers row 1 : 1930 | group b | yugoslavia | 1-2 | preguinho row 2 : 1930 | group b | bolivia | 4-0 | moderato (2), preguinho (2) row 3 : 1934 | round 1 | spain | 1-3 | leonidas row 4 : 1938 | round 1 | poland | 6-5 (aet) | leonidas (3), romeu, row 5 : 1938 | semi-final | italy | 1-2 | romeu row 6 : 1950 | group a | switzerland | 2-2 | alfredo, baltazar row 7 : 1950 | final round | spain | 6-1 | ademir (2), jair, row 8 : 1950 | final round | uruguay | 1-2 | friaca row 9 : 1954 | group a | mexico | 5-0 | baltazar, didi, ping row 10 : 1954 | quarter-final | hungary | 2-4 | djalma santo row 11 : 1962 | quarter-final | england | 3-1 | garrincha (2), vava row 12 : 1962 | semi-final | chile | 4-2 | garrincha (2), vava (2) row 13 : 1970 | group c | czechoslovakia | 4-1 | rivelino, pele, row 14 : 1970 | group c | romania | 3-2 | pele (2), jairzinho row 15 : 1970 | semi-final | uruguay | 3-1 | clodoaldo, j row 16 : 1974 | group b | yugoslavia | 0-0 | None row 17 : 1974 | group b | scotland | 0-0 | None row 18 : 1974 | group a round 2 | east germany | 1-0 | rivelino row 19 : 1978 | group c | austria | 1-0 | roberto dinamite row 20 : 1978 | bronze final | italy | 2-1 | nelinho, dirceu row 21 : 1982 | group f | soviet union | 2-1 | socrates, eder row 22 : 1982 | group f | new zealand | 4-0 | zico (2), falcao, serg row 23 : 1982 | group c round 2 | argentina | 3-1 | zico, serginho, junior row 24 : 1986 | group d | spain | 1-0 | socrates row 25 : 1986 | group d | northern ireland | 3-0 | careca (2), josimar row 26 : 1986 | round of 16 | poland | 4-0 | socrates, josimar, e row 27 : 1986 | quarter-final | france | 1-1 (aet) | careca row 28 : 1990 | group c | costa rica | 1-0 | muller row 29 : 1994 | final | italy | 0-0 (aet) | None row 30 : 1998 | semi-final | netherlands | 1-1 (aet) | ronaldo row 31 : 2002 | group c | turkey | 2-1 | ronaldo, rivaldo row 32 : 2002 | round of 16 | belgium | 2-0 | rivaldo, ronaldo row 33 : 2002 | quarter-final | england | 2-1 | rivaldo, ronaldinho row 34 : 2010 | round of 16 | chile | 3-0 | juan, luis fabian row 35 : 2010 | quarter-final | netherlands | 1-2 | robinho ] Execute this SQL based on the above table: select max ( year )
2010
[ header: position | nation | number | name | soproni liga | uefa cup | hungarian cup | league cup | total row 1 : 1 | | 14 | gergely rudolf | 16 | 3 | 0 | 0 | 19 row 2 : 2 | | 41 | lorant olah | 12 | 1 | 0 | 0 | 13 row 3 : 3 | | 99 | omagbemi dudu | 4 | 1 | 5 | 0 | 10 row 4 : 4 | | 55 | peter szakaly | 9 | 0 | 0 | 0 | 9 row 5 : 5 | | 77 | peter czvitkovics | 7 | 0 | 0 | 0 | 7 row 6 : 6 | | 4 | leandro de almeida | 5 | 0 | 1 | 0 | 6 row 7 : 7 | | 17 | norbert meszaros | 3 | 0 | 0 | 0 | 3 row 8 : 8 | | 8 | zsombor kerekes | 1 | 0 | 2 | 0 | 3 row 9 : 9 | | 10 | igor bogdanovic | 0 | 0 | 3 | 0 | 3 row 10 : 10 | | 2 | istvan szucs | 2 | 0 | 0 | 0 | 2 row 11 : 11 | | 30 | zoltan kiss | 2 | 0 | 0 | 0 | 2 row 12 : 12 | | 23 | peter szilagyi | 2 | 0 | 0 | 0 | 2 row 13 : 13 | | 7 | tibor dombi | 2 | 0 | 0 | 0 | 2 row 14 : 14 | | 13 | peter biro | 1 | 0 | 0 | 0 | 1 row 15 : 15 | | 27 | gabor demjen | 1 | 0 | 0 | 0 | 1 row 16 : 16 | | 19 | vinicius galvao leal | 1 | 0 | 0 | 0 | 1 row 17 : 17 | | 1 | vukasin poleksic | 1 | 0 | 0 | 0 | 1 row 18 : 18 | | 83 | zoltan varga | 0 | 0 | 1 | 0 | 1 row 19 : 19 | | 16 | adam komlosi | 0 | 0 | 1 | 0 | 1 row 20 : None | | None | own goals | 1 | 0 | 0 | 0 | 1 row 21 : None | | None | totals | 70 | 5 | 13 | 0 | 88 ] Execute this SQL based on the above table: select name where name in ( 'vukasin poleksic' , 'peter szakaly' ) order by id asc limit 1
peter szakaly
[ header: name | gender | age | from | occupation | prize money (usd) | status row 1 : trisha | female | 28 | santa monica, ca | artist | $26,000 | winner row 2 : london | male | 46 | mt. holly, n | us coast guard (retired) | $0 | lost row 3 : adria | female | 25 | seattle, wa | bartender | $0 | 7th captured (by ricky ort row 4 : lucas | male | 32 | carlsbad, ca | student | $0 | 6th captured (by kim) row 5 : andrew | male | 21 | redondo beach, ca | student / lifeguard | $0 | 5th captured (by kim) row 6 : tracy | female | 30 | mililani, hi | student | $0 | 4th captured (by grant) row 7 : lynda | female | 59 | los angeles, ca | general contractor | $0 | 3rd captured (by icey) row 8 : darin | male | 46 | fontana, ca | sports official | $0 | 2nd captured (by wong) row 9 : evan | male | 29 | long island, ny | teacher | $2,000 | opted out row 10 : ameenah | female | 34 | atlanta, ga | drummer | $0 | 1st captured (by grant) ] Execute this SQL based on the above table: select distinct prize money (usd) where from > status
$0
[ header: date | time | opponent# | rank# | site | tv | result | attendance row 1 : september 1 | 2:30 pm | nevada | #19 | memorial stadium • lincoln, | abc | w 52-10 | 84078 row 2 : september 8 | 11:00 am | at wake forest | #17 | bb&t field • winston- | espn | w 20-17 | 32483 row 3 : september 15 | 7:00 pm | #1 usc | #14 | memorial stadium • lincoln, | abc | l 31-49 | 84959 row 4 : september 22 | 11:30 am | ball state | #22 | memorial stadium • lincoln, | fsn ppv | w 41-40 | 84294 row 5 : september 29 | 1:05 pm | iowa state | #22 | memorial stadium • lincoln, | None | w 35-17 | 84703 row 6 : october 6 | 8:15 pm | at #17 missouri | #23 | faurot field • columbia | espn | l 6-41 | 70049 row 7 : october 13 | 11:30 am | oklahoma state | None | memorial stadium • lincoln, | ppv | l 14-45 | 84334 row 8 : october 20 | 1:05 pm | texas a&m | None | memorial stadium • lincoln, | None | l 14-36 | 84473 row 9 : october 27 | 2:30 pm | at #16 texas | None | darrell k royal-texas memorial | abc | l 25-28 | 85968 row 10 : november 3 | 11:30 am | at #8 kansas | None | memorial stadium • lawrence, ks | fsn | l 39-76 | 51910 row 11 : november 10 | 11:30 am | kansas state | None | memorial stadium • lincoln, | versus | w 73-31 | 84665 row 12 : november 23 | 11:00 am | at colorado | None | folsom field • boulder, co (rival | abc | l 51-65 | 51403 ] Execute this SQL based on the above table: select count ( site )
12
[ header: no. | dub no. | english dubbed title / english subbed title original japanese title | original air date | english air date row 1 : 6 | None | "protect the melody of love! usagi is | april 18, 1992 | None row 2 : 9 | 6 | "time bomb" / "usagi' | may 9, 1992 | september 18, 1995 row 3 : 12 | 9 | "cruise blues" / " | may 30, 1992 | september 21, 1995 row 4 : 14 | 11 | "match point for sailor moon" | june 13, 1992 | september 25, 1995 row 5 : 19 | 16 | "who is that masked man?" | july 25, 1992 | october 2, 1995 row 6 : 24 | 20 | "a friend in wolf's clothing" | august 29, 1992 | october 6, 1995 row 7 : 26 | 22 | "the power of friendship" / "b | september 12, 1992 | october 10, 1995 row 8 : 34 | 30 | "a crystal clear destiny" / "the | november 28, 1992 | october 20, 1995 row 9 : 36 | 32 | "bad hair day" / "usagi | december 12, 1992 | october 24, 1995 row 10 : 40 | 36 | "last resort" / "the legendary lake | january 16, 1993 | october 30, 1995 ] Execute this SQL based on the above table: select original air date order by dub no. desc limit 1
january 16, 1993
[ header: rank | title | studio | actor/actress | director | gross row 1 : 1 | three men and a baby | touchstone | tom selleck, ted danson, | leonard nimoy | $167,780,960 row 2 : 2 | fatal attraction | paramount | michael douglas, gle | adrian lyne | $156,645,693 row 3 : 3 | beverly hills cop ii | paramount | eddie murphy, judge reinhold | tony scott | $153,665,036 row 4 : 4 | good morning, vietnam | touchstone | robin williams and forest | barry levinson | $123,922,370 row 5 : 5 | moonstruck | mgm | cher, nicolas cage, | norman jewison | $80,640,528 row 6 : 7 | the secret of my success | universal | michael j. fox, | herbert ross | $66,995,000 row 7 : 8 | stakeout | touchstone | richard dreyfuss, | john badham | $65,673,233 row 8 : 9 | lethal weapon | warner bros | mel gibson, danny glover, | richard donner | $65,207,127 row 9 : 10 | dirty dancing | vestron | patrick swayze, jenn | emile ardolino | $63,892,689 row 10 : 12 | predator | fox | arnold schwarzenegger, car | john mctiernan | $59,735,548 row 11 : 13 | throw momma from the train | orion | danny devito, billy crystal, | danny devito | $57,915,972 row 12 : 14 | dragnet | universal | dan aykroyd, to | tom mankiewicz | $57,387,516 row 13 : 15 | robocop | orion | peter weller, nancy allen, | paul verhoeven | $53,424,681 row 14 : 16 | outrageous fortune | touchstone | bette midler and shelley long | arthur hiller | $52,864,741 row 15 : 17 | la bamba | columbia | lou diamond phillips, es | luis valdez | $52,678,820 row 16 : 18 | broadcast news | fox | william hurt, holly hunter | james l. brooks | $51,300,000 row 17 : 19 | the living daylights | united artists | timothy dalton and mary | john glen | $51,185,000 row 18 : 20 | eddie murphy raw | paramount | eddie murphy | robert townsend | $50,505,655 ] Execute this SQL based on the above table: select gross group by gross order by count ( actor/actress ) desc limit 1
167780960.0
[ 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 count ( date of birth ) where name = 'gerald hardy-dessources'
1
[ header: name | 1989 | 1990 | 1991 | 1992 | 1993 | 1994 | 1995 | 1996 | 1997 | 1998 | 1999 | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | career sr | career win-loss row 1 : australian open | a | a | 1r | a | 2r | 3r | 2r | 1r | a | 3r | 4r | 1r | 2r | 1r | 3r | 2r | 1r | qf | 3r | 2r | 3r | 1r | 0 / 18 | 22-18 row 2 : wimbledon | a | 1r | a | a | a | a | 1r | a | 1r | a | 2r | 2r | 3r | 2r | 2r | 2r | 2r | 2r | 2r | 1r | 2r | a | 0 / 14 | 11-14 row 3 : us open | a | 3r | 1r | 2r | 1r | a | 1r | a | 1r | 3r | 3r | 1r | 2r | 1r | 2r | 3r | 2r | 1r | 2r | 1r | 1r | a | 0 / 18 | 13-18 row 4 : grand slam win-loss | 0-1 | 3-3 | 3-3 | 1-2 | 1-3 | 4-2 | 1-4 | 0-1 | 0-3 | 6-3 | 6-4 | 2-4 | 7-4 | 2-4 | 5-4 | 6-4 | 2-4 | 5-4 | 4-4 | 2-4 | 3-4 | 0-1 | None | 63-70 row 5 : indian wells | nme | a | 3r | 1r | qf | 3r | 2r | a | a | 1r | a | 3r | 2r | 3r | 1r | 1r | 4r | 1r | a | a | a | a | 0 / 13 | 16-13 row 6 : miami | nme | 2r | 2r | 1r | 3r | a | a | a | a | 4r | 3r | 2r | 4r | 2r | a | 1r | a | 2r | 3r | 3r | 2r | a | 0 / 14 | 15-14 row 7 : monte carlo | nme | 1r | 2r | 2r | 1r | a | 3r | 3r | sf | qf | a | 2r | 1r | 1r | 1r | 3r | 2r | 1r | a | 1r | a | a | 0 / 16 | 17-16 row 8 : rome | nme | a | qf | 3r | 3r | a | 3r | a | 2r | 1r | 3r | 3r | 2r | 1r | 1r | a | 2r | 3r | a | 1r | a | a | 0 / 14 | 18-14 row 9 : hamburg | nme | 2r | a | a | a | a | 1r | a | a | qf | 2r | 1r | qf | 1r | 1r | a | 1r | 1r | a | a | nme | nme | 0 / 10 | 8-10 row 10 : canada | nme | a | a | a | a | a | a | a | qf | 2r | qf | 1r | sf | qf | 1r | qf | 1r | 1r | a | a | a | a | 0 / 10 | 17-10 ] Execute this SQL based on the above table: select 1995 where 1995 != '1r' and 2006 = '1r'
2r, 3r, a
[ header: name | | local names | sort | canton(s), neighboring countries | area in km2 | elevation m | max. depth in meter row 1 : lake geneva | None | lac leman, lac de geneve | geneva | geneva, vaud, vala | 580.03 | 372 | 310 row 2 : lake lucerne | None | vierwaldstattersee | lucerne | lucerne, nidwalden | 113.72 | 433.6 | 214 row 3 : lake lugano | None | ceresio, lago di lug | lugano | ticino, italy | 48.67 | 270.5 | 288 row 4 : lake thun | None | thunersee | thun | berne | 47.74 | 557.8 | 215 row 5 : lake biel | None | lac de bienne, bielersee | biel/bienne | berne, neuchatel | 39.51 | 429.1 | 74 row 6 : lake zug | None | zugersee | zug | lucerne, schwyz, | 38.41 | 413.6 | 198 row 7 : lake murten | None | murtensee, lac de morat | murten | fribourg, vaud | 22.8 | 429.2 | 46 row 8 : lake sempach | None | sempachersee | sempach | lucerne | 14.36 | 503.8 | 87 row 9 : lago di livigno | ↑ | lago di livigno | livignio | italy, grisons | 4.71 | 1805 | 119 row 10 : wagitalersee | ↑ | wagitalersee | waegital | schwyz | 4.18 | 900 | 65 row 11 : lago di lei | ↑ | lago di lei | lei | italy, grisons | 4.12 | 1931 | 133 row 12 : lake sils | None | silsersee, lej da se | sils | grisons | 4.1 | 1797 | 71 row 13 : lac des dix | ↑ | lac des dix | dix | valais | 3.65 | 2365 | 227 row 14 : lake wohlen | ↑ | wohlensee | wohlen | berne | 3.65 | 480 | 20 row 15 : grimselsee | ↑ | grimselsee | grimsel | berne | 2.63 | 1908 | 100 row 16 : lake lungern | None | lungerersee, lungernsee | lungern | obwalden | 2.01 | 688 | 68 row 17 : lac de mauvoisin | ↑ | lac de mauvoisin | mauvoisin | valais | 2.08 | 1961 | 180 row 18 : lago di vogorno | ↑ | lago di vogorno | vogorno | ticino | 1.68 | 470 | 204 row 19 : zervreilasee | ↑ | zervreilasee | zervreila | grisons | 1.61 | 1862 | 140 row 20 : oberaarsee | ↑ | oberaarsee | oberaar | berne | 1.47 | 2303 | 90 row 21 : lac de moiry | ↑ | lac de moiry | moiry | valais | 1.4 | 2249 | 120 row 22 : albigna lake | ↑ | lago da l'albigna | albigna | grisons | 1.13 | 2163 | 108 ] Execute this SQL based on the above table: select sort where elevation m < 1797 order by elevation m desc limit 1
waegital
[ header: rank | mountain peak | mountain range | elevation | prominence | isolation | location row 1 : 1 | mount whitney | sierra nevada | 14,505 ft 4421 m | 10,080 ft 3072 m | 1,646 mi 2,649 km | 36°34′43′′n 118° row 2 : 2 | mount williamson | sierra nevada | 14,379 ft 4383 m | 1,677 ft 511 m | 5.4 mi 8.7 km | 36°39′21′′n 118° row 3 : 4 | north palisade | sierra nevada | 14,248 ft 4343 m | 2,894 ft 882 m | 32 mi 52 km | 37°05′39′′n 118° row 4 : 5 | mount shasta | cascade range | 14,179 ft 4322 m | 9,832 ft 2997 m | 335 mi 539 km | 41°24′33′′n 122° row 5 : 6 | mount humphreys | sierra nevada | 13,992 ft 4265 m | 2,563 ft 781 m | 15 mi 24 km | 37°16′14′′n 118° row 6 : 7 | mount keith | sierra nevada | 13,982 ft 4262 m | 1,936 ft 590 m | 3.1 mi 5.0 km | 36°42′00′′n 118° row 7 : 10 | mount morgan | sierra nevada | 13,758 ft 4193 m | 2,648 ft 807 m | 10 mi 16 km | 37°24′19′′n 118° row 8 : 11 | mount gabb | sierra nevada | 13,747 ft 4190 m | 2,601 ft 793 m | 4.3 mi 6.9 km | 37°22′37′′n 118° row 9 : 12 | mount tom | sierra nevada | 13,657 ft 4163 m | 1,992 ft 607 m | 4.8 mi 7.7 km | 37°22′34′′n 119° row 10 : 13 | mount dubois | white mountains | 13,565 ft 4135 m | 2,339 ft 713 m | 10 mi 16 km | 37°47′00′′n 118° row 11 : 15 | red slate mountain | sierra nevada | 13,162 ft 4012 m | 1,736 ft 529 m | 8 mi 13 km | 37°30′27′′n 118° row 12 : 16 | mount ritter | sierra nevada | 13,149 ft 4008 m | 3,990 ft 1216 m | 22 mi 35 km | 37°41′21′′n 119° ] Execute this SQL based on the above table: select mountain peak where rank = 1 and mountain range = 'sierra nevada'
mount whitney
[ header: episode # | original air date (uk) | episode title | guest cast | dvd # 1 row 1 : 1-01 | 22 october 1976 | "the eagle's nest" | peter cushing, derek farr | 1.01 row 2 : 1-02 | 29 october 1976 | "house of cards" | peter jeffrey, mark burn | 1.03 row 3 : 1-03 | 5 november 1976 | "the last of the cybernauts?" | robert lang, oscar | 1.04 row 4 : 1-04 | 12 november 1976 | "the midas touch" | john carson, ronald | 1.02 row 5 : 1-05 | 19 november 1976 | "cat amongst the pigeon | vladek sheybal, basil dig | 1.06 row 6 : 1-06 | 26 november 1976 | "target" | keith barron, frede | 1.07 row 7 : 1-07 | 3 december 1976 | "to catch a rat" | ian hendry, barry | 1.05 row 8 : 1-08 | 10 december 1976 | "the tale of the big why" | derek waring, jenny | 1.09 row 9 : 1-09 | 17 december 1976 | "faces" | david de keyser, edward | 1.08 row 10 : 1-10 | 21 december 1976 | "gnaws" | julian holloway, peter cell | 1.11 row 11 : 1-11 | 7 january 1977 | "dirtier by the dozen" | john castle, shaun curry, al | 1.13 row 12 : 1-12 | 14 january 1977 | "sleeper" | keith buckley, sara | 1.12 row 13 : 1-13 | 21 january 1977 | "three-handed game" | stephen greif, tony | 1.1 ] Execute this SQL based on the above table: select count ( guest cast ) where guest cast = 'stephen greif, tony vogel, david wood, ronald leigh-hunt, annie lambert, hugh morton, john paul'
1
[ header: tie no | home team | score | away team | attendance row 1 : 1 | ifk vasteras (d2) | 3-2 | ik sleipner (d | 875 row 2 : 2 | kramfors if (n) | 2-4 (aet) | bk kenty (d3) | 2808 row 3 : 3 | reymersholms ik | 5-2 | atvidabergs ff (d | 1504 row 4 : 4 | wifsta/ostrands if | 4-3 | ludvika ffi | 974 row 5 : 5 | raa if (d3) | 3-2 | sandvikens if (d | 2116 row 6 : 6 | sandvikens aik | 2-3 (aet) | tidaholms g | 822 row 7 : 7 | karlstads bik (d | 2-5 | if friska viljor (n) | 1550 row 8 : 8 | sandviks ik (n | 2-3 | surahammars if (d2) | None ] Execute this SQL based on the above table: select count ( home team ) where tie no > 984
0
[ header: category | age (ethnicity) | n | v1 | v2 | v3 | v4 | v5 | v6 row 1 : None | 1 week - 1 y | 210 | 92% | 74% | 27% | 20% | 0.50% | 0% row 2 : None | 1 y - 2 y | 154 | 96% | 85% | 39% | 10% | 0.70% | 0% row 3 : None | 2 y - 5 y | 202 | 98% | 50% | 22% | 7% | 1% | 0% row 4 : None | 5 y - 8 y | 94 | 91% | 25% | 14% | 5% | 1% | 1% row 5 : None | 8 y - 16 y | 90 | 62% | 7% | 2% | 0% | 0% | 0% row 6 : males | 12 y - 13 y | 209 | 47% | 7% | 0% | 0% | 0% | 0% row 7 : males | 13 y - 14 y | 260 | 35% | 4.60% | 0.80% | 0% | 0% | 0% row 8 : males | 16 y - 19 y (white | 50 | 32% | 0% | 0% | 0% | 0% | 0% row 9 : males | 16 y - 19 y (black | 310 | 46% | 7% | 2.90% | 1.30% | 0% | 0% row 10 : males | 20 - 30 y (whites) | 285 | 41% | 0% | 0% | 0% | 0% | 0% row 11 : males | 20 - 30 y (blacks) | 295 | 37% | 0% | 0% | 0% | 0% | 0% row 12 : females | 12 y - 13 y | 174 | 69% | 11% | 1.20% | 0% | 0% | 0% row 13 : females | 13 y - 14 y | 154 | 52% | 8.40% | 1.40% | 0% | 0% | 0% row 14 : females | 16 y - 19 y (white | 50 | 66% | 0% | 0% | 0% | 0% | 0% row 15 : females | 16 - 19 y (blacks) | 310 | 73% | 9% | 1.30% | 0.60% | 0% | 0% row 16 : females | 20 - 30 y (whites) | 280 | 55% | 0% | 0% | 0% | 0% | 0% row 17 : females | 20 - 30 y (blacks) | 330 | 55% | 2.40% | 1% | 0% | 0% | 0% ] Execute this SQL based on the above table: select v5 where category = 'females'
0%, 0%, 0%, 0%, 0%, 0%
[ header: rank | bib | country | athletes | run 1 | run 2 | run 3 | run 4 | total | behind row 1 : None | 1 | canada (can-1) | kaillie humphries heat | 57.39 | 57.73 | 57.57 | 57.92 | 3:50.61 | None row 2 : None | 2 | united states (usa-1) | elana meyers laury | 57.26 | 57.63 | 57.69 | 58.13 | 3:50.71 | 0.1 row 3 : None | 3 | united states (usa-2) | jamie greubel aja evan | 57.45 | 58 | 58 | 58.16 | 3:51.61 | 1 row 4 : 4 | 9 | netherlands (ned-1) | esme kamphuis jud | 57.94 | 58.1 | 58.2 | 58.03 | 3:52.27 | 1.66 row 5 : 5 | 4 | germany (ger-1) | sandra kiriasis | 57.95 | 58.08 | 58.06 | 58.2 | 3:52.29 | 1.68 row 6 : 7 | 5 | germany (ger-2) | cathleen martini christ | 57.99 | 58.42 | 58.17 | 58.13 | 3:52.71 | 2.1 row 7 : 8 | 8 | switzerland (sui- | fabienne meyer tanja may | 58.18 | 58.34 | 58.29 | 58.39 | 3:53.20 | 2.59 row 8 : 9 | 11 | russia (rus-1) | olga stulneva | 58.03 | 58.24 | 58.45 | 58.74 | 3:53.46 | 2.85 row 9 : 10 | 6 | germany (ger-3) | anja schneiderheinze stephan | 58.17 | 58.3 | 58.53 | 58.74 | 3:53.74 | 3.13 row 10 : 11 | 7 | united states (usa-3) | jazmine fenlator lolo | 58.27 | 58.46 | 58.5 | 58.74 | 3:53.97 | 3.36 row 11 : 12 | 12 | great britain (gbr- | paula walker rebekah | 58.36 | 58.4 | 58.88 | 58.6 | 3:54.24 | 3.63 row 12 : 13 | 13 | canada (can-2) | jennifer ciochetti | 58.43 | 58.63 | 58.72 | 58.71 | 3:54.49 | 3.88 row 13 : 14 | 14 | australia (aus-1) | astrid radjenovic jan | 58.62 | 58.5 | 59.06 | 58.37 | 3:54.55 | 3.94 row 14 : 15 | 15 | austria (aut-1) | christina hengster viol | 58.59 | 58.56 | 58.73 | 58.91 | 3:54.79 | 4.18 row 15 : 16 | 17 | russia (rus-2) | nadezhda serge | 58.8 | 58.69 | 59.27 | 59.1 | 3:55.86 | 5.25 row 16 : 17 | 16 | romania (rou-1) | maria constantin andreea grecu | 59.04 | 59.08 | 59.38 | 59.09 | 3:56.59 | 5.98 ] Execute this SQL based on the above table: select count ( athletes ) where total < '3:53.46'
16
[ header: # | title | songwriters | producer(s) | performer (s) row 1 : 1 | "creative control" | o. credle, l. bas | organized konfusion | o.c row 2 : 2 | "word...life" | o. credle, a. best | buckwild | o.c row 3 : 3 | "o-zone" | o. credle, a. best | buckwild | o.c row 4 : 4 | "born 2 live" | o. credle, a. best | buckwild | o.c row 5 : 5 | "time's up" | o. credle, a. best | buckwild | o.c row 6 : 6 | "point o' viewz" | o. credle, d. van | buckwild, prestige | o.c row 7 : 7 | "constables" | o. credle, l. bas | organized konfusion | o.c row 8 : 8 | "ga head" | o. credle, r. hall | lord finesse | o.c row 9 : 9 | "no main topic" | o. credle, g. | dj ogee/o. | o.c., prince po row 10 : 10 | "let it slide" | o. credle, a. best | buckwild | o.c., pharo row 11 : 11 | "ma dukes" | o. credle, a. best | buckwild | o.c row 12 : 12 | "story" | o. credle, g. | dj ogee/o. | o.c row 13 : 13 | "outtro (sabotage) | o. credle, a. best | buckwild | o.c row 14 : 14 | "born 2 live (remix)" | o. credle, a. best | organized konfusion | o.c ] Execute this SQL based on the above table: select producer(s) group by producer(s) order by count ( * ) desc limit 1
buckwild
[ 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 count ( * ) where position = 'rw'
10
[ header: edition | year | men's winner | time | women's winner | time row 1 : 29th | october 14, 2012 | dickson kiptolo | 2:05:46 | aberume mekuria (eth | 2:27:20 row 2 : 28th | october 9, 2011 | jafred chirchir kipchu | 2:05:48 | georgina rono (ken) | 2:24:33 row 3 : 26th | october 11, 2009 | geoffrey mutai (ken) | 2:07:01 | beata naigambo (nam) | 2:31:01 row 4 : 25th | october 12, 2008 | geoffrey mutai (ken) | 2:07:49 | lydia kurgat (ken | 2:33:39 row 5 : 24th | october 14, 2007 | philip singoei (ken) | 2:07:57 | lydia kurgat (ken | 2:39:21 row 6 : 23rd | october 8, 2006 | philip singoei (ken) | 2:08:18 | agnes hijman (ned | 2:54:36 row 7 : 22nd | october 9, 2005 | boniface usisivu (ken | 2:08:45 | tatyana perepelkina ( | 2:38:27 row 8 : 21st | october 10, 2004 | willy cheruiyot ( | 2:09:20 | annelieke van der sluij | 2:37:33 row 9 : 20th | october 12, 2003 | willy cheruiyot ( | 2:09:05 | vivian ruijters | 2:36:36 row 10 : 19th | october 13, 2002 | willy cheruiyot ( | 2:10:12 | marleen van reusel (bel) | 2:54:23 row 11 : 18th | october 14, 2001 | samuel tangus ( | 2:12:47 | valentina poltavs | 2:54:30 row 12 : 16th | october 10, 1999 | david ngetich (ken) | 2:09:24 | nadezhda wij | 2:28:45 row 13 : 12th | october 8, 1995 | pyotro sarafiny | 2:16:40 | carla beurskens (ned | 2:35:16 row 14 : 11th | october 9, 1994 | aiduna aitnafa | 2:11:37 | jeanne jansen (ned | 2:45:03 row 15 : 7th | october 14, 1990 | john vermeule (ned | 2:15:03 | mieke hombergen (ne | 2:44:59 row 16 : 6th | october 16, 1988 | jean-pierre paumen (bel | 2:14:54 | heather macduff (eng) | 2:34:26 row 17 : 5th | october 12, 1986 | kim reynierse (n | 2:15:13 | heather macduff (eng) | 2:55:39 row 18 : 3rd | october 24, 1982 | lucien rottiers (bel) | 2:16:27 | ann rindt (ned) | 2:59:07 row 19 : None | 1961-1981 | marathon race not held | None | None | None ] Execute this SQL based on the above table: select men's winner order by time asc limit 1
marathon race not held
[ header: no | episode | title | original airdate | viewers | nightly rank row 1 : 1 | 2-01 | "the return" (part 1) | 16 may 2011 | 0.927 | 12 row 2 : 2 | 2-02 | "baby bumps" (part 2) | 16 may 2011 | 0.76 | 16 row 3 : 3 | 2-03 | "dates, decisions & divorces" | 23 may 2011 | 0.905 | 12 row 4 : 4 | 2-04 | "together we are one" | 30 may 2011 | 0.953 | 11 row 5 : 5 | 2-05 | "the way you are" | 6 june 2011 | 0.954 | 11 row 6 : 6 | 2-06 | "behind closed doors" | 13 june 2011 | 0.982 | 13 row 7 : 7 | 2-07 | "cheating on your test" | 20 june 2011 | 0.995 | 11 row 8 : 8 | 2-08 | "two different places" | 22 june 2011 | 0.904 | 10 row 9 : 9 | 2-09 | "just keep talking" | 27 june 2011 | 0.938 | 10 row 10 : 10 | 2-10 | "episode ten" | 29 june 2011 | 1.07 | 6 row 11 : 11 | 2-11 | "episode eleven" | 6 july 2011 | 0.825 | 14 row 12 : 12 | 2-12 | "episode twelve" | 13 july 2011 | 0.96 | 9 row 13 : 13 | 2-13 | "episode thirteen" | 20 july 2011 | 0.997 | 6 ] Execute this SQL based on the above table: select count ( title )
13
[ header: pos | driver | entrant | constructor | time/retired | grid row 1 : 1 | innes ireland | team lotus | lotus-climax | 1.00:14.8 | 4 row 2 : 2 | stirling moss | rob walker racing team | cooper-climax | + 2.8 s | 2 row 3 : 3 | chris bristow | yeoman credit racing team | cooper-climax | + 1:05.0 s | 1 row 4 : 4 | bruce mclaren | cooper car company | cooper-climax | + 1:17.6 s | 6 row 5 : 5 | graham hill | owen racing organisation | brm | 41 laps | 9 row 6 : 6 | jo bonnier | owen racing organisation | brm | 41 laps | 10 row 7 : 7 | tony brooks | g.a. vandervell | vanwall | 41 laps | 8 row 8 : ret | roy salvadori | c.t. atkins / high | cooper-climax | transmission | 5 row 9 : ret | harry schell | yeoman credit racing team | cooper-climax | throttle | 3 row 10 : ret | mike taylor | taylor & crawley | lotus-climax | engine | 13 row 11 : ret | keith greene | gilby engineering | cooper-climax | None | 12 row 12 : ret | alan stacey | team lotus | lotus-climax | oil pipe | 11 row 13 : ret | dan gurney | owen racing organisation | brm | accident | 7 row 14 : wd | jack brabham | cooper car company | cooper-climax | None | None row 15 : wd | geoff richardson | geoff richardson | cooper | None | None ] Execute this SQL based on the above table: select count ( constructor ) where constructor > constructor
0
[ header: tribunal | number of autos da fe | executions in persona | executions in effigie | penanced | total row 1 : barcelona | 8 | 1 | 1 | 15 | 17 row 2 : logrono | 1 | 1 | 0 | 0 | 1 row 3 : palma de mallorca | 3 | 0 | 0 | 11 | 11 row 4 : saragossa | 1 | 0 | 0 | 3 | 3 row 5 : valencia | 4 | 2 | 0 | 49 | 51 row 6 : las palmas | 0 | 0 | 0 | 0 | 0 row 7 : cordoba | 13 | 17 | 19 | 125 | 161 row 8 : cuenca | 7 | 7 | 10 | 35 | 52 row 9 : santiago de compostela | 4 | 0 | 0 | 13 | 13 row 10 : granada | 15 | 36 | 47 | 369 | 452 row 11 : llerena | 5 | 1 | 0 | 45 | 46 row 12 : madrid | 4 | 11 | 13 | 46 | 70 row 13 : murcia | 6 | 4 | 1 | 106 | 111 row 14 : seville | 15 | 16 | 10 | 220 | 246 row 15 : toledo | 33 | 6 | 14 | 128 | 148 row 16 : valladolid | 10 | 9 | 2 | 70 | 81 row 17 : total | 125 | 111 | 117 | 1235 | 1463 ] Execute this SQL based on the above table: select tribunal where id = ( select id where tribunal = 'logrono' ) - 1
barcelona
[ header: code | year row 1 : a | 1927 row 2 : b | 1928 row 3 : c | 1929 row 4 : ch | 1930 row 5 : d | 1931 row 6 : e | 1932 row 7 : f | 1933 row 8 : g | 1934 row 9 : h | 1935 row 10 : i | 1936 row 11 : j | 1937 row 12 : k | 1938 row 13 : l | 1939 row 14 : ll | 1940 row 15 : m | 1941 row 16 : n | 1942 row 17 : n | 1943 row 18 : o | 1944 row 19 : p | 1945 row 20 : q | 1946 row 21 : r | 1947 row 22 : s | 1948 row 23 : t | 1949 row 24 : u | 1950 row 25 : v | 1951 row 26 : x | 1952 row 27 : y | 1953 row 28 : z | 1954 row 29 : a1 | 1955 row 30 : b1 | 1956 row 31 : c1 | 1957 row 32 : ch1 | None row 33 : d1 | 1958 row 34 : e1 | 1959 row 35 : f1 | 1960 row 36 : g1 | 1961 row 37 : h1 | 1962 row 38 : i1 | 1963 row 39 : j1 | 1964 row 40 : k1 | 1965 row 41 : l1 | 1966 row 42 : ll1 | None row 43 : m1 | 1967 row 44 : n1 | 1968 row 45 : n1 | 1969 row 46 : o1 | 1970 row 47 : p1 | 1971 row 48 : q1 | 1972 row 49 : r1 | 1973 row 50 : s1 | 1974 row 51 : t1 | 1975 row 52 : u1 | 1976 row 53 : v1 | 1977 row 54 : x1 | 1978 row 55 : y1 | 1979 row 56 : z1 | 1980 row 57 : a2 | 1981 row 58 : b2 | 1982 row 59 : c2 | 1983 row 60 : ch2 | None row 61 : d2 | 1984 row 62 : e2 | 1985 row 63 : f2 | 1986 row 64 : g2 | 1987 row 65 : h2 | 1988 row 66 : i2 | 1989 row 67 : j2 | 1990 row 68 : k2 | 1991 row 69 : l2 | 1992 row 70 : ll2 | None row 71 : m2 | 1993 row 72 : n2 | 1994 row 73 : n2 | 1995 row 74 : o2 | 1996 row 75 : p2 | 1997 row 76 : q2 | 1998 row 77 : r2 | 1999 row 78 : s2 | 2000 row 79 : t2 | 2001 row 80 : u2 | 2002 row 81 : v2 | 2003 row 82 : x2 | 2004 row 83 : y2 | 2005 row 84 : z2 | 2006 ] Execute this SQL based on the above table: select code where id = 72
n2
[ header: rank | wrestler | no. of reigns | combined defenses | combined days row 1 : 1 | matt jackson | 3 | 25 | 1386 row 2 : 1 | nick jackson | 3 | 25 | 1386 row 3 : 3 | el generico | 5 | 12 | 637 row 4 : 4 | super dragon | 6 | 3 | 609 row 5 : 5 | scott lost | 5 | 14 | 578 row 6 : 6 | chris bosh | 3 | 11 | 433 row 7 : 7 | paul london | 1 | 5 | 335 row 8 : 8 | davey richards | 3 | 1 | 324 row 9 : 9 | kevin steen | 3 | 4 | 315 row 10 : 10 | player uno | 1 | 2 | 232 row 11 : 10 | stupefied | 1 | 2 | 232 row 12 : 12 | joey ryan | 3 | 3 | 165 row 13 : 13 | roderick strong | 3 | 1 | 121 row 14 : 14 | quicksilver | 3 | 2 | 120 row 15 : 15 | b-boy | 3 | 1 | 84 row 16 : 16 | pac | 1 | 1 | 71 row 17 : 17 | excalibur | 1 | 1 | 63 row 18 : 18 | human tornado | 1 | 1 | 56 row 19 : 18 | jimmy jacobs | 1 | 0 | 56 row 20 : 18 | tyler black | 1 | 0 | 56 row 21 : 21 | jack evans | 1 | 0 | 49 row 22 : 22 | homicide | 1 | 0 | 28 row 23 : 23 | scorpio sky | 1 | 0 | 1 row 24 : 24 | brian cage | 1 | 0 | <1 row 25 : 24 | michael elgin | 1 | 0 | <1 ] Execute this SQL based on the above table: select count ( wrestler ) where wrestler = 'el generico'
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 count ( * ) where player != 'keith stackpole'
24
[ header: year | 1st venue | 2nd venue | 3rd venue | 4th venue | 5th venue | 6th venue row 1 : 2007 | sheffield | mexico city | nanjing | None | None | None row 2 : 2008 | tijuana | sheffield | nanjing | None | None | None row 3 : 2009 | doha | changzhou | sheffield | tijuana | None | None row 4 : 2010 | qingdao | veracruz | veracruz | None | None | None row 5 : 2011 | moscow | beijing | sheffield | guanajuato | None | None row 6 : 2012 | dubai | beijing | moscow | tijuana | None | None row 7 : 2013 | beijing | dubai | edinburgh | moscow | guadalajara | guadalajara row 8 : 2014 | beijing | dubai | london | moscow | windsor | monterrey ] Execute this SQL based on the above table: select count ( 3rd venue ) where year = 0
0
[ header: edition | year | men's winner | time | women's winner | time row 1 : 29th | october 14, 2012 | dickson kiptolo | 2:05:46 | aberume mekuria (eth | 2:27:20 row 2 : 28th | october 9, 2011 | jafred chirchir kipchu | 2:05:48 | georgina rono (ken) | 2:24:33 row 3 : 26th | october 11, 2009 | geoffrey mutai (ken) | 2:07:01 | beata naigambo (nam) | 2:31:01 row 4 : 25th | october 12, 2008 | geoffrey mutai (ken) | 2:07:49 | lydia kurgat (ken | 2:33:39 row 5 : 24th | october 14, 2007 | philip singoei (ken) | 2:07:57 | lydia kurgat (ken | 2:39:21 row 6 : 23rd | october 8, 2006 | philip singoei (ken) | 2:08:18 | agnes hijman (ned | 2:54:36 row 7 : 22nd | october 9, 2005 | boniface usisivu (ken | 2:08:45 | tatyana perepelkina ( | 2:38:27 row 8 : 21st | october 10, 2004 | willy cheruiyot ( | 2:09:20 | annelieke van der sluij | 2:37:33 row 9 : 20th | october 12, 2003 | willy cheruiyot ( | 2:09:05 | vivian ruijters | 2:36:36 row 10 : 19th | october 13, 2002 | willy cheruiyot ( | 2:10:12 | marleen van reusel (bel) | 2:54:23 row 11 : 18th | october 14, 2001 | samuel tangus ( | 2:12:47 | valentina poltavs | 2:54:30 row 12 : 16th | october 10, 1999 | david ngetich (ken) | 2:09:24 | nadezhda wij | 2:28:45 row 13 : 12th | october 8, 1995 | pyotro sarafiny | 2:16:40 | carla beurskens (ned | 2:35:16 row 14 : 11th | october 9, 1994 | aiduna aitnafa | 2:11:37 | jeanne jansen (ned | 2:45:03 row 15 : 7th | october 14, 1990 | john vermeule (ned | 2:15:03 | mieke hombergen (ne | 2:44:59 row 16 : 6th | october 16, 1988 | jean-pierre paumen (bel | 2:14:54 | heather macduff (eng) | 2:34:26 row 17 : 5th | october 12, 1986 | kim reynierse (n | 2:15:13 | heather macduff (eng) | 2:55:39 row 18 : 3rd | october 24, 1982 | lucien rottiers (bel) | 2:16:27 | ann rindt (ned) | 2:59:07 row 19 : None | 1961-1981 | marathon race not held | None | None | None ] Execute this SQL based on the above table: select men's winner where men's winner = 'david ngetich (ken)'
david ngetich (ken)
[ header: athlete | event | race 1 time | race 2 time | total time | total rank row 1 : johann haraldsson | giant slalom | 1:19.10 | dnf | dnf | None row 2 : kristinn magnusson | giant slalom | 1:17.50 | 1:16.29 | 2:33.79 | 42 row 3 : bjorgvin bjorgvin | giant slalom | 1:15.86 | dnf | dnf | None row 4 : kristinn magnusson | slalom | dnf | None | dnf | None row 5 : bjorgvin bjorgvin | slalom | dnf | None | dnf | None row 6 : johann haraldsson | slalom | 56.98 | 1:00.19 | 1:57.17 | 28 row 7 : kristinn bjorns | slalom | 53.05 | 56.76 | 1:49.81 | 21 ] Execute this SQL based on the above table: select athlete where athlete in ( 'bjorgvin bjorgvinsson' , 'johann haraldsson' ) order by total time asc limit 1
johann haraldsson
[ header: issue date | album | artist row 1 : january 7 | thriller | michael jackson row 2 : january 14 | thriller | michael jackson row 3 : january 21 | thriller | michael jackson row 4 : january 28 | thriller | michael jackson row 5 : february 4 | thriller | michael jackson row 6 : february 11 | thriller | michael jackson row 7 : february 18 | thriller | michael jackson row 8 : february 25 | thriller | michael jackson row 9 : march 3 | thriller | michael jackson row 10 : march 10 | thriller | michael jackson row 11 : march 17 | thriller | michael jackson row 12 : march 24 | thriller | michael jackson row 13 : march 31 | thriller | michael jackson row 14 : april 7 | thriller | michael jackson row 15 : april 14 | thriller | michael jackson row 16 : april 21 | footloose | soundtrack row 17 : april 28 | footloose | soundtrack row 18 : may 5 | footloose | soundtrack row 19 : may 12 | footloose | soundtrack row 20 : may 19 | footloose | soundtrack row 21 : may 26 | footloose | soundtrack row 22 : june 2 | footloose | soundtrack row 23 : june 9 | footloose | soundtrack row 24 : june 16 | footloose | soundtrack row 25 : june 23 | footloose | soundtrack row 26 : june 30 | sports | huey lewis and the news row 27 : july 7 | born in the u.s.a | bruce springsteen row 28 : july 14 | born in the u.s.a | bruce springsteen row 29 : july 21 | born in the u.s.a | bruce springsteen row 30 : july 28 | born in the u.s.a | bruce springsteen row 31 : august 4 | purple rain | prince and the revolution / soundtrack row 32 : august 11 | purple rain | prince and the revolution / soundtrack row 33 : august 18 | purple rain | prince and the revolution / soundtrack row 34 : august 25 | purple rain | prince and the revolution / soundtrack row 35 : september 1 | purple rain | prince and the revolution / soundtrack row 36 : september 8 | purple rain | prince and the revolution / soundtrack row 37 : september 15 | purple rain | prince and the revolution / soundtrack row 38 : september 22 | purple rain | prince and the revolution / soundtrack row 39 : september 29 | purple rain | prince and the revolution / soundtrack row 40 : october 6 | purple rain | prince and the revolution / soundtrack row 41 : october 13 | purple rain | prince and the revolution / soundtrack row 42 : october 20 | purple rain | prince and the revolution / soundtrack row 43 : october 27 | purple rain | prince and the revolution / soundtrack row 44 : november 3 | purple rain | prince and the revolution / soundtrack row 45 : november 10 | purple rain | prince and the revolution / soundtrack row 46 : november 17 | purple rain | prince and the revolution / soundtrack row 47 : november 24 | purple rain | prince and the revolution / soundtrack row 48 : december 1 | purple rain | prince and the revolution / soundtrack row 49 : december 8 | purple rain | prince and the revolution / soundtrack row 50 : december 15 | purple rain | prince and the revolution / soundtrack row 51 : december 22 | purple rain | prince and the revolution / soundtrack row 52 : december 29 | purple rain | prince and the revolution / soundtrack ] Execute this SQL based on the above table: select issue date where issue date not null and issue date > ( select issue date where issue date = 'july 7' order by issue date desc limit 1 ) order by issue date asc limit 1
july 14
[ header: pos | no. | rider | manufacturer | laps | time/retired | grid | points row 1 : 1 | 75 | mattia pasini | aprilia | 27 | 39:44.091 | 3 | 25 row 2 : 2 | 19 | alvaro bautista | aprilia | 27 | 0.01 | 2 | 20 row 3 : 3 | 52 | lukas pesek | derbi | 27 | 0.111 | 1 | 16 row 4 : 5 | 24 | simone corsi | gilera | 27 | 9.372 | 9 | 11 row 5 : 6 | 1 | thomas luthi | honda | 27 | 10.57 | 13 | 10 row 6 : 7 | 18 | nicolas terol | derbi | 27 | 11.835 | 5 | 9 row 7 : 8 | 36 | mika kallio | ktm | 27 | 11.905 | 4 | 8 row 8 : 9 | 6 | joan olive | aprilia | 27 | 26.017 | 16 | 7 row 9 : 10 | 33 | sergio gadea | aprilia | 27 | 26.172 | 12 | 6 row 10 : 11 | 32 | fabrizio lai | honda | 27 | 26.361 | 6 | 5 row 11 : 12 | 38 | bradley smith | honda | 27 | 26.389 | 14 | 4 row 12 : 13 | 11 | sandro cortese | honda | 27 | 26.48 | 11 | 3 row 13 : 14 | 14 | gabor talmacsi | honda | 27 | 26.606 | 7 | 2 row 14 : 15 | 71 | tomoyoshi koyama | malaguti | 27 | 27.068 | 15 | 1 row 15 : 16 | 54 | randy krummenacher | ktm | 27 | 27.192 | 21 | None row 16 : 18 | 17 | stefan bradl | ktm | 27 | 46.201 | 18 | None row 17 : 19 | 95 | georg frohlich | honda | 27 | 56.274 | 28 | None row 18 : 20 | 35 | raffaele de rosa | aprilia | 27 | 56.549 | 25 | None row 19 : 21 | 26 | vincent braillard | aprilia | 27 | 56.782 | 31 | None row 20 : 23 | 15 | michele pirro | aprilia | 27 | 57.474 | 22 | None row 21 : 24 | 29 | andrea iannone | aprilia | 27 | 57.707 | 20 | None row 22 : 25 | 7 | alexis masbou | malaguti | 27 | +1:04.698 | 37 | None row 23 : 26 | 16 | michele conti | honda | 27 | +1:04.793 | 32 | None row 24 : 28 | 43 | manuel hernandez | aprilia | 27 | +1:17.323 | 30 | None row 25 : 29 | 23 | lorenzo baroni | honda | 27 | +1:17.507 | 26 | None row 26 : 30 | 21 | mateo tunez | aprilia | 27 | +1:20.583 | 29 | None row 27 : 32 | 98 | toni wirsing | honda | 26 | +1 lap | 42 | None row 28 : ret | 44 | karel abraham | aprilia | 16 | retirement | 33 | None row 29 : ret | 13 | dino lombardi | aprilia | 13 | retirement | 41 | None row 30 : ret | 37 | joey litjens | honda | 11 | retirement | 38 | None row 31 : ret | 22 | pablo nieto | aprilia | 9 | retirement | 8 | None ] Execute this SQL based on the above table: select abs ( ( select grid where manufacturer = 'aprilia' ) - ( select grid where manufacturer = 'honda' ) )
10.0
[ header: year | album | song | duration | artist row 1 : 2010 | trax mini album volume up | "healing" | None | with trax row 2 : 2010 | oh! | "boys & girls" | None | with girls' generation row 3 : 2010 | 1st asia tour "into the | "barbie girl" | None | duet with jessica row 4 : 2012 | history of salary man ost | "bravo" | 03:12 | duet with leeteuk row 5 : 2012 | one dream (single) | "one dream" | 02:29 | with boa & henry row 6 : 2012 | mama | "two moons" | 02:59 | with exo row 7 : 2012 | only one | "one dream" | 02:29 | with boa & henry row 8 : 2014 | toheart | "delicious" | None | duet with woohyun from infinite ] Execute this SQL based on the above table: select year group by year order by count ( album ) desc limit 1
2012
[ header: | | | row 1 : 1962 | the trial/le proces | hilda | notes row 2 : 1949 | in the good old summertime | baby | uncredited row 3 : 1954 | the long, long trailer | wedding guest | scenes deleted row 4 : 1967 | charlie bubbles | eliza | None row 5 : 1969 | the sterile cuckoo | 'pookie' (mary ann | david di donatello for best foreign actress row 6 : 1970 | tell me that you love me, juni | junie moon | None row 7 : 1972 | cabaret | sally bowles | academy award for best actress bafta award row 8 : 1974 | just one more time | herself | uncredited (short subject) row 9 : 1974 | that's entertainment! | herself (narrator) | None row 10 : 1974 | journey back to oz | dorothy | voice (recorded in 1963, released row 11 : 1975 | lucky lady | claire | nominated - golden globe award for best row 12 : 1976 | silent movie | herself | None row 13 : 1976 | a matter of time | nina | None row 14 : 1977 | new york, new york | francine evans | nominated - golden globe award for best row 15 : 1981 | arthur | linda marolla | nominated - golden globe award for best row 16 : 1983 | the king of comedy | herself | scenes deleted row 17 : 1984 | the muppets take manhattan | herself | None row 18 : 1985 | that's dancing! | herself - host | None row 19 : 1987 | rent-a-cop | della roberts | golden raspberry award for worst actress row 20 : 1988 | arthur 2: on the rocks | linda marolla bach | golden raspberry award for worst actress row 21 : 1991 | stepping out | mavis turner | None row 22 : 1994 | a century of cinema | herself | documentary row 23 : 1995 | unzipped | herself - uncredited | documentary row 24 : 2006 | the oh in ohio | alyssa donahue | None row 25 : 2010 | broadway: beyond the golden age | herself | documentary row 26 : 2010 | sex and the city 2 | wedding minister/herself | cameo appearance row 27 : 2011 | lady gaga presents the monster ball tour: at | herself | guest appearance row 28 : 2013 | smash | herself | guest appearance ] Execute this SQL based on the above table: select count ( * ) where < 1995 and <= 1684
0
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 1 may 2000 | rasmee dhandu | maldives | 1-1 | 1-1 | 2000 mff golden jubile row 2 : 2 | 25 august 2000 | ho chi minh city, vietnam | vietnam | 2-1 | 2-2 | 2000 hcm cup row 3 : 3 | 28 march 2001 | colombo, sri lan | cambodia | 1-0 | 1-0 | friendly row 4 : 5 | 30 may 2001 | suphachalasai stadium, ban | pakistan | 1-0 | 3-1 | 2002 fifa world cup qualification (af row 5 : 6 | 30 may 2001 | supachalasai stadium | pakistan | 3-0 | 3-1 | 2002 fifa world cup qualification (af row 6 : 7 | 4 april 2002 | sugathadasa stadium, colo | maldives | 1-0 | 1-0 | friendly row 7 : 10 | 3 december 2003 | sugathadasa stadium, colo | laos | 2-0 | 3-0 | 2006 fifa world cup qualification (af row 8 : 12 | 12 april 2006 | ma aziz stadium, chittagong | nepal | 1-0 | 1-1 | 2006 afc challenge cup row 9 : 13 | 24 march 2007 | sugathadasa stadium, colo | malaysia | 1-4 | 1-4 | friendly row 10 : 14 | 2 april 2008 | chungshan stadium, tai | guam | 5-1 | 5-1 | 2008 afc challenge cup qualification row 11 : 15 | 4 april 2008 | chungshan stadium, tai | pakistan | 1-0 | 7-1 | 2008 afc challenge cup qualification row 12 : 16 | 4 april 2008 | chungshan stadium, tai | pakistan | 4-1 | 7-1 | 2008 afc challenge cup qualification row 13 : 17 | 4 april 2008 | chungshan stadium, tai | pakistan | 7-1 | 7-1 | 2008 afc challenge cup qualification row 14 : 19 | 2 august 2008 | gachibowli athletic stadium, | myanmar | 1-1 | 1-3 | 2008 afc challenge cup row 15 : 20 | 4 april 2009 | sugathadasa stadium, colo | brunei | 1-0 | 5-1 | 2010 afc challenge cup qualification row 16 : 21 | 4 april 2009 | sugathadasa stadium, colo | brunei | 3-0 | 5-1 | 2010 afc challenge cup qualification row 17 : 22 | 4 april 2009 | sugathadasa stadium, colo | brunei | 4-0 | 5-1 | 2010 afc challenge cup qualification row 18 : 23 | 4 april 2009 | sugathadasa stadium, colo | brunei | 5-0 | 5-1 | 2010 afc challenge cup qualification row 19 : 24 | 6 april 2009 | sugathadasa stadium, colo | chinese taipei | 1-0 | 2-1 | 2010 afc challenge cup qualification ] Execute this SQL based on the above table: select # where # = 15
15
[ header: series | year | rank | average audience share row 1 : 1 | 1992 | None | 14.50m row 2 : 2 | 1993 | None | None row 3 : 3 | 1993 | None | None row 4 : 4 | 1994 | None | None row 5 : 5 | 1995 | None | None row 6 : 6 | 1996 | None | 14.60m row 7 : 7 | 1997-1998 | None | 15.82m row 8 : 8 | 1998-1999 | 5th | 14.35m row 9 : 9 | 1999-2000 | 6th | 13.71m row 10 : 10 | 2000-2001 | 5th | 13.21m row 11 : 11 | 2001-2002 | 6th | 10.77m row 12 : 12 | 2002-2003 | 7th | 11.29m row 13 : 13 | 2003-2004 | 8th | 13.11m row 14 : 14 | 2004-2005 | 10th | 8.77m row 15 : 15 | 2005-2006 | 10th | 8.42m row 16 : 16 | 2006-2007 | 8th | 7.80m row 17 : 17 | 2007-2008 | 11th | 6.90m row 18 : 18 | 2008-2010 | 15th | 5.44m (incl. itv ] Execute this SQL based on the above table: select rank where rank <= 1780
10th, 10th, 11th, 15th
[ header: rank | lane | athlete | time row 1 : None | 5 | olga teresh | 51.86 row 2 : None | 6 | manjeet kaur (ind) | 52.17 row 3 : None | 3 | asami tanno (jpn) | 53.04 row 4 : 4 | 4 | pinki pramanik (ind) | 53.06 row 5 : 5 | 1 | tang xiaoyin (chn | 53.66 row 6 : 6 | 8 | marina maslyonko (kaz | 53.99 row 7 : 7 | 7 | mayu kida (jpn) | 54.27 row 8 : 8 | 2 | chandrika subashini ( | 56.57 ] Execute this SQL based on the above table: select count ( athlete ) where lane < 5
4
[ header: drop(s) | multiplayer map(s) | spec ops mission(s) | face off map(s) | xbox 360 release date | playstation 3 release date row 1 : 1-2 | liberation & piazza | None | None | 24 january 2012 | 28 february 2012 row 2 : 3 | overwatch | None | None | 21 february 2012 | 29 march 2012 row 3 : 4-6 | black box | black ice & negotiator | None | 13 march 2012 | 12 april 2012 row 4 : 7-8 | sanctuary & foundation | None | None | 10 april 2012 | 10 may 2012 row 5 : 9-12 | oasis | iron clad & kill switch | getaway & lookout | 15 may 2012 | 14 june 2012 row 6 : 13-15 | None | arctic recon | vortex, u-turn & intersection | 19 june 2012 | 19 july 2012 row 7 : 16-18 | decommission & offshore | vertigo | None | 17 july 2012 | 16 august 2012 row 8 : 19-21 | None | special delivery, light 'em up | None | 7 august 2012 | 6 september 2012 row 9 : 22-24 | parish, gulch & boardwalk | None | None | 5 september 2012 | 9 october 2012 ] Execute this SQL based on the above table: select xbox 360 release date where xbox 360 release date > ( select xbox 360 release date where xbox 360 release date = '19 june 2012' ) order by xbox 360 release date limit 1
17 july 2012
[ header: name | full name | caps | goals | first cap | opponent | club row 1 : cafu | marcos evangelista de morae | 142 | 5 | 12 september 1990 | spain | sao paulo row 2 : rogerio ceni | rogerio ceni | 17 | 0 | 16 december 1997 | mexico | sao paulo row 3 : juninho | antonio augusto ribeiro | 40 | 6 | 28 march 1999 | south korea | vasco da gama row 4 : edmilson | edmilson jose gomes | 42 | 1 | 18 july 2000 | paraguay | sao paulo row 5 : tinga | paulo cesar fonseca | 4 | 0 | 9 august 2001 | panama | gremio row 6 : kaka | ricardo izecson dos | 87 | 29 | 31 january 2002 | bolivia | sao paulo row 7 : diego | diego ribas da cunha | 33 | 4 | 30 april 2003 | mexico | santos row 8 : gomes | heurelho da silva go | 11 | 0 | 13 july 2003 | mexico | cruzeiro row 9 : dudu cearense | alexandro silva de sousa | 11 | 0 | 8 july 2004 | chile | vitoria row 10 : grafite | edinaldo batista | 4 | 1 | 27 april 2005 | guatemala | sao paulo row 11 : josue | josue anunciado de olive | 28 | 1 | 27 march 2007 | ghana | sao paulo row 12 : doni | donieber alexander marangon | 10 | 0 | 5 june 2007 | turkey | as roma row 13 : alex silva | alex sandro da silva | 2 | 0 | 4 july 2007 | ecuador | sao paulo row 14 : thiago silva | thiago emiliano da | 40 | 1 | 12 october 2008 | venezuela | fluminense row 15 : ramires | ramires santos do | 34 | 3 | 6 june 2009 | uruguay | cruzeiro row 16 : diego tardelli | diego tardelli martins | 5 | 0 | 12 august 2009 | estonia | atletico mineiro row 17 : carlos eduardo | carlos eduardo marques | 6 | 0 | 14 november 2009 | england | hoffenheim row 18 : victor | victor leandro bagy | 5 | 0 | 10 august 2010 | united states | gremio row 19 : ederson | ederson honorato campos | 1 | 0 | 10 august 2010 | united states | lyon row 20 : wesley | wesley lopes beltrame | 2 | 0 | 3 october 2010 | iran | werder bremen row 21 : oscar | oscar dos santo | 22 | 6 | 14 september 2011 | argentina | internacional row 22 : jefferson | jefferson de oliveira galva | 7 | 0 | 14 september 2011 | argentina | botafogo row 23 : kleber | kleber laude pinheiro | 2 | 0 | 10 november 2011 | gabon | fc porto ] Execute this SQL based on the above table: select caps + goals where club = 'sao paulo'
147.0, 17.0, 43.0, 116.0, 5.0, 29.0, 2.0
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | netherlands | 20 | 9 | 0 | 29 row 2 : 2 | italy | 10 | 15 | 3 | 28 row 3 : 3 | belgium | 1 | 2 | 6 | 9 row 4 : 4 | spain | 1 | 1 | 13 | 15 row 5 : 5 | great britain | 0 | 2 | 0 | 2 row 6 : 6 | germany | 0 | 1 | 7 | 8 row 7 : 7 | greece | 0 | 1 | 0 | 1 row 8 : 7 | russia | 0 | 1 | 0 | 1 row 9 : 9 | sweden | 0 | 0 | 2 | 2 row 10 : 10 | france | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select count ( nation )
10
[ header: plant name | location | country | startup date | capacity (mmtpa) | corporation row 1 : qatargas ii | ras laffan | qatar | 2009 | 7.8 | None row 2 : arzew gl4z | None | algeria | 1964 | 0.9 | None row 3 : arzew gl1z | None | algeria | 1978 | None | None row 4 : arzew gl1z | None | algeria | 1997 | 7.9 | None row 5 : skikda gl1k | None | algeria | 1981 | None | None row 6 : skikda gl1k | None | algeria | 1999 | 6 | None row 7 : angola lng | soyo | angola | 2013 | 5.2 | chevron row 8 : lumut 1 | None | brunei | 1972 | 7.2 | None row 9 : badak a-b | bontang | indonesia | 1977 | None | None row 10 : badak a-d | bontang | indonesia | 1986 | None | None row 11 : badak a-e | bontang | indonesia | 1989 | None | None row 12 : badak a-f | bontang | indonesia | 1993 | None | None row 13 : badak a-g | bontang | indonesia | 1998 | None | None row 14 : badak ngl a-h | bontang | indonesia | 1999 | 22.6 | None row 15 : atlantic lng | point fortin | trinidad and tobago | 1999 | None | atlantic lng row 16 : [atlantic lng] | [point fortin] | trinidad and tobago | 2003 | 9.9 | atlantic lng row 17 : None | damietta | egypt | 2004 | 5.5 | segas lng row 18 : None | idku | egypt | 2005 | 7.2 | None row 19 : bintulu mlng 1 | None | malaysia | 1983 | 7.6 | None row 20 : bintulu mlng 2 | None | malaysia | 1994 | 7.8 | None row 21 : bintulu mlng 3 | None | malaysia | 2003 | 3.4 | None row 22 : nigeria lng | None | nigeria | 1999 | 23.5 | None row 23 : northwest shelf venture | karratha | australia | 2009 | 16.3 | None row 24 : withnell bay | karratha | australia | 1989 | None | None row 25 : withnell bay | karratha | australia | 1995 | (7.7) | None row 26 : sakhalin ii | None | russia | 2009 | 9.6 | None row 27 : yemen lng | balhaf | yemen | 2008 | 6.7 | None row 28 : tangguh lng project | papua barat | indonesia | 2009 | 7.6 | None row 29 : qatargas i | ras laffan | qatar | 1996 | (4.0) | None row 30 : qatargas i | ras laffan | qatar | 2005 | 10 | None row 31 : qatargas iii | None | qatar | 2010 | 7.8 | None row 32 : rasgas i, i | ras laffan | qatar | 1999 | 36.3 | None row 33 : qalhat | None | oman | 2000 | 7.3 | None row 34 : das island i | None | united arab emirates | 1977 | None | None row 35 : das island i and ii | None | united arab emirates | 1994 | 5.7 | None ] Execute this SQL based on the above table: select plant name where startup date > 1755 order by location asc limit 1
arzew gl4z
[ header: year | competition | venue | position | notes row 1 : 1996 | olympic games | atlanta, united states | 36th (q) | 5.55 m row 2 : 1998 | asian games | bangkok, thailand | 8th | 6.07 m row 3 : 1999 | world championships | seville, spain | 23rd (q) | 6.40 m row 4 : 2000 | olympic games | sydney, australia | 14th (q) | 6.57 m row 5 : 2001 | world championships | edmonton, canada | 13th (q) | 6.46 m row 6 : 2002 | asian championships | colombo, sri lan | 1st | 6.61 m row 7 : 2002 | asian games | busan, south korea | 3rd | 6.30 m row 8 : 2003 | world championships | paris, france | 23rd (q) | 6.13 m row 9 : 2003 | asian championships | manila, philippines | 6th | 6.23 m row 10 : 2004 | olympic games | athens, greece | 11th | 6.53 m ] Execute this SQL based on the above table: select venue where year > 1432 order by notes desc limit 1
colombo, sri lanka
[ header: club | chinese | city | home stadium | capacity | average attendance row 1 : beijing guoanth | 北京国安 | beijing | workers stadium | 62000 | 33342 row 2 : changchun yatai | 长春亚泰 | changchun | development area stadium | 25000 | 10067 row 3 : changsha ginde | 长沙金德 | changsha | helong stadium | 55000 | 10152 row 4 : chongqing lifan | 重庆力帆 | chongqing | chongqing olympic | 58680 | 11433 row 5 : dalian shide | 大连实德 | dalian | jinzhou stadium | 30775 | 12307 row 6 : hangzhou greentown | 杭州绿城 | hangzhou | yellow dragon stadium | 51139 | 14550 row 7 : henan construction | 河南建业 | zhengzhou | hanghai stadium | 29000 | 18630 row 8 : jiangsu sainty | 江苏舜天 | nanjing | nanjing olympic | 61443 | 10667 row 9 : liaoning whowinp | 辽宁宏运 | shenyang | shenyang tiexi stadium | 24000 | 10100 row 10 : nanchang hengyu | 南昌衡源 | nanchang | nanchang bayi stadium | 20000 | 11680 row 11 : qingdao jonoon | 青岛中能 | qingdao | qingdao tianta | 20525 | 6247 row 12 : shaanxi chan-ba | 陕西浐灞 | xi'an | shaanxi province stadium | 47565 | 28053 row 13 : shandong luneng | 山东鲁能 | jinan | shandong provincial stadium | 43700 | 15901 row 14 : shanghai shenhua | 上海申花 | shanghai | hongkou stadium | 33060 | 12963 row 15 : shenzhen ruby | 深圳红钻 | shenzhen | shenzhen stadium | 32500 | 12439 row 16 : tianjin teda | 天津泰达 | tianjin | teda football stadium | 36390 | 14757 row 17 : total | total | total | total | total | 14581 ] Execute this SQL based on the above table: select club where club in ( 'shenzhen ruby' , 'total' ) order by chinese asc limit 608
total, shenzhen ruby
[ header: year | total | romanians | hungarians | roma row 1 : 1850 | 4,541 | 69.3% | 23.9% | 6.5% row 2 : 1880 | 4,636 | 63.0% | 30.2% | None row 3 : 1890 | 5,499 | 62.7% | 31.6% | None row 4 : 1900 | 5,553 | 64.3% | 29.7% | None row 5 : 1910 | 6,234 | 64.6% | 30.4% | None row 6 : 1920 | 5,887 | 71.6% | 27.9% | None row 7 : 1930 | 6,456 | 70.5% | 22.8% | 2.6% row 8 : 1941 | 6,981 | 78.3% | 19.4% | None row 9 : 1956 | 6,649 | 74.7% | 19.0% | 6.0% row 10 : 1966 | 6,991 | 80.9% | 17.3% | 1.7% row 11 : 1977 | 7,089 | 78.1% | 16.9% | 4.9% row 12 : 1992 | 5,723 | 74.1% | 14.2% | 11.6% row 13 : 2002 | 5,506 | 74.4% | 12.0% | 13.6% row 14 : 2011 | 4,574 | 70.7% | 11.2% | 17.9% ] Execute this SQL based on the above table: select romanians where year = 2002
74.4%
[ header: plant name | location | country | startup date | capacity (mmtpa) | corporation row 1 : qatargas ii | ras laffan | qatar | 2009 | 7.8 | None row 2 : arzew gl4z | None | algeria | 1964 | 0.9 | None row 3 : arzew gl1z | None | algeria | 1978 | None | None row 4 : arzew gl1z | None | algeria | 1997 | 7.9 | None row 5 : skikda gl1k | None | algeria | 1981 | None | None row 6 : skikda gl1k | None | algeria | 1999 | 6 | None row 7 : angola lng | soyo | angola | 2013 | 5.2 | chevron row 8 : lumut 1 | None | brunei | 1972 | 7.2 | None row 9 : badak a-b | bontang | indonesia | 1977 | None | None row 10 : badak a-d | bontang | indonesia | 1986 | None | None row 11 : badak a-e | bontang | indonesia | 1989 | None | None row 12 : badak a-f | bontang | indonesia | 1993 | None | None row 13 : badak a-g | bontang | indonesia | 1998 | None | None row 14 : badak ngl a-h | bontang | indonesia | 1999 | 22.6 | None row 15 : atlantic lng | point fortin | trinidad and tobago | 1999 | None | atlantic lng row 16 : [atlantic lng] | [point fortin] | trinidad and tobago | 2003 | 9.9 | atlantic lng row 17 : None | damietta | egypt | 2004 | 5.5 | segas lng row 18 : None | idku | egypt | 2005 | 7.2 | None row 19 : bintulu mlng 1 | None | malaysia | 1983 | 7.6 | None row 20 : bintulu mlng 2 | None | malaysia | 1994 | 7.8 | None row 21 : bintulu mlng 3 | None | malaysia | 2003 | 3.4 | None row 22 : nigeria lng | None | nigeria | 1999 | 23.5 | None row 23 : northwest shelf venture | karratha | australia | 2009 | 16.3 | None row 24 : withnell bay | karratha | australia | 1989 | None | None row 25 : withnell bay | karratha | australia | 1995 | (7.7) | None row 26 : sakhalin ii | None | russia | 2009 | 9.6 | None row 27 : yemen lng | balhaf | yemen | 2008 | 6.7 | None row 28 : tangguh lng project | papua barat | indonesia | 2009 | 7.6 | None row 29 : qatargas i | ras laffan | qatar | 1996 | (4.0) | None row 30 : qatargas i | ras laffan | qatar | 2005 | 10 | None row 31 : qatargas iii | None | qatar | 2010 | 7.8 | None row 32 : rasgas i, i | ras laffan | qatar | 1999 | 36.3 | None row 33 : qalhat | None | oman | 2000 | 7.3 | None row 34 : das island i | None | united arab emirates | 1977 | None | None row 35 : das island i and ii | None | united arab emirates | 1994 | 5.7 | None ] Execute this SQL based on the above table: select location where location in ( '[point fortin]' , 'idku' ) order by startup date desc limit 1
idku
[ header: rank | country/territory | miss supranational | 1st runner-up | 2nd runner-up | 3rd runner-up | 4th runner-up | semifinalists | total row 1 : 2 | poland | 1 | 0 | 1 | 0 | 0 | 3 | 5 row 2 : 3 | philippines | 1 | 0 | 0 | 1 | 0 | 0 | 2 row 3 : 4 | panama | 1 | 0 | 0 | 0 | 0 | 2 | 3 row 4 : 5 | ukraine | 1 | 0 | 0 | 0 | 0 | 2 | 3 row 5 : 7 | thailand | 0 | 1 | 0 | 0 | 1 | 1 | 3 row 6 : 8 | mexico | 0 | 1 | 0 | 0 | 0 | 0 | 1 row 7 : 9 | puerto rico | 0 | 0 | 1 | 0 | 0 | 2 | 3 row 8 : 13 | peru | 0 | 0 | 0 | 1 | 0 | 1 | 2 row 9 : 15 | indonesia | 0 | 0 | 0 | 1 | 0 | 0 | 1 row 10 : 16 | england | 0 | 0 | 0 | 0 | 1 | 1 | 2 row 11 : 17 | united states | 0 | 0 | 0 | 0 | 1 | 0 | 1 row 12 : 17 | u.s. virgin islands | 0 | 0 | 0 | 0 | 1 | 0 | 1 row 13 : 20 | brazil | 0 | 0 | 0 | 0 | 0 | 4 | 4 row 14 : 21 | canada | 0 | 0 | 0 | 0 | 0 | 2 | 2 row 15 : 21 | dominican republic | 0 | 0 | 0 | 0 | 0 | 2 | 2 row 16 : 21 | france | 0 | 0 | 0 | 0 | 0 | 2 | 2 row 17 : 21 | greece | 0 | 0 | 0 | 0 | 0 | 2 | 2 row 18 : 21 | iceland | 0 | 0 | 0 | 0 | 0 | 2 | 2 row 19 : 21 | latvia | 0 | 0 | 0 | 0 | 0 | 2 | 2 row 20 : 32 | australia | 0 | 0 | 0 | 0 | 0 | 1 | 1 row 21 : 32 | bahamas | 0 | 0 | 0 | 0 | 0 | 1 | 1 row 22 : 32 | belgium | 0 | 0 | 0 | 0 | 0 | 1 | 1 row 23 : 32 | bosnia and herzegovin | 0 | 0 | 0 | 0 | 0 | 1 | 1 row 24 : 32 | denmark | 0 | 0 | 0 | 0 | 0 | 1 | 1 row 25 : 32 | french polynesia | 0 | 0 | 0 | 0 | 0 | 1 | 1 row 26 : 32 | hungary | 0 | 0 | 0 | 0 | 0 | 1 | 1 row 27 : 32 | korea | 0 | 0 | 0 | 0 | 0 | 1 | 1 row 28 : 32 | luxembourg | 0 | 0 | 0 | 0 | 0 | 1 | 1 row 29 : 32 | romania | 0 | 0 | 0 | 0 | 0 | 1 | 1 row 30 : 32 | spain | 0 | 0 | 0 | 0 | 0 | 1 | 1 row 31 : 32 | chinese taipei | 0 | 0 | 0 | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select country/territory where id < ( select id where country/territory = 'philippines' )
poland
[ header: year | tournament | venue | result | extra row 1 : 2002 | european indoor championships | vienna, austria | 5th | None row 2 : 2003 | universiade | daegu, south korea | 3rd | None row 3 : 2004 | world indoor championships | budapest, hungary | 1st | 2.04 pbi row 4 : 2004 | summer olympics | athens, greece | 1st | 2.06 nr row 5 : 2004 | world athletics final | monte carlo, monaco | 1st | None row 6 : 2006 | world indoor championships | moscow, russia | 1st | 2.02 row 7 : 2006 | european championships | gothenburg, sweden | 5th | 1.99 m row 8 : 2006 | world athletics final | stuttgart, germany | 4th | None row 9 : 2006 | world cup | athens, greece | 1st | 1.97 row 10 : 2007 | world championships | osaka, japan | 4th | None row 11 : 2008 | summer olympics | beijing, china | 4th | 2.01 row 12 : 2011 | world championships | daegu, korea | 4th | 1.97 ] Execute this SQL based on the above table: select min ( year ) where result = 1
2004
[ header: year | host | champion | second place | third place | fourth place row 1 : 2005 | ninh binh | tianjin bridgestone | chung shan | korea highway corporation | rahat cska row 2 : 2006 | manila | tianjin bridgestone | chung shan | sang som | rahat cska row 3 : 2008 | vinh phuc | tianjin bridgestone | sang som | toray arrows | sobaeksu row 4 : 2009 | nakhon pathom | federbrau | tianjin bridgestone | toray arrows | zhetysu almaty row 5 : 2010 | gresik | federbrau | zhetysu almaty | jt marvelous | tianjin bridgestone row 6 : 2011 | vinh phuc | chang | tianjin bridgestone | zhetysu almaty | thong tin lien viet bank row 7 : 2012 | nakhon ratchasima | tianjin bridgestone | toray arrows | chang | zhetysu almaty ] Execute this SQL based on the above table: select sum ( year )
14061
[ header: event | performance | athlete | nation | place | date row 1 : 100 m | 9.72 | usain bolt | jamaica | new york city ny, usa | may 31 row 2 : 100 m | 9.69 | usain bolt | jamaica | beijing, china | august 16 row 3 : 200 m | 19.3 | usain bolt | jamaica | beijing, china | august 20 row 4 : 4 x 100 m relay | 37.1 | nesta carter michael frater | jamaica | beijing, china | august 22 row 5 : 110 m hurdles | 12.87 | dayron robles | cuba | ostrava, czech republic | june 12 row 6 : 50 km race walk | 3:34:14 | denis nizhegorodov | russia | cheboksary, russia | may 11 row 7 : marathon | 2:03:59 | haile gebrselassie | ethiopia | berlin, germany | september 28 ] Execute this SQL based on the above table: select place where place in ( 'berlin, germany' , 'ostrava, czech republic' ) and athlete = 'haile gebrselassie'
berlin, germany