inputs
stringlengths 291
3.71k
| targets
stringlengths 1
2.65k
|
---|---|
[ header: year | company | number of members affected | duration of strike | notes row 1 : 1955 | southern bell telephone co | 50000 | 72 days | strike was in answer to management's effort to
row 2 : 1968 | at&t | 200000 | 18 days | wage increases to compensate for cost of living, and
row 3 : 1971 | bell system | 400000 | 1 week | cost of living allowance (cola) won for workers
row 4 : 1983 | bell system | 600000 | 22 days | last contract with the bell system before its breakup
row 5 : 1986 | at&t | 175000 | 25 days | cola clause suspended in contract - former bell
row 6 : 1989 | at&t | 175000 | None | child and elder care benefits added to contract.
row 7 : 1989 | nynex | 175000 | 17 weeks | strike was due to major health care cuts by
row 8 : 1998 | us west | 34000 | 15 day | strike was due to mandatory overtime demands and forced pay
row 9 : 2000 | verizon | 80000 | 3 weeks | strike was due to mandatory overtime demands. provisions for
row 10 : 2011 | verizon | 45000 | 13 days | strike was due to major wage and health care cuts
row 11 : 2012 | at&t | 20000 | 2 days | at&t west; californi ] Execute this SQL based on the above table: select max ( year ) where number of members affected > 956 | 2012 |
[ header: year | competition | venue | position | notes row 1 : 1994 | commonwealth games | victoria, canada | 6th | 400 m h
row 2 : 1995 | world championships | gothenburg, sweden | 6th | 400 m h
row 3 : 1997 | world championships | athens, greece | 7th | 4x400 m relay
row 4 : 1998 | commonwealth games | kuala lumpur, malaysi | 3rd | 400 m h
row 5 : 1998 | african championships | dakar, senegal | 2nd | 400 m h
row 6 : 1999 | all-africa games | johannesburg, south africa | 2nd | 400 m h ] Execute this SQL based on the above table: select notes where notes = '400 m h' | 400 m h, 400 m h, 400 m h, 400 m h, 400 m h |
[ header: airline | destination(s) | aircraft scheduled | service date(s) | comments row 1 : air florida | new york jfk, tamp | boeing 737-200, d | jfk: 6/14/79 | None
row 2 : airtran airways | atlanta, dayton, o | boeing 737-200, d | 11/14/1996-2/28/1998 | None
row 3 : air wisconsin | akron-canton, chica | bae 146, bae atp, | None | original and operating as united express
row 4 : allegiant air | las vegas | md-80 | 12/15/2005-4/24/2006 | None
row 5 : america west express | columbus, flint | beech 1900 | None | operated by mesa dba superior
row 6 : american eagle airlines | dallas/fort worth | erj-145 | None | operated by simmons airlines (now american
row 7 : atlantic coast airlines | cincinnati | dornier 328jet | None | dba delta connection
row 8 : atlantic southeast airlines | atlanta, cincinnati | atr 72, crj-200, cr | None | dba delta connection
row 9 : beaver aviation / bas airlines | beaver falls (pa), d | piper navajo | early 1980s | None
row 10 : capital airlines | akron, chicago, | viscount, dc-3, d | 1/8/1948-05-31-1961 | merged with united. * at the time,
row 11 : comair | atlanta, cincinnati, colum | piper chieftain, piper | 1979, 01/03/1981-? | original and as delta connection
row 12 : continental express | cleveland | emb-120, beech 1900, dash | None | None
row 13 : delta air lines | atlanta, cincinnati, dayt | convair 440, boeing 7 | None | None
row 14 : eastern airlines | columbus | constellation l-1049g, locheed elect | None | None
row 15 : liberty airlines | chicago midway & o' | convair 440 | 02/1982-5/16/1983 | plans for cmh, cle, s
row 16 : piedmont airlines | dayton | boeing 727-200, boe | None | merged with usair ] Execute this SQL based on the above table: select destination(s) group by destination(s) order by count ( destination(s) ) desc limit 1 | new york jfk, tampa, washington national |
[ header: season | series | team | races | wins | poles | f/laps | podiums | points | position row 1 : 2003 | formula renault 2.0 italy | cram competition | 12 | 0 | 1 | 1 | 3 | 118 | 7th
row 2 : 2003 | formula renault 2000 masters season | cram competition | 8 | 0 | 0 | 0 | 0 | 0 | 28th
row 3 : 2003 | formula renault 2.0 germany | cram competition | 2 | 0 | 0 | 0 | 0 | 3 | 43rd
row 4 : 2003 | formula renault 2.0 italy winter cup | cram competition | None | None | None | None | None | None | 1st
row 5 : 2004 | formula renault 2.0 italy | cram competition | 17 | 8 | 6 | 11 | 12 | 326 | 1st
row 6 : 2004 | formula renault 2000 eurocup | cram competition | 15 | 2 | 0 | 1 | 3 | 134 | 8th
row 7 : 2004 | formula renault v6 eurocup | cram competition | 2 | 0 | 0 | 0 | 0 | 12 | 21st
row 8 : 2004 | formula one | minardi | test driver | test driver | test driver | test driver | test driver | test driver | test driver
row 9 : 2005 | world series by renault | dams | 8 | 0 | 0 | 0 | 0 | 4 | 25th
row 10 : 2005 | italian formula 3000 | sighinolfi auto racing | 4 | 1 | 1 | 1 | 1 | 14 | 9th
row 11 : 2006 | world series by renault | draco racing | 17 | 3 | 5 | 6 | 5 | 103 | 3rd
row 12 : 2007 | gp2 series | trident racing | 13 | 1 | 1 | 0 | 2 | 25 | 11th
row 13 : 2007 | euroseries 3000 | g-tec | 2 | 1 | 1 | 1 | 1 | 12 | 10th
row 14 : 2007 | formula 3000 italy | g-tec | 2 | 1 | 1 | 1 | 1 | 12 | 8th
row 15 : 2008 | gp2 series | piquet sports | 20 | 1 | 2 | 3 | 6 | 60 | 5th
row 16 : 2008 | international gt open - gt | scuderia latorre | 2 | 0 | 0 | 0 | 1 | 8 | 22nd
row 17 : 2008 | euroseries 3000 | gp racing | 1 | 1 | 0 | 1 | 1 | 11 | 12th
row 18 : 2008 | international gt open | scuderia latorre | None | None | None | None | None | 18 | 32nd
row 19 : 2008-09 | gp2 asia series | art grand prix | 5 | 0 | 0 | 0 | 1 | 7 | 15th
row 20 : 2009 | euroseries 3000 | teamcraft motorsport | 2 | 1 | 0 | 0 | 1 | 10 | 10th
row 21 : 2009 | gp2 series | art grand prix | 20 | 2 | 0 | 0 | 2 | 36 | 6th
row 22 : 2010 | gp2 series | rapax team | 20 | 6 | 0 | 5 | 8 | 87 | 1st
row 23 : 2011 | formula one | at&t williams | 19 | 0 | 0 | 0 | 0 | 1 | 18th
row 24 : 2012 | formula one | williams f1 team | 20 | 1 | 1 | 0 | 1 | 45 | 15th
row 25 : 2013 | formula one | williams f1 team | 19 | 0 | 0 | 0 | 0 | 1 | 18th
row 26 : 2014 | formula one | lotus f1 team | 2 | 0 | 0 | 0 | 0 | 0 | nc ] Execute this SQL based on the above table: select position where races = ( select min ( races ) ) | 12th |
[ header: round | # | player | nationality | college/junior/club team (league) row 1 : 1 | 26 | cory schneider (g) | united states | phillips academy (us high school)
row 2 : 3 | 91 | alexander edler (d) | sweden | jamtland (sweden)
row 3 : 4 | 125 | andrew sarauer (lw | canada | langley hornets (bch
row 4 : 5 | 159 | mike brown (rw) | united states | university of michigan (ccha)
row 5 : 6 | 189 | julien ellis (g) | canada | shawinigan cataractes (qm
row 6 : 8 | 254 | david schulz (d) | canada | swift current broncos (whl
row 7 : 9 | 287 | jannik hansen (rw | denmark | malmo jr. (sj ] Execute this SQL based on the above table: select count ( * ) where nationality = 'denmark' | 1 |
[ header: title | year | artist(s) | album | writer(s) | producer(s) row 1 : "lucky day (song)" | 2011 | nicola roberts | cinderella's eyes | martina sorbara, dragonette | andras vleminckx
row 2 : "positive" | 2011 | taio cruz | ' | taio cruz, andr | andras vleminckx
row 3 : "broken (kate ryan song | 2010 | kate ryan | electroshock (kate ryan album | anders hansson, kate | anders hansson, felix per
row 4 : "give me more" | 2012 | tara mcdonald | i like this beat | tara mcdonald, luci | andras vleminckx
row 5 : "drop it low (kat deluna | 2011 | kat deluna ft fat | inside out (kat deluna album) | kat deluna, andra | andras vleminckx
row 6 : "8 days a week" | 2012 | jean-roch ft ti | music saved my life | jean-roch, timati, | andras vleminckx
row 7 : "can u feel it" | 2012 | jean-roch ft tara m | music saved my life | jean-roch, tara mcd | andras vleminckx
row 8 : "be there (ballad version)" | 2011 | kat deluna | inside out (kat deluna album) | kat deluna, andra | andras vleminckx
row 9 : "muevete mueve | 2011 | kat deluna | inside out (kat deluna album) | kat deluna, andra | andras vleminckx
row 10 : "hollywood" | 2013 | mitchell niemeyer | ' | andras vleminckx | andras vleminckx ] Execute this SQL based on the above table: select artist(s) group by artist(s) order by count ( * ) desc limit 1 | kat deluna |
[ header: no. | temple | honzon (main image) | city/town/village | prefecture row 1 : 2 | gokuraku-ji (極楽寺) | amida nyorai | naruto | tokushima prefecture
row 2 : 8 | kumadani-ji (熊谷寺) | senju kannon | awa | tokushima prefecture
row 3 : 10 | kirihata-ji (切幡寺 | senju kannon | awa | tokushima prefecture
row 4 : 11 | fujii-dera (藤井寺) | yakushi nyorai | yoshinogawa | tokushima prefecture
row 5 : 18 | onzan-ji (恩山寺) | yakushi nyorai | komatsushima | tokushima prefecture
row 6 : 22 | byodo-ji (平等寺) | yakushi nyorai | anan | tokushima prefecture
row 7 : 24 | hotsumisaki-ji (最御崎寺) | kokuzo bosatsu | muroto | kochi prefecture
row 8 : 25 | shinsho-ji (津照寺) | jizo bosatsu | muroto | kochi prefecture
row 9 : 26 | kongocho-ji (金剛頂寺) | yakushi nyorai | muroto | kochi prefecture
row 10 : 27 | konomine-ji (神峰寺) | juichimen kannon | yasuda | kochi prefecture
row 11 : 29 | tosa kokubun-ji | senju kannon | nankoku | kochi prefecture
row 12 : 31 | chikurin-ji (竹林寺) | monju bosatsu | kochi | kochi prefecture
row 13 : 37 | iwamoto-ji (岩本寺 | five buddhas | shimanto | kochi prefecture
row 14 : 39 | enko-ji (延光寺) | yakushi nyorai | sukumo | kochi prefecture
row 15 : 40 | kanjizai-ji (観自在寺 | yakushi nyorai | ainan | ehime prefecture
row 16 : 41 | ryukoji (竜光寺) | juichimen kannon | uwajima | ehime prefecture
row 17 : 43 | meiseki-ji (明石寺) | senju kannon | seiyo | ehime prefecture
row 18 : 45 | iwaya-ji (岩屋寺) | fudo myoo | kumakogen | ehime prefecture
row 19 : 47 | yasaka-ji (八坂寺 | amida nyorai | matsuyama | ehime prefecture
row 20 : 54 | enmei-ji (延命寺) | fudo myoo | imabari | ehime prefecture
row 21 : 55 | nankobo (南光坊) | daitsu-chisho butsu | imabari | ehime prefecture
row 22 : 62 | hoju-ji (宝寿寺) | juichimen kannon | saijo | ehime prefecture
row 23 : 63 | kichijo-ji (吉祥寺) | bishamonten | saijo | ehime prefecture
row 24 : 69 | kannon-ji (観音寺) | sho kannon | kan'onji | kagawa prefecture
row 25 : 77 | doryu-ji (道隆寺) | yakushi nyorai | tadotsu | kagawa prefecture ] Execute this SQL based on the above table: select no. where id = ( select id where no. = 11 ) - 1 | 10 |
[ header: month | song | artist | aggregate points | total downloads | year-end chart row 1 : january | "lovey-dovey" | t-ara | 142,691,767 | 1,903,727 | 7
row 2 : february | "blue" | big bang | 102,380,663 | 1,351,429 | 10
row 3 : march | "fantastic baby" | big bang | 105,296,671 | 1,229,518 | 5
row 4 : april | "cherry blossom ending" | busker busker | 169,546,447 | 1,570,146 | 2
row 5 : may | "twinkle" | girls' generation-tts | 119,415,981 | 997,122 | 11
row 6 : june | "like this" | wonder girls | 138,592,996 | 1,444,339 | 18
row 7 : july | "i love you" | 2ne1 | 151,627,608 | 1,522,263 | 6
row 8 : august | "gangnam style" | psy | 150,855,485 | 1,280,050 | 1
row 9 : september | "all for you" | jung eunji & seo | 113,858,049 | 1,037,911 | 8
row 10 : october | "bloom" | gain | 115,479,048 | 1,182,829 | 42
row 11 : november | "1, 2, 3, 4" | lee hi | 132,391,547 | 1,210,297 | 23
row 12 : december | "return" | lee seung gi | 110,364,099 | 896,196 | 37 ] Execute this SQL based on the above table: select artist order by year-end chart desc limit 1 | gain |
[ header: season | tier | division | place row 1 : 1928-84 | 5 | regional | None
row 2 : 1984/85 | 4 | 3a | 6th
row 3 : 1985/86 | 4 | 3a | 9th
row 4 : 1986/87 | 4 | 3a | 11th
row 5 : 1987/88 | 4 | 3a | 15th
row 6 : 1988/89 | 4 | 3a | 4th
row 7 : 1989/90 | 4 | 3a | 9th
row 8 : 1990/91 | 4 | 3a | 9th
row 9 : 1991/92 | 4 | 3a | 5th
row 10 : 1992/93 | 4 | 3a | 17th
row 11 : 1993/94 | 4 | 3a | 7th
row 12 : 1994/95 | 4 | 3a | 4th
row 13 : 1995/96 | 4 | 3a | 1st
row 14 : 1996/97 | 3 | 2ab | 19th
row 15 : 1997/98 | 4 | 3a | 2nd ] Execute this SQL based on the above table: select division where place = '11th' and tier = 4 order by id desc limit 1 | 3a |
[ header: city/municipality | no. of barangays | area (km2) | population (2010 census) | pop. density (per km2) row 1 : angono | 10 | 26.22 | 102,407 | 3,905.68
row 2 : antipolo | 16 | 306.10 | 677,741 | 2,214.12
row 3 : baras | 10 | 84.93 | 32,609 | 383.95
row 4 : binangonan | 40 | 66.34 | 249,872 | 3,766.54
row 5 : cainta | 7 | 42.99 | 311,845 | 7,253.90
row 6 : cardona | 18 | 28.56 | 47,414 | 1,660.15
row 7 : jalajala | 11 | 44.12 | 30,074 | 681.64
row 8 : morong | 8 | 37.58 | 52,194 | 1,388.88
row 9 : pililla | 9 | 69.95 | 59,527 | 850.99
row 10 : rodriguez | 11 | 312.70 | 280,904 | 898.32
row 11 : san mateo | 15 | 55.09 | 205,255 | 3,725.81
row 12 : tanay | 19 | 200.00 | 98,879 | 494.3
row 13 : taytay | 5 | 38.80 | 288,956 | 7,447.32
row 14 : teresa | 9 | 18.61 | 47,163 | 2,534.28 ] Execute this SQL based on the above table: select city/municipality where no. of barangays > ( select no. of barangays where city/municipality = 'san mateo' ) order by no. of barangays limit 1 | antipolo |
[ header: | landmark name | location | summary row 1 : 1 | flagpole | the flagpole was once located at 10 s | flagpole erected in 1941 by del
row 2 : 2 | water pump station and water tower | northeastern corner of the junction of innovation and | None
row 3 : 3 | ammo bunker (s-1007) | southwest of vosler dr. (formerly | built by del e. webb construction
row 4 : 4 | ammo bunker (s-1008) | southwest of vosler dr. (formerly | also built by del e. webb
row 5 : 5 | civil engineering maintenance shop | northeastern corner of unity ave. | built by del e. webb construction
row 6 : 6 | demountable hangar | located at the north apron of | built in 1925 and designed by webb, de
row 7 : 7 | housing storage supply warehouse | northwestern corner of the junction of innovation and unity | built by del e. webb construction ] Execute this SQL based on the above table: select count ( location ) where landmark name = 'demountable hangar' | 1 |
[ header: pos | class | no | team | drivers | chassis | engine | laps row 1 : 22 | s 5.0 | 8 | david brown | reg parnell roy salvadori | aston martin db3 | aston martin 2.9l super | 222
row 2 : 26 | s 750 | 58 | automobiles panhard et levass | pierre chancel robert chancel | monopole x88 | panhard 0.6l flat-2 | 157
row 3 : 27 | s 1.5 | 41 | porsche kg | hans herrmann helmut | porsche 550/4 rs 1500 spy | porsche 1.5l flat-4 | 148
row 4 : 31 | s 5.0 | 6 | briggs cunningham | phil walters john fitch | ferrari 375mm | ferrari 4.5l v12 | 120
row 5 : 36 | s 5.0 | 12 | jaguar cars ltd | stirling moss peter walker | jaguar d-type | jaguar 3.4l i6 | 92
row 6 : 37 | s 5.0 | 3 | scuderia ferrari | umberto maglioli paolo | ferrari 375 plus | ferrari 5.0l v12 | 88
row 7 : 41 | s 3.0 | 22 | david brown | carroll shelby paul frere | aston martin db3 | aston martin 2.9l | 74
row 8 : 42 | s 750 | 50 | guy michel et andre | guy michel andre guillard | renault 4cv | renault 0.7l i4 | 73
row 9 : 43 | s 3.0 | 21 | david brown | ian stewart graham whitehead | aston martin db3 | aston martin 2.9l | 64
row 10 : 46 | s 2.0 | 37 | automobiles frazer nash lt | rodney f. peacock ger | frazer nash le mans | bristol 2.0l i6 | 49
row 11 : 47 | s 5.0 | 10 | pierre levegh | pierre levegh lino | talbot-lago t26 | talbot-lago 4.4l | 33
row 12 : 50 | s 750 | 66 | jacques faucher | jacques faucher jean | renault 4cv | renault 0.7l i4 | 20
row 13 : 51 | s 750 | 51 | automobiles deutsch et bonnet | pierre-louis dreyf | db hbr | renault 0.7l i4 | 8
row 14 : 52 | s 750 | 53 | nardi et co | alexandre gacon dr. | nardi 750lm | crosley 0.7l i4 | 7
row 15 : 53 | s 5.0 | 18 | luigi chinetti | porfirio rubirosa innocente | ferrari 375mm berlinetta | ferrari 4.5l v12 | 5
row 16 : 54 | s 750 | 60 | automobiles panhard et levass | lucien pailler jacques dew | panhard x88 | panhard 0.6l flat-2 | 5
row 17 : 55 | s 1.5 | 40 | porsche kg | richard von frankenberg helm | porsche 550/4 rs 1500 spy | porsche 1.5l flat-4 | 4 ] Execute this SQL based on the above table: select engine where no = ( select no where engine = 'renault 0.7l i4' ) + 1 | renault 0.7l i4 |
[ header: year | title | role | notes row 1 : 1979 | california fever | lisa bannister | episode: "the girl from somewhere"
row 2 : 1984 | faerie tale theatre | snow white | episode: "snow white and the seven dwarf
row 3 : 1993 | performance | beatrice-joanna | episode: "the changeling"
row 4 : 1995 | if not for you | jessie kent | 8 episodes
row 5 : 1996 | tracey takes on | judge loring | episode: "vanity"
row 6 : 1996 | tales from the crypt | laura kendall | episode: "horror in the night
row 7 : 1999 | the scarlet pimpernel | lady margaret blakeney | 3 episodes
row 8 : 2001 | table 12 | mel | episode: "preserves"
row 9 : 2003 | the brotherhood of poland, new | helen shaw | 7 episodes
row 10 : 2006 | three moons over milford | laura davis | 8 episodes
row 11 : 2007 | law and order: special victims unit | dr. faith sutton | episode: "harm"
row 12 : 2007-2008 | freezing | elizabeth | 3 episodes
row 13 : 2008 | agatha christie: po | dame celia westholme | episode: "appointment with death"
row 14 : 2009 | 10 minute tales | the ex-wife | episode: "the running of the deer"
row 15 : 2010-present | downton abbey | cora, countess of grantham | 29 episodes screen actors guild award for outstanding performance by ] Execute this SQL based on the above table: select count ( role ) | 15 |
[ header: product | main functionality | input format | output format | platform | license and cost | notes row 1 : graphstream | dynamic graph library | graphstream(.dgs), graphviz | graphstream(.dgs), graphviz | any system supporting java | open source | with graphstream you deal with graphs. static
row 2 : java universal network/graph (jung) framework | network and graph manipulation, analysis, and visualization | built-in support for graphml, pa | built-in support for graphml, pa | any platform supporting java | open source (bsd license) | jung is a java api and
row 3 : svat | visual analytics for investigation | graphviz(.dot), graphlet | guess(.gdf), gephi( | any system supporting java 1.6 and openg | closed source modules, open source modules from gephi | commercial tool based on gephi ] Execute this SQL based on the above table: select license and cost where product = 'svat' | closed source modules, open source modules from gephi |
[ header: position | driver | no. | car | entrant | rd 1 | rd 2 | rd 3 | rd 4 | rd 5 | rd 6 | rd 7 | rd 8 | total row 1 : 1 | greg crick | 3 | dodge viper gts ac | crickcars.com | 98 | 108 | 91 | 72 | 98 | 96 | 60 | 90 | 713
row 2 : 5 | sven burchartz | 90 | porsche 996 gt3 | cargraphic ag | 32 | 18 | None | 63 | 57 | 69 | 114 | 85.5 | 438.5
row 3 : 6 | david wall | 38 | porsche 996 gt3 r | rds | 32 | 37.5 | 63 | None | 80 | 33 | None | 117 | 362.5
row 4 : 7 | john teulan | 88 | ferrari 360 challenge ferrari f430 challenge | industry central - stahlwille | 47 | 48 | 61 | 77 | None | 48 | 48 | 19.5 | 348.5
row 5 : 8 | max twigg | 18 & 17 | porsche 996 gt3 | twigg waste management luxton | 45 | 33 | 51 | 14 | 37 | 57 | None | 66 | 303
row 6 : 9 | d'arcy russell | 7 | dodge viper gts ac | dupont | 34 | 31.5 | None | 23 | None | 117 | None | 60 | 265.5
row 7 : 14 | paul tressider | 23 | porsche 996 gt3 cup car | wynn tressider management | 29 | 22.5 | 49 | None | None | 45 | None | 43.5 | 189
row 8 : 16 | damien flack | 55 | porsche 996 gt3 cup car | roock | None | None | 69 | 12 | None | 54 | None | 25.5 | 160.5
row 9 : 18 | bill pye | 44 | porsche 996 gt3 cup car | autohaus hamilton property solutions group | None | 58.5 | None | None | None | 39 | None | 43.5 | 141
row 10 : 19 | anthony skinner | 46 | porsche 996 gt3 | travelplan ski holiday | 52 | 18 | None | None | None | None | 69 | None | 139
row 11 : 20 | andrew luxton | 17 & 18 | porsche 996 gt3 cup car | luxton plant twigg waste | None | None | None | None | None | 57 | None | 66 | 123
row 12 : 22 | ian palmer | 20 | honda nsx | instant fountains paluky ho | 25 | None | 33 | 53 | None | None | None | None | 111
row 13 : 24 | kevin miller | 2 | ferrari f430 | property solutions group | None | None | None | None | None | None | 63 | 36 | 99
row 14 : 26 | peter hackett | 5 | lamborghini diablo gt | team lamborghini australia | None | 91.5 | None | None | None | None | None | None | 91.5
row 15 : 28 | graeme cook | 91 | porsche 996 gt3 cup car | container solutions | 27 | None | None | None | 58 | None | None | None | 85
row 16 : 32 | stuart kostera | 70 | porsche 996 gt3 cup car | phr scuderia | None | None | None | 73 | None | None | None | None | 73
row 17 : 34 | justin levis | 78 | lotus elise motorsport 200 | cue autohaus hamilton | None | 24 | None | None | None | 39 | None | None | 63 ] Execute this SQL based on the above table: select count ( * ) where entrant = 'cargraphic ag' | 1 |
[ header: game | day | date | kickoff | opponent | results score | results record | location | attendance row 1 : 1 | saturday | november 9 | 7:05pm | at detroit waza | w 8-7 (ot) | 1-0 | melvindale civic center | 545
row 2 : 2 | sunday | november 10 | 3:05pm | at cleveland freeze | l 3-11 | 1-1 | soccer sportsplex | 703
row 3 : 3 | saturday | november 16 | 7:35pm | detroit waza | l 5-8 | 1-2 | farm show arena | 1605
row 4 : 4 | saturday | november 23 | 7:05pm | cleveland freeze | l 7-10 | 1-3 | farm show arena | 1050
row 5 : 5 | saturday | november 30 | 7:05pm | cincinnati saints | w 8-6 | 2-3 | farm show arena | 1458
row 6 : 6 | saturday | december 21 | 7:05pm | detroit waza | w 9-8 | 3-3 | farm show arena | 1590
row 7 : 7 | sunday | december 22 | 4:05pm | at cleveland freeze | l 4-12 | 3-4 | soccer sportsplex | 431
row 8 : 8 | saturday | december 28 | 7:05pm | cleveland freeze | l 5-12 | 3-5 | farm show arena | 1581
row 9 : 9 | saturday | january 11 | 7:35pm | at cincinnati saints | l 8-9 | 3-6 | tri-county soccerplex | 421
row 10 : 10 | sunday | january 12 | 3:05pm | at detroit waza | l 6-12 | 3-7 | melvindale civic center | 356
row 11 : 11 | saturday | january 18 | 7:05pm | cincinnati saints | w 10-5 | 4-7 | farm show arena | 2209
row 12 : 12 | friday | january 24 | 7:05pm | chicago mustangs | l 7-13 | 4-8 | farm show arena | 1895
row 13 : 13 | saturday | january 25 | 7:05pm | chicago mustangs | l 5-12 | 4-9 | farm show arena | 2373
row 14 : 14 | saturday | february 8 | 8:35pm | at illinois piasa | l 3-4 | 4-10 | the field sports complex | 206
row 15 : 15 | sunday | february 9 | 5:05pm | at chicago mustangs | l 3-14 | 4-11 | grand sports arena | 748
row 16 : 16 | sunday | february 16 | 4:05pm | at dallas sidekicks | l 3-13 | 4-12 | allen event center | 4207 ] Execute this SQL based on the above table: select sum ( attendance ) where day in ( 'l 6-12' , 'sunday' , '1050' ) | 6445.0 |
[ header: conference | date | place | attendance | archive of presentations row 1 : wikimania 2005 | august 5-7 | frankfurt, germany | 380 | slides, video
row 2 : wikimania 2006 | august 4-6 | cambridge, united states | 400 | slides and papers, video
row 3 : wikimania 2007 | august 3-5 | taipei, roc ( | 440 | commons gallery
row 4 : wikimania 2008 | july 17-19 | alexandria, eg | 650 | abstracts, slides,video
row 5 : wikimania 2009 | august 26-28 | buenos aires, argentina | 559 | slides, video
row 6 : wikimania 2010 | july 9-11 | gdansk, poland | about 500 | slides
row 7 : wikimania 2011 | august 4-7 | haifa, israel | 720 | presentations, video
row 8 : wikimania 2012 | july 12-15 | washington, d.c., united | 1400 | presentations, videos
row 9 : wikimania 2013 | august 7-11 | hong kong | 700 | presentations, videos
row 10 : wikimania 2014 | august 6-10 | london, united kingdom | None | None ] Execute this SQL based on the above table: select conference where place > ( select place where conference = 'wikimania 2009' ) order by place limit 1 | wikimania 2006 |
[ header: | ship | shipyard | laid down | launched | completed | fate row 1 : 白露 | shiratsuyu | sasebo naval arsenal | 14 november 1933 | 5 april 1935 | 20 august 1936 | collision 15 june 1944
row 2 : 時雨 | shigure | uraga dock company | 9 december 1933 | 18 may 1935 | 7 september 1936 | sunk in action 24 january
row 3 : 村雨 | murasame | fujinagata shipyards | 1 february 1934 | 20 june 1935 | 7 january 1937 | sunk in action, 6 march 1943
row 4 : 夕立 | yudachi | sasebo naval arsenal | 16 october 1934 | 21 june 1936 | 7 january 1937 | sunk in action 13 november 1942
row 5 : 五月雨 | samidare | uraga dock company | 19 december 1934 | 6 july 1935 | 29 january 1937 | sunk in action 26 august 1944
row 6 : 春雨 | harusame | uraga dock company | 3 february 1935 | 21 september 1935 | 26 august 1937 | sunk in action 8 june 1944
row 7 : 山風 | yamakaze | uraga dock company | 25 may 1935 | 21 february 1936 | 30 june 1937 | sunk in action 23 june 1942
row 8 : 江風 | kawakaze | fujinagata shipyards | 25 april 1935 | 1 november 1936 | 30 april 1937 | sunk in action 6 august 1943
row 9 : 海風 | umikaze | maizuru naval arsenal | 4 may 1935 | 27 november 1936 | 31 may 1937 | sunk in action 1 february 1944
row 10 : 涼風 | suzukaze | uraga dock company | 9 july 1935 | 11 march 1937 | 31 august 1937 | sunk in action 25 january ] Execute this SQL based on the above table: select where id = ( select id where = '村雨' ) - 1 | 時雨 |
[ header: riding | candidate | gender | residence | occupation | votes | % | rank | biographical notes row 1 : cape breton-canso | mark macneill | m | inverness | government and business policy advisor | 7660 | 21.1 | 3rd | served in ottawa as a
row 2 : central nova | mary louise lorefice | f | antigonish | retired educator | 7659 | 19.6 | 3rd | lorefice is a retired teacher
row 3 : cumberland-colchester-musquod | karen olsson | f | north river | stay-at-home mother | 4874 | 12.3 | 2nd | None
row 4 : dartmouth-cole harbour | brad pye | m | ottawa, on | senior political party program officer | 12793 | 31.5 | 2nd | pye is an international development worker and
row 5 : halifax | megan leslie | f | halifax | community legal worker | 19252 | 42.7 | 1st | None
row 6 : halifax west | tamara lorincz | f | halifax | director of nova scotia environment | 12201 | 29.6 | 2nd | an environmentalist
row 7 : kings-hants | carol e. harris | f | wolfville | university professor | 8291 | 22 | 3rd | she was the ndp's candidate in
row 8 : sackville-eastern shore | peter stoffer | m | windsor junction | parliamentarian | 24279 | 61.4 | 1st | stoffer has been the incumbent mp since
row 9 : south shore-st. margaret | gordon s. earle | m | upper tantallon | retired public servant | 13456 | 33.7 | 2nd | earle is the former federal mp for
row 10 : sydney-victoria | wayne mckay | m | sydney | teacher | 8559 | 24.4 | 2nd | None
row 11 : west nova | george barron | m | bear river | paramedic | 7097 | 16.9 | 3rd | barron was born near paris, on ] Execute this SQL based on the above table: select rank group by rank order by count ( residence ) desc limit 1 | 2nd |
[ header: draw | artist | song | points | place row 1 : 1 | yehuda ta | "na'ara" | 43 | 4th (tie)
row 2 : 2 | shlishiyat adama | "la ve'li" | 17 | 10th (tie)
row 3 : 3 | miri aloni | "kmo ha'emuna" | 26 | 8th
row 4 : 4 | moti giladi and | "yavo yom" | 66 | 1st
row 5 : 5 | boaz sharabi | "halevai" | 1 | 12th
row 6 : 6 | doron mazar | "nagni li balala | 56 | 2nd
row 7 : 7 | rita | "shvil ha'bricha" | 43 | 4th (tie)
row 8 : 8 | shula chen | "gitara" | 17 | 10th (tie)
row 9 : 9 | arba lev adom | "yesh" | 24 | 9th
row 10 : 10 | isolir band | "kafe o te" | 40 | 6th
row 11 : 11 | tzvika pick | "layla layla" | 27 | 7th
row 12 : 12 | chaim moshe | "le'chaim" | 46 | 3rd ] Execute this SQL based on the above table: select sum ( points ) where song in ( '"yavo yom"' , 'arba lev adom' ) | 66.0 |
[ header: no. | title | directed by | written by | original air date row 1 : 1 | "reunion" | bryan spicer | patrick massett & john | january 27, 2003
row 2 : 2 | "antarctica" | perry lang | patrick massett & john | february 3, 2003
row 3 : 3 | "skulls" | adam nimoy | patrick massett & john | february 10, 2003
row 4 : 4 | "heist" | rick kolbe | rick kellard | march 10, 2003
row 5 : 5 | "the wheel of dharma" | r. w. goodwin | stephanie bloch-chambers | None
row 6 : 6 | "sangraal" | perry lang | gabrielle stanton & harry | None
row 7 : 7 | "mummy virus" | vern gillum | rick kellard & thani | None
row 8 : 8 | "name of god" | michael nankin | brad falchuk | None
row 9 : 9 | "devil's child" | tom wright | thania st. john | None
row 10 : 10 | "avalon" | dwight little | i. c. rapoport | None
row 11 : 11 | "the lost codex" | tom wright | gabrielle stanton & harry | None
row 12 : 12 | "eternal" | fred gerber | thania st. john | None
row 13 : 13 | "helmholtz resonance" | larry shaw | patrick massett & john | None ] Execute this SQL based on the above table: select count ( directed by ) where directed by != 'perry lang' and no. >= ( select no. where directed by = 'perry lang' ) | 10 |
[ header: year | title | (english) | ifpi israel certification | label row 1 : 1992 | david d'or | "david d'or" | platinum | hed arzi
row 2 : 1993 | begovah mishtaneh | "changing altitudes", or "changing height | double platinum | hed arzi
row 3 : 1995 | david & shlomo | "david and salomon" | platinum | hed arzi
row 4 : 1997 | david d'or & etti | "david d'or & | double platinum | hed arzi
row 5 : 2001 | baneshama | "in the soul" | platinum | sisu
row 6 : 2003 | david d'or vehaphil | "david d'eor | platinum | aviv
row 7 : 2004 | le haamin | "to believe" | platinum | sisu
row 8 : 2006 | kmo haruach | "like the wind" | gold | sisu
row 9 : 2007 | ofa'a haia | "live concert" | platinum | hed arzi
row 10 : 2007 | halelu-shirim shel | "halelu-songs of | None | hed arzi
row 11 : 2008 | shirat rabim | "prayers", or "songs | gold | hed arzi
row 12 : 2008 | 聽見愛的聲音 | "voice of love" | platinum | da jung jang ] Execute this SQL based on the above table: select count ( (english) ) where label != 'hed arzi' | 5 |
[ header: year | national champion | score | runner-up | host or site row 1 : 2001 | ucla | 5-4 | stanford | stanford university, avery aquatic center
row 2 : 2002 | stanford | 8-4 | ucla | usc, mcdonald'
row 3 : 2003 | ucla (2) | 4-3 | stanford | uc san diego, canyon
row 4 : 2004 | usc | 10-8 | loyola marymount | stanford university, avery aquatic center
row 5 : 2005 | ucla (3) | 3-2 | stanford | university of michigan, canham nat
row 6 : 2006 | ucla (4) | 9-8 | usc | uc davis, schaal
row 7 : 2007 | ucla (5) | 5-4 | stanford | long beach state, joint forces training base, los
row 8 : 2008 | ucla (6) | 6-3 | usc | stanford university, avery aquatic center
row 9 : 2009 | ucla (7) | 5-4 | usc | university of maryland, eppley recreation
row 10 : 2010 | usc (2) | 10-9 | stanford | san diego state, az
row 11 : 2011 | stanford (2) | 9-5 | california | university of michigan, canham nat
row 12 : 2012 | stanford (3) | 6-4 | usc | san diego state, az
row 13 : 2013 | usc (3) | 10-9 5ot | stanford | harvard university, blodget
row 14 : 2014 | None | None | None | usc, uytengsu ] Execute this SQL based on the above table: select host or site where year = 2014 order by score desc limit 1 | usc, uytengsu aquatics center, los angeles, california |
[ header: city 2010 census | chinese | built-up area | urban area | level | administrative area | province-level division | remarks row 1 : suzhou | 苏州 | shanghai | 5349090 | prefecture-level city | 10465994 | jiangsu | None
row 2 : yangzhou | 扬州 | 2399079 | 2399079 | prefecture-level city | 4459760 | jiangsu | None
row 3 : huizhou | 惠州 | guangzhou | 2344507 | prefecture-level city | 4597002 | guangdong | 2 urban districts part of guangzhou-
row 4 : baotou | 包头 | 2034996 | 2070801 | prefecture-level city | 2650364 | inner mongolia | shiguai urban district not yet urban
row 5 : jilin city | 吉林市 | 1975803 | 1975803 | prefecture-level city | 4414681 | jilin | None
row 6 : cixi | 慈溪 | 1462383 | 1462383 | county-level city | ningbo | zhejiang | None
row 7 : datong | 大同 | 1447550 | 1570035 | prefecture-level city | 3318057 | shanxi | None
row 8 : panjin | 盘锦 | 1392493 | 666205 | prefecture-level city | 1392493 | liaoning | incl. 2 urban districts plus d
row 9 : fushun | 抚顺 | shenyang | 1356987 | prefecture-level city | 2138090 | liaoning | None
row 10 : yingkou | 营口 | 1351519 | 738128 | prefecture-level city | 2428534 | liaoning | incl. dashiqia
row 11 : xining | 西宁 | 1198304 | 1198304 | prefecture-level city provincial capital | 2208708 | qinghai | None
row 12 : tianshui | 天水 | 1197174 | 1197174 | prefecture-level city | 3262548 | gansu | None
row 13 : taixing | 泰兴市 | 1192213 | 1192213 | county-level city | taizhou | jiangsu | None
row 14 : qujing | 曲靖 | 1171805 | 740925 | prefecture-level city | 5855055 | yunnan | incl. zhanyi county
row 15 : jining | 济宁 | 1115300 | 1115300 | prefecture-level city | 8081900 | shandong | None
row 16 : jinhua | 金华 | 1077300 | 1077300 | prefecture-level city | 5361600 | zhejiang | None
row 17 : pingdingshan | 平顶山 | 1033975 | 1033975 | prefecture-level city | 4904367 | henan | None
row 18 : qiqihar | 齐齐哈尔 | 979517 | 1481637 | prefecture-level city | 5611000 | heilongjiang | incl. longsha, j
row 19 : bengbu | 蚌埠 | 972784 | 972784 | prefecture-level city | 3164467 | anhui | None
row 20 : danyang | 丹阳市 | 960418 | 960418 | county-level city | zhenjiang | jiangsu | None
row 21 : wuchuan | 吴川 | 947499 | 947499 | county-level city | zhanjiang | guangdong | None ] Execute this SQL based on the above table: select province-level division where province-level division = 'jiangsu' | jiangsu, jiangsu, jiangsu, jiangsu |
[ header: game | november | opponent | score | record | points row 1 : 13 | 2 | @ florida panthers | 4-3 | 10-3-0 | 20
row 2 : 14 | 4 | quebec nordiques | 4-1 | 11-3-0 | 22
row 3 : 15 | 6 | @ toronto maple leafs | 3-5 | 11-4-0 | 22
row 4 : 16 | 7 | vancouver canucks | 2-5 | 11-5-0 | 22
row 5 : 17 | 10 | @ buffalo sabres | 5-3 | 12-5-0 | 24
row 6 : 18 | 11 | new jersey devils | 3-5 | 12-6-0 | 24
row 7 : 19 | 13 | buffalo sabres | 2-7 | 12-7-0 | 24
row 8 : 20 | 16 | @ pittsburgh penguins | 5-11 | 12-8-0 | 24
row 9 : 21 | 18 | hartford whalers | 6-3 | 13-8-0 | 26
row 10 : 22 | 20 | @ boston bruins | 5-5 ot | 13-8-1 | 27
row 11 : 23 | 21 | new york islanders | 4-5 ot | 13-9-1 | 27
row 12 : 24 | 24 | montreal canadiens | 9-2 | 14-9-1 | 29
row 13 : 25 | 26 | tampa bay lightning | 3-0 | 15-9-1 | 31
row 14 : 26 | 27 | @ tampa bay lightning | 4-3 ot | 16-9-1 | 33 ] Execute this SQL based on the above table: select score where november = 4 | 4-1 |
[ header: game | date | opponent | location | score | ot | attendance | record row 1 : 1 | january 9, 2009 | @ portland lumberjax | rose garden | w 12-10 | None | 6859 | 1-0
row 2 : 2 | january 10, 2009 | portland lumberjax | pepsi center | l 5-14 | None | 16987 | 1-1
row 3 : 3 | january 24, 2009 | edmonton rush | pepsi center | l 9-11 | None | 16734 | 1-2
row 4 : 4 | january 31, 2009 | new york titans | pepsi center | w 12-8 | None | 15023 | 2-2
row 5 : 5 | february 7, 2009 | @ minnesota swarm | xcel energy center | w 13-8 | None | 11174 | 3-2
row 6 : 6 | february 14, 2009 | calgary roughnecks | pepsi center | w 13-12 | None | 17712 | 4-2
row 7 : 7 | february 21, 2009 | @ san jose stealth | hp pavilion at san jose | l 9-14 | None | 5576 | 4-3
row 8 : 8 | february 22, 2009 | @ edmonton rush | rexall place | l 9-10 | None | 7249 | 4-4
row 9 : 9 | march 14, 2009 | @ san jose stealth | hp pavilion at san jose | w 14-11 | None | 3535 | 5-4
row 10 : 10 | march 21, 2009 | @ calgary roughnecks | pengrowth saddledome | l 10-13 | None | 10958 | 5-5
row 11 : 11 | march 22, 2009 | minnesota swarm | pepsi center | w 13-11 | None | 15594 | 6-5
row 12 : 12 | march 28, 2009 | @ philadelphia wings | wachovia center | l 13-17 | None | 11876 | 6-6
row 13 : 13 | april 3, 2009 | rochester knighthawks | pepsi center | l 8-12 | None | 16834 | 6-7
row 14 : 14 | april 4, 2009 | @ portland lumberjax | rose garden | l 12-13 | ot | 7859 | 6-8
row 15 : 15 | april 11, 2009 | san jose stealth | pepsi center | l 10-11 | ot | 16189 | 6-9
row 16 : 16 | april 17, 2009 | edmonton rush | pepsi center | w 10-9 | None | 16727 | 7-9 ] Execute this SQL based on the above table: select count ( ot ) where score = 'l 9-10' | 0 |
[ header: year | round | against | score | scorers row 1 : 1930 | group b | yugoslavia | 1-2 | preguinho
row 2 : 1930 | group b | bolivia | 4-0 | moderato (2), preguinho (2)
row 3 : 1934 | round 1 | spain | 1-3 | leonidas
row 4 : 1938 | round 1 | poland | 6-5 (aet) | leonidas (3), romeu,
row 5 : 1938 | semi-final | italy | 1-2 | romeu
row 6 : 1950 | group a | switzerland | 2-2 | alfredo, baltazar
row 7 : 1950 | final round | spain | 6-1 | ademir (2), jair,
row 8 : 1950 | final round | uruguay | 1-2 | friaca
row 9 : 1954 | group a | mexico | 5-0 | baltazar, didi, ping
row 10 : 1954 | quarter-final | hungary | 2-4 | djalma santo
row 11 : 1962 | quarter-final | england | 3-1 | garrincha (2), vava
row 12 : 1962 | semi-final | chile | 4-2 | garrincha (2), vava (2)
row 13 : 1970 | group c | czechoslovakia | 4-1 | rivelino, pele,
row 14 : 1970 | group c | romania | 3-2 | pele (2), jairzinho
row 15 : 1970 | semi-final | uruguay | 3-1 | clodoaldo, j
row 16 : 1974 | group b | yugoslavia | 0-0 | None
row 17 : 1974 | group b | scotland | 0-0 | None
row 18 : 1974 | group a round 2 | east germany | 1-0 | rivelino
row 19 : 1978 | group c | austria | 1-0 | roberto dinamite
row 20 : 1978 | bronze final | italy | 2-1 | nelinho, dirceu
row 21 : 1982 | group f | soviet union | 2-1 | socrates, eder
row 22 : 1982 | group f | new zealand | 4-0 | zico (2), falcao, serg
row 23 : 1982 | group c round 2 | argentina | 3-1 | zico, serginho, junior
row 24 : 1986 | group d | spain | 1-0 | socrates
row 25 : 1986 | group d | northern ireland | 3-0 | careca (2), josimar
row 26 : 1986 | round of 16 | poland | 4-0 | socrates, josimar, e
row 27 : 1986 | quarter-final | france | 1-1 (aet) | careca
row 28 : 1990 | group c | costa rica | 1-0 | muller
row 29 : 1994 | final | italy | 0-0 (aet) | None
row 30 : 1998 | semi-final | netherlands | 1-1 (aet) | ronaldo
row 31 : 2002 | group c | turkey | 2-1 | ronaldo, rivaldo
row 32 : 2002 | round of 16 | belgium | 2-0 | rivaldo, ronaldo
row 33 : 2002 | quarter-final | england | 2-1 | rivaldo, ronaldinho
row 34 : 2010 | round of 16 | chile | 3-0 | juan, luis fabian
row 35 : 2010 | quarter-final | netherlands | 1-2 | robinho ] Execute this SQL based on the above table: select against where against in ( 'east germany' , 'yugoslavia' ) order by year limit 1 | yugoslavia |
[ header: year | title | hangul | network | further info row 1 : 2008 | pretty boys: a wrong situation | 꽃미남 아롱사태 | mnet | None
row 2 : 2009 | let's go dream team! season 2 | 출발 드림팀2 | kbs2 | variety show
row 3 : 2009-10 | music bank | 뮤직뱅크 | kbs2 | music show, as mc
row 4 : 2010-11 | running man | 런닝맨 | sbs | variety show
row 5 : 2011 | i'm real: song joong | i'm real 송중기 | qtv | None
row 6 : 2011 | everyone dramatic | 에브리원 드라마틱 | mbc | None
row 7 : 2011 | made in u | 메이드 인 유 | jtbc | audition show, as mc
row 8 : 2011-12 | tears of the antarctic | 남극의 눈물 | mbc | documentary, as narrator ] Execute this SQL based on the above table: select hangul where network = 'kbs2' | 출발 드림팀2, 뮤직뱅크 |
[ 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 count ( llws ) where year = 1990 or year = 1970 | 2 |
[ header: institution | location | established | gained university status | vice-chancellor | total number of students | research funding (£,000) row 1 : birkbeck, university of lon | london | 1823 | 1920 | professor david latchman | 19020 | 9985
row 2 : university of east anglia | norwich | 1963 | 1963 | professor edward acton | 19585 | 16482
row 3 : university of essex | colchester | 1964 | 1964 | professor anthony forster | 11690 | 9967
row 4 : goldsmiths, university of london | london | 1891 | 1904 | dr pat loughrey | 7615 | 8539
row 5 : institute of education, university of london | london | 1902 | 1932 | professor chris husbands | 7215 | 7734
row 6 : university of lancaster | lancaster | 1964 | 1964 | professor mark smith | 12695 | 18640
row 7 : university of leicester | leicester | 1921 | 1957 | professor robert burgess | 16160 | 22225
row 8 : loughborough university | loughborough | 1909 | 1966 | professor robert allison | 17825 | 22398
row 9 : royal holloway, university of lon | egham | 1849 | 1900 | professor paul layzell (principal | 7620 | 13699
row 10 : soas, university of london | london | 1916 | 1916 | professor paul webley | 4525 | 7238
row 11 : university of sussex | brighton | 1961 | 1961 | professor michael farthing | 12415 | 16196 ] Execute this SQL based on the above table: select count ( vice-chancellor ) where total number of students = 7215 | 1 |
[ header: title | character | broadcaster | episodes | date row 1 : rev | pip | bbc two | 1 | 2010
row 2 : the i.t. crowd | nikki | channel 4 | 1 | 2010
row 3 : eastenders: e20 | ava | bbc one | 15 | 2011
row 4 : fresh meat | caz | channel 4 | 1 | 2011
row 5 : phoneshop | daisy | channel 4 | 1 | 2011
row 6 : holby city | heidi hall | bbc one | 1 | 2012
row 7 : plebs | cynthia | itv2 | 6 | 2013
row 8 : blandings | valerie fanshawe | bbc | 2.5 | 2014
row 9 : death in paradise | helen walker | bbc | 3.4 | 2014 ] Execute this SQL based on the above table: select ( select date where title = 'fresh meat' ) > ( select date where title = 'fresh meat' ) | 0 |
[ header: | | | | | row 1 : world record | snatch | akakios kakias | 188 kg | athens, greece | 27 november 1999
row 2 : world record | clean & jerk | szymon kołecki | 232 kg | sofia, bulgaria | 29 april 2000
row 3 : world record | total | akakios kakias | 412 kg | athens, greece | 27 november 1999
row 4 : asian record | snatch | kourosh bagheri ( | 187 kg | sydney, australia | 24 september 2000
row 5 : asian record | clean & jerk | ilya ilyin (kaz) | 226 kg | doha, qatar | 5 december 2006
row 6 : asian record | total | kourosh bagheri ( | 407 kg | antalya, turkey | 9 november 2001
row 7 : games record | snatch | bakhyt akhmetov | 185 kg | busan, south korea | 8 october 2002
row 8 : games record | clean & jerk | ilya ilyin (kaz) | 226 kg | doha, qatar | 5 december 2006
row 9 : games record | total | bakhyt akhmetov | 400 kg | busan, south korea | 8 october 2002 ] Execute this SQL based on the above table: select where - < 1388 | snatch, clean & jerk, total, snatch, clean & jerk, total, snatch, clean & jerk, total |
[ header: name | type | elevation (ground station) | elevation (mountain station) | slope length | capacity (persons/hour) | construction year row 1 : fiesch- -alp 1+2 | cable car | 1074 | 2227 | 2940 | 800 | 1973
row 2 : fiesch- -alp 3+4 | cable car | 1071 | 2221 | 2937 | 270 | 1966
row 3 : fiescheralp-eggishorn | cable car | 2225 | 2879 | 1836 | 495 | 1968
row 4 : heimat | chairlift | 1858 | 2301 | 1144 | 1400 | 2000
row 5 : talegga | chairlift | 2208 | 2727 | 1782 | 2200 | 2010
row 6 : flesch | chairlift | 2208 | 2630 | 1357 | 2400 | 1993
row 7 : trainer 1 | surface lift | 2206 | 2264 | 218 | 1200 | 1987
row 8 : trainer 2 | surface lift | 2206 | 2264 | 218 | 1200 | 1987
row 9 : laxeralp 1 | surface lift | 2135 | 2179 | 396 | 1100 | 1981
row 10 : laxeralp 2 | surface lift | 2179 | 2280 | 394 | 1214 | 1981 ] Execute this SQL based on the above table: select name where id = ( select id where name = 'fiescheralp-eggishorn' ) - 1 | fiesch- -alp 3+4 |
[ header: site | date(s) | designated | location | description row 1 : bonsecours market | 1847 (completed) | 1984 | montreal 45°30′32.21′′ | a monumental, domed masonry civic building
row 2 : former montreal custom house | 1838 (completed) | 1997 | montreal 45°30′11.98′′n | an excellent example of palladian architecture in canada
row 3 : george stephen house / mount step | 1881 (completed) | 1971 | montreal 45°29′56.73′′ | a large, stone victorian man
row 4 : h. vincent meredith residence | 1897 (completed) | 1990 | montreal 45°30′15.11′′ | representative of the mansions built by montreal
row 5 : hochelaga | 1300s (ca.) (first construction | 1920 | montreal 45°30′12.83′′n | a grass-covered area about 79 square
row 6 : senneville historic district | 1860 (established) | 2002 | senneville 45°25′50.1 | a 565-hectare (1,400-
row 7 : sulpician towers / | 1694 (completed) | 1970 | montreal 45°29′37.68′′ | two 13-metre (43 ft) ] Execute this SQL based on the above table: select count ( site ) where site = 'sulpician towers / fort de la montagne' and location = 'montreal 45°29′56.73′′n 73°34′32.93′′w / 45.4990917°n 73.5758139°w' | 0 |
[ header: season | tier | division | place row 1 : 2002/03 | 8 | 3a aficio | 1st
row 2 : 2003/04 | 6 | 1a aficio | 1st
row 3 : 2004/05 | 5 | preferente | 13th
row 4 : 2005/06 | 5 | preferente | 4th
row 5 : 2006/07 | 5 | preferente | 8th
row 6 : 2007/08 | 5 | preferente | 8th
row 7 : 2008/09 | 5 | preferente | 3rd
row 8 : 2009/10 | 5 | preferente | 2nd
row 9 : 2010/11 | 4 | 3a | 6th
row 10 : 2011/12 | 4 | 3a | 6th
row 11 : 2012/13 | 4 | 3a | 11th ] Execute this SQL based on the above table: select division where id = ( select id where division = 'preferente' ) - 1 | 1a aficio |
[ header: place | team | matches | won | drawn | lost | difference | points row 1 : 1 | canada | 6 | 6 | 0 | 0 | 62-6 | 12
row 2 : 2 | sweden | 6 | 4 | 1 | 1 | 33-14 | 9
row 3 : 3 | switzerland | 6 | 4 | 1 | 1 | 28-12 | 9
row 4 : 4 | norway | 6 | 2 | 0 | 4 | 10-27 | 4
row 5 : 5 | great britain | 6 | 1 | 1 | 4 | 18-42 | 3
row 6 : 6 | united states | 6 | 1 | 1 | 4 | 14-42 | 3
row 7 : 7 | finland | 6 | 1 | 0 | 5 | 15-37 | 2 ] Execute this SQL based on the above table: select difference where matches <= 6 and drawn = 0 | 62-6, 10-27, 15-37 |
[ header: incumbent | reason for vacancy | appointed successor | date of appointment | elected successor | date of election row 1 : l. b. lindsay | disqualified, never took office | henry e. prickett | november 19, 1867 | thomas b. hart | january 1868
row 2 : john hailey | never took office | charles himrod | july 10, 1871 | george h. twitche | july 8, 1872
row 3 : sol hasbrouck | resigned november 5, 1885 | james w. huston | december 28, 1885 | peter j. pefley | july 1887
row 4 : harry fritchman | resigned may 25, 1912 | arthur hodges | may 25, 1912 | arthur hodges | april 1, 1913
row 5 : j. w. robinson | recalled june 1, 1916 | s. h. hays | june 6, 1916 | s. h. hays | april 1917
row 6 : herbert f. lemp | died may 6, 1927 | walter f. hansen | may 6, 1927 | james p. pope | april 1929
row 7 : james p. pope | resigned february 13, 1933 | ross cady | february 13, 1933 | j. j. mccu | april 1933
row 8 : byron e. hyat | died november 11, 1936 | j. l. edle | november 11, 1936 | j. l. edle | april 1937
row 9 : h. w. whillock | resigned may 11, 1942 | austin walker | may 11, 1942 | austin walker | april 1943
row 10 : austin walker sam s | died october 31, 1945 re | sam s. griffin | october 31, 1945 february | potter p. howard | april 1947
row 11 : dirk kempthorne | resigned january 5, 1993 | h. brent coles | january 5, 1993 | h. brent coles | november 1993
row 12 : h. brent coles | resigned february 15, 2003 | carolyn terteling-p | february 18, 2003 | david h. bieter | november 2003 ] Execute this SQL based on the above table: select count ( reason for vacancy ) where appointed successor = 'j. l. edlefsen' | 1 |
[ header: rank | bib | country | time | penalties (p+s) | deficit row 1 : 4 | 5 | norway liv-kjersti e | 1:10:34.1 18:20.4 16 | 0+1 0+2 0+ | 57.8
row 2 : 6 | 7 | ukraine olena | 1:11:08.2 17:36.9 | 0+2 0+6 0 | +1:31.9
row 3 : 8 | 12 | slovenia dijana ravnik | 1:12:02.4 17:50.4 18 | 0+4 0+2 0 | +2:26.1
row 4 : 9 | 6 | china wang chunli l | 1:12:16.9 17:44.7 | 0+2 0+6 0 | +2:40.6
row 5 : 14 | 9 | kazakhstan elena | 1:13:42.9 17:42.1 1 | 0+4 0+5 0 | +4:06.6
row 6 : 16 | 14 | czech republic veronika vit | 1:14:37.5 17:51.1 18 | 2+4 1+6 0+1 | +5:01.2
row 7 : 18 | 16 | estonia kadri leht | 1:17:55.5 18:49.8 | 2+9 0+7 0+ | +8:19.2
row 8 : 19 | 13 | latvia zanna juskan | 1:18:56.2 21:06.7 18 | 2+5 2+7 2+3 | +9:19.9 ] Execute this SQL based on the above table: select count ( distinct bib ) | 8 |
[ header: rank | name | nationality | result | notes row 1 : None | huang qiuyan | china | 14.39 | sb
row 2 : None | anastasiya juravlev | uzbekistan | 14.21 | #name?
row 3 : None | zhang hao | china | 13.63 | None
row 4 : 4 | wacharee ritthiwat | thailand | 13.54 | sb
row 5 : 5 | tatyana bocharova | kazakhstan | 13.5 | None
row 6 : 6 | wang kuo-huei | chinese taipei | 13.25 | sb
row 7 : 7 | fumiyo yoshida | japan | 13.09 | None
row 8 : 8 | ngew sin mei | malaysia | 12.93 | None
row 9 : 9 | manisha dey | india | 12.83 | None
row 10 : 10 | thitima muangjan | thailand | 12.79 | None
row 11 : 11 | phan thi thu lan | vietnam | 12.75 | None
row 12 : 12 | lo yu-hsin | chinese taipei | 12.69 | None
row 13 : None | elena bobrovskaya | kyrgyzstan | dns | None ] Execute this SQL based on the above table: select result where name = 'anastasiya juravleva' | 14.21 |
[ header: year | player | high school | college | nba/aba draft row 1 : 1941 | john bass | greenwood | None | None
row 2 : 1943, 1944 | no games (world war ii) | None | None | None
row 3 : 1948 | bob masters | lafayette jefferson | indiana | None
row 4 : 1949 | dee monroe | madison | kentucky | None
row 5 : 1951 | tom harold | muncie central | colorado | None
row 6 : 1954 | bobby plump | milan | butler | None
row 7 : 1956 | oscar robertson | crispus attucks | cincinnati | 1960 nba draft: 1st
row 8 : 1957 | john coalman | south bend central | fordham | None
row 9 : 1961 (tie) | dick van arsdale | indianapolis manual | indiana | 1965 nba draft: 2nd
row 10 : 1962 | larry humes | madison | evansville | None
row 11 : 1965 | billy keller | indianapolis washington | purdue | 1969 nba draft: 7th
row 12 : 1967 | willie long | ft. wayne south side | new mexico | 1971 nba draft: 2nd
row 13 : 1969 | george mcginnis | indianapolis washington | indiana (1969-1971) | 1971 aba draft: indiana pacer
row 14 : 1971 | mike flynn | jeffersonville | kentucky | 1975 nba draft: 7th
row 15 : 1972 | phil cox | connersville | butler (1972-74) / gard | None
row 16 : 1974 (tie) | roy taylor | anderson | youngstown state | None
row 17 : 1975 | kyle macy | peru | purdue (1975-1976) / | 1979 nba draft: 1st
row 18 : 1979 | steve bouchie | washington | indiana | None
row 19 : 1980 | jim master | ft. wayne harding | kentucky | 1984 nba draft: 6th
row 20 : 1981 | dan palombizio | michigan city rogers | purdue (1981-1983) / | None
row 21 : 1982 | roger harden | valparaiso | kentucky | None
row 22 : 1983 | steve alford | new castle | indiana | 1987 nba draft: 2nd
row 23 : 1984 (tie) | troy lewis | anderson | purdue | None
row 24 : 1984 (tie) | delray brooks | michigan city rogers | indiana (1984-1985) / | None
row 25 : 1985 | jeff grose | warsaw | northwestern | None
row 26 : 1986 | mark jewell | lafayette jefferson | evansville | None
row 27 : 1989 | pat graham | floyd central | indiana | None
row 28 : 1994 | bryce drew | valparaiso | valparaiso | 1998 nba draft: 1st ] Execute this SQL based on the above table: select count ( player ) where high school = 'indianapolis washington' | 2 |
[ header: week | date | opponent | home/away | result | bye row 1 : 1 | february 8 | new orleans voodoo | home | l 42-34 | 0
row 2 : 2 | february 15 | dallas desperados | away | l 51-47 | 0
row 3 : 3 | february 21 | columbus destroyers | home | w 56-34 | 0
row 4 : 4 | february 29 | tampa bay storm | away | l 40-37 | 0
row 5 : 5 | march 7 | chicago rush | home | w 53-47 | 0
row 6 : 6 | march 13 | columbus destroyers | away | l 43-41 | 0
row 7 : 7 | march 21 | colorado crush | home | l 40-33 | 0
row 8 : 8 | march 28 | austin wranglers | away | w 65-60 | 0
row 9 : 9 | april 4 | dallas desperados | home | w 47-31 | 0
row 10 : 10 | None | None | week | None | 1
row 11 : 11 | april 17 | carolina cobras | away | l 63-59 | 0
row 12 : 12 | april 24 | new york dragons | home | w 60-58 | 0
row 13 : 13 | may 1 | colorado crush | away | l 58-40 | 0
row 14 : 14 | may 8 | las vegas gladiators | home | l 63-35 | 0
row 15 : 15 | may 15 | carolina cobras | home | l 46-43 | 0
row 16 : 16 | may 22 | san jose sabercat | away | l 48-36 | 0
row 17 : 17 | may 30 | new york dragons | away | l 69-54 | 0 ] Execute this SQL based on the above table: select home/away order by week desc limit 1 | away |
[ header: # | title | producer(s) | performer(s) | length row 1 : 1 | "ova here" | da beatminerz | krs-one | 2:56
row 2 : 2 | "things is about to change" | creative minds combined | krs-one | 2:34
row 3 : 3 | "splash" | a-sharp, pleasure king | krs-one | 2:24
row 4 : 4 | "my people" | alumni | krs-one | 0:19
row 5 : 5 | "kreditz" | milann miles, rick long | krs-one | 2:02
row 6 : 6 | "i remember" | j-roc, mad lion | krs-one | 4:03
row 7 : 7 | "down the charts" | milann miles, rick long | krs-one | 2:10
row 8 : 8 | "you really don't want it" | jim bean | None | 3:29
row 9 : 9 | "womanology" | soul supreme | krs-one | 3:54
row 10 : 10 | "2nd kreditz" | None | krs-one | 0:46
row 11 : 11 | "stop it" | krs-one, mad lion | None | 1:38
row 12 : 12 | "problemz" | vanguard | krs-one | 3:15
row 13 : 13 | "believe it!" | soul supreme | krs-one | 3:59 ] Execute this SQL based on the above table: select count ( producer(s) ) where length < '3:54' | 12 |
[ header: year | round | position | matches | wins | draws | losses | gf | ga row 1 : 1930 to 1990 | competed as part of yugoslav | None | None | None | None | None | None | None
row 2 : 1994 | could not enter | None | None | None | None | None | None | None
row 3 : 1998 | third place | 3 | 7 | 5 | 0 | 2 | 11 | 5
row 4 : / 2002 | group stage | 23 | 3 | 1 | 0 | 2 | 2 | 3
row 5 : 2006 | group stage | 22 | 3 | 0 | 2 | 1 | 2 | 3
row 6 : 2010 | did not qualify | None | None | None | None | None | None | None
row 7 : 2014 | qualified | None | None | None | None | None | None | None
row 8 : total | 4/5 | None | 13 | 6 | 2 | 5 | 15 | 11 ] Execute this SQL based on the above table: select losses where round = 'group stage' | 2.0, 1.0 |
[ header: week | date | opponent | result | attendance row 1 : 1 | september 30, 1956 | philadelphia eagles | w 27-7 | 54,412
row 2 : 2 | october 7, 1956 | at san francisco 49ers | l 33-30 | 54,589
row 3 : 3 | october 14, 1956 | at detroit lions | l 24-21 | 56,281
row 4 : 4 | october 21, 1956 | at green bay packers | l 42-17 | 24,200
row 5 : 5 | october 28, 1956 | detroit lions | l 16-7 | 76,758
row 6 : 6 | november 4, 1956 | chicago bears | l 35-24 | 69,894
row 7 : 7 | november 11, 1956 | san francisco 49ers | w 30-6 | 69,828
row 8 : 8 | november 18, 1956 | at chicago bears | l 30-21 | 48,102
row 9 : 9 | november 25, 1956 | at baltimore colts | l 56-21 | 40,321
row 10 : 10 | december 2, 1956 | at pittsburgh steelers | l 30-13 | 20,450
row 11 : 11 | december 9, 1956 | baltimore colts | w 31-7 | 51,037
row 12 : 12 | december 16, 1956 | green bay packers | w 49-21 | 45,209 ] Execute this SQL based on the above table: select attendance - week where result = 'l 42-17' | 24196.0 |
[ header: lift name | type | top elevation (ft) | bottom elevation | vertical rise | length (ft) | slope (%) | capacity (rides/hr) | speed (ft/min) | lift manufacturer | year installed row 1 : bruno | fixed double | 5885 | 5840 | 45 | 368 | 12% | 630 | 300 | poma | 1987
row 2 : molly's express | detach quad | 5835 | 4990 | 845 | 5244 | 16% | 1200 | 1000 | doppelmayr | 2000
row 3 : pucci | fixed triple | 5920 | 5350 | 570 | 3398 | 17% | 1330 | 450 | poma | 1987
row 4 : stormin' norman | detach quad | 6245 | 5460 | 785 | 4396 | 18% | 1500 | 1000 | doppelmayr | 2000
row 5 : magic mile express | detach quad | 6990 | 5915 | 1075 | 5359 | 20% | 1600 | 950 | poma | 1992
row 6 : palmer express | detach quad | 8470 | 6940 | 1530 | 5468 | 29% | 1800 | 1000 | doppelmayr | 1996
row 7 : jeff flood express (still creek basin) | detach quad | 6020 | 4850 | 1170 | 6506 | 18% | 1800 | 1000 | doppelmayr | 2007 ] Execute this SQL based on the above table: select count ( type ) where year installed is null | 0 |
[ header: model | released | usage | features | storage row 1 : betsie/dottie | None | used for calculating odds for bookmakers | None | None
row 2 : mark 2 | 1973 | sales order processing | totally new processor with hardware interrupt stacking, | fabritek or emm fer
row 3 : mark 3 | None | None | designation not used but was effectively the 3me/6 | None
row 4 : mark 4 | None | sop, livestock markets, paper merchants, | developed after the demise of bcl | core memory or static ram, introduced the
row 5 : mark 5 | 1984 | sop, livestock markets, paper merchants, | basically a re engineering of the 6me | initially large-format ampex ferrite core
row 6 : None | 1990 | sop, livestock markets, paper merchants, | a single board processor was developed to replace the | support for seven additional external lark 2 or
row 7 : distributor ep | 1989 | sop, livestock markets | enhanced version of the distributor | scsi disk and tape support ] Execute this SQL based on the above table: select usage where usage in ( 'None' , 'used for calculating odds for bookmakers' ) group by usage order by sum ( released ) desc limit 1 | used for calculating odds for bookmakers |
[ header: kant | latitude | longitude | diameter row 1 : b | 9.7° s | 18.6° e | 16 km
row 2 : c | 9.3° s | 22.1° e | 20 km
row 3 : d | 11.5° s | 18.7° e | 52 km
row 4 : g | 9.2° s | 19.5° e | 32 km
row 5 : h | 9.1° s | 20.8° e | 7 km
row 6 : n | 9.9° s | 19.7° e | 10 km
row 7 : o | 12.0° s | 17.2° e | 7 km
row 8 : p | 10.8° s | 17.4° e | 5 km
row 9 : q | 13.1° s | 18.8° e | 5 km
row 10 : s | 11.5° s | 19.7° e | 5 km
row 11 : t | 11.3° s | 20.2° e | 5 km
row 12 : z | 10.4° s | 17.5° e | 3 km ] Execute this SQL based on the above table: select count ( longitude ) | 12 |
[ header: year | film | role | notes row 1 : 1986 | love 86 | vikram doshi | None
row 2 : 1987 | khudgarz | kumar saxena | None
row 3 : 1987 | sindoor | ravi | None
row 4 : 1988 | paap ko jalaa | deepak malhotra | None
row 5 : 1988 | halaal ki kamai | kabir khanna | None
row 6 : 1988 | shiv shakti | shakti | None
row 7 : 1989 | sachai ki ta | sagar singh | None
row 8 : 1989 | taaqatwar | john d'mello | None
row 9 : 1990 | maha-sangram | arjun 'munna' | None
row 10 : 1990 | izzatdaar | vijay | None
row 11 : 1990 | naya khoon | dr. anand | None
row 12 : 1990 | taqdeer ka tama | satya | None
row 13 : 1990 | awaargi | dhiren kumar | critically acclaimed role
row 14 : 1992 | baaz | deva | None
row 15 : 1994 | andaz apna a | himself | special appearance
row 16 : 1994 | beta ho to aisa | raju | None
row 17 : 1996 | maahir | bhola | None
row 18 : 1996 | apne dam par | himself | special appearance
row 19 : 1997 | deewana mastana | bunnu | nominated - filmfare best actor
row 20 : 1997 | do ankhen barah hath | sagar | None
row 21 : 1998 | achanak | arjun | None
row 22 : 1998 | naseeb | krishna prasa | None
row 23 : 2000 | kunwara | raju | nominated -filmfare award for
row 24 : 2001 | aamdani atthani k | bhishma | None
row 25 : 2001 | albela | rocky hiranandani | None
row 26 : 2001 | censor | himself | special appearance
row 27 : 2002 | pyaar diwana hota | sunder | None
row 28 : 2002 | chalo ishq ladaa | pappu | None
row 29 : 2003 | three roses | himself | tamil film - guest appearance
row 30 : 2005 | ssukh | chandraprakash sharma | None
row 31 : 2007 | partner | bhaskar diwakar chow | iifa best comedian award zee
row 32 : 2013 | samadhi | deputy inspector general of police | bengali debut
row 33 : 2014 | kill dil | negative role | filming (releasing on 5 september 2014)
row 34 : 2014 | hero | None | filming, (releasing on 12th dec ] Execute this SQL based on the above table: select count ( * ) where notes = 'None' | 0 |
[ header: year | title | role | network | notes row 1 : 2000 | youth y2k 青春@y2 | cheng shasha | None | None
row 2 : 2001 | the monkey king: quest for the sutra | purple orchid | tvb | None
row 3 : 2001 | 藍寶石的夜空 | shek po-yi | tvb | eason chan's music video
row 4 : 2002 | 一twins零一夜 | ah sa | tvb | music video
row 5 : 2003 | triumph in the skies 衝上雲霄 | charlene | tvb | cameo
row 6 : 2003 | all about boy'z 一起喝采 | langlang princess | now.com.hk | appearance in episode 2
row 7 : 2003 | 2半3更之困車立 | ah sa | now.com.hk | None
row 8 : 2003 | 愛在陽光下 | aids patient | None | music video produced to support the global anti-aid
row 9 : 2004 | kung fu soccer 功夫足球 | None | tvb | guest star
row 10 : 2004 | sunshine heartbeat 赤沙印記@四葉草.2 | ah sa | tvb | guest star
row 11 : 2004 | 家有寶貝 | ah sa | None | guest star
row 12 : 2007 | colours of love 森之愛情 | wai-fong / ching- | tvb | None
row 13 : 2007 | life off stage | None | None | None
row 14 : 2010 | calling for love! 呼叫大明星 | chen dexin | cts | None
row 15 : 2011 | the legend of swordman 劍俠情緣 | tang xiaowan / n | None | None
row 16 : 2012 | happy marshal 歡樂元帥 | little dragon girl (xiao long nu) | None | None ] Execute this SQL based on the above table: select count ( title ) where network = 'tvb' | 7 |
[ header: rank | name | nationality | time row 1 : None | gustavo borges | brazil | 1:49.41
row 2 : None | scott tucker | united states | 1:50.99
row 3 : None | leonardo costa | brazil | 1:51.29
row 4 : None | mark johnston | canada | 1:51.29
row 5 : 5 | nate boyle | united states | 1:52.83
row 6 : 6 | yannick lupien | canada | 1:52.92
row 7 : 7 | joshua ilika | mexico | 1:53.73
row 8 : 8 | javier diaz | mexico | 1:54.01 ] Execute this SQL based on the above table: select name order by time desc limit 1 | gustavo borges |
[ header: year | final | semi row 1 : 1975 | finland | None
row 2 : 1976 | united kingdom | None
row 3 : 1977 | france | None
row 4 : 1978 | israel | None
row 5 : 1979 | spain | None
row 6 : 1980 | ireland | None
row 7 : 1981 | france | None
row 8 : 1982 | germany | None
row 9 : 1983 | netherlands | None
row 10 : 1984 | ireland | None
row 11 : 1985 | turkey | None
row 12 : 1986 | sweden | None
row 13 : 1987 | ireland | None
row 14 : 1988 | luxembourg | None
row 15 : 1989 | greece | None
row 16 : 1990 | france | None
row 17 : 1991 | spain | None
row 18 : 1992 | france | None
row 19 : 1993 | ireland | None
row 20 : 1994 | ireland | None
row 21 : 1995 | relegated | None
row 22 : 1996 | ireland | unknown\
row 23 : 1997 | united kingdom | None
row 24 : 1998 | germany | None
row 25 : 1999 | relegated | None
row 26 : 2000 | germany | None
row 27 : 2001 | relegated | None
row 28 : 2002 | spain | None
row 29 : 2003 | relegated | None
row 30 : 2004 | serbia and montenegro | serbia and montenegro
row 31 : 2005 | serbia and montenegro | portugal
row 32 : 2006 | bosnia and herzegovin | bosnia and herzegovin
row 33 : 2007 | serbia | serbia
row 34 : 2008 | serbia | portugal
row 35 : 2009 | turkey | turkey
row 36 : 2010 | germany | ireland
row 37 : 2011 | bosnia and herzegovin | serbia
row 38 : 2012 | albania | albania
row 39 : 2013 | italy | hungary ] Execute this SQL based on the above table: select count ( year ) where year > 1975 | 38 |
[ header: pos | grid | no. | driver | team | manufacturer | laps | points row 1 : 1 | 8 | 24 | jeff gordon | hendrick motorsports | chevrolet | 160 | 185
row 2 : 2 | 1 | 18 | bobby labonte | joe gibbs racing | pontiac | 160 | 175
row 3 : 3 | 9 | 31 | mike skinner | richard childress racing | chevrolet | 160 | 165
row 4 : 4 | 25 | 12 | jeremy mayfield | penske-kranefuss | ford | 160 | 165
row 5 : 7 | 12 | 22 | ward burton | bill davis racing | pontiac | 160 | 146
row 6 : 8 | 39 | 36 | ernie irvan | mb2 motorsports | pontiac | 160 | 142
row 7 : 9 | 16 | 33 | ken schrader | andy petree racing | chevrolet | 160 | 138
row 8 : 10 | 5 | 3 | dale earnhardt | richard childress racing | chevrolet | 160 | 139
row 9 : 12 | 38 | 23 | jimmy spencer | travis carter enterprises | t-bird | 160 | 132
row 10 : 14 | 14 | 43 | john andretti | petty enterprises | pontiac | 160 | 121
row 11 : 15 | 31 | 94 | bill elliott | bill elliott racing | ford | 160 | 118
row 12 : 18 | 17 | 40 | sterling marlin | team sabco | chevrolet | 160 | 109
row 13 : 19 | 33 | 9 | jerry nadeau | melling racing | ford | 160 | 106
row 14 : 20 | 20 | 97 | chad little | roush racing | t-bird | 159 | 103
row 15 : 21 | 30 | 71 | dave marcis | marcis auto racing | chevrolet | 159 | 105
row 16 : 22 | 42 | 44 | kyle petty | pe2 | pontiac | 159 | 97
row 17 : 23 | 3 | 88 | dale jarrett | robert yates racing | ford | 159 | 99
row 18 : 25 | 19 | 11 | brett bodine | brett bodine racing | ford | 159 | 88
row 19 : 26 | 40 | 26 | johnny benson, j | roush racing | ford | 159 | 85
row 20 : 28 | 43 | 35 | darrell waltrip | tyler jet motorsports | pontiac | 158 | 79
row 21 : 29 | 24 | 96 | steve grissom | american equipment racing | chevrolet | 157 | 76
row 22 : 32 | 11 | 28 | kenny irwin, j | robert yates racing | ford | 140 | 72
row 23 : 33 | 15 | 1 | steve park | dale earnhardt, inc | chevrolet | 139 | 64
row 24 : 35 | 28 | 81 | kenny wallace | filmar racing | ford | 113 | 58
row 25 : 36 | 26 | 07 | dan pardus | midwest transit racing | chevrolet | 99 | 55
row 26 : 37 | 32 | 46 | jeff green | team sabco | chevrolet | 98 | 52
row 27 : 38 | 13 | 30 | derrike cope | bahari racing | pontiac | 67 | 49
row 28 : 39 | 36 | 98 | rich bickle | cale yarborough racing | t-bird | 58 | 46
row 29 : 42 | 10 | 55 | hut stricklin | andy petree racing | chevrolet | 31 | 37 ] Execute this SQL based on the above table: select team where team != 'robert yates racing' and manufacturer = 'ford' | penske-kranefuss racing, bill elliott racing, melling racing, brett bodine racing, roush racing, filmar racing |
[ 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 jesse jackson, jr. where jesse jackson, jr. in ( '8%' , 'None' ) order by rahm emanuel desc limit 1 | 8% |
[ header: community | currency | region | target date | notes row 1 : economic and monetary community of central africa (ce | central african cfa franc | africa | None | not yet functioning common market
row 2 : west african economic and monetary union (u | west african cfa franc | africa | None | not yet functioning common market
row 3 : gulf cooperation council (gcc) | khaleeji | middle east | 2013 | possibly gold backed, but postponed
row 4 : east african community (eac) | east african shilling | africa | 2015 | to be used by the future east african
row 5 : caribbean single market and economy (a | None | latin america /caribbean | 2015 | to supplement the oecs eastern ca
row 6 : southern african customs union (sacu | south african rand | africa | 2015 | de facto for the cma member when the
row 7 : southern african development community (sadc | south african rand (interim proposal) | africa | 2016 | to supplement or succeed the cma and southern africa
row 8 : south asian association for regional cooperation | None | south asia | 2016 | None
row 9 : union of south american nations (unasur) | latino | latin america /caribbean | 2019 | None
row 10 : economic community of central african states (ecca | None | africa | None | to supplement the economic and monetary community of central
row 11 : economic community of west african states (eco | None | africa | None | to succeed uemoa and wa
row 12 : african economic community | None | africa | 2028 | see african monetary union
row 13 : union state of russia and belarus | russian ruble | europe | None | None
row 14 : arab league | arab dinar | arab states | None | arab dinar has been proposed ever since the creation ] Execute this SQL based on the above table: select currency order by target date limit 1604 | central african cfa franc, west african cfa franc, russian ruble, arab dinar, khaleeji, east african shilling, south african rand, south african rand (interim proposal), latino |
[ header: pos. | driver | co-driver | car | time | difference | points row 1 : 1 | raffaele pinto | arnaldo bernacchini | fiat abarth 124 rallye | 6:26:15 | 0 | 20
row 2 : 2 | alcide paganelli | ninni russo | fiat abarth 124 rallye | 6:30:12 | 3.57 | None
row 3 : 3 | markku alen | ilkka kivimaki | fiat abarth 124 rallye | 6:37:17 | 11.02 | None
row 4 : 4 | ove andersson | arne hertz | toyota corolla | 6:40:54 | 14.39 | 10
row 5 : 5 | harry kallstrom | claes billstam | datsun 260z | 6:54:27 | 28.12 | 8
row 6 : 6 | bob neyret | yveline vanoni | alpine-renault a110 1800 | 7:04:18 | 38.03 | 6
row 7 : 7 | georg fischer | harald gottlieb | bmw 2002 | 7:05:02 | 38.47 | 4
row 8 : 8 | francisco romaozinho | jose bernardo | citroen gs | 7:17:04 | 50.49 | 3
row 9 : 9 | chris sclater | neil wilson | ford escort rs1 | 7:26:59 | 1:00.44 | 2
row 10 : 10 | antonio borges | miguel sottomayor | fiat 124 sport spyder | 7:27:55 | 1:01.40 | None ] Execute this SQL based on the above table: select car order by co-driver asc limit 1 | fiat abarth 124 rallye |
[ header: model name | length | width | height | riders | capacity | description | portable | notes row 1 : skater | 21.5 m (71 ft) | 11.65 m (38.2 f | 10.69 m (35.1 ft) | 24 | 600 | small halfpipe with inwards-facing seats | yes |
row 2 : disk'o | 24.55 m (80.5 ft | 9.68 m (31.8 ft) | 10 m (33 ft) | 24 | 600 | small halfpipe with outwards-facing seats | yes |
row 3 : surf's up | 29 m (95 ft) | 11 m (36 ft) | 7.5 m (25 ft) | 20 | 480 | small halfpipe with hill in middle. guests stand | yes |
row 4 : mega disk'o | 37.5 m (123 ft) | 10 m (33 ft) | 15.5 m (51 ft) | 24 | 600 | large halfpipe with outwards-facing seats | no |
row 5 : mega disk'o | 37.5 m (123 ft) | 10 m (33 ft) | 15.5 m (51 ft) | 40 | 1000 | large halfpipe with outwards-facing seats | no |
row 6 : skater coaster | None | None | None | None | None | large halfpipe with hill in middle. inward | None |
row 7 : disk'o coaster | 81.5 m (267 ft) | 11.3 m (37 ft) | 15.5 m (51 ft) | 24 | 500 | large halfpipe with hill in middle. outward | no |
row 8 : disk'o coaster | 81.5 m (267 ft) | 11.3 m (37 ft) | 15.5 m (51 ft) | 40 | 600 | large halfpipe with hill in middle. outward | no | ] Execute this SQL based on the above table: select height where model name = 'skater' | 10.69 m (35.1 ft) |
[ 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 notes where round = 2 | defended ufc heavyweight championship. unified ufc interim heavyweight championship; submission of the night, defended ufc heavyweight championship. unified ufc interim heavyweight championship, won ufc heavyweight championship |
[ header: | | | | | | | | | | row 1 : 2010s | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | None
row 2 : 2000s | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009
row 3 : 1990s | 1990 | 1991 | 1992 | 1993 | 1994 | 1995 | 1996 | 1997 | 1998 | 1999
row 4 : 1980s | 1980 | 1981 | 1982 | 1983 | 1984 | 1985 | 1986 | 1987 | 1988 | 1989
row 5 : 1970s | 1970 | 1971 | 1972 | 1973 | 1974 | 1975 | 1976 | 1977 | 1978 | 1979
row 6 : 1960s | 1960 | 1961 | 1962 | 1963 | 1964 | 1965 | 1966 | 1967 | 1968 | 1969
row 7 : 1950s | 1950 | 1951 | 1952 | 1953 | 1954 | 1955 | 1956 | 1957 | 1958 | 1959
row 8 : 1940s | 1940 | 1941 | 1942 | 1943 | 1944 | 1945 | 1946 | 1947 | 1948 | 1949
row 9 : 1930s | 1930 | 1931 | 1932 | 1933 | 1934 | 1935 | 1936 | 1937 | 1938 | 1939
row 10 : 1920s | 1920 | 1921 | 1922 | 1923 | 1924 | 1925 | 1926 | 1927 | 1928 | 1929
row 11 : 1910s | 1910 | 1911 | 1912 | 1913 | 1914 | 1915 | 1916 | 1917 | 1918 | 1919
row 12 : 1900s | 1900 | 1901 | 1902 | 1903 | 1904 | 1905 | 1906 | 1907 | 1908 | 1909
row 13 : 1890s | 1890 | 1891 | 1892 | 1893 | 1894 | 1895 | 1896 | 1897 | 1898 | 1899
row 14 : 1880s | 1880 | 1881 | 1882 | 1883 | 1884 | 1885 | 1886 | 1887 | 1888 | 1889
row 15 : 1870s | 1870 | 1871 | 1872 | 1873 | 1874 | 1875 | 1876 | 1877 | 1878 | 1879 ] Execute this SQL based on the above table: select where id = 1 | 2010s |
[ header: party | diet representation representatives | diet representation councillors | party leader(s) | comments row 1 : your party (yp) minna no | 18 | 18 | yoshimi watana | conservative liberalism, neoliberalism
row 2 : japanese communist party (j | 8 | 11 | kazuo shii reps | the japanese communist party is
row 3 : people's life party (plp) | 7 | 2 | ichiro ozawa reps | life party was founded by ichiro
row 4 : social democratic party (sdp) s | 2 | 3 | mizuho fukushima co | sdp is a social democratic party
row 5 : green wind midori no kaze みとりの風 | 2 | 0 | kuniko tanioka co | a house of councillors parliamentary group
row 6 : new party daichi - true democrat | 1 | 0 | muneo suzuki | founded in december 2011 by new party da
row 7 : new renaissance party (n | 0 | 1 | yoichi masuzo | conservatism, neoliberalism
row 8 : okinawa socialist masses party (os | 0 | 1 | keiko itokazu coun | social democracy, okinawa regionalism ] Execute this SQL based on the above table: select comments where diet representation councillors = 2 | life party was founded by ichiro ozawa and 14 other diet members who were in the tomorrow party of japan after a leadership dispute between ozawa and yukiko kada |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | united states | 12 | 13 | 6 | 31
row 2 : 2 | russia | 10 | 5 | 6 | 21
row 3 : 3 | australia | 8 | 12 | 6 | 26
row 4 : 4 | china | 7 | 4 | 8 | 19
row 5 : 5 | germany | 5 | 6 | 5 | 16
row 6 : 6 | japan | 3 | 3 | 3 | 9
row 7 : 7 | netherlands | 3 | 2 | 2 | 7
row 8 : 8 | great britain | 2 | 3 | 3 | 8
row 9 : 9 | ukraine | 2 | 3 | 2 | 7
row 10 : 10 | italy | 2 | 2 | 1 | 5
row 11 : 11 | canada | 2 | 0 | 1 | 3
row 12 : 12 | hungary | 1 | 4 | 1 | 6
row 13 : 13 | spain | 1 | 2 | 3 | 6
row 14 : 14 | poland | 1 | 1 | 0 | 2
row 15 : 15 | france | 1 | 0 | 2 | 3
row 16 : 16 | finland | 1 | 0 | 1 | 2
row 17 : 17 | belarus | 1 | 0 | 0 | 1
row 18 : 18 | czech republic | 0 | 2 | 0 | 2
row 19 : 19 | slovakia | 0 | 1 | 1 | 2
row 20 : 20 | denmark | 0 | 1 | 0 | 1
row 21 : 20 | croatia | 0 | 1 | 0 | 1
row 22 : 22 | romania | 0 | 0 | 2 | 2
row 23 : 23 | bulgaria | 0 | 0 | 1 | 1
row 24 : 23 | mexico | 0 | 0 | 1 | 1
row 25 : 23 | serbia and montenegro | 0 | 0 | 1 | 1
row 26 : 23 | south africa | 0 | 0 | 1 | 1
row 27 : 23 | sweden | 0 | 0 | 1 | 1
row 28 : 23 | tunisia | 0 | 0 | 1 | 1
row 29 : total | total | 62 | 65 | 59 | 186 ] Execute this SQL based on the above table: select silver where nation = 'hungary' | 4.0 |
[ header: week | date | kickoff | opponent | results final score | results team record | game site | attendance row 1 : 1 | saturday, april 13 | 7:00 p.m | at rhein fire | w 27-21 | 1-0 | rheinstadion | 32092
row 2 : 2 | saturday, april 20 | 7:00 p.m | london monarchs | w 37-3 | 2-0 | waldstadion | 34186
row 3 : 3 | sunday, april 28 | 6:00 p.m | at barcelona dragons | w 33-29 | 3-0 | estadi olimpic de mont | 17503
row 4 : 4 | sunday, may 5 | 7:00 p.m | amsterdam admirals | w 40-28 | 4-0 | waldstadion | 28627
row 5 : 5 | saturday, may 11 | 7:00 p.m | scottish claymores | l 0-20 | 4-1 | waldstadion | 32126
row 6 : 6 | sunday, may 19 | 3:00 p.m | at london monarchs | l 7-27 | 4-2 | white hart lane | 10764
row 7 : 7 | sunday, may 26 | 3:00 p.m | at scottish claymores | l 17-20 | 4-3 | murrayfield stadium | 13116
row 8 : 8 | saturday, june 1 | 7:00 p.m | rhein fire | l 8-31 | 4-4 | waldstadion | 38798
row 9 : 9 | saturday, june 8 | 7:00 p.m | barcelona dragons | w 24-21 | 5-4 | waldstadion | 33115
row 10 : 10 | saturday, june 15 | 6:30 p.m | at amsterdam admirals | w 28-20 | 6-4 | olympisch stadion | 14062
row 11 : 11 | sunday, june 23 | 6:00 p.m | at scottish claymores | l 27-32 | 6-5 | murrayfield stadium | 38982 ] Execute this SQL based on the above table: select results final score order by attendance desc limit 1 | l 27-32 |
[ header: name | date | condition | ownership / access | notes row 1 : chateau d'angers | 13th century | substantially intact | city of angers | walls nearly 2,000 feet (610 m)
row 2 : chateau de bauge | 15th century | intact | None | built as hunting lodge
row 3 : chateau de bourmont | 16-19th century | intact and extended | private | extended in neo-gothic
row 4 : chateau de brissac | 15-17th century | rebuilt | private | damaged during french wars of religion, rebuilt 16
row 5 : chateau de champtoce | 13-16th century | ruins | None | None
row 6 : chateau de montreuil-bellay | 11-13th century | substantially intact | private | divided into rental units in 1822, restored after
row 7 : chateau de montsoreau | 1455 | restored | departement | ruinous by late 19th century, restored,
row 8 : chateau du plessis-bour | 1468-1472 | intact | private (open to the public) | externally unchanged since the 15th century, working
row 9 : chateau du plessis-mace | 13-16th century | intact | None | converted to house 15th century
row 10 : chateau de pouance | 12-13th century | ruins | None | considered second fortress of anjou, after anger
row 11 : chateau de saumur | 12th century | restored | city of saumur | page for september in the tres riches
row 12 : chateau de la turmeliere | 13th century | ruins | None | 19th century building of same name nearby ] Execute this SQL based on the above table: select count ( * ) where ownership / access = 'None' | 0 |
[ header: township | fips | population center | population | population density /km2 (/sq mi) | land area km2 (sq mi) | water area km2 (sq mi) | water % | geographic coordinates row 1 : ash creek | 2575 | None | 58 | 1 (2) | 93 (36) | 0 (0) | 0.51% | 38°39′17′′n 98°
row 2 : black wolf | 7025 | None | 87 | 1 (2) | 94 (36) | 0 (0) | 0.10% | 38°44′40′′n 98°
row 3 : carneiro | 10800 | None | 57 | 1 (2) | 93 (36) | 0 (0) | 0.36% | 38°45′2′′n 97°
row 4 : clear creek | 13725 | None | 91 | 1 (3) | 94 (36) | 0 (0) | 0.17% | 38°44′10′′n 98°
row 5 : columbia | 15025 | None | 60 | 1 (2) | 94 (36) | 0 (0) | 0.04% | 38°50′5′′n 98°
row 6 : ellsworth | 20525 | None | 797 | 9 (23) | 88 (34) | 0 (0) | 0.23% | 38°43′6′′n 98°
row 7 : empire | 21150 | None | 174 | 1 (3) | 171 (66) | 14 (6) | 7.79% | 38°39′6′′n 98°
row 8 : garfield | 25575 | None | 27 | 0 (1) | 92 (36) | 0 (0) | 0.30% | 38°50′9′′n 98°
row 9 : langley | 38600 | None | 76 | 1 (2) | 92 (35) | 2 (1) | 1.86% | 38°35′33′′n 97°
row 10 : mulberry | 49050 | None | 44 | 0 (1) | 93 (36) | 0 (0) | 0.24% | 38°50′5′′n 97°
row 11 : noble | 50825 | None | 90 | 1 (3) | 93 (36) | 0 (0) | 0.04% | 38°44′51′′n 98°
row 12 : sherman | 64950 | None | 65 | 1 (2) | 94 (36) | 0 (0) | 0.22% | 38°49′21′′n 98°
row 13 : trivoli | 71525 | None | 55 | 1 (2) | 93 (36) | 0 (0) | 0.38% | 38°35′7′′n 98°
row 14 : valley | 72800 | holyrood | 577 | 6 (16) | 93 (36) | 0 (0) | 0.14% | 38°34′22′′n 98° ] Execute this SQL based on the above table: select township - water % where population = '58' | -0.51 |
[ header: year | competition | venue | position | event | notes row 1 : 1987 | european junior championships | birmingham, united kingdom | None | 20 km walk | dq
row 2 : 1990 | european championships | split, yugoslavia | 4th | 20 km walk | 1:23.47
row 3 : 1991 | world championships | tokyo, japan | 10th | 20 km walk | 1:21:32
row 4 : 1991 | world championships | tokyo, japan | None | 50 km walk | dnf
row 5 : 1992 | olympic games | barcelona, spain | None | 20 km walk | dnf
row 6 : 1992 | olympic games | barcelona, spain | None | 50 km walk | dq
row 7 : 1993 | world indoor championships | toronto, canada | 2nd | 5000 m walk | 18:35.91
row 8 : 1993 | world championships | stuttgart, germany | None | 50 km walk | dq
row 9 : 1994 | european championships | helsinki, finland | None | 50 km walk | dq
row 10 : 1994 | european championships | helsinki, finland | 5th | 50 km walk | 3:45:57
row 11 : 1995 | world championships | gothenburg, sweden | 3rd | 50 km walk | 3:45.57
row 12 : 1996 | olympic games | atlanta, united states | 8th | 20 km walk | 1:21:13
row 13 : 1996 | olympic games | atlanta, united states | 1st | 50 km walk | 3:43:30
row 14 : 1997 | world championships | athens, greece | 1st | 50 km walk | 3:44:46
row 15 : 1998 | european championships | budapest, hungary | 1st | 50 km walk | 3:43:51
row 16 : 1999 | world race walking cup | mezidon-canon, france | 4th | 20 km walk | 1:20:52
row 17 : 1999 | world championships | seville, spain | None | 50 km walk | dq
row 18 : 2000 | european race walking cup | eisenhuttenstadt, germany | 1st | 20 km walk | 1:18:29
row 19 : 2000 | olympic games | sydney, australia | 1st | 20 km walk | 1:18:59 (or)
row 20 : 2000 | olympic games | sydney, australia | 1st | 50 km walk | 3:42:22
row 21 : 2001 | world championships | edmonton, canada | 1st | 50 km walk | 3:42.08
row 22 : 2001 | goodwill games | brisbane, australia | 2nd | 20,000 m walk | 1:19:52.0
row 23 : 2002 | european championships | munich, germany | 1st | 50 km walk | 3:36:39 (wr)
row 24 : 2003 | world championships | paris, france | 1st | 50 km walk | 3:36:03
row 25 : 2004 | olympic games | athens, greece | 1st | 50 km walk | 3:38:46 ] Execute this SQL based on the above table: select venue order by year desc limit 1 | athens, greece |
[ header: game | december | opponent | score | record row 1 : 9 | 4 | @ montreal canadiens | 5 - 4 | 3-4-2
row 2 : 10 | 6 | @ toronto maple leafs | 4 - 2 | 3-5-2
row 3 : 11 | 9 | ottawa senators | 3 - 2 | 4-5-2
row 4 : 12 | 14 | detroit falcons | 3 - 0 | 5-5-2
row 5 : 13 | 18 | boston bruins | 4 - 2 | 5-6-2
row 6 : 14 | 20 | @ boston bruins | 2 - 2 ot | 5-6-3
row 7 : 15 | 23 | montreal canadiens | 5 - 1 | 6-6-3
row 8 : 16 | 25 | @ ottawa senators | 4 - 1 | 7-6-3
row 9 : 17 | 28 | philadelphia quakers | 4 - 2 | 8-6-3
row 10 : 18 | 30 | @ new york americans | 2 - 2 ot | 8-6-4 ] Execute this SQL based on the above table: select december where record = '7-6-3' | 25 |
[ header: record | date and time | competition | home or away | opponent | score row 1 : biggest win | 19.10.1912 at 15:00 | spartan league | home | aylesbury united | 14-0
row 2 : biggest defeat | 09.11.1946 at 15:00 | isthmian league | home | wimbledon | 0-11
row 3 : most goals in one match | 22.11.1922 at 15:00 | fa cup / 4th q | away | dulwich hamlet | 7-8
row 4 : biggest home win | 19.10.1912 at 15:00 | spartan league | home | aylesbury united | 14-0
row 5 : biggest home defeat | 09.11.1946 at 15:00 | isthmian league | home | wimbledon | 0-11
row 6 : biggest away win | 24.11.1970 at 15:00 | mithras cup 2nd r | away | ruislip manor | 10-0
row 7 : biggest away win | 17.04.1920 at 15:00 | spartan league | away | tufnell spartans | 11-1
row 8 : biggest away defeat | 04.11.2008 at 19:45 | herts charity cup | away | hemel hempstead town | 0-10 ] Execute this SQL based on the above table: select count ( * ) where opponent = 'hemel hempstead town' | 1 |
[ header: # | title | producer(s) | featured guest(s) | time row 1 : 1 | "the c-quel" | pillo jamel, the heatmakerz | None | 3:36
row 2 : 2 | "2000 b.c. (before can | ty fyffe, laze | None | 3:31
row 3 : 3 | "life liquid" | juju | journalist | 4:24
row 4 : 4 | "shock therapy" (interlude) | None | None | 1:10
row 5 : 5 | "watch who u beef wit" | chaos | None | 4:30
row 6 : 6 | "i'll buss 'em | dj clue, duro | rakim | 4:07
row 7 : 7 | "mic-nificent" | daniel "danny p | None | 3:13
row 8 : 8 | "die slow" | ty fyffe | journalist | 4:00
row 9 : 9 | "doomsday news" | chaos | None | 3:33
row 10 : 10 | "lost @ "c"" | taiwan green, ir | None | 4:59
row 11 : 11 | "phuk u" | mike "punch" harper | None | 4:04
row 12 : 12 | "horsemen" | None | pharoahe monch | 1:22
row 13 : 13 | "horsementality" | chaos | ras kass, kill | 5:59
row 14 : 14 | "100 bars" | mike "punch" harper | None | 4:58
row 15 : 15 | "chaos" | chaos | None | 2:29 ] Execute this SQL based on the above table: select count ( producer(s) ) where # = 0 | 0 |
[ header: date | round | opponents | h / a | result f-a | scorers | attendance row 1 : 19 september 1984 | round 1 first leg | raba eto gyor | h | 3-0 | robson, muhren, hughes | 33119
row 2 : 3 october 1984 | round 1 second leg | raba eto gyor | a | 2-2 | brazil, muhren (pen) | 26000
row 3 : 24 october 1984 | round 2 first leg | psv eindhoven | a | 0-0 | None | 27500
row 4 : 7 november 1984 | round 2 second leg | psv eindhoven | h | 1-0 | strachan (pen) | 39281
row 5 : 28 november 1984 | round 3 first leg | dundee united | h | 2-2 | strachan (pen), robson | 48278
row 6 : 12 december 1984 | round 3 second leg | dundee united | a | 3-2 | hughes, mcginn | 21821
row 7 : 6 march 1985 | quarter-final first leg | videoton | h | 1-0 | stapleton | 35432
row 8 : 20 march 1985 | quarter-final second leg | videoton | a | 0-1 (4-5 p) | None | 25000 ] Execute this SQL based on the above table: select count ( * ) where attendance > 286 | 8 |
[ header: region | rnd | host | venue | city | state row 1 : east | 1 | florida state university | tully gymnasium | tallahassee | florida
row 2 : east | 1 | old dominion university | old dominion university fieldhouse | norfolk | virginia
row 3 : east | 1 | university of maryland | cole field house | college park | maryland
row 4 : east | 2 | providence college | alumni hall (providence) | providence | rhode island
row 5 : east | 2 | university of connecticut | harry a. gampel pavilion | storrs | connecticut
row 6 : east | 2 | university of tennessee | thompson-boling arena | knoxville | tennessee
row 7 : east | 2 | university of virginia | university hall (university of virginia) | charlottesville | virginia
row 8 : mideast | 1 | depaul university | alumni hall (depaul university) | chicago | illinois
row 9 : mideast | 1 | university of south carolina | carolina coliseum | columbia | south carolina
row 10 : mideast | 1 | tennessee tech | eblen center | cookeville | tennessee
row 11 : mideast | 1 | vanderbilt university | memorial gymnasium (vanderbilt university) | nashville | tennessee
row 12 : mideast | 2 | auburn university | memorial coliseum (beard- | auburn | alabama
row 13 : mideast | 2 | northwestern university | welsh-ryan arena | evanston | illinois
row 14 : mideast | 2 | university of iowa | carver-hawkeye arena | iowa city | indiana
row 15 : mideast | 2 | university of washington | hec edmundson pavilion | seattle | washington
row 16 : midwest | 1 | northern illinois university | chick evans field house | dekalb | illinois
row 17 : midwest | 1 | ohio state university | st. john arena | columbus | ohio
row 18 : midwest | 1 | university of southern mississippi | reed green coliseum | hattiesburg | mississippi
row 19 : midwest | 1 | oklahoma state university | gallagher-iba arena | stillwater | oklahoma
row 20 : midwest | 2 | louisiana tech university | thomas assembly center | ruston | louisiana
row 21 : midwest | 2 | north carolina state university | reynolds colise | raleigh | north carolina
row 22 : midwest | 2 | university of texas | frank erwin center | austin | texas
row 23 : midwest | 2 | purdue university | mackey arena | west lafayette | indiana
row 24 : west | 1 | long beach state | university gym (gold mine) | long beach | california
row 25 : west | 1 | university of mississippi | tad smith colise | university, mississippi | mississippi
row 26 : west | 1 | university of montana | dahlberg arena | missoula | montana
row 27 : west | 1 | university of arkansas | barnhill arena | fayetteville | arkansas
row 28 : west | 2 | university of georgia | georgia coliseum ( | athens | georgia
row 29 : west | 2 | stanford university | maples pavilion | stanford | california ] Execute this SQL based on the above table: select rnd where host = 'north carolina state university' and rnd = 2 | 2 |
[ header: number | author | first line | notes row 1 : 1 | william shakespeare | "when my love swears that she is made | first publication, later appears as sonnet 138
row 2 : 2 | william shakespeare | "two loves i have, of comfort and | first publication, later appears as sonnet 144
row 3 : 3 | william shakespeare | "did not the heavenly rhetoric of thine | a version of longaville's son
row 4 : 4 | None | "sweet cytherea, sitting by | on the theme of venus and adon
row 5 : 5 | william shakespeare | "if love make me forsworn, how | a version of berowne's
row 6 : 6 | None | "scarce had the sun dried up the | on the theme of venus and adon
row 7 : 7 | None | "fair is my love, but not so fair | in the same six-line stanza
row 8 : 8 | richard barnfield | "if music and sweet poetry agree" | first published in poems in diverse humours
row 9 : 9 | None | "fair was the morn when the fair queen | on the theme of venus and adon
row 10 : 10 | None | "sweet rose, fair flower, untimely | in the same six-line stanza
row 11 : 11 | bartholomew griffin | "venus, with young adonis sitting | printed in fidessa (1596). on
row 12 : 12 | thomas deloney? | "crabbed age and youth cannot live together | was reprinted with additional stanza
row 13 : 13 | None | "beauty is but a va | in the same six-line stanza
row 14 : 14 | None | "good-night, good rest, a | in the same six-line stanza
row 15 : 15 | None | "it was a lording' | None
row 16 : 16 | william shakespeare | "on a day (alack the day | dumaine's poem to catherine
row 17 : 18 | None | "when as thine eye hath chose | three versions of the poem exist in manuscript miscell
row 18 : 20 | richard barnfield | "as it fell upon a day" | first published in poems in divers humors (1598 ] Execute this SQL based on the above table: select count ( * ) where notes = 'in the same six-line stanza format as venus and adonis' and number not null | 3 |
[ header: release date | album | record label | uk albums chart | u.s. billboard 200 chart row 1 : july 1983 | the alarm (ep) | i.r.s. records | None | 126
row 2 : february 1984 | declaration | i.r.s. records | 6 | 50
row 3 : october 1985 | strength | i.r.s. records | 18 | 39
row 4 : november 1987 | eye of the hurricane | i.r.s. records | 23 | 77
row 5 : november 1988 | electric folklore live | i.r.s. records | 62 | 167
row 6 : 1988 | compact hits | a&m records | None | None
row 7 : september 1989 | change | i.r.s. records | 13 | 75
row 8 : november 1990 | standards | i.r.s. records | 47 | 177
row 9 : april 1991 | raw | i.r.s. records | 33 | 161
row 10 : 2001 | eponymous 1981-1983 | 21st century | None | None
row 11 : 2001 | declaration 1984-1985 | 21st century | None | None
row 12 : 2001 | strength 1985-1986 | 21st century | None | None
row 13 : 2001 | eye of the hurricane 1987-1988 | 21st century | None | None
row 14 : 2001 | electric folklore live 1987-1988 | 21st century | None | None
row 15 : 2001 | change 1989-1990 | 21st century | None | None
row 16 : 2001 | raw 1990-1991 | 21st century | None | None
row 17 : 21 sept 2002 | close | 21st century | None | None
row 18 : october 2002 | the normal rules do not apply | 21st century | None | None
row 19 : 17 dec 2002 | trafficking | 21st century | None | None
row 20 : 17 dec 2002 | edward henry street | 21st century | None | None
row 21 : january 2003 | coming home | 21st century | None | None
row 22 : 15 jan 2003 | live at hammersmith palais 1984 | 21st century | None | None
row 23 : 23 june 2003 | the alarm ep - 20th anniversary | 21st century | None | None
row 24 : 17 jul 2003 | live at glasgow garage | 21st century | None | None
row 25 : 17 jul 2003 | live at liverpool masque theatre | 21st century | None | None
row 26 : 17 jul 2003 | live at london mean fiddle | 21st century | None | None
row 27 : 19 oct 2003 | the sound and the fury | shakedown records | None | None
row 28 : 2004 | live in the poppyfields | snapper music | None | None
row 29 : 2005 | alt-strength | 21st century | None | None
row 30 : 2006 | under attack | liberty | 138 | None
row 31 : 2006 | the best of the alarm and mike pe | emi | None | None
row 32 : 2006 | alarm mmv - the satur | 21st century | None | None
row 33 : 2007 | the collection | emi gold | None | None
row 34 : july 2007 | three sevens clash | 21st century | None | None
row 35 : august 2007 | fightback | 21st century | None | None
row 36 : september 2007 | this is not a test | 21st century | None | None
row 37 : november 2007 | call to action | 21st century | None | None
row 38 : december 2007 | 1983/84 | 21st century | None | None
row 39 : january 2008 | counter attack | 21st century | None | None
row 40 : 2008 | guerilla tactics | 21st century | None | None
row 41 : 2008 | the alarm - bbc radio sessions | 21st century | None | None ] Execute this SQL based on the above table: select release date where release date in ( 2008 , 'january 2003' ) order by album - record label desc limit 1 | january 2003 |
[ header: issue | volume | title | main feature story | first/early appearance story/stories | release date row 1 : 1 | 24 | the avengers | ultron unlimited (avengers vol | the coming of the avengers ( | 27 dec 2013
row 2 : 2 | 12 | spider-man | happy birthday (amazing spider-man vol | spider-man (amazing fantasy #15) | 15 jan 2014
row 3 : 3 | 55 | wolverine | get mystique (wolverine | and now... the wolverine (in | 29 jan 2014
row 4 : 4 | 29 | hawkeye | hawkeye (hawkeye vol.1 #1 | hawkeye, the marskman (tale | 12 feb 2014
row 5 : 5 | 10 | the hulk | dogs of war (the incredible hulk | none | 26 feb 2014
row 6 : 6 | 22 | jean grey | here comes yesterday (all-new x- | x-men origins: jean grey | 12 mar 2014
row 7 : 7 | 49 | power man | power man and iron fist #50- | luke cage #1-3 | 26 mar 2014
row 8 : 8 | tbc | captain america | captain america #247-255 | None | 9 apr 2014
row 9 : 9 | tbc | iron man | the five nightmares (iron man (vol. | tales of suspense #39 | 23 apr 2014
row 10 : 10 | tbc | the x-men | x-men: children of the atom | x-men (vol. 1) #1 | 7 may 2014
row 11 : 11 | tbc | black widow | tbc | tbc | 21 may 2014
row 12 : 12 | tbc | the human torch (jim hammond) | tbc | tbc | 4 june 2014
row 13 : 13 | tbc | warriors three | tbc | tbc | 18 june 2014
row 14 : 14 | tbc | cyclops | tbc | tbc | 2 july 2014
row 15 : 15 | tbc | captain marvel | tbc | tbc | 16 july 2014 ] Execute this SQL based on the above table: select issue where first/early appearance story/stories = 'tbc' | 11.0, 12.0, 13.0, 14.0, 15.0 |
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 15 | sebastian vettel | red bull-renault | 56 | 1:57:43.485 | 1 | 10
row 2 : 2 | 14 | mark webber | red bull-renault | 56 | 10.97 | 3 | 8
row 3 : 3 | 22 | jenson button | brawn-mercedes | 56 | 44.975 | 5 | 6
row 4 : 4 | 23 | rubens barrichello | brawn-mercedes | 56 | +1:03.704 | 4 | 5
row 5 : 5 | 2 | heikki kovalain | mclaren-mercedes | 56 | +1:05.102 | 12 | 4
row 6 : 6 | 1 | lewis hamilton | mclaren-mercedes | 56 | +1:11.866 | 9 | 3
row 7 : 7 | 10 | timo glock | toyota | 56 | +1:14.476 | 19 | 2
row 8 : 8 | 12 | sebastien buemi | toro rosso-ferr | 56 | +1:16.439 | 10 | 1
row 9 : 9 | 7 | fernando alonso | renault | 56 | +1:24.309 | 2 | None
row 10 : 10 | 4 | kimi raikkonen | ferrari | 56 | +1:31.750 | 8 | None
row 11 : 11 | 11 | sebastien bourdais | toro rosso-ferr | 56 | +1:34.156 | 15 | None
row 12 : 12 | 6 | nick heidfeld | bmw sauber | 56 | +1:35.834 | 11 | None
row 13 : 13 | 5 | robert kubica | bmw sauber | 56 | +1:46.853 | 17 | None
row 14 : 14 | 21 | giancarlo fisichella | force india-mercedes | 55 | +1 lap | 20 | None
row 15 : 15 | 16 | nico rosberg | williams-toyota | 55 | +1 lap | 7 | None
row 16 : 16 | 8 | nelson piquet, | renault | 54 | +2 laps | 16 | None
row 17 : 17 | 20 | adrian sutil | force india-mercedes | 50 | accident | 18 | None
row 18 : ret | 17 | kazuki nakajima | williams-toyota | 43 | transmission | 14 | None
row 19 : ret | 3 | felipe massa | ferrari | 20 | electrical | 13 | None
row 20 : ret | 9 | jarno trulli | toyota | 18 | collision damage | 6 | None ] Execute this SQL based on the above table: select grid where pos = 12 | 11.0 |
[ header: category | # | name | hanzi | hanyu pinyin | population (2010 census) | area (km2) | density (/km2) row 1 : city proper | 1 | jianghai district | 江海区 | jianghai qu | 254365 | 107 | 2377.24
row 2 : city proper | 2 | pengjiang district | 蓬江区 | pengjiang qu | 719120 | 325 | 2212.67
row 3 : city proper | 3 | xinhui district | 新会区 | xinhui qu | 849155 | 1260 | 673.93
row 4 : satellite cities | 4 | enping | 恩平市 | enping shi | 492814 | 1698 | 290.23
row 5 : satellite cities | 5 | taishan | 台山市 | taishan shi | 941087 | 3286 | 286.39
row 6 : satellite cities | 6 | kaiping | 开平市 | kaiping shi | 697395 | 1659 | 420.37
row 7 : satellite cities | 7 | heshan | 鹤山市 | heshan shi | 494935 | 1108 | 446.69 ] Execute this SQL based on the above table: select count ( * ) where hanzi = '开平市' | 1 |
[ header: code | year row 1 : a | 1927
row 2 : b | 1928
row 3 : c | 1929
row 4 : ch | 1930
row 5 : d | 1931
row 6 : e | 1932
row 7 : f | 1933
row 8 : g | 1934
row 9 : h | 1935
row 10 : i | 1936
row 11 : j | 1937
row 12 : k | 1938
row 13 : l | 1939
row 14 : ll | 1940
row 15 : m | 1941
row 16 : n | 1942
row 17 : n | 1943
row 18 : o | 1944
row 19 : p | 1945
row 20 : q | 1946
row 21 : r | 1947
row 22 : s | 1948
row 23 : t | 1949
row 24 : u | 1950
row 25 : v | 1951
row 26 : x | 1952
row 27 : y | 1953
row 28 : z | 1954
row 29 : a1 | 1955
row 30 : b1 | 1956
row 31 : c1 | 1957
row 32 : ch1 | None
row 33 : d1 | 1958
row 34 : e1 | 1959
row 35 : f1 | 1960
row 36 : g1 | 1961
row 37 : h1 | 1962
row 38 : i1 | 1963
row 39 : j1 | 1964
row 40 : k1 | 1965
row 41 : l1 | 1966
row 42 : ll1 | None
row 43 : m1 | 1967
row 44 : n1 | 1968
row 45 : n1 | 1969
row 46 : o1 | 1970
row 47 : p1 | 1971
row 48 : q1 | 1972
row 49 : r1 | 1973
row 50 : s1 | 1974
row 51 : t1 | 1975
row 52 : u1 | 1976
row 53 : v1 | 1977
row 54 : x1 | 1978
row 55 : y1 | 1979
row 56 : z1 | 1980
row 57 : a2 | 1981
row 58 : b2 | 1982
row 59 : c2 | 1983
row 60 : ch2 | None
row 61 : d2 | 1984
row 62 : e2 | 1985
row 63 : f2 | 1986
row 64 : g2 | 1987
row 65 : h2 | 1988
row 66 : i2 | 1989
row 67 : j2 | 1990
row 68 : k2 | 1991
row 69 : l2 | 1992
row 70 : ll2 | None
row 71 : m2 | 1993
row 72 : n2 | 1994
row 73 : n2 | 1995
row 74 : o2 | 1996
row 75 : p2 | 1997
row 76 : q2 | 1998
row 77 : r2 | 1999
row 78 : s2 | 2000
row 79 : t2 | 2001
row 80 : u2 | 2002
row 81 : v2 | 2003
row 82 : x2 | 2004
row 83 : y2 | 2005
row 84 : z2 | 2006 ] Execute this SQL based on the above table: select year where code = 's1' | 1974 |
[ header: date | opponent# | rank# | site | result | attendance row 1 : september 9 | northern illinois | #4 | memorial stadium • lincoln, | w 48-17 | 76194
row 2 : september 16 | utah | #4 | memorial stadium • lincoln, | w 42-30 | 76333
row 3 : september 23 | at minnesota | #3 | hubert h. humph | w 48-0 | 58368
row 4 : september 30 | oregon state | #3 | memorial stadium • lincoln, | w 35-7 | 76290
row 5 : october 7 | kansas state | #4 | memorial stadium • lincoln, | w 58-7 | 76265
row 6 : october 14 | at missouri | #4 | faurot field • columbia | w 50-7 | 55620
row 7 : october 21 | at oklahoma state | #4 | lewis field • stillwater, o | w 48-23 | 40000
row 8 : october 28 | iowa state | #4 | memorial stadium • lincoln, | w 49-17 | 52877
row 9 : november 4 | at #2 colorado | #3 | folsom field • boulder, colorad | l 21-27 | 52877
row 10 : november 11 | kansas | #6 | memorial stadium • lincoln, | w 51-14 | 76232
row 11 : november 18 | oklahoma | #6 | memorial stadium • lincoln, | w 42-25 | 76404
row 12 : january 1 | vs. #5 florida state | #6 | sun devil stadium • tempe, ari | l 17-41 | 73953 ] Execute this SQL based on the above table: select count ( rank# ) where attendance != 40000 | 11 |
[ 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 abs ( played (pj) - +/- (dif.) ) where +/- (dif.) = -13 | 26.0 |
[ header: year | single | chart | position row 1 : 1999 | "heavy" | billboard hot 100 | 73
row 2 : 1999 | "heavy" | mainstream rock tracks | 1
row 3 : 1999 | "heavy" | modern rock tracks | 5
row 4 : 1999 | "run" | billboard hot 100 | 76
row 5 : 1999 | "run" | modern rock tracks | 36
row 6 : 1999 | "run" | adult top 40 | 12
row 7 : 1999 | "no more, no less" | mainstream rock tracks | 10
row 8 : 1999 | "no more, no less" | modern rock tracks | 32
row 9 : 1999 | "tremble for my beloved" | mainstream rock tracks | 35 ] Execute this SQL based on the above table: select max ( year ) where single = '"tremble for my beloved"' | 1999 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | china | 10 | 5 | 1 | 16
row 2 : 2 | north korea | 3 | 3 | 4 | 10
row 3 : 3 | japan | 1 | 3 | 3 | 7
row 4 : 4 | chinese taipei | 1 | 1 | 1 | 3
row 5 : 5 | hong kong | 0 | 1 | 0 | 1
row 6 : 6 | south korea | 0 | 0 | 3 | 3
row 7 : 7 | india | 0 | 0 | 1 | 1
row 8 : 7 | kazakhstan | 0 | 0 | 1 | 1
row 9 : 7 | syria | 0 | 0 | 1 | 1
row 10 : total | total | 15 | 13 | 15 | 43 ] Execute this SQL based on the above table: select nation order by bronze desc limit 1 | north korea |
[ header: pos | no | rider | manufacturer | laps | time | grid | points row 1 : 1 | 58 | marco simoncelli | gilera | 25 | 39:02.553 | 1 | 25
row 2 : 2 | 19 | alvaro bautista | aprilia | 25 | 0.223 | 3 | 20
row 3 : 3 | 36 | mika kallio | ktm | 25 | 14.45 | 2 | 16
row 4 : 4 | 60 | julian simon | ktm | 25 | 14.478 | 6 | 13
row 5 : 5 | 6 | alex debon | aprilia | 25 | 26.226 | 8 | 11
row 6 : 6 | 15 | roberto locatelli | gilera | 25 | 26.392 | 11 | 10
row 7 : 7 | 72 | yuki takahashi | honda | 25 | 26.434 | 7 | 9
row 8 : 8 | 41 | aleix espargaro | aprilia | 25 | 40.546 | 9 | 8
row 9 : 9 | 14 | ratthapark wilairot | honda | 25 | +1:00.219 | 12 | 7
row 10 : 10 | 32 | fabrizio lai | gilera | 25 | +1:20.825 | 13 | 6
row 11 : 11 | 17 | karel abraham | aprilia | 25 | +1:22.802 | 17 | 5
row 12 : 12 | 25 | alex baldolini | aprilia | 25 | +1:22.864 | 18 | 4
row 13 : 13 | 10 | imre toth | aprilia | 25 | +1:23.995 | 16 | 3
row 14 : 14 | 52 | lukas pesek | aprilia | 25 | +1:39.740 | 14 | 2
row 15 : 15 | 35 | simone grotzkyj | gilera | 24 | +1 lap | 21 | 1
row 16 : 16 | 92 | daniel arcas | honda | 24 | +1 lap | 20 | None
row 17 : 17 | 45 | doni tata pradita | yamaha | 24 | +1 lap | 22 | None
row 18 : ret | 4 | hiroshi aoyama | ktm | 15 | retirement | 4 | None
row 19 : ret | 75 | mattia pasini | aprilia | 15 | accident | 10 | None
row 20 : ret | 55 | hector faubel | aprilia | 4 | accident | 5 | None
row 21 : ret | 90 | federico sandi | aprilia | 1 | accident | 15 | None
row 22 : ret | 43 | manuel hernandez | aprilia | 1 | retirement | 19 | None
row 23 : dnq | 27 | stefano bianco | gilera | None | None | None | None
row 24 : dnq | 89 | ho wan chow | aprilia | None | None | None | None ] Execute this SQL based on the above table: select ( select count ( * ) where rider = 'federico sandi' ) > 0 | 1 |
[ header: week | date | opponent | result | attendance row 1 : 1 | september 28, 1952 | at dallas texans | w 24-6 | 17,499
row 2 : 2 | october 4, 1952 | at philadelphia eagle | w 31-7 | 18,648
row 3 : 3 | october 12, 1952 | at cleveland browns | w 17-9 | 51,858
row 4 : 4 | october 19, 1952 | chicago cardinals | l 24-23 | 41,182
row 5 : 5 | october 26, 1952 | philadelphia eagles | l 14-10 | 21,458
row 6 : 6 | november 2, 1952 | at chicago cardinals | w 28-6 | 27,195
row 7 : 7 | november 9, 1952 | san francisco 49ers | w 23-14 | 54,230
row 8 : 8 | november 16, 1952 | green bay packers | l 17-3 | 26,723
row 9 : 9 | november 23, 1952 | at washington redskins | w 14-10 | 21,125
row 10 : 10 | november 30, 1952 | at pittsburgh steelers | l 63-7 | 15,140
row 11 : 11 | december 7, 1952 | washington redskins | l 27-17 | 21,237
row 12 : 12 | december 14, 1952 | cleveland browns | w 37-34 | 41,610 ] Execute this SQL based on the above table: select result where week = ( select week where result = 'w 23-14' ) + 1 | l 17-3 |
[ header: pos | no | driver | team | laps | time/retired | grid | points row 1 : 1 | 1 | sebastien bourdais | newman/haas racing | 76 | 1:39:50.252 | 1 | 34
row 2 : 2 | 9 | justin wilson | rusport | 76 | +3.066 secs | 2 | 29
row 3 : 3 | 10 | a. j. allmendinger | rusport | 76 | +14.132 secs | 3 | 25
row 4 : 4 | 3 | paul tracy | forsythe racing | 76 | +47.222 secs | 5 | 23
row 5 : 5 | 15 | alex tagliani | team australia | 76 | +57.778 secs | 6 | 21
row 6 : 6 | 7 | mario dominguez | forsythe racing | 76 | +58.782 secs | 8 | 19
row 7 : 7 | 27 | andrew ranger | mi-jack conquest racing | 76 | +59.302 secs | 13 | 18
row 8 : 8 | 6 | oriol servia | pkv racing | 76 | +1:13.956 | 7 | 15
row 9 : 9 | 19 | cristiano da matta | dale coyne racing | 76 | +1:14.958 | 12 | 13
row 10 : 10 | 2 | bruno junqueira | newman/haas racing | 75 | + 1 lap | 4 | 11
row 11 : 11 | 5 | will power | team australia | 75 | + 1 lap | 9 | 10
row 12 : 12 | 34 | charles zwolsman | mi-jack conquest racing | 75 | + 1 lap | 10 | 9
row 13 : 13 | 14 | dan clarke | cte racing-hvm | 75 | + 1 lap | 14 | 9
row 14 : 14 | 20 | katherine legge | pkv racing | 75 | + 1 lap | 17 | 7
row 15 : 15 | 8 | nicky pastorelli | rocketsports racing | 74 | + 2 laps | 16 | 6
row 16 : 16 | 11 | jan heylen | dale coyne racing | 71 | + 5 laps | 11 | 5
row 17 : 17 | 4 | nelson philippe | cte racing-hvm | 0 | contact | 15 | 4 ] Execute this SQL based on the above table: select driver where id = ( select id where driver = 'a. j. allmendinger' ) + 1 | paul tracy |
[ header: country | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | 2011 row 1 : australia | 160 | 230 | 290 | 230 | 200 | 200 | 200 | None | None | None | None | None
row 2 : brazil | 30000 | 22000 | 26000 | 29000 | 29900 | 35000 | 40000 | 57300 | 58000 | 58000 | 58000 | 58000
row 3 : canada | 2290 | 3200 | 3410 | 3280 | 3400 | 3310 | 4167 | 3020 | 4380 | 4330 | 4420 | 4400
row 4 : congo d.r | None | 50 | 50 | 13 | 52 | 25 | None | None | None | None | None | None
row 5 : mozambique | None | None | 5 | 34 | 130 | 34 | 29 | None | None | None | None | None
row 6 : nigeria | 35 | 30 | 30 | 190 | 170 | 40 | 35 | None | None | None | None | None
row 7 : rwanda | 28 | 120 | 76 | 22 | 63 | 63 | 80 | None | None | None | None | None
row 8 : world | 32600 | 25600 | 29900 | 32800 | 34000 | 38700 | 44500 | 60400 | 62900 | 62900 | 62900 | 63000 ] Execute this SQL based on the above table: select country order by 2001 desc limit 1 | world |
[ header: name | pennant | builder | launched | original name | fate row 1 : wave baron | a242 | furness shipbuilding company | 19 february 1946 | empire flodden | scrapped in 1972
row 2 : wave chief | a265 | harland and wolff | 30 august 1946 | empire edgehill | scrapped in 1974
row 3 : wave commander | a244 | furness shipbuilding company | 21 april 1944 | empire paladin | scrapped in 1959
row 4 : wave conqueror | a245 | furness shipbuilding company | 27 november 1943 | empire law | scrapped in 1960
row 5 : wave duke | a246 | sir j. laing & son | 16 november 1944 | empire mars | scrapped in 1969
row 6 : wave emperor | a100 | furness shipbuilding company | 16 october 1944 | None | scrapped in 1966
row 7 : wave governor | a247 | furness shipbuilding company | 30 november 1944 | None | scrapped in 1960
row 8 : wave king | a182 | harland and wolff | 21 july 1944 | None | scrapped in 1966
row 9 : wave knight | a249 | sir j. laing & son | 22 october 1945 | empire naseby | scrapped in 1964
row 10 : wave laird | a119 | sir j. laing & son | 3 april 1946 | empire dunbar | scrapped in 1970
row 11 : wave liberator | a248 | furness shipbuilding company | 9 february 1944 | empire milner | scrapped in 1959
row 12 : wave master | a193 | sir j. laing & son | 20 may 1944 | empire salisbury | scrapped in 1963
row 13 : wave monarch | a264 | harland and wolff | 6 july 1944 | None | sold as oil hulk in 1960
row 14 : wave premier | a129 | furness shipbuilding company | 27 june 1946 | None | scrapped in 1960
row 15 : wave prince | a207 | sir j. laing & son | 27 july 1945 | empire herald | scrapped in 1971
row 16 : wave protector | a215 | furness shipbuilding company | 20 july 1944 | empire protector | scrapped in 1963
row 17 : wave regent | a210 | furness shipbuilding company | 29 march 1945 | None | scrapped in 1960
row 18 : wave ruler | a212 | furness shipbuilding company | 17 january 1946 | empire evesham | scrapped in 1977
row 19 : wave sovereign | a211 | furness shipbuilding company | 20 november 1945 | None | scrapped in 1966
row 20 : wave victor | a220 | furness shipbuilding company | 30 september 1943 | empire bounty | chartered to air ministry in 1960 ] Execute this SQL based on the above table: select fate group by fate having count ( launched ) > ( select count ( launched ) where fate = 'scrapped in 1966' ) | scrapped in 1960 |
[ header: alumni chapters and clubs | location | founding date | years active | province row 1 : zeta alpha | detroit, mi | 1925 | None | beta
row 2 : zeta beta | columbus, oh | december 14, 1926 | None | alpha north
row 3 : zeta gamma | cincinnati, oh | december 14, 1926 | None | alpha south
row 4 : zeta epsilon | chicago, il | may 21, 1928 | None | None
row 5 : zeta zeta | denver, co | november 23, 1940 | None | gamma
row 6 : zeta eta | bloomington-normal, il | december 13, 1941 | None | delta
row 7 : zeta lambda | baton rouge, la | 1946 | None | None
row 8 : zeta nu | ann arbor, mi | december 1948 | None | None
row 9 : zeta xi | oakland county, mi | july 7, 1953 | None | None
row 10 : zeta omicron | akron-kent, o | may 27, 1956 | 1956-present | alpha north
row 11 : zeta rho | kearney, ne | march 7, 1959 | None | None
row 12 : zeta tau | st. petersburg, f | december 10, 1960 | None | None
row 13 : zeta upsilon | washington, d.c | december 18, 1961 | None | None
row 14 : zeta chi | dayton, oh | february 14, 1967 | 1967-present | alpha south
row 15 : zeta psi | philadelphia, pa | june 4, 1967 | None | None
row 16 : zeta omega | spartanburg-greenville, | april 12, 1969 | None | None
row 17 : eta alpha | pueblo, co | may 25, 1969 | None | None
row 18 : eta beta | brownwood, tx | november 14, 1969 | None | None
row 19 : eta gamma | ft. collins, co | march 7, 1970 | None | None
row 20 : eta epsilon | atlanta, ga | february 23, 1971 | None | None
row 21 : eta zeta | buffalo, ny | may 2, 1971 | None | None
row 22 : eta theta | dallas, tx | november 9, 1975 | None | None
row 23 : eta iota | huntsville, al | september 24, 1978 | None | None
row 24 : eta kappa | phoenix, az | january 26, 1980 | None | None
row 25 : eta lambda | lithonia, ga | may 18, 2003 | 2004-2011 | iota
row 26 : eta mu | atlanta, ga | july 18, 2004 | 2004-2011 | iota
row 27 : champaign-urbana alumni club | chambaign-urbana, il | None | None | delta
row 28 : lincoln alumni club | lincoln, ne | None | None | theta
row 29 : kearney alumni club | kearney, ne | None | None | theta
row 30 : atlanta alumni club | atlanta, ga | None | None | iota
row 31 : middle tennessee alumni club | murfreesboro, tn | 2013 | 2013-present | zeta west ] Execute this SQL based on the above table: select alumni chapters and clubs group by alumni chapters and clubs order by count ( * ) desc limit 1 | zeta zeta |
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 10 | juan pablo montoya | mclaren-mercedes | 60 | 1:24:29.588 | 3 | 10
row 2 : 2 | 5 | fernando alonso | renault | 60 | 2.739 | 1 | 8
row 3 : 3 | 9 | kimi raikkonen | mclaren-mercedes | 60 | 14.436 | 12 | 6
row 4 : 4 | 6 | giancarlo fisichella | renault | 60 | 17.914 | 6 | 5
row 5 : 5 | 3 | jenson button | bar-honda | 60 | 40.264 | 2 | 4
row 6 : 6 | 1 | michael schumacher | ferrari | 60 | +1:15.322 | 9 | 3
row 7 : 7 | 2 | rubens barrichello | ferrari | 60 | +1:16.567 | 5 | 2
row 8 : 8 | 17 | ralf schumacher | toyota | 60 | +1:19.212 | 8 | 1
row 9 : 9 | 16 | jarno trulli | toyota | 60 | +1:20.851 | 4 | None
row 10 : 10 | 12 | felipe massa | sauber-petronas | 59 | +1 lap | 16 | None
row 11 : 11 | 7 | mark webber | williams-bmw | 59 | +1 lap | 11 | None
row 12 : 12 | 8 | nick heidfeld | williams-bmw | 59 | +1 lap | 14 | None
row 13 : 13 | 14 | david coulthard | red bull-cosworth | 59 | +1 lap | 13 | None
row 14 : 14 | 11 | jacques villeneuve | sauber-petronas | 59 | +1 lap | 10 | None
row 15 : 15 | 15 | christian klien | red bull-cosworth | 59 | +1 lap | 15 | None
row 16 : 16 | 4 | takuma sato | bar-honda | 58 | +2 laps | 7 | None
row 17 : 17 | 18 | tiago monteiro | jordan-toyota | 58 | +2 laps | 20 | None
row 18 : 18 | 21 | christijan albers | minardi-cosworth | 57 | +3 laps | 18 | None
row 19 : 19 | 20 | patrick friesacher | minardi-cosworth | 56 | +4 laps | 19 | None
row 20 : ret | 19 | narain karthikeyan | jordan-toyota | 10 | electrical | 17 | None ] Execute this SQL based on the above table: select sum ( pos ) where pos = 13 | 13 |
[ header: margin | teams | venue | season row 1 : 192 runs | kent (205 & 512-9 | county ground, chelmsford | 2009
row 2 : 72 runs | kent (117 & 332) beat | woodbridge road, guildford | 1992
row 3 : 57 runs | kent (151 & 348) beat | hesketh park, dartford | 1976
row 4 : 36 runs | kent (127 & 198) | st lawrence ground, canter | 1893
row 5 : 24 runs | kent (115 & 389) beat | mote park, maidstone | 1925
row 6 : 16 runs | kent (120 & 176) beat | mote park, maidstone | 1863 ] Execute this SQL based on the above table: select teams order by margin desc limit 1 | kent (117 & 332) beat surrey (301-8 d & 76) |
[ header: date | opponent | venue | result | attendance | scorers row 1 : 7 august 2004 | plymouth argyle | a | 0-0 | 16063 | None
row 2 : 10 august 2004 | wigan athletic | h | 0-2 | 10660 | None
row 3 : 28 august 2004 | reading | h | 1-0 | 12098 | dichio
row 4 : 19 september 2004 | watford | h | 0-2 | 10865 | None
row 5 : 25 september 2004 | rotherham united | a | 1-1 | 5062 | ifill
row 6 : 3 october 2004 | nottingham forest | h | 1-0 | 11233 | livermore
row 7 : 16 october 2004 | sunderland | a | 0-1 | 23839 | None
row 8 : 19 october 2004 | gillingham | h | 2-1 | 10722 | hayles, dunne
row 9 : 23 october 2004 | cardiff city | h | 2-2 | 10476 | tessem, harris
row 10 : 30 october 2004 | stoke city | a | 0-1 | 14125 | None
row 11 : 2 november 2004 | queens park rangers | a | 1-1 | 16685 | hayles
row 12 : 13 november 2004 | preston north end | a | 1-1 | 22977 | hayles
row 13 : 27 november 2004 | burnley | a | 0-1 | 11471 | None
row 14 : 30 november 2004 | crewe alexandra | a | 1-2 | 5409 | ifill
row 15 : 11 december 2004 | brighton & hove albion | h | 2-0 | 12196 | dobie, ifill
row 16 : 18 december 2004 | leeds united | a | 1-1 | 26265 | morris (pen)
row 17 : 26 december 2004 | ipswich town | h | 3-1 | 14532 | hayles, dichio, dobie
row 18 : 28 december 2004 | derby county | a | 3-0 | 27725 | hayles (3)
row 19 : 3 january 2005 | rotherham united | h | 1-2 | 11725 | dunne
row 20 : 15 january 2005 | nottingham forest | a | 2-1 | 25949 | hayles, dunne
row 21 : 22 january 2005 | wolverhampton wanderers | h | 1-2 | 13145 | wise (pen)
row 22 : 5 february 2005 | queens park rangers | h | 0-0 | 15603 | None
row 23 : 12 february 2005 | gillingham | a | 0-0 | 9127 | None
row 24 : 19 february 2005 | stoke city | h | 0-1 | 11036 | None
row 25 : 6 march 2005 | leeds united | h | 1-1 | 11510 | robinson
row 26 : 15 march 2005 | coventry city | h | 1-1 | 8835 | morris (pen)
row 27 : 20 march 2005 | plymouth argyle | h | 3-0 | 11465 | sweeney, hayles,
row 28 : 5 april 2005 | reading | a | 1-2 | 14379 | dichio
row 29 : 9 april 2005 | crewe alexandra | h | 4-3 | 10767 | hayles, elliott,
row 30 : 24 april 2005 | preston north end | h | 2-1 | 11417 | sweeney, hayles
row 31 : 8 may 2005 | burnley | h | 0-0 | 12171 | None ] Execute this SQL based on the above table: select min ( attendance ) | 10476 |
[ header: year | title | peak chart positions aus | peak chart positions nz | peak chart positions uk | album row 1 : 1981 | "stand up" | None | None | None | triffids sixth
row 2 : 1982 | "spanish blue" | None | None | None | single-only release
row 3 : 1984 | "beautiful waste" | None | None | None | single-only release
row 4 : 1985 | "you don't miss your water" | None | None | None | single-only release
row 5 : 1986 | "wide open road" | 64 | None | 26 | born sandy devotional
row 6 : 1987 | "bury me deep in love" | 48 | 34 | None | calenture
row 7 : 1988 | "trick of the light" | 77 | None | 73 | calenture
row 8 : 1988 | "holy water" | None | None | None | calenture
row 9 : 1989 | "goodbye little boy" | 81 | None | None | the black swan
row 10 : 1989 | "falling over you" | None | None | None | the black swan
row 11 : 2007 | "save what you can" | None | None | None | promotional release ] Execute this SQL based on the above table: select title where album = 'calenture' | "bury me deep in love", "trick of the light", "holy water" |
[ header: high school | join year | from | left | league left to row 1 : ainsworth | 1954 | None | 1961 | big nine conference
row 2 : atherton | 1960 | None | 1976 | mid-eastern eight conference
row 3 : beecher | 1950 | None | 1960 | big nine conference
row 4 : bendle | 1950 | None | 1975 | mid-eastern eight conference
row 5 : bentley | 1960 | None | 1978 | genesee eight
row 6 : brandon | 1977 | None | 1978 | five county 5 league
row 7 : clio | 1950 | None | 1960 | big nine conference
row 8 : davison | 1950 | None | 1960 | big nine conference
row 9 : durand | 1964 | None | 1978 | flint metro league
row 10 : fenton | 1940 | None | 1968 | flint metro league
row 11 : flushing | 1950 | None | 1960 | big nine conference
row 12 : grand blanc | 1950 | None | 1960 | big nine conference
row 13 : hartland | 1976 | None | 1978 | five county 5
row 14 : kearsley | 1950 | None | 1960 | big nine conference
row 15 : lake fenton | 1976 | None | 1978 | genesee eight
row 16 : lakeville | 1956 1964 | None | 1962 1976 | independent flint metro league
row 17 : linden | 1974 | None | 1978 | genesee eight
row 18 : mt. morris | 1950 | None | 1960 | big nine conference
row 19 : swartz creek | 1960 | county c league | 1968 | flint metro league ] Execute this SQL based on the above table: select league left to where id = ( select id where league left to = 'genesee eight' ) - 1 | mid-eastern eight conference |
[ header: administrative area | area km2 | area sq mi | population | administrative centre row 1 : saint helena | 122 | 47 | 5809 | jamestown
row 2 : ascension island | 91 | 35 | 1532 | georgetown
row 3 : tristan da cunha | 184 | 71 | 388 | edinburgh of the seven seas
row 4 : tristan da cunha | 98 | 38 | 382 | edinburgh of the seven seas
row 5 : inaccessible island | 14 | 5 | 0 | denstone hut
row 6 : nightingale island | 3.2 | 1 | 0 | west landing
row 7 : gough island | 68 | 26 | 6 | transvaal bay
row 8 : total | 397 | 153 | 7729 | jamestown ] Execute this SQL based on the above table: select administrative centre where administrative centre in ( 'edinburgh of the seven seas' , 'transvaal bay' ) order by population desc limit 1 | edinburgh of the seven seas |
[ header: year | single | peak chart positions ger | peak chart positions ire | peak chart positions uk | peak chart positions us | peak chart positions us main | peak chart positions us dance | certifications (sales thresholds) | album row 1 : 1970 | "memo from turner" | 23 | None | 32 | None | None | None | | performance (soundtrack)
row 2 : 1978 | "don't look back" (with pe | None | None | 43 | 81 | None | None | | bush doctor (peter tosh album)
row 3 : 1984 | "state of shock" (with the jack | 23 | 8 | 14 | 3 | 3 | None | | victory (the jacksons album)
row 4 : 1985 | "just another night" | 16 | 21 | 32 | 12 | 1 | 11 | | she's the boss
row 5 : 1985 | "lonely at the top" | None | None | None | None | 9 | None | | she's the boss
row 6 : 1985 | "lucky in love" | 44 | None | 91 | 38 | 5 | 11 | | she's the boss
row 7 : 1985 | "hard woman" | 57 | None | None | None | None | None | | she's the boss
row 8 : 1985 | "dancing in the street" (with | 6 | 1 | 1 | 7 | 3 | 4 | | single only
row 9 : 1986 | "ruthless people" | None | None | None | 51 | 14 | 29 | | ruthless people (soundtrack)
row 10 : 1987 | "let's work" | 29 | 24 | 31 | 39 | 7 | 32 | | primitive cool
row 11 : 1987 | "throwaway" | None | None | None | 67 | 7 | None | | primitive cool
row 12 : 1987 | "say you will" | None | None | None | None | 39 | None | | primitive cool
row 13 : 1993 | "sweet thing" | 23 | None | 24 | 84 | 34 | None | | wandering spirit
row 14 : 1993 | "wired all night" | None | None | None | None | 3 | None | | wandering spirit
row 15 : 1993 | "don't tear me up" | 77 | None | 86 | None | 1 | None | | wandering spirit
row 16 : 1993 | "out of focus" | 70 | None | None | None | None | None | | wandering spirit
row 17 : 2001 | "god gave me everything" | 60 | None | None | None | 24 | None | | goddess in the doorway
row 18 : 2002 | "visions of paradise" | 77 | None | 43 | None | None | None | | goddess in the doorway
row 19 : 2004 | "old habits die hard" (with dave | 62 | None | 45 | None | None | None | | alfie (soundtrack)
row 20 : 2008 | "charmed life" | None | None | None | None | None | 18 | | the very best of mick jagger
row 21 : 2011 | "miracle worker" (with superhe | None | None | 136 | None | None | None | | superheavy (superheavy album)
row 22 : 2011 | "t.h.e (the hardest ever | None | 13 | 3 | 36 | None | None | | #willpower (will.i.am album ] Execute this SQL based on the above table: select single where single != '"state of shock" (with the jacksons)' and peak chart positions ger = ( select peak chart positions ger where single = '"state of shock" (with the jacksons)' ) | "memo from turner", "sweet thing" |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | france | 1 | 3 | 0 | 4
row 2 : 2 | england | 1 | 2 | 1 | 4
row 3 : 3 | ireland | 1 | 1 | 0 | 2
row 4 : 3 | sweden | 1 | 1 | 0 | 2
row 5 : 5 | belgium | 1 | 0 | 2 | 3
row 6 : 6 | hungary | 1 | 0 | 0 | 1
row 7 : 6 | netherlands | 1 | 0 | 0 | 1
row 8 : 6 | spain | 1 | 0 | 0 | 1
row 9 : 9 | scotland | 0 | 1 | 0 | 1
row 10 : 10 | czechoslovakia | 0 | 0 | 2 | 2
row 11 : 10 | italy | 0 | 0 | 2 | 2
row 12 : 12 | denmark | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select nation order by id desc limit 1 | denmark |
[ header: administrative area | area km2 | area sq mi | population | administrative centre row 1 : saint helena | 122 | 47 | 5809 | jamestown
row 2 : ascension island | 91 | 35 | 1532 | georgetown
row 3 : tristan da cunha | 184 | 71 | 388 | edinburgh of the seven seas
row 4 : tristan da cunha | 98 | 38 | 382 | edinburgh of the seven seas
row 5 : inaccessible island | 14 | 5 | 0 | denstone hut
row 6 : nightingale island | 3.2 | 1 | 0 | west landing
row 7 : gough island | 68 | 26 | 6 | transvaal bay
row 8 : total | 397 | 153 | 7729 | jamestown ] Execute this SQL based on the above table: select administrative centre where area sq mi > ( select area sq mi where administrative centre = 'denstone hut' ) | jamestown, georgetown, edinburgh of the seven seas, edinburgh of the seven seas, transvaal bay, jamestown |
[ header: year | fbs opponent | result | opponent's conference | opponent's head coach | charleston southern's head coach row 1 : 2015 | alabama crimson tide | None | sec | nick saban | jamey chadwell
row 2 : 2014 | georgia bulldogs | None | sec | mark richt | jamey chadwell
row 3 : 2014 | vanderbilt commodores | None | sec | derek mason | jamey chadwell
row 4 : 2013 | colorado buffaloes | l, 43-10 | pac-12 | mike macintyre | jamey chadwell
row 5 : 2012 | illinois fighting illini | l, 44-0 | big ten | tim beckman | jay mills
row 6 : 2011 | ucf knights | l, 62-0 | c-usa | george o'leary | jay mills
row 7 : 2011 | florida state seminoles | l, 62-10 | acc | jimbo fisher | jay mills
row 8 : 2010 | kentucky wildcats | l, 49-21 | sec | joker phillips | jay mills
row 9 : 2010 | hawaii warriors | l, 66-7 | wac | greg mcmackin | jay mills
row 10 : 2009 | south florida bulls | l, 59-0 | big east | jim leavitt | jay mills
row 11 : 2009 | florida gators | l, 62-3 | sec | urban meyer | jay mills
row 12 : 2008 | miami redhawks | l, 38-27 | mac | don treadwell | jay mills
row 13 : 2008 | miami hurricanes | l, 52-7 | acc | randy shannon | jay mills
row 14 : 2007 | hawaii warriors | l, 66-10 | wac | june jones | jay mills
row 15 : 2003 | south florida bulls | l, 55-7 | big east | jim leavitt | jay mills
row 16 : 2002 | south florida bulls | l, 56-6 | big east | jim leavitt | david dowd ] Execute this SQL based on the above table: select year where opponent's conference = 'wac' | 2010, 2007 |
[ header: rank | name | nation | time | speed | note row 1 : 1 | vilija sereikaite | lithuania | 3:33.766 | 50.522 | q
row 2 : 2 | ellen van dijk | netherlands | 3:35.951 | 50.011 | q
row 3 : 3 | joanna rowsell | united kingdom | 3:37.641 | 49.623 | q
row 4 : 4 | svitlana halyuk | ukraine | 3:42.498 | 48.539 | q
row 5 : 5 | aksana papko | belarus | 3:43.935 | 48.288 | None
row 6 : 6 | oxana kozonchuk | russia | 3:45.132 | 47.971 | None
row 7 : 7 | jarmila machacova | czech republic | 3:47.209 | 47.533 | None
row 8 : 8 | stephanie pohl | germany | 3:47.483 | 47.476 | None
row 9 : 9 | lisa brennauer | germany | 3:48.017 | 47.364 | None
row 10 : 10 | edyta jasinska | poland | 3:48.628 | 47.238 | None
row 11 : 11 | audrey cordon | france | 3:49.376 | 47.084 | None
row 12 : 12 | alena amialyusik | belarus | 3:49.711 | 47.015 | None
row 13 : 13 | hannah mayho | united kingdom | 3:50.176 | 46.92 | None
row 14 : 14 | viktoriya kondel | russia | 3:51.349 | 46.682 | None
row 15 : 15 | oksana lyesnik | ukraine | 3:51.543 | 46.643 | None
row 16 : 16 | elise van hage | netherlands | 3:55.349 | 45.889 | None
row 17 : 17 | dominika maczka | poland | 4:01.597 | 44.702 | None ] Execute this SQL based on the above table: select name where time - rank = 2 | vilija sereikaite |
[ header: event | record | athlete(s) | date | time (s) row 1 : bobsleigh - two-man | start | beat hefti & thomas | 6 february 2009 | 4.7
row 2 : bobsleigh - two-man | track | thomas florschutz & | 20 february 2010 21 february 2010 | 51.57
row 3 : bobsleigh - four-man | start | andre lange, kevin kuske | 26 february 2010 | 4.7
row 4 : bobsleigh - four-man | track | steve holcomb, justin | 26 february 2010 | 50.86
row 5 : bobsleigh - two-woman | start | kaillie humphries | 23 february 2010 24 february 2010 | 5.11
row 6 : bobsleigh - two-woman | track | kaillie humphries | 24 february 2010 | 52.85
row 7 : men's skeleton | start | alexander tretiakov (rus | 18 february 2010 | 4.48
row 8 : men's skeleton | track | jon montgomery (can) | 19 february 2010 | 52.2
row 9 : women's skeleton | start | anja huber (ger) | 18 february 2010 | 4.9
row 10 : women's skeleton | track | amy williams (gbr | 19 february 2010 | 53.68
row 11 : luge - men's singles | start | andi langenhan (ger) | 21 february 2009 | 3.541
row 12 : luge - men's singles | track | felix loch (ger) | 21 february 2009 | 46.808
row 13 : luge - women's singles | start | natalie geisenberger (ger | 20 february 2009 | 7.183
row 14 : luge - women's singles | track | natalie geisenberger (ger | 20 february 2009 | 48.992
row 15 : luge - men's doubles | start | tobias wendl & tobia | 20 february 2009 | 7.054
row 16 : luge - men's doubles | track | patric leitner & alexander | 20 february 2009 | 48.608 ] Execute this SQL based on the above table: select athlete(s) where athlete(s) = 'patric leitner & alexander resch (ger)' | patric leitner & alexander resch (ger) |
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 1 may 2000 | rasmee dhandu | maldives | 1-1 | 1-1 | 2000 mff golden jubile
row 2 : 2 | 25 august 2000 | ho chi minh city, vietnam | vietnam | 2-1 | 2-2 | 2000 hcm cup
row 3 : 3 | 28 march 2001 | colombo, sri lan | cambodia | 1-0 | 1-0 | friendly
row 4 : 5 | 30 may 2001 | suphachalasai stadium, ban | pakistan | 1-0 | 3-1 | 2002 fifa world cup qualification (af
row 5 : 6 | 30 may 2001 | supachalasai stadium | pakistan | 3-0 | 3-1 | 2002 fifa world cup qualification (af
row 6 : 7 | 4 april 2002 | sugathadasa stadium, colo | maldives | 1-0 | 1-0 | friendly
row 7 : 10 | 3 december 2003 | sugathadasa stadium, colo | laos | 2-0 | 3-0 | 2006 fifa world cup qualification (af
row 8 : 12 | 12 april 2006 | ma aziz stadium, chittagong | nepal | 1-0 | 1-1 | 2006 afc challenge cup
row 9 : 13 | 24 march 2007 | sugathadasa stadium, colo | malaysia | 1-4 | 1-4 | friendly
row 10 : 14 | 2 april 2008 | chungshan stadium, tai | guam | 5-1 | 5-1 | 2008 afc challenge cup qualification
row 11 : 15 | 4 april 2008 | chungshan stadium, tai | pakistan | 1-0 | 7-1 | 2008 afc challenge cup qualification
row 12 : 16 | 4 april 2008 | chungshan stadium, tai | pakistan | 4-1 | 7-1 | 2008 afc challenge cup qualification
row 13 : 17 | 4 april 2008 | chungshan stadium, tai | pakistan | 7-1 | 7-1 | 2008 afc challenge cup qualification
row 14 : 19 | 2 august 2008 | gachibowli athletic stadium, | myanmar | 1-1 | 1-3 | 2008 afc challenge cup
row 15 : 20 | 4 april 2009 | sugathadasa stadium, colo | brunei | 1-0 | 5-1 | 2010 afc challenge cup qualification
row 16 : 21 | 4 april 2009 | sugathadasa stadium, colo | brunei | 3-0 | 5-1 | 2010 afc challenge cup qualification
row 17 : 22 | 4 april 2009 | sugathadasa stadium, colo | brunei | 4-0 | 5-1 | 2010 afc challenge cup qualification
row 18 : 23 | 4 april 2009 | sugathadasa stadium, colo | brunei | 5-0 | 5-1 | 2010 afc challenge cup qualification
row 19 : 24 | 6 april 2009 | sugathadasa stadium, colo | chinese taipei | 1-0 | 2-1 | 2010 afc challenge cup qualification ] Execute this SQL based on the above table: select result where # = 14 order by # limit 1 | 5-1 |
[ header: rank | name | nationality | time row 1 : None | gustavo borges | brazil | 1:49.41
row 2 : None | scott tucker | united states | 1:50.99
row 3 : None | leonardo costa | brazil | 1:51.29
row 4 : None | mark johnston | canada | 1:51.29
row 5 : 5 | nate boyle | united states | 1:52.83
row 6 : 6 | yannick lupien | canada | 1:52.92
row 7 : 7 | joshua ilika | mexico | 1:53.73
row 8 : 8 | javier diaz | mexico | 1:54.01 ] Execute this SQL based on the above table: select count ( * ) | 8 |
[ header: # | event year | season | flag bearer row 1 : 10 | 2012 | summer | nino salukvadze
row 2 : 9 | 2010 | winter | iason abramashvili
row 3 : 8 | 2008 | summer | ramaz nozadze
row 4 : 7 | 2006 | winter | vakhtang murvanidze
row 5 : 6 | 2004 | summer | zurab zviadauri
row 6 : 5 | 2002 | winter | sofia akhmeteli
row 7 : 4 | 2000 | summer | giorgi asanidze
row 8 : 3 | 1998 | winter | sofia akhmeteli
row 9 : 2 | 1996 | summer | giorgi k'andel
row 10 : 1 | 1994 | winter | zurab dzhidzhishvil ] Execute this SQL based on the above table: select count ( * ) where flag bearer = '1994' | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.