inputs
stringlengths
291
3.71k
targets
stringlengths
1
2.65k
[ header: rnd. | pick # | nfl team | player | pos. | college | conf. | notes row 1 : 1 | 1 | oakland raiders | jamarcus russell | qb | lsu | sec | None row 2 : 1 | 6 | washington redskins | laron landry | s | lsu | sec | None row 3 : 1 | 22 | cleveland browns | brady quinn | qb | notre dame | ind | from dallas row 4 : 2 | 35 | tampa bay buccaneers | arron sears | g | tennessee | sec | None row 5 : 2 | 52 | st. louis rams | brian leonard | fb | rutgers | big east | None row 6 : 3 | 71 | miami dolphins | lorenzo booker | rb | florida state | acc | None row 7 : 3 | 77 | pittsburgh steelers | matt spaeth | te | minnesota | big ten | None row 8 : 3 | 78 | green bay packers | james jones | wr | san jose state | wac | None row 9 : 3 | 79 | jacksonville jaguars | mike sims-walker | wr | central florida | c-usa | None row 10 : 3 | 85 | seattle seahawks | brandon mebane | dt | california | pac-10 | None row 11 : 4 | 127 | new england patriots | kareem brown | dt | miami (fl) | acc | None row 12 : 5 | 161 | seattle seahawks | will herring | lb | auburn | sec | None row 13 : 5 | 164 | carolina panthers | tim shaw | lb | penn state | big ten | from new york jets row 14 : 6 | 177 | new york jets | jacob bender | ot | nicholls state | southland | from tampa bay row 15 : 6 | 178 | dallas cowboys | nick folk | k | arizona | pac-10 | from cleveland row 16 : 6 | 204 | tennessee titans | jacob ford | de | central arkansas | ind | from san diego row 17 : 7 | 214 | tampa bay buccaneers | chris denman | ot | fresno state | wac | None row 18 : 7 | 217 | minnesota vikings | tyler thigpen | qb | coastal carolina | big south | None row 19 : 7 | 222 | buffalo bills | derek schouman | te | boise state | wac | None row 20 : 7 | 230 | cincinnati bengals | dan santucci | g | notre dame | ind | None row 21 : 7 | 248 | st. louis rams | keith jackson, jr | dt | arkansas | sec | None ] Execute this SQL based on the above table: select nfl team where conf. = 'sec' order by rnd. desc limit 1
st. louis rams
[ header: rank | circuit | headquarters | screens | sites row 1 : 1 | regal entertainment group | knoxville,tn | 7318 | 574 row 2 : 2 | amc entertainment inc | kansas city, mo | 4988 | 344 row 3 : 3 | cinemark theatres | plano, tx | 4434 | 332 row 4 : 4 | carmike cinemas, inc | columbus, ga | 2476 | 249 row 5 : 5 | cineplex entertainment | toronto, on | 1672 | 136 row 6 : 6 | marcus theatres | milwaukee, wi | 687 | 55 row 7 : 7 | harkins theatres | phoenix, az | 440 | 31 row 8 : 8 | national amusements | dedham, ma | 423 | 32 row 9 : 9 | bow tie cinemas | ridgefield, ct | 388 | 63 row 10 : 10 | georgia theatre company | st. simon's island, | 326 | 32 ] Execute this SQL based on the above table: select circuit where id = ( select id where circuit = 'cineplex entertainment' and sites = 136 ) - 1
carmike cinemas, inc
[ header: parish (sokn) | church name | location of the church | year built row 1 : gildeskal | gildeskal church | inndyr | 1881 row 2 : gildeskal | old gildeskal church | inndyr | 1100s row 3 : gildeskal | saura church | saura | 1884 row 4 : gildeskal | mevik chapel | mevik | 1910 row 5 : gildeskal | nordstranda chapel | lekanger | 1963 row 6 : gildeskal | sørfjorden chapel | sørfinnset | 1957 ] Execute this SQL based on the above table: select count ( church name )
6
[ header: res. | record | opponent | method | event | date | round | time | location | notes row 1 : loss | 5-3 | alistair overeem | tko (kick to the body | ufc 141 | december 30, 2011 | 1 | 2:26 | las vegas, united states | announced retirement after fight row 2 : loss | 5-2 | cain velasquez | tko (punches) | ufc 121 | october 23, 2010 | 1 | 4:12 | anaheim, california | lost ufc heavyweight championship row 3 : win | 5-1 | shane carwin | submission (arm triangle choke) | ufc 116 | july 3, 2010 | 2 | 2:19 | las vegas, united states | defended ufc heavyweight championship. row 4 : win | 4-1 | frank mir | tko (punches) | ufc 100 | july 11, 2009 | 2 | 1:48 | las vegas, united states | defended ufc heavyweight championship. row 5 : win | 3-1 | randy couture | tko (punches) | ufc 91 | november 15, 2008 | 2 | 3:07 | las vegas, united states | won ufc heavyweight championship row 6 : win | 2-1 | heath herring | decision (unanimous) | ufc 87 | august 9, 2008 | 3 | 5:00 | minneapolis, minnesot | None row 7 : loss | 1-1 | frank mir | submission (kneebar) | ufc 81 | february 2, 2008 | 1 | 1:30 | las vegas, united states | ufc debut row 8 : win | 1-0 | min-soo kim | submission (punches) | dynamite!! usa | june 2, 2007 | 1 | 1:09 | los angeles, united states | mma debut ] Execute this SQL based on the above table: select date group by date order by count ( * ) desc limit 1
october 23, 2010
[ header: date | location | venue | opening act | supporting row 1 : august 11, 1993 | calgary, alberta, canada | max bell arena | cadillac tramps | None row 2 : august 12, 1993 | edmonton, alberta, | convention center | cadillac tramps | None row 3 : august 14, 1993 | gimli, manitob | gimli motorsport park | None | None row 4 : august 17, 1993 | hull, quebec, canada | robert guertin arena | doughboys | None row 5 : august 18, 1993 | toronto, ontario, canada | canadian national exhibition (cne) | None | neil young row 6 : august 19, 1993 | montreal, quebec, canada | verdun auditorium | doughboys | None row 7 : september 2, 1993 | los angeles, californi | viper room | the darling buds | None row 8 : september 4, 1993 | vancouver, british columb | bc place stadium | None | neil young row 9 : september 4, 1993 | seattle, washington | rendezvous club | None | None row 10 : september 5, 1993 | george, washington | the gorge amphitheatre | blind melon | neil young row 11 : september 6, 1993 | portland, oregon | portland meadows | blind melon | neil young ] Execute this SQL based on the above table: select count ( * ) where location = 1705
0
[ header: color | pin (tip) | pin (ring) | color row 1 : white/blue | 26 | 1 | blue/white row 2 : white/orange | 27 | 2 | orange/white row 3 : white/green | 28 | 3 | green/white row 4 : white/brown | 29 | 4 | brown/white row 5 : white/slate | 30 | 5 | slate/white row 6 : red/blue | 31 | 6 | blue/red row 7 : red/orange | 32 | 7 | orange/red row 8 : red/green | 33 | 8 | green/red row 9 : red/brown | 34 | 9 | brown/red row 10 : red/slate | 35 | 10 | slate/red row 11 : black/blue | 36 | 11 | blue/black row 12 : black/orange | 37 | 12 | orange/black row 13 : black/green | 38 | 13 | green/black row 14 : black/brown | 39 | 14 | brown/black row 15 : black/slate | 40 | 15 | slate/black row 16 : yellow/blue | 41 | 16 | blue/yellow row 17 : yellow/orange | 42 | 17 | orange/yellow row 18 : yellow/green | 43 | 18 | green/yellow row 19 : yellow/brown | 44 | 19 | brown/yellow row 20 : yellow/slate | 45 | 20 | slate/yellow row 21 : violet/blue | 46 | 21 | blue/violet row 22 : violet/orange | 47 | 22 | orange/violet row 23 : violet/green | 48 | 23 | green/violet row 24 : violet/brown | 49 | 24 | brown/violet row 25 : violet/slate | 50 | 25 | slate/violet ] Execute this SQL based on the above table: select color where pin (ring) > ( select pin (ring) where color = 'white/blue' ) order by pin (ring) limit 1
white/orange
[ header: place | team | titles | runners-up | winning years row 1 : 1 | maccabi tel aviv | 5 | 1 | 2007, 2010, 2011, 2012, 2013 row 2 : 2 | hapoel jerusalem | 2 | 3 | 2008, 2009 row 3 : 3 | ironi ashkelon | 1 | 0 | 2006 row 4 : 4 | maccabi rishon lezion | 0 | 1 | None row 5 : 4 | ironi nahariya | 0 | 1 | None row 6 : 4 | hapoel holon | 0 | 1 | None row 7 : 4 | maccabi ashdod | 0 | 1 | None ] Execute this SQL based on the above table: select runners-up where team = 'hapoel jerusalem'
3
[ header: name | current use | completed | namesake | info row 1 : ritter library | library | 1958 | george ritter (alumn | ritter library is one of three libraries on row 2 : health center | health center | 1986 | None | built at the same time as the lou hig row 3 : lindsay-crossman chapel | chapel | 1870 | lindsay-crossman (trustee | originally called the emmanuel row 4 : historian's house | office | None | None | house dedicated by the university to hold historical records and row 5 : presidents house | home | 1935 | None | the president's house went through renovations in row 6 : alumni house | offices | None | None | the building was formally called victoria row 7 : newman center | newman center | None | None | the building is used by the newman student organization row 8 : tudor house | campus security | None | None | the building is used by bw safety row 9 : student activities center (sac) | student activity center | 1913-14 | None | originally built to be a women's gymnas row 10 : black cultural center | cultural center | None | None | the building is used as meeting space for student organizations row 11 : strosacker hall (union) | student activities center | 1965 | charles strosacker (alum | the building is home to administrative offices, student organizations row 12 : bonds hall | administrative building | None | alfred bonds (president) | former home of the admissions offices the building houses row 13 : durst welcome center | administrative building | 2011 | richard durst (president) | home to the university's admissions offices ] Execute this SQL based on the above table: select name order by namesake limit 1
health center
[ header: place (posicion) | team (equipo) | played (pj) | won (pg) | draw (pe) | lost (pp) | goals scored (gf) | goals conceded (gc) | +/- (dif.) | points (pts.) row 1 : 1 | tauro f.c | 13 | 7 | 2 | 4 | 21 | 18 | +3 | 23 row 2 : 2 | san francisco f.c | 13 | 5 | 6 | 2 | 19 | 15 | +4 | 21 row 3 : 3 | chepo f.c | 13 | 5 | 5 | 3 | 19 | 12 | +7 | 20 row 4 : 4 | sporting san miguelito | 13 | 6 | 2 | 5 | 18 | 16 | +2 | 20 row 5 : 5 | arabe unido | 13 | 6 | 2 | 5 | 15 | 14 | +1 | 20 row 6 : 6 | plaza amador | 13 | 4 | 7 | 2 | 13 | 9 | +4 | 19 row 7 : 7 | chorrillo f.c | 13 | 3 | 7 | 3 | 14 | 13 | +1 | 16 row 8 : 8 | atletico chiriqui | 13 | 4 | 3 | 6 | 14 | 22 | -8 | 15 row 9 : 9 | atletico veraguense | 13 | 2 | 5 | 6 | 15 | 28 | -13 | 11 row 10 : 10 | alianza | 13 | 3 | 1 | 9 | 25 | 27 | -2 | 10 ] Execute this SQL based on the above table: select team (equipo) where won (pg) = ( select min ( won (pg) ) )
atletico veraguense
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | china | 9 | 3 | 2 | 14 row 2 : 2 | malaysia | 3 | 3 | 1 | 7 row 3 : 3 | japan | 2 | 3 | 6 | 11 row 4 : 4 | south korea | 2 | 2 | 5 | 9 row 5 : 5 | kazakhstan | 1 | 3 | 0 | 4 row 6 : 6 | chinese taipei | 1 | 1 | 3 | 5 row 7 : 7 | iran | 1 | 1 | 0 | 2 row 8 : 8 | hong kong | 1 | 0 | 2 | 3 row 9 : 9 | kyrgyzstan | 1 | 0 | 0 | 1 row 10 : 10 | uzbekistan | 0 | 3 | 1 | 4 row 11 : 11 | thailand | 0 | 1 | 1 | 2 row 12 : 12 | indonesia | 0 | 1 | 0 | 1 row 13 : total | total | 21 | 21 | 21 | 63 ] Execute this SQL based on the above table: select nation order by rank desc limit 1
indonesia
[ header: name | year | credited with | publisher row 1 : indiana jones and the last cru | 1989 | tester | lucasarts row 2 : maniac mansion (nes port) | 1990 | tools programmer, scumm | lucasarts row 3 : the secret of monkey island | 1990 | co-writer, programmer, additional designer | lucasarts row 4 : monkey island 2: lechuck's revenge | 1991 | co-writer, programmer, additional designer | lucasarts row 5 : maniac mansion: day of the tent | 1993 | co-designer, co-producer | lucasarts row 6 : full throttle | 1995 | project leader, writer, designer | lucasarts row 7 : the curse of monkey island | 1997 | additional design | lucasarts row 8 : grim fandango | 1998 | project leader, writer, designer | lucasarts row 9 : star wars: shadows of the empire | 1999 | never actively tried to sabotage the project | lucasarts row 10 : psychonauts | 2005 | creative director, co-writer, designer | double fine, majesco row 11 : brutal legend | 2009 | creative director, writer, designer | double fine, electronic arts row 12 : costume quest | 2010 | creative director, writer | double fine, thq row 13 : stacking | 2011 | creative director | double fine, thq row 14 : iron brigade | 2011 | creative director | double fine, microsoft studios row 15 : sesame street: once upon a monster | 2011 | creative director | double fine, warner bros. interactive entertainment row 16 : haunt | 2012 | voice actor | nanaon-sha, row 17 : double fine happy action theater | 2012 | director | double fine, microsoft studios row 18 : middle manager of justice | 2012 | creative director | double fine, dracogen row 19 : kinect party | 2012 | creative director | double fine, microsoft studios row 20 : the cave | 2013 | studio creative director | double fine, sega row 21 : dropchord | 2013 | creative director | double fine, dracogen row 22 : spacebase df-9 | 2013 | creative director | double fine, indie fund row 23 : broken age | 2014 | director, writer | double fine row 24 : massive chalice | 2014 | creative director | double fine ] Execute this SQL based on the above table: select credited with order by year desc limit 1
director, writer
[ header: # | player | σ points | qual. | final row 1 : 1 | karel hromadka | 9.5 | 3 | 6.5 row 2 : 2 | jan schulz (czechos | 9 | 4 | 5 row 3 : 3 | erwin voellmy (switz | 8.5 | 3.5 | 5 row 4 : 4 | karl behting (latvia | 8 | 2 | 6 row 5 : 4 | georges renaud (france | 8 | 3 | 5 row 6 : 4 | roberto grau (argentina | 8 | 3.5 | 4.5 row 7 : 4 | george koltanowski (bel | 8 | 3.5 | 4.5 row 8 : 8 | giovanni cenni (ital | 7.5 | 1.5 | 6 row 9 : 8 | endre steiner (hungary) | 7.5 | 2 | 5.5 row 10 : 8 | otto zimmermann (switz | 7.5 | 2.5 | 5 row 11 : 8 | dawid daniuszewski (poland | 7.5 | 2.5 | 5 row 12 : 8 | karoly sterk (hungary | 7.5 | 3 | 4.5 row 13 : 8 | damian reca (argentina) | 7.5 | 3.5 | 4 row 14 : 14-45 | etc | None | None | None ] Execute this SQL based on the above table: select count ( player ) where qual. - qual. > 3
0
[ header: tenure | coach | years | record | pct. row 1 : 1892 | shelby fletcher | 1 | 1-0 | 1 row 2 : 1893 | w. m. walker | 1 | 4-6-1 | 0.409 row 3 : 1894 | j. h. lyons | 1 | 10-3 | 0.769 row 4 : 1895 | j. f. jenkins | 1 | 9-3 | 0.75 row 5 : 1896 | eli abbott | 1 | 5-5 | 0.5 row 6 : 1897 | "kid" peeples | 1 | 10-0 | 1 row 7 : 1898 | joseph black | 1 | 2-3 | 0.4 row 8 : 1899 | f. c. owen | 1 | 3-6 | 0.333 row 9 : 1900 | ardis smith | 1 | 9-3 | 0.75 row 10 : 1901-1905 | thomas stouch | 5 | 49-25-1 | 0.66 row 11 : 1906 | schwartz | 1 | 4-16-1 | 0.214 row 12 : 1907-1910 | j. w. h. poll | 4 | 66-22-1 | 0.747 row 13 : 1911 | guy lowman | 1 | 12-5 | 0.706 row 14 : 1912-1915 | d. v. graves | 4 | 66-30-1 | 0.686 row 15 : 1916-1919 | b. l. noojin | 4 | 55-18 | 0.753 row 16 : 1920 | gordon w. lewis | 1 | 15-2 | 0.882 row 17 : 1921-1923 | charles bernier | 3 | 28-35-4 | 0.448 row 18 : 1924-1927 | wallace wade | 4 | 61-32-2 | 0.653 row 19 : 1928 | hank crisp | 1 | 12-7-2 | 0.619 row 20 : 1929-1930 | jess neely | 2 | 28-15-2 | 0.644 row 21 : 1931-1932 | sam hinton | 2 | 23-7-2 | 0.75 row 22 : 1933-1934 | jennings b. whitworth | 2 | 21-11 | 0.656 row 23 : 1943 | paul burnham | 1 | 12-6 | 0.667 row 24 : 1946 | dixie howell | 1 | 13-7 | 0.65 row 25 : 1935-1942 1947-1963 | tilden campbell | 25 | 355-168-4 | 0.677 row 26 : 1964-1969 | joe sewell | 6 | 106-79 | 0.573 row 27 : 1970-1979 | hayden riley | 10 | 236-206-1 | 0.533 row 28 : 1980-1994 | barry shollenberger | 15 | 487-334-1 | 0.593 row 29 : 1995-2009 | jim wells | 15 | 625-322 | 0.656 row 30 : 2010-present | mitch gaspard | 4 | 133-115 | 0.536 row 31 : totals | 30 coaches | 121 seasons | 2,461-1,490-23 | 0.623 ] Execute this SQL based on the above table: select record order by pct. asc limit 1
4-16-1
[ header: | wine | rank | beer | rank | spirits | rank | total | rank↓ row 1 : yukon | 18.3 | 1 | 90.6 | 1 | 13.8 | 1 | 12.7 | 1 row 2 : northwest territories | 8.1 | 7 | 55.2 | 5 | 10.8 | 2 | 9.2 | 2 row 3 : alberta | 13.9 | 4 | 89.8 | 4 | 7.6 | 9 | 8.6 | 3 row 4 : newfoundland & labrador | 6.5 | 11 | 93.3 | 3 | 7.3 | 10 | 8 | 4 row 5 : british columbia | 14.5 | 3 | 76.6 | 12 | 9 | 7 | 7.8 | 5 row 6 : ontario | 11.8 | 5 | 84.3 | 6 | 8.8 | 8 | 7.8 | 6 row 7 : quebec | 17.4 | 2 | 93.9 | 2 | 4.1 | 12 | 7.8 | 7 row 8 : prince edward island | 7.4 | 10 | 78.9 | 9 | 9.7 | 3 | 7.5 | 8 row 9 : nova scotia | 8 | 8 | 79.5 | 8 | 9.1 | 5 | 7.5 | 9 row 10 : manitoba | 8 | 9 | 76.8 | 10 | 9.4 | 4 | 7.4 | 10 row 11 : saskatchewan | 5 | 12 | 76.8 | 11 | 9.1 | 6 | 7 | 11 row 12 : new brunswick | 8.4 | 6 | 79.8 | 7 | 6.8 | 11 | 6.7 | 12 row 13 : nunavut | None | None | None | None | None | None | None | None row 14 : canada | 13.1 | None | 85.6 | None | 7.5 | None | 7.8 | None ] Execute this SQL based on the above table: select where = 'quebec' order by desc limit 1
quebec
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | united states (usa) | 5 | 0 | 0 | 5 row 2 : 2 | italy (ita) | 1 | 1 | 1 | 3 row 3 : 3 | poland (pol) | 1 | 1 | 0 | 2 row 4 : 4 | finland (fin) | 1 | 0 | 4 | 5 row 5 : 5 | czechoslovakia (t | 1 | 0 | 0 | 1 row 6 : 5 | hungary (hun) | 1 | 0 | 0 | 1 row 7 : 7 | soviet union (urs) | 0 | 2 | 4 | 6 row 8 : 8 | south africa (rsa) | 0 | 1 | 3 | 4 row 9 : 9 | argentina (arg) | 0 | 1 | 1 | 2 row 10 : 9 | germany (ger) | 0 | 1 | 1 | 2 row 11 : 9 | romania (rou) | 0 | 1 | 1 | 2 row 12 : 9 | sweden (swe) | 0 | 1 | 1 | 2 row 13 : 13 | ireland (irl) | 0 | 1 | 0 | 1 row 14 : 14 | bulgaria (bul) | 0 | 0 | 1 | 1 row 15 : 14 | denmark (den) | 0 | 0 | 1 | 1 row 16 : 14 | france (fra) | 0 | 0 | 1 | 1 row 17 : 14 | south korea (kor) | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select ( select gold where nation = 'south korea (kor)' ) - ( select gold where nation = 'poland (pol)' )
-1.0
[ 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 group by notes order by count ( * ) desc limit 1
steel cage match, where los perros del mal (halloween, damian 666 and ek balam) faced los payasos tricolor (coco rojo, coco azul and coco amarillo) and los psycho circus (monster clown, murder clown and psycho clown)
[ header: year | competition | venue | position | notes row 1 : 1994 | world junior championships | lisbon, portugal | 2nd | 5,000 m row 2 : 1995 | all-africa games | harare, zimbabwe | 2nd | 5,000 m row 3 : 1995 | all-africa games | harare, zimbabwe | 2nd | 10,000 m row 4 : 1997 | world championships | athens, greece | 7th | 10,000 m row 5 : 1999 | all-africa games | johannesburg, south africa | 3rd | 10,000 m row 6 : 2001 | world championships | edmonton, canada | 9th | 10,000 m ] Execute this SQL based on the above table: select count ( distinct year )
5
[ 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 years won where id = ( select id where years won = '1989, 1995, 1996, 2008, 2013' ) - 1
1982, 1987, 1990, 2010, 2012
[ header: year | single | chart | position row 1 : 1986 | "best of both worlds" | album rock tracks | 12 row 2 : 1986 | "dreams" | album rock tracks | 6 row 3 : 1986 | "dreams" | billboard hot 100 | 22 row 4 : 1986 | "love walks in" | album rock tracks | 4 row 5 : 1986 | "love walks in" | billboard hot 100 | 22 row 6 : 1986 | "summer nights" | album rock tracks | 33 row 7 : 1986 | "why can't this be love" | album rock tracks | 1 row 8 : 1986 | "why can't this be love" | billboard hot 100 | 3 ] Execute this SQL based on the above table: select count ( single ) where chart = 'billboard hot 100'
3
[ header: year | competition | venue | position | event | notes row 1 : 1990 | central american and caribbean games | mexico city, mexico | 1st | 3000 m s'chase | None row 2 : 1991 | pan american games | havana city, cuba | 6th | 3000 m s'chase | None row 3 : 1992 | olympic games | barcelona, spain | 6th | 10,000 m | None row 4 : 1993 | world championships | stuttgart, germany | 9th | 10,000 m | None row 5 : 1994 | world half marathon championships | oslo, norway | 2nd | half marathon | 1:00:28 pb row 6 : 1994 | new york city marathon | new york city, united states | 1st | marathon | None row 7 : 1994 | london marathon | london, england | 3rd | marathon | None row 8 : 1995 | world championships | gothenburg, sweden | 13th | 10,000 m | None row 9 : 1995 | new york city marathon | new york city, united states | 1st | marathon | None row 10 : 1996 | olympic games | atlanta, united states | 6th | marathon | None row 11 : 1997 | new york city marathon | new york city, united states | 5th | marathon | None row 12 : 1997 | boston marathon | boston, united states | 4th | marathon | None ] Execute this SQL based on the above table: select count ( notes ) where venue = 'None'
0
[ header: athlete | nation | olympics | gold | silver | bronze | total row 1 : gillis grafstrom | sweden (swe) | 1920-1932 | 3 | 1 | 0 | 4 row 2 : evgeni plushenko | russia (rus) | 2002-2014 | 2 | 2 | 0 | 4 row 3 : ludmila belousova | soviet union (urs) | 1964-1968 | 2 | 0 | 0 | 2 row 4 : dick button | united states (usa) | 1948-1952 | 2 | 0 | 0 | 2 row 5 : ekaterina gordeeva | soviet union (urs) russia ( | 1988, 1994 | 2 | 0 | 0 | 2 row 6 : tatiana volosozhar | russia (rus) | 2014 | 2 | 0 | 0 | 2 row 7 : katarina witt | east germany (gdr) | 1984-1988 | 2 | 0 | 0 | 2 row 8 : marina klimova / sergei | unified team (eun) soviet | 1984-1992 | 1 | 1 | 1 | 3 row 9 : tenley albright | united states (usa) | 1952-1956 | 1 | 1 | 0 | 2 row 10 : elena berezhnay | russia (rus) | 1998-2002 | 1 | 1 | 0 | 2 row 11 : carol heiss | united states (usa) | 1956-1960 | 1 | 1 | 0 | 2 row 12 : kim yu-na | south korea (kor) | 2010-2014 | 1 | 1 | 0 | 2 row 13 : shen xue / z | china (chn) | 2002-2010 | 1 | 0 | 2 | 3 row 14 : jeannette altwegg | great britain (gbr) | 1948-1952 | 1 | 0 | 1 | 2 row 15 : marina anissina / g | france (fra) | 1998-2002 | 1 | 0 | 1 | 2 row 16 : beatrix loughran | united states (usa) | 1924-1932 | 0 | 2 | 1 | 3 row 17 : patrick chan | canada (can) | 2014 | 0 | 2 | 0 | 2 row 18 : marika kilius / hans | unified team of germany (eua | 1960-1964 | 0 | 2 | 0 | 2 row 19 : brian orser | canada (can) | 1984-1988 | 0 | 2 | 0 | 2 row 20 : elvis stojko | canada (can) | 1994-1998 | 0 | 2 | 0 | 2 row 21 : phyllis johnson | great britain (gbr) | 1908-1920 | 0 | 1 | 1 | 2 row 22 : michelle kwan | united states (usa) | 1998-2002 | 0 | 1 | 1 | 2 row 23 : irina slut | russia (rus) | 2002-2006 | 0 | 1 | 1 | 2 row 24 : philippe candeloro | france (fra) | 1994-1998 | 0 | 0 | 2 | 2 row 25 : manuela groß / uwe ka | east germany (gdr) | 1972-1976 | 0 | 0 | 2 | 2 row 26 : chen lu | china (chn) | 1994-1998 | 0 | 0 | 2 | 2 row 27 : patrick pera | france (fra) | 1968-1972 | 0 | 0 | 2 | 2 ] Execute this SQL based on the above table: select count ( * ) where nation = 'canada (can)'
3
[ header: region | country | location | size (m) | payload (metric tonnes) | degrees of freedom | x horiz disp (mm) | y horiz disp (mm) | z vert disp (mm) | x horiz vel (mm/s) | y horiz vel (mm/s) | z vert vel (mm/s) | x horiz accel (m/s2) | y horiz accel (m/s2) | z vert accel (m/s2) | max freq (hz) | details checked row 1 : asia | china | xi'a university of architecture & | 2 x 2 | None | None | None | None | None | None | None | None | None | None | None | None | None row 2 : asia | japan | hitachi engineering corp | 4 x 4 | 20 | 1 | ±150 | None | None | ±750 | None | None | ±20 | None | None | 30 | None row 3 : asia | japan | ishikawajima harima | 4.5 x 4.5 | 35 | 6 | ±100 | ±100 | ±67 | ±750 | ±750 | ±500 | ±15 | ±15 | ±10 | 50 | None row 4 : asia | japan | kumagai-gumi corp | 5 x 5 | 64 | 6 | ±80 | ±260 | ±50 | ±600 | ±1500 | ±500 | ±30 | ±10 | ±10 | 70 | None row 5 : asia | japan | ministry of construction | 6 x 8 | 100 | 2 | ±75 | None | None | ±600 | None | None | ±7 | None | None | 30 | None row 6 : asia | japan | shimizu corporation | 4 x 4 | 20 | 3 | ±200 | None | None | ±1000 | None | None | ±10 | None | None | 50 | None row 7 : asia | japan | tobishima corp ltd | 4 x 4 | 20 | 2 | ±75 | None | None | None | None | None | ±15 | None | None | 30 | None row 8 : canada | canada | university of british columbia | 4 x 4 | 30 | 6 | None | None | None | None | None | None | None | None | None | None | None row 9 : europe | france | commissariat a l'energie | 4 x 3 | 20 | 1 | ±125 | None | None | ±1000 | None | None | ±10 | None | None | 50 | 27/01/2011 row 10 : europe | italy | european centre for training & research in earthquake engineering | 5.6 x 7 | 140 | 1 | ±500 | None | None | ±2200 | None | None | 59 | None | None | 50 | None row 11 : europe | italy | european centre for training & research in earthquake engineering | 1.6 x 4.4 | 5000 (vertical load) | 5 | ±500 | ±265 | 140 | ±2200 | ±600 | ±250 | 18 | None | None | 20 | None row 12 : europe | spain | cedex | None | None | None | None | None | None | None | None | None | None | None | None | None | None row 13 : usa | colorado | anco engineers, inc boulder, colora | 3 x 3 | 10 | 3 | ±200 | ±200 | ±200 | ±2000 | ±2000 | ±2000 | ±30 | ±30 | ±30 | 40 | 16/10/2012 ] Execute this SQL based on the above table: select count ( distinct size (m) )
9
[ header: tie no | home team | score | away team | date row 1 : 1 | enfield | 1-1 | leyton orient | 19 november 1988 row 2 : replay | leyton orient | 2-2 | enfield | 23 november 1988 row 3 : replay | leyton orient | 0-1 | enfield | 28 november 1988 row 4 : 2 | blackpool | 2-1 | scunthorpe united | 19 november 1988 row 5 : 3 | darlington | 1-2 | notts county | 19 november 1988 row 6 : 4 | bath city | 2-0 | grays athletic | 19 november 1988 row 7 : 6 | burnley | 0-2 | chester city | 19 november 1988 row 8 : 7 | preston north end | 1-1 | tranmere rovers | 19 november 1988 row 9 : replay | tranmere rovers | 3-0 | preston north end | 22 november 1988 row 10 : 9 | reading | 4-2 | hendon | 19 november 1988 row 11 : 10 | woking | 1-4 | cambridge united | 19 november 1988 row 12 : 11 | gillingham | 3-3 | peterborough united | 19 november 1988 row 13 : replay | peterborough united | 1-0 | gillingham | 23 november 1988 row 14 : 12 | bolton wanderers | 0-0 | chesterfield | 19 november 1988 row 15 : replay | chesterfield | 2-3 | bolton wanderers | 28 november 1988 row 16 : 13 | grimsby town | 1-0 | wolverhampton wanderers | 19 november 1988 row 17 : 14 | stafford rangers | 2-2 | crewe alexandra | 19 november 1988 row 18 : replay | crewe alexandra | 3-2 | stafford rangers | 22 november 1988 row 19 : 15 | scarborough | 2-1 | stockport county | 19 november 1988 row 20 : replay | doncaster rovers | 2-1 | brandon united | 22 november 1988 row 21 : 17 | fulham | 0-1 | colchester united | 19 november 1988 row 22 : 18 | brentford | 2-0 | halesowen town | 19 november 1988 row 23 : 20 | altrincham | 3-2 | lincoln city | 19 november 1988 row 24 : 23 | mansfield town | 1-1 | sheffield united | 19 november 1988 row 25 : replay | sheffield united | 2-1 | mansfield town | 22 november 1988 row 26 : 25 | halifax town | 1-0 | york city | 19 november 1988 row 27 : 27 | southport | 0-2 | port vale | 19 november 1988 row 28 : 28 | runcorn | 2-2 | wrexham | 19 november 1988 row 29 : replay | wrexham | 2-3 | runcorn | 22 november 1988 row 30 : 29 | torquay united | 2-2 | fareham town | 19 november 1988 row 31 : 30 | kettering town | 2-1 | dartford | 19 november 1988 row 32 : 31 | rotherham united | 3-1 | barrow | 19 november 1988 row 33 : 34 | waterlooville | 1-4 | aylesbury united | 19 november 1988 row 34 : 35 | telford united | 1-1 | carlisle united | 19 november 1988 row 35 : replay | carlisle united | 4-1 | telford united | 22 november 1988 row 36 : 36 | swansea city | 3-1 | northampton town | 19 november 1988 row 37 : 37 | frickley athletic | 0-2 | northwich victoria | 19 november 1988 row 38 : 38 | hartlepool united | 2-0 | wigan athletic | 19 november 1988 row 39 : 39 | welling united | 3-0 | bromsgrove rovers | 19 november 1988 ] Execute this SQL based on the above table: select tie no where score = '0-1'
replay, 17
[ header: name | type | circle | bench | formed | notes row 1 : uberlingen | imperial city | swab | sw | 1268 | 1803: mediatized to baden row 2 : ulm | 1155: free imperial city | swab | sw | 1115 | 1803: mediatized to bavaria row 3 : umpfenbach | lordship 1805: hre | None | None | None | to trauttmansdorff row 4 : unterwalden | imperial valley | None | None | 1415 | division into nidwalden and row 5 : upper salm | 1163: county | None | None | 1170 | partitioned from salm 1499: raised row 6 : upper bavaria (oberbayern | duchy | None | None | 1255 | None row 7 : upper schonburg | county | upp sax | None | 1569 | partitioned from schonburg 1800: partitione row 8 : urach | county | None | None | None | 1060: 1st mention of ur row 9 : uri | imperial valley | None | None | 1231 | split off from habsburg 1648: left empire row 10 : ursberg | 1143: hre abbey | swab | None | None | 1803; secularized row 11 : utrecht | bishopric | burg | ec | 1024 | 1512: burgundian circle 1528 row 12 : uznach | county | None | None | None | None ] Execute this SQL based on the above table: select notes where formed > 677
1803: mediatized to baden, 1803: mediatized to bavaria 1809: to wurttemberg, division into nidwalden and obwalden 1173: to counts of habsburg 1291: nidwalden became a founding member of the swiss league 1324: immediate imperial fief (reichsunmittelbar) 1350s: division into obwalden and nidwalden 1648: left empire as member of swiss confederation, partitioned from salm 1499: raised to wild- and rhinegraves of salm 1574: divided into salm-salm and salm-grumbach, partitioned from schonburg 1800: partitioned into schonburg-hartenstein and schonburg-waldenburg, split off from habsburg 1648: left empire as member of swiss confederation, 1512: burgundian circle 1528: secularized to austria 1793: council of princes
[ header: # | stadium | capacity | city | home team row 1 : 1 | windsor park | 24734 | belfast | linfield, northern ireland row 2 : 2 | the oval | 15000 | belfast | glentoran row 3 : 3= | ballymena showgrounds | 8000 | ballymena | ballymena united row 4 : 3= | new grosvenor stadium | 8000 | ballyskeagh | lisburn distillery row 5 : 3= | shamrock park | 8000 | portadown | portadown row 6 : 6 | brandywell stadium | 7700 | derry | derry city row 7 : 7= | seaview | 6500 | belfast | crusaders row 8 : 7= | the showgrounds | 6500 | coleraine | coleraine row 9 : 7= | the showgrounds | 6500 | newry | newry city row 10 : 10= | inver park | 6000 | larne | larne row 11 : 10= | solitude | 6000 | belfast | cliftonville row 12 : 10= | taylors avenue | 6000 | carrickfergus | carrick rangers row 13 : 13 | dixon park | 5333 | ballyclare | ballyclare comrades row 14 : 14 | mourneview park | 5000 | lurgan | glenavon row 15 : 15 | donegal celtic park | 4200 | belfast | donegal celtic row 16 : 16= | holm park | 3000 | armagh | armagh city row 17 : 16= | lakeview park | 3000 | loughgall | loughgall row 18 : 16= | ymca grounds | 3000 | drumahoe | institute row 19 : 16= | stangmore park | 3000 | dungannon | dungannon swifts row 20 : 16= | tillysburn park | 3000 | belfast | harland & wolff welder row 21 : 21 | clandeboye park | 2850 | bangor | bangor, ards row 22 : 22 | wilgar park | 2500 | belfast | dundela row 23 : 23= | allen park | 2000 | antrim | chimney corner row 24 : 23= | ferney park | 2000 | ballinamallard | ballinamallard united row 25 : 23= | hagan park | 2000 | coagh | coagh united row 26 : 23= | mill meadow | 2000 | castledawson | wakehurst, moyola park row 27 : 23= | riada stadium | 2000 | ballymoney | glebe rangers, ballymoney row 28 : 28= | crystal park | 1500 | banbridge | banbridge town row 29 : 28= | fortwilliam park | 1500 | tobermore | tobermore united row 30 : 28= | newforge lane | 1500 | belfast | psni row 31 : 28= | the showgrounds (limavady) | 1500 | limavady | limavady united row 32 : 32 | tandragee road | 1250 | portadown | annagh united row 33 : 33 | darragh park | 1200 | castlederg | dergview row 34 : 34= | knockrammer park | 1000 | lurgan | lurgan celtic row 35 : 34= | mid ulster sports arena | 1000 | cookstown | killymoon rangers row 36 : 36 | seahaven | 500 | portstewart | portstewart row 37 : 37 | glen road heights | 400 | belfast | sport & leisure swifts row 38 : 38 | upper braniel | 300 | belfast | knockbreda row 39 : 39 | milltown playing fields | 280 | warrenpoint | warrenpoint town row 40 : None | upper malone | None | belfast | queen's university ] Execute this SQL based on the above table: select city where city = home team
portadown, coleraine, larne, loughgall, portstewart
[ header: bank | foundation | # of branches as of 30 september 2012 | total assets (million tl) as of 30 september 2012 row 1 : turkiye is bankası | 1924 | 1294 | 210535 row 2 : ziraat bankası | 1863 | 1510 | 207871 row 3 : garanti bank | 1946 | 947 | 154550 row 4 : akbank | 1948 | 963 | 150241 row 5 : yapı ve kred | 1944 | 949 | 160309 row 6 : halk bankası | 1938 | 807 | 116372 row 7 : vakıfbank | 1954 | 741 | 135578 row 8 : finansbank | 1987 | 530 | 49902 row 9 : turk ekonomi bankas | 1927 | 510 | 42505 row 10 : denizbank | 1997 | 624 | 40457 row 11 : hsbc bank | 1990 | 331 | 25797 row 12 : ing bank | 1984 | 320 | 23184 row 13 : turk eximbank | 1987 | 2 | 14724 row 14 : sekerbank | 1953 | 272 | 14656 row 15 : iller bankası | 1933 | 19 | 12309 row 16 : turkiye sına | 1950 | 4 | 9929 row 17 : alternatif bank | 1992 | 63 | 7904 row 18 : citibank | 1980 | 37 | 7884 row 19 : anadolubank | 1996 | 88 | 7218 row 20 : burgan bank | 1992 | 60 | 4275 row 21 : imkb takas ve | 1995 | 1 | 3587 row 22 : tekstilbank | 1986 | 44 | 3502 row 23 : deutsche bank | 1988 | 1 | 3426 row 24 : fibabanka | 1984 | 27 | 3120 row 25 : aktif yatırım | 1999 | 7 | 2997 row 26 : the royal bank of scotland | 1921 | 3 | 2750 row 27 : turkiye kalkın | 1975 | 1 | 2651 row 28 : turkland bank | 1991 | 27 | 2649 row 29 : arap turk bankası | 1977 | 7 | 2147 row 30 : merrill lynch | 1992 | 1 | 1898 row 31 : bankpozitif | 1999 | 1 | 1788 row 32 : societe generale | 1989 | 16 | 1457 row 33 : turkish bank | 1982 | 20 | 837 row 34 : jpmorgan chase | 1984 | 1 | 830 row 35 : birlesik fon banka | 1958 | 1 | 801 row 36 : bank mellat | 1982 | 3 | 729 row 37 : portigon | 1985 | 1 | 279 row 38 : nurol yatırım bank | 1999 | 2 | 227 row 39 : diler yatırım bank | 1998 | 1 | 108 row 40 : gsd yatırı | 1998 | 1 | 108 row 41 : habib bank limited | 1983 | 1 | 80 row 42 : credit agricole | 1990 | 1 | 72 row 43 : adabank | 1985 | 1 | 51 row 44 : taib yatır | 1987 | 1 | 18 ] Execute this SQL based on the above table: select foundation where bank = 'citibank'
1980
[ header: year | title | role | notes row 1 : 1999 | bob rizzo's simply | himself | as matthew j. morrison row 2 : 2003 | marci x | boyz r us | as matthew j. morrison row 3 : 2005 | once upon a mattress | sir harry | None row 4 : 2006 | blinders | scott | None row 5 : 2007 | music and lyrics | ray | None row 6 : 2007 | dan in real life | policeman | None row 7 : 2007 | i think i love my wife | salesman #2 | None row 8 : 2011 | the muppets | mahna mahna host | None row 9 : 2012 | what to expect when you're expecting | evan | None ] Execute this SQL based on the above table: select count ( title ) where year >= 2012 and year <= 2007
0
[ header: week | date | opponent | results final score | results team record | venue | attendance row 1 : 1 | september 20 | at detroit lions | w 16-13 | 1-0 | tiger stadium | 54,418 row 2 : 2 | september 26 | chicago bears | l 20-17 | 1-1 | metropolitan stadium | 47,900 row 3 : 3 | october 3 | buffalo bills | w 19-0 | 2-1 | metropolitan stadium | 47,900 row 4 : 4 | october 10 | at philadelphia eagle | w 13-0 | 3-1 | veterans stadium | 65,358 row 5 : 5 | october 17 | at green bay packers | w 24-13 | 4-1 | lambeau field | 56,263 row 6 : 6 | october 25 | baltimore colts | w 10-3 | 5-1 | metropolitan stadium | 49,784 row 7 : 7 | october 31 | at new york giants | w 17-10 | 6-1 | yankee stadium | 62,829 row 8 : 8 | november 7 | san francisco 49ers | l 13-9 | 6-2 | metropolitan stadium | 49,784 row 9 : 9 | november 14 | green bay packers | w 3-0 | 7-2 | metropolitan stadium | 49,784 row 10 : 10 | november 21 | at new orleans saints | w 23-10 | 8-2 | tulane stadium | 83,130 row 11 : 11 | november 28 | atlanta falcons | w 24-7 | 9-2 | metropolitan stadium | 49,784 row 12 : 12 | december 5 | at san diego chargers | l 30-14 | 9-3 | san diego stadium | 54,505 row 13 : 13 | december 11 | detroit lions | w 29-10 | 10-3 | metropolitan stadium | 49,784 row 14 : 14 | december 19 | at chicago bears | w 27-10 | 11-3 | soldier field | 55,049 ] Execute this SQL based on the above table: select count ( date ) where date = 'december 19'
1
[ header: rank | airport | passengers handled | % change 2011 / 12 row 1 : 1 | netherlands - amsterdam | 105349 | None row 2 : 2 | united kingdom - belfast-international | 92502 | None row 3 : 3 | portugal - faro | 71676 | None row 4 : 4 | spain - barcelona | 66565 | None row 5 : 5 | spain - alicante | 64090 | None row 6 : 6 | spain - malaga | 59175 | None row 7 : 7 | ireland - dublin | 35524 | None row 8 : 8 | jersey - jersey | 35169 | 1128 row 9 : 9 | ireland - waterford | 31907 | 25 row 10 : 10 | spain - palma de mallorca | 27718 | None ] Execute this SQL based on the above table: select airport order by passengers handled desc limit 1
netherlands - amsterdam
[ header: name | country | ambassador since | projects and activities they support | link row 1 : ara abramyan | russia | 15 july 2003 | dialogue among civilizations | row 2 : valdas adamkus | lithuania | 29 september 2003 | construction of knowledge societies | row 3 : mehriban aliyeva | azerbaijan | 9 september 2004 | promotion and safeguarding of intangible cultural heritage | row 4 : alicia alonso | cuba | 7 june 2002 | promotion of ballet dancing (programme of intang | row 5 : pierre berge | france | 2 july 1993 | campaign against hiv/aids, human rights | row 6 : chantal biya | cameroon | 14 november 2008 | education and social inclusion | row 7 : the princess of hanover | monaco | 2 december 2003 | protection of children and the family, empowerment of women | row 8 : miguel angel estrella | argentina | 26 october 1989 | promotion of culture of peace and tolerance through music | row 9 : vigdis finnbogadotti | iceland | 1998 | promotion of linguistic diversity, women's rights | row 10 : princess firyal of jordan | jordan | 1992 | promotion of the education for all initiative, humanitarian actions | row 11 : ivry gitlis | israel | 1990 | support of education and culture of peace and tolerance | row 12 : bahia hariri | lebanon | 17 november 2000 | preservation of world heritage, education, culture, women | row 13 : jean michel jarre | france | 24 may 1993 | protection of the environment (water, fight against desert | row 14 : princess lalla meryem of mor | morocco | july 2001 | protection of childhood and women's rights | row 15 : omer zulfu livan | turkey | 20 september 1996 | promotion of peace and polerance through music and promotion | row 16 : princess maha chakri sirindhorn of | thailand | 24 march 2005 | empowerment of minority children and the preservation of their in | row 17 : keith chatsauka-coetze | south africa | 12 july 2012 | None | row 18 : rigoberta menchu tum | guatemala | 21 june 1996 | promotion of culture of peace, protection of rights of | row 19 : vik muniz | brazil | 27 may 2011 | None | row 20 : kitin munoz | spain | 22 april 1997 | protection and promotion of indigenous cultures and their environment | row 21 : cristina owen-jones | italy | 23 march 2004 | hiv/aids prevention education program | row 22 : kim phuc phan | vietnam | 10 november 1994 | protection and education for children, orphans and | row 23 : susana rinaldi | argentina | 28 april 1992 | street children, culture of peace | row 24 : sheikh ghassan i. | saudi arabia | 1989 | fundraising, children and women in need, victims of | row 25 : madanjeet singh | india | 16 november 2000 | founder of the south asia foundation, which promote | row 26 : zurab tsereteli | georgia | 30 march 1996 | cultural and artistic projects | ] Execute this SQL based on the above table: select count ( projects and activities they support )
24
[ header: rank | bib | name | nation | run 1 | rank | run 2 | rank | total | difference row 1 : 6 | 13 | manuela molgg | italy | 1:07.99 | 5 | 1:13.44 | 14 | 2:21.43 | 0.89 row 2 : 7 | 26 | jessica lindell-vikar | sweden | 1:08.94 | 14 | 1:12.61 | 5 | 2:21.55 | 1.01 row 3 : 13 | 2 | tanja poutiainen | finland | 1:08.59 | 11 | 1:13.29 | 11 | 2:21.88 | 1.34 row 4 : 17 | 27 | sara hector | sweden | 1:10.37 | 30 | 1:12.30 | 3 | 2:22.67 | 2.13 row 5 : 18 | 24 | lena durr | germany | 1:08.94 | 14 | 1:13.75 | 19 | 2:22.69 | 2.15 row 6 : 23 | 22 | marie-michele gagnon | canada | 1:09.95 | 27 | 1:13.37 | 12 | 2:23.32 | 2.78 row 7 : 24 | 25 | marie-pier prefontaine | canada | 1:09.91 | 26 | 1:13.58 | 17 | 2:23.49 | 2.95 row 8 : 28 | 35 | britt janyk | canada | 1:10.18 | 28 | 1:15.55 | 32 | 2:25.73 | 5.19 row 9 : 36 | 44 | kristina saalova | slovakia | 1:12.22 | 42 | 1:16.44 | 34 | 2:28.66 | 8.12 row 10 : 37 | 51 | katerina paulathova | czech republic | 1:12.10 | 41 | 1:16.71 | 38 | 2:28.81 | 8.27 row 11 : 43 | 42 | sofija novoselic | croatia | 1:13.18 | 48 | 1:17.40 | 42 | 2:30.58 | 10.04 row 12 : 47 | 65 | maria shkanova | belarus | 1:13.86 | 53 | 1:18.28 | 45 | 2:32.14 | 11.6 row 13 : 49 | 59 | daniela markova | czech republic | 1:13.78 | 52 | 1:18.87 | 49 | 2:32.65 | 12.11 row 14 : 52 | 77 | bogdana matsotska | ukraine | 1:14.21 | 56 | 1:19.18 | 51 | 2:33.39 | 12.85 row 15 : None | 7 | kathrin holzl | germany | 1:09.41 | 20 | dns | None | None | None row 16 : None | 38 | rebecca buhler | liechtenstein | 1:12.03 | 40 | dnf | None | None | None row 17 : None | 45 | tea palic | croatia | 1:14.73 | 61 | dnq | None | None | None row 18 : None | 81 | lelde gasuna | latvia | 1:15.37 | 64 | dnq | None | None | None row 19 : None | 61 | anna berecz | hungary | 1:15.95 | 68 | dnq | None | None | None row 20 : None | 85 | iulia petruta cra | romania | 1:16.80 | 70 | dnq | None | None | None row 21 : None | 82 | isabel van buynder | belgium | 1:17.06 | 71 | dnq | None | None | None row 22 : None | 100 | sophie fjellvang- | denmark | 1:18.37 | 75 | dnq | None | None | None row 23 : None | 91 | yom hirshfeld | israel | 1:22.87 | 82 | dnq | None | None | None ] Execute this SQL based on the above table: select ( select count ( name ) ) > 375
0
[ header: number | serial no | entered service | withdrawn | kilometres travelled row 1 : 4101 | 1000 | 1 dec 1953 | 6 jun 1973 | 463,514 row 2 : 4102 | 1002 | 30 oct 1953 | 30 jun 1975 | 492,650 row 3 : 4103 | 1003 | 18 jan 1954 | 2 apr 1974 | 462,871 row 4 : 4104 | 1004 | 13 jan 1954 | 12 oct 1973 | 440,810 row 5 : 4105 | 1005 | 8 feb 1954 | None | None row 6 : 4106 | 1006 | 21 jan 1954 | 4 aug 1972 | 406,288 row 7 : 4107 | 1007 | 25 jan 1954 | 11 aug 1973 | 446,167 row 8 : 4108 | 1008 | 22 feb 1954 | 20 dec 1967 | 402,026 row 9 : 4109 | 1009 | 11 mar 1954 | 9 feb 1972 | 426,074 row 10 : 4110 | 1010 | 10 feb 1955 | 20 may 1974 | 476,489 ] Execute this SQL based on the above table: select ( select kilometres travelled order by serial no asc limit 1 ) - ( select kilometres travelled order by serial no desc limit 1 )
-12975.0
[ header: date | venue | score | victor | comments | match reports row 1 : 24 november 2012 | millennium stadium, cardiff | 10 - 33 | new zealand | 2012 autumn international | None row 2 : 27 november 2010 | millennium stadium, cardiff | 25 - 37 | new zealand | 2010 autumn international | bbc row 3 : 26 june 2010 | waikato stadium, hamilton | 29 - 10 | new zealand | 2010 mid-year rugby test series | None row 4 : 19 june 2010 | carisbrook, dunedin | 42 - 9 | new zealand | 2010 mid-year rugby test series | stuff row 5 : 7 november 2009 | millennium stadium, cardiff | 12 - 19 | new zealand | 2009 autumn international | bbc row 6 : 25 november 2006 | millennium stadium, cardiff | 10 - 45 | new zealand | 2006 autumn international | bbc row 7 : 5 november 2005 | millennium stadium, cardiff | 3 - 41 | new zealand | 2005 autumn internationals | bbc row 8 : 20 november 2004 | millennium stadium, cardiff | 25 - 26 | new zealand | 2004 autumn internationals | bbc row 9 : 2 november 2003 | stadium australia, sydney | 53 - 37 | new zealand | 2003 rugby world cup | bbc row 10 : 23 june 2003 | waikato stadium, hamilton | 55 - 3 | new zealand | None | None row 11 : 29 november 1997 | wembley stadium, london | 7 - 42 | new zealand | 1997 new zealand rugby union tour of | None row 12 : 31 may 1995 | ellis park, johannesburg | 34 - 9 | new zealand | 1995 rugby world cup | None row 13 : 4 november 1989 | national stadium, cardiff | 9 - 34 | new zealand | 1989 new zealand rugby union tour | None row 14 : 11 june 1988 | eden park, auckland | 54 - 9 | new zealand | 1988 wales tour | None row 15 : 28 may 1988 | lancaster park, christchurch | 52 - 3 | new zealand | 1988 wales tour | None row 16 : 14 june 1987 | ballymore, brisbane | 49 - 6 | new zealand | 1987 rugby world cup | None row 17 : 1 november 1980 | national stadium, cardiff | 3 - 23 | new zealand | 1980 nz tour | None row 18 : 2 december 1972 | national stadium, cardiff | 16 - 19 | new zealand | 1972/73 nz tour | None row 19 : 14 june 1969 | eden park, auckland | 33 - 12 | new zealand | 1969 wales tour | None row 20 : 31 may 1969 | lancaster park, christchurch | 19 - 0 | new zealand | 1969 wales tour | None row 21 : 11 november 1967 | national stadium, cardiff | 6 - 13 | new zealand | 1967 new zealand rugby union tour of | None row 22 : 21 december 1963 | national stadium, cardiff | 0 - 6 | new zealand | 1963/64 nz tour | None row 23 : 21 december 1935 | national stadium, cardiff | 13 - 12 | wales | 1935/36 nz tour | None row 24 : 16 december 1905 | cardiff arms park, cardiff | 3 - 0 | wales | the originals tour | None ] Execute this SQL based on the above table: select venue group by venue order by count ( comments ) desc limit 1
national stadium, cardiff
[ 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 cfl team order by pick # asc limit 339
montreal alouettes, toronto argonauts, winnipeg blue bombers, hamilton tiger-cats, montreal alouettes, calgary stampeders, montreal alouettes, bc lions
[ 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 count ( comment )
3
[ header: round | selection | player | position | college row 1 : 1 | 22 | desmond trufant | cb | washington row 2 : 2 | 60 | robert alford | cb | southeastern louisiana row 3 : 4 | 127 | malliciah goodman | de | clemson row 4 : 4 | 133 | levine toilolo | te | stanford row 5 : 5 | 153 | stansly maponga | de | tcu row 6 : 7 | 243 | kemal ishmael | s | central florida row 7 : 7 | 244 | zeke motta | s | notre dame row 8 : 7 | 249 | sean renfree | qb | duke ] Execute this SQL based on the above table: select ( select round where college = 'tcu' ) - ( select round where college = 'central florida' )
-2.0
[ header: township | fips | population center | population | population density (/mi2) | population density (/km2) | land area (mi2) | land area (km2) | water area (mi2) | water area (km2) | geographic coordinates row 1 : center | 90735 | None | 515 | 36.8 | 14.2 | 13.99 | 36.23 | 0.0339 | 0.0878 | 35°24′20′′n 92° row 2 : clark | 90813 | london | 2969 | 115.3 | 44.6 | 25.73 | 66.64 | 6.0444 | 15.6549 | 35°19′45′′n 93° row 3 : convenience | 90921 | None | 933 | 50.4 | 19.4 | 18.53 | 47.99 | 0.0942 | 0.244 | 35°20′00′′n 92° row 4 : dover | 91134 | dover | 5277 | 119.1 | 46 | 44.29 | 114.7 | 0.3637 | 0.942 | 35°23′30′′n 93° row 5 : freeman | 91377 | None | 98 | 0.8 | 0.3 | 119.78 | 310.2 | 0 | 0 | 35°39′10′′n 93° row 6 : galla | 91407 | pottsville | 3523 | 88.7 | 34.3 | 39.71 | 102.8 | 1.841 | 4.7682 | 35°13′15′′n 93° row 7 : griffin | 91536 | None | 901 | 26.5 | 10.2 | 33.96 | 87.96 | 0.1106 | 0.2865 | 35°25′30′′n 92° row 8 : illinois | 91812 | russellville | 25841 | 540.9 | 208.9 | 47.77 | 123.7 | 6.6022 | 17.0996 | 35°17′00′′n 93° row 9 : liberty | 92181 | None | 805 | 14.2 | 5.5 | 56.64 | 146.7 | 0.0028 | 0.0073 | 35°29′40′′n 93° row 10 : martin | 92415 | None | 1482 | 23.7 | 9.2 | 62.46 | 161.8 | 0.3931 | 1.0181 | 35°28′25′′n 93° row 11 : phoenix | 92871 | None | 334 | 26.7 | 10.3 | 12.51 | 32.4 | 0 | 0 | 35°24′30′′n 93° row 12 : smyrna | 93420 | None | 173 | 2.4 | 0.9 | 70.69 | 183.1 | 0.0218 | 0.0565 | 35°38′10′′n 92° row 13 : valley | 93765 | None | 2776 | 125.7 | 48.5 | 22.09 | 57.21 | 0.0144 | 0.0373 | 35°20′05′′n 93° ] Execute this SQL based on the above table: select count ( * ) ( select township group by township having count ( water area (km2) ) < ( select count ( water area (km2) ) where township = 'smyrna' ) )
0
[ header: rank | npc | gold | silver | bronze | total row 1 : 1 | china (chn) | 95 | 71 | 65 | 231 row 2 : 2 | russia (rus) | 36 | 38 | 28 | 102 row 3 : 3 | great britain (gbr) | 34 | 43 | 43 | 120 row 4 : 4 | ukraine (ukr) | 32 | 24 | 28 | 84 row 5 : 5 | australia (aus) | 32 | 23 | 30 | 85 row 6 : 6 | united states (usa) | 31 | 29 | 38 | 98 row 7 : 7 | brazil (bra) | 21 | 14 | 8 | 43 row 8 : 8 | germany (ger) | 18 | 26 | 22 | 66 row 9 : 9 | poland (pol) | 14 | 13 | 9 | 36 row 10 : 10 | netherlands (ned) | 10 | 10 | 19 | 39 row 11 : total (75 npcs) | total (75 npcs) | 503 | 503 | 516 | 1522 ] Execute this SQL based on the above table: select total order by total desc limit 1
98
[ header: tournament | games played | points per game | rebounds per game | assists per game row 1 : 2003 eurobasket | 6 | 6.8 | 5.3 | 0.7 row 2 : 2005 eurobasket | 7 | 7.6 | 7.1 | 0.6 row 3 : 2006 fiba world championship | 9 | 9.7 | 6.7 | 0.6 row 4 : 2007 eurobasket | 7 | 8.9 | 3.7 | 0.6 row 5 : 2009 eurobasket | 8 | 6.5 | 2.9 | 1.1 row 6 : 2010 fiba world championship | 4 | 4.5 | 4.8 | 1.5 row 7 : 2011 eurobasket | 11 | 2.6 | 3.4 | 0.8 row 8 : 2012 olympics | 6 | 4.5 | 2.8 | 0.5 row 9 : 2013 eurobasket | 11 | 1.9 | 3.5 | 0.2 ] Execute this SQL based on the above table: select tournament group by tournament order by count ( * ) desc limit 1
2013 eurobasket
[ header: season | average | high | low | season tickets row 1 : 2001-02 serie a | 17956 | 27498 | 14704 | 12156 row 2 : 2002-03 serie a | 16306 | 25603 | 12980 | 11544 row 3 : 2003-04 serie a | 15904 | 23663 | 11463 | 10439 row 4 : 2004-05 serie a | 14044 | 23010 | 10711 | 9923 row 5 : 2005-06 serie a | 14372 | 23116 | 11575 | 10639 row 6 : 2006-07 serie a | 14644 | 20488 | 11946 | 11120 row 7 : 2007-08 serie a | 15427 | 25149 | 11890 | 11386 row 8 : 2008-09 serie b | 10031 | 12265 | 9261 | None row 9 : 2009-10 serie a | 17061 | 21323 | 11870 | 13691 row 10 : 2010-11 serie a | 14524 | 19615 | 11975 | 10578 row 11 : 2011-12 serie a | 13646 | 19481 | 10800 | 9620 row 12 : 2012-13 serie a | 12740 | 19073 | 9627 | 10546 ] Execute this SQL based on the above table: select season where season < ( select season where season = '2010-11 serie a' ) and season = '2006-07 serie a' order by season desc limit 1
2006-07 serie a
[ header: team | car(s) | # | driver(s) | primary sponsor(s) | listed owner(s) | crew chief row 1 : akins-sutton motorsports | ford taurus | 98 | elton sawyer | lysol | brad akins | ricky viers row 2 : allcar racing | chevrolet monte carlo | 22 | jimmy kitchens | air jamaica vacations | dave carroll | todd lohse row 3 : buckshot racing | pontiac grand prix | 0 | larry pearson | cheez-it | billy jones | kenneth campbell row 4 : cicci-welliver racing | chevrolet monte carlo | 34 | mike mclaughlin | goulds pumps | frank cicci | jay smith row 5 : cicci-welliver racing | pontiac grand prix | 36 | tim fedewa | stanley tools | scott welliver | vic kangas row 6 : cicci-welliver racing | chevrolet monte carlo | 66 | todd bodine | phillips 66 | jeffrey welliver | donnie richeson row 7 : diamond ridge motorsports | chevrolet monte carlo | 4 | jeff purvis | lance snacks | gary bechtel | johnny allen row 8 : henderson brothers racing | chevrolet monte carlo | 75 | kelly denton (r) | big daddy's bbq sauce | charlie henderson | ron denton row 9 : hvp motorsports | chevrolet monte carlo | 63 | chuck bown | exxon superflo | hubert hensley | jeff hensley row 10 : innovative motorsports | chevrolet monte carlo | 47 | andy santerre | monro muffler brake | george debidart | kevin caldwell row 11 : joe gibbs racing | pontiac grand prix | 18 | bobby labonte | mbna | joe gibbs | bryant frazier row 12 : prw racing | ford taurus | 77 | ed berrier | lear corporation | tony hall | jimmy means row 13 : phil parsons racing | chevrolet monte carlo | 10 | phil parsons | alltel | marcia parsons | doug taylor row 14 : phoenix racing | chevrolet monte carlo | 1 | randy lajoie | bob evans restaurants | james finch | marc reno row 15 : progressive motorsports | chevrolet monte carlo | 32 | jeff green | kleenex | greg pollex | harold holly row 16 : reiser enterprises | chevrolet monte carlo | 17 | matt kenseth | dewalt tools | robbie reiser | robbie reiser row 17 : roush racing | ford taurus | 9 | jeff burton | track gear | jack roush | tommy morgan row 18 : sadler brothers racing | chevrolet monte carlo | 95 | bobby hamilton, j | shoney's inn | earl sadler | chick sadler row 19 : st motorsports | chevrolet monte carlo | 59 | mike dillon | kingsford | tad geschickter | steve plattenberger row 20 : team yellow racing | chevrolet monte carlo | 19 | mike skinner | yellow freight | david ridling | c. r. miller ] Execute this SQL based on the above table: select primary sponsor(s) order by # desc limit 1
lysol
[ header: team | year | regular season won | regular season lost | regular season win % | regular season finish | postseason won | postseason lost | postseason win % | postseason result row 1 : cle | 1991 | 32 | 53 | 0.376 | 7th in al east | None | None | None | None row 2 : cle | 1992 | 76 | 86 | 0.469 | 5th in al east | None | None | None | None row 3 : cle | 1993 | 76 | 86 | 0.469 | 6th in al east | None | None | None | None row 4 : cle | 1994 | 66 | 47 | 0.584 | 2nd in al central | None | None | None | no mlb postseason row 5 : cle | 1995 | 100 | 44 | 0.694 | 1st in al central | 9 | 6 | 0.6 | lost ws to atl row 6 : cle | 1996 | 99 | 62 | 0.615 | 1st in al central | 1 | 3 | 0.25 | lost lds to bal row 7 : cle | 1997 | 86 | 75 | 0.534 | 1st in al central | 10 | 8 | 0.556 | lost ws to fla row 8 : cle | 1998 | 89 | 73 | 0.549 | 1st in al central | 5 | 5 | 0.5 | lost lcs to nyy row 9 : cle | 1999 | 97 | 65 | 0.599 | 1st in al central | 2 | 3 | 0.4 | lost lds to bos row 10 : bal | 2000 | 74 | 88 | 0.457 | 4th in al east | None | None | None | None row 11 : bal | 2001 | 63 | 98 | 0.391 | 4th in al east | None | None | None | None row 12 : bal | 2002 | 67 | 95 | 0.414 | 4th in al east | None | None | None | None row 13 : bal | 2003 | 71 | 91 | 0.438 | 4th in al east | None | None | None | None row 14 : sea | 2005 | 69 | 93 | 0.426 | 4th in al west | None | None | None | None row 15 : sea | 2006 | 78 | 84 | 0.481 | 4th in al west | None | None | None | None row 16 : sea | 2007 | 45 | 33 | 0.571 | 2nd in al west | None | None | None | None row 17 : cle total | cle total | 721 | 591 | 0.55 | None | 27 | 25 | 0.519 | None row 18 : bal total | bal total | 275 | 372 | 0.425 | None | 0 | 0 | 0 | None row 19 : sea total | sea total | 192 | 210 | 0.478 | None | 0 | 0 | 0 | None row 20 : total | total | 1188 | 1173 | 0.503 | None | 27 | 25 | 0.519 | None ] Execute this SQL based on the above table: select regular season won where postseason win % = '0' and regular season win % != 67
275, 192
[ header: season | club | country | competition | apps. | goals row 1 : 1997/98 | rapide club lebbeke | belgium | fourth division | None | None row 2 : 1998/99 | ksc eendracht a | belgium | jupiler league | 30 | 7 row 3 : 1999/00 | ksc eendracht a | belgium | jupiler league | 31 | 7 row 4 : 2000/01 | ksc eendracht a | belgium | jupiler league | 30 | 6 row 5 : 2001/02 | omonia nicosia | cyprus | cypriot first division | 22 | 8 row 6 : 2002/03 | fc denderleeuw | belgium | belgian second division | 32 | 23 row 7 : 2003/04 | 1. fc saarbrucken | germany | regionalliga sud | 33 | 16 row 8 : 2004/05 | 1. fc saarbrucken | germany | 2. bundesliga | 14 | 7 row 9 : 2005/06 | 1. fc saarbrucken | germany | 2. bundesliga | 10 | 0 row 10 : 2005/06 | s.v. zulte | belgium | jupiler league | 14 | 1 row 11 : 2006/07 | fcv dender eh | belgium | belgian second division | 33 | 21 row 12 : 2007/08 | mvv | netherlands | eerste divisie | 33 | 22 row 13 : 2008/09 | mvv | netherlands | eerste divisie | 32 | 20 row 14 : total | None | None | None | 302 | 132 ] Execute this SQL based on the above table: select club where id > ( select id where goals = 8 ) order by id asc limit 1
fc denderleeuw
[ header: # | date | opponent | score | win | loss | save | attendance | record row 1 : 85 | july 1 | @ marlins | 9-6 | balester (1-0) | hendrickson (7-7) | None | 12166 | 34-51 row 2 : 86 | july 2 | @ marlins | 4-2 | nolasco (9-4) | manning (0-2) | None | 23624 | 34-52 row 3 : 87 | july 3 | @ reds | 5-3 | cueto (7-8) | colome (2-2) | cordero (16) | 23259 | 34-53 row 4 : 88 | july 4 | @ reds | 3-0 | arroyo (6-7) | bergmann (1-6) | cordero (17) | 22626 | 34-54 row 5 : 89 | july 5 | @ reds | 3-2 | cordero (4-1) | hanrahan (5-3) | None | 37121 | 34-55 row 6 : 90 | july 6 | @ reds | 6-5 | volquez (11-3) | balester (1-1) | cordero (18) | 28814 | 34-56 row 7 : 91 | july 8 | d-backs | 2-0 | webb (13-4) | perez (2-6) | lyon (19) | 26820 | 34-57 row 8 : 92 | july 9 | d-backs | 5-0 | lannan (5-9) | owings (6-8) | None | 25862 | 35-57 row 9 : 93 | july 10 | d-backs | 7-5 (11) | qualls (2-6) | ayala (1-5) | None | 27330 | 35-58 row 10 : 96 | july 13 | astros | 5-0 | backe (6-9) | perez (2-7) | None | 31463 | 36-60 row 11 : 97 | july 18 | @ braves | 7-6 | hudson (10-7) | redding (7-4) | gonzalez (4) | 39861 | 36-61 row 12 : 98 | july 19 | @ braves | 8-2 | lannan (6-9) | jurrjens (9-5) | None | 43285 | 37-61 row 13 : 99 | july 20 | @ braves | 15-6 | perez (3-7) | reyes (3-9) | None | 29320 | 38-61 row 14 : 100 | july 22 | @ giants | 6-3 | zito (5-12) | bergmann (1-7) | wilson (26) | 34813 | 38-62 row 15 : 101 | july 23 | @ giants | 6-4 | espineli (1-0) | ayala (1-6) | wilson (27) | 35539 | 38-63 row 16 : 102 | july 24 | @ giants | 1-0 | cain (6-8) | redding (7-5) | None | 36963 | 38-64 row 17 : 103 | july 25 | @ dodgers | 3-2 | billingsley (10-9) | lannan (6-10) | broxton (3) | 47313 | 38-65 row 18 : 104 | july 26 | @ dodgers | 6-0 | lowe (8-8) | perez (3-8) | None | 42122 | 38-66 row 19 : 105 | july 27 | @ dodgers | 2-0 | kershaw (1-3) | bergmann (1-8) | broxton (4) | 38660 | 38-67 row 20 : 106 | july 29 | phillies | 2-1 | myers (4-9) | balester (1-3) | lidge (25) | 34039 | 38-68 row 21 : 107 | july 30 | phillies | 8-5 | moyer (10-6) | redding (7-6) | lidge (26) | 31798 | 38-69 ] Execute this SQL based on the above table: select count ( win ) where win = 'zito (5-12)'
1
[ header: place | team | titles | runners-up | winning years row 1 : 1 | maccabi tel aviv | 5 | 1 | 2007, 2010, 2011, 2012, 2013 row 2 : 2 | hapoel jerusalem | 2 | 3 | 2008, 2009 row 3 : 3 | ironi ashkelon | 1 | 0 | 2006 row 4 : 4 | maccabi rishon lezion | 0 | 1 | None row 5 : 4 | ironi nahariya | 0 | 1 | None row 6 : 4 | hapoel holon | 0 | 1 | None row 7 : 4 | maccabi ashdod | 0 | 1 | None ] Execute this SQL based on the above table: select team where id <= 10 group by team having count ( team ) = ( select count ( team ) where id <= 10 and team = 'maccabi ashdod' ) and team != 'maccabi ashdod'
hapoel holon, hapoel jerusalem, ironi ashkelon, ironi nahariya, maccabi rishon lezion, maccabi tel aviv
[ header: region | seed | team | coach | finished | final opponent | score row 1 : west | 4 | unlv | jerry tarkanian | sweet sixteen | 8 auburn | l 70-63 row 2 : west | 8 | auburn | sonny smith | regional runner-up | 2 louisville | l 84-76 row 3 : west | 11 | missouri | norm stewart | round of 64 | 6 uab | l 66-64 row 4 : west | 13 | northeast louisiana | mike vining | round of 64 | 4 unlv | l 74-51 row 5 : west | 14 | utah | lynn archibald | round of 64 | 3 north carolina | l 84-72 row 6 : midwest | 1 | kansas | larry brown | national semifinals | 1 duke | l 71-67 row 7 : midwest | 3 | notre dame | digger phelps | round of 64 | 14 arkansas-little rock | l 90-83 row 8 : midwest | 4 | georgetown | john thompson | round of 32 | 5 michigan state | l 80-68 row 9 : midwest | 5 | michigan state | jud heathcote | sweet sixteen | 1 kansas | l 96-86 row 10 : midwest | 6 | north carolina state | jim valvano | regional runner-up | 1 kansas | l 75-67 row 11 : midwest | 7 | iowa state | johnny orr | sweet sixteen | 6 north carolina state | l 70-66 row 12 : midwest | 8 | jacksonville | bob wenzel | round of 64 | 9 temple | l 61-50 row 13 : midwest | 10 | miami, ohio | jerry peirson | round of 64 | 7 iowa state | l 81-79 row 14 : midwest | 12 | washington | andy russo | round of 64 | 5 michigan state | l 72-70 row 15 : midwest | 13 | texas tech | gerald myers | round of 64 | 4 georgetown | l 70-64 row 16 : midwest | 14 | arkansas-little rock | mike newell | round of 32 | 6 north carolina state | l 80-66 row 17 : southeast | 3 | memphis state (vacated) | dana kirk | round of 32 | 11 lsu | l 83-81 row 18 : southeast | 6 | purdue | gene keady | round of 64 | 11 lsu | l 94-87 row 19 : southeast | 8 | western kentucky | clem haskins | round of 32 | 1 kentucky | l 71-64 row 20 : southeast | 9 | nebraska | moe iba | round of 64 | 8 western kentucky | l 67-59 row 21 : southeast | 13 | fairfield | mitch buonaguro | round of 64 | 4 illinois | l 75-51 row 22 : southeast | 15 | marist | matt furjanic | round of 64 | 2 georgia tech | l 68-53 row 23 : east | 1 | duke | mike krzyzewski | runner up | 2 louisville | l 72-69 row 24 : east | 2 | syracuse | jim boeheim | round of 32 | 7 navy | l 97-85 row 25 : east | 3 | indiana | bob knight | round of 64 | 14 cleveland state | l 83-79 row 26 : east | 8 | old dominion | tom young | round of 32 | 1 duke | l 89-61 ] Execute this SQL based on the above table: select region where score = 'l 83-81'
southeast
[ header: year | champion | city | llws | record row 1 : 1957 | industrial ll | monterrey, nuevo leon | champions | 2-0 row 2 : 1958 | national league of gadsden ll | gadsden, alabama | third place | 2-1 row 3 : 1959 | national league of gadsden ll | gadsden, alabama | first round | 0-1 row 4 : 1961 | el campo ll | el campo, texas | runner-up | 2-1 row 5 : 1962 | val verde county ll | del rio, texa | fifth place | 2-1 row 6 : 1963 | north houston ll | north houston, texas | fifth place | 1-1 row 7 : 1966 | westbury american ll | houston, texas | champions | 3-0 row 8 : 1967 | west tampa ll | tampa, florida | fifth place (tie) | 1-1 row 9 : 1968 | tuckahoe ll | richmond, virginia | runner-up | 2-1 row 10 : 1969 | west tampa ll | tampa, florida | third place (tie) | 1-1 row 11 : 1970 | national optimist ll | nashville, tennessee | seventh place | 1-2 row 12 : 1971 | gardenside ll | lexington, kentucky | eighth place | 0-3 row 13 : 1972 | national ll | vienna, virginia | seventh place | 1-2 row 14 : 1973 | belmont heights ll | tampa, florida | third place | 2-1 row 15 : 1974 | american ll | jackson, tennessee | fifth place | 2-1 row 16 : 1975 | belmont heights ll | tampa, florida | runner-up | 1-1 row 17 : 1976 | tuckahoe american ll | richmond, virginia | third place (tie) | 1-1 row 18 : 1979 | burns park ll | north little rock, arkansas | third place | 2-1 row 19 : 1981 | belmont heights ll | tampa, florida | runner-up | 2-1 row 20 : 1983 | east marietta national ll | marietta, georgia | champions | 3-0 row 21 : 1984 | national ll | altamonte, florida | runner-up | 2-1 row 22 : 1985 | american ll | morristown, tennessee | third place | 2-1 row 23 : 1986 | american ll | sarasota, florid | third place | 2-1 row 24 : 1987 | american ll | morristown, tennessee | seventh place (tie) | 0-2 row 25 : 1988 | northwest 45 ll | spring, texas | third place | 2-1 row 26 : 1989 | northside ll | tampa, florida | fifth place | 2-1 row 27 : 1990 | cottage hill ll | mobile, alabama | fifth place (tie) | 1-1 row 28 : 1991 | national ll | dunedin, florida | sixth place | 1-2 row 29 : 1992 | south lake charles ll | lake charles, louisiana | group stage | 1-2 row 30 : 1993 | tuckahoe american ll | richmond, virginia | group stage | 0-3 row 31 : 1994 | central springfield ll | springfield, virginia | third place (tie) | 2-2 row 32 : 1995 | northwest 45 ll | spring, texas | runner-up | 3-2 row 33 : 1996 | r.l. turner ll | panama city, florida | third place (tie) | 3-1 ] Execute this SQL based on the above table: select llws where year = 1966 and city = 'houston, texas' and year > 156 and llws = 'champions'
champions
[ header: date | opponent# | rank# | site | tv | result | attendance row 1 : 9-4-2010 | miami (oh) | #4 | ben hill griffin stadium • gaine | espn | w 34-12 | 90178 row 2 : 9-11-2010 | south florida | #8 | ben hill griffin stadium • gaine | secn | w 38-14 | 90612 row 3 : 9-18-2010 | at tennessee | #10 | neyland stadium • knoxville | cbs | w 31-17 | 102455 row 4 : 9-25-2010 | kentucky | #9 | ben hill griffin stadium • gaine | espnu | w 48-14 | 90547 row 5 : 10-2-2010 | at #1 alabama | #7 | bryant-denny stadium • | cbs | l 6-31 | 101821 row 6 : 10-9-2010 | #12 lsu | #14 | ben hill griffin stadium • gaine | espn | l 29-33 | 90721 row 7 : 10-16-2010 | mississippi state | #22 | ben hill griffin stadium • gaine | espnu | l 7-10 | 90517 row 8 : 10-30-2010 | vs. georgia | None | everbank field • jacksonville, | cbs | w 34-31 ot | 84444 row 9 : 11-6-2010 | at vanderbilt | None | vanderbilt stadium • nashville | secn | w 55-14 | 33848 row 10 : 11-13-2010 | #22 south carolina | #24 | ben hill griffin stadium • gaine | espn | l 14-36 | 90885 row 11 : 11-20-2010 | appalachian state | None | ben hill griffin stadium • gaine | espn3 | w 48-10 | 90119 row 12 : 11-27-2010 | at #22 florida state | None | doak campbell stadium • tallahasse | abc | l 7-31 | 82324 row 13 : 1-1-2011 | vs. penn state | None | raymond james stadium • t | abc | w 37-24 | 60574 ] Execute this SQL based on the above table: select tv order by attendance asc limit 1
secn
[ header: poll source | date(s) administered | sample size | margin of error | ed burke | roland burris | gery chico | bill daley | tom dart | danny k. davis | miguel del valle | rahm emanuel | bob fioretti | luis gutierrez | jim houlihan | jesse jackson, jr. | james meeks | carol moseley braun | terry peterson | patricia van pelt-watkins | william walls | other | undecided row 1 : mckeon & associates / | september 8, 2010 | 600 | ± 4.3% | None | None | 6% | None | 12% | None | None | 7% | 3% | 9% | 3% | 8% | 10% | None | 4% | None | None | 3% | 35% row 2 : we ask america (report) | september 2010 | 2365 | None | 6.31% | None | None | 8.16% | 13.66% | None | None | 29.68% | 2.95% | 12.81% | 2.30% | 13.36% | 8.21% | None | 2.55% | None | None | None | None row 3 : chicago teamsters joint council 25 / | november 8-14, 2010 | None | ± 3.7% | None | None | 10% | None | None | 14% | 4% | 36% | None | None | None | None | 7% | 13% | None | None | None | None | None row 4 : we ask america (report) | november 23, 2010 | 2255 | ± 2.06% | None | 2.40% | 8.86% | None | None | 7.29% | 4.78% | 39.00% | None | None | None | None | 5.16% | 12.33% | None | None | None | 1.47% | 18.72% row 5 : greenberg quinlan rosner (re | december 1-8, 2010 | 1020 | ± 3% | None | 1% | 9% | None | None | 10% | 8% | 43% | None | None | None | None | 7% | 11% | None | None | None | 2% | 7% row 6 : chicago tribune (report | december 10-13, 2010 | 721 | ± 3.6% | None | None | 9% | None | None | 9% | 3% | 32% | None | None | None | None | 7% | 6% | None | None | None | None | 30% row 7 : we ask america (report) | december 20, 2010 | 2239 | ± 2.07% | None | None | 11.78% | None | None | 6.63% | 6.09% | 43.83% | None | None | None | None | 3.63% | 7.78% | None | None | None | 3.91% | 16.35% row 8 : chicago teamsters joint council 25 / | january 4-6, 2011 | 500 | ±4.4% | None | None | 10% | None | None | None | 7% | 42% | None | None | None | None | None | 26% | None | None | None | None | None row 9 : chicago tribune/wg | january 15-19, 2011 | 708 | ±3.7% | None | None | 16% | None | None | None | 7% | 44% | None | None | None | None | None | 21% | None | 1% | 2% | None | 9% row 10 : we ask america (report) | february 13, 2011 | 2252 | ± 2.06% | None | None | 23.72% | None | None | None | 10.39% | 58.21% | None | None | None | None | None | 6.04% | None | 0.97% | 0.67% | None | None ] Execute this SQL based on the above table: select date(s) administered group by date(s) administered order by count ( patricia van pelt-watkins ) desc limit 1
january 15-19, 2011
[ header: ep# | title | broadcast date | written by | directed by row 1 : 1 | "birth of a legend" | april 18, 1995 | michael piller & bill dial | charles correll row 2 : 2 | "mr. pratt goes to | april 25, 1995 | michael piller & bill dial | william gereghty row 3 : 3 | "legend on his president's secret service | may 2, 1995 | bob wilcox | michael vejar row 4 : 4 | "custer's next to last stand" | may 9, 1995 | bill dial | william gereghty row 5 : 5 | "the life, death, and life of wild | may 16, 1995 | peter allan fields | michael caffey row 6 : 6 | "knee-high noon" | may 23, 1995 | steve stolier & fr | james l. conway row 7 : 7 | "the gospel according to legend" | june 12, 1995 | john considine | michael vejar row 8 : 8 | "bone of contention" | june 20, 1995 | george geiger | charles correll row 9 : 9 | "revenge of the herd" | july 4, 1995 | tim burns | bob balaban row 10 : 10 | "fall of a legend" | july 18, 1995 | bob shane & r | michael vejar row 11 : 11 | "clueless in san franci | july 25, 1995 | carol caldwell & marianne clark | charles correll row 12 : 12 | "skeletons in the closet" | august 8, 1995 | david rich | steve shaw ] Execute this SQL based on the above table: select ep# where ep# >= 1 and ep# <= 2 order by ep# desc limit 1
2
[ header: pos | no | driver | team | laps | time/retired | grid | points row 1 : 1 | 6 | michael andretti | newman-haas racing | 150 | 1:33:39.268 | 8 | 20+1 row 2 : 2 | 99 | greg moore | forsythe racing | 150 | 0.075 | 1 | 16+1 row 3 : 3 | 1 | alex zanardi | chip ganassi racing | 150 | 0.918 | 6 | 14 row 4 : 4 | 11 | christian fittipaldi | newman-haas racing | 150 | 3.359 | 4 | 12 row 5 : 5 | 20 | scott pruett | patrick racing | 150 | 5.257 | 12 | 10 row 6 : 6 | 40 | adrian fernandez | patrick racing | 150 | 5.926 | 5 | 8 row 7 : 7 | 5 | gil de ferran | walker racing | 150 | 6.81 | 11 | 6 row 8 : 8 | 8 | bryan herta | team rahal | 150 | 9.866 | 16 | 5 row 9 : 9 | 27 | dario franchitti | team kool green | 150 | 10.275 | 13 | 4 row 10 : 10 | 17 | mauricio gugelmin | pacwest racing group | 150 | 10.855 | 10 | 3 row 11 : 11 | 33 | patrick carpentier | forsythe racing | 150 | 11.382 | 9 | 2 row 12 : 12 | 18 | mark blundell | pacwest racing group | 150 | 29.029 | 7 | 1 row 13 : 13 | 10 | richie hearn | della penna motorsports | 149 | +1 lap | 15 | None row 14 : 14 | 9 | jj lehto | hogan racing | 149 | +1 lap | 29 | None row 15 : 15 | 15 | roberto moreno | project indy | 149 | +1 lap | 23 | None row 16 : 16 | 12 | jimmy vasser | chip ganassi racing | 148 | +2 laps | 3 | None row 17 : 17 | 3 | andre ribeiro | marlboro team penske | 148 | +2 laps | 2 | None row 18 : 18 | 36 | alex barron | all american racing | 148 | +2 laps | 27 | None row 19 : 19 | 7 | bobby rahal | team rahal | 147 | +3 laps | 17 | None row 20 : 20 | 98 | p. j. jones | all american racing | 146 | +4 laps | 26 | None row 21 : 21 | 77 | arnd meier | davis racing | 136 | +14 laps | 28 | None row 22 : 22 | 2 | al unser, jr | marlboro team penske | 122 | transmission | 14 | None row 23 : 23 | 24 | hiro matsushita | arciero-wells racing | 121 | contact | 24 | None row 24 : 24 | 16 | helio castro-neves | bettenhausen racing | 97 | contact | 22 | None row 25 : 25 | 34 | dennis vitolo | payton/coyne racing | 90 | withdrew | 25 | None row 26 : 26 | 25 | max papis | arciero-wells racing | 83 | wheel bearing | 20 | None row 27 : 27 | 26 | paul tracy | team kool green | 79 | suspension | 21 | None row 28 : 28 | 19 | michel jourdain jr | payton/coyne racing | 78 | handling | 19 | None row 29 : 29 | 21 | tony kanaan | tasman motorsports group | 32 | contact | 18 | None ] Execute this SQL based on the above table: select count ( team ) where driver - team >= 4
0
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 5 | fernando alonso | renault | 56 | 1:31:33.736 | 1 | 10 row 2 : 2 | 16 | jarno trulli | toyota | 56 | 24.327 | 2 | 8 row 3 : 3 | 8 | nick heidfeld | williams-bmw | 56 | 32.188 | 10 | 6 row 4 : 4 | 10 | juan pablo montoya | mclaren-mercedes | 56 | 41.631 | 11 | 5 row 5 : 5 | 17 | ralf schumacher | toyota | 56 | 51.854 | 5 | 4 row 6 : 6 | 14 | david coulthard | red bull-cosworth | 56 | +1:12.543 | 8 | 3 row 7 : 7 | 1 | michael schumacher | ferrari | 56 | +1:19.988 | 13 | 2 row 8 : 8 | 15 | christian klien | red bull-cosworth | 56 | +1:20.835 | 7 | 1 row 9 : 9 | 9 | kimi raikkonen | mclaren-mercedes | 56 | +1:21.580 | 6 | None row 10 : 10 | 12 | felipe massa | sauber-petronas | 55 | +1 lap | 14 | None row 11 : 11 | 19 | narain karthikeyan | jordan-toyota | 54 | +2 laps | 17 | None row 12 : 12 | 18 | tiago monteiro | jordan-toyota | 53 | +3 laps | 18 | None row 13 : 13 | 21 | christijan albers | minardi-cosworth | 52 | +4 laps | 19 | None row 14 : ret | 2 | rubens barrichello | ferrari | 49 | handling | 12 | None row 15 : ret | 6 | giancarlo fisichella | renault | 36 | collision | 3 | None row 16 : ret | 7 | mark webber | williams-bmw | 36 | collision | 4 | None row 17 : ret | 11 | jacques villeneuve | sauber-petronas | 26 | spun off | 16 | None row 18 : ret | 3 | jenson button | bar-honda | 2 | engine | 9 | None row 19 : ret | 4 | anthony davidson | bar-honda | 2 | engine | 15 | None row 20 : ret | 20 | patrick friesacher | minardi-cosworth | 2 | spun off | 20 | None ] Execute this SQL based on the above table: select time/retired where grid = 1
1:31:33.736
[ header: # | wrestlers | reign | date | days held | location | notes row 1 : 1 | kuishinbo kamen | 1 | january 4, 2001 | 758 | osaka, japan | kamen defeated ebessan to row 2 : 2 | ebessan | 1 | february 1, 2003 | 56 | osaka, japan | None row 3 : 3 | pero | 1 | march 29, 2003 | 7 | osaka, japan | None row 4 : 4 | ebessan | 2 | april 5, 2003 | 92 | osaka, japan | None row 5 : 5 | tigers mask | 1 | july 6, 2003 | 90 | osaka, japan | None row 6 : None | vacant | None | october 4, 2003 | None | None | tigers mask vacated the title to row 7 : 6 | miracle man | 1 | december 7, 2003 | 55 | osaka, japan | miracle man won a 4-way match which included row 8 : 7 | ebessan | 3 | january 31, 2004 | 21 | osaka, japan | None row 9 : 8 | kuishinbo kamen | 2 | february 21, 2004 | 665 | osaka, japan | None row 10 : None | stripped | None | december 17, 2005 | None | None | kamen was stripped of the title due to row 11 : 9 | policeman | 1 | february 18, 2006 | 311 | osaka, japan | None row 12 : 10 | okita-kun | 1 | february 26, 2006 | 314 | osaka, japan | okita-kun won an eight row 13 : None | vacant | None | january 6, 2007 | None | None | okita-hun vacated row 14 : 11 | sgt. suchi | 1 | february 12, 2007 | 194 | osaka, japan | sgt. suchi is a row 15 : 12 | ebessan iii | 1 | august 25, 2007 | 113 | osaka, japan | None row 16 : 13 | kuishinbo kamen | 3 | december 16, 2007 | 84 | tokyo, japan | None row 17 : 14 | miracle man | 2 | march 9, 2008 | 51 | tokyo, japan | None row 18 : 15 | kanjyuro matsuyama | 1 | april 29, 2008 | 0 | tokyo, japan | matsuyama retires the title immediately after row 19 : 16 | kuishinbo kamen | 4 | april 29, 2010 | 59 | osaka, japan | kamen wins both the owarai championship row 20 : 17 | kyusei ninja ranmar | 1 | june 27, 2010 | 22 | osaka, japan | ranmaru wins both titles row 21 : 18 | kuishinbo kamen | 5 | july 19, 2010 | 1435 | osaka, japan | kamen wins both titles ] Execute this SQL based on the above table: select date where notes is null order by id limit 1932
february 1, 2003, march 29, 2003, april 5, 2003, july 6, 2003, january 31, 2004, february 21, 2004, february 18, 2006, august 25, 2007, december 16, 2007, march 9, 2008
[ header: city | country | iata | icao | airport | commenced | ended row 1 : bangkok | thailand | bkk | vtbs | suvarnabhumi airport | 2004 | present row 2 : chennai | india | maa | vomm | chennai international airport | 2007 | present row 3 : chiang mai | thailand | cnx | vtcc | chiang mai international airport | 2005 | 2008 row 4 : da nang | vietnam | dad | vvdn | da nang international airport | 2006 | 2006 row 5 : dhaka | bangladesh | dac | vghs | shahjalal international airport | 2012 | present row 6 : guangzhou | china | can | zggg | guangzhou baiyun international airport | 2006 | present row 7 : haikou | china | hak | zjhk | haikou meilan international airport | 2006 | present row 8 : hat yai | thailand | hdy | vtss | hat yai international airport | 2004 | present row 9 : ho chi minh city | vietnam | sgn | vvts | tan son nhat international airport | 2005 | present row 10 : hong kong | hong kong | hkg | vhhh | hong kong international airport | 2010 | present row 11 : hyderabad | india | hyd | vohs | rajiv gandhi international | 2012 | present row 12 : kochi | india | cok | voci | cochin international airport | 2012 | present row 13 : krabi | thailand | kbv | vtsg | krabi airport | 2005 | present row 14 : kuala lumpur | malaysia | kul | wmkk | kuala lumpur international airport | 2008 | present row 15 : kuching | malaysia | kch | wbgg | kuching international airport | 2008 | 2013 row 16 : langkawi | malaysia | lgk | wmkl | langkawi international airport | 2009 | 2010 row 17 : lijang | china | ljg | zplj | lijiang sanyi airport | 2013 | present row 18 : lombok | indonesia | lop | wadl | lombok international airport | 2013 | present row 19 : manila | philippines | mnl | rpll | ninoy aquino international airport | 2010 | present row 20 : penang | malaysia | pen | wmkp | penang international airport | 2009 | present row 21 : perth | australia | per | ypph | perth airport | 2004 | present row 22 : phnom penh | cambodia | pnh | vdpp | phnom penh international airport | 2012 | present row 23 : singapore | singapore | sin | wsss | singapore changi airport[hub | 2004 | present row 24 : surabaya | indonesia | sub | warr | juanda international airport | 2013 | present row 25 : taipei | taiwan | tpe | rctp | taiwan taoy | 2011 | present row 26 : thiruvananthapuram | india | trv | votv | trivandrum international airport | 2010 | present row 27 : tiruchirapalli | india | trz | votr | tiruchirapalli airport | 2010 | present row 28 : udon thani | thailand | uth | vtud | udon thani international airport | 2007 | 2007 ] Execute this SQL based on the above table: select city where id = ( select id where city = 'kuala lumpur' ) - 1
krabi
[ header: party | votes | % | seats | +/- row 1 : liberal democratic league | 164376 | 28.2 | 34 | 8 row 2 : anti revolutionary party | 143843 | 24.7 | 15 | -7 row 3 : general league of roman catholic caucuses | 76605 | 13.1 | 25 | 0 row 4 : social democratic workers' party | 65561 | 11.2 | 7 | 0 row 5 : christian historicals | 62770 | 10.8 | 8 | -2 row 6 : free-thinking democratic league | 51595 | 8.8 | 11 | 2 row 7 : other parties | 18638 | 3.2 | 0 | -1 row 8 : invalid/blank votes | None | None | None | None row 9 : total | 583388 | 100 | 100 | 0 row 10 : registered voters/turnout | 752692 | None | None | None ] Execute this SQL based on the above table: select party order by % limit 1322
invalid/blank votes, registered voters/turnout, other parties, free-thinking democratic league, christian historicals, social democratic workers' party, general league of roman catholic caucuses, anti revolutionary party, liberal democratic league, total
[ 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 count ( * ) where location = 'town and country, missouri' ) > ( select count ( * ) where location = 'carmel, indiana' )
0
[ header: district | counties represented | delegate | party | first elected | committee row 1 : 1a | allegany, garrett | wendell r. beitzel | republican | 2006 | health and government operations row 2 : 1b | allegany | kevin kelly | democratic | 1986 | judiciary row 3 : 1c | allegany, washington | leroy e. myers, j | republican | 2002 | appropriations row 4 : 2a | washington | andrew a. serafini | republican | 2008 | ways and means row 5 : 2b | washington | christopher b. shank | republican | 1998 | judiciary row 6 : 2c | washington | john p. donoghu | democratic | 1990 | health and government operations row 7 : 3a | frederick | galen r. clagett | democratic | 2002 | appropriations row 8 : 3a | frederick | sue hecht | democratic | 1994 | economic matters row 9 : 3b | frederick, washington | michael hough | republican | 2002 | health and government operations row 10 : 4a | frederick | joseph r. bartlet | republican | 1998 | ways and means row 11 : 4a | frederick | kelly m. schulz | republican | 2011 | environmental matters row 12 : 4b | carroll, frederick | donald b. elliot | republican | 1986 | health and government operations row 13 : 5a | carroll | tanya thornton shewell | republican | 2004 | environmental matters row 14 : 5a | carroll | nancy r. stocksdale | republican | 1994 | appropriations row 15 : 9b | carroll | susan w. krebs | republican | 2002 | ways and means ] Execute this SQL based on the above table: select count ( delegate ) where first elected >= 1994
12
[ header: name | gauge | builder | type | date | works number | notes row 1 : no.774 | 2 ft (610 mm) | baguley | 4wpm | 1919 | 774 | undergoing restoration, not on display, purchased 1998 row 2 : dot | 18 in (457 mm) | beyer peacock | 0-4-0wt | 1887 | 2817 | built for the internal gorton locomotive works of be row 3 : rough pup | 2 ft (610 mm) | hunslet | 0-4-0st | 1891 | 541 | built for the dinorwic quarry railway. row 4 : no. 13 | 1 ft 10 in (560 mm | william spence ltd | 0-4-0t | 1895 | None | one of a fleet of overtype locomotives row 5 : george henry | 1 ft 10 3⁄4 in (5 | de winton | 0-4-0vb | 1877 | None | ex-penrhyn quarry locomotive. row 6 : jubilee 1897 | 1 ft 11 1⁄2 in (5 | manning wardle | 0-4-0st | 1897 | 1382 | built for the cilgwyn quarry in row 7 : dundee gasworks no.2 | 1 ft 11 1⁄2 in (5 | kerr stuart | 0-4-0wt | 1907 | 720 | built for the dundee gasworks railway ] Execute this SQL based on the above table: select count ( builder ) where works number = 0
0
[ header: place | player | country | score | to par row 1 : t1 | ed sneed | united states | 68-67=135 | -9 row 2 : t1 | craig stadler | united states | 69-66=135 | -9 row 3 : t3 | raymond floyd | united states | 70-68=138 | -6 row 4 : t3 | leonard thompson | united states | 68-70=138 | -6 row 5 : t5 | miller barber | united states | 75-64=139 | -5 row 6 : t5 | tom watson | united states | 68-71=139 | -5 row 7 : t5 | joe inman | united states | 68-71=139 | -5 row 8 : t8 | seve ballesteros | spain | 72-68=140 | -4 row 9 : t8 | jack nicklaus | united states | 69-71=140 | -4 row 10 : t8 | lou graham | united states | 69-71=140 | -4 ] Execute this SQL based on the above table: select score where id = ( select id where score = '72-68=140' ) - 1
68-71=139
[ 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 school name where year closed = '1980'
school 9, school 21, school 23, school 49, school 52, school 62
[ header: # | nation | qualification tournament | place in qt | sailor row 1 : 1 | china | host country | None | None row 2 : 2 | brazil | 2007 worlds | 1 | robert scheidt, bruno row 3 : 3 | france | 2007 worlds | 2 | xavier rohart, pas row 4 : 4 | great britain | 2007 worlds | 3 | iain percy, andre row 5 : 5 | new zealand | 2007 worlds | 4 | hamish pepper, carl william row 6 : 6 | italy | 2007 worlds | 5 | diego negri, luigi row 7 : 7 | poland | 2007 worlds | 6 | mateusz kuszniere row 8 : 8 | germany | 2007 worlds | 7 | marc pickel, ingo borkowski row 9 : 9 | sweden | 2007 worlds | 8 | fredrik loof, anders row 10 : 10 | australia | 2007 worlds | 9 | iain murray, andrew row 11 : 11 | portugal | 2007 worlds | 10 | afonso domingos, row 12 : 12 | united states | 2007 worlds | 11 | mark reynolds, hal row 13 : 13 | switzerland | 2008 worlds | 4 | flavio marazzi, enric row 14 : 14 | croatia | 2008 worlds | 12 | marin lovrovic, sinsa row 15 : 15 | ireland | 2008 worlds | 14 | max treacy, anthony shank row 16 : 16 | austria | 2008 worlds | 16 | hans spitzauer, ] Execute this SQL based on the above table: select qualification tournament order by place in qt desc limit 1
2008 worlds
[ header: club | league | sport | venue | established | championships row 1 : madison mustangs | ifl | american football | breitenbach stadium | 1997 | 4 consecutive ironbowls row 2 : madison mallards | nl | baseball | warner park | 2001 | 1 championship row 3 : madison 56ers | npsl | soccer | breese stevens field | 2005 | 0 championships row 4 : wisconsin rugby club | wrfu | rugby | wisconsin rugby club sports complex | 1962 | 2 championships row 5 : madison minotaurs | wrfu | rugby | yahara rugby field | 2007 | 0 bingham cups row 6 : wisconsin badgers | big ten, ncaa div | 23 varsity teams | camp randall stadium, kohl center | 1849 | 27 championships row 7 : edgewood eagles | nacc, ncaa div | 16 varsity teams | edgedome | 1974 | 35 championships row 8 : madison college wolfpack | n4c, njcaa | 8 varsity teams | redsten gymnasium, roberts | 1912 | 21 championships row 9 : mad rollin' dolls | wftda | roller derby | alliant energy center | 2005 | 0 championships row 10 : madison blues | glhl | hockey | capitol ice arena | 2010 | 0 championships ] Execute this SQL based on the above table: select club where id = ( select id where club = 'madison 56ers' ) + 1
wisconsin rugby club
[ header: location | reactor type | status | net capacity (mwe) | gross capacity (mwe) row 1 : chernobyl-1 | rbmk-1000 | shut down in 1996 | 740 | 800 row 2 : chernobyl-2 | rbmk-1000 | shut down in 1991 | 925 | 1 row 3 : chernobyl-3 | rbmk-1000 | shut down in 2000 | 925 | 1 row 4 : chernobyl-4 | rbmk-1000 | destroyed in the 1986 accident | 925 | 1 row 5 : chernobyl-5 | rbmk-1000 | construction cancelled in 1988 | 950 | 1 row 6 : chernobyl-6 | rbmk-1000 | construction cancelled in 1988 | 950 | 1 row 7 : ignalina-1 | rbmk-1500 | shut down in 2004 | 1,185 | 1,3 row 8 : ignalina-2 | rbmk-1500 | shut down in 2009 | 1,185 | 1,3 row 9 : ignalina-3 | rbmk-1500 | construction cancelled in 1988 | 1,38 | 1,5 row 10 : ignalina-4 | rbmk-1500 | plan cancelled in 1988 | 1,38 | 1,5 row 11 : kostroma-1 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5 row 12 : kostroma-2 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5 row 13 : kursk-1 | rbmk-1000 | operational until 2021 | 925 | 1 row 14 : kursk-2 | rbmk-1000 | operational until 2024 | 925 | 1 row 15 : kursk-3 | rbmk-1000 | operational until march 2014 | 925 | 1 row 16 : kursk-4 | rbmk-1000 | operational until february 2016 | 925 | 1 row 17 : kursk-5 | mker-1000 | construction begin was 1985, since then shelve | 925 | 1 row 18 : kursk-6 | rbmk-1000 | construction cancelled in 1993 | 925 | 1 row 19 : leningrad-1 | rbmk-1000 | operational | 925 | 1 row 20 : leningrad-2 | rbmk-1000 | operational until 2021 | 925 | 1 row 21 : leningrad-3 | rbmk-1000 | operational until june 2025 | 925 | 1 row 22 : leningrad-4 | rbmk-1000 | operational until august 2026 | 925 | 1 row 23 : smolensk-1 | rbmk-1000 | operational until december 2022 | 925 | 1 row 24 : smolensk-2 | rbmk-1000 | operational until july 2015 | 925 | 1 row 25 : smolensk-3 | rbmk-1000 | operational until july 2023 | 925 | 1 row 26 : smolensk-4 | rbmk-1000 | construction cancelled in 1993 | 925 | 1 ] Execute this SQL based on the above table: select net capacity (mwe) where net capacity (mwe) in ( 925 , 925 ) and reactor type = 'rbmk-1000' and status = 'operational until 2021'
925.0, 925.0
[ header: publication | score | review row 1 : 1up.com | b | → row 2 : weekly famitsu | 36 of 40 | print row 3 : gamepro.com | 6.5 of 10 | → row 4 : gamespot | 7.5 of 10 | → row 5 : hardcore gamer magazine | 9.5 of 10 | print row 6 : ign.com | 7.9 of 10 | → row 7 : nintendo power | 8 of 10 | print row 8 : play magazine | 7 of 10 | print row 9 : metacritic | 76 of 100 | → ] Execute this SQL based on the above table: select review where review = '→' and review != 'print'
→, →, →, →, →
[ header: | name | took office | left office | party row 1 : 1 | vasso papandreou | 21 february 1996 | 19 february 1999 | panhellenic socialist movement row 2 : 2 | evangelos venizelos | 19 february 1999 | 13 april 2000 | panhellenic socialist movement row 3 : 3 | nikos christodoulaki | 13 april 2000 | 24 october 2001 | panhellenic socialist movement row 4 : 4 | akis tsochatzo | 24 october 2001 | 10 march 2004 | panhellenic socialist movement row 5 : 5 | dimitris sioufas | 10 march 2004 | 19 september 2007 | new democracy row 6 : 6 | christos folias | 19 september 2007 | 8 january 2009 | new democracy row 7 : 7 | kostis hatzidakis | 8 january 2009 | 7 october 2009 | new democracy ] Execute this SQL based on the above table: select count ( * ) where left office = '24 october 2001'
1
[ header: genre | year | title | role | episodes | notes row 1 : film | 1995 | timepiece | khris | None | None row 2 : tv series | 1997 | nash bridges | reggie harell | "dirty tricks" | 4 episodes total row 3 : film | 1998 | around the fire | trace | None | None row 4 : short film | 1999 | king of the bingo game | sonny | None | None row 5 : tv series | 1999 | nash bridges | hassam desmond kenner | "power play" "girl trouble" | 4 episodes total row 6 : film | 1999 | true crime | wally cartwright | None | None row 7 : tv series | 2000 | nash bridges | trumpet player | "skin trade" | 4 episodes total row 8 : film | 2000 | desi's looking for a new girl | mother | None | None row 9 : film | 2003 | kung phooey! | roy lee | None | None row 10 : tv series | 2004 | law & order | ronald gumer | "hands free" | 2 episodes total row 11 : film | 2006 | freedomland | male patient | None | None row 12 : tv series | 2006 | law & order: criminal intent | sergeant ev sides | "to the bone" | 2 episodes total row 13 : tv series | 2006 | law & order: trial by jury | gus | "eros in the upper eighties" | None row 14 : tv series | 2008 | the big gay sketch show | None | None | 8 episodes; 16 episodes total row 15 : tv series | 2008 | law & order | donnie | "sweetie" | 2 episodes total row 16 : film | 2008 | miracle at st. anna | west indian postal customer | None | None row 17 : tv series | 2009 | great performances | mr. franklin/m | "passing strange" | musical telecast row 18 : tv series | 2010 | the big gay sketch show | None | None | 8 episodes; 16 episodes total row 19 : tv series | 2010 | law & order: criminal intent | andre lanier | "love sick" | 2 episodes total row 20 : film | 2012 | lincoln | private harold green | None | None row 21 : film | 2012 | red hook summer | blessing rowe | None | None row 22 : film | 2013 | 42 | lawson bowman | None | None row 23 : film | 2013 | hairbrained | finals moderator | None | None row 24 : film | 2013 | the butler | freddie fallows | None | None row 25 : film | 2013 | 400 boys | talon | None | None ] Execute this SQL based on the above table: select role where genre = 'tv series'
reggie harell, hassam desmond kenner, trumpet player, ronald gumer, sergeant ev sides, gus, donnie, mr. franklin/mr. venus/joop, andre lanier
[ header: season | tier | division | pos. | notes row 1 : 2003-04 | 1 | division de honor | 1st | league champion row 2 : 2004-05 | 1 | division de honor | 2nd | cup champion row 3 : 2005-06 | 1 | division de honor | 3rd | None row 4 : 2006-07 | 1 | division de honor | 3rd | None row 5 : 2007-08 | 1 | division de honor | 1st | league champion row 6 : 2008-09 | 1 | division de honor | 3rd | None row 7 : 2009-10 | 1 | division de honor | 2nd | None row 8 : 2010-11 | 1 | division de honor | 2nd | None row 9 : 2011-12 | 1 | division de honor | 9th | relegated row 10 : 2012-13 | 3 | primera nacional | 1st | None row 11 : 2013-14 | 3 | primera nacional | None | None ] Execute this SQL based on the above table: select count ( pos. )
10
[ header: rank | hospital | city | county | # beds | type of hospital row 1 : 4 | sonoma developmental center | eldridge | sonoma | 1300 | mental health row 2 : 6 | fairview developmental center | costa mesa | orange | 1218 | mental health row 3 : 7 | porterville developmental center | porterville | tulare | 1210 | mental health row 4 : 10 | veterans home of california | yountville | napa | 1100 | veteran admin row 5 : 11 | metropolitan state hospital | norwalk | los angeles | 1096 | mental health row 6 : 12 | va palo alto health care system | palo alto | santa clara | 967 | veteran admin row 7 : 13 | cedars-sinai medical center | west hollywood | los angeles | 952 | general acute care row 8 : 14 | loma linda university medica center | loma linda | san bernardino | 822 | university/teaching row 9 : 15 | ucla medical center | los angeles | los angeles | 668 | general acute care row 10 : 18 | ucsd medical center | san diego | san diego | 594 | university/teaching row 11 : 19 | ucsf medical center mount zion | san francisco | san francisco | 579 | general acute care row 12 : 20 | ucd medical center | sacramento | sacramento | 577 | university/teaching row 13 : 23 | harbor ucla medical center | torrance | los angeles | 553 | general acute care row 14 : 24 | mission hospital regional medical center | mission viejo | orange | 552 | general acute care row 15 : 25 | alta bates summit medical center | berkeley | alameda | 551 | general acute care row 16 : 26 | san francisco general hospital | san francisco | san francisco | 550 | general acute care row 17 : 27 | ucsf medical center at parn | san francisco | san francisco | 536 | general acute care row 18 : 29 | santa clara valley medical center | san jose | santa clara | 524 | general acute care row 19 : 30 | scripps mercy hospital | san diego | san diego | 523 | general acute care row 20 : 31 | huntington memorial hospital | pasadena | los angeles | 522 | general acute care row 21 : 33 | grossmont hospital | la mesa | san diego | 481 | general acute care row 22 : 34 | doctors medical center | modesto | stanislaus | 465 | general acute care row 23 : 35 | st. bernardine medical | san bernardino | san bernardino | 463 | general acute care row 24 : 36 | uci medical center | orange | orange | 462 | general acute care row 25 : 37 | stanford medical center | stanford | santa clara | 460 | general acute care row 26 : 39 | methodist hospital | arcadia | los angeles | 455 | general acute care row 27 : 40 | providence st. joseph | burbank | los angeles | 455 | general acute care row 28 : 42 | agnews developmental center | san jose | santa clara | 450 | mental health row 29 : 43 | jewish home | san francisco | san francisco | 450 | nursing homes row 30 : 44 | st. joseph hospital orange | orange | orange | 448 | general acute care row 31 : 45 | presbyterian intercommunity | whittier | los angeles | 441 | general acute care ] Execute this SQL based on the above table: select type of hospital where rank = ( select rank where type of hospital = 'general acute care' ) - 1
veteran admin
[ header: pos | no | driver | team | laps | time/retired | grid | points row 1 : 1 | 6 | michael andretti | newman-haas racing | 150 | 1:33:39.268 | 8 | 20+1 row 2 : 2 | 99 | greg moore | forsythe racing | 150 | 0.075 | 1 | 16+1 row 3 : 3 | 1 | alex zanardi | chip ganassi racing | 150 | 0.918 | 6 | 14 row 4 : 4 | 11 | christian fittipaldi | newman-haas racing | 150 | 3.359 | 4 | 12 row 5 : 5 | 20 | scott pruett | patrick racing | 150 | 5.257 | 12 | 10 row 6 : 6 | 40 | adrian fernandez | patrick racing | 150 | 5.926 | 5 | 8 row 7 : 7 | 5 | gil de ferran | walker racing | 150 | 6.81 | 11 | 6 row 8 : 8 | 8 | bryan herta | team rahal | 150 | 9.866 | 16 | 5 row 9 : 9 | 27 | dario franchitti | team kool green | 150 | 10.275 | 13 | 4 row 10 : 10 | 17 | mauricio gugelmin | pacwest racing group | 150 | 10.855 | 10 | 3 row 11 : 11 | 33 | patrick carpentier | forsythe racing | 150 | 11.382 | 9 | 2 row 12 : 12 | 18 | mark blundell | pacwest racing group | 150 | 29.029 | 7 | 1 row 13 : 13 | 10 | richie hearn | della penna motorsports | 149 | +1 lap | 15 | None row 14 : 14 | 9 | jj lehto | hogan racing | 149 | +1 lap | 29 | None row 15 : 15 | 15 | roberto moreno | project indy | 149 | +1 lap | 23 | None row 16 : 16 | 12 | jimmy vasser | chip ganassi racing | 148 | +2 laps | 3 | None row 17 : 17 | 3 | andre ribeiro | marlboro team penske | 148 | +2 laps | 2 | None row 18 : 18 | 36 | alex barron | all american racing | 148 | +2 laps | 27 | None row 19 : 19 | 7 | bobby rahal | team rahal | 147 | +3 laps | 17 | None row 20 : 20 | 98 | p. j. jones | all american racing | 146 | +4 laps | 26 | None row 21 : 21 | 77 | arnd meier | davis racing | 136 | +14 laps | 28 | None row 22 : 22 | 2 | al unser, jr | marlboro team penske | 122 | transmission | 14 | None row 23 : 23 | 24 | hiro matsushita | arciero-wells racing | 121 | contact | 24 | None row 24 : 24 | 16 | helio castro-neves | bettenhausen racing | 97 | contact | 22 | None row 25 : 25 | 34 | dennis vitolo | payton/coyne racing | 90 | withdrew | 25 | None row 26 : 26 | 25 | max papis | arciero-wells racing | 83 | wheel bearing | 20 | None row 27 : 27 | 26 | paul tracy | team kool green | 79 | suspension | 21 | None row 28 : 28 | 19 | michel jourdain jr | payton/coyne racing | 78 | handling | 19 | None row 29 : 29 | 21 | tony kanaan | tasman motorsports group | 32 | contact | 18 | None ] Execute this SQL based on the above table: select count ( driver ) where driver = 'scott pruett' and laps not null
1
[ header: season | level | division | section | position | movements row 1 : 1985 | tier 4 | division 3 | norra norrland | 5th | None row 2 : 1986 | tier 4 | division 3 | norra norrland | 4th | promoted row 3 : 1987 | tier 3 | division 2 | norra | 5th | None row 4 : 1988 | tier 3 | division 2 | norra | 1st | promoted row 5 : 1989 | tier 2 | division 1 | norra | 3rd | None row 6 : 1990 | tier 2 | division 1 | norra | 6th | None row 7 : 1991 | tier 2 | division 1 | norra | 1st | spring row 8 : None | tier 2 | division 1 | kvalsvenskan | 8th | autumn row 9 : 1992 | tier 2 | division 1 | norra | 7th | spring row 10 : None | tier 2 | division 1 | norra | 8th | autumn - relegated row 11 : 1993 | tier 3 | division 2 | norrland | 1st | promoted row 12 : 1994 | tier 2 | division 1 | norra | 13th | relegated row 13 : 1995 | tier 3 | division 2 | norrland | 9th | None row 14 : 1996 | tier 3 | division 2 | norrland | 8th | None row 15 : 1997 | tier 3 | division 2 | norrland | 6th | None row 16 : 1998 | tier 3 | division 2 | norrland | 7th | None row 17 : 1999 | tier 3 | division 2 | norrland | 3rd | None row 18 : 2000 | tier 3 | division 2 | norrland | 8th | None row 19 : 2001 | tier 3 | division 2 | norrland | 10th | relegation playoffs row 20 : 2002 | tier 3 | division 2 | norrland | 10th | relegation playoffs row 21 : 2003 | tier 3 | division 2 | norrland | 10th | relegation playoffs row 22 : 2004 | tier 3 | division 2 | norrland | 7th | None row 23 : 2005 | tier 3 | division 2 | norrland | 4th | promoted row 24 : 2006 | tier 3 | division 1 | norra | 14th | relegated row 25 : 2007 | tier 4 | division 2 | norrland | 10th | relegation playoffs row 26 : 2008 | tier 4 | division 2 | norrland | 12th | relegated row 27 : 2009 | tier 5 | division 3 | norra norrland | 8th | None row 28 : 2010 | tier 5 | division 3 | norra norrland | 3rd | None row 29 : 2011 | tier 5 | division 3 | norra norrland | 2nd | promotion playoffs row 30 : 2012 | tier 5 | division 3 | norra norrland | 3rd | None ] Execute this SQL based on the above table: select section order by season desc limit 1
norra norrland
[ header: city | country | airport | begin | end row 1 : aberdeen | united kingdom | aberdeen airport | 1999 | None row 2 : alesund | norway | alesund airport, vigra | 1971 | None row 3 : alta | norway | alta airport | 1974 | None row 4 : batsfjord | norway | batsfjord airport | 1999 | None row 5 : bodø | norway | bodø airport | 1968 | None row 6 : brønnøysund | norway | brønnøysund airport, | 1968 | None row 7 : fagernes | norway | fagernes airport, leirin | 1999 | 2000 row 8 : florø | norway | florø airport | 1971 | None row 9 : førde | norway | førde airport, bringel | 1986 | None row 10 : førde | norway | førde airport, øy | 1971 | 1986 row 11 : glasgow | united kingdom | glasgow international airport | 1997 | 1999 row 12 : gothenburg | sweden | gothenburg-landvetter airport | 1996 | None row 13 : hammerfest | norway | hammerfest airport | 1974 | None row 14 : haugesund | norway | haugesund airport, karmø | 2010 | None row 15 : harstad/narvik | norway | harstad/narvik airport, | 1975 | None row 16 : kirkenes | norway | kirkenes airport, hø | 1974 | None row 17 : kristiansand | norway | kristiansand airport, kje | 1991 | None row 18 : lakselv | norway | lakselv airport, banak | 1974 | None row 19 : leknes | norway | leknes airport | 1972 | None row 20 : lerwick | united kingdom | sumburgh airport | 1995 | 2005 row 21 : london | united kingdom | london stansted airport | 1989 | 1992 row 22 : molde | norway | molde airport, arø | 1972 | None row 23 : murmansk | russia | murmansk airport | 1994 | 2000 row 24 : narvik | norway | narvik airport, framnes | 1975 | None row 25 : namsos | norway | namsos airport, hø | 1968 | None row 26 : newcastle | united kingdom | newcastle airport | 2006 | None row 27 : ørland | norway | ørland airport | 1971 | 1987 row 28 : ørsta/volda | norway | ørsta-volda airport, | 1971 | None row 29 : oslo | norway | oslo airport, forne | 1974 | 1998 row 30 : oslo | norway | oslo airport, gardermo | 1998 | None row 31 : rønne | denmark | bornholm airport | 2007 | None row 32 : sandefjord | norway | sandefjord airport, to | 1989 | None row 33 : sandnessjøen | norway | sandnessjøen airport, | 1968 | None row 34 : sogndal | norway | sogndal airport, haukas | 1971 | None row 35 : stavanger | norway | stavanger airport, sola | 1989 | None row 36 : svolvær | norway | svolvær airport, helle | 1972 | None row 37 : tromsø | norway | tromsø airport | 1974 | None row 38 : umea | sweden | umea airport | 1995 | 1995 ] Execute this SQL based on the above table: select city where city in ( 'kirkenes' , 'førde' ) order by begin desc limit 1
førde
[ header: rank | country | winners | runners-up | finals total row 1 : 1 | spain | 17 | 8 | 25 row 2 : 2 | germany east germany | 11 1 12 | 10 3 13 | 21 4 25 row 3 : 3 | soviet union russia | 2 1 3 | 1 0 1 | 3 1 4 row 4 : 4 | hungary | 2 | 3 | 5 row 5 : 5 | belarus | 2 | 0 | 2 row 6 : 6 | france | 1 | 3 | 4 row 7 : 7 | sweden | 0 | 2 | 2 row 8 : 8 | bosnia & herzegov | 0 | 1 | 1 row 9 : 8 | croatia | 0 | 1 | 1 row 10 : 8 | czech republic | 0 | 1 | 1 row 11 : 8 | denmark | 0 | 1 | 1 row 12 : 8 | romania | 0 | 1 | 1 row 13 : 8 | serbia | 0 | 1 | 1 row 14 : 8 | switzerland | 0 | 1 | 1 row 15 : total | total | 37 | 37 | 74 ] Execute this SQL based on the above table: select ( select count ( * ) where country = 'sweden' ) >= 1182
0
[ header: name | dates | grt | propulsion | port | notes row 1 : arataki i | 1948-84 | 74 | 320 bhp diesel, 10 knot | None | us navy harbour tug row 2 : arataki ii | 1984-99 | 143 | 1100 bhp diesel, 12 knot | timaru | harbour tug row 3 : hipi | 1942-56 | 39 | 100 bhp diesel, 8 knots | auckland | towing lighters row 4 : kahanui | 1942-45 | 207 | 800 ihp sr t | wanganui | harbour tug row 5 : manawanui i | 1948-52 | 74 | 329 bhp diesel, 10 knot | auckland | us navy harbour tug row 6 : meola | 1961- | 19 | 76 bhp diesel, 9 knot | auckland | work boat row 7 : toia | 1926-49 | 423 | 1250 ihp sr | wellington | world war i saint class naval tug, ] Execute this SQL based on the above table: select count ( * ) where port > 862
6
[ header: month | day | visitor | score | home | score row 1 : jan | 2 | wanderers | 6 | victorias | 5 (10' overtime) row 2 : jan | 5 | montreal | 5 | shamrocks | 3 row 3 : jan | 5 | quebec | 1 | ottawa | 6 row 4 : jan | 9 | wanderers | 6 | montreal | 3 row 5 : jan | 12 | ottawa | 2 | wanderers | 4 row 6 : jan | 12 | victorias | 10 | quebec | 1 row 7 : jan | 16 | victorias | 16 | shamrocks | 3 row 8 : jan | 19 | shamrocks | 2 | ottawa | 6 row 9 : jan | 19 | quebec | 8 | montreal | 15 row 10 : jan | 23 | victorias | 12 | montreal | 6 row 11 : jan | 26 | ottawa | 12 | victorias | 10 row 12 : jan | 26 | wanderers | 11 | quebec | 3 row 13 : jan | 30 | shamrocks | 5 | montreal | 3 row 14 : feb | 2 | montreal | 2 | ottawa | 5 row 15 : feb | 2 | quebec | 8 | shamrocks | 11 row 16 : feb | 6 | wanderers | 5 | victorias | 2 row 17 : feb | 9 | ottawa | 5 | quebec | 4 (2' overtime) row 18 : feb | 9 | montreal | 3 | wanderers | 16 row 19 : feb | 13 | shamrocks | 7 | victorias | 19 row 20 : feb | 16 | victorias | 7 | ottawa | 16 row 21 : feb | 16 | quebec | 5 | wanderers | 13 row 22 : feb | 19 | shamrocks | 5 | wanderers | 18 row 23 : feb | 23 | ottawa | 12 | shamrocks | 6 row 24 : feb | 23 | montreal | 5 | quebec | 9 row 25 : feb | 27 | montreal | 8 | victorias | 13 row 26 : mar | 2 | wanderers | 10 | ottawa | 6 row 27 : mar | 2 | quebec | 6 | victorias | 7 row 28 : mar | 6 | shamrocks | 5 | wanderers | 16 row 29 : mar | 9 | ottawa | 6 | montreal | 8 row 30 : mar | 9 | shamrocks | 5 | quebec | 17 ] Execute this SQL based on the above table: select count ( * ) where home = 'victorias'
6
[ header: # | player | pos | pts | tries | conv | pens | drop | opposition | venue | date row 1 : 1 | stefano bettarello | fly-half | 29 | 1 | 2 | 5 | 2 | canada | toronto | 1 july 1982 row 2 : 1 | diego dominguez | fly-half | 29 | 0 | 1 | 6 | 3 | scotland | rome | 5 february 2000 row 3 : 1 | diego dominguez | fly-half | 29 | 0 | 4 | 7 | 0 | fiji | treviso | 10 november 2001 row 4 : 4 | diego dominguez | fly-half | 28 | 1 | 7 | 3 | 0 | netherlands | calvisano | 21 may 1994 row 5 : 5 | diego dominguez | fly-half | 27 | 1 | 2 | 6 | 0 | ireland | bologna | 20 december 1997 row 6 : 6 | diego dominguez | fly-half | 25 | 0 | 5 | 5 | 0 | romania | tarbes | 26 october 1997 row 7 : 7 | luigi troiani | fly-half | 24 | 0 | 12 | 0 | 0 | czech republic | viadana | 18 may 1994 row 8 : 7 | diego dominguez | fly-half | 24 | 0 | 0 | 8 | 0 | romania | catania | 1 october 1994 row 9 : 7 | mirco bergamasco | wing | 24 | 0 | 0 | 8 | 0 | fiji | modena | 27 november 2010 row 10 : 10 | 3 players on 23 points | None | None | None | None | None | None | None | None | None ] Execute this SQL based on the above table: select count ( * ) where pts < 24
0
[ header: year | song | us hot 100 | us msr | us a.c. | can | uk singles | album row 1 : 1991 | "don't treat me bad" | 19 | 16 | None | 35 | 71 | firehouse row 2 : 1991 | "love of a lifetime" | 5 | None | None | 30 | 40 | firehouse row 3 : 1991 | "all she wrote" | 58 | 25 | None | None | 56 | firehouse row 4 : 1992 | "reach for the sky" | 83 | 27 | None | None | 67 | hold your fire row 5 : 1992 | "when i look into your eyes" | 8 | None | None | 20 | 65 | hold your fire row 6 : 1992 | "sleeping with you" | 78 | None | None | None | 40 | hold your fire row 7 : 1995 | "i live my life for you" | 26 | None | 20 | 17 | 43 | 3 row 8 : 1995 | "here for you" | 108 | None | None | None | None | 3 ] Execute this SQL based on the above table: select count ( * ) where album = 'firehouse'
3
[ header: location | reactor type | status | net capacity (mwe) | gross capacity (mwe) row 1 : chernobyl-1 | rbmk-1000 | shut down in 1996 | 740 | 800 row 2 : chernobyl-2 | rbmk-1000 | shut down in 1991 | 925 | 1 row 3 : chernobyl-3 | rbmk-1000 | shut down in 2000 | 925 | 1 row 4 : chernobyl-4 | rbmk-1000 | destroyed in the 1986 accident | 925 | 1 row 5 : chernobyl-5 | rbmk-1000 | construction cancelled in 1988 | 950 | 1 row 6 : chernobyl-6 | rbmk-1000 | construction cancelled in 1988 | 950 | 1 row 7 : ignalina-1 | rbmk-1500 | shut down in 2004 | 1,185 | 1,3 row 8 : ignalina-2 | rbmk-1500 | shut down in 2009 | 1,185 | 1,3 row 9 : ignalina-3 | rbmk-1500 | construction cancelled in 1988 | 1,38 | 1,5 row 10 : ignalina-4 | rbmk-1500 | plan cancelled in 1988 | 1,38 | 1,5 row 11 : kostroma-1 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5 row 12 : kostroma-2 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5 row 13 : kursk-1 | rbmk-1000 | operational until 2021 | 925 | 1 row 14 : kursk-2 | rbmk-1000 | operational until 2024 | 925 | 1 row 15 : kursk-3 | rbmk-1000 | operational until march 2014 | 925 | 1 row 16 : kursk-4 | rbmk-1000 | operational until february 2016 | 925 | 1 row 17 : kursk-5 | mker-1000 | construction begin was 1985, since then shelve | 925 | 1 row 18 : kursk-6 | rbmk-1000 | construction cancelled in 1993 | 925 | 1 row 19 : leningrad-1 | rbmk-1000 | operational | 925 | 1 row 20 : leningrad-2 | rbmk-1000 | operational until 2021 | 925 | 1 row 21 : leningrad-3 | rbmk-1000 | operational until june 2025 | 925 | 1 row 22 : leningrad-4 | rbmk-1000 | operational until august 2026 | 925 | 1 row 23 : smolensk-1 | rbmk-1000 | operational until december 2022 | 925 | 1 row 24 : smolensk-2 | rbmk-1000 | operational until july 2015 | 925 | 1 row 25 : smolensk-3 | rbmk-1000 | operational until july 2023 | 925 | 1 row 26 : smolensk-4 | rbmk-1000 | construction cancelled in 1993 | 925 | 1 ] Execute this SQL based on the above table: select status where id = ( select id where status = 'operational until july 2023' ) + 1
construction cancelled in 1993
[ header: finished | post | horse | jockey | trainer | owner | time / behind row 1 : 1st | 6 | silver charm | gary l. stevens | bob baffert | bob & beverly lewis | 2:02.44 row 2 : 2nd | 5 | captain bodgit | alex solis | gary a. capuano | team valor | None row 3 : 3rd | 12 | free house | david flores | j. paco gonzal | john toffan & trud | None row 4 : 4th | 3 | pulpit | shane sellers | frank l. brothers | claiborne farm | None row 5 : 5th | 10 | crypto star | pat day | wayne m. catalano | evelyn & darrell | None row 6 : 6th | 9 | phantom on tour | jerry d. bailey | lynn s. whiting | w. cal partee | None row 7 : 7th | 5 | jack flash | craig perret | nick zito | dogwood stable | None row 8 : 8th | 6 | hello | mike smith | ronald mcanally | sandee & al k | None row 9 : 9th | 1 | concerto | carlos h. marquez, j | john j. tammaro | kinsman stable | None row 10 : 10th | 13 | celtic warrior | francisco torres | danny hutt | hutt, quackenbush | None row 11 : 11th | 4 | crimson classic | robby albarado | forrest kaelin | john w. clay | None row 12 : 12th | 15 | shammy davis | willie martinez | nick zito | fox hill farm | None row 13 : 13th | 11 | deeds not words | corey nakatani | d. wayne luka | michael tabor & susan | None ] Execute this SQL based on the above table: select count ( trainer ) where time / behind >= 'None'
0
[ header: position | team | points | played | won | drawn | lost | for | against | difference row 1 : 1 | paulistano | 30 | 18 | 14 | 2 | 2 | 62 | 19 | 43 row 2 : 2 | palestra italia-sp | 29 | 18 | 14 | 1 | 3 | 59 | 21 | 38 row 3 : 3 | corinthians | 26 | 18 | 12 | 2 | 4 | 51 | 16 | 35 row 4 : 4 | ypiranga-sp | 25 | 18 | 11 | 3 | 4 | 56 | 34 | 22 row 5 : 5 | aa sao bento | 16 | 18 | 7 | 2 | 9 | 38 | 44 | -6 row 6 : 6 | santos | 13 | 18 | 6 | 1 | 11 | 36 | 43 | -7 row 7 : 7 | sc internacional de sa | 11 | 15 | 3 | 5 | 7 | 26 | 44 | -18 row 8 : 8 | minas gerais | 10 | 15 | 4 | 2 | 9 | 18 | 49 | -31 row 9 : 9 | aa das palmeiras | 6 | 15 | 3 | 0 | 12 | 27 | 57 | -30 row 10 : 10 | mackenzie | 2 | 15 | 1 | 0 | 14 | 11 | 57 | -46 ] Execute this SQL based on the above table: select abs ( team - team ) where team = 'mackenzie'
0
[ header: volume | year | names | articles | pages | images | maps | number of copies row 1 : 1 | 1974 | ա-արգինա | 3442 | 720 | 1294 | 75 | 100000 row 2 : 2 | 1976 | արգիշտի-գեղերվան | 3503 | 720 | 1798 | 75 | 100000 row 3 : 3 | 1977 | գեղեցիկը-զուրաբյան | 3509 | 720 | 1726 | 53 | 100000 row 4 : 4 | 1978 | է-խաղխաղ | 3451 | 720 | 1228 | 53 | 100000 row 5 : 5 | 1979 | խաղող-կուլիսներ | 3694 | 720 | 1326 | 68 | 100000 row 6 : 6 | 1980 | կուլզոր-ձուլուկ | 3108 | 720 | 1097 | 64 | 100000 row 7 : 7 | 1981 | ձուլում-մոնոպխոնք | 3250 | 720 | 1436 | 46 | 100000 row 8 : 8 | 1982 | մոնոպոլիա-չեչերեկ | 3145 | 720 | 1274 | 70 | 100000 row 9 : 9 | 1983 | չեչքար-ռստակես | 3185 | 720 | 1046 | 60 | 100000 row 10 : 10 | 1984 | ռստամ-սսհմ | 2009 | 736 | 1065 | 61 | 100000 row 11 : 11 | 1985 | սովետական-տիեզերք | 2970 | 720 | 958 | 67 | 100000 row 12 : 12 | 1986 | տիեպոլո-ֆուքսին | 3501 | 752 | 1015 | 96 | 100000 row 13 : total | 1974-1986 | ա-ֆուքսին | 36767 | 8688 | 15263 | 858 | 1200000 row 14 : 13 | 1987 | սովետական հայաստան | None | None | None | None | None ] Execute this SQL based on the above table: select names where names in ( 'գեղեցիկը-զուրաբյան' , 'սովետական հայաստան' ) order by articles desc limit 1
գեղեցիկը-զուրաբյան
[ header: party | votes | % | swing | seats | change row 1 : australian labor party | 166106 | 50.84 | 2.75 | 15 | 3 row 2 : liberal and country league | 119106 | 36.45 | -4.05 | 20 | -3 row 3 : independent | 36271 | 11.1 | 1.03 | 4 | 0 row 4 : other | 5238 | 1.6 | None | 0 | 0 row 5 : total | 326721 | None | None | 39 | None row 6 : liberal and country league | win | 47 | -4.3 | 20 | -3 row 7 : australian labor party | None | 53 | 4.3 | 15 | 3 ] Execute this SQL based on the above table: select count ( * ) where votes = 166106
1
[ header: year | award | group | result | notes row 1 : 2004 | black reel awards | best actor: drama | nominated | the human stain (film) row 2 : 2004 | black reel awards | best breakthrough performance | nominated | the human stain (film) row 3 : 2006 | academy of science fiction, fantasy & horror films | best actor on television | nominated | prison break row 4 : 2006 | teen choice awards | tv - choice actor | nominated | prison break row 5 : 2006 | teen choice awards | tv - choice breakout star | nominated | prison break row 6 : 2006 | golden globes awards | best performance by an actor in a television series | nominated | prison break row 7 : 2007 | teen choice awards | choice tv actor: drama | nominated | prison break row 8 : 2008 | teen choice awards | choice tv actor: action adventure | nominated | prison break row 9 : 2014 | fangoria chainsaw awards | best screenplay | pending | stoker (film) ] Execute this SQL based on the above table: select group where year = 2008
choice tv actor: action adventure
[ 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 count ( start of term ) where start of term > 0
71
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | new caledonia | 120 | 107 | 61 | 288 row 2 : 2 | tahiti | 60 | 42 | 42 | 144 row 3 : 3 | papua new guinea | 48 | 25 | 48 | 121 row 4 : 4 | fiji | 33 | 44 | 53 | 130 row 5 : 5 | samoa | 22 | 17 | 34 | 73 row 6 : 6 | nauru | 8 | 10 | 10 | 28 row 7 : 7 | tonga | 4 | 6 | 10 | 20 row 8 : 8 | micronesia | 3 | 0 | 0 | 3 row 9 : 9 | cook islands | 2 | 6 | 4 | 12 row 10 : 10 | wallis and futuna | 2 | 3 | 7 | 12 row 11 : 11 | vanuatu | 1 | 8 | 8 | 17 row 12 : 12 | kiribati | 1 | 6 | 6 | 13 row 13 : 13 | northern mariana islands | 1 | 0 | 0 | 1 row 14 : 14 | guam | 0 | 6 | 5 | 11 row 15 : 15 | solomon islands | 0 | 5 | 17 | 22 row 16 : 16 | niue | 0 | 3 | 3 | 6 row 17 : 17 | tuvalu | 0 | 2 | 1 | 3 row 18 : 18 | palau | 0 | 1 | 3 | 4 row 19 : 19 | american samoa | 0 | 0 | 0 | 0 row 20 : 19 | marshall islands | 0 | 0 | 0 | 0 row 21 : 19 | norfolk island | 0 | 0 | 0 | 0 row 22 : 19 | tokelau | 0 | 0 | 0 | 0 row 23 : total | total | 305 | 291 | 312 | 908 ] Execute this SQL based on the above table: select count ( * ) where nation > nation
0
[ header: year | competition | venue | position | notes row 1 : 1982 | european championships | athens, greece | 1st | 2.30 m row 2 : 1983 | world championships | helsinki, finland | 4th | 2.29 m row 3 : 1984 | olympic games | los angeles, united states | 1st | 2.35 m row 4 : 1986 | european championships | stuttgart, west germany | 4th | 2.29 m row 5 : 1987 | world championships | rome, italy | 4th | 2.35 m row 6 : 1988 | olympic games | seoul, south korea | 6th | 2.34 m row 7 : 1989 | world indoor championships | budapest, hungary | 2nd | 2.35 m row 8 : 1990 | european championships | split, yugoslavia | 6th | 2.31 m row 9 : 1992 | olympic games | barcelona, spain | None | 2.15 m ] Execute this SQL based on the above table: select year where year > 634
1982, 1983, 1984, 1986, 1987, 1988, 1989, 1990, 1992
[ header: year | competition | venue | position | notes row 1 : 2002 | asian junior championships | bangkok, thailand | 3rd | 1.76 m row 2 : 2004 | asian junior championships | ipoh, malaysia | 1st | 1.84 m row 3 : 2004 | world junior championships | grosseto, italy | 7th | 1.84 m row 4 : 2005 | universiade | izmir, turkey | 7th | 1.80 m row 5 : 2005 | asian championships | incheon, south korea | 3rd | 1.84 m row 6 : 2005 | asian indoor games | bangkok, thailand | 2nd | 1.84 m row 7 : 2006 | asian games | doha, qatar | 6th | 1.84 m row 8 : 2007 | asian championships | amman, jordan | 3rd | 1.91 m row 9 : 2007 | universiade | bangkok, thailand | 3rd | 1.90 m row 10 : 2007 | world championships | osaka, japan | 20th (q) | 1.88 m row 11 : 2007 | asian indoor games | macau | 3rd | 1.88 m row 12 : 2008 | asian indoor championships | doha, qatar | 2nd | 1.91 m row 13 : 2009 | universiade | belgrade, serbia | 14th (q) | 1.80 m row 14 : 2010 | asian indoor championships | tehran, iran | 2nd | 1.86 m row 15 : 2010 | world indoor championships | istanbul, turkey | 20th (q) | 1.81 m row 16 : 2010 | asian games | guangzhou, china | 3rd | 1.90 m row 17 : 2011 | asian championships | kobe, japan | 4th | 1.85 m row 18 : 2011 | universiade | shenzhen, china | 10th | 1.84 m ] Execute this SQL based on the above table: select ( select notes where position = '3rd' ) > ( select notes where position = '10th' )
0
[ 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 notes where number = ( select number where notes = 'based on a llandudno & colwyn bay style open-topper' ) + 1
based on a llandudno & colwyn bay style open-topper
[ header: rank | cyclist | team | laps down | notes row 1 : 1 | iryna shpylova | ukraine | None | q row 2 : 2 | jessie daams | belgium | None | q row 3 : 3 | eunmi park | south korea | -1 | q row 4 : 4 | evgeniya romanyu | russia | -1 | q row 5 : 5 | andrea wolfer | switzerland | -1 | q row 6 : 6 | giorgia bronzini | italy | -1 | q row 7 : 7 | leire olaberria dorrons | spain | -1 | q row 8 : 8 | joanne kiesanowski | new zealand | -1 | q row 9 : 9 | dulce pliego | mexico | -1 | q row 10 : 10 | jessie maclean | verducci breakaway racing | -1 | q row 11 : 11 | lisa brennauer | germany | -1 | q row 12 : 12 | ashlee ankudinoff | australia | -1 | q row 13 : 13 | wan yiu jamie wong | hong kong | -1 | None row 14 : 14 | lauren franges | united states | -1 | None row 15 : 15 | skye lee armstrong | rodin | -1 | None row 16 : 16 | rosy mccall | gis | -1 | None row 17 : 17 | fatehah mustapa | malaysia | -1 | None row 18 : 18 | yekatsiryna bar | belarus | -1 | None ] Execute this SQL based on the above table: select notes where laps down = -1
q, q, q, q, q, q, q, q, q, q
[ header: | average population (x 1000) | live births | deaths | natural change | crude birth rate (per 1000) | crude death rate (per 1000) | natural change (per 1000) row 1 : 1970 | 38 | 761 | 299 | 462 | 20 | 7.9 | 12.2 row 2 : 1975 | 42 | 857 | 317 | 540 | 20.4 | 7.5 | 12.9 row 3 : 1980 | 46 | 996 | 333 | 663 | 21.7 | 7.2 | 14.4 row 4 : 1985 | 51 | 1104 | 370 | 734 | 21.6 | 7.3 | 14.4 row 5 : 1990 | 51 | 842 | 360 | 482 | 16.4 | 7 | 9.4 row 6 : 1991 | 50 | 789 | 335 | 454 | 15.8 | 6.7 | 9.1 row 7 : 1992 | 48 | 692 | 401 | 291 | 14.4 | 8.3 | 6 row 8 : 1993 | 46 | 617 | 448 | 169 | 13.4 | 9.7 | 3.7 row 9 : 1994 | 44 | 585 | 518 | 67 | 13.3 | 11.8 | 1.5 row 10 : 1995 | 43 | 537 | 501 | 36 | 12.6 | 11.8 | 0.8 row 11 : 1996 | 42 | 486 | 441 | 45 | 11.7 | 10.6 | 1.1 row 12 : 1997 | 41 | 483 | 374 | 109 | 11.9 | 9.2 | 2.7 row 13 : 1998 | 40 | 498 | 368 | 130 | 12.6 | 9.3 | 3.3 row 14 : 1999 | 39 | 448 | 376 | 72 | 11.6 | 9.7 | 1.9 row 15 : 2000 | 38 | 460 | 438 | 22 | 12 | 11.4 | 0.6 row 16 : 2001 | 39 | 562 | 438 | 124 | 14.5 | 11.3 | 3.2 row 17 : 2002 | 39 | 608 | 397 | 211 | 15.5 | 10.1 | 5.4 row 18 : 2003 | 39 | 625 | 386 | 239 | 15.9 | 9.8 | 6.1 row 19 : 2004 | 39 | 637 | 345 | 292 | 16.5 | 8.9 | 7.6 row 20 : 2005 | 38 | 548 | 369 | 179 | 14.5 | 9.7 | 4.7 row 21 : 2006 | 37 | 540 | 347 | 193 | 14.5 | 9.3 | 5.2 ] Execute this SQL based on the above table: select abs ( natural change - ) where live births = 448
1927.0
[ header: represent | contestant | age | height | hometown row 1 : alta verapaz | casetie lily dubo | 23 | 1.74 m (5 ft 8 1 | copan row 2 : chimaltenango | wendy karina albizures | 19 | 1.83 m (6 ft 0 | chimaltenango row 3 : ciudad capital | rita elizabeth med | 19 | 1.77 m (5 ft 9 1 | ciudad guatemala row 4 : guatemala | ana maribel arana r | 22 | 1.79 m (5 ft 10 1 | villa nueva row 5 : izabal | jessica jazmin donabo | 18 | 1.75 m (5 ft 9 in | puerto barrios row 6 : jalapa | luz yohana | 20 | 1.76 m (5 ft 9 1 | jalapa row 7 : quetzaltenango | clara jennifer chiong | 24 | 1.81 m (5 ft 11 1 | quetzaltenango ] Execute this SQL based on the above table: select contestant where hometown >= 1703
casetie lily dubois caravantes, wendy karina albizures del cid, rita elizabeth meda cojulun, ana maribel arana ruiz, jessica jazmin donabo chavez, luz yohana marroquin moran, clara jennifer chiong estrada
[ header: season | tier | division | place row 1 : 2005/06 | 5 | 1a aut. pref | None row 2 : 2006/07 | 4 | 3a | 19th row 3 : 2007/08 | 5 | 1a aut. pref | 2nd row 4 : 2008/09 | 4 | 3a | 18th row 5 : 2009/10 | 5 | 1a aut. pref | 3rd row 6 : 2010/11 | 5 | 1a aut. pref | 9th row 7 : 2011/12 | 5 | 1a aut. pref | 8th row 8 : 2012/13 | 5 | 1a aut. pref | 11th row 9 : 2013/14 | 5 | 1a aut. pref | None ] Execute this SQL based on the above table: select tier where place = '18th'
4.0
[ header: season | pitcher | decision | final score | opponent | location row 1 : 1963 | turk farrell | l | 2-9 | san francisco giants | colt stadium row 2 : 1964 | ken johnson | w | 6-3 | cincinnati reds | crosley field row 3 : 1965 | bob bruce | l | 0-2 | philadelphia phillies | astrodome row 4 : 1966 | robin roberts | l | 2-3 | los angeles dodgers | dodger stadium row 5 : 1968 | larry dierker | w | 5-4 | pittsburgh pirates | astrodome row 6 : 1970 | larry dierker (2) | w | 8-5 | san francisco giants | candlestick park row 7 : 1971 | larry dierker (3) | w | 5-2 | los angeles dodgers | astrodome row 8 : 1973 | dave roberts | nd (w) | 2-1 | atlanta braves | atlanta-fulton county stadium row 9 : 1976 | j.r. richard | l | 5-11 | cincinnati reds | riverfront stadium row 10 : 1980 | j.r. richard (5) | w | 3-2 | los angeles dodgers | astrodome row 11 : 1981 | joe niekro | l | 0-2 | los angeles dodgers | dodger stadium row 12 : 1982 | nolan ryan | l | 3-14 | st. louis cardinals | astrodome row 13 : 1983 | joe niekro (2) | nd (l) | 7-16 | los angeles dodgers | astrodome row 14 : 1984 | joe niekro (3) | l | 2-4 | montreal expos | astrodome row 15 : 1985 | nolan ryan (2) | w | 2-1 | los angeles dodgers | astrodome row 16 : 1987 | mike scott | w | 4-3 | los angeles dodgers | astrodome row 17 : 1988 | mike scott (2) | w | 6-3 | san diego padres | astrodome row 18 : 1989 | mike scott (3) | w | 10-3 | atlanta braves | astrodome row 19 : 1992 | pete harnisch | l | 0-2 | atlanta braves | astrodome row 20 : 1994 | pete harnisch (2) | nd (w) | 6-5 | montreal expos | astrodome row 21 : 1998 | shane reynolds | nd (l) | 4-9 | san francisco giants | astrodome row 22 : 1999 | shane reynolds | w | 4-2 | chicago cubs | astrodome row 23 : 2000 | shane reynolds | w | 5-2 | pittsburgh pirates | three rivers stadium row 24 : 2001 | scott elarton | w | 11-3 | milwaukee brewers | enron field row 25 : 2002 | wade miller | l | 3-9 | milwaukee brewers | astros field row 26 : 2003 | roy oswalt | w | 10-4 | colorado rockies | minute maid park row 27 : 2004 | roy oswalt (2) | nd (l) | 4-5 | san francisco giants | minute maid park row 28 : 2005 | roy oswalt (3) | l | 3-7 | st. louis cardinals | minute maid park row 29 : 2006 | roy oswalt (4) | w | 1-0 | florida marlins | minute maid park ] Execute this SQL based on the above table: select count ( opponent ) where season > 201
29
[ header: no | title | directed by | released row 1 : 1 | "kloot's k | hawley pratt | 1973 row 2 : 2 | "apache on the county seat" | hawley pratt | 1973 row 3 : 3 | "the shoe must go on" | gerry chiniquy | 1973 row 4 : 4 | "a self winding sidewinder" | roy morita | 1973 row 5 : 5 | "pay your buffalo bill" | gerry chiniquy | 1973 row 6 : 6 | "stirrups and hic | gerry chiniquy | 1973 row 7 : 7 | "ten miles to the gallop" | arthur leonardi | 1973 row 8 : 8 | "phony express" | gerry chiniquy | 1974 row 9 : 9 | "giddy up woe" | sid marcus | 1974 row 10 : 10 | "gold struck" | roy morita | 1974 row 11 : 11 | "as the tumbleweeds turn" | gerry chiniquy | 1974 row 12 : 12 | "the badge and the beautiful" | bob balsar | 1974 row 13 : 13 | "big beef at o.k. cor | bob balsar | 1974 row 14 : 14 | "by hoot or by crook | bob balsar | 1974 row 15 : 15 | "strange on the range" | durward bonaye | 1974 row 16 : 16 | "mesa trouble" | sid marcus | 1974 row 17 : 17 | "saddle soap opera" | gerry chiniquy | 1974 ] Execute this SQL based on the above table: select count ( distinct title ) where released = 1974
10
[ header: saros | member | date | time (greatest) utc | type | location lat,long | gamma | mag. | width (km) | duration (min:sec) | ref row 1 : 160 | 3 | june 5, 2217 | 4:22:21 | partial | 67.5s 118.9e | -1.3807 | 0.3094 | None | None | row 2 : 160 | 4 | june 16, 2235 | 11:00:36 | partial | 66.5s 8.8e | -1.299 | 0.4502 | None | None | row 3 : 160 | 5 | june 26, 2253 | 17:36:11 | partial | 65.5s 100.1w | -1.2139 | 0.5981 | None | None | row 4 : 160 | 6 | july 8, 2271 | 0:13:02 | partial | 64.5s 151.1e | -1.1284 | 0.7474 | None | None | row 5 : 160 | 7 | july 18, 2289 | 6:50:58 | partial | 63.6s 42.3e | -1.0426 | 0.898 | None | None | row 6 : 160 | 8 | july 30, 2307 | 13:31:16 | annular | 50s 48.7w | -0.9574 | 0.9602 | 501 | 3m 37s | row 7 : 160 | 10 | august 21, 2343 | 3:07:05 | annular | 35.1s 112.8e | -0.7957 | 0.9679 | 186 | 3m 9s | row 8 : 160 | 11 | august 31, 2361 | 10:04:30 | annular | 32.2s 9.7e | -0.7211 | 0.9701 | 151 | 2m 54s | row 9 : 160 | 14 | october 3, 2415 | 7:47:48 | annular | 31.8s 47.4e | -0.5335 | 0.9736 | 110 | 2m 27s | row 10 : 160 | 16 | october 24, 2451 | 23:03:09 | annular | 35.3s 178.3w | -0.4424 | 0.9746 | 101 | 2m 21s | row 11 : 160 | 18 | november 15, 2487 | 14:57:35 | annular | 39.5s 52.3w | -0.3807 | 0.9756 | 94 | 2m 16s | row 12 : 160 | 20 | december 8, 2523 | 7:24:54 | annular | 42.4s 67.5e | -0.3431 | 0.9774 | 86 | 2m 8s | row 13 : 160 | 21 | december 18, 2541 | 15:48:55 | annular | 42.8s 54.7w | -0.3319 | 0.9788 | 80 | 2m 1s | row 14 : 160 | 27 | february 22, 2650 | 18:53:59 | annular | 26.2s 86.4w | -0.2856 | 0.9984 | 6 | 0m 9s | row 15 : 160 | 28 | march 5, 2668 | 3:17:08 | hybrid | 21s 147.7e | -0.2697 | 1.0035 | 13 | 0m 21s | row 16 : 160 | 32 | april 18, 2740 | 11:49:23 | total | 2.7n 15.9e | -0.1487 | 1.0268 | 92 | 2m 43s | row 17 : 160 | 33 | april 29, 2758 | 19:40:31 | total | 8.9n 102.7w | -0.1026 | 1.0328 | 111 | 3m 18s | row 18 : 160 | 34 | may 10, 2776 | 3:25:50 | total | 14.9n 140.5e | -0.0507 | 1.0386 | 130 | 3m 50s | row 19 : 160 | 35 | may 21, 2794 | 11:05:18 | total | 20.7n 25.6e | 0.007 | 1.0441 | 147 | 4m 16s | ] Execute this SQL based on the above table: select sum ( gamma )
-11.4207
[ header: season | series | team | races | wins | poles | fast laps | points | pos. row 1 : 2001 | formula one | prost | None | None | None | None | None | test driver row 2 : 2001 | formula 3000 international | gd racing | 4 | 0 | 0 | 0 | 0 | nc row 3 : 2001 | world series by nissan | gd racing | 6 | 0 | 0 | 1 | 51 | 9th row 4 : 2002 | world series by nissan | gd racing | 6 | 0 | 0 | 0 | 30 | 13th row 5 : 2003 | world series by nissan | gd racing | 2 | 0 | 0 | 0 | 0 | nc row 6 : 2006 | formula one | renault | None | None | None | None | None | test driver row 7 : 2007-08 | a1 grand prix | a1 team france | 2 | 0 | 0 | 0 | 0 | 4th ] Execute this SQL based on the above table: select pos. order by fast laps limit 809
test driver, test driver, nc, 13th, nc, 4th, 9th
[ header: poll source | date(s) administered | sample size | margin of error | ed burke | roland burris | gery chico | bill daley | tom dart | danny k. davis | miguel del valle | rahm emanuel | bob fioretti | luis gutierrez | jim houlihan | jesse jackson, jr. | james meeks | carol moseley braun | terry peterson | patricia van pelt-watkins | william walls | other | undecided row 1 : mckeon & associates / | september 8, 2010 | 600 | ± 4.3% | None | None | 6% | None | 12% | None | None | 7% | 3% | 9% | 3% | 8% | 10% | None | 4% | None | None | 3% | 35% row 2 : we ask america (report) | september 2010 | 2365 | None | 6.31% | None | None | 8.16% | 13.66% | None | None | 29.68% | 2.95% | 12.81% | 2.30% | 13.36% | 8.21% | None | 2.55% | None | None | None | None row 3 : chicago teamsters joint council 25 / | november 8-14, 2010 | None | ± 3.7% | None | None | 10% | None | None | 14% | 4% | 36% | None | None | None | None | 7% | 13% | None | None | None | None | None row 4 : we ask america (report) | november 23, 2010 | 2255 | ± 2.06% | None | 2.40% | 8.86% | None | None | 7.29% | 4.78% | 39.00% | None | None | None | None | 5.16% | 12.33% | None | None | None | 1.47% | 18.72% row 5 : greenberg quinlan rosner (re | december 1-8, 2010 | 1020 | ± 3% | None | 1% | 9% | None | None | 10% | 8% | 43% | None | None | None | None | 7% | 11% | None | None | None | 2% | 7% row 6 : chicago tribune (report | december 10-13, 2010 | 721 | ± 3.6% | None | None | 9% | None | None | 9% | 3% | 32% | None | None | None | None | 7% | 6% | None | None | None | None | 30% row 7 : we ask america (report) | december 20, 2010 | 2239 | ± 2.07% | None | None | 11.78% | None | None | 6.63% | 6.09% | 43.83% | None | None | None | None | 3.63% | 7.78% | None | None | None | 3.91% | 16.35% row 8 : chicago teamsters joint council 25 / | january 4-6, 2011 | 500 | ±4.4% | None | None | 10% | None | None | None | 7% | 42% | None | None | None | None | None | 26% | None | None | None | None | None row 9 : chicago tribune/wg | january 15-19, 2011 | 708 | ±3.7% | None | None | 16% | None | None | None | 7% | 44% | None | None | None | None | None | 21% | None | 1% | 2% | None | 9% row 10 : we ask america (report) | february 13, 2011 | 2252 | ± 2.06% | None | None | 23.72% | None | None | None | 10.39% | 58.21% | None | None | None | None | None | 6.04% | None | 0.97% | 0.67% | None | None ] Execute this SQL based on the above table: select james meeks where poll source = 'mckeon & associates / chicago sun-times (report)'
10%
[ header: pos | driver | entrant | constructor | time/retired | grid row 1 : 1 | innes ireland | team lotus | lotus-climax | 1.00:14.8 | 4 row 2 : 2 | stirling moss | rob walker racing team | cooper-climax | + 2.8 s | 2 row 3 : 3 | chris bristow | yeoman credit racing team | cooper-climax | + 1:05.0 s | 1 row 4 : 4 | bruce mclaren | cooper car company | cooper-climax | + 1:17.6 s | 6 row 5 : 5 | graham hill | owen racing organisation | brm | 41 laps | 9 row 6 : 6 | jo bonnier | owen racing organisation | brm | 41 laps | 10 row 7 : 7 | tony brooks | g.a. vandervell | vanwall | 41 laps | 8 row 8 : ret | roy salvadori | c.t. atkins / high | cooper-climax | transmission | 5 row 9 : ret | harry schell | yeoman credit racing team | cooper-climax | throttle | 3 row 10 : ret | mike taylor | taylor & crawley | lotus-climax | engine | 13 row 11 : ret | keith greene | gilby engineering | cooper-climax | None | 12 row 12 : ret | alan stacey | team lotus | lotus-climax | oil pipe | 11 row 13 : ret | dan gurney | owen racing organisation | brm | accident | 7 row 14 : wd | jack brabham | cooper car company | cooper-climax | None | None row 15 : wd | geoff richardson | geoff richardson | cooper | None | None ] Execute this SQL based on the above table: select count ( pos ) where time/retired < 1604
7
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | france | 28 | 28 | 24 | 80 row 2 : 2 | romania | 16 | 3 | 5 | 24 row 3 : 3 | canada | 14 | 10 | 15 | 39 row 4 : 4 | quebec | 8 | 4 | 16 | 28 row 5 : 5 | morocco | 6 | 11 | 7 | 24 row 6 : 6 | tunisia | 4 | 7 | 1 | 12 row 7 : 7 | egypt | 2 | 5 | 4 | 11 row 8 : 8 | switzerland | 2 | 1 | 5 | 8 row 9 : 9 | senegal | 2 | 1 | 3 | 6 row 10 : 10 | french community of belgium | 1 | 3 | 6 | 10 row 11 : 11 | madagascar | 1 | 2 | 3 | 6 row 12 : 12 | burkina faso | 1 | None | 2 | 3 row 13 : 13 | togo | 1 | None | 1 | 2 row 14 : 14 | guinea | 1 | None | None | 1 row 15 : 15 | lebanon | 1 | None | None | 1 row 16 : 16 | ivory coast | None | 3 | 3 | 6 row 17 : 17 | republic of the congo | None | 3 | 2 | 5 row 18 : 18 | new brunswick | None | 1 | 2 | 3 row 19 : 19 | central african republic | None | 1 | None | 1 row 20 : 20 | dominica | None | 1 | None | 1 row 21 : 21 | gabon | None | 1 | None | 1 row 22 : 22 | mali | None | 1 | None | 1 row 23 : 23 | cambodia | None | None | 2 | 2 row 24 : 24 | luxembourg | None | None | 2 | 2 row 25 : 25 | mauritius | None | None | 2 | 2 row 26 : 26 | burundi | None | None | 1 | 1 row 27 : 27 | djibouti | None | None | 1 | 1 row 28 : 28 | vietnam | None | None | 1 | 1 ] Execute this SQL based on the above table: select nation order by bronze desc limit 2
france, quebec
[ header: constituency | region | name | party | last elected row 1 : 1 | arica and parinacota tarapac | fulvio rossi | ps | 2009 row 2 : 2 | antofagasta | carlos cantero ojeda | ind | 2005 row 3 : 2 | antofagasta | jose antonio gomez | prsd | 2005 row 4 : 3 | atacama | isabel allende | ps | 2009 row 5 : 4 | coquimbo | gonzalo uriarte | udi | 2005 row 6 : 5 | valparaiso | ignacio walker | pdc | 2009 row 7 : 5 | valparaiso | lily perez | rn | 2009 row 8 : 6 | valparaiso | ricardo l. weber | ppd | 2009 row 9 : 6 | valparaiso | francisco chahuan | rn | 2009 row 10 : 7 | santiago | jovino novoa vasque | udi | 2005 row 11 : 8 | santiago | soledad alvear valenzue | pdc | 2005 row 12 : 9 | o'higgins | alejandro garcia-huidobro | udi | 2005 row 13 : 9 | o'higgins | juan pablo letelier morel | ps | 2005 row 14 : 10 | maule | ximena rincon | pdc | 2009 row 15 : 10 | maule | juan antonio colo | udi | 2009 row 16 : 11 | maule | hernan larrain fernandez | udi | 2009 row 17 : 12 | biobio | hosain sabag castill | pdc | 2005 row 18 : 13 | biobio | mariano ruiz-es | pdc | 2005 row 19 : 14 | araucania | jaime quintana | ppd | 2009 row 20 : 14 | araucania | alberto espina otero | rn | 2009 row 21 : 15 | araucania | eugenio tuma | ppd | 2009 row 22 : 15 | araucania | jose garcia ruminot | rn | 2009 row 23 : 16 | los rios (plus district 55) | carlos larrain pena | rn | 2005 row 24 : 16 | los rios (plus district 55) | eduardo frei rui | pdc | 2005 row 25 : 17 | los lagos (minus district 55) | camilo escalona medin | ps | 2005 row 26 : 17 | los lagos (minus district 55) | carlos kuschel silva | rn | 2005 row 27 : 18 | aisen | patricio walker | pdc | 2009 row 28 : 18 | aisen | antonio horvath | rn | 2001 row 29 : 19 | magallanes | carlos bianchi chelech (vic | ind | 2005 row 30 : 19 | magallanes | pedro munoz abur | ps | 2005 ] Execute this SQL based on the above table: select max ( region )
valparaiso
[ header: # | title | artist | highest pos. reached | weeks at no. 1 row 1 : 1 | "don't cry for me argentin | julie covington | 1 | 7 row 2 : 2 | "the way you that you do it" | pussyfoot | 1 | 7 row 3 : 3 | "i just want to be your everything" | andy gibb | 1 | 7 row 4 : 4 | "that's rock and roll" | shaun cassidy | 2 | None row 5 : 5 | "living next door to alice" | smokie | 2 | None row 6 : 6 | "i go to rio" | peter allen | 1 | 5 row 7 : 7 | "torn between two lovers" | mary mcgregor | 1 | 4 row 8 : 8 | "walk right in" | dr hook | 1 | 5 row 9 : 9 | "you're moving out today" | carole bayer sager | 1 | 4 row 10 : 10 | "if you leave me now" | chicago | 1 | 5 (pkd #1 in 76 row 11 : 11 | "don't give up on us" | david soul | 1 | 3 row 12 : 12 | "lido shuffle" / " | boz scaggs | 2 | None row 13 : 13 | "you and me" | alice cooper | 2 | None row 14 : 14 | "dance little lady dance" | tina charles | 4 | None row 15 : 15 | "when i need you" | leo sayer | 8 | None row 16 : 16 | "don't fall in love" | ferrets | 2 | None row 17 : 17 | "i feel love" | donna summer | 1 | 1 row 18 : 18 | "help is on its way" | little river band | 1 | 1 row 19 : 19 | "you gotta get up and dance" | supercharge | 3 | None row 20 : 20 | "mull of kintyre" | wings | 1 | 11 (pkd #1 in 77 row 21 : 21 | "don't leave me this way" | thelma houston | 6 | None row 22 : 22 | "ain't gonna bump no more | joe tex | 2 | None row 23 : 23 | "you're in my heart" | rod stewart | 1 | 1 row 24 : 24 | "ma baker" | boney m | 5 | None row 25 : 25 | "lucille" | kenny rogers | 7 | None ] Execute this SQL based on the above table: select title order by # limit 1
"don't cry for me argentina"