input
stringlengths
20
5.6k
output
stringlengths
0
17.9k
[ header: # | title | songwriters | producer(s) | performer (s) row 1 : 1 | "a dream" | l. lynn, w | will.i.am | common, will.i.am row 2 : 2 | "listen!!!" | t.k. greene, k | kwame | talib kweli row 3 : 3 | "it's r time [lenky | j. ortega, v. | None | jeannie ortega row 4 : 4 | "when the ship goes down (dia | l. freese, l. | dj muggs | cypress hill row 5 : 5 | "hip hop hooray" | v. brown, a. cri | naughty by nature | naughty by nature row 6 : 6 | "keep ya head up" | t. shakur, d | dj daryl | 2pac row 7 : 7 | "code of the streets" | k. elam, c | dj premier | gang starr row 8 : 8 | "rebirth of slick (cool like | i. butler, c. | butterfly | digable planets row 9 : 9 | "officer" | t. hardson, j. mar | j-swift | the pharcyde row 10 : 10 | "this is how we do it" | m. jordan, o. | montell jordan, oji pier | montell jordan row 11 : 11 | "colors" | w. adams | will.i.am | will.i.am row 12 : 12 | "bus ride" | w. adams | will.i.am | will.i.am row 13 : 13 | "riots" | m. isham, w. | None | mark isham, miri ben-ari row 14 : 14 | "eva's theme" | m. isham | None | mark isham row 15 : 15 | "anne frank" | m. isham | None | mark isham, miri ben-ari ] Execute this SQL based on the above table: select performer (s) order by # limit 1
common, will.i.am
[ header: athlete | nation | olympics | gold | silver | bronze | total row 1 : philipp schoch | switzerland (sui) | 2002-2006 | 2 | 0 | 0 | 2 row 2 : shaun white | united states (usa) | 2006-2014 | 2 | 0 | 0 | 2 row 3 : seth wescott | united states (usa) | 2006-2010 | 2 | 0 | 0 | 2 row 4 : karine ruby | france (fra) | 1998-2002 | 1 | 1 | 0 | 2 row 5 : hannah teter | united states (usa) | 2006-2014 | 1 | 1 | 0 | 2 row 6 : ross powers | united states (usa) | 1998-2002 | 1 | 0 | 1 | 2 row 7 : kelly clark | united states (usa) | 2002-2014 | 1 | 0 | 2 | 3 row 8 : danny kass | united states (usa) | 2002-2006 | 0 | 2 | 0 | 2 ] Execute this SQL based on the above table: select athlete where id = 1
philipp schoch
[ header: make | origin | in service | notes row 1 : dodge charger | canada | 2006-present | photo row 2 : dodge magnum | canada | 2006-present | photo row 3 : ford taurus | united states | 2002-present | photo row 4 : chevrolet impala | canada | 2002-present | photo row 5 : ford crown victoria police interceptor | canada | 1998-present | photo row 6 : ford freestar ride vehicle | canada | 2005-present | photo row 7 : chrysler pt cruiser | mexico | 2003-2005 | photo row 8 : chevrolet taho | united states | None | photo row 9 : ford f350 | united states | None | photo row 10 : ford expedition | united states | None | photo row 11 : ford explorer | united states | None | photo row 12 : jeep cherokee | united states | None | photo row 13 : dodge polara | united states | 1970s | retired, photo row 14 : chevrolet caprice | canada | 1970s-1998 | retired ] Execute this SQL based on the above table: select count ( make ) where origin = 'united states'
7
[ header: event | date | area | tornadoes | casualties | notes row 1 : hurricane carla | september 1961 | southern u.s | 8 | None | produced several strong tornadoes, including an row 2 : 1964 wichita falls tornado | april 3, 1964 | wichita falls, texa | None | 7 dead, 100+ injured | was rated f5. first tornado ever captured row 3 : february 1965 south florida tornado outbreak | february 23, 1965 | southern florida | 4 | 0 fatalities, 8 injuries | produced an unusually strong tornado in south florid row 4 : early-may 1965 tornado outbreak sequence | may 6-8, 1965 | minnesota, front range, great | 50 | 17 fatalities | included the 1965 twin cities tornado outbreak, in which row 5 : late-may 1965 tornado outbreak | may 25-26, 1965 | great plains | 51 | 0 fatalities | produced multiple strong tornadoes in the great plain row 6 : june 1966 tornado outbreak sequence | june 8-9, 1966 | kansas - illin | 57 | 18 fatalities | outbreak sequence produced a series of tornadoes row 7 : 1967 st. louis tornado outbreak | january 24, 1967 | midwest | 32 | 6 fatalities | one of the most intense january outbreak row 8 : 1967 oak lawn tornado outbreak | april 21, 1967 | midwest | 45 | 58 fatalities | one of the most intense outbreaks to hit the row 9 : 1967 southern minnesota tornado outbreak | april 30, 1967 | minnesota | 9 | 13 fatalities | only one tornado below f2 strength in min row 10 : 1968 wheelersburg, ohio | april 23, 1968 | ohio valley | 13 | 14 fatalities | outbreak produced several violent and killer tornadoes across ] Execute this SQL based on the above table: select area where id = ( select id where area = 'southern u.s' ) + 1
wichita falls, texas
[ header: date | time | opponent | site | tv | result | attendance | record row 1 : 11/09/2013 | 2:00 pm | indiana institute of technology | emil and patricia jones | csu tv | w 74-51 | 369 | 1-0 row 2 : 11/16/2013 | 1:00 pm | at miami (oh) | millett hall • oxford | None | l 39-55 | 406 | 1-2 row 3 : 11/26/2013 | 7:00 pm | purdue calumet | emil and patricia jones | csu tv | l 62-68 | 279 | 1-5 row 4 : 12/01/2013 | 2:00 pm | western michigan | emil and patricia jones | csu tv | l 49-67 | 242 | 1-6 row 5 : 12/06/2013 | 3:30 pm | vs. valparaiso | savage arena • toledo, | None | l 50-74 | None | 1-7 row 6 : 12/07/2013 | 1:00 pm | vs. detroit | savage arena • toledo, | None | l 64-85 | None | 1-8 row 7 : 12/20/2013 | 6:00 pm | at southern illinois | siu arena • carbondale, il | None | w 55-51 | 405 | 2-8 row 8 : 12/31/2013 | 2:00 pm | loyola | emil and patricia jones | csu tv | l 63-77 | 316 | 2-10 row 9 : 01/02/2014 | 7:00 pm | seattle | emil and patricia jones | csu tv | l 58-85 | 202 | 2-11 (0-1) row 10 : 01/04/2014 | 2:00 pm | idaho | emil and patricia jones | csu tv | l 42-92 | 200 | 2-12 (0-2) row 11 : 01/08/2014 | 7:00 pm | indiana northwest | emil and patricia jones | csu tv | w 68-50 | 212 | 3-12 row 12 : 01/11/2014 | 2:00 pm | at umkc | municipal auditorium • kansas city | None | l 60-83 | 380 | 3-13 (0-3) row 13 : 01/16/2014 | 7:00 pm | at new mexico state | pan american center • las cruces, | None | l 61-82 | 942 | 3-14 (0-4) row 14 : 01/30/2014 | 8:00 pm | at grand canyon | gcu arena • phoenix, | cox7 | l 53-84 | 581 | 3-18 (0-8) row 15 : 02/13/2014 | 7:00 pm | texas-pan american | emil and patricia jones | csu tv | l 52-75 | 207 | 3-20 (0-10) row 16 : 02/20/2014 | 8:00 pm | at utah valley | uccu center • orem, | None | l 62-84 | 191 | 3-22 (0-12) row 17 : 02/22/204 | 3:00 pm | at cal state bakersfield | icardo center • bakersfield | None | l 58-99 | 213 | 3-23 (0-13) ] Execute this SQL based on the above table: select count ( * ) where attendance = 191 and result = 'w 55-51'
0
[ header: # | season | competition | date | round | opponent | h / a | result | scorer (s) row 1 : 35 | 2011 | afc champions league | 2011-03-02 | group stage | al-ain | a | 1-0 | s : dejan damjanovic row 2 : 36 | 2011 | afc champions league | 2011-03-15 | group stage | hangzhou greentown | h | 3-0 | s : dejan damjanovic, row 3 : 37 | 2011 | afc champions league | 2011-04-06 | group stage | nagoya grampus | a | 1-1 | s : choi hy row 4 : 39 | 2011 | afc champions league | 2011-05-04 | group stage | al-ain | h | 3-0 | s : dejan damjanovic (2) row 5 : 41 | 2011 | afc champions league | 2011-05-25 | round of 16 | kashima antlers | h | 3-0 | s : bang seung-h row 6 : 42 | 2011 | afc champions league | 2011-09-14 | quarter-finals 1st leg | al-ittihad | a | 1-3 | s : choi ta row 7 : 43 | 2011 | afc champions league | 2011-09-27 | quarter-finals 2nd leg | al-ittihad | h | 1-0 | s : mauricio molina row 8 : 44 | 2013 | afc champions league | 2013-02-26 | group stage | jiangsu sainty | h | 5-1 | s : dejan damjanovic (2) row 9 : 45 | 2013 | afc champions league | 2013-03-12 | group stage | buriram united | a | 0-0 | None row 10 : 46 | 2013 | afc champions league | 2013-04-02 | group stage | vegalta sendai | h | 2-1 | s : sergio escudero row 11 : 48 | 2013 | afc champions league | 2013-04-24 | group stage | jiangsu sainty | a | 2-0 | s : koh myong row 12 : 49 | 2013 | afc champions league | 2013-05-01 | group stage | buriram united | h | 2-2 | s : jung seung-y row 13 : 50 | 2013 | afc champions league | 2013-05-14 | round of 16 1st leg | beijing guoan | a | 0-0 | None row 14 : 53 | 2013 | afc champions league | 2013-09-18 | quarter-finals 2nd leg | al-ahli | h | 1-0 | s : dejan damjanovic row 15 : 55 | 2013 | afc champions league | 2013-10-02 | semi-finals 2nd leg | esteghlal | a | 2-2 | s : ha dae-sung ] Execute this SQL based on the above table: select round where round != 'group stage' and season = ( select season where round = 'group stage' )
round of 16, quarter-finals 1st leg, quarter-finals 2nd leg
[ header: | name | distance | date | location row 1 : 1 | seppo simola | 20.15 | july 19, 1972 | turku, finland row 2 : 2 | matti yrjola | 20.04 | august 2, 1972 | hameenkyro, f row 3 : 3 | bo grahn | 20.09 | august 3, 1972 | helsinki, finland row 4 : 4 | reijo stahlberg | 20.38 | july 26, 1973 | turku, finland row 5 : 5 | markku tuokko | 20.03 | august 18, 1979 | mikkeli, finland row 6 : 6 | aulis akonniemi | 20.12 | july 25, 1982 | ahtari, finland row 7 : 7 | janne ronkainen | 20.02 | may 11, 1986 | leselidse, soviet union row 8 : 8 | jari kuoppa | 20.17 | june 12, 1986 | ahtari, finland row 9 : 9 | kari toyryla | 20.05 | july 2, 1986 | kauhajoki, finland row 10 : 10 | markus koistinen | 20.31 | june 13, 1993 | luumaki, finland row 11 : 11 | mika halvari | 20.08 | august 4, 1993 | kotka, finland row 12 : 12 | arsi harju | 20.16 | march 2, 1997 | tampere, finland row 13 : 13 | timo aaltonen | 20.12 | june 20, 1998 | kuortane, finland row 14 : 14 | jani illikainen | 20.43 | january 23, 1999 | haaparanda, sweden row 15 : 15 | ville tiisanoja | 20.06 | july 31, 1999 | espoo, finland row 16 : 16 | jarkko haukijarvi | 20.2 | july 1, 2000 | eurajoki, finland row 17 : 17 | tepa reinikainen | 20.01 | february 13, 2000 | kuopio, finland row 18 : 18 | conny karlsson | 20.45 | may 31, 2001 | espoo, finland row 19 : 19 | robert haggblom | 20.13 | may 20, 2006 | halle, germany row 20 : 20 | mika vasara | 20.04 | june 4, 2006 | leppavirta, finland ] Execute this SQL based on the above table: select location order by id desc limit 1
leppavirta, finland
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | russia | 3 | 0 | 2 | 5 row 2 : 2 | italy | 1 | 1 | 0 | 2 row 3 : 3 | finland | 0 | 1 | 0 | 1 row 4 : 3 | germany | 0 | 1 | 0 | 1 row 5 : 3 | switzerland | 0 | 1 | 0 | 1 row 6 : 6 | france | 0 | 0 | 1 | 1 row 7 : 6 | georgia | 0 | 0 | 1 | 1 row 8 : None | total | 4 | 4 | 4 | 12 ] Execute this SQL based on the above table: select gold where gold = 0
0, 0, 0, 0, 0
[ header: round | # | player | nationality | college/junior/club team (league) row 1 : 1 | 15 | jesse niinimaki | finland | ilves (finland) row 2 : 2 | 31 | jeff deslauriers | canada | chicoutimi sagueneen row 3 : 2 | 36 | jarret stoll | canada | kootenay ice ( row 4 : 2 | 44 | matt greene | united states | green bay gamblers (ushl) row 5 : 3 | 79 | brock radunske | canada | michigan state spartans (nca row 6 : 4 | 106 | ivan koltsov | russia | cherepovets (russia) row 7 : 4 | 111 | jonas almtorp | sweden | modo hockey (sweden) row 8 : 4 | 123 | robin kovar | czech republic | hc vsetin (cze row 9 : 5 | 148 | glenn fisher | canada | fort saskatchewan traders row 10 : 6 | 181 | mikko luoma | finland | tappara (finland) row 11 : 7 | 205 | jean-francois dufort | canada | cape breton screaming ea row 12 : 7 | 211 | patrick murphy | canada | newmarket hurricanes (opjhl row 13 : 8 | 244 | dwight helminen | united states | michigan wolverines (ncaa row 14 : 8 | 245 | tomas micka | czech republic | hc slavia praha row 15 : 9 | 274 | fredrik johansson | sweden | frolunda (sweden) ] Execute this SQL based on the above table: select nationality where nationality = 'canada' intersect select nationality where nationality = 'canada'
canada
[ header: # | title | tpb isbn | tpb release date | tpb page number | collected material row 1 : 1 | the name of the game | isbn 91-33-30546-3 | june, 2007 | 152 | the boys #1-6 row 2 : 2 | get some | isbn 1-933305-68-1 | march, 2008 | 192 | the boys #7-14 row 3 : 3 | good for the soul | isbn 1-933305-92-4 | october, 2008 | 192 | the boys #15-22 row 4 : 4 | we gotta go now | isbn 1-84856-298-5 | july, 2009 | 192 | the boys #23-30 row 5 : 5 | herogasm | isbn 1-60690-082-x | november, 2009 | 144 | herogasm #1-6 row 6 : 6 | the self-preservation society | isbn 1-60690-125-7 | march, 2010 | 192 | the boys #31-38 row 7 : 7 | the innocents | isbn 1-60690-150-8 | december, 2010 | 216 | the boys #39-47 row 8 : 8 | highland laddie | isbn 1-60690-207-5 | april, 2011 | 144 | highland laddie #1-6 row 9 : 9 | the big ride | isbn 1-60690-220-2 | november 9, 2011 | 276 | the boys #48-59 row 10 : 10 | butcher, baker, candlestickmaker | isbn 1-60690-264-4 | march 6, 2012 | 144 | butcher, baker, candlestickmaker #1 row 11 : 11 | over the hill with the sword of a thousand | isbn 1-60690-341-1 | june/july, 2012 | 152 | the boys #60-65 row 12 : 12 | the bloody doors off | isbn 1-60690-373- | december, 2012 | 170 | the boys #66-72 ] Execute this SQL based on the above table: select title where # = ( select # where title = 'we gotta go now' ) - 1
good for the soul
[ header: entered | weeks in top 10 | single | artist | peak | peak reached | weeks at peak row 1 : 3 october 1993 | 14 | "i'd do anything for love" | meat loaf | 1 | 17 october 1993 | 7 row 2 : 19 december 1993 | 3 | "bat out of hell" | meat loaf | 8 | 19 december 1993 | 2 row 3 : 2 january 1994 | 9 | "things can only get better" (# | d:ream | 1 | 16 january 1994 | 4 row 4 : 16 january 1994 | 1 | "here i stand" | bitty mclean | 10 | 16 january 1994 | 1 row 5 : 23 january 1994 | 1 | "in your room" | depeche mode | 8 | 23 january 1994 | 1 row 6 : 23 january 1994 | 8 | "return to innocence" | enigma | 3 | 6 february 1994 | 2 row 7 : 13 march 1994 | 7 | "streets of philadelphia" | bruce springsteen | 2 | 27 march 1994 | 1 row 8 : 1 may 1994 | 7 | "come on you reds" | manchester united football squad featuring status quo | 1 | 15 may 1994 | 2 row 9 : 8 may 1994 | 3 | "just a step from heaven" | eternal | 8 | 15 may 1994 | 1 row 10 : 15 may 1994 | 2 | "more to this world" | bad boys inc | 8 | 22 may 1994 | 1 row 11 : 12 june 1994 | 2 | "anytime you need a friend" | mariah carey | 8 | 19 june 1994 | 1 row 12 : 7 august 1994 | 4 | "what's up?" | dj miko | 6 | 14 august 1994 | 1 row 13 : 14 august 1994 | 2 | "live forever" | oasis | 10 | 14 august 1994 | 2 row 14 : 28 august 1994 | 1 | "parklife" | blur | 10 | 28 august 1994 | 1 row 15 : 2 october 1994 | 2 | "secret" | madonna | 5 | 2 october 1994 | 1 row 16 : 2 october 1994 | 6 | "sweetness" | michelle gayle | 4 | 30 october 1994 | 1 row 17 : 30 october 1994 | 4 | "oh baby i..." | eternal | 4 | 6 november 1994 | 1 row 18 : 6 november 1994 | 5 | "another night" | mc sar and real m | 2 | 13 november 1994 | 1 row 19 : 13 november 1994 | 3 | "sight for sore eyes" | m people | 6 | 20 november 1994 | 1 row 20 : 13 november 1994 | 1 | "true faith '94" | new order | 9 | 13 november 1994 | 1 row 21 : 11 december 1994 | 3 | "power rangers: the official single" | the mighty raw | 3 | 11 december | 1 ] Execute this SQL based on the above table: select count ( peak reached ) where weeks in top 10 >= 3
13
[ header: responsible minister(s) | crown entities | monitoring department(s) | category / type | empowering legislation row 1 : acc | accident compensation corporation | labour | crown agent | injury prevention, rehabilitation, and compensation act 2001 ( row 2 : arts, culture and heritage | new zealand historic places trust (p | culture and heritage | ace | historic places act 1993 (part 3) row 3 : arts, culture and heritage | new zealand symphon | culture and heritage | ace | new zealand symphon row 4 : broadcasting | broadcasting commission (new zealand on | culture and heritage | ace | broadcasting act 1989 (part 4 and schedule 1) row 5 : commerce | securities commission | economic development | ice | securities act 1978 (part 1) row 6 : commerce | takeovers panel | economic development | ice | takeovers act 1993 (part 1 and schedule row 7 : commerce | testing laboratory registration council | economic development | ace | testing laboratory registration act 1972 row 8 : community and voluntary sector | charities commission | internal affairs | ace | charities act 2005 (part 1) row 9 : cris and finance (2) | crown research institutes (9) | ccmau and treasur | cec | crown research institutes act 1992 row 10 : economic development and finance (2) | new zealand venture investment fund limited | ccmau and treasur | cec | none (company constitution) row 11 : finance | government superannuation fund authority | treasury | ace | government superannuation fund act 1956 ( row 12 : health | alcohol advisory council of new zealand | health | ace | alcohol advisory council act 1976 row 13 : health | crown health financing agency | health | crown agent | new zealand public health and disability act row 14 : health | district health boards (21) | health | crown agent | new zealand public health and disability act row 15 : health | health and disability commissioner | health | ice | health and disability commissioner act 1994 (part 1 and row 16 : health | health research council of new zealand | health | crown agent | health research council act 1990 (part 1 and schedule row 17 : health | health sponsorship council | health | crown agent | smoke-free environments act 1990 (part 3) row 18 : health | pharmaceutical management agency | health | crown agent | new zealand public health and disability act row 19 : law commission | law commission | justice | ice | law commission act 1985 (and schedule 1) row 20 : social development and employment | new zealand artificial limb board | social development | ace | social welfare (transitional provisions) act 1990 row 21 : social development and employment | social workers registration board | social development | crown agent | social workers registration act 2003 (part 6 and schedule row 22 : sport and recreation | new zealand sports drug agency | culture and heritage | ice | new zealand sports drug agency act 1994 row 23 : sport and recreation | sport and recreation new zealand | culture and heritage | crown agent | sport and recreation new zealand act 2002 row 24 : tertiary education | tertiary education commission | education | crown agent | education act 1989 (part 13a) row 25 : transport | civil aviation authority of new zealand | transport | crown agent | civil aviation act 1990 (part 6a and schedule row 26 : transport | transit new zealand | transport | crown agent | land transport management act 2003 (part 3 and schedule ] Execute this SQL based on the above table: select category / type where category / type = 'ace'
ace, ace, ace, ace, ace, ace, ace, ace
[ header: team 1 | agg. | team 2 | 1st leg | 2nd leg row 1 : england | 2-3 | france | 1-1 | 1-2 row 2 : czech republic | 0-3 | germany | 0-2 | 0-1 row 3 : hungary | 1-2 | italy | 1-1 | 0-1 row 4 : serbia and montenegro | 5-2 | croatia | 3-1 | 2-1 row 5 : ukraine | 5-4 | belgium | 2-3 | 3-1 row 6 : russia | 1-4 | denmark | 0-1 | 1-3 row 7 : switzerland | 2-3 | portugal | 1-1 | 1-2 row 8 : slovenia | 0-2 | netherlands | 0-0 | 0-2 ] Execute this SQL based on the above table: select 1st leg order by 1st leg desc limit 1
3
[ header: week | opponent | result | game site | tv | time | attendance | bye row 1 : 1 | at denver broncos | l 3-19 | mile high stadium | nbc | 4:15pm | 75600 | row 2 : 2 | at oakland raiders | w 28-27 | network associates coliseum | abc | 9:00pm | 61523 | row 3 : 3 | buffalo bills | w 22-16 | arrowhead stadium | nbc | 1:00pm | 78169 | row 4 : 4 | at carolina panthers | w 35-14 | bank of america stadium | nbc | 1:00pm | 67402 | row 5 : 5 | seattle seahawks | w 20-17 ot | arrowhead stadium | nbc | 4:15pm | 77877 | row 6 : 6 | at miami dolphins | l 14-17 | pro player stadium | nbc | 1:00pm | 71794 | row 7 : 7 | None | None | None | None | None | None | row 8 : 8 | san diego chargers | w 31-3 | arrowhead stadium | tnt | 8:00pm | 77195 | row 9 : 9 | at st. louis rams | w 28-20 | edward jones dome | nbc | 1:00pm | 64864 | row 10 : 10 | pittsburgh steelers | w 13-10 | arrowhead stadium | abc | 9:00pm | 78301 | row 11 : 11 | at jacksonville jaguars | l 14-24 | alltel stadium | nbc | 1:00pm | 70444 | row 12 : 12 | denver broncos | w 24-22 | arrowhead stadium | nbc | 1:00pm | 77963 | row 13 : 13 | at seattle seahawks | w 19-14 | kingdome | nbc | 4:15pm | 66264 | row 14 : 14 | san francisco 49ers | w 44-9 | arrowhead stadium | fox | 1:00pm | 77535 | row 15 : 15 | oakland raiders | w 30-0 | arrowhead stadium | nbc | 1:00pm | 76379 | row 16 : 16 | at san diego chargers | w 29-7 | qualcomm stadium | nbc | 4:15pm | 54594 | row 17 : 17 | new orleans saints | w 25-13 | arrowhead stadium | fox | 1:00pm | 66772 | row 18 : divisional playoff | denver broncos | l 10-14 | arrowhead stadium | nbc | 4:15pm | 76965 | ] Execute this SQL based on the above table: select opponent order by time desc limit 1
at oakland raiders
[ header: pos | no | driver | team | laps | time/retired | grid | points row 1 : 1 | 26 | paul tracy | team kool green | 225 | 1:48:49.169 | 6 | 20 row 2 : 2 | 99 | greg moore | forsythe racing | 225 | 5.88 | 3 | 16 row 3 : 3 | 5 | gil de ferran | walker racing | 225 | 6.456 | 16 | 14 row 4 : 4 | 12 | jimmy vasser | chip ganassi racing | 225 | 7.937 | 2 | 12 row 5 : 5 | 40 | adrian fernandez | patrick racing | 225 | 9.929 | 18 | 10 row 6 : 6 | 11 | christian fittipaldi | newman-haas racing | 225 | 11.251 | 13 | 8 row 7 : 7 | 27 | dario franchitti | team kool green | 225 | 12.578 | 4 | 6 row 8 : 8 | 17 | mauricio gugelmin | pacwest racing | 225 | 15.223 | 12 | 5 row 9 : 9 | 33 | patrick carpentier | forsythe racing | 224 | +1 lap | 8 | 4 row 10 : 10 | 4 | juan pablo montoya | chip ganassi racing | 224 | +1 lap | 5 | 3+1 row 11 : 11 | 25 | cristiano da matta | arciero-wells racing | 224 | +1 lap | 7 | 2 row 12 : 12 | 18 | roberto moreno | pacwest racing | 223 | +2 laps | 9 | 1 row 13 : 13 | 7 | max papis | team rahal | 222 | +3 laps | 17 | None row 14 : 14 | 36 | alex barron | all american racing | 222 | +3 laps | 10 | None row 15 : 15 | 6 | michael andretti | newman-haas racing | 222 | +3 laps | 11 | None row 16 : 16 | 19 | michel jourdain, j | payton/coyne racing | 222 | +3 laps | 21 | None row 17 : 17 | 24 | scott pruett | arciero-wells racing | 222 | +3 laps | 15 | None row 18 : 18 | 44 | tony kanaan | forsythe racing | 221 | +4 laps | 20 | None row 19 : 19 | 2 | al unser, jr | marlboro team penske | 221 | +4 laps | 22 | None row 20 : 20 | 20 | p. j. jones | patrick racing | 219 | +6 laps | 14 | None row 21 : 21 | 10 | richie hearn | della penna motorsports | 219 | +6 laps | 19 | None row 22 : 22 | 34 | dennis vitolo | payton/coyne racing | 212 | +13 laps | 26 | None row 23 : 23 | 16 | shigeaki hattori | bettenhausen racing | 118 | contact | 24 | None row 24 : 24 | 22 | robby gordon | team gordon | 83 | electrical | 23 | None row 25 : 25 | 8 | bryan herta | team rahal | 81 | handling | 25 | None row 26 : 26 | 9 | helio castro-neves | hogan racing | 30 | turbo boost | 1 | 1 ] Execute this SQL based on the above table: select team group by team order by count ( team ) desc limit 1
forsythe racing
[ header: pos | driver | entrant | constructor | time/retired | grid row 1 : 1 | jim clark | team lotus | lotus-climax | 2.02:58.6 | 1 row 2 : 2 | richie ginther | owen racing organisation | brm | + 22.6 s | 3 row 3 : 3 | graham hill | owen racing organisation | brm | + 28.2 s | 2 row 4 : 4 | jack brabham | brabham racing organisation | brabham-climax | + 52.0 s | 11 row 5 : 5 | tony maggs | cooper car company | cooper-climax | 72 laps | 6 row 6 : 6 | bruce mclaren | cooper | cooper-climax | 72 laps | 7 row 7 : 7 | mike hailwood | reg parnell (racing) | lola-climax | 70 laps | 9 row 8 : 8 | ian burgess | scirocco-powell (racing | scirocco-brm | 69 laps | 18 row 9 : 9 | peter revson | reg parnell (racing) | lotus-brm | 69 laps | 15 row 10 : 10 | carel godin de beaufort | ecurie maarsbergen | porsche | 67 laps | 20 row 11 : 11 | jo siffert | siffert racing team | lotus-brm | engine (66 laps) | 12 row 12 : 12 | andre pilette | andre pilette | lotus-climax | 63 laps | 21 row 13 : 13 | innes ireland | british racing partnership | lotus-brm | oil pressure (56 laps) | 5 row 14 : 14 | bernard collomb | bernard collomb | lotus-climax | oil pressure (46 laps) | 19 row 15 : ret | ian raby | ian raby (racing) | gilby-brm | ignition | 13 row 16 : ret | dan gurney | brabham racing organisation | brabham-climax | oil leak | 16 row 17 : ret | mike beckwith | british racing partnership | lotus-brm | accident | 17 row 18 : ret | masten gregory | tim parnell | lotus-brm | cam follower | 14 row 19 : ret | trevor taylor | team lotus | lotus-climax | crownwheel & pinion | 4 row 20 : ret | jo bonnier | rob walker racing team | cooper-climax | oil pressure | 8 row 21 : ret | tony settember | scirocco-powell (racing | scirocco-brm | valve gear | 22 row 22 : ret | bob anderson | dw racing enterprises | lola-climax | gearbox | 10 row 23 : wd | peter arundell | team lotus | lotus-climax | car not ready | None ] Execute this SQL based on the above table: select constructor where id = ( select id where constructor = 'scirocco-brm' ) + 1
lotus-brm
[ header: film | year | role | language row 1 : miss christina | 2013 | mrs. moscu | romanian row 2 : fata din transilvania | 2011 | None | romanian row 3 : sange tanar, munti si brazi | 2011 | mama | romanian drama row 4 : luna verde | 2010 | simona | romanian row 5 : aniela (tv series) | 2009-2010 | maica stareta | romanian row 6 : eva | 2009 | maria | english row 7 : the fence | 2007 (in production) | herman's mother | english row 8 : margo | 2006 | margo's stepmother | romanian row 9 : l'homme presse | 2005, tv | bonne de bois de rose | french row 10 : orient express | 2004 | amalia frunzetti | romanian row 11 : casatorie imposibila ("impossible | 2004, tv series | None | romanian row 12 : a rozsa eneke | 2003 | olga | hungarian row 13 : patul lui procust (procu | 2001 | doamna t | romanian row 14 : dark prince: the true story of dracul | 2000, tv | woman at the fountain | english row 15 : kinai vedelem (chines | 1999 | None | hungarian row 16 : fata in fata (face to face) | 1999 | None | romanian row 17 : triunghiul mortii ("triangle | 1999 | regina maria | romanian row 18 : az alombanya | 1998, tv, short | None | hungarian row 19 : witman fiuk (witman boys) | 1997 | mrs. witman | hungarian row 20 : siodmy pokoj (the | 1995 | edith stein (the starring role) | hungarian row 21 : nostradamus | 1994 | helen | english row 22 : trahir (betrayal, roman | 1993 | woman in prison | french / romanian row 23 : casa din vis ("the house from the dream") | 1993 | None | romanian row 24 : cel mai iubit dintre paminteni (the | 1993 | None | romanian row 25 : balanta (the oak) | 1992 | nela (the starring role) | romanian row 26 : raminerea (forgotten by god) | 1992 | None | romanian row 27 : baiatul cu o singura brete | 1991 | None | romanian row 28 : pasaj | 1990 | None | romanian row 29 : marea sfidare ("the | 1989 | None | romanian row 30 : anotimpul iubirii (the | 1986 | None | romanian row 31 : secretul lui bachus (the secret of | 1984 | the girl in the restaurant (as maia | romanian ] Execute this SQL based on the above table: select count ( language ) where language is null
0
[ header: year | political rights | civil liberties | status | president row 1 : 1972 | 6 | 6 | not free | hamani diori row 2 : 1973 | 6 | 6 | not free | hamani diori row 3 : 1974 | 7 | 6 | not free | hamani diori row 4 : 1975 | 7 | 6 | not free | seyni kountche row 5 : 1976 | 7 | 6 | not free | seyni kountche row 6 : 1977 | 7 | 6 | not free | seyni kountche row 7 : 1978 | 7 | 6 | not free | seyni kountche row 8 : 1979 | 7 | 6 | not free | seyni kountche row 9 : 1980 | 7 | 6 | not free | seyni kountche row 10 : 1981 | 7 | 6 | not free | seyni kountche row 11 : 1982 | 7 | 6 | not free | seyni kountche row 12 : 1983 | 7 | 6 | not free | seyni kountche row 13 : 1984 | 7 | 6 | not free | seyni kountche row 14 : 1985 | 7 | 6 | not free | seyni kountche row 15 : 1986 | 7 | 6 | not free | seyni kountche row 16 : 1987 | 7 | 6 | not free | seyni kountche row 17 : 1988 | 6 | 6 | not free | ali saibou row 18 : 1989 | 7 | 6 | not free | ali saibou row 19 : 1990 | 6 | 5 | not free | ali saibou row 20 : 1991 | 6 | 5 | partly free | ali saibou row 21 : 1992 | 5 | 4 | partly free | ali saibou row 22 : 1993 | 3 | 4 | partly free | ali saibou row 23 : 1994 | 3 | 5 | partly free | mahamane ousmane row 24 : 1995 | 3 | 5 | partly free | mahamane ousmane row 25 : 1996 | 7 | 5 | not free | mahamane ousmane row 26 : 1997 | 7 | 5 | not free | ibrahim bare mainass row 27 : 1998 | 7 | 5 | not free | ibrahim bare mainass row 28 : 1999 | 5 | 5 | partly free | ibrahim bare mainass row 29 : 2000 | 4 | 4 | partly free | mamadou tandja row 30 : 2001 | 4 | 4 | partly free | mamadou tandja row 31 : 2002 | 4 | 4 | partly free | mamadou tandja row 32 : 2003 | 4 | 4 | partly free | mamadou tandja row 33 : 2004 | 3 | 3 | partly free | mamadou tandja row 34 : 2005 | 3 | 3 | partly free | mamadou tandja row 35 : 2006 | 3 | 3 | partly free | mamadou tandja row 36 : 2007 | 3 | 4 | partly free | mamadou tandja row 37 : 2008 | 3 | 4 | partly free | mamadou tandja row 38 : 2009 | 5 | 4 | partly free | mamadou tandja row 39 : 2010 | 5 | 4 | partly free | mamadou tandja row 40 : 2011 | 3 | 4 | partly free | salou djibo ] Execute this SQL based on the above table: select president order by president asc limit 1
ali saibou
[ header: property | test method | units | 4275 | 4301 | 4435 | 4630 | 4645 row 1 : tensile strength | astm d 638 | mpa (kpsi) | 117 (16.9) | 113 (16.4) | 94 (13.6) | 81 (11.8) | 114 (16.6) row 2 : tensile modulus | astm d 638 | gpa (kpsi) | 8.8 (1,280) | 6.8 (990) | 14.5 (2,100) | 7.4 (1,080) | 18.6 (2,700) row 3 : tensile elongation | astm d 638 | % | 2.6 | 3.3 | 1 | 1.9 | 0.8 row 4 : flexural strength | astm d 790 | mpa (kpsi) | 208 (30.2) | 215 (31.2) | 152 (22.0) | 131 (19.0) | 154 (22.4) row 5 : flexural modulus | astm d 790 | gpa (kpsi) | 7.3 (1.060) | 6.9 (1,000) | 14.8 (2,150) | 6.8 (990) | 12.4 (1,800) row 6 : compressive strength | astm d 695 | mpa (kpsi) | 123 (17.8) | 166 (24.1) | 138 (20.0) | 99 (14.4) | 157 (22.8) row 7 : izod impact strength, notched | astm d 256 | j/m (ft-lb | 85 (1.6) | 64 (1.2) | 43 (0.8) | 48 (0.9) | 37 (0.7) row 8 : izod impact strength, unnotched | astm d 4812 | j/m (ft-lb | 270 (5) | 430 (8) | 210 (4) | 160 (3) | 110 (2) row 9 : heat deflection temperature at 264 p | astm d 648 | °c (°f) | 280 (536) | 279 (534) | 278 (532) | 280 (536) | 281 (538) row 10 : coefficient linear thermal expansion | astm d 696 | ppm/°c (ppm/ | 25 (14) | 25 (14) | 14 (8) | 16 (9) | 9 (3) ] Execute this SQL based on the above table: select property where property < ( select property where property = 'tensile strength' ) order by property desc limit 1
tensile modulus
[ header: rank | county | per capita income | median household income | median family income | population | number of households row 1 : 1 | mccone | $32,205 | $42,998 | $52,636 | 1,734 | 774 row 2 : 3 | stillwater | $27,168 | $57,227 | $65,438 | 9,117 | 3,796 row 3 : 4 | richland | $26,888 | $52,516 | $60,236 | 9,746 | 4,167 row 4 : 5 | fallon | $26,819 | $52,529 | $64,500 | 2,890 | 1,233 row 5 : 6 | sheridan | $26,537 | $39,578 | $55,313 | 3,384 | 1,587 row 6 : 10 | carbon | $24,983 | $49,010 | $59,823 | 10,078 | 4,571 row 7 : 13 | park | $24,717 | $38,830 | $50,252 | 15,636 | 7,310 row 8 : 15 | missoula | $24,343 | $42,887 | $58,302 | 109,299 | 45,926 row 9 : 17 | phillips | $24,227 | $36,453 | $55,362 | 4,253 | 1,819 row 10 : None | montana | $23,836 | $43,872 | $55,725 | 989,415 | 409,607 row 11 : 21 | granite | $23,222 | $36,052 | $47,685 | 3,079 | 1,417 row 12 : 22 | cascade | $22,963 | $42,389 | $53,540 | 81,327 | 33,809 row 13 : 23 | sweet grass | $22,785 | $43,723 | $56,552 | 3,651 | 1,590 row 14 : 24 | wibaux | $22,579 | $40,417 | $51,354 | 1,017 | 457 row 15 : 29 | powder river | $21,543 | $37,685 | $50,156 | 1,743 | 755 row 16 : 30 | hill | $21,420 | $43,606 | $55,963 | 16,096 | 6,275 row 17 : 33 | beaverhead | $21,110 | $38,264 | $53,036 | 9,246 | 4,014 row 18 : 34 | petroleum | $21,008 | $36,875 | $39,107 | 494 | 225 row 19 : 36 | musselshell | $20,875 | $37,033 | $47,860 | 4,538 | 2,046 row 20 : 38 | teton | $20,509 | $39,516 | $49,102 | 6,073 | 2,450 row 21 : 39 | toole | $20,464 | $42,949 | $54,722 | 5,324 | 2,015 row 22 : 40 | chouteau | $20,202 | $41,064 | $50,201 | 5,813 | 2,294 row 23 : 42 | rosebud | $19,844 | $44,776 | $56,282 | 9,233 | 3,395 row 24 : 43 | lincoln | $19,626 | $30,823 | $39,600 | 19,687 | 8,843 row 25 : 47 | liberty | $19,097 | $40,212 | $44,957 | 2,339 | 822 row 26 : 48 | pondera | $18,989 | $36,419 | $47,656 | 6,153 | 2,285 row 27 : 50 | sanders | $18,472 | $30,622 | $37,514 | 11,413 | 5,121 row 28 : 51 | powell | $17,849 | $39,851 | $45,339 | 7,027 | 2,466 row 29 : 52 | roosevelt | $17,821 | $37,451 | $50,146 | 10,425 | 3,553 row 30 : 55 | blaine | $16,813 | $37,034 | $40,890 | 6,491 | 2,357 ] Execute this SQL based on the above table: select max ( median family income )
65438.0
[ header: year | film | role | other notes row 1 : 1985 | king david | tamar | None row 2 : 1985 | mussolini: the untold story | gina ruberti | (television mini-series) row 3 : 1991 | secret friends | helen | None row 4 : 1992 | vsetko co mam rad | ann | None row 5 : 1992 | leon the pig farmer | lisa | None row 6 : 1993 | horse opera | sandra/marion | None row 7 : 1996 | silent trigger | clegg (spotter) | None row 8 : 1997 | david | michal | (television film) row 9 : 2000 | ted & ralph | henrietta spain | None row 10 : 2000 | paranoid | eve | None row 11 : 2000 | seven days to live | claudia | None row 12 : 2001 | subterrain | junkie spirit | None row 13 : 2001 | married/unmarried | amanda | None row 14 : 2003 | sitting ducks | christine | None row 15 : 2005 | zerophilia | sydney | None row 16 : 2007 | permanent vacation | kathleen bury | None row 17 : 1982 | into the labyrinth | christine | episode: phantom row 18 : 1984 | grange hill | trudy | episode: 7.8 episode: 7.9 row 19 : 1989 | only fools and horses | carmen | episode: the unlucky winner is row 20 : 1989 | screen two | greta | episode: sitting targets row 21 : 1989 | blackeyes | blackeyes | episode 1.1 episode 1.2 episode 1.3 episode row 22 : 1991 | the storyteller | eurydice | episode: orpheus and eury row 23 : 1994 | little napoleons | liz blakemore | episode: the big interview row 24 : 1996 | scene | athene nike/trainer | episode: young jung row 25 : 1996 | sharman | kiki | episode 1.1 row 26 : 1999 | jonathan creek | samantha | episode: ghost's forge row 27 : 2000-2004 | coupling | jane christie | 28 episodes row 28 : 2003 | waking the dead | frannie henning | episode: final cut: part 1 episode: final row 29 : 2005 | the last detective | caroline | episode: friends reunited row 30 : 2007 | hotel babylon | marina stoll | episode: 2.2 (bbc television drama row 31 : 2007 | jekyll | claire jackman | episode: 1.1 episode: 1.2 episode: row 32 : 2007 | nearly famous | traci reed | episode: 1.1 episode: 1.2 episode: row 33 : 2007 | heroes and villains | catherine carteaux | episode: napoleon (television row 34 : 2008 | the wrong door | pilot instructor/jill | episode: njarnia episode: the row 35 : 2008-2012 | leverage | sophie devereaux | 72 episodes row 36 : 2013 | ripper street | jemima swann | series 2, episode 6 ] Execute this SQL based on the above table: select role where role = 'eve'
eve
[ header: team | truck(s) | # | driver(s) | primary sponsor(s) | listed owner(s) | crew chief row 1 : addington racing | chevrolet silverado | 60 | travis kvapil | cat rental stores | mike addington | rick ren row 2 : bobby hamilton racing | dodge ram | 4 | brian rose | perry connection | debbie hamilton | danny rollins row 3 : bobby hamilton racing | dodge ram | 8 | bill lester (r) | dodge dealers | bobby hamilton | kip mccord row 4 : circle bar racing | ford f-150 | 14 | rick crawford | circle bar motel & rv park | tom mitchell | ray stonkus row 5 : countryman motorsports | ford f-150 | 15 | rich bickle | dickies | billy ballew | craig osbourne row 6 : green light racing | chevrolet silverado | 8 | bobby dotter | people against drugs | gene christensen | doug howe row 7 : joe gibbs racing | chevrolet silverado | 20 | coy gibbs | mbna | joe gibbs | doug hewitt row 8 : k automotive racing | ford f-150 | 29 | terry cook | power stroke diesel | kay keselowski | bob keselowski row 9 : l&r racing | chevrolet silverado | 90 | lance norick | express personnel services | ron norick | gary showalter row 10 : morgan-dollar motorsports | chevrolet silverado | 46 | dennis setzer | acxiom/computer associate | david dollar | john monsam row 11 : portenga motorsports | chevrolet silverado | 39 | steve portenga | roto-rooter | steve portenga | george church row 12 : powers motorsports | dodge ram | 55 | tom powers | university of northwestern ohio | sherri powers | bryan berry row 13 : sealmaster racing | chevrolet silverado | 88 | matt crafton | sealmaster | duke thorson | jerry cook row 14 : spears motorsports | chevrolet silverado | 75 | david starr | spears manufacturing | wayne spears | dave mccarty row 15 : tagsby racing | chevrolet silverado | 73 | loni richardson (r) | intensitee/uti | joey sonntag | joey sonntag row 16 : team racing | chevrolet silverado | 86 | dana white (r) | red line oil/coverall carports | phil bonifield | bernie taft row 17 : troxell racing | chevrolet silverado | 93 | jerry allec, jr | None | lonnie troxell | lonnie troxell row 18 : ultra motorsports | dodge ram | 1 | ted musgrave | mopar | jim smith | gene nead row 19 : ultra motorsports | dodge ram | 2 | jason leffler | team ase racing | marlene smith | tim kohuth row 20 : ware racing enterprises | dodge ram | 5 | lance hooper | diamond cut jeans/blair5.com | rick ware | cal northrop row 21 : ware racing enterprises | dodge ram | 51 | michael dokken | ooida | rick ware | ken glen ] Execute this SQL based on the above table: select truck(s) order by # desc limit 1
chevrolet silverado
[ header: pick # | cfl team | player | position | college row 1 : 25 | montreal alouettes | shawn gifford | ot | charleston southern row 2 : 26 | toronto argonauts | kevin eiben | s | bucknell row 3 : 27 | winnipeg blue bombers | nick tsatsaronis | rb | memphis row 4 : 28 | hamilton tiger-cats | ryan donnelly | ol | mcmaster row 5 : 29 | montreal alouettes | peter moore | dl | syracuse row 6 : 30 | calgary stampeders | andrew carter | ol | bishop's row 7 : 31 | montreal alouettes | steven maheu | wr/qb | simon fraser row 8 : 32 | bc lions | kelly bates | ol | saskatchewan ] Execute this SQL based on the above table: select player where position > ( select position where player = 'kelly bates' ) order by position limit 1
shawn gifford
[ header: city | county(ies) | population (2000 census) | population (2010 census) | class | incorporation date row 1 : adams | adams | 1831 | 1967 | 4th | 1926 row 2 : altoona | eau claire | 6698 | 6706 | 4th | 1887 row 3 : appleton | calumet outagamie winne | 70087 | 72623 | 2nd | 1857 row 4 : arcadia | trempealeau | 2402 | 2925 | 4th | 1925 row 5 : baraboo | sauk | 10711 | 12048 | 3rd | 1882 row 6 : berlin | green lake waushara | 5305 | 5524 | 4th | 1857 row 7 : chilton | calumet | 3708 | 3933 | 4th | 1877 row 8 : chippewa falls | chippewa | 12900 | 13679 | 3rd | 1840 row 9 : cumberland | barron | 2280 | 2170 | 4th | 1885 row 10 : delafield | waukesha | 6472 | 7085 | 4th | 1959 row 11 : de pere | brown | 20559 | 23800 | 3rd | 1883 row 12 : durand | pepin | 1968 | 1931 | 4th | 1887 row 13 : edgerton | dane rock | 4898 | 5461 | 4th | 1883 row 14 : fountain city | buffalo | 983 | 859 | 4th | 1889 row 15 : hillsboro | vernon | 1302 | 1417 | 4th | 1885 row 16 : horicon | dodge | 3775 | 3655 | 4th | 1897 row 17 : jefferson | jefferson | 7338 | 7973 | 4th | 1878 row 18 : lancaster | grant | 4070 | 3868 | 4th | 1878 row 19 : medford | taylor | 4350 | 4326 | 4th | 1889 row 20 : merrill | lincoln | 10146 | 9661 | 4th | 1883 row 21 : milwaukee | milwaukee washington waukes | 596974 | 594833 | 1st | 1846 row 22 : nekoosa | wood | 2590 | 2580 | 4th | 1926 row 23 : owen | clark | 936 | 940 | 4th | 1925 row 24 : park falls | price | 2739 | 2462 | 4th | 1912 row 25 : phillips | price | 1675 | 1478 | 4th | 1891 row 26 : prescott | pierce | 3764 | 4258 | 4th | 1857 row 27 : st. croix falls | polk | 2033 | 2133 | 4th | 1958 row 28 : sheboygan | sheboygan | 50792 | 49288 | 2nd | 1853 row 29 : south milwaukee | milwaukee | 21256 | 21156 | 4th | 1897 row 30 : sturgeon bay | door | 9437 | 9144 | 4th | 1883 row 31 : sun prairie | dane | 20369 | 29364 | 3rd | 1958 row 32 : verona | dane | 7052 | 10619 | 4th | 1977 row 33 : watertown | dodge jefferson | 21598 | 23861 | 3rd | 1853 row 34 : waukesha | waukesha | 64825 | 70718 | 2nd | 1895 row 35 : wausau | marathon | 38426 | 39106 | 3rd | 1872 row 36 : westby | vernon | 2045 | 2200 | 4th | 1920 row 37 : whitehall | trempealeau | 1651 | 1558 | 4th | 1941 ] Execute this SQL based on the above table: select city where city in ( 'verona' , 'delafield' ) order by population (2010 census) desc limit 1
verona
[ header: entrant | constructor | chassis | engine | tyre | driver | rounds row 1 : scuderia ferrari spa sef | ferrari | 156 | ferrari 178 1.5 v6 | d | giancarlo baghetti | 1, 3, 6-7 row 2 : scuderia ferrari spa sef | ferrari | 156 | ferrari 178 1.5 v6 | d | ricardo rodriguez | 1-3, 6-7 row 3 : team lotus | lotus-climax | 25 24 | climax fwmv 1.5 | d | trevor taylor | all row 4 : cooper car company | cooper-climax | t60 t55 | climax fwmv 1.5 | d | tony maggs | all row 5 : cooper car company | cooper-climax | t60 t55 | climax fwmv 1.5 | d | timmy mayer | 8 row 6 : brabham racing organisation | brabham-climax | bt3 | climax fwmv 1.5 | d | jack brabham | 6, 8-9 row 7 : udt laystall racing team | lotus-brm | 24 | brm p56 1.5 v8 | d | masten gregory | 2-4, 7-8 row 8 : porsche system engineering | porsche | 804 718 | porsche 753 1.5 f8 porsche | d | dan gurney | 1-2, 5-8 row 9 : r.r.c. walker racing | lotus-climax | 24 | climax fwmv 1.5 | d | maurice trintignant | 2-4, 6-8 row 10 : scuderia sss republic | porsche | 718 | porsche 547/3 1.5 f4 | d | nino vaccarella | 6 row 11 : emeryson cars | lotus-climax | 18 | climax fpf 1.5 l | d | john campbell-jones | 3 row 12 : ecurie filipinetti | porsche | 718 | porsche 547/3 1.5 f4 | d | heini walter | 6 row 13 : autosport team wolfgang seidel | lotus-brm | 24 | brm p56 1.5 v8 | d | dan gurney | 3 row 14 : autosport team wolfgang seidel | lotus-brm | 24 | brm p56 1.5 v8 | d | wolfgang seidel | 5-6 row 15 : autosport team wolfgang seidel | lotus-brm | 24 | brm p56 1.5 v8 | d | tony shelly | 7 row 16 : ecurie excelsior | lotus-climax | 18 | climax fpf 1.5 l | d | jay chamberlain | 5-7 row 17 : bernard collomb | cooper-climax | t53 | climax fpf 1.5 l | d | bernard collomb | 6 row 18 : scuderia settecolli | de tomaso-osca | f1 | osca 372 1.5 l4 | d | roberto lippi | 7 row 19 : gerry ashmore | lotus-climax | 18/21 | climax fpf 1.5 l | d | gerry ashmore | 7 row 20 : scuderia jolly club | lotus-climax | 18 | climax fpf 1.5 l | d | ernesto prinoth | 7 ] Execute this SQL based on the above table: select count ( entrant )
20
[ header: year | competition | venue | position | event | notes row 1 : 2002 | world junior championships | kingston, jamaica | 17th (q) | shot put (6 kg) | 17.77 m row 2 : 2003 | european junior championships | tampere, finland | 2nd | shot put (6 kg) | 20.10 m row 3 : 2005 | european u23 championships | erfurt, germany | 1st | shot put | 20.44 m row 4 : 2005 | world championships | helsinki, finland | 15th (q) | shot put | 19.56 m row 5 : 2005 | universiade | izmir, turkey | 3rd | shot put | 19.40 m row 6 : 2006 | world indoor championships | moscow, russia | 8th | shot put | 19.93 m row 7 : 2006 | european championships | gothenburg, sweden | 11th | shot put | 19.44 m row 8 : 2007 | european indoor championships | birmingham, united kingdom | 11th (q) | shot put | 19.12 m row 9 : 2007 | world championships | osaka, japan | 13th (q) | shot put | 19.91 m row 10 : 2008 | olympic games | beijing, china | 18th (q) | shot put | 19.87 m row 11 : 2009 | european indoor championships | turin, italy | 4th | shot put | 20.14 m ] Execute this SQL based on the above table: select count ( * ) where position > 1357
9
[ header: episode | original broadcast date | average | rank | remarks row 1 : 1 | 8 april 2012 | 1 | 5 | this includes bloopers row 2 : 2 | 15 april 2012 | 0.91 | 5 | None row 3 : 3 | 22 april 2012 | 0.92 | 5 | None row 4 : 4 | 29 april 2012 | 0.76 | 3 | None row 5 : 5 | 6 may 2012 | 0.67 | 3 | None row 6 : 6 | 13 may 2012 | 0.67 | 3 | None row 7 : 7 | 20 may 2012 | 0.64 | 3 | None row 8 : 8 | 27 may 2012 | 0.7 | 2 | None row 9 : 9 | 3 june 2012 | 0.58 | 4 | None row 10 : 10 | 10 june 2012 | 0.6 | 3 | None row 11 : 11 | 17 june 2012 | 0.81 | 2 | None row 12 : 12 | 24 june 2012 | 0.66 | 3 | None row 13 : 13 | 1 july 2012 | 0.86 | 3 | None row 14 : average | average | 0.75 | None | None ] Execute this SQL based on the above table: select average where original broadcast date = '8 april 2012'
1.0
[ header: name | title | first year in this position | years at nebraska | alma mater row 1 : biff jones | head coach | 1937 | 1937-1941 | army row 2 : henry schulte | lineman coach | 1931 | 1919-1924, 1931-1937 | michigan row 3 : ed weir | freshmen coach | 1929 | 1926, 1929-1937, 1943 | nebraska row 4 : w. harold browne | assistant coach | 1930 | 1930-1940 | None row 5 : roy lyman | None | 1936 | 1936-1941 | None row 6 : adolph j. lewand | None | 1937 | 1937-1944 | nebraska row 7 : jerry adams | None | None | 1937 | None row 8 : charles armstrong | None | 1937 | 1937-1942, 1944 | None ] Execute this SQL based on the above table: select name where name in ( 'roy lyman' , 'henry schulte' ) order by first year in this position asc limit 1
henry schulte
[ header: year | player | country | score | to par | margin of victory | course | location | purse ($) | winner's share ($) row 1 : 2014 | None | None | None | None | None | cherry hills country club | cherry hills village, colorado | 8000000 | 1440000 row 2 : 2013 | zach johnson | united states | 64-70-69-65=268 | -16 | 2 strokes | conway farms golf club | lake forest, illinois | 8000000 | 1440000 row 3 : 2012 | rory mcilroy | northern ireland | 64-68-69-67=268 | -20 | 2 strokes | crooked stick golf club | carmel, indiana | 8000000 | 1440000 row 4 : 2011 | justin rose | england | 63-68-69-71=27 | -13 | 2 strokes | cog hill golf & country club | lemont, illinois | 8000000 | 1440000 row 5 : 2010 | dustin johnson | united states | 68-70-68-69=275 | -9 | 1 stroke | cog hill golf & country club | lemont, illinois | 7500000 | 1350000 row 6 : 2009 | tiger woods (2) | united states | 68-67-62-68=2 | -19 | 8 strokes | cog hill golf & country club | lemont, illinois | 7500000 | 1350000 row 7 : 2008 | camilo villegas | colombia | 65-66-66-68=265 | -15 | 2 strokes | bellerive country club | town and country, missouri | 7000000 | 1260000 row 8 : 2007 | tiger woods | united states | 67-67-65-63=26 | -22 | 2 strokes | cog hill golf & country club | lemont, illinois | 7000000 | 1260000 ] Execute this SQL based on the above table: select ( select winner's share ($) where location = 'lemont, illinois' ) > 1414
1
[ header: year | competition | venue | position | notes row 1 : 1994 | world junior championships | lisbon, portugal | 2nd | 5,000 m row 2 : 1995 | all-africa games | harare, zimbabwe | 2nd | 5,000 m row 3 : 1995 | all-africa games | harare, zimbabwe | 2nd | 10,000 m row 4 : 1997 | world championships | athens, greece | 7th | 10,000 m row 5 : 1999 | all-africa games | johannesburg, south africa | 3rd | 10,000 m row 6 : 2001 | world championships | edmonton, canada | 9th | 10,000 m ] Execute this SQL based on the above table: select competition where year > ( select year where competition = 'all-africa games' ) order by year asc limit 1
world championships
[ header: name | type | r.a. (j2000) | dec. (j2000) | redshift (km/s) | apparent magnitude row 1 : ic 2049 | sab(s)d? | 04h 12m 04.3s | -58° 33′ 25′′ | 1469 ± 7 | 14.5 row 2 : ngc 1536 | sb(s)c pec | 04h 10m 59.8s | -56° 28′ 50′′ | 1217 ± 13 | 13.2 row 3 : ngc 1543 | (r)sb(l)00 | 04h 12m 43.2s | -57° 44′ 17′′ | 1176 ± 7 | 11.5 row 4 : lsbg f157-08 | irregular | 04h 27m 13.7s | -57° 25′ 42′′ | 1215 ± 7 | 16.7 row 5 : ngc 1533 | (l)sb(rs)00 | 04h 09m 51.8s | -56° 07′ 06′′ | 790 ± 5 | 11.7 row 6 : ic 2038 | sd pec | 04h 08m 53.7s | -55° 59′ 22′′ | 712 ± 52 | 15.5 row 7 : apmbgc 157+0 | irregular | 04h 22m 51.7s | -56° 13′ 39′′ | 1350 ± 4 | 16.3 row 8 : ngc 1546 | sa0+? | 04h 14m 36.5s | -56° 03′ 39′′ | 1284 ± 14 | 11.8 row 9 : ic 2058 | sc | 04h 17m 54.3s | -55° 55′ 58′′ | 1379 ± 1 | 13.9 row 10 : ic 2032 | iab(s)m pec | 04h 07m 03.0s | -55° 19′ 26′′ | 1068 ± 7 | 14.7 row 11 : ngc 1596 | sa0: sp | 04h 27m 38.1s | -55° 01′ 40′′ | 1510 ± 8 | 12.1 row 12 : ngc 1515 | sab(s)bc | 04h 04m 02.7s | -54° 06′ 00′′ | 1175 ± 7 | 12.1 row 13 : ngc 1522 | (r')s00: pec | 04h 06m 07.9s | -52° 40′ 06′′ | 898 ± 7 | 13.9 row 14 : eso 157-030 | e4 | 04h 27m 32.6s | -54° 11′ 48′′ | 1471 ± 28 | 14.7 row 15 : eso 157-047 | s0/a? pec s | 04h 39m 19.1s | -54° 12′ 41′′ | 1655 ± 10 | 15.5 row 16 : eso 157-049 | s? | 04h 39m 36.9s | -53° 00′ 46′′ | 1678 ± 5 | 14.3 row 17 : ic 2085 | s00 pec sp | 04h 31m 24.2s | -54° 25′ 01′′ | 982 ± 10 | 13.9 row 18 : ngc 1549 | e0-1 | 04h 15m 45.1s | -55° 35′ 32′′ | 1220 ± 15 | 10.7 row 19 : ngc 1553 | sa(rl)00 | 04h 16m 10.5s | -55° 46′ 49′′ | 1080 ± 11 | 10.3 row 20 : ngc 1574 | sa0- | 04h 21m 58.8s | -56° 58′ 29′′ | 1050 ± 25 | 11.4 row 21 : ngc 1581 | s0- | 04h 24m 44.9s | -54° 56′ 31′′ | 1600 ± 27 | 13.6 ] Execute this SQL based on the above table: select count ( type ) where r.a. (j2000) is null
0
[ header: school | location | outright titles | shared titles | runners-up | total finals | last title | last final row 1 : methodist college belfast | belfast | 35 | 2 | 25 | 62 | 2014 | 2014 row 2 : royal belfast academical institution | belfast | 29 | 4 | 21 | 54 | 2007 | 2013 row 3 : campbell college | belfast | 23 | 4 | 12 | 39 | 2011 | 2011 row 4 : coleraine academical institution | coleraine | 9 | 0 | 24 | 33 | 1992 | 1998 row 5 : the royal school, armagh | armagh | 9 | 0 | 3 | 12 | 2004 | 2004 row 6 : portora royal school | enniskillen | 6 | 1 | 5 | 12 | 1942 | 1942 row 7 : bangor grammar school | bangor | 5 | 0 | 4 | 9 | 1988 | 1995 row 8 : ballymena academy | ballymena | 3 | 0 | 6 | 9 | 2010 | 2010 row 9 : rainey endowed school | magherafelt | 2 | 1 | 2 | 5 | 1982 | 1982 row 10 : foyle college | londonderry | 2 | 0 | 4 | 6 | 1915 | 1915 row 11 : belfast royal academy | belfast | 1 | 3 | 5 | 9 | 1997 | 2010 row 12 : regent house grammar school | newtownards | 1 | 1 | 2 | 4 | 1996 | 2008 row 13 : royal school dungannon | dungannon | 1 | 0 | 4 | 5 | 1907 | 1975 row 14 : annadale grammar school (now wellington college | belfast | 1 | 0 | 1 | 2 | 1958 | 1978 row 15 : ballyclare high school | ballyclare | 1 | 0 | 1 | 2 | 1973 | 2012 row 16 : belfast boys' model school | belfast | 1 | 0 | 0 | 1 | 1971 | 1971 row 17 : grosvenor high school | belfast | 1 | 0 | 0 | 1 | 1983 | 1983 row 18 : wallace high school | lisburn | 0 | 0 | 4 | 4 | None | 2007 row 19 : derry academy | derry | 0 | 0 | 2 | 2 | None | 1896 row 20 : dalriada school | ballymoney | 0 | 0 | 1 | 1 | None | 1993 row 21 : galway grammar school | galway | 0 | 0 | 1 | 1 | None | 1887 row 22 : lurgan college | lurgan | 0 | 0 | 1 | 1 | None | 1934 row 23 : omagh academy | omagh | 0 | 0 | 1 | 1 | None | 1985 row 24 : sullivan upper school | holywood | 0 | 0 | 1 | 1 | None | 2014 ] Execute this SQL based on the above table: select count ( location ) where school = 'royal belfast academical institution' and location = 1447
0
[ 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 max ( startup date ) - min ( startup date )
49
[ 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 series where series = 13
13.0
[ header: name | party | took office | left office row 1 : glenlyon campbell | conservative | 1903 | 1908 row 2 : duncan cameron | conservative | 1908 | 1910 row 3 : sam hughes | conservative | 1910 | 1915 row 4 : william findlater | liberal | 1915 | 1922 row 5 : arthur berry | progressive | 1922 | 1932 row 6 : None | liberal-progressive | 1932 | 1936 row 7 : stanley fox | social credit | 1936 | 1940 row 8 : None | social credit (coalition) | 1940 | 1949 row 9 : ray mitchell | liberal-progressive | 1949 | 1958 ] Execute this SQL based on the above table: select name order by took office desc limit 1
ray mitchell
[ header: rank | diver | preliminary points | preliminary rank | final points | final rank | final total row 1 : 1 | ingrid kramer (eua | 56.3 | 1 | 34.98 | 2 | 91.28 row 2 : 2 | paula jean myers-pope | 54.7 | 2 | 35.24 | 1 | 89.94 row 3 : 3 | ninel krutova (urs) | 53.38 | 3 | 33.61 | 3 | 86.99 row 4 : 4 | juno stover-irwin ( | 51.9 | 6 | 31.69 | 4 | 83.59 row 5 : 5 | raisa gorokhovskaya | 51.53 | 8 | 31.5 | 5 | 83.03 row 6 : 6 | norma thomas (gbr | 51.77 | 7 | 30.44 | 7 | 82.21 row 7 : 7 | nicolle darrigrand- | 49.68 | 12 | 31.5 | 5 | 81.18 row 8 : 8 | phyllis long (gbr) | 52.12 | 5 | 28.86 | 9 | 80.98 row 9 : 9 | irene macdonald (can | 51.31 | 9 | 29.18 | 8 | 80.49 row 10 : 10 | kumiko watanabe ( | 51.04 | 10 | 28.56 | 10 | 79.6 row 11 : 11 | kanoko tsutani- | 49.76 | 11 | 28.14 | 11 | 77.9 row 12 : 12 | birte christoffersen- | 53.03 | 4 | 24.4 | 12 | 77.43 row 13 : 13 | maria teresa adam | 49.54 | 13 | None | None | None row 14 : 14 | hanna laursen (den) | 48.89 | 14 | None | None | None row 15 : 15 | gabriele schope (eu | 48.81 | 15 | None | None | None row 16 : 16 | bende velin (den) | 48.35 | 16 | None | None | None row 17 : 17 | laura conter (ita) | 45.55 | 17 | None | None | None row 18 : 18 | susan knight (aus) | 43.03 | 18 | None | None | None ] Execute this SQL based on the above table: select count ( diver ) where preliminary rank = 14
1
[ header: p.s. # | school name | neighborhood | low grade | high grade | year closed | building status row 1 : 1 | school 1 | lakeview | k | 8 | 1976 | demolished row 2 : 2 | school 2 | downtown | k | 8 | 1961 | demolished row 3 : 4 | harbor heights elementary school | first ward | k | 8 | 2002 | vacant row 4 : 5 | school 5 | kaisertown | k | 8 | 1955 | demolished row 5 : 8 | follow through urban learning lab school | masten park | k | 8 | 2004 | vacant row 6 : 9 | school 9 | schiller park | k | 8 | 1980 | demolished row 7 : 11 | poplar academy | schiller park | k | 4 | 2009 | vacant row 8 : 12 | harriet ross tubman early | willert park | k | 4 | 2005 | house office of special education row 9 : 14 | school 14 | downtown | k | 8 | 1930s | demolished row 10 : 15 | school 15 | downtown | k | 8 | 1965 | demolished row 11 : 20 | school 20 | black rock | k | 8 | 1935 | demolished row 12 : 21 | school 21 | north park | k | 8 | 1980 | demolished row 13 : 23 | school 23 | genesee moselle | k | 8 | 1980 | demolished row 14 : 24 | school 24 | broadway-fillmore | k | 8 | 2002 | vacant row 15 : 34 | school 34 | first ward | k | 8 | 1976 | demolished row 16 : 35 | school 35 | south ellicott | k | 8 | 1933 | demolished row 17 : 36 | days park early childhood center | allentown | prek | 4 | 2009 | houses elmwood village charter school row 18 : 41 | school 41 | johnson | prek | 8 | 1976 | demolished row 19 : 44 | lincoln academy | lovejoy | k | 8 | 2005 | houses alternative high school row 20 : 47 | school 47 | willert park | prek | 8 | 1978 | demolished row 21 : 49 | school 49 | front park | k | 8 | 1980 | community services building row 22 : 50 | school 50 | emsilie | special | education | 1975 | demolished row 23 : 52 | school 52 | forest | k | 8 | 1980 | demolished row 24 : 55 | school 55 | broadway-fillmore | k | 8 | 1955 | demolished row 25 : 58 | school 58 | broadway-fillmore | k | 8 | 1961 | demolished row 26 : 59 | school 59 | mlk park | k | 8 | 1976 | demolished row 27 : 60 | riverside academy | riverside | prek | 4 | 2002 | renovation row 28 : 62 | school 62 | mlk park | k | 8 | 1980 | houses crucial human services row 29 : 63 | campus north school | lasalle | prek | 8 | 2007 | vacant row 30 : 70 | indian park academy | cazenovia park | k | 8 | 2002 | vacant row 31 : 71 | web early childhood center | schiller park | prek | 4 | 2007 | vacant row 32 : 75 | school 75 | emslie | k | 8 | 1979 | vacant row 33 : 78 | montessori e.c.c. | lasalle | prek | 8 | 2008 | vacant row 34 : 83 | school 83 | university heights | k | 4 | 1976 | houses anderson gallery for university at buffalo row 35 : 86 | st. lawrence academy | starin central | prek | 4 | 2004 | houses bps' adult learning program row 36 : 93 | school 93 | hamlin park | k | 4 | 1975 | community action organization row 37 : 142 | fulton academic complex | perry | k | 8 | 1982 | opportunity center ] Execute this SQL based on the above table: select count ( year closed )
37
[ header: year | car | start | qual | rank | finish | laps | led | retired row 1 : 1956 | 14 | 23 | 142.535 | 16 | 7 | 200 | 0 | running row 2 : 1957 | 7 | 16 | 141.016 | 19 | 9 | 200 | 0 | running row 3 : 1958 | 14 | 4 | 144.881 | 4 | 26 | 1 | 0 | crash t3 row 4 : 1959 | 74 | 7 | 144.023 | 8 | 12 | 200 | 0 | running row 5 : 1960 | 44 | 25 | 143.363 | 23 | 8 | 200 | 0 | running row 6 : 1962 | 96 | 19 | 146.157 | 32 | 33 | 12 | 0 | engine row 7 : 1963 | 86 | 24 | 148.289 | 26 | 26 | 74 | 0 | valve row 8 : 1964 | 54 | 23 | 153.381 | 10 | 19 | 88 | 0 | piston row 9 : 1965 | 54 | 10 | 156.427 | 11 | 24 | 58 | 0 | piston row 10 : 1967 | 46 | 28 | 162.58 | 32 | 11 | 189 | 0 | flagged row 11 : 1968 | 16 | 24 | 163.495 | 24 | 11 | 196 | 0 | flagged row 12 : totals | totals | totals | totals | totals | totals | 1418 | 0 | None ] Execute this SQL based on the above table: select count ( * ) where retired <= 903
0
[ header: season | date | jia-a/csl winner | result | fa cup winner | scorers | stadium row 1 : 1995 | 9 december 1995 | shanghai shenhua | 1 - 0 | jinan taishan ( | fan zhiyi | hongkou stadium, shangha row 2 : 1996 | 9 march 1997 | dalian wanda (now dalian | 3 - 2 | beijing guoan | wang tao (2), l | shenzhen stadium, shenzhen row 3 : 1997 | 12 march 1998 | dalian wanda (now dalian | 1 - 2 aet (g | beijing guoan | wang tao, olivas | wenzhou stadium, wenzhou row 4 : 1998 | 7 march 1999 | dalian wanda (now dalian | 0 - 3 | shanghai shenhua | wu chengying, marcel | mianyang stadium, mianyang row 5 : 1999 | 4 march 2000 | shandong luneng | 2 - 4 | liaoning fushun | li xiaopeng, casiano | hongkou stadium, shangha row 6 : 2000 | 30 december 2000 | dalian shide | 4 - 1 | chongqing lifan | hao haidong, wang pe | hongkou stadium, shangha row 7 : 2001 | 26 february 2002 | dalian shide | 1 - 3 (1 - 1 / | shanghai shenhua | srđan bajcetic | hongkou stadium, shangha row 8 : 2001 | 2 march 2002 | dalian shide | 1 - 3 (1 - 1 / | shanghai shenhua | orlando (2) | jinzhou stadium, dalian row 9 : 2002 | 6 february 2003 | dalian shide | 1 - 0 | qingdao beilaite | hao haidong | wuhan sports center, wu row 10 : 2003 | 18 january 2004 | shanghai shenhua | 3 - 4 | beijing hyundai ( | zhang yuning, z | olympic park stadium, w row 11 : 2012 | 25 february 2012 | guangzhou evergrande | 2 - 1 | tianjin teda | cleo (2) wang xinx | guangzhou university city stadium, gu row 12 : 2013 | 3 march 2013 | guangzhou evergrande | 1 - 2 | jiangsu sainty | salihi krivets | tianhe stadium, guangzhou row 13 : 2014 | 17 february 2014 | guangzhou evergrande | 0 - 1 | guizhou renhe | sun jihai | guizhou olympic stadium, ] Execute this SQL based on the above table: select scorers where date = '25 february 2012'
cleo (2) wang xinxin
[ header: year | team | games | carries | yards | yards per carry | longest carry | touchdowns | first downs | fumbles | fumbles lost row 1 : 2002 | gb | 8 | 39 | 184 | 4.7 | 43 | 1 | 8 | 1 | 1 row 2 : 2003 | gb | 15 | 77 | 420 | 5.5 | 76 | 2 | 18 | 4 | 1 row 3 : 2004 | gb | 11 | 71 | 359 | 5.1 | 40 | 2 | 16 | 0 | 0 row 4 : 2005 | gb | 5 | 30 | 105 | 3.5 | 24 | 2 | 9 | 1 | 0 row 5 : 2006 | pit | 13 | 60 | 221 | 3.7 | 48 | 1 | 9 | 1 | 0 row 6 : 2007 | pit | 15 | 107 | 499 | 4.7 | 45 | 5 | 37 | 1 | 0 row 7 : 2008 | pit | 4 | 2 | 5 | 2.5 | 3 | 0 | 2 | 0 | 0 row 8 : 2008 | ind | 2 | 8 | 26 | 3.3 | 8 | 0 | 1 | 0 | 0 row 9 : career | None | 73 | 394 | 1819 | 4.6 | 76 | 13 | 100 | 8 | 2 ] Execute this SQL based on the above table: select longest carry where team = 'gb'
43.0, 76.0, 40.0, 24.0
[ header: party | leader | from | to row 1 : scottish national party | gordon wallace | may 1974 | may 1978 row 2 : scottish national party | robert cunning | may 1978 | may 1980 row 3 : labour | None | may 1974 | may 1980 row 4 : labour | iain nicolson | may 1980 | may 1984 row 5 : labour | charles kennedy | may 1984 | jan 1989 row 6 : labour | andrew cochrane | jan 1989 | may 1992 row 7 : labour | robert coyle | may 1992 | may 1993 row 8 : labour | brian wallace | jun 1993 | sep 1994 row 9 : labour | charles kennedy | sep 1994 | apr 1996 row 10 : conservative | william leslie | may 1974 | may 1992 row 11 : conservative | ian young | may 1992 | april 1996 row 12 : sdp/liberal alliance | joyce shannon | february 1986 | may 1992 row 13 : independent | andrew archibald | may 1974 | may 1977 ] Execute this SQL based on the above table: select count ( * ) where party = from
0
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 9 | kimi raikkonen | mclaren-mercedes | 44 | 1:30:01.295 | 2 | 10 row 2 : 2 | 5 | fernando alonso | renault | 44 | 28.394 | 4 | 8 row 3 : 3 | 3 | jenson button | bar-honda | 44 | 32.077 | 8 | 6 row 4 : 4 | 7 | mark webber | williams-bmw | 44 | +1:09.167 | 9 | 5 row 5 : 5 | 2 | rubens barrichello | ferrari | 44 | +1:18.136 | 12 | 4 row 6 : 6 | 11 | jacques villeneuve | sauber-petronas | 44 | +1:27.435 | 14 | 3 row 7 : 7 | 17 | ralf schumacher | toyota | 44 | +1:27.574 | 5 | 2 row 8 : 8 | 18 | tiago monteiro | jordan-toyota | 43 | +1 lap | 19 | 1 row 9 : 9 | 15 | christian klien | red bull-cosworth | 43 | +1 lap | 16 | None row 10 : 10 | 12 | felipe massa | sauber-petronas | 43 | +1 lap | 7 | None row 11 : 11 | 19 | narain karthikeyan | jordan-toyota | 43 | +1 lap | 20 | None row 12 : 12 | 21 | christijan albers | minardi-cosworth | 42 | +2 laps | 18 | None row 13 : 13 | 20 | robert doornbos | minardi-cosworth | 41 | +3 laps | 17 | None row 14 : 14 | 10 | juan pablo montoya | mclaren-mercedes | 40 | collision | 1 | None row 15 : 15 | 8 | antonio pizzonia | williams-bmw | 39 | collision | 15 | None row 16 : ret | 16 | jarno trulli | toyota | 34 | accident | 3 | None row 17 : ret | 14 | david coulthard | red bull-cosworth | 18 | engine | 11 | None row 18 : ret | 1 | michael schumacher | ferrari | 13 | collision | 6 | None row 19 : ret | 4 | takuma sato | bar-honda | 13 | collision | 10 | None row 20 : ret | 6 | giancarlo fisichella | renault | 10 | accident | 13 | None ] Execute this SQL based on the above table: select driver where pos = ( select pos where driver = 'antonio pizzonia' ) - 1
juan pablo montoya
[ header: discipline | amanda | bernie | javine h | julia | michelle row 1 : whitewater kayak | 0 | 2 | 4 | 3 | 6 row 2 : hurdles | 3 | 1 | 6 | 5 | 3 row 3 : cycling | 4 | 2 | 4 | 6 | 0 row 4 : gym floor | 0 | 3 | 6 | 5 | 2 row 5 : swimming | 4 | 3 | 6 | 5 | 0 row 6 : curling | 0 | 2 | 4 | 3 | 5 row 7 : archery | 4 | 0 | 5 | 2 | 3 row 8 : hammer | 2 | 3 | 5 | 4 | 2 row 9 : 100m sprint | 2 | 0 | 5 | 3 | 4 row 10 : total | 19 | 16 | 45 | 36 | 25 ] Execute this SQL based on the above table: select abs ( discipline - discipline ) where bernie = 3
0, 0, 0
[ header: rank | mountain | height (m) | height (ft) | range | coordinates | prominence (m) | parent mountain | first ascent | ascents (failed attempts) bef.2004 row 1 : 5 | makalu | 8485 | 27838 | mahalangur himalaya | 27°53′23′′n 87° | 2386 | mount everest | 1955 | 45 (52) row 2 : 20 | ngadi chuli | 7871 | 25823 | manaslu himalaya | 28°30′12′′n 84° | 1020 | manaslu | 1970 | 2 (6) row 3 : 21 | khunyang chhish | 7823 | 25666 | hispar karakoram | 36°12′19′′n 75°12 | 1765 | distaghil sar | 1971 | 2 (6) row 4 : 41 | gongga shan/ miny | 7556 | 24790 | daxue shan | 29°35′43′′n 101°52 | 3642 | mount everest | 1932 | 6 (7) row 5 : 43 | muztagh ata | 7546 | 24757 | muztagata kunlun | 38°16′33′′n 75°06 | 2735 | kongur tagh | 1956 | many row 6 : 53 | pumari chhish | 7492 | 24580 | hispar karakoram | 36°12′41′′n 75°15 | 890 | khunyang chhish | 1979 | 1 (2) row 7 : 62 | yangra/ ganesh | 7422 | 24350 | ganesh himalaya | 28°23′29′′n 85°07 | 2352 | manaslu | 1955 | 1 (6) row 8 : 69 | ghent kangri | 7401 | 24281 | saltoro karakoram | 35°31′04′′n 76° | 1493 | saltoro kangri | 1961 | 4 (0) row 9 : 80 | chamlang | 7321 | 24019 | mahalangur himalaya | 27°46′30′′n 86° | 1240 | lhotse | 1961 | 7 (1) row 10 : 87 | baintha brakk/ the ogre | 7285 | 23901 | panmah karakoram | 35°56′51′′n 75°45 | 1891 | kanjut sar | 1977 | 3 (13) row 11 : 97 | mukut parbat | 7242 | 23760 | garhwal himalaya | 30°56′57′′n 79° | 840 | kamet | 1951 | 2 (1) ] Execute this SQL based on the above table: select range where id = 94
panmah karakoram
[ header: year | div. | pos. | cup | top scorer (league) | score row 1 : 2003 | uzl | 12th | 1/4 | None | None row 2 : 2004 | uzl | 7th | 1/4 | rahmat inogamov | 8 row 3 : 2005 | uzl | 12th | 1/2 | alisher kholiqov | 6 row 4 : 2006 | uzl | 11th | 1/4 | alisher kholiqov | 9 row 5 : 2007 | uzl | 9th | r16 | None | None row 6 : 2008 | uzl | 15th | 1/4 | lochin soliev | 8 row 7 : 2009 | uzl | 15th | 1/4 | None | None row 8 : 2010 | 1st | 1st | r32 | abdulatif juraev | 27 row 9 : 2011 | uzl | 9th | r32 | sukhrob nematov | 7 row 10 : 2012 | uzl | 7th | 1/2 | vokhid shodiev | 5 row 11 : 2013 | uzl | 6th | r16 | vokhid shodiev | 12 ] Execute this SQL based on the above table: select count ( * ) where year > 2013
0
[ header: team | basic elements | tumbling | stunts | tosses | pyramids | deductions | total score | result row 1 : ccp bobcats | 62 | 54 | 60 | 66 | 70.5 | -4 | 308.5 | champion row 2 : up pep squad | 61.5 | 61.5 | 61 | 62 | 71 | -11 | 306 | runner-up row 3 : altas perp squad | 57 | 55.5 | 53.5 | 53.5 | 69.5 | -6 | 283 | third place row 4 : eac generals pep squad | 55.5 | 46.5 | 57.5 | 55 | 66 | -4 | 276.5 | fourth place row 5 : ateneo blue babble batallion | 59 | 55.5 | 50 | 47 | 64.5 | -13 | 263 | fifth place row 6 : adamson pep squad | 56 | 55 | 52.5 | 48.5 | 66 | -19 | 259 | sixth place row 7 : pup-taguig pep squad | 52 | 45.5 | 49.5 | 48.5 | 65 | -2 | 258.5 | seventh place row 8 : pup stars | 49 | 46.5 | 50.5 | 49.5 | 64.5 | -12 | 248 | eighth place ] Execute this SQL based on the above table: select team where team != 'eac generals pep squad' and tumbling = ( select tumbling where team = 'eac generals pep squad' )
pup stars
[ header: song | artist(s) | concert | film | 1978 album | 2002 album row 1 : "up on cripple creek" | the band | 1 | 3 | 2 | 2 row 2 : "it makes no difference" | the band | 3 | 6 | 8 | 4 row 3 : "this wheel's on fire" | the band | 5 | None | None | 10 row 4 : "w.s. walcott medicine show | the band | 6 | None | None | 26 row 5 : "georgia on my mind" | the band | 7 | None | None | None row 6 : "ophelia" | the band | 8 | 20 | 16 | 18 row 7 : "king harvest (has surely come)" | the band | 9 | None | None | None row 8 : "rag mama rag" | the band | 12 | None | None | 15 row 9 : "such a night" | dr. john | 14 | 8 | 9 | 7 row 10 : "down south in new orleans" | bobby charles and dr | 15 | None | 15 | 9 row 11 : "mystery train" | paul butterfield | 16 | 15 | 11 | 11 row 12 : "caldonia" | muddy waters | 17 | None | None | 12 row 13 : "all our past times" | eric clapton | 19 | None | None | 16 row 14 : "further on up the road" | eric clapton | 20 | 17 | 13 | 17 row 15 : "four strong winds" | neil young | 22 | None | None | 20 row 16 : "shadows and light" | joni mitchell | 24 | None | None | 22 row 17 : "furry sings the blues" | joni mitchell | 25 | None | None | 23 row 18 : "dry your eyes" | neil diamond | 26 | 13 | 7 | 25 row 19 : "tura lura lural (that | van morrison | 27 | None | 17 | 27 row 20 : "caravan" | van morrison | 28 | 21 | 18 | 28 row 21 : "genetic method"/"chest fever | the band | 30 | 19 | None | 30 row 22 : "the last waltz suite: | the band | 31 | None | None | None row 23 : "baby, let me follow you down" | bob dylan | 33 | None | 20 | 31 row 24 : "hazel" | bob dylan | 34 | None | None | 32 row 25 : "i don't believe you" | bob dylan | 35 | None | 21 | 33 row 26 : "forever young" | bob dylan | 36 | 23 | 22 | 34 row 27 : "jam #2" | neil young, ronnie | 40 | None | None | 38 row 28 : "don't do it" | the band | 41 | 1 | None | 39 row 29 : "greensleeves" | the band | 42 | None | None | 40 row 30 : introduction to the canterbury tales in | michael mcclure | None | 7 | None | None row 31 : "the weight" (studio version) | the band and the staple singers | None | 11 | 29 | 44 row 32 : "evangeline" (studio version) | the band and emmylou | None | 18 | 27 | None row 33 : "loud prayer" | lawrence ferlinghetti | None | 22 | None | None ] Execute this SQL based on the above table: select count ( * ) where concert = 27
1
[ header: rank | heat | nation | competitors | time | notes row 1 : 1 | 2 | united states | kelly willie, derrick | 2:59.30 | q row 2 : 2 | 2 | nigeria | james godday, musa au | 3:01.60 | q, sb row 3 : 3 | 2 | bahamas | andrae williams, denn | 3:01.74 | q, sb row 4 : 4 | 1 | great britain | timothy benjamin, | 3:02.40 | q, sb row 5 : 5 | 1 | japan | yuki yamaguchi, | 3:02.71 | q row 6 : 6 | 1 | germany | ingo schultz, kamghe | 3:02.77 | q row 7 : 7 | 1 | australia | john steffensen, cli | 3:03.06 | q row 8 : 8 | 1 | botswana | oganeditse moseki | 3:03.32 | q, sb row 9 : 9 | 2 | russia | aleksandr larin, andre | 3:03.35 | None row 10 : 10 | 2 | poland | piotr rysiukie | 3:03.69 | None row 11 : 11 | 2 | ukraine | volodymyr demchenko, y | 3:04.01 | None row 12 : 12 | 1 | greece | stilianos dimotsios, | 3:04.27 | sb row 13 : 13 | 1 | france | ahmed douhou, i | 3:04.39 | None row 14 : 14 | 2 | spain | eduardo ivan rodrig | 3:05.03 | sb row 15 : None | 2 | south africa | marcus la grange, hend | dnf | None row 16 : None | 1 | jamaica | michael campbell, michae | dsq | None ] Execute this SQL based on the above table: select notes order by heat limit 163
q, sb, q, q, q, q, sb, sb, q, q, sb, q, sb, sb
[ header: date | venue | opponent | score | result | competition | # row 1 : 15 nov 2006 | lansdowne road, dublin | san marino | 2-0 | 5-0 | euro 2008 qualifying | 1 row 2 : 28 mar 2007 | croke park, dublin | slovakia | 1-0 | 1-0 | euro 2008 qualifying | 2 row 3 : 23 may 2007 | giants stadium, new york | ecuador | 1-1 | 1-1 | friendly | 3 row 4 : 9 sep 2007 | tehelne pole, bra | slovakia | 1-2 | 2-2 | euro 2008 qualifying | 4 row 5 : 17 nov 2007 | millennium stadium, cardiff | wales | 1-2 | 2-2 | euro 2008 qualifying | 5 row 6 : 6 sep 2008 | stadion am bruchweg, main | georgia | 0-1 | 1-2 | 2010 fifa world cup qualifying | 6 row 7 : 5 sep 2009 | neo gsp stadium, | cyprus | 0-1 | 1-2 | 2010 fifa world cup qualifying | 7 row 8 : 25 may 2010 | rds arena, dublin | paraguay | 1-0 | 2-1 | friendly | 8 row 9 : 7 sep 2010 | aviva stadium, dublin | andorra | 2-0 | 3-1 | euro 2012 qualifying | 9 row 10 : 7 oct 2011 | estadi comunal, andorr | andorra | 1-0 | 2-0 | euro 2012 qualifying | 10 row 11 : 7 sep 2012 | astana arena, astana | kazakhstan | 2-1 | 2-1 | 2014 fifa world cup qualifying | 11 row 12 : 11 sep 2012 | craven cottage, london | oman | 3-0 | 4-1 | friendly | 12 ] Execute this SQL based on the above table: select count ( opponent ) where # < 1
0
[ header: date | time | opponent# | rank# | site | tv | result | attendance row 1 : september 3, 2005 | 8:00 pm | at #25 pittsburgh | None | heinz field • pittsburgh | abc | w 42-21 | 66451 row 2 : september 10, 2005 | 12:00 pm | at #3 michigan | #23 | michigan stadium • ann arbor, mi | abc | w 17-10 | 111386 row 3 : september 17, 2005 | 3:30 pm | michigan state | #12 | notre dame stadium • notre dame, in | nbc | l 44-41 ot | 80795 row 4 : september 24, 2005 | 3:30 pm | at washington | #18 | husky stadium • seattle wa | abc | w 36-17 | 71473 row 5 : october 1, 2005 | 7:45 pm | at #20 purdue | #14 | ross-ade stadium • west la | espn | w 49-28 | 65491 row 6 : october 15, 2005 | 3:30 pm | #1 usc | #9 | notre dame stadium • notre dame, in | nbc | l 34-31 | 80795 row 7 : october 22, 2005 | 2:30 pm | byu | #12 | notre dame stadium • notre dame, in | nbc | w 49-23 | 80795 row 8 : november 5, 2005 | 2:30 pm | tennessee | #9 | notre dame stadium • notre dame, in | nbc | w 41-21 | 80795 row 9 : november 12, 2005 | 1:00 pm | navy | #7 | notre dame stadium • notre dame, in | nbc | w 42-21 | 80795 row 10 : november 19, 2005 | 2:30 pm | syracuse | #7 | notre dame stadium • notre dame, in | nbc | w 34-10 | 80795 row 11 : november 26, 2005 | 8:00 pm | at stanford | #6 | stanford stadium • palo alto, | abc | w 38-31 | 56057 row 12 : january 2, 2006 | 4:30 pm | vs. #4 ohio | #6 | sun devil stadium • tempe, a | abc | l 34-20 | 76196 ] Execute this SQL based on the above table: select time order by attendance - time desc limit 1
12:00 pm
[ header: margin | teams | venue | season row 1 : 192 runs | kent (205 & 512-9 | county ground, chelmsford | 2009 row 2 : 72 runs | kent (117 & 332) beat | woodbridge road, guildford | 1992 row 3 : 57 runs | kent (151 & 348) beat | hesketh park, dartford | 1976 row 4 : 36 runs | kent (127 & 198) | st lawrence ground, canter | 1893 row 5 : 24 runs | kent (115 & 389) beat | mote park, maidstone | 1925 row 6 : 16 runs | kent (120 & 176) beat | mote park, maidstone | 1863 ] Execute this SQL based on the above table: select venue where venue = 'mote park, maidstone'
mote park, maidstone, mote park, maidstone
[ header: year | title | role | notes row 1 : 1987 | frog | kathy | television movie row 2 : 1988 | platinum blonde | None | short film row 3 : 1992 | saved by the bell: hawaii | jessie spano | television movie row 4 : 1994 | molly & gina | kimberly sweeny | None row 5 : 1994 | bandit: bandit goes country | beth | television movie row 6 : 1994 | saved by the bell: wedding in las | jessie spano | television movie row 7 : 1995 | white wolves ii: legend of the | crystal | None row 8 : 1995 | showgirls | nomi malone | golden raspberry award for worst actress golden raspberry award for row 9 : 1996 | the first wives club | phoebe lavelle | national board of review award for best cast row 10 : 1997 | a time to revenge | tiffany whittmar | scenes deleted row 11 : 1997 | armitage iii | naomi armitage ( | video row 12 : 1997 | the real blonde | tina | None row 13 : 1998 | random encounter | alicia 'allie' bray | None row 14 : 1999 | taxman | nadia rubakov | None row 15 : 1999 | africa | barbara craig | None row 16 : 1999 | last call | helena | None row 17 : 1999 | tail lights fade | eve | None row 18 : 1999 | any given sunday | mandy murphy | None row 19 : 2000 | becoming dick | maggie | television movie row 20 : 2001 | the curse of the jade scorpion | jill | None row 21 : 2001 | the elevator | celeste | television movie row 22 : 2001 | the shipment | candy colucci | None row 23 : 2002 | cover story | samantha noble | None row 24 : 2002 | roger dodger | andrea | None row 25 : 2003 | detonator | jane dreyer | None row 26 : 2003 | moving malcolm | liz woodward | None row 27 : 2003 | control factor | karen bishop | television movie row 28 : 2003 | student seduction | christie dawson | television movie row 29 : 2008 | meet market | linda | None row 30 : 2008 | the butler's in love | angelique | short film row 31 : 2008 | black widow | olivia whitfield / grace | television movie row 32 : 2009 | women in trouble | tracy | None row 33 : 2009 | s. darko | trudy | None row 34 : 2011 | lucky christmas | holly ceroni | television movie ] Execute this SQL based on the above table: select role where year = 2008 and year > ( select year where role = 'helena' )
linda, angelique, olivia whitfield / grace miller
[ header: year | competition | venue | position | event | notes row 1 : 2001 | beijing marathon | beijing, pr china | 7th | marathon | 2:10:46 row 2 : 2002 | beijing marathon | beijing, pr china | 1st | marathon | 2:13:09 row 3 : 2004 | olympic games | athens, greece | 31st | marathon | 2:19:26 row 4 : 2007 | xiamen international marathon | xiamen, pr china | 1st | marathon | 2:13:17 row 5 : 2007 | world championships | osaka, japan | 43rd | marathon | 2:32:44 row 6 : 2008 | olympic games | beijing, pr china | 51st | marathon | 2:24:08 ] Execute this SQL based on the above table: select notes where venue = 'osaka, japan'
2:32:44
[ header: season | level | division | section | administration | position | movements row 1 : 1999 | tier 2 | ykkonen (first division) | south group | finnish fa (suo | 9th | relegation group - relegate row 2 : 2000 | tier 3 | kakkonen (second division) | south group | finnish fa (suo | 2nd | play-offs - promoted row 3 : 2001 | tier 2 | ykkonen (first division) | south group | finnish fa (suo | 9th | relegated row 4 : 2002 | tier 3 | kakkonen (second division) | south group | finnish fa (suo | 2nd | None row 5 : 2003 | tier 3 | kakkonen (second division) | south group | finnish fa (suo | 11th | relegated row 6 : 2004 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 8th | None row 7 : 2005 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 6th | None row 8 : 2006 | tier 4 | kolmonen (third division) | section 2 | helsinki & u | 7th | None row 9 : 2007 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 2nd | None row 10 : 2008 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 2nd | None row 11 : 2009 | tier 4 | kolmonen (third division) | section 2 | helsinki & u | 1st | promoted row 12 : 2010 | tier 3 | kakkonen (second division) | group a | finnish fa (suo | None | None ] Execute this SQL based on the above table: select administration where section = 'section 3'
helsinki & uusimaa (spl helsinki), helsinki & uusimaa (spl helsinki), helsinki & uusimaa (spl uusimaa), helsinki & uusimaa (spl helsinki)
[ header: whitworth size (in) | core diameter (in) | threads per inch | pitch (in) | tapping drill size row 1 : 1/16 | 0.0411 | 60 | 0.0167 | number drill 56 (1.2 mm) row 2 : 3/32 | 0.0672 | 48 | 0.0208 | number drill 49 (1.85 mm) row 3 : 1/8 | 0.093 | 40 | 0.025 | number drill 39 (2.55 mm) row 4 : 5/32 | 0.1162 | 32 | 0.0313 | number drill 30 (3.2 mm) row 5 : 3/16 | 0.1341 | 24 | 0.0417 | number drill 26 (3.7 mm) row 6 : 7/32 | 0.1654 | 24 | 0.0417 | number drill 16 (4.5 mm) row 7 : 1/4 | 0.186 | 20 | 0.05 | number drill 9 (5.1 mm) row 8 : 5/16 | 0.2414 | 18 | 0.0556 | letter drill f (6.5 mm) row 9 : 3/8 | 0.295 | 16 | 0.0625 | 5/16 in (7.94 mm) row 10 : 7/16 | 0.346 | 14 | 0.0714 | letter drill u (9.3 mm) row 11 : 1/2 | 0.3933 | 12 | 0.0833 | letter drill z (10.5 mm) row 12 : 9/16 | 0.4558 | 12 | 0.0833 | 12.1 mm (0.4764 in) row 13 : 5/8 | 0.5086 | 11 | 0.0909 | 13.5 mm (0.5315 in) row 14 : 11/16 | 0.5711 | 11 | 0.0909 | 15 mm (0.5906 in) row 15 : 3/4 | 0.6219 | 10 | 0.1 | 16.27 mm (0.6406 in) row 16 : 13/16 | 0.6845 | 10 | 0.1 | 18 mm (0.7087 in) row 17 : 7/8 | 0.7327 | 9 | 0.1111 | 19.25 mm (0.7579 in) row 18 : 15/16 | 0.7953 | 9 | 0.1111 | 20.75 mm (0.8169 in) row 19 : 1 | 0.8399 | 8 | 0.125 | 22 mm (0.8661 in) row 20 : 1 1/8 | 0.942 | 7 | 0.1429 | None row 21 : 1 1/4 | 1.067 | 7 | 0.1429 | None row 22 : 1 1/2 | 1.2866 | 6 | 0.1667 | None row 23 : 1 3/4 | 1.4939 | 5 | 0.2 | None row 24 : 2 | 1.7154 | 4.5 | 0.2222 | None row 25 : 2 1/2 | 2.18 | 4 | 0.25 | None ] Execute this SQL based on the above table: select tapping drill size where core diameter (in) = '0.295'
5/16 in (7.94 mm)
[ header: season | a technical | b scientific | c fine arts | d improvisational | e structural | rising stars!® | po projectoutreach® | university level row 1 : 2014-2015 | creature feature | making waves | feary tales | the improv games | lose to win | animal mish mash | brand aid | it's a stretch row 2 : 2013-2014 | dig in | going to extremes | laugh art loud | pandemonium! | the tension builds | circus! | pitch and play | None row 3 : 2012-2013 | in the zone | windvisible | in disguise | change in realitee | twist-o-rama | roy g biv | real to reel | None row 4 : 2011-2012 | assembly required | the solar stage | coming attractions | news to me | hold it! | built to last | the world canvas | None row 5 : 2010-2011 | unidentified moving object | spinning a tale | triple take road show | mythology mission | verses! foiled again! | big bug's bad day | dynamic networks | None row 6 : 2009-2010 | direct diposit | di-bot | you're gonna flip! | do or di | breaking di news | weighty news | band together | None row 7 : 2008-2009 | operation cooperation | instinct messaging | vidio lit hits | private di | a new angle! | hidden! | take charge | None row 8 : 2007-2008 | obstacles, of course! | hit or myth | di've got a secret! | chorific! | switch! | twisdid history | None | None row 9 : 2006-2007 | direct flight | csi-di | round about courage | switching traditions | card-di-ology | make it new, it's up to you | None | None row 10 : 2005-2006 | back at you! | kidz rulz! | how'd that happen? | on safari | the inside dimension | 1-2-change-a-roo | None | None row 11 : 2004-2005 | dizzy derby | sudden serendipity | live! it's radio di! | improving along | disigning bridges | more to the story! | None | None row 12 : 2003-2004 | destinations in time | the plot and the pendulum | cartoon dimensions | upbeat improv | guessdimate! | surprise trip! | None | None row 13 : 2002-2003 | change in direction | vidio adventure | theatre smarts | once improv a time | connecdid | lost and found | None | None row 14 : 2001-2002 | it's your move | strandid | on holiday | the art of improv | dual di-lemma | None | None | None row 15 : 2000-2001 | incredible techeffects | mystery loves company | anonymously yours | dinamic improv | triplicity | None | None | None row 16 : 1999-2000 | fruit roller coaster & eggploration | if music be the food of life... play | mixing apples and oranges | instant pudding improv | it's not impastable! | None | None | None ] Execute this SQL based on the above table: select b scientific where b scientific = 'csi-di'
csi-di
[ header: rank | name | nationality | 1,62 | 1,67 | 1,72 | 1,75 | notes row 1 : 1 | dior delophont | france | None | o | o | o | q row 2 : 1 | ligia grozav | romania | None | o | o | o | q row 3 : 3 | iryna herashchenko | ukraine | None | o | xo | o | q row 4 : 4 | lucija zupzic | croatia | o | o | o | xo | q row 5 : 4 | chanice porter | jamaica | None | None | None | xo | q row 6 : 6 | alexandra plaza | germany | o | xo | o | xxo | q row 7 : 7 | nikola parilova | czech republic | o | o | o | xxx | q row 8 : 7 | ioanna koltsid | greece | o | o | o | xxx | q row 9 : 9 | leontia kallenou | cyprus | None | xo | xo | xxx | None row 10 : 10 | anna pau | italy | xxo | o | xxo | xxx | None row 11 : 11 | emily crutcher | australia | o | o | xxx | None | None row 12 : 11 | keeley o'hagan | new zealand | o | o | xxx | None | None row 13 : 13 | dace dreimane | latvia | xo | o | xxx | None | None row 14 : 14 | vivien baglyos | hungary | o | xo | xxx | None | None row 15 : 15 | thea lafond | dominica | xo | xxx | None | None | None ] Execute this SQL based on the above table: select nationality order by id desc limit 1
dominica
[ header: edition | year | men's winner | time (h:m:s) | women's winner | time (h:m:s) row 1 : 1st | 1983 | tommy persson (swe) | 2:24:15 | None | None row 2 : 2nd | 1984 | steven marwa (tan) | 2:33:59 | None | None row 3 : 4th | 1986 | savio d'souza | 2:31:28 | karolina szabo (h | 1:17:09 row 4 : 6th | 1989 | yeshwant singh rawat (in | 2:31:47 | sunita godhara (ind) | 2:58:39 row 5 : 9th | 1992 | shivkumar yada | 2:26:34 | suman mehta (ind) | 2:51:01 row 6 : 10th | 1993 | robert nolan (aus) | 2:23:23 | vally sathyab | 2:47:46 row 7 : 11th | 1994 | joshua kipkemboi | 2:24:35 | midde hamrin (swe) | 1:17:19 row 8 : 12th | 1996 | joseph kahugu ( | 2:13:00 | lukose leelamma | None row 9 : 13th | 1997 (jan) | abhay singh (ind) | 2:23:08 | camilla benjaminsson ( | 1:20:00 row 10 : 14th | 1997 (dec) | my tahar echchadl | 2:25:36 | zahra akrachi ( | 1:16:42 row 11 : 15th | 1999 | zablon mokaya (ken) | 2:22:54 | lyubov fyodor | 1:29:49 row 12 : 16th | 2000 | fedor ryzhov (rus) | 2:25:17 | margaret ngotho ( | 1:18:10 row 13 : 17th | 2002 | ambrose makau (ken) | 2:23:20 | natalya volgina (rus) | 1:15:52 row 14 : 18th | 2003 | robert kipyego ( | 2:16:36 | masila ndunge (ken | 1:13:49 row 15 : 19th | 2004 | douglas gwandaru (ken | 2:21:22 | jane muia (ken) | 1:11:59 row 16 : 20th | 2005 | josephat ndeti ( | 2:19:35 | nailiya yulamanova | 1:15:05 row 17 : 21st | 2006 | said regragui (swe) | 2:18:23 | hellen musyoka (ken) | 1:13:20 row 18 : 22nd | 2007 | philip makau muia ( | 2:17:32 | roman gebregessese (eth) | 1:11:30.4 row 19 : 23rd | 2008 | nelson kirwa rot | 2:17:45 | caroline kilel (ken) | 1:10:17 row 20 : 24th | 2009 | augustine rono sembri ( | 2:13:05 | agnes katunga mutune | 1:10:30 row 21 : 25th | 2010 | gudeta gemechu birat | 2:13:20 | birzaf gebre tekele ( | 2:38:41 ] Execute this SQL based on the above table: select women's winner where women's winner in ( 'agnes katunga mutune (ken)' , 'lyubov fyodorova (rus)' ) order by women's winner asc limit 1
agnes katunga mutune (ken)
[ header: game | date | visitor | score | home | decision | attendance | record | points row 1 : 34 | january 3 | ny rangers | 2 - 4 | philadelphia | parent | 17007 | 22-8-4 | 48 row 2 : 35 | january 5 | philadelphia | 3 - 3 | minnesota | parent | 15296 | 22-8-5 | 49 row 3 : 36 | january 7 | philadelphia | 1 - 2 | montreal | parent | 19040 | 22-9-5 | 49 row 4 : 37 | january 10 | minnesota | 4 - 7 | philadelphia | parent | 17007 | 23-9-5 | 51 row 5 : 38 | january 11 | philadelphia | 7 - 6 | atlanta | taylor | 5141 | 24-9-5 | 53 row 6 : 39 | january 13 | atlanta | 0 - 1 | philadelphia | parent | 17007 | 25-9-5 | 55 row 7 : 40 | january 17 | buffalo | 2 - 7 | philadelphia | parent | 17007 | 26-9-5 | 57 row 8 : 41 | january 19 | los angeles | 0 - 2 | philadelphia | parent | 17007 | 27-9-5 | 59 row 9 : 42 | january 20 | pittsburgh | 5 - 3 | philadelphia | parent | 17007 | 27-10-5 | 59 row 10 : 43 | january 22 | philadelphia | 3 - 2 | vancouver | taylor | 15570 | 28-10-5 | 61 row 11 : 44 | january 24 | philadelphia | 4 - 4 | los angeles | parent | 14343 | 28-10-6 | 62 row 12 : 45 | january 25 | philadelphia | 5 - 0 | california | parent | 10776 | 29-10-6 | 64 row 13 : 46 | january 27 | philadelphia | 3 - 5 | boston | taylor | 15003 | 29-11-6 | 64 row 14 : 47 | january 31 | buffalo | 3 - 4 | philadelphia | parent | 17007 | 30-11-6 | 66 ] Execute this SQL based on the above table: select decision group by decision order by count ( * ) desc limit 1
parent
[ header: class | no | team | drivers | chassis | engine | laps row 1 : gt 1.6 | 186 | luigi rinaldi | luigi rinaldi mario | alfa romeo gta | alfa romeo 1.6 i | 6 row 2 : p 3.0 | 14 | autodelta spa | toine hezemans masten | alfa romeo t33/3 | alfa romeo 3.0l | 5 row 3 : gt 1.6 | 188 | etna | checco d'angelo | alfa romeo gta | alfa romeo 1.6l | 5 row 4 : gt 1.3 | 288 | v10 kleber | ferdi bokmann hans | simca 1300 | simca 1.3l i4 | 5 row 5 : gt 2.0 | 128 | None | ignazio capuano | porsche 911s | porsche 2.0l flat-6 | 4 row 6 : gt 1.6 | 180 | scuderia pegaso | paolo de luca giu | alfa romeo gta | alfa romeo 1.6l | 4 row 7 : s 1.6 | 156 | etna | giuseppe d'amico | alfa romeo giuli | alfa romeo 1.6l | 3 row 8 : gt 1.6 | 198 | salvatore gagliano | salvatore gagliano alfons | alfa romeo gta | alfa romeo 1.6l | 3 row 9 : p 1.0 | 254 | romano martini | francesco patane "oras | fiat-abarth 1000sp | abarth 1.0l i4 | 3 row 10 : gt 1.6 | 264 | romano martini | romano martini alessandro | ats 1000 sp | ford 1.0l i4 | 3 row 11 : p 3.0 | 38 | abarth-osella | arturo merzario johan | abarth 3000sp | abarth 3.0l v8 | 2 row 12 : p 1.0 | 256 | scuderia brescia cor | luigi moreschi "patrizia | ams sp | ford 1.0l i4 | 2 row 13 : p 1.0 | 266 | "gero" | "gero" "roger" | de sanctis | ford 1.0l i4 | 2 row 14 : gt 1.6 | 276 | scuderia pegaso | antonio catalano marc | lancia fulvia hf | lancia 1.6l v4 | 2 row 15 : s 1.3 | 232 | aldo bersano | aldo bersano willi | abarth 1300s | abarth 1.3l i4 | 1 row 16 : gt 1.3 | 272 | jolly club | antonio trenti alber | lancia fulvia hf | lancia 1.6l v4 | 1 row 17 : p 3.0 | 20 | porsche system | vic elford hans her | porsche 908/03 | porsche 3.0l flat-8 | 0 ] Execute this SQL based on the above table: select count ( team ) where no < 1457
16
[ header: game | date | opponent | location | score | ot | attendance | record row 1 : 1 | january 9, 2009 | @ portland lumberjax | rose garden | w 12-10 | None | 6859 | 1-0 row 2 : 2 | january 10, 2009 | portland lumberjax | pepsi center | l 5-14 | None | 16987 | 1-1 row 3 : 3 | january 24, 2009 | edmonton rush | pepsi center | l 9-11 | None | 16734 | 1-2 row 4 : 4 | january 31, 2009 | new york titans | pepsi center | w 12-8 | None | 15023 | 2-2 row 5 : 5 | february 7, 2009 | @ minnesota swarm | xcel energy center | w 13-8 | None | 11174 | 3-2 row 6 : 6 | february 14, 2009 | calgary roughnecks | pepsi center | w 13-12 | None | 17712 | 4-2 row 7 : 7 | february 21, 2009 | @ san jose stealth | hp pavilion at san jose | l 9-14 | None | 5576 | 4-3 row 8 : 8 | february 22, 2009 | @ edmonton rush | rexall place | l 9-10 | None | 7249 | 4-4 row 9 : 9 | march 14, 2009 | @ san jose stealth | hp pavilion at san jose | w 14-11 | None | 3535 | 5-4 row 10 : 10 | march 21, 2009 | @ calgary roughnecks | pengrowth saddledome | l 10-13 | None | 10958 | 5-5 row 11 : 11 | march 22, 2009 | minnesota swarm | pepsi center | w 13-11 | None | 15594 | 6-5 row 12 : 12 | march 28, 2009 | @ philadelphia wings | wachovia center | l 13-17 | None | 11876 | 6-6 row 13 : 13 | april 3, 2009 | rochester knighthawks | pepsi center | l 8-12 | None | 16834 | 6-7 row 14 : 14 | april 4, 2009 | @ portland lumberjax | rose garden | l 12-13 | ot | 7859 | 6-8 row 15 : 15 | april 11, 2009 | san jose stealth | pepsi center | l 10-11 | ot | 16189 | 6-9 row 16 : 16 | april 17, 2009 | edmonton rush | pepsi center | w 10-9 | None | 16727 | 7-9 ] Execute this SQL based on the above table: select opponent order by id desc limit 1
edmonton rush
[ header: # | picture | name | took office | left office | party row 1 : 1 | None | johan ferrier | 25 november 1975 | 13 august 1980 (resigned after a febr | independent row 2 : 2 | None | hendrick chin a s | 15 august 1980 | 4 february 1982 | pnr row 3 : 3 | None | fred ramdat misier | 8 february 1982 | 25 january 1988 | independent row 4 : 4 | 60px | ramsewak shankar | 25 january 1988 | 24 december 1990 (deposed) | vhp row 5 : 5 | 60px | johan kraag | 29 december 1990 | 16 september 1991 | nps row 6 : 6 | None | ronald venetiaan | 16 september 1991 | 15 september 1996 | nps row 7 : 7 | None | jules wijdenbosch | 15 september 1996 | 12 august 2000 | ndp row 8 : (6) | None | ronald venetiaan | 12 august 2000 | 12 august 2010 | nps row 9 : 8 | None | desi bouterse | 12 august 2010 | incumbent | ndp ] Execute this SQL based on the above table: select picture order by picture desc limit 1
60
[ header: rank | athlete | country | time | notes row 1 : None | nataliya petrusyova | soviet union | 1:24.10 | or row 2 : None | leah poulos | united states | 1:25.41 | None row 3 : None | sylvia albrecht | east germany | 1:26.46 | None row 4 : 4 | karin enke | east germany | 1:26.66 | None row 5 : 5 | beth heiden | united states | 1:27.01 | None row 6 : 6 | annie borckink | netherlands | 1:27.24 | None row 7 : 7 | sylvia burka | canada | 1:27.50 | None row 8 : 8 | ann-sofie jarnstrom | sweden | 1:28.10 | None row 9 : 9 | sylvia filipsson | sweden | 1:28.18 | None row 10 : 10 | annette carlen-karls | sweden | 1:28.25 | None row 11 : 11 | valentina lalenkova | soviet union | 1:28.27 | None row 12 : 12 | bjørg eva jen | norway | 1:28.55 | None row 13 : 13 | sijtje van der lende | netherlands | 1:28.72 | None row 14 : 14 | sarah docter | united states | 1:28.80 | None row 15 : 14 | haitske valentijn-pij | netherlands | 1:28.80 | None row 16 : 16 | erwina rys-feren | poland | 1:28.82 | None row 17 : 17 | miyoshi kato | japan | 1:28.97 | None row 18 : 18 | christa rothenburger | east germany | 1:29.69 | None row 19 : 19 | brenda webster | canada | 1:29.84 | None row 20 : 20 | irina kuleshova | soviet union | 1:29.94 | None row 21 : 21 | monika pflug | west germany | 1:30.13 | None row 22 : 22 | makiko nagaya | japan | 1:30.27 | None row 23 : 23 | sigrid smuda | west germany | 1:30.29 | None row 24 : 24 | kathy vogt | canada | 1:30.33 | None row 25 : 25 | yuko yaegashi- | japan | 1:30.72 | None row 26 : 26 | lee nam-sun | south korea | 1:31.30 | None row 27 : 27 | cao guifeng | china | 1:31.74 | None row 28 : 28 | anneli repola | finland | 1:31.76 | None row 29 : 29 | silvia brunner | switzerland | 1:31.79 | None row 30 : 30 | lee seong-ae | south korea | 1:32.04 | None row 31 : 31 | zhang li | china | 1:32.20 | None row 32 : 32 | shen zhenshu | china | 1:32.49 | None row 33 : 33 | brigitte flierl | west germany | 1:33.61 | None row 34 : 34 | kim yeong-hui | south korea | 1:34.17 | None row 35 : 35 | kim ferran | great britain | 1:34.19 | None row 36 : 36 | marzia peretti | italy | 1:35.66 | None row 37 : 37 | mandy horsepool | great britain | 1:36.31 | None ] Execute this SQL based on the above table: select athlete where athlete in ( 'sylvia filipsson' , 'christa rothenburger' ) order by rank limit 1857
sylvia filipsson, christa rothenburger
[ header: season | tier | division | place row 1 : 1992-96 | 5 | regional | None row 2 : 1996/97 | 4 | 3a | 16th row 3 : 1997/98 | 4 | 3a | 5th row 4 : 1998/99 | 4 | 3a | 12th row 5 : 1999/00 | 4 | 3a | 4th row 6 : 2000/01 | 4 | 3a | 6th row 7 : 2001/02 | 4 | 3a | 4th row 8 : 2002/03 | 4 | 3a | 3rd row 9 : 2003/04 | 3 | 2ab | 19th row 10 : 2004/05 | 4 | 3a | 2nd ] Execute this SQL based on the above table: select division where tier > ( select tier where division = '3a' )
regional
[ header: number | year built | livery | current status | notes row 1 : 2 | 1964 | red and white | operational | based on a metropolitan tramway style open row 2 : 4 | 1961 | blackpool tramway green and cream | operational | based on a blackpool style open boat row 3 : 6 | 1954 | green and cream | operational | based on a llandud row 4 : 7 | 1958 | brown and cream | stored awaiting overhaul | based on a llandud row 5 : 8 | 1968 | bristol blue and white | operational | based on a llandud row 6 : 9 | 2002 | two tone blue | operational | based on design elements from plymouth row 7 : 10 | 2002 | orange, green and cream | operational | based on design elements from plymouth row 8 : 11 | 2002 | pink | operational | based on design elements from plymouth row 9 : 12 | 1966 | currently being repainted into london | operational | based on a london felt row 10 : 14 | 1904 | red and white | operational | ex metropolitan tramways 94. rebuilt into its row 11 : 16 | 1921 | crimson and yellow | operational | ex bournemouth 106. rebuilt into its row 12 : 17 | 1988 | red and white | operational | based on a manx electric railway to row 13 : 19 | 1906 | green and white | operational | ex exeter 19. rebuilt into its current format ] Execute this SQL based on the above table: select current status where livery < ( select livery where current status = 'operational' ) order by livery desc limit 1
operational
[ header: tie no | home team | score | away team | attendance row 1 : 1 | blackpool | 2-0 | rochdale | None row 2 : 2 | chesterfield | 1-1 | southend united | None row 3 : replay | southend united | 2 - 0 | chesterfield | None row 4 : 3 | canvey island | 1-0 | northampton town | None row 5 : 4 | macclesfield town | 4-1 | swansea city | None row 6 : 5 | swindon town | 3-2 | hereford united | None row 7 : 6 | tranmere rovers | 6-1 | carlisle united | None row 8 : 7 | wycombe wanderers | 3-0 | notts county | None row 9 : 8 | brighton & hove albion | 2-1 | rushden & diamonds | 5647 row 10 : 9 | plymouth argyle | 1-1 | bristol rovers | None row 11 : replay | bristol rovers | 3 - 2 | plymouth argyle | None row 12 : 10 | hull city | 2-3 | oldham athletic | 9422 row 13 : 11 | altrincham | 1-2 | darlington | None row 14 : 12 | exeter city | 0-0 | dagenham & redbridge | None row 15 : replay | dagenham & redbridge | 3 - 0 | exeter city | None row 16 : 13 | scunthorpe united | 3-2 | brentford | None row 17 : 14 | mansfield town | 4-0 | huddersfield town | 6836 row 18 : 15 | cardiff city | 3-0 | port vale | None row 19 : 16 | halifax town | 1-1 | stoke city | 3335 row 20 : replay | stoke city | 3 - 0 | halifax town | 4356 row 21 : 17 | york city | 2-0 | reading | None row 22 : 18 | peterborough united | 1-0 | bournemouth | None row 23 : 19 | leyton orient | 2-1 | lincoln city | None row 24 : 20 | hinckley united | 0-2 | cheltenham town | None ] Execute this SQL based on the above table: select score where tie no > ( select tie no where score = '2-3' ) order by tie no limit 1
1-2
[ header: year | title | uk | us: billboard hot 100 | us: billboard r&b | us: billboard a/c | australia | various row 1 : 1976 | "right back where we started from" | ('75) #8 | #2 | #46 | #5 | #4 | #3 (netherlands), #2 (belg row 2 : 1976 | "gotta be the one" | None | #53 | None | #22 | #12 | #19 (new zealand) row 3 : 1977 | "love hit me" | #11 | None | None | None | #22 | None row 4 : 1977 | "will you be my lover" | None | None | None | None | None | #44 (france) row 5 : 1979 | "lead me on" | None | #5 | #37 | #1 | #58 | #2 (canada), #8 (new row 6 : 1979 | "(bringin' out) the girl | None | #73 | None | None | None | None row 7 : 1982 | "turn to me" (with jim | None | None | #17 | None | None | None ] Execute this SQL based on the above table: select abs ( ( select year where australia = '#58' ) - ( select year where australia = '#4' ) )
3
[ header: year | nw rank | venue | opp rank | opponent | score | w/l | round | notes row 1 : 1996 | 2 | away | None | northern colorado | 26-27 | l | quarterfinal | None row 2 : 1998 | 2 | maryville | 11 | texas a&m-king | 49-34 | w | semifinal | None row 3 : 1998 | 2 | braly stadium | 3 | carson-newman | 24-6 | w | finals | None row 4 : 2000 | 1 | maryville | 5 | north dakota state | 17-13 | l | 1st round | None row 5 : 2002 | 4 | maryville | 7 | northern colorado | 12-23 | l | quarterfinal | None row 6 : 2004 | 4 | maryville | 6 | texas a&m-king | 34-14 | w | 1st round | None row 7 : 2005 | 21 | away | 12 | washburn | 42-32 | w | 2nd round | None row 8 : 2006 | 2 | maryville | 18 | midwestern state | 27-0 | w | 2nd round (first round bye) | None row 9 : 2006 | 2 | braly stadium | 1 | grand valley state | 14-17 | l | finals | None row 10 : 2007 | 5 | away | 2 | chadron state | 26-13 | w | quarterfinal | None row 11 : 2007 | 5 | maryville | 1 | grand valley state | 34-16 | w | semifinal | None row 12 : 2008 | 3 | braly stadium | 6 | minnesota-duluth | 14-21 | l | finals | None row 13 : 2009 | 2 | away | 1 | central washington | 21-20 | w | quarterfinal | None row 14 : 2010 | 3 | away | 1 | minnesota-duluth | 13-17 | l | semifinal | played during snowstorm that collapsed the huber row 15 : 2013 | 2 | maryville | 5 | minnesota-duluth | 59-21 | w | second round (first round bye) | None row 16 : 2013 | 2 | maryville | 12 | minnesota-st. cloud | 59-21 | w | quarterfinal | None row 17 : 2013 | 2 | maryville | 22 | grand valley state | 27-13 | w | semifinal | game was attend by missouri governor jay ] Execute this SQL based on the above table: select w/l where round = 'semifinal'
w, w, l, w
[ header: week | date | opponent | result | attendance | bye row 1 : 1 | september 8, 2002 | st. louis rams | w 23-16 | 75710 | 0 row 2 : 2 | september 15, 2002 | at san francisco 49ers | w 24-14 | 67685 | 0 row 3 : 3 | september 22, 2002 | buffalo bills | w 28-23 | 75359 | 0 row 4 : 4 | september 30, 2002 | at baltimore ravens | l 34-23 | 69538 | 0 row 5 : 5 | october 6, 2002 | san diego chargers | w 26-9 | 75065 | 0 row 6 : 6 | october 13, 2002 | miami dolphins | l 24-22 | 75941 | 0 row 7 : 7 | october 20, 2002 | at kansas city chiefs | w 37-34 | 78446 | 0 row 8 : 8 | october 27, 2002 | at new england patriots | w 24-16 | 68436 | 0 row 9 : 9 | None | None | None | None | 1 row 10 : 10 | november 11, 2002 | oakland raiders | l 34-10 | 76643 | 0 row 11 : 11 | november 17, 2002 | at seattle seahawks | w 31-9 | 65495 | 0 row 12 : 12 | november 24, 2002 | indianapolis colts | l 23-20 | 75075 | 0 row 13 : 13 | december 1, 2002 | at san diego chargers | l 30-27 | 66357 | 0 row 14 : 14 | december 8, 2002 | at new york jets | l 19-13 | 78521 | 0 row 15 : 15 | december 15, 2002 | kansas city chiefs | w 31-24 | 75947 | 0 row 16 : 16 | december 22, 2002 | at oakland raiders | l 28-16 | 62592 | 0 row 17 : 17 | december 29, 2002 | arizona cardinals | w 37-7 | 75164 | 0 ] Execute this SQL based on the above table: select date where id = 1
september 8, 2002
[ header: entered | weeks in top 10 | single | artist | peak | peak reached | weeks at peak row 1 : 3 october 1993 | 14 | "i'd do anything for love" | meat loaf | 1 | 17 october 1993 | 7 row 2 : 19 december 1993 | 3 | "bat out of hell" | meat loaf | 8 | 19 december 1993 | 2 row 3 : 2 january 1994 | 9 | "things can only get better" (# | d:ream | 1 | 16 january 1994 | 4 row 4 : 16 january 1994 | 1 | "here i stand" | bitty mclean | 10 | 16 january 1994 | 1 row 5 : 23 january 1994 | 1 | "in your room" | depeche mode | 8 | 23 january 1994 | 1 row 6 : 23 january 1994 | 8 | "return to innocence" | enigma | 3 | 6 february 1994 | 2 row 7 : 13 march 1994 | 7 | "streets of philadelphia" | bruce springsteen | 2 | 27 march 1994 | 1 row 8 : 1 may 1994 | 7 | "come on you reds" | manchester united football squad featuring status quo | 1 | 15 may 1994 | 2 row 9 : 8 may 1994 | 3 | "just a step from heaven" | eternal | 8 | 15 may 1994 | 1 row 10 : 15 may 1994 | 2 | "more to this world" | bad boys inc | 8 | 22 may 1994 | 1 row 11 : 12 june 1994 | 2 | "anytime you need a friend" | mariah carey | 8 | 19 june 1994 | 1 row 12 : 7 august 1994 | 4 | "what's up?" | dj miko | 6 | 14 august 1994 | 1 row 13 : 14 august 1994 | 2 | "live forever" | oasis | 10 | 14 august 1994 | 2 row 14 : 28 august 1994 | 1 | "parklife" | blur | 10 | 28 august 1994 | 1 row 15 : 2 october 1994 | 2 | "secret" | madonna | 5 | 2 october 1994 | 1 row 16 : 2 october 1994 | 6 | "sweetness" | michelle gayle | 4 | 30 october 1994 | 1 row 17 : 30 october 1994 | 4 | "oh baby i..." | eternal | 4 | 6 november 1994 | 1 row 18 : 6 november 1994 | 5 | "another night" | mc sar and real m | 2 | 13 november 1994 | 1 row 19 : 13 november 1994 | 3 | "sight for sore eyes" | m people | 6 | 20 november 1994 | 1 row 20 : 13 november 1994 | 1 | "true faith '94" | new order | 9 | 13 november 1994 | 1 row 21 : 11 december 1994 | 3 | "power rangers: the official single" | the mighty raw | 3 | 11 december | 1 ] Execute this SQL based on the above table: select count ( entered ) where weeks in top 10 = 2
4
[ header: entered | wrestler | place | eliminated by | time row 1 : 1 | junior fatu | 7th | hoyt, kaz, s | 03:00 row 2 : 2 | robert roode | advanced to part three | None | 06:47 row 3 : 3 | kaz | 5th | roode | 05:32 row 4 : 4 | alex shelley | 3rd | young | 06:47 row 5 : 5 | eric young | advanced to part three | None | 06:47 row 6 : 6 | chris sabin | 6th | kaz | 04:55 row 7 : 7 | lance hoyt | 4th | roode | 06:06 row 8 : 8 | james storm | 8th | young | 00:05 ] Execute this SQL based on the above table: select place where place in ( '7th' , 'advanced to part three' ) order by entered asc limit 357
7th, advanced to part three, advanced to part three
[ header: year | nominated work | award | category | result row 1 : 1984 | what becomes a semi-legend most? | grammy award | best comedy album | nominated row 2 : 1990 | the joan rivers show | daytime emmy award | outstanding talk show host | won row 3 : 1991 | the joan rivers show | daytime emmy award | outstanding talk show host | nominated row 4 : 1992 | the joan rivers show | daytime emmy award | outstanding writing - special class | nominated row 5 : 1992 | the joan rivers show | daytime emmy award | outstanding talk show host | nominated row 6 : 1993 | the joan rivers show | daytime emmy award | outstanding writing - special class | nominated row 7 : 1993 | the joan rivers show | daytime emmy award | outstanding talk show host | nominated row 8 : 1994 | sally marr...and her esc | tony award | best actress in a play | nominated row 9 : 2009 | arthur | daytime emmy award | outstanding performer in an animated program | nominated ] Execute this SQL based on the above table: select abs ( award - category ) where category = 'outstanding writing - special class'
0, 0
[ header: party | candidate | votes | % row 1 : labour | martin o'neill | 16004 | 45.3 row 2 : snp | keith brown | 10655 | 30.2 row 3 : conservative | alasdair campbell | 4235 | 12 row 4 : liberal democrat | paul edie | 3253 | 9.2 row 5 : scottish socialist | pauline thomson | 751 | 2.1 row 6 : monster raving loony | flash gordon approaching | 405 | 1.1 row 7 : majority | majority | 5349 | 15.2 row 8 : turnout | turnout | 35303 | 61.3 row 9 : labour hold | labour hold | swing | 2.3 ] Execute this SQL based on the above table: select count ( * ) where votes > 1631
6
[ header: edition | year | men's winner | time (m:s) | women's winner | time (m:s) row 1 : 1st | 1990 | marti ten kate (n | 47:52 | alison gooderham (gbr | 56:09 row 2 : 2nd | 1991 | thomas naali (t | 47:11 | olga bondarenko (urs | 53:16 row 3 : 3rd | 1992 | boay akonay (t | 47:04 | iulia negura (rom) | 53:19 row 4 : 4th | 1993 | gary staines (gbr) | 46:11 | iulia negura (rom) | 53:01 row 5 : 5th | 1994 | gary staines (gbr) | 47:00 | gitte karlshø | 54:49 row 6 : 6th | 1995 | benson masya (ken) | 45:56 | liz mccolgan (gb | 53:12 row 7 : 7th | 1996 | gary staines (gbr) | 46:57 | derartu tulu (eth) | 52:39 row 8 : 8th | 1997 | christopher kelong (ken) | 46:53 | liz mccolgan (gb | 52:00 row 9 : 9th | 1998 | stephane franke (ger) | 47:40 | marian sutton (gbr) | 54:17 row 10 : 10th | 1999 | simon kasimili (ken) | 47:42 | esther kiplagat (ken) | 54:42 row 11 : 11th | 2000 | gert thys (rs | 48:26 | restituta joseph (tan | 55:10 row 12 : 12th | 2001 | khalid skah (mar) | 46:17 | restituta joseph (tan | 52:36 row 13 : 13th | 2002 | simon kasimili (ken) | 47:27 | sonia o'sullivan | 51:00 row 14 : 14th | 2003 | john yuda (tan | 46:35 | sonia o'sullivan | 53:26 row 15 : 15th | 2004 | hendrick ramaala (r | 47:14 | benita johnson (aus) | 52:32 row 16 : 16th | 2005 | john yuda (tan | 46:45 | derartu tulu (eth) | 51:27 row 17 : 17th | 2006 | simon arusei (ken) | 47:17 | jo pavey (gbr) | 52:46 row 18 : 18th | 2007 | luke kibet (ken | 47:31 | rose cheruiyot (ken | 53:44 row 19 : 19th | 2008 | bernard kipyego ( | 46:42 | paula radcliffe (gb | 51:11 row 20 : 20th | 2009 | mo farah (gbr) | 46:25 | ines monteiro (por) | 52:32 row 21 : 21st | 2010 | joseph ebuya (ken | 45:15 | grace momanyi (ken) | 52:03 row 22 : 22nd | 2011 | leonard komon (ken) | 46:18 | aselefech mergia (eth | 52:55 row 23 : 23rd | 2012 | stephen mokoka (rsa | 46:40 | jo pavey (grb) | 53:01 row 24 : 24th | 2013 | emmanuel bett ( | 48:03 | florence kiplagat (ken) | 53:53 ] Execute this SQL based on the above table: select edition where year = 1990
1st
[ header: week | date | opponent | result | attendance row 1 : 1 | september 28, 1952 | at dallas texans | w 24-6 | 17,499 row 2 : 2 | october 4, 1952 | at philadelphia eagle | w 31-7 | 18,648 row 3 : 3 | october 12, 1952 | at cleveland browns | w 17-9 | 51,858 row 4 : 4 | october 19, 1952 | chicago cardinals | l 24-23 | 41,182 row 5 : 5 | october 26, 1952 | philadelphia eagles | l 14-10 | 21,458 row 6 : 6 | november 2, 1952 | at chicago cardinals | w 28-6 | 27,195 row 7 : 7 | november 9, 1952 | san francisco 49ers | w 23-14 | 54,230 row 8 : 8 | november 16, 1952 | green bay packers | l 17-3 | 26,723 row 9 : 9 | november 23, 1952 | at washington redskins | w 14-10 | 21,125 row 10 : 10 | november 30, 1952 | at pittsburgh steelers | l 63-7 | 15,140 row 11 : 11 | december 7, 1952 | washington redskins | l 27-17 | 21,237 row 12 : 12 | december 14, 1952 | cleveland browns | w 37-34 | 41,610 ] Execute this SQL based on the above table: select max ( date )
september 28, 1952
[ header: ship name | in service | project number | type | class | comments row 1 : lenin | 1959 | 92m | icebreaker | None | decommissioned 1989. museum ship row 2 : arktika | 1975 | 1052-1 | icebreaker | arktika | not operational row 3 : sibir | 1977 | 1052-2 | icebreaker | arktika | defueled and not operational since 1993 row 4 : rossiya | 1985 | 10521-1 | icebreaker | arktika | None row 5 : sevmorput | 1988 | 10081 | container ship | None | has ice-breaking bow row 6 : taymyr | 1989 | 10580-1 | river icebreaker | taymyr | None row 7 : sovetskiy soyuz | 1990 | 10521-2 | icebreaker | arktika | None row 8 : vaygach | 1990 | 10580-2 | river icebreaker | taymyr | None row 9 : yamal | 1993 | 10521-3 | icebreaker | arktika | None row 10 : 50 let pobedy | 2007 | 10521 | icebreaker | arktika | built as ural, completed in 2007 ] Execute this SQL based on the above table: select comments where comments in ( 'defueled and not operational since 1993' , 'defueled and not operational since 1993' ) order by in service desc limit 1
defueled and not operational since 1993
[ 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 count ( principal county )
43
[ header: fence | name | jockey | age | handicap (st-lb) | starting price | fate row 1 : 22 | what a myth | paul kelleway | 9 | 11-4 | 11/2 | fell row 2 : 3 | rough tweed | pat buckley | 12 | 10-7 | 22/1 | fell row 3 : None | kapeno | david mould | 9 | 10-6 | 100/7 | fell row 4 : 6 | packed home | tommy carberry | 11 | 10-3 | 33/1 | fell row 5 : 22 | greek scholar | michael scudamore | 7 | 10-4 | 50/1 | fell row 6 : None | brown diamond | frank shortt | 11 | 10-0 | 100/1 | fell row 7 : 6 | popham down | willie robinson | 9 | 10-0 | 22/1 | fell row 8 : None | pontin-go | tm jones | 14 | 10-0 | 100/1 | fell row 9 : 15 | game purston | paddy cowley | 8 | 10-0 | 100/1 | fell row 10 : 22 | supersweet | mr d crossley-cook | 9 | 10-6 | 100/1 | fell row 11 : None | major hitch | paddy broderick | 8 | 10-1 | 50/1 | fell row 12 : 15 | irish day | jimmy magee | 10 | 10-0 | 40/1 | fell row 13 : None | scottish final | j gamble | 9 | 10-0 | 100/1 | fell row 14 : None | flamecap | f carroll | 9 | 10-0 | 100/1 | fell row 15 : 15 | black spot | jeremy speid-soo | 9 | 10-0 | 100/1 | fell row 16 : None | harry black | r court | 9 | 10-0 | 100/1 | fell row 17 : None | flying wild | pat taaffe | 10 | 11-0 | 20/1 | pulled up row 18 : None | stirling | hr beasley | 10 | 10-11 | 28/1 | pulled up row 19 : None | vultrix | stan mellor | 8 | 10-7 | 100/7 | pulled up row 20 : None | solimyth | mr john lawrence | 10 | 10-1 | 100/1 | pulled up row 21 : None | april rose | major piers bengough | 11 | 10-7 | 100/1 | pulled up row 22 : None | l'empereur | beltran osorio | 12 | 10-2 | 100/1 | pulled up row 23 : 14 | willow king | liam mcloughlin | 11 | 10-0 | 100/1 | pulled up row 24 : None | royal ryse | t hyde | 8 | 10-0 | 100/1 | pulled up row 25 : None | mac's flare | r langley | 10 | 10-0 | 100/1 | pulled up row 26 : None | king pin | mr tim durant | 10 | 10-11 | 100/1 | pulled up row 27 : None | in haste | j leech | 8 | 10-3 | 100/1 | pulled up row 28 : None | my gift | a redmond | 10 | 10-0 | 100/1 | pulled up row 29 : None | bold biri | j lehane | 10 | 10-0 | 100/1 | pulled up row 30 : 22 | valouis | e prendergast | 7 | 10-0 | 50/1 | brought down row 31 : 22 | leslie | mr jm opperman | 10 | 10-5 | 100/1 | brought down row 32 : None | dorimont | mr w shand-ky | 12 | 10-0 | 50/1 | unseated rider row 33 : 15 | fujino-o | jeff king | 7 | 12-0 | 100/1 | refused row 34 : None | monarch's thought | g cramp | 12 | 10-0 | 100/1 | refused row 35 : 6 | groomsman | mr s roberts | 11 | 11-0 | 100/1 | refused ] Execute this SQL based on the above table: select handicap (st-lb) where age > ( select age where handicap (st-lb) = '10-0' )
10-7, 10-0, 10-2, 10-0, 10-0
[ header: # | president | president's party | senate with | senate opposed | house with | house opposed | years served | elections won row 1 : 1 | george washington | federalist-leaning | 8 | 0 | 6 | 2 | 8 | 2 row 2 : 3 | thomas jefferson | democratic-republican | 8 | 0 | 8 | 0 | 8 | 2 row 3 : 4 | james madison | democratic-republican | 8 | 0 | 8 | 0 | 8 | 2 row 4 : 7 | andrew jackson | democratic | 8 | 0 | 8 | 0 | 8 | 2 row 5 : 8 | martin van buren | democratic | 4 | 0 | 4 | 0 | 4 | 1 row 6 : 10 | john tyler | whig/none | 4 | 0 | 2 | 2 | 4 | 0 row 7 : 13 | millard fillmore | whig | 0 | 3 | 0 | 3 | 3 | 0 row 8 : 15 | james buchanan | democratic | 4 | 0 | 2 | 2 | 4 | 1 row 9 : 16 | abraham lincoln | republican | 4 | 0 | 4 | 0 | 4 | 2 row 10 : 17 | andrew johnson | democratic | 0 | 4 | 0 | 4 | 4 | 0 row 11 : 18 | ulysses grant | republican | 8 | 0 | 6 | 2 | 8 | 2 row 12 : 20 | james garfield | republican | 0 | 0.5 | 0.5 | 0 | 0.5 | 1 row 13 : 21 | chester arthur | republican | 4 | 0 | 2 | 2 | 4 | 0 row 14 : 24 | grover cleveland | democratic | 2 | 2 | 2 | 2 | 4 | 1 row 15 : 25 | william mckinley | republican | 4 | 0 | 4 | 0 | 4 | 2 row 16 : 26 | theodore roosevel | republican | 8 | 0 | 8 | 0 | 8 | 1 row 17 : 27 | william taft | republican | 4 | 0 | 2 | 2 | 4 | 1 row 18 : 28 | woodrow wilson | democratic | 6 | 2 | 6 | 2 | 8 | 2 row 19 : 29 | warren harding | republican | 2 | 0 | 2 | 0 | 2 | 1 row 20 : 30 | calvin coolidge | republican | 6 | 0 | 6 | 0 | 6 | 1 row 21 : 31 | herbert hoover | republican | 4 | 0 | 2 | 2 | 4 | 1 row 22 : 34 | dwight eisenhower | republican | 2 | 6 | 2 | 6 | 8 | 2 row 23 : 36 | lyndon johnson | democratic | 5 | 0 | 5 | 0 | 5 | 1 row 24 : 38 | gerald ford | republican | 0 | 2 | 0 | 2 | 2 | 0 row 25 : 39 | jimmy carter | democratic | 4 | 0 | 4 | 0 | 4 | 1 row 26 : 41 | george h. w. bush | republican | 0 | 4 | 0 | 4 | 4 | 1 row 27 : 42 | bill clinton | democratic | 2 | 6 | 2 | 6 | 8 | 2 row 28 : 43 | george w. bush | republican | 4.5 | 3.5 | 6 | 2 | 8 | 2 row 29 : 44 | barack obama | democratic | 6 | 0 | 2 | 4 | 6 | 2 ] Execute this SQL based on the above table: select president's party where president's party = 'republican' and president = 'abraham lincoln'
republican
[ header: version | length | album | remixed by | year | comment row 1 : single version / radio edit | 3:39 | go - the very best of moby | mhc aka philip la | 2006 | remixed version with dance sonorities, row 2 : extended remix | 6:48 | None | mhc aka philip la | 2006 | similar to the previous but longer row 3 : axwell remix | 7:24 | None | axwell | 2006 | used in a scene in the 2008 movie 21 row 4 : enzo mori & stephan clar | 7:10 | None | enzo mori and stephan clark | 2006 | None row 5 : mhc club remix | 7:31 | None | mhc aka philip la | 2006 | None row 6 : zloot remix | 4:36 | None | toni toolz | 2006 | None row 7 : music video | 3:58 | None | None | 2006 | None ] Execute this SQL based on the above table: select avg ( year ) where id <= 3
2006.0
[ header: sheriff | start of term row 1 : josiah hobart | 1683 row 2 : john mulford | 1701 row 3 : hugh gray | 1702 row 4 : john brush | 1710 row 5 : daniel youngs | 1718 row 6 : samuel dayton | 1723 row 7 : william sell | 1728 row 8 : joseph smith | 1730 row 9 : david corrie | 1731 row 10 : jacob conklin | 1734 row 11 : thomas higbe | 1740 row 12 : james muirson | 1774 row 13 : thomas wickes | 1785 row 14 : silas halsey | 1787 row 15 : thomas wickes | 1791 row 16 : phinaes carll | 1799 row 17 : josiah reeve | 1803 row 18 : phinaes smith | 1807 row 19 : josiah reeve | 1808 row 20 : benjamin brewster | 1810 row 21 : josiah reeve | 1811 row 22 : benjamin brewster | 1812 row 23 : nathaniel conklin | 1814 row 24 : josiah reeve | 1815 row 25 : samuel smith | 1826 row 26 : abraham gardiner | 1829 row 27 : richard smith | 1832 row 28 : silas horton | 1835 row 29 : samuel miller | 1838 row 30 : david brush | 1841 row 31 : henry penny | 1844 row 32 : david rose | 1847 row 33 : john clark | 1850 row 34 : samuel phillips | 1855 row 35 : george carman | 1856 row 36 : daniel osborn | 1862 row 37 : george smith | 1868 row 38 : j. henry perkins | 1871 row 39 : egbert lewis | 1874 row 40 : george cooper | 1877 row 41 : robert petty | 1888 row 42 : selah brewster | 1883 row 43 : henry halsey | 1886 row 44 : robert petty | 1888 row 45 : a. m. darling | 1891 row 46 : benjamin wood | 1897 row 47 : j. sheridan wells | 1900 row 48 : henry preston | 1903 row 49 : john wells | 1906 row 50 : charles platt | 1909 row 51 : melville brush | 1912 row 52 : d. henry brown | 1913 row 53 : charles o'dell | 1914 row 54 : john kelly | 1920 row 55 : amza biggs | 1923 row 56 : burton howe | 1926 row 57 : ellis taylor | 1929 row 58 : joseph warta | 1932 row 59 : william mccollom | 1935 row 60 : jacob dreyer | 1938 row 61 : john levy | 1941 row 62 : william mccollom | 1942 row 63 : charles dominy | 1957 row 64 : frank gross | 1962 row 65 : philip corso | 1970 row 66 : donald dilworth | 1976 row 67 : john finnerty | 1977 row 68 : eugene dooley | 1986 row 69 : patrick mahoney | 1990 row 70 : alfred c. tisch | 2002 row 71 : vincent f. demarco | 2006 ] Execute this SQL based on the above table: select sheriff where sheriff = 'ellis taylor'
ellis taylor
[ header: team | winners | runners-up | years won | years lost row 1 : bayern munich | 5 | 4 | 1982, 1987, 1990, 2010, 2012 | 1989, 1994, 2008, 2013 row 2 : borussia dortmund | 5 | 2 | 1989, 1995, 1996, 2008, 2013 | 2011, 2012 row 3 : werder bremen | 4 | 1 | 1988, 1993, 1994, 2009 | 1991 row 4 : kaiserslautern | 1 | 2 | 1991 | 1990, 1996 row 5 : schalke 04 | 1 | 2 | 2011 | 1940, 2010 row 6 : borussia monchengladbach | 1 | 1 | 1977 | 1995 row 7 : stuttgart | 1 | 0 | 1992 | None row 8 : dresdner sc | 1 | 0 | 1940 | None row 9 : hamburg | 0 | 3 | None | 1977, 1982, 1987 row 10 : eintracht frankfurt | 0 | 1 | None | 1988 row 11 : hannover 96 | 0 | 1 | None | 1992 row 12 : bayer leverkusen | 0 | 1 | None | 1993 row 13 : wolfsburg | 0 | 1 | None | 2009 ] Execute this SQL based on the above table: select team where runners-up = 1
werder bremen, borussia monchengladbach, eintracht frankfurt, hannover 96, bayer leverkusen, wolfsburg
[ header: year | winners | score | runners up | notes row 1 : 1947 | wellington town reserves | 4-1 | walsall wood | None row 2 : 1949 | bilston town | 1-0 | oswestry town | None row 3 : 1950 | brereton social drew | None | None | None row 4 : 1951 | bloxwich strollers | 1-0 | walsall wood | after extra time row 5 : 1955 | shelfield athletic | 5-1 | walsall trinity | None row 6 : 1956 | shelfield athletic | 2-0 | ogley hay | None row 7 : 1959 | shelfield athletic | 4-0 | walsall wood | None row 8 : 1960 | shelfield athletic | 3-0 | walsall wood | None row 9 : 1965 | rushall olympic | 2-1 | brereton social | None row 10 : 1966 | lower gornal athletic | 4-2 | kidderminster harriers | after extra time row 11 : 1968 | wrockwardine wood | 2-1 | tamworth | None row 12 : 1971 | baddesley colliery | 4-3 | atherstone town | aggregate score, 1st leg 2-2, row 13 : 1973 | bilston town | 1-0 | darlaston | None row 14 : 1974 | brereton social | 3-2 | warley county borough | after extra time row 15 : 1977 | blakenall | 1-0 | bilston town | replay, 1st game 0-0 a row 16 : 1978 | sutton coldfield town | 2-0 | alvechurch | None row 17 : 1980 | sutton coldfield town | 1-0 | rushall olympic | None row 18 : 1981 | blakenall | 2-1 | sutton coldfield town | replay, 1st game 1-1 a row 19 : 1983 | coleshill town | 4-3 | wolverhampton united | None row 20 : 1984 | atherstone town | 4-0 | tividale | None row 21 : 1985 | harrisons | 2-0 | wolverhampton united | None row 22 : 1987 | boldmere st. michaels | 2-0 | bloxwich town | None row 23 : 1990 | meir ka | 2-1 | rushall olympic | replay, 1st game 0-0 a row 24 : 1991 | chasetown | 1-0 | blakenall | after extra time row 25 : 1992 | armitage 90 | 3-2 | meir ka | after extra time row 26 : 1993 | chasetown | 3-1 | pelsall villa | None row 27 : 1994 | newcastle town | 1-0 | oldbury united | after extra time row 28 : 1995 | newcastle town | 1-1 | knypersley victoria | after extra time, newcastle won on penalties row 29 : 1996 | blakenall | 0-0 | newcastle town | after extra time, blakenall won on row 30 : 1998 | blakenall | 2-1 | halesowen harriers | None row 31 : 1999 | blakenall | 3-2 | meir ka | None row 32 : 2000 | rushall olympic | 2-2 | rocester | after extra time, rushall won 5-4 on row 33 : 2001 | wolverhampton casuals | 2-0 | sutton coldfield town | None row 34 : 2002 | bolehall swifts | 4-4 | tividale | after extra time, bolehall won 4 row 35 : 2004 | sutton coldfield town | 3-1 | tividale | None row 36 : 2005 | chasetown | 2-1 | tividale | None row 37 : 2006 | boldmere st michaels | 1-0 | tipton town | None ] Execute this SQL based on the above table: select sum ( year ) where year > 1365
73265
[ header: year | single | peak chart positions us mod | peak chart positions uk | album row 1 : 1997 | "automatic" | None | None | losing streak row 2 : 1997 | "dopeman" | None | None | losing streak row 3 : 1997 | "dopeman" (remix) | None | None | non-album single row 4 : 1997 | "howie j. rey | None | None | non-album single row 5 : 1998 | "history of a boring town" | 39 | None | hello rockview row 6 : 2000 | "all my best friends are metalheads" | None | 51 | hello rockview row 7 : 2000 | "all my best friends are metalheads" | None | None | non-album single row 8 : 2001 | "gainesville rock city" | None | 57 | borders & boundaries row 9 : 2003 | "she's gonna break soon" | None | 39 | anthem row 10 : 2003 | "the science of selling yourself short" | 36 | 78 | anthem row 11 : 2003 | "surrender" | None | None | anthem row 12 : 2006 | "overrated (everything is)" | None | 61 | in with the out crowd row 13 : 2006 | "the rest of my life" | None | 77 | in with the out crowd row 14 : 2008 | "does the lion city still | None | None | gnv fla row 15 : 2008 | "abandon ship" | None | None | gnv fla ] Execute this SQL based on the above table: select single where year = ( select year where single = '"dopeman"' ) + 1
"history of a boring town"
[ header: central division v t e | w | l | pct | gb | home | road | div row 1 : y-atlanta hawks | 50 | 32 | 0.61 | None | 32-9 | 18-23 | 21-9 row 2 : x-houston rockets | 41 | 41 | 0.5 | 9 | 29-12 | 12-29 | 20-10 row 3 : x-san antonio | 41 | 41 | 0.5 | 9 | 27-14 | 14-27 | 14-16 row 4 : cleveland cavaliers | 37 | 45 | 0.451 | 13 | 28-13 | 9-32 | 16-14 row 5 : indiana pacers | 37 | 45 | 0.451 | 13 | 26-15 | 11-30 | 15-15 row 6 : detroit pistons | 16 | 66 | 0.195 | 34 | 13-28 | 3-38 | 4-26 ] Execute this SQL based on the above table: select count ( * ) where gb = 9
2
[ header: midwest division v t e | w | l | pct | gb | home | road | div row 1 : y-denver nuggets | 50 | 32 | 0.61 | None | 36-5 | 14-27 | 15-5 row 2 : x-detroit pistons | 44 | 38 | 0.537 | 6 | 30-11 | 14-27 | 12-8 row 3 : x-chicago bulls | 44 | 38 | 0.537 | 6 | 31-10 | 13-28 | 10-10 row 4 : kansas city kings | 40 | 42 | 0.488 | 10 | 28-13 | 12-29 | 7-13 row 5 : indiana pacers | 36 | 46 | 0.439 | 14 | 25-16 | 11-30 | 9-11 row 6 : milwaukee bucks | 30 | 52 | 0.366 | 20 | 24-17 | 6-35 | 7-13 ] Execute this SQL based on the above table: select count ( * ) where midwest division v t e = 'x-chicago bulls'
1
[ header: entrant | constructor | chassis | engine | no | driver row 1 : team ensign | ensign | n180b | cosworth dfv v8 | 3 | jim crawford row 2 : team ensign | ensign | n180b | cosworth dfv v8 | 4 | joe castellano row 3 : colin bennett racing | mclaren | m29 | cosworth dfv v8 | 6 | arnold glass row 4 : colin bennett racing | march | 811 | cosworth dfv v8 | 7 | val musetti row 5 : team sanada | fittipaldi | f8 | cosworth dfv v8 | 8 | tony trimmer row 6 : warren booth | shadow | dn9 | cosworth dfv v8 | 11 | warren booth row 7 : john jordan | brm | p207 | brm 202 v12 | 12 | david williams row 8 : nick mason | tyrrell | 8 | cosworth dfv v8 | 14 | john brindley row 9 : emka productions | williams | fw07 | cosworth dfv v8 | 16 | steve o'rourke row 10 : team peru | williams | fw07 | cosworth dfv v8 | 82 | jorge koechlin ] Execute this SQL based on the above table: select entrant where no = 7
colin bennett racing
[ header: game | date | opponent | location | score | ot | attendance | record row 1 : 1 | january 9, 2009 | @ portland lumberjax | rose garden | w 12-10 | None | 6859 | 1-0 row 2 : 2 | january 10, 2009 | portland lumberjax | pepsi center | l 5-14 | None | 16987 | 1-1 row 3 : 3 | january 24, 2009 | edmonton rush | pepsi center | l 9-11 | None | 16734 | 1-2 row 4 : 4 | january 31, 2009 | new york titans | pepsi center | w 12-8 | None | 15023 | 2-2 row 5 : 5 | february 7, 2009 | @ minnesota swarm | xcel energy center | w 13-8 | None | 11174 | 3-2 row 6 : 6 | february 14, 2009 | calgary roughnecks | pepsi center | w 13-12 | None | 17712 | 4-2 row 7 : 7 | february 21, 2009 | @ san jose stealth | hp pavilion at san jose | l 9-14 | None | 5576 | 4-3 row 8 : 8 | february 22, 2009 | @ edmonton rush | rexall place | l 9-10 | None | 7249 | 4-4 row 9 : 9 | march 14, 2009 | @ san jose stealth | hp pavilion at san jose | w 14-11 | None | 3535 | 5-4 row 10 : 10 | march 21, 2009 | @ calgary roughnecks | pengrowth saddledome | l 10-13 | None | 10958 | 5-5 row 11 : 11 | march 22, 2009 | minnesota swarm | pepsi center | w 13-11 | None | 15594 | 6-5 row 12 : 12 | march 28, 2009 | @ philadelphia wings | wachovia center | l 13-17 | None | 11876 | 6-6 row 13 : 13 | april 3, 2009 | rochester knighthawks | pepsi center | l 8-12 | None | 16834 | 6-7 row 14 : 14 | april 4, 2009 | @ portland lumberjax | rose garden | l 12-13 | ot | 7859 | 6-8 row 15 : 15 | april 11, 2009 | san jose stealth | pepsi center | l 10-11 | ot | 16189 | 6-9 row 16 : 16 | april 17, 2009 | edmonton rush | pepsi center | w 10-9 | None | 16727 | 7-9 ] Execute this SQL based on the above table: select record where opponent = '@ calgary roughnecks'
5-5
[ 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 player where cup = 0
daniel mladenov, hristo yovov, joazinho, darko tasevski, alex, jeanvion yulu-matondo, mariyan ognyanov, serginho greene, yordan miliev, ivo ivanov
[ header: rank | name | nationality | time | notes row 1 : None | chelsey gotell | canada | 2:28.15 | wr row 2 : None | kirby cote | canada | 2:28.65 | None row 3 : None | valerie grand maison | canada | 2:29.29 | None row 4 : 4 | kelley becherer | united states | 2:32.21 | None row 5 : 5 | prue watt | australia | 2:32.87 | None row 6 : 6 | teigan van roosmal | australia | 2:39.20 | None row 7 : 7 | lidia marta banos | spain | 2:48.80 | None row 8 : 8 | akari kasamoto | japan | 2:55.16 | None ] Execute this SQL based on the above table: select name where name > 388
chelsey gotell, kirby cote, valerie grand maison, kelley becherer, prue watt, teigan van roosmalen, lidia marta banos, akari kasamoto
[ header: rd. | grand prix | date | location | pole position | fastest lap | winning driver | constructor | report row 1 : 1 | brazilian grand prix | 26 march | jacarepagua | ayrton senna | riccardo patrese | nigel mansell | ferrari | report row 2 : 2 | san marino grand prix | 23 april | imola | ayrton senna | alain prost | ayrton senna | mclaren-honda | report row 3 : 3 | monaco grand prix | 7 may | monaco | ayrton senna | alain prost | ayrton senna | mclaren-honda | report row 4 : 4 | mexican grand prix | 28 may | hermanos rodriguez | ayrton senna | nigel mansell | ayrton senna | mclaren-honda | report row 5 : 5 | united states grand prix | 4 june | phoenix | ayrton senna | ayrton senna | alain prost | mclaren-honda | report row 6 : 6 | canadian grand prix | 18 june | circuit gilles villeneuve | alain prost | jonathan palmer | thierry boutsen | williams-renault | report row 7 : 7 | french grand prix | 9 july | paul ricard | alain prost | mauricio gugelmin | alain prost | mclaren-honda | report row 8 : 8 | british grand prix | 16 july | silverstone | ayrton senna | nigel mansell | alain prost | mclaren-honda | report row 9 : 9 | german grand prix | 30 july | hockenheimring | ayrton senna | ayrton senna | ayrton senna | mclaren-honda | report row 10 : 10 | hungarian grand prix | 13 august | hungaroring | riccardo patrese | nigel mansell | nigel mansell | ferrari | report row 11 : 11 | belgian grand prix | 27 august | spa-francorchamps | ayrton senna | alain prost | ayrton senna | mclaren-honda | report row 12 : 12 | italian grand prix | 10 september | monza | ayrton senna | alain prost | alain prost | mclaren-honda | report row 13 : 13 | portuguese grand prix | 24 september | estoril | ayrton senna | gerhard berger | gerhard berger | ferrari | report row 14 : 14 | spanish grand prix | 1 october | jerez | ayrton senna | ayrton senna | ayrton senna | mclaren-honda | report row 15 : 15 | japanese grand prix | 22 october | suzuka | ayrton senna | alain prost | alessandro nannini | benetton-ford | report row 16 : 16 | australian grand prix | 5 november | adelaide | ayrton senna | satoru nakajima | thierry boutsen | williams-renault | report ] Execute this SQL based on the above table: select grand prix where rd. < ( select rd. where grand prix = 'canadian grand prix' ) order by rd. desc limit 1
united states grand prix
[ header: party | votes | % | swing | seats | change row 1 : australian labor party | 324135 | 51.52 | -0.12 | 26 | -1 row 2 : liberal and country league | 250312 | 39.79 | -3.97 | 20 | 0 row 3 : nationals sa | 24810 | 3.94 | 2.05 | 1 | 1 row 4 : independent | 27178 | 4.32 | 2.86 | 0 | 0 row 5 : other | 2708 | 0.43 | -0.81 | 0 | 0 row 6 : total | 629143 | None | None | 47 | None row 7 : australian labor party | win | 54.5 | 1.2 | 26 | -1 row 8 : liberal and country league | None | 45.5 | -1.2 | 21 | 1 ] Execute this SQL based on the above table: select party order by abs ( party - party ) desc limit 1
australian labor party
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 30 may 1928 | olympic stadium (amsterdam | mexico | 1-0 | 7-1 | 1928 summer olympics row 2 : 2 | 30 may 1928 | olympic stadium (amsterdam | mexico | 3-0 | 7-1 | 1928 summer olympics row 3 : 3 | 22 june 1930 | bologna, italy | italy | 1-0 | 3-2 | friendly row 4 : 4 | 22 june 1930 | bologna, italy | italy | 3-1 | 3-2 | friendly row 5 : 5 | 13 december 1931 | dublin, ireland | ireland | 3-0 | 5-0 | friendly row 6 : 6 | 13 december 1931 | dublin, ireland | ireland | 5-0 | 5-0 | friendly row 7 : 7 | 24 april 1932 | oviedo, spain | yugoslavia | 1-0 | 2-1 | friendly row 8 : 8 | 21 june 1933 | madrid, spain | bulgaria | 8-0 | 13-0 | friendly row 9 : 9 | 21 june 1933 | madrid, spain | bulgaria | 12-0 | 13-0 | friendly row 10 : 10 | 11 march 1934 | madrid, spain | portugal | 4-0 | 9-0 | 1934 world cup qualifier row 11 : 11 | 11 march 1934 | madrid, spain | portugal | 6-0 | 9-0 | 1934 world cup qualifier row 12 : 12 | 21 june 1934 | firenze, italy | italy | 1-0 | 1-1 | 1934 fifa world cup row 13 : 13 | 24 january 1935 | madrid, spain | bulgaria | 1-0 | 2-0 | friendly row 14 : 14 | 19 january 1936 | madrid, spain | austria | 2-4 | 4-5 | friendly row 15 : 15 | 19 january 1936 | madrid, spain | austria | 4-4 | 4-5 | friendly row 16 : 16 | 23 february 1936 | barcelona, spain | germany | 1-2 | 1-2 | friendly ] Execute this SQL based on the above table: select venue where opponent = 'ireland' order by competition limit 1
dublin, ireland
[ header: rank | lane | name | nationality | time | notes row 1 : None | 5 | ryan lochte | united states | 1:53.94 | wr row 2 : None | 4 | aaron peirsol | united states | 1:54.33 | None row 3 : None | 8 | arkady vyatchan | russia | 1:54.93 | eu row 4 : 4 | 3 | markus rogan | austria | 1:55.49 | nr row 5 : 5 | 6 | ryosuke irie | japan | 1:55.72 | None row 6 : 6 | 1 | hayden stoeckel | australia | 1:56.39 | oc row 7 : 7 | 2 | razvan florea | romania | 1:56.52 | None row 8 : 8 | 7 | gregor tait | great britain | 1:57.00 | None ] Execute this SQL based on the above table: select count ( nationality )
8
[ header: year | goalkeeper | defenders | midfielders | forwards row 1 : 1988 | tony meola, virginia | jeff agoos, virginia | henry gutierrez, nc | scott benedetti, portl row 2 : 1993 | tim deck, wisconsin | shane batelle, st | brian kamler, creighton ja | keith defini, creighton row 3 : 1996 | jon busch, charlotte | tahj jakins, u | mike fisher, virginia | tony kuhn, vander row 4 : 1998 | adin brown, william & | matt chulis, virginia | lazo alavanja, indian | chris albright, virginia row 5 : 2000 | chris hamblin, boston | chris gbandi, | carl bussey, sm | chris carrieri, unc row 6 : 2001 | byron foss, sm | chris gbandi, | luchi gonzalez, | nicholas mccrea row 7 : 2009 | jeff attinella, south flori | bobby warshaw, stanford | kyle nakazawa, | teal bunbury, akron col ] Execute this SQL based on the above table: select year order by year desc limit 1
2009
[ header: lift name | type | top elevation (ft) | bottom elevation | vertical rise | length (ft) | slope (%) | capacity (rides/hr) | speed (ft/min) | lift manufacturer | year installed row 1 : bruno | fixed double | 5885 | 5840 | 45 | 368 | 12% | 630 | 300 | poma | 1987 row 2 : molly's express | detach quad | 5835 | 4990 | 845 | 5244 | 16% | 1200 | 1000 | doppelmayr | 2000 row 3 : pucci | fixed triple | 5920 | 5350 | 570 | 3398 | 17% | 1330 | 450 | poma | 1987 row 4 : stormin' norman | detach quad | 6245 | 5460 | 785 | 4396 | 18% | 1500 | 1000 | doppelmayr | 2000 row 5 : magic mile express | detach quad | 6990 | 5915 | 1075 | 5359 | 20% | 1600 | 950 | poma | 1992 row 6 : palmer express | detach quad | 8470 | 6940 | 1530 | 5468 | 29% | 1800 | 1000 | doppelmayr | 1996 row 7 : jeff flood express (still creek basin) | detach quad | 6020 | 4850 | 1170 | 6506 | 18% | 1800 | 1000 | doppelmayr | 2007 ] Execute this SQL based on the above table: select lift name order by top elevation (ft) + length (ft) desc limit 1
palmer express
[ header: institution | location | founded | type | enrollment | joined | nickname row 1 : bryan college | dayton, tennessee | 1930 | private (non-denominational) | 1044 | 2001 | lions row 2 : columbia college | columbia, south carolina | 1854 | private (methodist) | 1200 | 2011 | fighting koalas row 3 : milligan college | elizabethton, | 1866 | private (disciples of christ) | 1006 | 2001 | buffaloes row 4 : montreat college | montreat, north carolina | 1916 | private (presbyterian) | 1145 | 2001 | cavaliers row 5 : point university | west point, georgia | 1937 | private (christian churches and churches of | 1000 | 2011 | skyhawks row 6 : reinhardt university | waleska, georgia | 1883 | private (methodist) | 1057 | 2009 | eagles row 7 : st. andrews university | laurinburg, north carolina | 1958 | private | 800 | 2012 | knights row 8 : savannah college of art and design | atlanta, georgia | 2005 | private | 2000 | 2012 | bees row 9 : tennessee wesleyan college | athens, tennessee | 1857 | private (methodist) | 1103 | 2001 | bulldogs row 10 : truett-mcconnell college | cleveland, georgia | 1946 | private/christian (baptist) | 550 | 2013 | bears row 11 : union college | barbourville, kentucky | 1879 | private/christian (methodist) | 1368 | 2001 | bulldogs row 12 : virginia intermont college | bristol, virginia | 1884 | private/christian (baptist) | 916 | 2001 | cobras ] Execute this SQL based on the above table: select nickname where location = 'montreat, north carolina' order by founded limit 1958
cavaliers
[ header: category | speed (km/h) | speed (mph) | vehicle | pilot | date row 1 : rocket-powered aircraft | 7258 | 4510 | north american x-15 | william j. knight | 3 oct 1967 row 2 : manned air-breathing craft | 3530 | 2194 | lockheed sr-71 blackbird | eldon w. joersz | 28 jul 1976 row 3 : propeller-driven aircraft | 870 | 541 | tupolev tu-114 | ivan soukhomline | 1960 row 4 : piston-engined propeller-driven aircraft | 850.1 | 528.33 | grumman f8f bearcat rare | lyle shelton | 21 aug 1989 row 5 : helicopter | 401 | 249.1 | westland lynx 800 g | john egginton | 11 aug 1986 row 6 : glider (sailplane) | 306.8 | 190.6 | schempp-hirth nim | klaus ohlmann and | 22 dec 2006 row 7 : human-powered aircraft | 32 | 19.8 | mit monarch b | frank scarabino | 1 may 1984 ] Execute this SQL based on the above table: select pilot where pilot in ( 'john egginton' , 'ivan soukhomline' ) order by speed (km/h) limit 1
john egginton
[ header: sport | gold | silver | bronze | total row 1 : athletics | 14 | 8 | 10 | 32 row 2 : weightlifting | 9 | 2 | 1 | 12 row 3 : swimming | 8 | 7 | 5 | 20 row 4 : taekwondo | 7 | 3 | 2 | 12 row 5 : boxing | 7 | 1 | 3 | 11 row 6 : judo | 5 | 3 | 6 | 14 row 7 : canoeing | 5 | 2 | 3 | 10 row 8 : sailing | 4 | 3 | 1 | 8 row 9 : sepak takraw | 4 | 0 | 0 | 4 row 10 : wrestling | 3 | 5 | 4 | 12 row 11 : rowing | 3 | 3 | 3 | 9 row 12 : gymnastic - artistic | 3 | 2 | 3 | 8 row 13 : fencing | 3 | 1 | 9 | 13 row 14 : petanque | 3 | 1 | 2 | 6 row 15 : cycling | 2 | 8 | 4 | 14 row 16 : paragliding | 3 | 1 | 2 | 6 row 17 : fin swimming | 2 | 3 | 7 | 12 row 18 : tennis | 2 | 3 | 4 | 9 row 19 : golf | 2 | 3 | 0 | 5 row 20 : water ski | 2 | 2 | 1 | 5 row 21 : ekuestrian | 2 | 2 | 1 | 5 row 22 : bridge | 2 | 1 | 2 | 5 row 23 : billiard & snooker | 2 | 1 | 1 | 4 row 24 : futsal | 2 | 0 | 0 | 2 row 25 : volleyball | 2 | 0 | 0 | 2 row 26 : shooting | 1 | 6 | 5 | 12 row 27 : badminton | 1 | 2 | 6 | 9 row 28 : gymnastic - aerobic | 1 | 1 | 1 | 3 row 29 : gymnastic - rhythmic | 1 | 1 | 0 | 2 row 30 : basketball | 1 | 1 | 0 | 2 row 31 : wushu | 1 | 0 | 3 | 4 row 32 : beach volleyball | 1 | 0 | 2 | 3 row 33 : chess | 1 | 0 | 0 | 1 row 34 : bowling | 1 | 0 | 0 | 1 row 35 : soft tennis | 0 | 4 | 5 | 9 row 36 : pencak silat | 0 | 4 | 3 | 7 row 37 : traditional boat race | 0 | 2 | 5 | 7 row 38 : karate-do | 0 | 2 | 4 | 6 row 39 : roller sport | 0 | 2 | 2 | 4 row 40 : wall climbing | 0 | 2 | 1 | 3 row 41 : archery | 0 | 1 | 4 | 5 row 42 : table tennis | 0 | 1 | 2 | 3 row 43 : synchronized swimming | 0 | 1 | 1 | 2 row 44 : softball | 0 | 1 | 0 | 1 row 45 : baseball | 0 | 0 | 1 | 1 row 46 : diving | 0 | 0 | 1 | 1 row 47 : total | 109 | 100 | 120 | 329 ] Execute this SQL based on the above table: select count ( * ) where sport = 'synchronized swimming'
1
[ header: wager | winner | loser | location | date | notes row 1 : hair | psycho clown | super crazy | mexico city, distrito federal | may 29, 2011 | six man tag team steel cage masks v row 2 : hair | halloween | coco rojo | tlalnepantla de | july 10, 2011 | steel cage match, where los perros del row 3 : hair | psycho clown | x-fly | guadalajara, | july 31, 2011 | six man tag team steel cage masks v row 4 : title | damian 666 | monster clown | naucalpan, mexico | august 28, 2011 | four tag team steel cage match, where los psycho row 5 : hair | monster clown, murder clown and psycho clown | halloween, damian 666 and n | monterrey, nuevo leon | october 9, 2011 | steel cage masks vs. hairs row 6 : hair | psicosis | joe lider | mexico city | august 5, 2012 | None row 7 : hair | dark cuervo | halloween | san luis potosi, | october 7, 2012 | domo de la muerte, ] Execute this SQL based on the above table: select notes order by winner desc limit 1
six man tag team steel cage masks vs. hairs match, where los perros del mal (crazy, el hijo del perro aguayo and damian 666) faced los psycho circus (psycho clown, monster clown and murder clown)