inputs
stringlengths 291
3.71k
| targets
stringlengths 1
2.65k
|
---|---|
[ header: date | winner | yacht | loser | yacht | score | delta row 1 : september 14, 1983 | liberty | us-40 | australia ii | ka-6 | 1-0 | 1:10
row 2 : september 15, 1983 | liberty | us-40 | australia ii | ka-6 | 2-0 | 1:33
row 3 : september 18, 1983 | australia ii | ka-6 | liberty | us-40 | 1-2 | 3:14
row 4 : september 20, 1983 | liberty | us-40 | australia ii | ka-6 | 3-1 | 0:43
row 5 : september 21, 1983 | australia ii | ka-6 | liberty | us-40 | 2-3 | 1:47
row 6 : september 22, 1983 | australia ii | ka-6 | liberty | us-40 | 3-3 | 3:25
row 7 : september 26, 1983 | australia ii | ka-6 | liberty | us-40 | 4-3 | 0:41 ] Execute this SQL based on the above table: select yacht where score = ( select score where yacht = 'us-40' ) + 1 | us-40, ka-6 |
[ header: pick | player | team | position | school row 1 : 1 | pat burrell | philadelphia phillies | 1b | university of miami
row 2 : 2 | mark mulder | oakland athletics | p | michigan state university
row 3 : 3 | corey patterson | chicago cubs | of | harrison hs (kennesaw
row 4 : 4 | jeff austin | kansas city royals | p | stanford university
row 5 : 5 | j. d. drew | st. louis cardinals | of | florida state university
row 6 : 6 | ryan mills | minnesota twins | p | arizona state university
row 7 : 7 | austin kearns | cincinnati reds | of | lafayette hs (le
row 8 : 8 | felipe lopez | toronto blue jays | 3b | lake brantley hs (alta
row 9 : 9 | sean burroughs | san diego padres | 3b | woodrow wilson classical hs
row 10 : 10 | carlos pena | texas rangers | 1b | northeastern university
row 11 : 11 | josh mckinley | montreal expos | ss | malvern prep (malvern, pa
row 12 : 12 | adam everett | boston red sox | ss | university of south carolina
row 13 : 13 | j.m. gold | milwaukee brewers | p | toms river hs north (to
row 14 : 14 | jeff weaver | detroit tigers | p | fresno state university
row 15 : 15 | clint johnston | pittsburgh pirates | 1b | vanderbilt university
row 16 : 16 | kip wells | chicago white sox | p | baylor university
row 17 : 17 | brad lidge | houston astros | p | university of notre dame
row 18 : 18 | seth etherton | anaheim angels | p | university of southern california
row 19 : 19 | tony torcato | san francisco giants | of | woodland hs (woodland, ca
row 20 : 20 | cc sabathia | cleveland indians | p | vallejo hs (valle
row 21 : 21 | jason tyner | new york mets | of | texas a&m university
row 22 : 22 | matt thornton | seattle mariners | p | grand valley state university
row 23 : 23 | bubba crosby | los angeles dodgers | of | rice university
row 24 : 24 | andy brown | new york yankees | of | richmond hs (richmond, in
row 25 : 25 | nate bump | san francisco giants | p | penn state university
row 26 : 26 | rick elder | baltimore orioles | of | sprayberry hs (sprayberry
row 27 : 27 | chip ambres | florida marlins | of | west brook hs (beaumont
row 28 : 28 | matt roney | colorado rockies | p | edmond north hs (e
row 29 : 29 | arturo mcdowell | san francisco giants | of | forest hill community hs (west palm beach ] Execute this SQL based on the above table: select position order by id desc limit 1 | of |
[ header: poll source | date(s) administered | sample size | margin of error | andrew cuomo (d) | rob astorino (r) | other | undecided row 1 : siena | march 16-20, 2014 | 813 | ± 3.4% | 61% | 26% | None | 13%
row 2 : marist | february 28-march 3, 2014 | 658 | ± 3.8% | 65% | 25% | None | 10%
row 3 : quinnipiac | february 6-10, 2014 | 1488 | ± 2.5% | 58% | 24% | 2% | 16%
row 4 : siena | january 12-16, 2014 | 808 | ± 3.4% | 67% | 19% | 3% | 11%
row 5 : quinnipiac | november 20-24, 2013 | 1337 | ± 2.7% | 56% | 25% | 2% | 17%
row 6 : marist | november 18-20, 2013 | 675 | ± 3.8% | 65% | 23% | None | 12%
row 7 : siena | november 11-14, 2013 | 806 | ± 3.5% | 63% | 24% | None | 13% ] Execute this SQL based on the above table: select count ( * ) where andrew cuomo (d) = 1457 | 0 |
[ header: | album | artist(s) | sales row 1 : 1 | vain elamaa | various artists | 164119
row 2 : 2 | koodi | robin | 117126
row 3 : 3 | vain elamaa | various artists | 81725
row 4 : 4 | chillaa | robin | 73439
row 5 : 5 | 21 | adele | 44297
row 6 : 6 | yhdesta puusta | jukka poika | 42429
row 7 : 7 | vie mut kotiin | jesse kaikuranta | 38985
row 8 : 8 | kun valaistun | chisu | 31541
row 9 : 9 | joululauluja | juha tapio | 29080
row 10 : 10 | hunningolla | erin | 27655 ] Execute this SQL based on the above table: select count ( * ) where album = 'koodi' | 1 |
[ header: pos | no. | rider | manufacturer | laps | time/retired | grid | points row 1 : 1 | 75 | mattia pasini | aprilia | 27 | 39:44.091 | 3 | 25
row 2 : 2 | 19 | alvaro bautista | aprilia | 27 | 0.01 | 2 | 20
row 3 : 3 | 52 | lukas pesek | derbi | 27 | 0.111 | 1 | 16
row 4 : 5 | 24 | simone corsi | gilera | 27 | 9.372 | 9 | 11
row 5 : 6 | 1 | thomas luthi | honda | 27 | 10.57 | 13 | 10
row 6 : 7 | 18 | nicolas terol | derbi | 27 | 11.835 | 5 | 9
row 7 : 8 | 36 | mika kallio | ktm | 27 | 11.905 | 4 | 8
row 8 : 9 | 6 | joan olive | aprilia | 27 | 26.017 | 16 | 7
row 9 : 10 | 33 | sergio gadea | aprilia | 27 | 26.172 | 12 | 6
row 10 : 11 | 32 | fabrizio lai | honda | 27 | 26.361 | 6 | 5
row 11 : 12 | 38 | bradley smith | honda | 27 | 26.389 | 14 | 4
row 12 : 13 | 11 | sandro cortese | honda | 27 | 26.48 | 11 | 3
row 13 : 14 | 14 | gabor talmacsi | honda | 27 | 26.606 | 7 | 2
row 14 : 15 | 71 | tomoyoshi koyama | malaguti | 27 | 27.068 | 15 | 1
row 15 : 16 | 54 | randy krummenacher | ktm | 27 | 27.192 | 21 | None
row 16 : 18 | 17 | stefan bradl | ktm | 27 | 46.201 | 18 | None
row 17 : 19 | 95 | georg frohlich | honda | 27 | 56.274 | 28 | None
row 18 : 20 | 35 | raffaele de rosa | aprilia | 27 | 56.549 | 25 | None
row 19 : 21 | 26 | vincent braillard | aprilia | 27 | 56.782 | 31 | None
row 20 : 23 | 15 | michele pirro | aprilia | 27 | 57.474 | 22 | None
row 21 : 24 | 29 | andrea iannone | aprilia | 27 | 57.707 | 20 | None
row 22 : 25 | 7 | alexis masbou | malaguti | 27 | +1:04.698 | 37 | None
row 23 : 26 | 16 | michele conti | honda | 27 | +1:04.793 | 32 | None
row 24 : 28 | 43 | manuel hernandez | aprilia | 27 | +1:17.323 | 30 | None
row 25 : 29 | 23 | lorenzo baroni | honda | 27 | +1:17.507 | 26 | None
row 26 : 30 | 21 | mateo tunez | aprilia | 27 | +1:20.583 | 29 | None
row 27 : 32 | 98 | toni wirsing | honda | 26 | +1 lap | 42 | None
row 28 : ret | 44 | karel abraham | aprilia | 16 | retirement | 33 | None
row 29 : ret | 13 | dino lombardi | aprilia | 13 | retirement | 41 | None
row 30 : ret | 37 | joey litjens | honda | 11 | retirement | 38 | None
row 31 : ret | 22 | pablo nieto | aprilia | 9 | retirement | 8 | None ] Execute this SQL based on the above table: select ( select time/retired where pos = 11 ) > ( select time/retired where pos = 11 ) | 0 |
[ header: coach | years | seasons | wins | losses | ties | pct row 1 : o. b. "rip" | 1908 | 1 | 5 | 1 | 0 | 0.833
row 2 : ed sabre | 1920 | 1 | 3 | 1 | 0 | 0.75
row 3 : mack erwin | 1957-60 | 4 | 62 | 30 | 1 | 0.672
row 4 : chal port | 1965-91 | 27 | 641 | 386 | 2 | 0.624
row 5 : fred jordan | 1992-pres | 22 | 726 | 552 | 0 | 0.568
row 6 : john d. mcmillan | 1952-53 | 2 | 14 | 15 | 0 | 0.483
row 7 : jim newsome | 1961-64 | 4 | 37 | 43 | 0 | 0.463
row 8 : bunzy o'neal | 1948 | 1 | 6 | 7 | 0 | 0.462
row 9 : george c. rogers | 1914-15, 1921-24 | 6 | 26 | 33 | 1 | 0.441
row 10 : fred montsdeoca | 1954-56 | 2 | 22 | 31 | 0 | 0.415
row 11 : george a. schmick | 1910 | 1 | 4 | 6 | 0 | 0.4
row 12 : thomas s. mc | 1916, 1919 | 2 | 8 | 12 | 0 | 0.4
row 13 : harold manley | 1954 | 1 | 5 | 9 | 0 | 0.357
row 14 : "barney" legge | 1911 | 1 | 2 | 5 | 1 | 0.286
row 15 : h. l. "matty" | 1926-30, 37-38 | 3 | 10 | 25 | 1 | 0.286
row 16 : dusty rhodes | 1947 | 1 | 2 | 5 | 0 | 0.286
row 17 : "shorty" o'brien | 1918 | 1 | 3 | 9 | 0 | 0.25
row 18 : "bull dog" drummond | 1925 | 1 | 2 | 7 | 0 | 0.222 ] Execute this SQL based on the above table: select count ( coach ) where ties <= 1735 | 18 |
[ header: date | event | duration (months) | duration (years) row 1 : 1927 | experiment set up | None | None
row 2 : 1930 | the stem was cut | None | None
row 3 : december 1938 | 1st drop fell | 96-107 | 8.0-8.9
row 4 : february 1947 | 2nd drop fell | 99 | 8.2
row 5 : april 1954 | 3rd drop fell | 86 | 7.2
row 6 : may 1962 | 4th drop fell | 97 | 8.1
row 7 : august 1970 | 5th drop fell | 99 | 8.3
row 8 : april 1979 | 6th drop fell | 104 | 8.7
row 9 : july 1988 | 7th drop fell | 111 | 9.2
row 10 : 28 november 2000 | 8th drop fell | 148 | 12.3 ] Execute this SQL based on the above table: select count ( event ) where event = 'experiment set up' | 1 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | united states (usa) | 25 | 16 | 7 | 48
row 2 : 2 | canada (can) | 5 | 4 | 7 | 16
row 3 : 3 | jamaica (jam) | 4 | 3 | 4 | 11
row 4 : 4 | cuba (cub) | 3 | 8 | 4 | 15
row 5 : 5 | mexico (mex) | 0 | 3 | 3 | 6
row 6 : 6 | brazil (bra) | 0 | 2 | 1 | 3
row 7 : 7 | puerto rico (pur) | 0 | 1 | 1 | 2
row 8 : 8 | colombia (col) | 0 | 0 | 3 | 3
row 9 : 9 | peru (per) | 0 | 0 | 2 | 2
row 10 : 9 | trinidad and tobago (tri) | 0 | 0 | 2 | 2
row 11 : 11 | chile (chi) | 0 | 0 | 1 | 1
row 12 : 11 | uruguay (uru) | 0 | 0 | 1 | 1
row 13 : 11 | venezuela (ven) | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select count ( nation ) where bronze > ( select bronze where nation = 'united states (usa)' ) | 0 |
[ header: ecclesiastical jurisdictions | latin name | type | rite | ecclesiastical province | established | area (km2) row 1 : benguela | benguelensis | diocese | roman | huambo | 6 june 1970 | 49920
row 2 : cabinda | cabindanus | diocese | roman | luanda | 2 july 1984 | 7120
row 3 : caxito | caxitonsis | diocese | roman | luanda | 6 june 2007 | 25133
row 4 : dundo | dundensis | diocese | roman | luanda | 9 november 2001 | 103130
row 5 : huambo | huambensis | metropolitan archdiocese | roman | huambo | 4 september 1940 | 29500
row 6 : kwito-bie | kvitobiensis | diocese | roman | huambo | 4 september 1940 | 71000
row 7 : luanda | luandensis | metropolitan archdiocese | roman | luanda | 1596 | 1074
row 8 : lubango | lubangensis | metropolitan archdiocese | roman | lubango | 27 july 1955 | 118000
row 9 : lwena | lvenanus | diocese | roman | saurimo | 1 july 1963 | 199786
row 10 : malanje | malaniensis | metropolitan archdiocese | roman | malanje | 25 november 1957 | 107000
row 11 : mbanza congo | mbanzacongensis | diocese | roman | luanda | 7 november 1984 | 39459
row 12 : menongue | menonguensis | diocese | roman | lubango | 10 august 1975 | 213309
row 13 : namibe | namibanus | diocese | roman | lubango | 21 march 2009 | 57097
row 14 : ndalatando | ndalatandensis | diocese | roman | malanje | 26 march 1990 | 20159
row 15 : ondjiva | ondiivanus | diocese | roman | lubango | 10 august 1975 | 83900
row 16 : saurimo | saurimoensis | metropolitan archdiocese | roman | saurimo | 10 august 1975 | 77000
row 17 : sumbe | sumbensis | diocese | roman | luanda | 10 august 1975 | 60000
row 18 : uije | uiiensis | diocese | roman | luanda | 14 march 1967 | 63530
row 19 : viana | viananensis | diocese | roman | luanda | 6 june 2007 | 17206 ] Execute this SQL based on the above table: select ecclesiastical jurisdictions order by area (km2) limit 1 | luanda |
[ header: name | club | position | years | current status | international caps row 1 : frank farina | sydney fc | fw | 1982-83 | coaching | 67
row 2 : robbie hooker | None | df | 1984-85 | coaching | 22
row 3 : jason polak | None | mf | 1985-87 | retired | 28
row 4 : jason van blerk | None | mf | 1986 | coaching | 33
row 5 : ned zelic | None | df | 1988 | media | 34
row 6 : shaun murphy | None | df | 1988 | retired | 27
row 7 : kevin muscat | melbourne victory | df | 1990-91 | coaching | 51
row 8 : goran lozanovski | None | mf | 1990-91 | retired | 9
row 9 : josip skoko | None | mf | 1992-93 | coaching | 51
row 10 : mark viduka | None | fw | 1992-93 | retired | 43
row 11 : lucas neill | sydney fc | df | 1994-95 | playing | 89
row 12 : vince grella | None | mf | 1996 | retired | 46
row 13 : simon colosimo | melbourne heart | df | 1996-97 | playing | 26
row 14 : mile sterjovski | central coast mariners | mf | 1996-98 | playing | 43
row 15 : ljubo milicevic | free agent | df | 1997-98 | playing | 8
row 16 : luke wilkshire | fc dynamo moscow | mf | 1997-98 | playing | 74
row 17 : jade north | brisbane roar | df | 1999 | playing | 39
row 18 : nathan coe | melbourne victory | gk | 2000-01 | playing | 3
row 19 : alex brosque | al ain fc | fw | 2001 | playing | 7
row 20 : carl valeri | sassuolo | mf | 2001-02 | playing | 50
row 21 : adam federici | reading | gk | 2001-02 | playing | 8
row 22 : mark milligan | melbourne victory | df | 2002 | playing | 19
row 23 : robbie kruse | fortuna dusseldorf | fw | 2005-06 | playing | 21
row 24 : mitchell langerak | borussia dortmund | gk | 2005-06 | playing | 0
row 25 : bruce djite | adelaide united | fw | 2006 | playing | 9
row 26 : matthew spiranovic | western sydney wanderers | df | 2006 | playing | 16
row 27 : nathan burns | newcastle jets | mf | 2006 | playing | 7
row 28 : apostolos giannou | platanias | fw | 2007 | playing | 0
row 29 : terry antonis | sydney fc | mf | 2009 | playing | 0
row 30 : kerem bulut | akhisar belediyespor | fw | 2009 | playing | 0 ] Execute this SQL based on the above table: select position where id = ( select id where position = 'df' ) + 1 | mf |
[ header: name of place | counties | principal county | lower zip code row 1 : campbell hall | 1 | orange county | 10916
row 2 : canaan | 1 | columbia county | 12029
row 3 : canajoharie | 1 | montgomery county | None
row 4 : canoe place | 1 | suffolk county | 11946
row 5 : careys corners | 1 | oneida county | None
row 6 : carman | 1 | schenectady county | 12303
row 7 : carpenters corners | 1 | fulton county | None
row 8 : cass | 1 | erie county | 14206
row 9 : castle point | 1 | dutchess county | 12511
row 10 : catfish corners | 1 | oswego county | None
row 11 : catskill (town) | 1 | greene county | 12414
row 12 : cayuta | 1 | schuyler county | 14824
row 13 : cedar hill | 1 | albany county | 12158
row 14 : cedarville station | 1 | herkimer county | None
row 15 : central nyack | 1 | rockland county | 10960
row 16 : chase lake | 1 | lewis county | 13343
row 17 : chelsea | 1 | dutchess county | 12512
row 18 : chemung | 1 | chemung county | None
row 19 : chili junction | 1 | monroe county | None
row 20 : chittenango springs | 1 | madison county | None
row 21 : churchville | 1 | monroe county | 14428
row 22 : clarkson | 1 | monroe county | 14430
row 23 : claverack | 1 | columbia county | None
row 24 : clifton heights | 1 | erie county | 14085
row 25 : clinton county airport | 1 | clinton county | None
row 26 : coldbrook | 1 | erie county | 14072
row 27 : colemans mills | 1 | oneida county | 13492
row 28 : coleman station | 1 | dutchess county | None
row 29 : colonial acres | 1 | albany county | 12077
row 30 : colonial acres | 1 | westchester county | 10583
row 31 : columbus quarter | 1 | chenango county | None
row 32 : como | 1 | cayuga county | None
row 33 : congers | 1 | rockland county | 10920
row 34 : connelly park | 1 | chautauqua county | 14710
row 35 : conquest | 1 | cayuga county | None
row 36 : cooperstown junction | 1 | otsego county | 12116
row 37 : craterclub | 1 | essex county | 12936
row 38 : crescent beach | 1 | monroe county | 14612
row 39 : crestwood | 1 | westchester county | 10707
row 40 : crestwood | 1 | westchester county | None
row 41 : crittenden | 1 | erie county | 14038
row 42 : croghan | 1 | lewis county | 13327
row 43 : croghan | 1 | lewis county | None ] Execute this SQL based on the above table: select count ( principal county ) where lower zip code = 14206 | 1 |
[ header: no. | title (latin) | title (english translation) | subject | date row 1 : 1 | ad beatissimi aposto | to the chair of the prince of the apostles | appealing for peace | 1 november 1914
row 2 : 2 | humani generis redemptionem | redemption of the human race | on preaching the word of god | 15 june 1917
row 3 : 3 | quod iam diu | None | on the future peace conference | 1 december 1918
row 4 : 4 | in hac tanta | None | on st. boniface | 14 may 1919
row 5 : 5 | paterno iam diu | None | on the children of central europe | 24 november 1919
row 6 : 6 | pacem, dei munus pulcher | peace, the beautiful gift of god | on peace and christian reconciliation | 23 may 1920
row 7 : 7 | spiritus paraclitus | the spirit, the paraclete | on st. jerome | 15 september 1920
row 8 : 8 | principi apostolorum p | to peter, prince of the apostles | on st. ephram the | 5 october 1920
row 9 : 9 | annus iam plenus | None | on children in central europe | 1 december 1920
row 10 : 10 | sacra propediem | None | on the third order of st. fr | 6 january 1921
row 11 : 11 | in praeclara summorum | None | on dante | 30 april 1921
row 12 : 12 | fausto appetente die | None | on st. dominic | 29 june 1921 ] Execute this SQL based on the above table: select title (latin) order by no. desc limit 1 | fausto appetente die |
[ header: player | rec. | yards | avg. | td's | long row 1 : charles frederick | 115 | 1385 | 12 | 27 | 42
row 2 : jerel myers | 104 | 1183 | 11.4 | 21 | 38
row 3 : anthony hines | 58 | 822 | 14.2 | 12 | 39
row 4 : boo williams | 45 | 474 | 10.5 | 17 | 35
row 5 : ira gooch | 24 | 339 | 14.1 | 6 | 32
row 6 : sam simmons | 15 | 197 | 13.1 | 2 | 30
row 7 : kevin beard | 10 | 87 | 8.7 | 0 | 21
row 8 : dawan moss | 7 | 39 | 5.6 | 1 | 12
row 9 : cyron brown | 3 | 17 | 5.7 | 1 | 8
row 10 : larrell johnson | 3 | 14 | 4.7 | 0 | 6
row 11 : jamarr wood | 1 | 13 | 13 | 0 | 13
row 12 : cecil moore | 2 | 9 | 4.5 | 2 | 8
row 13 : raymond philyaw | 1 | -6 | -6 | 0 | -6 ] Execute this SQL based on the above table: select rec. where long < 17 order by yards desc limit 1 | 7 |
[ header: year | team | co-drivers | car | class | laps | pos. | class pos. row 1 : 2001 | team den bla avis team goh | john nielsen hiroki | dome s101-judd | lmp900 | 66 | dnf | dnf
row 2 : 2003 | rn motorsport | john nielsen hayanari | dba4 03s-zytek | lmp675 | 288 | 22nd | 2nd
row 3 : 2004 | lister racing | john nielsen jens | lister storm lmp-chevrole | lmp1 | 279 | 24th | 9th
row 4 : 2006 | zytek engineering team essex invest | john nielsen philip and | zytek 06s | lmp1 | 269 | nc | nc
row 5 : 2007 | aston martin racing larbre | christophe bouchut f | aston martin dbr | gt1 | 341 | 7th | 3rd
row 6 : 2008 | team essex | john nielsen sasch | porsche rs spyder evo | lmp2 | 347 | 12th | 2nd
row 7 : 2009 | team essex | kristian poulsen e | porsche rs spyder evo | lmp2 | 357 | 10th | 1st
row 8 : 2011 | hope racing | steve zacchia jan | oreca 01-swiss | lmp1 | 115 | dnf | dnf ] Execute this SQL based on the above table: select co-drivers where year = 2004 | john nielsen jens møller |
[ header: pos | no | rider | manufacturer | laps | time | grid | points row 1 : 1 | 46 | valentino rossi | yamaha | 21 | 43:06.007 | 2 | 25
row 2 : 2 | 2 | dani pedrosa | honda | 21 | 4.008 | 1 | 20
row 3 : 3 | 4 | andrea dovizioso | honda | 21 | 8.536 | 6 | 16
row 4 : 4 | 69 | nicky hayden | honda | 21 | 8.858 | 4 | 13
row 5 : 5 | 56 | shinya nakano | honda | 21 | 10.583 | 15 | 11
row 6 : 6 | 1 | casey stoner | ducati | 21 | 13.64 | 7 | 10
row 7 : 7 | 65 | loris capirossi | suzuki | 21 | 15.936 | 8 | 9
row 8 : 8 | 5 | colin edwards | yamaha | 21 | 18.802 | 5 | 8
row 9 : 9 | 7 | chris vermeulen | suzuki | 21 | 23.174 | 11 | 7
row 10 : 10 | 14 | randy de puniet | honda | 21 | 25.516 | 9 | 6
row 11 : 11 | 21 | john hopkins | kawasaki | 21 | 27.609 | 10 | 5
row 12 : 12 | 13 | anthony west | kawasaki | 21 | 41.399 | 13 | 4
row 13 : 13 | 50 | sylvain guintoli | ducati | 21 | 45.617 | 16 | 3
row 14 : 14 | 15 | alex de angelis | honda | 21 | 49.003 | 17 | 2
row 15 : 15 | 24 | toni elias | ducati | 21 | 59.139 | 19 | 1
row 16 : 16 | 33 | marco melandri | ducati | 21 | +1:03.328 | 14 | None
row 17 : 17 | 9 | nobuatsu aoki | suzuki | 21 | +1:48.363 | 18 | None
row 18 : ret | 48 | jorge lorenzo | yamaha | 12 | accident | 3 | None
row 19 : ret | 52 | james toseland | yamaha | 2 | accident | 12 | None ] Execute this SQL based on the above table: select max ( laps ) | 21.0 |
[ header: site name | reason for designation biological interest | reason for designation geological interest | area hectares | area acres | coordinates & grid ref | year in which notified | other designations | map & citation row 1 : bradwell meadows | | | 0.9 | 2.3 | 53°19′19′′n 1°44 | 1990 | None | map
row 2 : cawdor quarry | | | 4.7 | 11.7 | 53°08′28′′n 1°34 | 1963 | gcr | map
row 3 : cressbrook dale | | | 120.4 | 297.6 | 53°15′47′′n 1°44 | 1954 | gcr, nnr, | map
row 4 : duckmanton railway cutting | | | 3.8 | 9.4 | 53°13′41′′n 1°22 | 1974 | gcr | map
row 5 : fox hole cave | | | 0.2 | 0.4 | 53°11′31′′n 1°51 | 1986 | gcr | map
row 6 : goyt valley | | | 1,332.6 | 3,292.9 | 53°16′05′′n 1°57 | 1951 | spa, sac | map
row 7 : hipley hill | | | 22.1 | 54.6 | 53°05′24′′n 1°40 | 1963 | None | map
row 8 : jumble coppice | | | 0.7 | 1.8 | 53°14′42′′n 1°36 | 1985 | gcr | map
row 9 : leek moors | | | 3,970.8 | 9,812.2 | 53°10′52′′n 1°59 | 1954 | spa, esa, gc | map
row 10 : long dale, hartington | | | 53.5 | 132.1 | 53°09′04′′n 1°47 | 1997 | sac | map
row 11 : moss valley | | | 26.1 | 64.5 | 53°18′58′′n 1°22 | 1951 | None | map
row 12 : moss valley woods | | | 17.9 | 44.2 | 53°19′01′′n 1°26 | 1993 | None | map
row 13 : pleasley vale railway | | | 3.5 | 8.7 | 53°10′41′′n 1°13 | 1981 | lnr | map
row 14 : teversal to pleasley railway | | | 5 | 12.4 | 53°09′54′′n 1°16 | 1982 | lnr, wt | map
row 15 : upper lathkill | | | 26.8 | 66.3 | 53°12′18′′n 1°47 | 1989 | gcr, np | map ] Execute this SQL based on the above table: select count ( * ) where other designations = 528 and map & citation = 'map' | 0 |
[ header: rank | heat | nation | competitors | time | notes row 1 : 1 | 2 | united states | kelly willie, derrick | 2:59.30 | q
row 2 : 2 | 2 | nigeria | james godday, musa au | 3:01.60 | q, sb
row 3 : 3 | 2 | bahamas | andrae williams, denn | 3:01.74 | q, sb
row 4 : 4 | 1 | great britain | timothy benjamin, | 3:02.40 | q, sb
row 5 : 5 | 1 | japan | yuki yamaguchi, | 3:02.71 | q
row 6 : 6 | 1 | germany | ingo schultz, kamghe | 3:02.77 | q
row 7 : 7 | 1 | australia | john steffensen, cli | 3:03.06 | q
row 8 : 8 | 1 | botswana | oganeditse moseki | 3:03.32 | q, sb
row 9 : 9 | 2 | russia | aleksandr larin, andre | 3:03.35 | None
row 10 : 10 | 2 | poland | piotr rysiukie | 3:03.69 | None
row 11 : 11 | 2 | ukraine | volodymyr demchenko, y | 3:04.01 | None
row 12 : 12 | 1 | greece | stilianos dimotsios, | 3:04.27 | sb
row 13 : 13 | 1 | france | ahmed douhou, i | 3:04.39 | None
row 14 : 14 | 2 | spain | eduardo ivan rodrig | 3:05.03 | sb
row 15 : None | 2 | south africa | marcus la grange, hend | dnf | None
row 16 : None | 1 | jamaica | michael campbell, michae | dsq | None ] Execute this SQL based on the above table: select heat where heat = 1 | 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | russia | 3 | 0 | 2 | 5
row 2 : 2 | italy | 1 | 1 | 0 | 2
row 3 : 3 | finland | 0 | 1 | 0 | 1
row 4 : 3 | germany | 0 | 1 | 0 | 1
row 5 : 3 | switzerland | 0 | 1 | 0 | 1
row 6 : 6 | france | 0 | 0 | 1 | 1
row 7 : 6 | georgia | 0 | 0 | 1 | 1
row 8 : None | total | 4 | 4 | 4 | 12 ] Execute this SQL based on the above table: select nation order by id desc limit 1 | total |
[ header: name | title | first year in this position | years at nebraska | alma mater row 1 : biff jones | head coach | 1937 | 1937-1941 | army
row 2 : henry schulte | lineman coach | 1931 | 1919-1924, 1931-1937 | michigan
row 3 : ed weir | freshmen coach | 1929 | 1926, 1929-1937, 1943 | nebraska
row 4 : w. harold browne | assistant coach | 1930 | 1930-1940 | None
row 5 : roy lyman | None | 1936 | 1936-1941 | None
row 6 : adolph j. lewand | None | 1937 | 1937-1944 | nebraska
row 7 : jerry adams | None | None | 1937 | None
row 8 : charles armstrong | None | 1937 | 1937-1942, 1944 | None ] Execute this SQL based on the above table: select max ( first year in this position ) - min ( first year in this position ) | 8 |
[ header: date | opponent# | rank# | site | tv | result | attendance row 1 : 9-4-2010 | miami (oh) | #4 | ben hill griffin stadium • gaine | espn | w 34-12 | 90178
row 2 : 9-11-2010 | south florida | #8 | ben hill griffin stadium • gaine | secn | w 38-14 | 90612
row 3 : 9-18-2010 | at tennessee | #10 | neyland stadium • knoxville | cbs | w 31-17 | 102455
row 4 : 9-25-2010 | kentucky | #9 | ben hill griffin stadium • gaine | espnu | w 48-14 | 90547
row 5 : 10-2-2010 | at #1 alabama | #7 | bryant-denny stadium • | cbs | l 6-31 | 101821
row 6 : 10-9-2010 | #12 lsu | #14 | ben hill griffin stadium • gaine | espn | l 29-33 | 90721
row 7 : 10-16-2010 | mississippi state | #22 | ben hill griffin stadium • gaine | espnu | l 7-10 | 90517
row 8 : 10-30-2010 | vs. georgia | None | everbank field • jacksonville, | cbs | w 34-31 ot | 84444
row 9 : 11-6-2010 | at vanderbilt | None | vanderbilt stadium • nashville | secn | w 55-14 | 33848
row 10 : 11-13-2010 | #22 south carolina | #24 | ben hill griffin stadium • gaine | espn | l 14-36 | 90885
row 11 : 11-20-2010 | appalachian state | None | ben hill griffin stadium • gaine | espn3 | w 48-10 | 90119
row 12 : 11-27-2010 | at #22 florida state | None | doak campbell stadium • tallahasse | abc | l 7-31 | 82324
row 13 : 1-1-2011 | vs. penn state | None | raymond james stadium • t | abc | w 37-24 | 60574 ] Execute this SQL based on the above table: select result where date = '9-25-2010' | w 48-14 |
[ header: name | railway | series | maker | dates | drive | wheel arrangement | weight | power | notes row 1 : re 465 | bls, switzerland | re 465 001-465 00 | slm, abb | 1994-97 | electric | bo-bo | 84 t | 9,520 horsepower (7,099 kw | most powerful locomotive with only four axles, similar
row 2 : prr gg1 | pennsylvania rail road ( | 4800-4938, 900-929 | altoona works, general electric | 1934-43 | electric | 2-c+c-2 (4-6-6-4) | 208.9 to 216.4 | 4,629 horsepower (3,452 k | most scrapped; the prototype and 15 production locomotive
row 3 : allegheny | chesapeake and ohi | 1600-1659 (c&o), 900 | lima locomotive works | 1941-48 | steam | 2-6-6-6 | 544 t | 7,500 horsepower (5,593 kw | two on static display
row 4 : 060-ea softronic phoen | romanian railways (cfr) | 001, 2001-2004 | softronic craiova | 2009-present | electric | co'co' | 120 t | 8,851 horsepower (6,600 kw | most powerful locomotive with highest continuous tractive effort
row 5 : jr freight class ef200 | jr freight | None | hitachi ltd | 1990- | electric | bo'bo'bo' | 100.8 t | 8,046 horsepower (6,000 kw) | most powerful single-frame narrow-gauge locomotive
row 6 : china railways hxn5 | china railways | hxn50001-hxn | ge, csr qishu | 2008- | diesel-electric | co'co' | 150 t | 6,250 horsepower (4,661 kw | most powerful diesel-electric locomotive in active production
row 7 : china railways hxd1b | china railways | hxd1b0001-h | csr zhuzhou electric | 2009- | electric | co'co' | 150 t | 12,874 horsepower (9,600 kw | most powerful single-frame locomotive in series production
row 8 : china railways hxd2b | china railways | hxd2b0001-h | datong electric locomotive, alstom | 2009- | electric | co'co' | 150 t | 12,874 horsepower (9,600 kw | most powerful single-frame locomotive in series production
row 9 : china railways hxd1c | china railways | hxd1c0001-h | csr zhuzhou electric | 2009- | electric | co'co' | 150 t | 9,655 horsepower (7,200 kw | None ] Execute this SQL based on the above table: select count ( * ) where notes > railway | 6 |
[ header: location | reactor type | status | net capacity (mwe) | gross capacity (mwe) row 1 : chernobyl-1 | rbmk-1000 | shut down in 1996 | 740 | 800
row 2 : chernobyl-2 | rbmk-1000 | shut down in 1991 | 925 | 1
row 3 : chernobyl-3 | rbmk-1000 | shut down in 2000 | 925 | 1
row 4 : chernobyl-4 | rbmk-1000 | destroyed in the 1986 accident | 925 | 1
row 5 : chernobyl-5 | rbmk-1000 | construction cancelled in 1988 | 950 | 1
row 6 : chernobyl-6 | rbmk-1000 | construction cancelled in 1988 | 950 | 1
row 7 : ignalina-1 | rbmk-1500 | shut down in 2004 | 1,185 | 1,3
row 8 : ignalina-2 | rbmk-1500 | shut down in 2009 | 1,185 | 1,3
row 9 : ignalina-3 | rbmk-1500 | construction cancelled in 1988 | 1,38 | 1,5
row 10 : ignalina-4 | rbmk-1500 | plan cancelled in 1988 | 1,38 | 1,5
row 11 : kostroma-1 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5
row 12 : kostroma-2 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5
row 13 : kursk-1 | rbmk-1000 | operational until 2021 | 925 | 1
row 14 : kursk-2 | rbmk-1000 | operational until 2024 | 925 | 1
row 15 : kursk-3 | rbmk-1000 | operational until march 2014 | 925 | 1
row 16 : kursk-4 | rbmk-1000 | operational until february 2016 | 925 | 1
row 17 : kursk-5 | mker-1000 | construction begin was 1985, since then shelve | 925 | 1
row 18 : kursk-6 | rbmk-1000 | construction cancelled in 1993 | 925 | 1
row 19 : leningrad-1 | rbmk-1000 | operational | 925 | 1
row 20 : leningrad-2 | rbmk-1000 | operational until 2021 | 925 | 1
row 21 : leningrad-3 | rbmk-1000 | operational until june 2025 | 925 | 1
row 22 : leningrad-4 | rbmk-1000 | operational until august 2026 | 925 | 1
row 23 : smolensk-1 | rbmk-1000 | operational until december 2022 | 925 | 1
row 24 : smolensk-2 | rbmk-1000 | operational until july 2015 | 925 | 1
row 25 : smolensk-3 | rbmk-1000 | operational until july 2023 | 925 | 1
row 26 : smolensk-4 | rbmk-1000 | construction cancelled in 1993 | 925 | 1 ] Execute this SQL based on the above table: select count ( location ) | 26 |
[ header: year | division | league | regular season | playoffs | open cup row 1 : 2002 | 4 | usl pdl | 3rd, mid atlantic | did not qualify | did not qualify
row 2 : 2003 | 4 | usl pdl | 1st, mid atlantic | conference semifinals | did not qualify
row 3 : 2004 | 4 | usl pdl | 3rd, mid atlantic | did not qualify | did not qualify
row 4 : 2005 | 4 | usl pdl | 1st, mid atlantic | national semifinals | 2nd round
row 5 : 2006 | 4 | usl pdl | 5th, mid atlantic | did not qualify | did not qualify
row 6 : 2007 | 4 | usl pdl | 6th, mid atlantic | did not qualify | did not qualify
row 7 : 2008 | 4 | usl pdl | 6th, mid atlantic | did not qualify | did not qualify ] Execute this SQL based on the above table: select regular season where open cup = 'did not qualify' | 3rd, mid atlantic, 1st, mid atlantic, 3rd, mid atlantic, 5th, mid atlantic, 6th, mid atlantic, 6th, mid atlantic |
[ header: rank | area | state/ province | csa/cma 2009 population | projected 2025 population | projected increase 2009-2025 row 1 : 1 | chicago | il-in-wi | 9804845 | 10935100 | 1130255
row 2 : 2 | toronto | on | 5741400 | 7408000 | 1666600
row 3 : 3 | detroit | mi | 5327764 | 6191000 | 863236
row 4 : 4 | cleveland | oh | 2891988 | 3172000 | 280012
row 5 : 5 | milwaukee | wi | 1760268 | 1913000 | 157732
row 6 : 6 | ottawa - gatin | on-qc | 1451415 | 1596556 | 145141
row 7 : 7 | grand rapids | mi | 1327366 | 1530000 | 202634
row 8 : 8 | buffalo | ny | 1203493 | 1040400 | -163093
row 9 : 9 | rochester | ny | 1149653 | 1248600 | 98947
row 10 : 10 | hamilton | on | 740200 | 954858 | 214658
row 11 : 11 | toledo | oh | 672220 | 672220 | 0
row 12 : 12 | lansing | mi | 523609 | 547325 | 23716
row 13 : 13 | kitchener - cambridge - waterl | on | 492400 | 635196 | 142796
row 14 : 14 | london | on | 492200 | 634938 | 142738
row 15 : 15 | fort wayne | in | 414315 | 455623 | 39366
row 16 : 16 | st. catharines - | on | 404400 | 521676 | 117276
row 17 : 17 | windsor | on | 330900 | 426861 | 95961
row 18 : 18 | erie | pa | 280985 | None | None ] Execute this SQL based on the above table: select state/ province order by id desc limit 1 | pa |
[ header: place | team | titles | runners-up | winning years row 1 : 1 | maccabi tel aviv | 5 | 1 | 2007, 2010, 2011, 2012, 2013
row 2 : 2 | hapoel jerusalem | 2 | 3 | 2008, 2009
row 3 : 3 | ironi ashkelon | 1 | 0 | 2006
row 4 : 4 | maccabi rishon lezion | 0 | 1 | None
row 5 : 4 | ironi nahariya | 0 | 1 | None
row 6 : 4 | hapoel holon | 0 | 1 | None
row 7 : 4 | maccabi ashdod | 0 | 1 | None ] Execute this SQL based on the above table: select count ( * ) where team < 2019 and team = 'ironi nahariya' | 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 role where role in ( 'langlang princess' , 'ah sa' ) group by role order by count ( * ) desc limit 1 | ah sa |
[ 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 ( select driver where constructor = 'brawn-mercedes' ) = ( select driver where constructor = 'toyota' ) | 0 |
[ header: county | km | intersecting road | notes | coordinates row 1 : rocky view county | 0 | hwy 772 (symon | north to madden south to sage hill | 51°13′4′′n 114°
row 2 : rocky view county | 3 | panorama road (24 street nw), range | south to evanston | 51°12′45′′n 114°
row 3 : rocky view county | 5 | 14 street nw, range road 14 | south to panorama hills | 51°12′45′′n 114°
row 4 : rocky view county | 7 | centre street n, range road 13 | formerly highway 782 south to coventry | 51°12′45′′n 114°
row 5 : rocky view county | 10 | 15 street ne (calgary), | balzac south to stony industrial | 51°12′45′′n 114°
row 6 : rocky view county | 11 | hwy 2, range road 10, fifth | grade separated north to airdrie south to de | 51°12′45′′n 114°
row 7 : rocky view county | 13 | range road 293, 36 street ne | crossiron mills shopping centre south to ston | 51°12′45′′n 113°
row 8 : rocky view county | 18 | range road 290, 84 street n | None | 51°12′45′′n 113°
row 9 : rocky view county | 28 | hwy 791, range road | south to delacour | 51°12′45′′n 113°
row 10 : rocky view county | 32 | range road 273 | kathyrn | 51°12′45′′n 113°
row 11 : rocky view county | 34 | hwy 9, range road 272 | north to irricana south to langdon | 51°12′45′′n 113°
row 12 : rocky view county | 36 | 1 avenue, range road 271 | keoma | 51°12′45′′n 113° ] Execute this SQL based on the above table: select notes order by km desc limit 1 | keoma |
[ header: # | title | directed by | written by | original air date | production code row 1 : 1 | "pilot" | michael dinner | peter elkoff | june 14, 2004 | 1aje01
row 2 : 2 | "tessa" | patrick norris | liz heldens | june 21, 2004 | 1aje02
row 3 : 3 | "surprise party" | james marshall | kevin falls & matt m | june 28, 2004 | 1aje03
row 4 : 4 | "meteor shower" | craig zisk | kevin falls & matt m | july 5, 2004 | 1aje04
row 5 : 5 | "my boyfriend's back" | david straiton | dana baratta | july 12, 2004 | 1aje05
row 6 : 6 | "secret service" | david grossman | jeff rake | july 19, 2004 | 1aje06
row 7 : 7 | "more" | michael fresco | liz heldens | august 2, 2004 | 1aje07
row 8 : 8 | "burned" | kevin hooks | karyn usher | august 9, 2004 | 1aje08
row 9 : 9 | "ties that bind" | patrick norris | gretchen j. berg | september 6, 2004 | 1aje09
row 10 : 10 | "vice" | kenneth biller | kenneth biller | september 13, 2004 | 1aje10
row 11 : 11 | "alexandra" | steve miner | chris brancato | september 20, 2004 | 1aje11
row 12 : 12 | "bellport" | patrick norris | peter elkoff | september 27, 2004 | 1aje12
row 13 : 13 | "leverage" | elodie keene | kevin falls & matt m | november 4, 2004 | 1aje13
row 14 : 14 | "illusions" | george mendeluk | kimberly costello | november 11, 2004 | 1aje14
row 15 : 15 | "the big one" | patrick norris | gretchen j. berg | november 18, 2004 | 1aje15
row 16 : 16 | "the cook, the waitress, the | kenneth biller | kenneth biller & dan | december 2, 2004 | 1aje16
row 17 : 17 | "sucker punch" | perry lang | liz heldens | december 9, 2004 | 1aje17
row 18 : 18 | "catwalk" | michael fresco | colleen mcguinness | december 16, 2004 | 1aje18
row 19 : 19 | "shark" | alan myerson | kevin falls & matt m | january 6, 2005 | 1aje19
row 20 : 20 | "the ex-games" | fred gerber | amy berg & andrew col | january 13, 2005 | 1aje20
row 21 : 21 | "the end" | elodie keene | karyn usher | unaired | 1aje21 ] Execute this SQL based on the above table: select count ( * ) where # = 1153 | 0 |
[ header: rank | cyclist | team | laps down | notes row 1 : 1 | iryna shpylova | ukraine | None | q
row 2 : 2 | jessie daams | belgium | None | q
row 3 : 3 | eunmi park | south korea | -1 | q
row 4 : 4 | evgeniya romanyu | russia | -1 | q
row 5 : 5 | andrea wolfer | switzerland | -1 | q
row 6 : 6 | giorgia bronzini | italy | -1 | q
row 7 : 7 | leire olaberria dorrons | spain | -1 | q
row 8 : 8 | joanne kiesanowski | new zealand | -1 | q
row 9 : 9 | dulce pliego | mexico | -1 | q
row 10 : 10 | jessie maclean | verducci breakaway racing | -1 | q
row 11 : 11 | lisa brennauer | germany | -1 | q
row 12 : 12 | ashlee ankudinoff | australia | -1 | q
row 13 : 13 | wan yiu jamie wong | hong kong | -1 | None
row 14 : 14 | lauren franges | united states | -1 | None
row 15 : 15 | skye lee armstrong | rodin | -1 | None
row 16 : 16 | rosy mccall | gis | -1 | None
row 17 : 17 | fatehah mustapa | malaysia | -1 | None
row 18 : 18 | yekatsiryna bar | belarus | -1 | None ] Execute this SQL based on the above table: select team where team in ( 'hong kong' , 'spain' ) group by team order by sum ( rank ) desc limit 1 | hong kong |
[ header: round | 100 yd (91 m) | 80 yd (73 m) | 60 yd (55 m) | 50 yd (46 m) | 40 yd (37 m) row 1 : york | 6 doz | 4 doz | 2 doz | None | None
row 2 : hereford | None | 6 doz | 4 doz | 2 doz | None
row 3 : st. george | 3 doz | 3 doz | 3 doz | None | None
row 4 : albion | None | 3 doz | 3 doz | 3 doz | None
row 5 : windsor | None | None | 3 doz | 3 doz | 3 doz
row 6 : new western | 4 doz | 4 doz | None | None | None
row 7 : long western | None | 4 doz | 4 doz | None | None
row 8 : western | None | None | 4 doz | 4 doz | None
row 9 : american | None | None | 2 1⁄2 doz | 2 1⁄2 doz | 2 1⁄2 doz
row 10 : new national | 4 doz | 2 doz | None | None | None
row 11 : long national | None | 4 doz | 2 doz | None | None
row 12 : national | None | None | 4 doz | 2 doz | None
row 13 : new warwick | 2 doz | 2 doz | None | None | None
row 14 : long warwick | None | 2 doz | 2 doz | None | None
row 15 : warwick | None | None | 2 doz | 2 doz | None ] Execute this SQL based on the above table: select round where round in ( 'st. george' , 'new western' ) order by 40 yd (37 m) limit 1 | st. george |
[ header: title | year | director | budget | gross (worldwide) | notes row 1 : dead ringers | 1988 | david cronenberg | None | $8,038,508 | None
row 2 : coupe de ville | 1990 | joe roth | None | $715,983 | None
row 3 : nightbreed | 1990 | clive barker | $11 million | $8,862,354 | None
row 4 : freejack | 1992 | geoff murphy | $30 million | $17,129,000 | None
row 5 : white sands | 1992 | roger donaldson | $25 million | $9,011,574 | None
row 6 : stay tuned | 1992 | peter hyams | None | $10,736,401 | None
row 7 : the last of the mohicans | 1992 | michael mann | $40 million | $75,505,856 | None
row 8 : chasers | 1994 | dennis hopper | $15 million | $1,596,687 | None
row 9 : trial by jury | 1994 | heywood gould | None | $6,971,777 | None
row 10 : silent fall | 1994 | bruce beresford | $30 million | $3,180,674 | None
row 11 : ace ventura: when nature calls | 1995 | steve oedekerk | $30 million | $212,385,533 | None
row 12 : two if by sea | 1996 | bill bennett | None | $10,658,278 | None
row 13 : wild america | 1997 | william dear | None | $7,324,662 | None
row 14 : incognito | 1998 | john badham | None | None | None
row 15 : wrongfully accused | 1998 | pat proft | None | $9,623,329 | None
row 16 : the king and i | 1999 | richard rich | $25 million | $11,993,021 | None
row 17 : chill factor | 1999 | hugh johnson | $70 million | $11,263,966 | None
row 18 : liberty heights | 1999 | barry levinson | $11 million | $3,736,868 | None
row 19 : battlefield earth | 2000 | roger christian | $44 million | $29,725,663 | None
row 20 : the art of war | 2000 | christian duguay | $60 million | $40,400,425 | None
row 21 : get carter | 2000 | stephen kay | $63.6 million | $19,412,993 | None
row 22 : the in crowd | 2000 | mary lambert | $15 million | $5,217,498 | None
row 23 : the pledge | 2001 | sean penn | $35 million | $29,419,291 | None
row 24 : angel eyes | 2001 | luis mandoki | $53 million | $29,715,606 | None
row 25 : i'll be there | 2003 | craig ferguson | None | None | None
row 26 : exorcist: the beginning | 2004 | renny harlin | $80 million | $78,000,586 | None
row 27 : two for the money | 2005 | d. j. caruso | $25 million | $30,526,509 | None
row 28 : georgia rule | 2007 | garry marshall | $20 million | $25,992,167 | None
row 29 : sydney white | 2007 | joe nussbaum | None | $13,620,075 | None
row 30 : ace ventura jr: pet detective | 2009 | david mickey evans | $7.5 million | None | None
row 31 : dream house | 2011 | jim sheridan | $50 million | $38,502,340 | None
row 32 : the thing | 2011 | matthijs van heijningen | $38 million | $27,428,670 | None
row 33 : tupac | 2014 | antoine fuqua | $45 million | None | None ] Execute this SQL based on the above table: select director where title = 'wild america' | william dear |
[ header: rank | team | names | time | qualification row 1 : 1 | france | christophe capelle philippe | 4:09.570 | q
row 2 : 2 | italy | adler capelli mauro trent | 4:09.695 | q
row 3 : 3 | australia | bradley mcgee stuart | 4:09.750 | q
row 4 : 4 | ukraine | bohdan bondaryev ol | 4:11.545 | q
row 5 : 5 | russia | eduard gritsun | 4:11.665 | q
row 6 : 6 | united states | dirk copeland mariano friedick | 4:11.950 | q
row 7 : 7 | spain | juan martinez juan | 4:12.780 | q
row 8 : 8 | new zealand | gregory henderson bren | 4:15.140 | q
row 9 : 9 | germany | robert bartko gui | 4:15.140 | None
row 10 : 10 | great britain | robert hayes matthew | 4:16.510 | None
row 11 : 11 | lithuania | arturas kasputis re | 4:16.050 | None
row 12 : 12 | netherlands | jarich bakker robertus | 4:16.175 | None
row 13 : 13 | denmark | frederik bertelsen j | 4:16.175 | None
row 14 : 14 | argentina | walter perez edgardo | 4:20.840 | None
row 15 : 15 | south korea | dae-hong chun young chung | 4:25.215 | None
row 16 : 16 | chile | jose medina luis sepulve | 4:25.960 | None
row 17 : 17 | colombia | john garcia marlon perez | 4:26.400 | None ] Execute this SQL based on the above table: select rank where rank = 7 | 7.0 |
[ header: entrant | constructor | chassis | engine | no | driver row 1 : team ensign | ensign | n180b | cosworth dfv v8 | 3 | jim crawford
row 2 : team ensign | ensign | n180b | cosworth dfv v8 | 4 | joe castellano
row 3 : colin bennett racing | mclaren | m29 | cosworth dfv v8 | 6 | arnold glass
row 4 : colin bennett racing | march | 811 | cosworth dfv v8 | 7 | val musetti
row 5 : team sanada | fittipaldi | f8 | cosworth dfv v8 | 8 | tony trimmer
row 6 : warren booth | shadow | dn9 | cosworth dfv v8 | 11 | warren booth
row 7 : john jordan | brm | p207 | brm 202 v12 | 12 | david williams
row 8 : nick mason | tyrrell | 8 | cosworth dfv v8 | 14 | john brindley
row 9 : emka productions | williams | fw07 | cosworth dfv v8 | 16 | steve o'rourke
row 10 : team peru | williams | fw07 | cosworth dfv v8 | 82 | jorge koechlin ] Execute this SQL based on the above table: select constructor where no < 790 | ensign, ensign, mclaren, march, fittipaldi, shadow, brm, tyrrell, williams, williams |
[ header: name | faith | type | gov | opened | intake | dcsf number | ofsted number | web | coordinates row 1 : ashfield | None | junior | vc | 1845 | 60 | 3012 | 117391 | w | 51°38′22′′n 0°
row 2 : bournehall | None | primary | cy | 1969 | 30 | 2360 | 117296 | w | 51°39′00′′n 0°
row 3 : bushey heath | None | primary | cy | 1879 | 30 | 2012 | 117088 | w | 51°38′12′′n 0°
row 4 : bushey manor | None | junior | cy | 1907 | 60 | 2261 | 117242 | w | 51°38′49′′n 0°
row 5 : falconer | None | special | cy | None | None | 7033 | 117686 | w | 51°38′49′′n 0°
row 6 : hartsbourne | None | primary | cy | None | 30 | 2372 | 117300 | w | 51°37′52′′n 0°
row 7 : highwood | None | primary | cy | 1949 | 60 | 2013 | 117089 | w | 51°39′57′′n 0°
row 8 : little reddings | None | primary | fd | None | 51 | 5208 | 117568 | w | 51°38′51′′n 0°
row 9 : meadow wood | None | special | cy | None | None | 7043 | 117691 | w | 51°38′54′′n 0°
row 10 : merry hill | None | infants | cy | 1885 | 60 | 2014 | 117090 | w | 51°38′17′′n 0°
row 11 : sacred heart | rc | primary | va | 1970 | 40 | 3415 | 117488 | w | 51°38′38′′n 0° ] Execute this SQL based on the above table: select count ( * ) where name = 'bushey manor' | 1 |
[ header: name | took office | left office | party | district residence | notes row 1 : district created | district created | november 16, 1907 | None | None | None
row 2 : james s. davenport | november 16, 1907 | march 4, 1909 | democratic | None | None
row 3 : charles e. creager | march 4, 1909 | march 4, 1911 | republican | None | None
row 4 : james s. davenport | march 4, 1911 | march 4, 1915 | democratic | None | redistricted to the 1st district
row 5 : charles d. carter | march 4, 1915 | march 4, 1927 | democratic | None | redistricted from the 4th district
row 6 : wilburn cartwright | march 4, 1927 | january 3, 1943 | democratic | None | None
row 7 : paul stewart | january 3, 1943 | january 3, 1947 | democratic | None | None
row 8 : carl albert | january 3, 1947 | january 3, 1977 | democratic | mcalester | speaker of the u.s. house of
row 9 : wes watkins | january 3, 1977 | january 3, 1991 | democratic | ada | None
row 10 : bill brewster | january 3, 1991 | january 3, 1997 | democratic | None | None
row 11 : wes watkins | january 3, 1997 | january 3, 2003 | republican | stillwater | None
row 12 : frank lucas | january 3, 2003 | present | republican | cheyenne | redistricted from the 6th district, ] Execute this SQL based on the above table: select party where party in ( 'democratic' , 'redistricted from the 4th district' ) and party = 'democratic' | democratic, democratic, democratic, democratic, democratic, democratic, democratic, democratic |
[ header: rank | bib | country | distance (m) | points | time difference row 1 : 1 | 14 | germany tino edelmann | 124.5 127.0 | 264.3 128.0 136.3 | 0:00
row 2 : 2 | 10 | japan akito watabe t | 123.5 126.0 | 258.4 126.4 132.0 | +0:12
row 3 : 3 | 12 | austria bernhard gruber w | 123.0 122.0 | 251.8 123.3 128.5 | +0:25
row 4 : 4 | 11 | france jason lamy-chappuis | 120.5 118.5 | 242.7 121.8 120.9 | +0:43
row 5 : 5 | 13 | norway mikko kokslien | 118.0 118.5 | 238.1 116.8 121.3 | +0:52
row 6 : 6 | 8 | czech republic miroslav d | 114.5 120.0 | 232.8 110.7 122.1 | +1:03
row 7 : 7 | 7 | slovenia mitja oranic mar | 109.5 123.5 | 227.8 99.5 128.3 | +1:13
row 8 : 8 | 6 | finland ilkka herola | 120.5 113.5 | 226.6 115.4 111.2 | +1:15
row 9 : 9 | 4 | estonia han-hendrik pih | 113.0 113.0 | 217.5 107.4 110.1 | +1:34
row 10 : 10 | 9 | united states bill demong taylor | 111.0 112.5 | 214.1 104.9 109.2 | +1:40
row 11 : 11 | 1 | ukraine viktor pasichny | 107.0 115.0 | 206.2 95.7 110.5 | +1:56
row 12 : 12 | 2 | russia ernest yahin | 110.0 109.5 | 204.8 101.8 103.0 | +1:59
row 13 : 13 | 5 | italy armin bauer aless | 105.0 113.5 | 203.0 92.7 110.3 | +2:03
row 14 : 14 | 3 | switzerland seppi hur | 102.5 113.0 | 196.2 88.1 108.1 | +2:16 ] Execute this SQL based on the above table: select count ( * ) where country = 342 | 0 |
[ header: choke | constriction (inch) | percentage of lead shot in 30-inch circle at 40 yards | identification (notches) | identification (stars) (spanish shotguns) row 1 : cylinder | 0 | 40 at 40 yd 70 at 25 | 5 | 5
row 2 : skeet 1 | 0.005 | 45 at 40 yd 75 at 25 | None | None
row 3 : 2 | 0.01 | 50 | 4 | 4
row 4 : skeet 2 (light mod.) | 0.015 | 55 | None | None
row 5 : modified | 0.02 | 60 | 3 | 3
row 6 : 3 | 0.025 | 65 | 2 | 2
row 7 : full | 0.03 | 70 | 1 | 1
row 8 : extra full | 0.04 | 73 | 1 | None
row 9 : turkey | 0.045 plus | 75 plus | 1 | None ] Execute this SQL based on the above table: select choke where id = ( select id where choke = 'skeet 2 (light mod.)' ) - 1 | 2 |
[ header: airline | icao | iata | callsign | commenced operations row 1 : air uganda | uga | u7 | uganda | 2007
row 2 : eagle air (uganda) | egu | h7 | african eagle | 1994
row 3 : fly540 uganda | ful | None | orange crane | 2008
row 4 : pearl air services | pby | None | pearl services | None
row 5 : royal daisy airlines | kdr | 6d | darlines | 2005
row 6 : skyjet airlines | sju | uq | skyjet | 2003
row 7 : africa safari air | asa | as | asa | 2013
row 8 : uganda air cargo | ucc | None | uganda cargo | 1994
row 9 : united airlines limited | None | None | None | None ] Execute this SQL based on the above table: select iata order by commenced operations desc limit 1 | as |
[ header: interferometer and observing mode | waveband | limiting magnitude | minimum baseline (m) (un-projected) | maximum baseline (m) | approx. no. visibility measurements per year (measurements per night x nights used per year) | max ratio of no. phase / no. amplitude measurements (measure of imaging performance, 0 = none) | accuracy of amplitude2 measurements | accuracy of phase measurements (milli-radians) | number of spectral channels (max in use simultaneously) | comments row 1 : chara array | v, r, i, | 8 | 34 | 330 | 7500 | 0.7 | 1% | 10 | 30000 | yes... 30000 in the visible band; max
row 2 : coast visible | r, i | 7 | 4 | 60 | 2000 | 0.5 | 4% | 10 | 4 | 300 cloudy nights per year, maximum baseline 100
row 3 : coast infrared | j, h | 3 | 4 | 60 | 100 | 0.5 | 20% | 10 | 1 | 300 cloudy nights per year, maximum baseline 100
row 4 : gi2t visible | r, i | 5 | 10 | 65 | 2000 | 0 | 10% | None | 400 | closed in 2006
row 5 : iota | j, h, k | 7 | 6 | 30 | 10000 | 0.3 | 2% | 10 | 1 | integrated optics beam combiner. closed
row 6 : isi | n | 0 | 10 | 50 | 5000 | 0.3 | 1% | 1 | 1000 | maximum baseline 70-m
row 7 : keck interferometer | h, k, l, | 10.3 | 85 | 85 | 1000 | 0 | 4% | 1 | 330 | nulling key science underway - no imaging on
row 8 : keck aperture masking | j, h, k, | 2 | 0.5 | 9 | 20000 | 0.9 | 20% | 10 | 1 | closed
row 9 : mira 1.2 | r, i | 3 | 30 | 30 | 500 | 0 | 10% | None | 1 | mid-infrared
row 10 : navy precision optical interferometer(npo | v, r, i | 5 | 5 | 300 | 50000 | 0.7 | 4% | 10 | 16 | at nofs; siderstats operational
row 11 : susi | b, v, r, | 5 | 5 | 640 | 5000 | 0 | 4% | 10 | 21 | no imaging on a single baseline instrument; maximum
row 12 : vlti +uts am | j, h, k simultaneously | 7 | 46 | 130 | 400 | 0.3 | 1% | 10 | 2000 | used for a few weeks per year. longest
row 13 : vlti +ats amber | j, h, k simultaneously | 4 | 46 | 130 | 400 | 0.3 | 1% | 10 | 2000 | longest overall vlti baseline 130m
row 14 : vlti +uts | k | 11 | 46 | 130 | 400 | 0 | >1% | None | 1 | integrated optics beam combiner. longest overall
row 15 : vlti +ats v | k | never checked | 12 | 200 | 400 | 0 | >1% | None | 1 | longest overall vlti baseline 130m
row 16 : vlti +ats midi | n | 4.5 | None | 200 | 200 | 0 | 10% | None | 250 | vlti inldes world' ] Execute this SQL based on the above table: select accuracy of amplitude2 measurements where maximum baseline (m) = 200 | >1%, 10% |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | venezuela | 9 | 8 | 6 | 23
row 2 : 2 | guatemala | 6 | 6 | 6 | 18
row 3 : 3 | peru | 5 | 8 | 9 | 22
row 4 : 4 | chile | 4 | 4 | 1 | 9
row 5 : 5 | el salvador | 4 | 0 | 2 | 6
row 6 : 6 | ecuador | 2 | 5 | 1 | 8
row 7 : 7 | bolivia | 2 | 1 | 2 | 5
row 8 : 8 | dominican republic | 1 | 0 | 2 | 3
row 9 : 9 | colombia | 0 | 1 | 3 | 4
row 10 : total | total | 33 | 33 | 32 | 98 ] Execute this SQL based on the above table: select count ( nation ) where gold > ( select gold where nation = 'colombia' ) | 9 |
[ header: year | single | chart positions spa | album row 1 : 2011 | "breathe in the light" | 10 | endless road 7058
row 2 : 2011 | "last night on earth" | 6 | endless road 7058
row 3 : 2012 | "i don't think so" | 7 | endless road 7058
row 4 : 2012 | "don't give up my game" | 13 | endless road 7058
row 5 : 2012 | "1900" | None | endless road 7058
row 6 : 2012 | "i met an angel (on christmas day) | 39 | christmas non-album release
row 7 : 2013 | "cuando te volvere | 34 | from soundtrack of wreck-it ralph
row 8 : 2013 | "heartbreaker" | 13 | anti-heroes ] Execute this SQL based on the above table: select ( select max ( year ) - min ( year ) ) < 1620 | 1 |
[ header: team | year | regular season won | regular season lost | regular season win % | regular season finish | postseason won | postseason lost | postseason win % | postseason result row 1 : cle | 1991 | 32 | 53 | 0.376 | 7th in al east | None | None | None | None
row 2 : cle | 1992 | 76 | 86 | 0.469 | 5th in al east | None | None | None | None
row 3 : cle | 1993 | 76 | 86 | 0.469 | 6th in al east | None | None | None | None
row 4 : cle | 1994 | 66 | 47 | 0.584 | 2nd in al central | None | None | None | no mlb postseason
row 5 : cle | 1995 | 100 | 44 | 0.694 | 1st in al central | 9 | 6 | 0.6 | lost ws to atl
row 6 : cle | 1996 | 99 | 62 | 0.615 | 1st in al central | 1 | 3 | 0.25 | lost lds to bal
row 7 : cle | 1997 | 86 | 75 | 0.534 | 1st in al central | 10 | 8 | 0.556 | lost ws to fla
row 8 : cle | 1998 | 89 | 73 | 0.549 | 1st in al central | 5 | 5 | 0.5 | lost lcs to nyy
row 9 : cle | 1999 | 97 | 65 | 0.599 | 1st in al central | 2 | 3 | 0.4 | lost lds to bos
row 10 : bal | 2000 | 74 | 88 | 0.457 | 4th in al east | None | None | None | None
row 11 : bal | 2001 | 63 | 98 | 0.391 | 4th in al east | None | None | None | None
row 12 : bal | 2002 | 67 | 95 | 0.414 | 4th in al east | None | None | None | None
row 13 : bal | 2003 | 71 | 91 | 0.438 | 4th in al east | None | None | None | None
row 14 : sea | 2005 | 69 | 93 | 0.426 | 4th in al west | None | None | None | None
row 15 : sea | 2006 | 78 | 84 | 0.481 | 4th in al west | None | None | None | None
row 16 : sea | 2007 | 45 | 33 | 0.571 | 2nd in al west | None | None | None | None
row 17 : cle total | cle total | 721 | 591 | 0.55 | None | 27 | 25 | 0.519 | None
row 18 : bal total | bal total | 275 | 372 | 0.425 | None | 0 | 0 | 0 | None
row 19 : sea total | sea total | 192 | 210 | 0.478 | None | 0 | 0 | 0 | None
row 20 : total | total | 1188 | 1173 | 0.503 | None | 27 | 25 | 0.519 | None ] Execute this SQL based on the above table: select team where regular season won = 192 | sea 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 type where name != 'fiesch- -alp 1+2' and type = ( select type where name = 'fiesch- -alp 1+2' ) | cable car, cable car |
[ header: date | position | name | from | fee row 1 : 5 july 2001 | mf | andy hughes | notts county | £250,000 by a tribunal
row 2 : 5 july 2001 | df | adrian whitbread | portsmouth | free
row 3 : 18 july 2001 | df | alex smith | port vale | free
row 4 : 30 november 2001 | gk | antony malessa | oxford united | free
row 5 : 28 january 2002 | mf | john salako | charlton athletic | £50,000
row 6 : 13 march 2002 | gk | frank talia | sheffield united | free
row 7 : 15 march 2002 | mf | kevin watson | charlton athletic | £150,000 ] Execute this SQL based on the above table: select count ( position ) where date = '13 march 2002' | 1 |
[ 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 ( select pos where manufacturer = 'ford' ) > ( select pos where manufacturer = 'chevrolet' ) | 1 |
[ header: ranking | company | industry | revenue (usd billions) | fy | capitalization (usd billions) | employees | listing | headquarters | ceo row 1 : 1 | wal-mart stores, inc | retail | $469 | january 31, 2013 | $248 | 2200000 | nyse: wmt | bentonville, arkansas | doug mcmillon
row 2 : 3 | exxon mobil corporation | oil and gas | $453 | december 31, 2012 | $406 | 76900 | nyse: xom | irving, texas | rex w. tillerson
row 3 : 4 | china national petroleum corporation | oil and gas | $425 | december 31, 2012 | None | 1668072 | None | beijing | zhou jiping
row 4 : 10 | samsung | conglomerate | $268 | december 31, 2014 | None | 427000 | krx: 005930; | samsung town | lee kun-hee
row 5 : 12 | chevron | oil and gas | $242 | december 31, 2012 | $211 | 61000 | nyse: cvx | san ramon, califor | john watson
row 6 : 13 | total | oil and gas | $240 | december 31, 2013 | $120 | 111000 | euronext: fp | courbevoie | christophe de margerie
row 7 : 20 | eni | oil and gas | $167 | december 31, 2012 | $94 | 78000 | bit: eni | rome | paolo scaroni
row 8 : 21 | gazprom | oil and gas | $164 | december 31, 2012 | $145 | 432000 | mcx: gazp | moscow | alexei miller
row 9 : 22 | berkshire hathaway | conglomerate | $162 | december 31, 2012 | $201 | 217000 | nyse: brka; | omaha, nebra | warren buffett
row 10 : 23 | general motors | automotive | $152 | december 31, 2012 | $40 | 284000 | nyse: gm | detroit, michigan | daniel akerson
row 11 : 27 | petrobras | oil and gas | $144 | december 31, 2012 | $171 | 81000 | bovespa: petr3; bove | rio de janeiro | maria das gracas foster
row 12 : 29 | valero energy | oil and gas | $139 | december 31, 2012 | $16 | 22000 | nyse: vlo | san antonio, | william r. klesse
row 13 : 30 | lukoil | oil and gas | $139 | december 31, 2012 | $51 | 120000 | mcx: lkoh | moscow | vagit alekperov
row 14 : 35 | statoil | oil and gas | $130 | december 31, 2012 | $86 | 23000 | ose: stl | stavanger | helge lund
row 15 : 36 | gdf suez | electricity and gas utility | $128 | december 31, 2012 | $58 | 161000 | euronext: sze | paris | gerard mestrallet
row 16 : 38 | pemex | oil and gas | $127 | december 31, 2012 | None | 138000 | None | mexico city | juan jose suarez c
row 17 : 40 | cvs caremark | retail | $123 | december 31, 2012 | $59 | 202000 | nyse: cvs | woonsocket, rh | larry j. merlo ] Execute this SQL based on the above table: select company order by ranking asc limit 1 | wal-mart stores, inc |
[ header: episode | airdate | game 1 | game 2 | game 3 | viewers row 1 : 1 | 17 april 2010 | 'twin peaks' | 'a walk in the dark' | 'lock and key' | 4.52m
row 2 : 2 | 24 april 2010 | 'caught in the net' | 'stick 'em up' | 'power trip' | 4.41m
row 3 : 3 | 1 may 2010 | 'knotting hills' | 'it's a wrap!' | 'lock and key' | 4.31m
row 4 : 4 | 8 may 2010 | 'caught in the net' | 'a walk in the dark' | 'power trip' | 4.44m
row 5 : 5 | 15 may 2010 | 'twin peaks' | 'it's a wrap!' | 'lock and key' | 4.46m
row 6 : 6 | 22 may 2010 | 'knotting hills' | 'stick 'em up' | 'power trip' | under 2.61m
row 7 : 7 | 29 may 2010 | 'caught in the net' | 'a walk in the dark' | 'lock and key' | 4.68m
row 8 : 8 | 5 june 2010 | 'knotting hills' | 'stick 'em up' | 'lock and key' | 3.44m ] Execute this SQL based on the above table: select airdate where id = ( select id where airdate = '24 april 2010' ) + 1 | 1 may 2010 |
[ header: # | artist | featuring | title | version | length row 1 : 1 | benassi bros | dhany | rocket in the sky | original extended mix | 5:43
row 2 : 2 | benassi bros | sandy | illusion | sfaction mix | 5:08
row 3 : 3 | benassi bros | dhany | every single day | original version | 4:45
row 4 : 4 | benassi bros | sandy | castaway | original version | 6:06
row 5 : 5 | benassi bros | dhany | make me feel | original version | 5:30
row 6 : 6 | benassi bros | sandy | i feel so fine | sfaction mix | 5:26
row 7 : 7 | benassi bros | dhany | run to me | sfaction version | 5:09
row 8 : 8 | benassi bros | sandy | get better | sflow version | 4:05
row 9 : 9 | benassi bros | dhany | hit my heart | sfaction mix | 5:08
row 10 : 10 | benassi bros | sandy | turn me up | sfaction mix | 5:48
row 11 : 11 | benassi bros | dhany | somebody to touch me | sflow version | 5:49
row 12 : 12 | benassi bros | sandy | light | original version | 7:30
row 13 : 13 | benassi bros | None | megamix | None | 3:31
row 14 : 14 | benassi bros | None | summer megamix 2005 | None | 4:11
row 15 : 15 | benassi bros | dhany | make me feel | dave leatherman remix | 4:11 ] Execute this SQL based on the above table: select version where featuring = 'sandy' | sfaction mix, original version, sfaction mix, sflow version, sfaction mix, original version |
[ header: part | number | first public release date (first edition) | latest public release date (edition) | latest amendment | title | description row 1 : part 1 | iso/iec 15938-1 | 2002 | 2002 | 2006 | systems | the architectural framework of mpeg-7,
row 2 : part 2 | iso/iec 15938-2 | 2002 | 2002 | None | description definition language | None
row 3 : part 3 | iso/iec 15938-3 | 2002 | 2002 | 2010 | visual | None
row 4 : part 4 | iso/iec 15938-4 | 2002 | 2002 | 2006 | audio | None
row 5 : part 5 | iso/iec 15938-5 | 2003 | 2003 | 2008 | multimedia description schemes | None
row 6 : part 6 | iso/iec 15938-6 | 2003 | 2003 | 2010 (2011) | reference software | None
row 7 : part 7 | iso/iec 15938-7 | 2003 | 2003 | 2010 (2011) | conformance testing | None
row 8 : part 8 | iso/iec tr | 2002 | 2002 | 2010 | extraction and use of mpeg-7 descriptions | None
row 9 : part 9 | iso/iec 15938-9 | 2005 | 2005 | (2011) | profiles and levels | None
row 10 : part 10 | iso/iec 15938-10 | 2005 | 2005 | None | schema definition | None
row 11 : part 11 | iso/iec tr | 2005 | 2005 | None | mpeg-7 profile schemas | None
row 12 : part 12 | iso/iec 15938-12 | 2008 | 2008 | (2011) | query format | None ] Execute this SQL based on the above table: select ( select first public release date (first edition) where number = 'iso/iec 15938-10' ) > ( select first public release date (first edition) where number = 'iso/iec 15938-10' ) | 0 |
[ 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 abs ( ( select sample size where poll source = 'chicago tribune (report)' ) - ( select sample size where poll source = 'chicago tribune (report)' ) ) | 0.0 |
[ header: year | competition | venue | position | notes row 1 : 1994 | world junior championships | lisbon, portugal | 2nd | 5,000 m
row 2 : 1995 | all-africa games | harare, zimbabwe | 2nd | 5,000 m
row 3 : 1995 | all-africa games | harare, zimbabwe | 2nd | 10,000 m
row 4 : 1997 | world championships | athens, greece | 7th | 10,000 m
row 5 : 1999 | all-africa games | johannesburg, south africa | 3rd | 10,000 m
row 6 : 2001 | world championships | edmonton, canada | 9th | 10,000 m ] Execute this SQL based on the above table: select count ( venue ) where position = '3rd' | 1 |
[ header: season | tier | division | pos. | notes row 1 : 2002-03 | 3 | 1a estatal | 9th | None
row 2 : 2003-04 | 3 | 1a estatal | 3rd | None
row 3 : 2004-05 | 3 | 1a estatal | 3rd | None
row 4 : 2005-06 | 3 | 1a estatal | 2nd | promoted
row 5 : 2006-07 | 2 | honor b | 10th | None
row 6 : 2007-08 | 2 | honor b | 11th | None
row 7 : 2008-09 | 2 | honor b | 11th | None
row 8 : 2009-10 | 2 | plata | 5th | None
row 9 : 2010-11 | 2 | plata | 9th | None
row 10 : 2011-12 | 2 | plata | 2nd | promoted
row 11 : 2012-13 | 1 | asobal | 16th | relegated
row 12 : 2013-14 | 2 | plata | None | None ] Execute this SQL based on the above table: select count ( * ) where division is null | 0 |
[ header: tops design code | electrical system | max speed | weight | brakes | route availability | notes row 1 : 08-0av | 90 v | 20 mph (32 km/h) | 49.8 te (496 k | vacuum | 5 | None
row 2 : 08-0bx | 110 v | 20 mph (32 km/h) | 50.4 te (502 kn | dual | 5 | None
row 3 : 08-0ca | 90 v | 20 mph (32 km/h) | 49.6 te (494 k | air | 5 | None
row 4 : 08-0dv | 90 v | 15 mph (24 km/h) | 49.8 te (496 k | vacuum | 5 | None
row 5 : 08-0bx | 90 v | 15 mph (24 km/h) | 50.4 te (502 kn | dual | 5 | None
row 6 : 08-0fa | 90 v | 15 mph (24 km/h) | 49.6 te (494 k | air | 5 | None
row 7 : 08-0kx | 110 v | 15 mph (24 km/h) | 50.4 te (502 kn | dual | 5 | None
row 8 : 08-0lx | 110 v | 15 mph (24 km/h) | 50.4 te (502 kn | dual | 5 | scharfenberg adapter fitted
row 9 : 08-0ma | 110 v | 15 mph (24 km/h) | 49.8 te (496 k | air | 5 | None
row 10 : 08-0na | 90 v | 15 mph (24 km/h) | 49.8 te (496 k | air | 5 | fitted with buckeye couplings
row 11 : 08-0pa | 90 v | 15 mph (24 km/h) | 51 te (508 kn) | air | 6 | fitted with buckeye couplings
row 12 : 08-0qa | 90 v | 15 mph (24 km/h) | 51 te (508 kn) | air | 6 | fitted with buckeye couplings
row 13 : 08-0ra | 110 v | 15 mph (24 km/h) | 51 te (508 kn) | air | 6 | fitted with buckeye couplings
row 14 : 08-0sa | 110 v | 15 mph (24 km/h) | 49 te (488 kn) | air | 6 | None ] Execute this SQL based on the above table: select electrical system where notes = 'fitted with buckeye couplings' and route availability = 5 | 90 v |
[ header: jurisdiction | adherents | bishops | priests | monastics | monasteries | parishes row 1 : constantinople (details) | 5200000 | 125 | None | 1800 | 142 | 648
row 2 : alexandria (details | 1200000 | 41 | None | None | None | None
row 3 : antioch (details) | 2000000 | 36 | None | None | None | None
row 4 : jerusalem (details) | 700000 | 20 | None | None | None | None
row 5 : russia (details) | 150000000 | 217 | 30675 | None | 807 | 30142
row 6 : georgia (details) | 3500000 | 37 | 437 | None | None | 600
row 7 : bulgaria (details) | 10000000 | 15 | 1500 | None | 120 | 2600
row 8 : serbia (details) | 11000000 | 44 | None | None | 49 | 3100
row 9 : romania (details) | 17000000 | 53 | 15068 | 7605 | 359 | 15717
row 10 : cyprus (details) | 700000 | 16 | None | None | 67 | None
row 11 : greece (details) | 6000000 | 101 | 10000 | 3541 | 541 | None
row 12 : albania (details) | 700000 | 6 | 135 | None | 150 | 909
row 13 : poland (details) | 600000 | 12 | None | None | None | 400
row 14 : czech lands & s | 100000 | 6 | None | None | None | 172
row 15 : orthodox church in america (details | 85000 | 10 | None | None | 20 | 700
row 16 : total | 208785000 | 729 | 54382 | 12946 | 2236 | 54239 ] Execute this SQL based on the above table: select jurisdiction where monasteries > ( select monasteries where jurisdiction = 'bulgaria (details)' ) order by monasteries asc limit 1 | constantinople (details) |
[ header: creature (other planes) | page | other appearances | variants | description row 1 : aerial servant | 39 | rules cyclopedia (1991) | None | None
row 2 : basilisk | 39 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 3 : cockatrice | 39 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 4 : djinni, lesser | 39 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 5 : djinni, greater | 39 | rules cyclopedia (1991) | None | None
row 6 : efreeti, lesser | 39 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 7 : efreeti, greater | 39-40 | rules cyclopedia (1991) | None | None
row 8 : elemental | 40 | d&d expert rules (1981), | None | describes additional statistics and abilities/penalties applicable
row 9 : gorgon | 40 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 10 : helion | 40 | rules cyclopedia (1991) | None | None
row 11 : horde | 41 | rules cyclopedia (1991) | None | None
row 12 : hydrax | 41 | rules cyclopedia (1991) | None | None
row 13 : invisible stalker | 41 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 14 : kryst | 42 | rules cyclopedia (1991) | None | None
row 15 : medusa | 42 | d&d basic rules (1981), | None | describes additional abilities/penalties applicable to native
row 16 : plasm | 42 | rules cyclopedia (1991) | normal and giant | None
row 17 : salamander | 42 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 18 : undine | 42 | rules cyclopedia (1991) | None | None ] Execute this SQL based on the above table: select page where variants = 'normal and giant' | 42 |
[ header: availability / production | | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | 2011 | 2012 row 1 : availability | hydro power | 1150 | 1161 | 1171 | 1247 | 1281 | 1293 | 1316 | 1326 | 1357 | 1379 | 1382 | 1401 | 1584
row 2 : availability | thermal | 685 | 835 | 1056 | 1233 | 1215 | 1155 | 1155 | 1155 | 1285 | 1290 | 1390 | 1690 | 1638
row 3 : availability | other renewables | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 15 | 45 | 50 | 90
row 4 : availability | total availability | 1838 | 1999 | 2230 | 2483 | 2499 | 2411 | 2434 | 2444 | 2645 | 2684 | 2818 | 3141 | 3312
row 5 : production | hydro power | 3197 | 3110 | 2962 | 3310 | 2960 | 3451 | 4634 | 3947 | 4130 | 3881 | 5634 | 4622 | 3292
row 6 : production | thermal | 3485 | 3407 | 3201 | 4298 | 5080 | 5314 | 4751 | 5864 | 5763 | 5975 | 4995 | 6785 | 8339
row 7 : production | other renewables | 3 | 3 | 4 | 3 | 3 | 5 | 4 | 4 | 8 | 27 | 86 | 121 | 169
row 8 : production | total production | 6685 | 6520 | 6167 | 7611 | 8043 | 8770 | 9389 | 9815 | 9901 | 9883 | 10715 | 11528 | 11800 ] Execute this SQL based on the above table: select max ( 2007 ) where = 'thermal' | 5864.0 |
[ header: national team | title(s) represented | first worn | number of stars | notes row 1 : brazil | world cup | 1971 | 5 | third win was in 1970; fourth and fifth stars
row 2 : italy | world cup | 1982 | 4 | added after third win; fourth star added after the
row 3 : germany | world cup | 1996 | 3 | 1954, 1974, third win was in 1990
row 4 : uruguay | world cup and olympics | 1930 | 4 | represent 2 world cups (1930 & 1950)
row 5 : argentina | world cup | 2003 | 2 | 1978, second win was in 1986
row 6 : england | world cup | 2003 | 1 | title won in 1966. star added after a
row 7 : france | world cup | 1998 | 1 | title won in 1998. star added above their badge
row 8 : spain | world cup | 2010 | 1 | title won in 2010. spain played in their away ] Execute this SQL based on the above table: select title(s) represented group by title(s) represented order by count ( * ) desc limit 1 | world cup |
[ header: name | dates | grt | propulsion | port | notes row 1 : arataki i | 1948-84 | 74 | 320 bhp diesel, 10 knot | None | us navy harbour tug
row 2 : arataki ii | 1984-99 | 143 | 1100 bhp diesel, 12 knot | timaru | harbour tug
row 3 : hipi | 1942-56 | 39 | 100 bhp diesel, 8 knots | auckland | towing lighters
row 4 : kahanui | 1942-45 | 207 | 800 ihp sr t | wanganui | harbour tug
row 5 : manawanui i | 1948-52 | 74 | 329 bhp diesel, 10 knot | auckland | us navy harbour tug
row 6 : meola | 1961- | 19 | 76 bhp diesel, 9 knot | auckland | work boat
row 7 : toia | 1926-49 | 423 | 1250 ihp sr | wellington | world war i saint class naval tug, ] Execute this SQL based on the above table: select sum ( grt ) where port in ( 'wellington' , 'wanganui' ) | 630.0 |
[ header: goal | date | venue | opponent | score | result | competition row 1 : 1 | 12 august 1998 | asim ferhatovic hase stadium, | faroe islands | 1–0 | 1–0 | uefa euro 2000 qualifying
row 2 : 2 | 14 october 1998 | zalgiris stadium, vilnius | lithuania | 2–2 | 2–4 | uefa euro 2000 qualifying
row 3 : 3 | 9 october 1999 | kadriorg stadium, tallin | estonia | 1–1 | 4–1 | uefa euro 2000 qualifying
row 4 : 4 | 9 october 1999 | kadriorg stadium, tallin | estonia | 2–1 | 4–1 | uefa euro 2000 qualifying
row 5 : 5 | 9 october 1999 | kadriorg stadium, tallin | estonia | 3–1 | 4–1 | uefa euro 2000 qualifying
row 6 : 6 | 9 october 1999 | kadriorg stadium, tallin | estonia | 4–1 | 4–1 | uefa euro 2000 qualifying
row 7 : 7 | 2 september 2000 | asim ferhatovic hase stadium, | spain | 1-1 | 1–2 | 2002 fifa world cup qualification
row 8 : 8 | 15 august 2001 | asim ferhatovic hase stadium, | malta | 1–0 | 2–0 | friendly match
row 9 : 9 | 15 august 2001 | asim ferhatovic hase stadium, | malta | 2–0 | 2–0 | friendly match
row 10 : 10 | 7 october 2001 | asim ferhatovic hase stadium, | liechtenstein | 2–0 | 5–0 | 2002 fifa world cup qualification
row 11 : 11 | 7 october 2001 | asim ferhatovic hase stadium, | liechtenstein | 4–0 | 5–0 | 2002 fifa world cup qualification
row 12 : 12 | 11 october 2002 | asim ferhatovic hase stadium, | germany | 1–0 | 1–1 | friendly match
row 13 : 13 | 13 february 2003 | millennium stadium, cardiff | wales | 1–0 | 2–2 | friendly match
row 14 : 14 | 2 april 2003 | parken stadium, copenhagen | denmark | 2–0 | 2–0 | uefa euro 2004 qualifying ] Execute this SQL based on the above table: select count ( venue ) where venue = '2–0' | 0 |
[ header: typ | construction time | cylinders | capacity | power | top speed row 1 : vis-a-vis | 1900-1903 | 1 | 400 cc | 2,6 kw (3,5 p | 30 km/h (19 mph)
row 2 : 45 ps (33 kw; | 1900-1903 | 1 | 510 cc | 3,3 kw (4,5 ps | 35 km/h (22 mph)
row 3 : 24/28 ps | 1904-1905 | 4 inline | 4,016 cc | 20,6 kw (28 ps | 65 km/h (40 mph)
row 4 : 8/12 (8/14) ps | 1904-1906 | 2 inline | 2,008 cc | 8,8-10,3 kw (12-14 | 50 km/h (31 mph)
row 5 : 4/8 ps | 1906-1907 | 2 v | 1,032 cc | 5,9 kw (8 ps) | 55 km/h (34 mph)
row 6 : 5/9 ps | 1907-1909 | 2 inline | 1,134 cc | 6,6 kw (9 ps) | 60 km/h (37 mph)
row 7 : 11/18 ps | 1907-1910 | 4 inline | 2,799 cc | 13,2 kw (18 ps) | 55 km/h (34 mph)
row 8 : 23/50 ps | 1909-1912 | 4 inline | 5,800 cc | 42,6 kw (58 p | None
row 9 : 13/30 ps | 1909-1912 | 4 inline | 3,180 cc | 25,7 kw (35 ps | None
row 10 : 10/28 ps | 1909-1912 | 4 inline | 2,612 cc | 22 kw (30 ps) | None
row 11 : k 7/15 ps | 1910-1913 | 4 inline | 1,768 cc | 11 kw (15 ps) | 60 km/h (37 mph)
row 12 : 30/70 ps | 1911-1914 | 4 inline | 7,853 cc | 51 kw (70 ps) | 115 km/h (71 mph)
row 13 : 15/40 ps | 1913-1914 | 4 inline | 3,866 cc | 33 kw (45 ps) | 90 km/h (56 mph)
row 14 : 25/55 ps | 1913-1914 | 4 inline | 6,457 cc | 44 kw (60 ps) | None
row 15 : 12/30 ps | 1914 | 4 inline | 3,115 cc | 25,7 kw (35 ps | None
row 16 : 9/24 (9/30) ps | 1921-1924 | 4 inline | 2,298 cc | 17,6-22 kw (24-30 | 65 km/h (40 mph)-
row 17 : 18/60 ps | 1921-1924 | 4 inline | 4,712 cc | 44 kw (60 ps) | 100 km/h (62 mph)
row 18 : 18/80 ps | 1925-1927 | 6 inline | 4,704 cc | 59 kw (80 ps | 100 km/h (62 mph)
row 19 : standard 8 | 1928-1933 | 8 inline | 3,887 cc | 51-59 kw (70-80 | 100 km/h (62 mph)-
row 20 : standard 6 3u | 1933-1934 | 6 inline | 2,916 cc | 44 kw (60 ps) | 100 km/h (62 mph) ] Execute this SQL based on the above table: select count ( typ ) where capacity = '400 cc' | 0 |
[ header: weapon name | caliber (mm) | range (max) | warhead row 1 : m-8 | 82 mm | 5,900 m (6,500 yd | 0.64 kg (1.4 lb)
row 2 : m-13 | 132 mm | 8,740 m (9,560 | 4.9 kg (11 lb)
row 3 : m-13dd | 132 mm | 11,800 m (12,900 yd | 4.9 kg (11 lb)
row 4 : m-13uk | 132 mm | 7,900 m (8,600 yd | 4.9 kg (11 lb)
row 5 : m-20 | 132 mm | 5,050 m (5,520 y | 18.4 kg (41 lb)
row 6 : m-30 | 300 mm | 2,800 m (3,100 yd | 28.9 kg (64 lb)
row 7 : m-31 | 300 mm | 4,325 m (4,730 | 28.9 kg (64 lb)
row 8 : m-31uk | 300 mm | 4,000 m (4,400 yd | 28.9 kg (64 lb) ] Execute this SQL based on the above table: select warhead where weapon name = 'm-31uk' | 28.9 kg (64 lb) |
[ header: state | incumbent | party | result | candidates row 1 : idaho | herman welker | republican | lost re-election democratic gain | frank church (democratic) 56.
row 2 : illinois | everett m. dirks | republican | re-elected | everett m. dirks
row 3 : indiana | homer e. capehart | republican | re-elected | homer e. capehart (re
row 4 : kentucky special: class 2 | robert humphrey | democratic | appointee retired winner elected to finish term | john s. cooper (republican
row 5 : maryland | john m. butler | republican | re-elected | john m. butler (republic
row 6 : missouri | thomas c. henning | democratic | re-elected | thomas c. henning
row 7 : nevada | alan bible | democratic | re-elected | alan bible (democratic) 52.
row 8 : new hampshire | norris cotton | republican | re-elected | norris cotton (republican) 64
row 9 : north dakota | milton r. young | republican | re-elected | milton r. young (republican
row 10 : ohio | george h. bender | republican | lost re-election democratic gain | frank j. lausche (
row 11 : oregon | wayne morse | democratic | re-elected | wayne morse (democratic)
row 12 : pennsylvania | james h. duff | republican | lost re-election democratic gain | joseph s. clark (
row 13 : south carolina | olin b. johnston | democratic | re-elected | olin b. johnston (democrat
row 14 : utah | wallace f. bennett | republican | re-elected | wallace f. bennett (re
row 15 : west virginia special: class 1 | william r. laird | democratic | appointee retired winner elected to finish term | chapman revercomb (republican) ] Execute this SQL based on the above table: select result where incumbent = 'everett m. dirksen' order by party asc limit 1 | re-elected |
[ 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 place where archive of presentations = 'abstracts, slides,video' order by attendance limit 1400 | alexandria, egypt |
[ header: model | frame | years mfg'd | caliber(s) | production | barrel | notes row 1 : remington-beals army model revolve | large | 1861-1862 | 0.44 | 1,900 (estimated) | 8 inch octagon | None
row 2 : remington-beals navy model revolve | medium | 1861-1862 | 0.36 | 14,500 (estimated) | 7 1/2 inch octagon | None
row 3 : 1861 army revolver (old model army) | large | 1862 | 0.44 | 6,000 (estimated) | 8 inch octagon | None
row 4 : 1861 navy revolver | medium | 1862 | 0.36 | 7,000 (estimated) | 7 3/8 inch octagon | None
row 5 : new model army revolver | large | 1863-1875 | 0.44 | 122,000 (approximately) | 8 inch octagon | used for factory conversions in .46
row 6 : new model navy revolver | medium | 1863-1875 | 0.36 | 28,000 (approximately) | 7 3/8 inch octagon | used for factory and u.s. navy
row 7 : new model single action belt revolver | large | 1863-1875 | .36 percussion and .38 | 2,500 - 3,000 (estimated | 6 1/2 inch octagon | factory conversion production started in 1873
row 8 : remington-rider double action new | large | 1863-1873 | .36 percussion and .38 | 3,000 - 5,000 (estimated | 6 1/2 inch octagon | 1863-1865 available with fluted cylinder
row 9 : new model police revolver | medium | 1865-1873 | .36 percussion and .38 | 25,000 (estimated) | 3 1/2, 4 1/2, 5 1/2, 6 | conversions all believed to be rimfire only
row 10 : new model pocket revolver | medium | 1865-1873 | .31 percussion and .32 | 25,000 (estimated) | 3, 3 1/2, 4, 4 1/2 | majority produced as conversions or cartridge ] Execute this SQL based on the above table: select count ( * ) where frame = 'medium' | 5 |
[ header: year | single | chart positions spa | album row 1 : 2011 | "breathe in the light" | 10 | endless road 7058
row 2 : 2011 | "last night on earth" | 6 | endless road 7058
row 3 : 2012 | "i don't think so" | 7 | endless road 7058
row 4 : 2012 | "don't give up my game" | 13 | endless road 7058
row 5 : 2012 | "1900" | None | endless road 7058
row 6 : 2012 | "i met an angel (on christmas day) | 39 | christmas non-album release
row 7 : 2013 | "cuando te volvere | 34 | from soundtrack of wreck-it ralph
row 8 : 2013 | "heartbreaker" | 13 | anti-heroes ] Execute this SQL based on the above table: select album where album in ( 'endless road 7058' , 'from soundtrack of wreck-it ralph' ) order by album asc limit 907 | endless road 7058, endless road 7058, endless road 7058, endless road 7058, endless road 7058, from soundtrack of wreck-it ralph |
[ header: games | host city | dates | nations | participants | events row 1 : 1904 summer olympics | st. louis, missouri | 1 july - 23 november | 12 | 651 | 91
row 2 : 1932 winter olympics | lake placid, new york | 7 - 15 february | 17 | 252 | 14
row 3 : 1932 summer olympics | los angeles, californi | 30 july - 14 august | 37 | 1332 | 117
row 4 : 1960 winter olympics | squaw valley, californ | 2 - 20 february | 30 | 665 | 27
row 5 : 1980 winter olympics | lake placid, new york | 13 - 24 february | 37 | 1072 | 38
row 6 : 1984 summer olympics | los angeles, californi | 20 july - 18 august | 140 | 6829 | 221
row 7 : 1996 summer olympics | atlanta, georgia | 18 july - 4 august | 197 | 1318 | 271
row 8 : 2002 winter olympics | salt lake city, utah | 8 - 24 february | 77 | 2399 | 78 ] Execute this SQL based on the above table: select count ( events ) where games = '2002 winter olympics' | 1 |
[ header: no. | date | tournament | winning score | margin of victory | runner(s)-up row 1 : 1 | 20 jan 2008 | abu dhabi golf championship | -15 (66-65-68-74 | 4 strokes | henrik stenson, lee west
row 2 : 2 | 22 jun 2008 | bmw international open | -15 (68-63-67-75 | playoff | anders hansen
row 3 : 3 | 5 jul 2009 | open de france alstom | -13 (62-72-69-68 | playoff | lee westwood
row 4 : 4 | 12 jul 2009 | barclays scottish open | -15 (69-65-66-69 | 2 strokes | gonzalo fernandez-
row 5 : 5 | 24 jan 2010 | abu dhabi golf championship | -21 (67-67-67-66 | 1 stroke | ian poulter
row 6 : 6 | 15 aug 2010 | pga championship | -11 (72-68-67-70 | playoff | bubba watson
row 7 : 7 | 12 sep 2010 | klm open | -14 (67-67-66-66 | 4 strokes | christian nilsson,
row 8 : 8 | 10 oct 2010 | alfred dunhill links championship | -17 (68-69-68-66 | 3 strokes | danny willett
row 9 : 9 | 23 jan 2011 | abu dhabi hsb | -24 (67-65-66-66 | 8 strokes | rory mcilroy
row 10 : 10 | 6 nov 2011 | wgc-hsbc champion | -20 (69-68-68-63 | 3 strokes | fredrik jacobson ] Execute this SQL based on the above table: select count ( * ) where runner(s)-up = date | 0 |
[ header: | | | row 1 : 1962 | the trial/le proces | hilda | notes
row 2 : 1949 | in the good old summertime | baby | uncredited
row 3 : 1954 | the long, long trailer | wedding guest | scenes deleted
row 4 : 1967 | charlie bubbles | eliza | None
row 5 : 1969 | the sterile cuckoo | 'pookie' (mary ann | david di donatello for best foreign actress
row 6 : 1970 | tell me that you love me, juni | junie moon | None
row 7 : 1972 | cabaret | sally bowles | academy award for best actress bafta award
row 8 : 1974 | just one more time | herself | uncredited (short subject)
row 9 : 1974 | that's entertainment! | herself (narrator) | None
row 10 : 1974 | journey back to oz | dorothy | voice (recorded in 1963, released
row 11 : 1975 | lucky lady | claire | nominated - golden globe award for best
row 12 : 1976 | silent movie | herself | None
row 13 : 1976 | a matter of time | nina | None
row 14 : 1977 | new york, new york | francine evans | nominated - golden globe award for best
row 15 : 1981 | arthur | linda marolla | nominated - golden globe award for best
row 16 : 1983 | the king of comedy | herself | scenes deleted
row 17 : 1984 | the muppets take manhattan | herself | None
row 18 : 1985 | that's dancing! | herself - host | None
row 19 : 1987 | rent-a-cop | della roberts | golden raspberry award for worst actress
row 20 : 1988 | arthur 2: on the rocks | linda marolla bach | golden raspberry award for worst actress
row 21 : 1991 | stepping out | mavis turner | None
row 22 : 1994 | a century of cinema | herself | documentary
row 23 : 1995 | unzipped | herself - uncredited | documentary
row 24 : 2006 | the oh in ohio | alyssa donahue | None
row 25 : 2010 | broadway: beyond the golden age | herself | documentary
row 26 : 2010 | sex and the city 2 | wedding minister/herself | cameo appearance
row 27 : 2011 | lady gaga presents the monster ball tour: at | herself | guest appearance
row 28 : 2013 | smash | herself | guest appearance ] Execute this SQL based on the above table: select count ( ) where = 'None' | 0 |
[ header: month | day | visitor | score | home | score row 1 : dec | 28 | spokane | 5 | portland | 4
row 2 : jan | 1 | portland | 7 | seattle | 4
row 3 : jan | 4 | vancouver | 3 | portland | 5
row 4 : jan | 8 | seattle | 1 | spokane | 5
row 5 : jan | 11 | spokane | 1 | seattle | 3
row 6 : jan | 14 | portland | 4 | vancouver | 5
row 7 : jan | 16 | vancouver | 3 | seattle | 12
row 8 : jan | 18 | portland | 3 | spokane | 5
row 9 : jan | 22 | vancouver | 8 | spokane | 5
row 10 : jan | 25 | spokane | 5 | portland | 4
row 11 : jan | 28 | seattle | 2 | vancouver | 3
row 12 : jan | 30 | spokane | 2 | seattle | 4
row 13 : feb | 4 | seattle | 5 | vancouver | 6 (10:45 ot)
row 14 : feb | 6 | portland | 3 | seattle | 9
row 15 : feb | 8 | vancouver | 4 | portland | 8
row 16 : feb | 11 | portland | 3 | vancouver | 6
row 17 : feb | 13 | vancouver | 1 | seattle | 3
row 18 : feb | 15 | seattle | 2 | portland | 4
row 19 : feb | 18 | seattle | 1 | vancouver | 8
row 20 : feb | 20 | portland | 2 | seattle | 6
row 21 : feb | 22 | vancouver | 1 | portland | 2 (20:20 ot)
row 22 : feb | 25 | portland | 4 | vancouver | 9
row 23 : feb | 27 | vancouver | 1 | seattle | 2 (22:20 ot)
row 24 : march | 1 | seattle | 3 | portland | 1
row 25 : march | 4 | portland | 4 | vancouver | 8
row 26 : march | 6 | vancouver | 3 | seattle | 4 (2:58 ot)
row 27 : march | 8 | seattle | 6 | portland | 9 ] Execute this SQL based on the above table: select ( select score where score = 3 ) - ( select score where score = 5 ) | -2.0 |
[ 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 count ( nation ) where nation = 'italy' | 1 |
[ header: year | tournament | venue | played | won | lost | tied | n/r | result row 1 : 1989-90 | world series | australia | 8 | 6 | 2 | 0 | 0 | won
row 2 : 1990-91 | world series | australia | 10 | 9 | 1 | 0 | 0 | won
row 3 : 1991-92 | world series | australia | 10 | 7 | 2 | 0 | 1 | won
row 4 : 1992 | 5th world cup | aust/nz | 8 | 4 | 4 | 0 | 0 | eliminated
row 5 : 1992 | v sri lanka | sri lanka | 3 | 1 | 2 | 0 | 0 | lost
row 6 : 1993 | v new zealand | new zealand | 5 | 3 | 2 | 0 | 0 | won
row 7 : 1993 | texaco trophy | england | 3 | 3 | 0 | 0 | 0 | won
row 8 : 1993-94 | world series | australia | 11 | 7 | 4 | 0 | 0 | won
row 9 : 1994 | v south africa | south africa | 8 | 4 | 4 | 0 | 0 | drawn
row 10 : 1994 | wills triangular series | pakistan | 6 | 5 | 1 | 0 | 0 | won
row 11 : 1994-95 | world series | australia | 4 | 3 | 1 | 0 | 0 | won
row 12 : 1995 | nz centenary t'ment | new zealand | 4 | 3 | 1 | 0 | 0 | won
row 13 : 1995 | v west indies | west indies | 5 | 1 | 4 | 0 | 0 | lost
row 14 : 1995-96 | world series | australia | 10 | 7 | 3 | 0 | 0 | won
row 15 : 1996 | singer world series | sri lanka | 4 | 2 | 2 | 0 | 0 | runner-up
row 16 : 1996 | titan cup | india | 5 | 0 | 5 | 0 | 0 | eliminated
row 17 : 1997 | v south africa | south africa | 7 | 4 | 3 | 0 | 0 | won
row 18 : 1997 | texaco trophy | england | 3 | 0 | 3 | 0 | 0 | lost
row 19 : 1998 | v new zealand | australia | 4 | 2 | 2 | 0 | 0 | drawn
row 20 : 1998 | pepsi triangular series | india | 5 | 3 | 2 | 0 | 0 | won
row 21 : 1998 | coca-cola cup | sharjah | 5 | 4 | 1 | 0 | 0 | runner-up
row 22 : 1998 | wills cup | bangladesh | 1 | 0 | 1 | 0 | 0 | eliminated
row 23 : 1998 | v pakistan | pakistan | 3 | 3 | 0 | 0 | 0 | won
row 24 : 1999 | cub series | australia | 12 | 9 | 3 | 0 | 0 | won
row 25 : 1999 | v west indies | west indies | 7 | 3 | 3 | 1 | 0 | drawn
row 26 : 1999 | 7th world cup | uk/ire/neth | 10 | 7 | 2 | 1 | 0 | won
row 27 : 1999 | aiwa cup | sri lanka | 5 | 4 | 1 | 0 | 0 | runner-up
row 28 : 1999 | v zimbabwe | zimbabwe | 3 | 3 | 0 | 0 | 0 | won ] Execute this SQL based on the above table: select tied where result = 'runner-up' | 0, 0, 0 |
[ header: year | party affiliation | winner | number of votes | party affiliation | loser | number of votes | percentage of votes row 1 : 1920 | republican | william f. kopp | 38100 | democrat | e.w. mcmanus | 20977 | 64% - 36%
row 2 : 1930 | republican | william f. kopp | 27053 | democrat | max a. conrad | 15538 | 63% - 36%
row 3 : 1932 | democrat | edward c. eich | 55378 | republican | william f. kopp | 46738 | 54% - 46%
row 4 : 1936 | democrat | edward c. eich | 55721 | republican | john n. calhoun | 53474 | 51% - 49%
row 5 : 1938 | republican | thomas e. martin | 46636 | democrat | james p. gaffney | 33765 | 58% - 42%
row 6 : 1940 | republican | thomas e. martin | 70120 | democrat | mrs. zoe | 46040 | 60% - 40%
row 7 : 1946 | republican | thomas e. martin | 52488 | democrat | clair a. williams | 32849 | 62% - 38%
row 8 : 1948 | republican | thomas e. martin | 70959 | democrat | james d. france | 60860 | 53% - 46%
row 9 : 1950 | republican | thomas e. martin | 70058 | democrat | james d. france | 43140 | 62% - 38%
row 10 : 1954 | republican | fred schwengel | 67128 | democrat | john o'connor | 50577 | 57% - 43%
row 11 : 1960 | republican | fred schwengel | 104737 | democrat | walter j. guenther | 67287 | 61% - 39%
row 12 : 1962 | republican | fred schwengel | 65975 | democrat | harold stephens | 42000 | 61% - 39%
row 13 : 1964 | democrat | john r. schmidhauser | 84042 | republican | fred schwengel | 80697 | 51% - 49%
row 14 : 1966 | republican | fred schwengel | 64795 | democrat | john r. schmidhauser | 60534 | 51% - 48%
row 15 : 1968 | republican | fred schwengel | 91419 | democrat | john r. schmidhauser | 81049 | 53% - 47%
row 16 : 1970 | republican | fred schwengel | 60270 | democrat | edward mezvinsky | 59505 | 50% - 49%
row 17 : 1974 | democrat | edward mezvinsky | 75687 | republican | james a. leach | 63540 | 54% - 46%
row 18 : 1978 | republican | james a. leach | 79940 | democrat | richard e. meyers | 45037 | 63% - 36%
row 19 : 1982 | republican | james a. leach | 89595 | democrat | bill gluba | 61734 | 59% - 41%
row 20 : 1984 | republican | james a. leach | 131182 | democrat | kevin ready | 65293 | 68% - 33%
row 21 : 1986 | republican | james a. leach | 86834 | democrat | john r. whitaker | 43985 | 66% - 34% ] Execute this SQL based on the above table: select percentage of votes where number of votes = 61734 and party affiliation = 'democrat' | 59% - 41% |
[ header: club | played | won | drawn | lost | points for | points against | bonus points | points row 1 : biarritz olympique | 26 | 19 | None | 7 | 694 | 350 | 14 | 90
row 2 : stade francais | 26 | 19 | None | 7 | 633 | 437 | 13 | 89
row 3 : stade toulousain | 26 | 19 | None | 7 | 713 | 427 | 12 | 88
row 4 : usa perpignan | 26 | 18 | None | 8 | 671 | 398 | 12 | 84
row 5 : su agen | 26 | 15 | None | 11 | 655 | 540 | 10 | 70
row 6 : cs bourgoin-jal | 26 | 14 | None | 12 | 591 | 516 | 11 | 67
row 7 : castres olympique | 26 | 13 | None | 13 | 685 | 559 | 14 | 66
row 8 : asm clermont | 26 | 14 | None | 12 | 577 | 569 | 7 | 63
row 9 : ca brive | 26 | 10 | 1 | 15 | 431 | 553 | 9 | 51
row 10 : rc narbonne | 26 | 11 | None | 15 | 533 | 775 | 3 | 47
row 11 : montpellier rc | 26 | 9 | 0 | 17 | 574 | 659 | 10 | 46
row 12 : aviron bayonnais | 26 | 8 | 1 | 17 | 514 | 669 | 9 | 43
row 13 : section paloise | 26 | 9 | 0 | 17 | 476 | 790 | 4 | 40
row 14 : rc toulonnais | 26 | 3 | 0 | 23 | 332 | 837 | 7 | 19 ] Execute this SQL based on the above table: select lost where points against > 475 and points against < 962 | 11.0, 12.0, 13.0, 12.0, 15.0, 15.0, 17.0, 17.0, 17.0, 23.0 |
[ header: week | opponent | result | game site | tv | time | attendance | bye row 1 : 1 | at denver broncos | l 3-19 | mile high stadium | nbc | 4:15pm | 75600 |
row 2 : 2 | at oakland raiders | w 28-27 | network associates coliseum | abc | 9:00pm | 61523 |
row 3 : 3 | buffalo bills | w 22-16 | arrowhead stadium | nbc | 1:00pm | 78169 |
row 4 : 4 | at carolina panthers | w 35-14 | bank of america stadium | nbc | 1:00pm | 67402 |
row 5 : 5 | seattle seahawks | w 20-17 ot | arrowhead stadium | nbc | 4:15pm | 77877 |
row 6 : 6 | at miami dolphins | l 14-17 | pro player stadium | nbc | 1:00pm | 71794 |
row 7 : 7 | None | None | None | None | None | None |
row 8 : 8 | san diego chargers | w 31-3 | arrowhead stadium | tnt | 8:00pm | 77195 |
row 9 : 9 | at st. louis rams | w 28-20 | edward jones dome | nbc | 1:00pm | 64864 |
row 10 : 10 | pittsburgh steelers | w 13-10 | arrowhead stadium | abc | 9:00pm | 78301 |
row 11 : 11 | at jacksonville jaguars | l 14-24 | alltel stadium | nbc | 1:00pm | 70444 |
row 12 : 12 | denver broncos | w 24-22 | arrowhead stadium | nbc | 1:00pm | 77963 |
row 13 : 13 | at seattle seahawks | w 19-14 | kingdome | nbc | 4:15pm | 66264 |
row 14 : 14 | san francisco 49ers | w 44-9 | arrowhead stadium | fox | 1:00pm | 77535 |
row 15 : 15 | oakland raiders | w 30-0 | arrowhead stadium | nbc | 1:00pm | 76379 |
row 16 : 16 | at san diego chargers | w 29-7 | qualcomm stadium | nbc | 4:15pm | 54594 |
row 17 : 17 | new orleans saints | w 25-13 | arrowhead stadium | fox | 1:00pm | 66772 |
row 18 : divisional playoff | denver broncos | l 10-14 | arrowhead stadium | nbc | 4:15pm | 76965 | ] Execute this SQL based on the above table: select result where id = ( select id where result = 'l 14-24' ) - 1 | w 13-10 |
[ header: year | award | result | category | series row 1 : 2004 | bet comedy awards | won | outstanding supporting actor in a comedy series | scrubs
row 2 : 2002 | bet comedy awards | won | outstanding supporting actor in a comedy series | scrubs
row 3 : 2004 | teen choice awards | nominated | choice tv sidekick | scrubs
row 4 : 2005 | teen choice awards | nominated | choice tv sidekick | scrubs
row 5 : 2006 | teen choice awards | nominated | choice tv sidekick | scrubs
row 6 : 2007 | teen choice awards | nominated | choice tv sidekick | scrubs
row 7 : 2005 | naacp image awards | nominated | outstanding supporting actor in a comedy series | scrubs
row 8 : 2006 | naacp image awards | nominated | outstanding actor in a comedy series | scrubs
row 9 : 2007 | naacp image awards | nominated | outstanding actor in a comedy series | scrubs
row 10 : 2008 | naacp image awards | nominated | outstanding actor in a comedy series | scrubs ] Execute this SQL based on the above table: select sum ( result + series ) where award = 'naacp image awards' | 0 |
[ header: year | actor | award | category | role | episode | result row 1 : 1992 | nancy cartwright | primetime emmy award | outstanding voice-over performance | bart simpson | "separate vocations" | won
row 2 : 1992 | dan castellaneta | primetime emmy award | outstanding voice-over performance | homer simpson | "lisa's pony" | won
row 3 : 1992 | julie kavner | primetime emmy award | outstanding voice-over performance | marge simpson | "i married marge" | won
row 4 : 1992 | jackie mason | primetime emmy award | outstanding voice-over performance | rabbi hyman k | "like father, like clown" | won
row 5 : 1992 | yeardley smith | primetime emmy award | outstanding voice-over performance | lisa simpson | "lisa the greek" | won
row 6 : 1992 | marcia wallace | primetime emmy award | outstanding voice-over performance | edna krabappel | "bart the lover" | won
row 7 : 1993 | dan castellaneta | primetime emmy award | outstanding voice-over performance | homer simpson | "mr. plow" | won
row 8 : 1995 | nancy cartwright | annie award | voice acting in the field of animation | bart simpson | "radio bart" | won
row 9 : 1997 | maggie roswell | annie award | best voice acting by a female performer | shary bobbins | "simpsoncalifragilisticex | nominated
row 10 : 1998 | hank azaria | primetime emmy award | outstanding voice-over performance | apu nahasapee | None | won
row 11 : 2001 | hank azaria | primetime emmy award | outstanding voice-over performance | various | "worst episode ever" | won
row 12 : 2003 | hank azaria | primetime emmy award | outstanding voice-over performance | various | "moe baby blues" | won
row 13 : 2004 | dan castellaneta | primetime emmy award | outstanding voice-over performance | various characters | "today i am a clown" | won
row 14 : 2006 | kelsey grammer | primetime emmy award | outstanding voice-over performance | sideshow bob | "the italian bob" | won
row 15 : 2007 | julie kavner | annie award | best voice acting in an animated feature | marge simpson | the simpsons movie | nominated
row 16 : 2009 | hank azaria | primetime emmy award | outstanding voice-over performance | moe szyslak | "eeny teeny maya mo | nominated
row 17 : 2009 | dan castellaneta | primetime emmy award | outstanding voice-over performance | homer simpson | "father knows worst" | won
row 18 : 2009 | harry shearer | primetime emmy award | outstanding voice-over performance | mr. burns, smithers | "the burns and the bees" | nominated
row 19 : 2010 | hank azaria | primetime emmy award | outstanding voice-over performance | moe szyslak, | "moe letter blues" | nominated
row 20 : 2010 | dan castellaneta | primetime emmy award | outstanding voice-over performance | homer simpson, grampa | "thursday with abie" | nominated ] Execute this SQL based on the above table: select year order by id desc limit 1 | 2010 |
[ header: date | site | winning team | winning team | losing team | losing team | series row 1 : 1959 | ames | missouri | 14 | iowa state | 0 | missouri 30-16-6
row 2 : 1960 | columbia | missouri | 34 | iowa state | 8 | missouri 31-16-6
row 3 : 1962 | columbia | missouri | 21 | iowa state | 6 | missouri 33-16-6
row 4 : 1963 | ames | missouri | 7 | iowa state | 0 | missouri 34-16-6
row 5 : 1964 | columbia | missouri | 10 | iowa state | 0 | missouri 35-16-6
row 6 : 1965 | ames | missouri | 23 | iowa state | 7 | missouri 36-16-6
row 7 : 1967 | ames | missouri | 23 | iowa state | 7 | missouri 37-16-7
row 8 : 1969 | ames | missouri | 40 | iowa state | 13 | missouri 39-16-7
row 9 : 1971 | ames | iowa state | 45 | missouri | 17 | missouri 39-18-7
row 10 : 1973 | ames | iowa state | 17 | missouri | 7 | missouri 40-19-7
row 11 : 1974 | columbia | missouri | 10 | iowa state | 7 | missouri 41-19-7
row 12 : 1976 | columbia | iowa state | 21 | missouri | 17 | missouri 42-20-7
row 13 : 1977 | ames | iowa state | 7 | missouri | 0 | missouri 42-21-7
row 14 : 1978 | columbia | missouri | 26 | iowa state | 13 | missouri 43-21-7
row 15 : 1980 | columbia | missouri | 14 | iowa state | 10 | missouri 45-21-7
row 16 : 1982 | columbia | iowa state | 17 | missouri | 17 | missouri 45-22-8
row 17 : 1983 | ames | missouri | 41 | iowa state | 18 | missouri 46-22-8
row 18 : 1985 | ames | missouri | 28 | iowa state | 27 | missouri 47-22-9
row 19 : 1988 | columbia | iowa state | 21 | missouri | 3 | missouri 48-24-9
row 20 : 1992 | ames | iowa state | 28 | missouri | 14 | missouri 48-28-9
row 21 : 1995 | columbia | missouri | 45 | iowa state | 31 | missouri 51-28-9
row 22 : 1998 | ames | #21 missouri | 35 | iowa state | 19 | missouri 53-29-9
row 23 : 1999 | columbia | iowa state | 24 | missouri | 21 | missouri 53-30-9
row 24 : 2000 | ames | iowa state | 39 | missouri | 20 | missouri 53-31-9
row 25 : 2001 | columbia | iowa state | 20 | missouri | 14 | missouri 53-32-9
row 26 : 2004 | ames | missouri | 17 | iowa state | 14 | missouri 55-33-9
row 27 : 2007 | columbia | #13 missouri | 42 | iowa state | 28 | missouri 57-34-9
row 28 : 2008 | ames | #11 missouri | 52 | iowa state | 20 | missouri 58-34-9
row 29 : 2009 | columbia | missouri | 34 | iowa state | 24 | missouri 59-34-9
row 30 : 2010 | ames | #15 missouri | 14 | iowa state | 0 | missouri 60-34-9 ] Execute this SQL based on the above table: select series where series = 'missouri 31-16-6' | missouri 31-16-6 |
[ header: team | location | stadium | capacity | manager | captain | kit manufacturer | shirt sponsor row 1 : auckland city fc | auckland | kiwitea street | 3500 | ramon tribulietx | ivan vicelich | nike | trillian trust inc
row 2 : canterbury united | christchurch | asb football park | 9000 | keith braithwaite | dan terris | samurai | robbie's bar and bistro
row 3 : hawke's bay united | napier | bluewater stadium | 5000 | chris greatholder | bill robertson | samurai | kinetic electrical
row 4 : otago united | dunedin | forsyth barr stadium | 30500 | richard murray | tristan prattley | canterbury | gran's remedy
row 5 : team wellington | wellington | david farrington park | 3000 | matt calcott | karl whalen | adidas | exodus health & fitness club
row 6 : waikato fc | hamilton | porritt stadium | 2700 | mark cossey | adam thomas | nike | the soccer shop
row 7 : waitakere united | waitakere city | fred taylor park | 2500 | paul marshall | jake butler | lotto sport italia | cuesports foundation
row 8 : youngheart manawatu | palmerston north | memorial park | 8000 | stu jacobs | nathan cooksley | nike | new zealand pharmaceuticals ] Execute this SQL based on the above table: select count ( kit manufacturer ) where stadium = 'bluewater stadium' | 1 |
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 9 | kimi raikkonen | mclaren-mercedes | 44 | 1:30:01.295 | 2 | 10
row 2 : 2 | 5 | fernando alonso | renault | 44 | 28.394 | 4 | 8
row 3 : 3 | 3 | jenson button | bar-honda | 44 | 32.077 | 8 | 6
row 4 : 4 | 7 | mark webber | williams-bmw | 44 | +1:09.167 | 9 | 5
row 5 : 5 | 2 | rubens barrichello | ferrari | 44 | +1:18.136 | 12 | 4
row 6 : 6 | 11 | jacques villeneuve | sauber-petronas | 44 | +1:27.435 | 14 | 3
row 7 : 7 | 17 | ralf schumacher | toyota | 44 | +1:27.574 | 5 | 2
row 8 : 8 | 18 | tiago monteiro | jordan-toyota | 43 | +1 lap | 19 | 1
row 9 : 9 | 15 | christian klien | red bull-cosworth | 43 | +1 lap | 16 | None
row 10 : 10 | 12 | felipe massa | sauber-petronas | 43 | +1 lap | 7 | None
row 11 : 11 | 19 | narain karthikeyan | jordan-toyota | 43 | +1 lap | 20 | None
row 12 : 12 | 21 | christijan albers | minardi-cosworth | 42 | +2 laps | 18 | None
row 13 : 13 | 20 | robert doornbos | minardi-cosworth | 41 | +3 laps | 17 | None
row 14 : 14 | 10 | juan pablo montoya | mclaren-mercedes | 40 | collision | 1 | None
row 15 : 15 | 8 | antonio pizzonia | williams-bmw | 39 | collision | 15 | None
row 16 : ret | 16 | jarno trulli | toyota | 34 | accident | 3 | None
row 17 : ret | 14 | david coulthard | red bull-cosworth | 18 | engine | 11 | None
row 18 : ret | 1 | michael schumacher | ferrari | 13 | collision | 6 | None
row 19 : ret | 4 | takuma sato | bar-honda | 13 | collision | 10 | None
row 20 : ret | 6 | giancarlo fisichella | renault | 10 | accident | 13 | None ] Execute this SQL based on the above table: select points where points = 5 | 5 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | south korea | 7 | 6 | 1 | 14
row 2 : 2 | china | 5 | 5 | 2 | 12
row 3 : 3 | japan | 3 | 1 | 5 | 9
row 4 : 4 | hong kong | 2 | 3 | 5 | 10
row 5 : 5 | chinese taipei | 2 | 0 | 0 | 2
row 6 : 6 | iran | 1 | 3 | 2 | 6
row 7 : 7 | thailand | 1 | 2 | 3 | 6
row 8 : 8 | malaysia | 1 | 1 | 5 | 7
row 9 : 9 | kyrgyzstan | 1 | 0 | 0 | 1
row 10 : 10 | kazakhstan | 0 | 1 | 0 | 1
row 11 : 10 | uzbekistan | 0 | 1 | 0 | 1
row 12 : total | total | 23 | 23 | 23 | 69 ] Execute this SQL based on the above table: select count ( nation ) | 12 |
[ header: name | took office | left office | party | district residence | notes row 1 : district created | district created | november 16, 1907 | None | None | None
row 2 : james s. davenport | november 16, 1907 | march 4, 1909 | democratic | None | None
row 3 : charles e. creager | march 4, 1909 | march 4, 1911 | republican | None | None
row 4 : james s. davenport | march 4, 1911 | march 4, 1915 | democratic | None | redistricted to the 1st district
row 5 : charles d. carter | march 4, 1915 | march 4, 1927 | democratic | None | redistricted from the 4th district
row 6 : wilburn cartwright | march 4, 1927 | january 3, 1943 | democratic | None | None
row 7 : paul stewart | january 3, 1943 | january 3, 1947 | democratic | None | None
row 8 : carl albert | january 3, 1947 | january 3, 1977 | democratic | mcalester | speaker of the u.s. house of
row 9 : wes watkins | january 3, 1977 | january 3, 1991 | democratic | ada | None
row 10 : bill brewster | january 3, 1991 | january 3, 1997 | democratic | None | None
row 11 : wes watkins | january 3, 1997 | january 3, 2003 | republican | stillwater | None
row 12 : frank lucas | january 3, 2003 | present | republican | cheyenne | redistricted from the 6th district, ] Execute this SQL based on the above table: select name where name = 'carl albert' | carl albert |
[ header: tie no | home team | score | away team | attendance row 1 : 1 | ifk vasteras (d2) | 3-2 | ik sleipner (d | 875
row 2 : 2 | kramfors if (n) | 2-4 (aet) | bk kenty (d3) | 2808
row 3 : 3 | reymersholms ik | 5-2 | atvidabergs ff (d | 1504
row 4 : 4 | wifsta/ostrands if | 4-3 | ludvika ffi | 974
row 5 : 5 | raa if (d3) | 3-2 | sandvikens if (d | 2116
row 6 : 6 | sandvikens aik | 2-3 (aet) | tidaholms g | 822
row 7 : 7 | karlstads bik (d | 2-5 | if friska viljor (n) | 1550
row 8 : 8 | sandviks ik (n | 2-3 | surahammars if (d2) | None ] Execute this SQL based on the above table: select home team order by home team desc limit 1 | wifsta/ostrands if (n) |
[ header: year | position row 1 : 1957 | did not enter
row 2 : 1959 | did not enter
row 3 : 1962 | did not enter
row 4 : 1963 | did not enter
row 5 : 1965 | did not enter
row 6 : 1968 | did not qualify
row 7 : 1970 | did not qualify
row 8 : 1972 | round 1
row 9 : 1974 | withdrew
row 10 : 1976 | did not qualify
row 11 : 1978 | did not qualify
row 12 : 1980 | did not qualify
row 13 : 1982 | did not qualify
row 14 : 1984 | round 1
row 15 : 1986 | did not qualify
row 16 : 1988 | did not qualify
row 17 : 1990 | withdrew
row 18 : 1992 | did not qualify
row 19 : 1994 | withdrew during qualifying
row 20 : 1996 | did not qualify
row 21 : 1998 | round 1
row 22 : 2000 | round 1
row 23 : 2002 | round 1
row 24 : 2004 | did not qualify
row 25 : 2006 | round 1
row 26 : 2008 | did not qualify
row 27 : 2010 | withdrew due to rebel attack
row 28 : 2012 | did not qualify
row 29 : 2013 | quarter-final ] Execute this SQL based on the above table: select count ( position ) where year < ( select year where position = 'withdrew due to rebel attack' ) | 26 |
[ header: year | men's winner | time (h:m:s) | women's winner | time (h:m:s) | finishers row 1 : 1996 | zoltan kaldy (h | 1:04:45 | simona staicu (hun) | 1:11:11 | 1768
row 2 : 1997 | keita fujino (jp | 1:03:14 | sachie ozaki (jp | 1:11:04 | 2535
row 3 : 1998 | seiji hamada (jp | 1:02:44 | kazumi kanbayashi (j | 1:10:37 | 2703
row 4 : 1999 | takaki morikawa (jp | 1:03:28 | tomoko tamamushi (j | 1:12:15 | 3422
row 5 : 2000 | piotr gladki (pol) | 1:04:45 | mihaela botezan (rom) | 1:10:17 | 4024
row 6 : 2001 | sreten ninkovic (y | 1:04:43 | beata rakonczai (h | 1:13:33 | 3912
row 7 : 2002 | william kipsang (ken) | 1:02:59 | beata rakonczai (h | 1:13:39 | 4403
row 8 : 2003 | miklos zatyko ( | 1:05:53 | aniko kalovics (hun) | 1:11:08 | 4470
row 9 : 2004 | sreten ninkovic (s | 1:06:51 | aniko kalovics (hun) | 1:11:18 | 4601
row 10 : 2005 | andras juhasz (h | 1:05:57 | eszter erdelyi | 1:16:10 | 5466
row 11 : 2006 | barnabas bene (hun) | 1:06:32 | aniko kalovics (hun) | 1:10:46 | 4964
row 12 : 2007 | balazs ott (h | 1:07:19 | krisztina papp | 1:12:09 | 5020
row 13 : 2008 | roberto pasquale ruti | 1:07:22 | beata rakonczai (h | 1:14:38 | 4930
row 14 : 2009 | erkolo ashenafi ( | 1:07:24 | krisztina papp | 1:15:27 | 4848
row 15 : 2010 | laszlo toth (hun | 1:04:38 | krisztina papp | 1:13:13 | 5520
row 16 : 2011 | tamas kovacs (h | 1:06:03 | aniko kalovics (hun) | 1:15:04 | 6203
row 17 : 2012 | gabor jozsa (hun | 1:06:36 | krisztina papp | 1:15:07 | 6751
row 18 : 2013 | henry kemboi (ken) | 1:05:53 | krisztina papp | 1:12:32 | 7436 ] Execute this SQL based on the above table: select count ( men's winner ) where time (h:m:s) > 885 | 0 |
[ header: # | date | visitor | score | home | record | pts row 1 : 1 | december 21 | ottawa senators | 5-2 | montreal canadiens | 1-0-0 | 2
row 2 : 2 | december 26 | toronto arenas | 2-5 | ottawa senators | 2-0-0 | 4
row 3 : 3 | december 31 | ottawa senators | 2-4 | toronto arenas | 2-1-0 | 4
row 4 : 4 | january 2 | montreal canadiens | 2-7 | ottawa senators | 3-1-0 | 6
row 5 : 5 | january 4 | ottawa senators | 2-5 | montreal canadiens | 3-2-0 | 6
row 6 : 6 | january 9 | toronto arenas | 2-4 | ottawa senators | 4-2-0 | 8
row 7 : 7 | january 14 | ottawa senators | 2-5 | toronto arenas | 4-3-0 | 8
row 8 : 8 | january 16 | montreal canadiens | 10-6 | ottawa senators | 4-4-0 | 8
row 9 : 9 | january 18 | ottawa senators | 3-5 | montreal canadiens | 4-5-0 | 8
row 10 : 10 | january 23 | toronto arenas | 2-3 | ottawa senators | 5-5-0 | 10
row 11 : 11 | january 25 | ottawa senators | 1-0 | montreal canadiens | 1-0-0 | 2
row 12 : 12 | january 28 | ottawa senators | 2-1 | toronto arenas | 2-0-0 | 4
row 13 : 13 | january 30 | montreal canadiens | 2-3 | ottawa senators | 3-0-0 | 6
row 14 : 14 | february 6 | toronto arenas | 1-3 | ottawa senators | 4-0-0 | 8
row 15 : 15 | february 8 | ottawa senators | 3-4 | montreal canadiens | 4-1-0 | 18
row 16 : 16 | february 13 | montreal canadiens | 0-7 | ottawa senators | 5-1-0 | 10
row 17 : 17 | february 18 | ottawa senators | 4-3 | toronto arenas | 6-1-0 | 12
row 18 : 18 | february 20 | toronto arenas | 3-9 | ottawa senators | 7-1-0 | 14 ] Execute this SQL based on the above table: select count ( home ) where home = 'ottawa senators' | 9 |
[ header: category | | area (sq miles) | area (km2) | population (2011) | density (per km2) row 1 : mainland | aberdeen city | 70 | 182 | 222800 | 1224
row 2 : mainland | aberdeenshire | 2439 | 6317 | 253000 | 40
row 3 : mainland | angus | 843 | 2184 | 116000 | 53
row 4 : mainland | argyll and bute | 2712 | 7023 | 88200 | 13
row 5 : mainland | clackmannanshire | 61 | 158 | 51400 | 325
row 6 : mainland | dumfries and galloway | 2489 | 6446 | 151300 | 23
row 7 : mainland | dundee city | 21 | 55 | 147300 | 2678
row 8 : mainland | east ayrshire | 492 | 1275 | 122700 | 96
row 9 : mainland | east dunbartonshire | 68 | 176 | 105000 | 597
row 10 : mainland | east lothian | 257 | 666 | 99700 | 150
row 11 : mainland | east renfrewshire | 65 | 168 | 90600 | 539
row 12 : mainland | city of edinburgh | 100 | 260 | 476600 | 1833
row 13 : mainland | falkirk | 113 | 293 | 156000 | 532
row 14 : mainland | fife | 517 | 1340 | 365200 | 273
row 15 : mainland | glasgow city | 68 | 175 | 593200 | 3390
row 16 : mainland | highland | 10085 | 26119 | 232100 | 9
row 17 : mainland | inverclyde | 64 | 167 | 81500 | 488
row 18 : mainland | midlothian | 135 | 350 | 83200 | 238
row 19 : mainland | moray | 864 | 2237 | 93300 | 42
row 20 : mainland | north ayrshire | 343 | 888 | 138200 | 156
row 21 : mainland | north lanarkshire | 184 | 476 | 337800 | 710
row 22 : mainland | perth and kinross | 2083 | 5395 | 146700 | 27
row 23 : mainland | renfrewshire | 102 | 263 | 174900 | 665
row 24 : mainland | scottish borders | 1825 | 4727 | 113900 | 24
row 25 : mainland | south ayrshire | 475 | 1230 | 112800 | 92
row 26 : mainland | south lanarkshire | 686 | 1778 | 313800 | 176
row 27 : mainland | stirling | 866 | 2243 | 90200 | 40
row 28 : mainland | west dunbartonshire | 68 | 176 | 90700 | 515
row 29 : mainland | west lothian | 165 | 427 | 175100 | 410
row 30 : None | total mainland | 28260 | 73193 | 5223100 | 71
row 31 : island | na h-eileanan | 1185 | 3070 | 27700 | 8
row 32 : island | orkney islands | 396 | 1025 | 21400 | 21
row 33 : island | shetland islands | 568 | 1471 | 23200 | 15
row 34 : None | total islands | 2149 | 5566 | 72300 | 13
row 35 : None | total scotland | 30409 | 78759 | 5295400 | 67 ] Execute this SQL based on the above table: select order by desc limit 1 | west lothian |
[ header: # | name | office | political party | occupation row 1 : 1 | ole olsen strø | 1886-1901 | None | church bell ringer
row 2 : 2 | peder olai kleppe | 1902-1919 | None | fisherman
row 3 : 3 | olai naustheller | 1920-1925 | None | farmer
row 4 : 4 | mikkel nilsen birkel | 1926-1935 | None | farmer
row 5 : 5 | magnus larssen | 1935-1937 | None | school teacher
row 6 : 6 | salomon o. fagerbak | 1938-1945 | None | fisherman
row 7 : 7 | salomon v. kalvenes | 1946-1959 | None | fisherman
row 8 : 8 | rikard s. storebø | 1960-1969 | liberal party | social security manager
row 9 : 9 | peder kalve | 1970-1975 | conservative party | maritime pilot
row 10 : 10 | magnus stangeland | 1976-1981 | centre party | school principal
row 11 : 11 | knut k. kalvenes | 1982-1985 | conservative party | retailer
row 12 : 12 | hallvard møgster | 1986-1989 | christian democratic party | captain
row 13 : 13 | inge bjarne storeb | 1990-2001 | conservative party | bank manager
row 14 : 14 | olav p. arland | 2001-2003 | christian democratic party | shipmaster
row 15 : 15 | helge andre njasta | 2003- | progress party | student ] Execute this SQL based on the above table: select count ( * ) where occupation = 'school principal' | 1 |
[ header: name | town | deanery | vicariate | founded | original ethnic community row 1 : st. ann | hamden | hamden-north haven | new haven | 1919 | italian
row 2 : st. anthony | prospect | naugatuck-cheshire | waterbury | 1943 | none
row 3 : ascension | hamden | hamden-north haven | new haven | 1964 | none
row 4 : st. bridget | manchester | manchester | hartford | 1870 | none
row 5 : st. catherine of sien | west simsbury (simsbury | farmington valley | hartford | 1971 | none
row 6 : st. christopher | east hartford | manchester | hartford | 1965 | none
row 7 : church of the epiphany | cheshire | naugatuck-cheshire | waterbury | 1967 | none
row 8 : st. francis xa | new milford | suburban waterbury | waterbury | 1871 | none
row 9 : st. gabriel | windsor | farmington valley | hartford | 1894 | none
row 10 : st. gertrude | windsor | farmington valley | hartford | 1947 | none
row 11 : st. hedwig | union city (naugatuck) | naugatuck-cheshire | waterbury | 1906 | polish
row 12 : holy infant | orange | west shore line | new haven | 1952 | none
row 13 : immaculate conception | new hartford | litchfield | waterbury | 1869 | none
row 14 : immaculate conception | norfolk | litchfield | waterbury | 1889 | none
row 15 : st. john the evangelis | new britain | new britain | hartford | 1916 | none
row 16 : st. joseph | canaan | litchfield | waterbury | 1920 | none
row 17 : st. joseph | winsted (winchester) | litchfield | waterbury | 1853 | none
row 18 : st. lawrence | west haven | west shore line | new haven | 1886 | none
row 19 : st. margaret mary | south windsor | manchester | hartford | 1961 | none
row 20 : st. mary | newington | suburban hartford | hartford | 1924 | none
row 21 : st. mary | union city (naugatuck) | naugatuck-cheshire | waterbury | 1907 | none
row 22 : st. mary | unionville (farmington) | farmington valley | hartford | 1874 | none
row 23 : st. mary | windsor locks | enfield | hartford | 1852 | none
row 24 : st. michael | waterbury | waterbury | waterbury | 1897 | none
row 25 : our lady of loreto | waterbury | waterbury | waterbury | 1971 | portuguese
row 26 : our lady of mt. carmel | waterbury | waterbury | waterbury | 1923 | italian
row 27 : our lady of the lakes | new milford | suburban waterbury | waterbury | 1990 | none
row 28 : st. patrick | collinsville (canton) | farmington valley | hartford | 1856 | none
row 29 : st. peter | torrington | litchfield | waterbury | 1910 | italian
row 30 : st. peter claver | west hartford | suburban hartford | hartford | 1966 | none
row 31 : sacred heart | new haven | new haven | new haven | 1876 | none
row 32 : st. stanislaus | bristol | bristol | waterbury | 1919 | polish ] Execute this SQL based on the above table: select town where id = ( select id where town = 'windsor locks' ) - 1 | unionville (farmington) |
[ 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 count ( date ) where date = 'l 17-3' | 0 |
[ header: star | start year | end year | maximum year | maximum magnitude | distance at maximum (ly) | current distance | current magnitude row 1 : epsilon canis majoris | None | -4,460,000 | -4,700,000 | -3.99 | 34 | 430 | 1.5
row 2 : beta canis majoris | -4,460,000 | -3,700,000 | -4,420,000 | -3.65 | 37 | 500 | 1.99
row 3 : canopus (first time) | -3,700,000 | -1,370,000 | -3,110,000 | -1.86 | 177 | 310 | -0.72
row 4 : zeta sagittarii | -1,370,000 | -1,080,000 | -1,200,000 | -2.74 | 8 | 89.1 | 2.6
row 5 : zeta leporis | -1,080,000 | -950,000 | -1,050,000 | -2.05 | 5.3 | 70 | 3.55
row 6 : canopus (second time) | -950,000 | -420,000 | -950,000 | -1.09 | 252 | 310 | -0.72
row 7 : aldebaran | -420,000 | -210,000 | -320,000 | -1.54 | 21.5 | 65 | 0.85
row 8 : capella | -210,000 | -160,000 | -240,000 | -0.82 | 27.9 | 42.2 | 0.08
row 9 : canopus (third time) | -160,000 | -90,000 | -160,000 | -0.7 | 302 | 310 | -0.72
row 10 : sirius (current) | -90,000 | +210,000 | +60,000 | -1.64 | 7.8 | 8.6 | -1.46
row 11 : vega | +210,000 | +480,000 | +290,000 | -0.81 | 17.2 | 25.04 | 0.03
row 12 : canopus (fourth time) | +480,000 | +990,000 | +480,000 | -0.4 | 346 | 310 | -0.72
row 13 : beta aurigae | +990,000 | +1,150,000 | +1,190,000 | -0.4 | 28.5 | 82.1 | 1.9
row 14 : delta scuti | +1,150,000 | +1,330,000 | +1,250,000 | -1.84 | 9.2 | 187 | 4.72
row 15 : gamma draconis | +1,330,000 | +2,030,000 | +1,550,000 | -1.39 | 27.7 | 154 | 2.36
row 16 : upsilon librae | +2,030,000 | +2,670,000 | +2,290,000 | -0.46 | 30 | 195 | 3.6
row 17 : nr canis majoris | +2,670,000 | +3,050,000 | +2,870,000 | -0.88 | 14 | 280 | 5.6
row 18 : omicron herculis | +3,050,000 | +3,870,000 | +3,470,000 | -0.63 | 44 | 346 | 3.83
row 19 : beta cygni | +3,870,000 | None | +4,610,000 | -0.52 | 80 | 390 | 3.18 ] Execute this SQL based on the above table: select count ( star ) | 19 |
[ header: year | competition | venue | position | notes row 1 : 1985 | european indoor championships | athens, greece | 1st | long jump
row 2 : 1986 | european championships | stuttgart, west germany | 2nd | long jump
row 3 : 1987 | european indoor championships | lievin, france | 2nd | long jump
row 4 : 1988 | european indoor championships | budapest, hungary | 2nd | long jump
row 5 : 1988 | summer olympics | seoul, south korea | 3rd | long jump
row 6 : 1989 | european indoor championships | the hague, netherlands | 1st | long jump
row 7 : 1989 | world indoor championships | budapest, hungary | 1st | long jump
row 8 : 1990 | european indoor championships | glasgow, scotland | 1st | long jump
row 9 : 1990 | european indoor championships | glasgow, scotland | 1st | triple jump ] Execute this SQL based on the above table: select year where venue = 'budapest, hungary' | 1988, 1989 |
[ 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 kickoff where week = 9 | 7 |
[ header: date | time | opponent | site | tv | result | attendance row 1 : september 5 | 2:30 p.m | jackson state | davis wade stadium • starkville, | espnu | w 45-7 | 54232
row 2 : september 12 | 6:00 p.m | at auburn | jordan-hare stadium • auburn | secrn | l 24-49 | 85269
row 3 : september 19 | 6:00 p.m | at vanderbilt | vanderbilt stadium • nashville | secrn | w 15-3 | 31840
row 4 : september 26 | 11:21 a.m | #7 lsu | davis wade stadium • starkville, | secn | l 26-30 | 53612
row 5 : october 3 | 6:30 p.m | #25 georgia tech | davis wade stadium • starkville, | css | l 31-42 | 50035
row 6 : october 10 | 11:30 a.m | houston | davis wade stadium • starkville, | espnu | l 24-31 | 48019
row 7 : october 17 | 11:30 a.m | at middle tennessee | johnny "red" floyd | espnu | w 27-6 | 23882
row 8 : october 24 | 6:30 p.m | #1 florida | davis wade stadium • starkville, | espn | l 19-29 | 57178
row 9 : october 31 | 6:00 p.m | at kentucky | commonwealth stadium • lexington, | secrn | w 31-24 | 67953
row 10 : november 14 | 6:00 p.m | #2 alabama | davis wade stadium • starkville, | espn | l 3-31 | 58103
row 11 : november 21 | 11:21 a.m | at arkansas | war memorial stadium • little rock, ar | secn | l 21-42 | 55634
row 12 : november 28 | 11:21 a.m | #25 ole miss | davis wade stadium • starkville, | secn | w 41-27 | 55365 ] Execute this SQL based on the above table: select count ( result ) | 12 |
[ header: district | name | party | residence | first served row 1 : district 1 | nelson albano | dem | vineland | 2006
row 2 : district 1 | robert andrzejcza | dem | middle twp | 2013
row 3 : district 2 | john f. amodeo | rep | margate | 2008
row 4 : district 4 | paul moriarty | dem | washington twp | 2006
row 5 : district 4 | gabriela mosquera | dem | blackwood | 2012
row 6 : district 5 | angel fuentes | dem | camden | 2010
row 7 : district 7 | troy singleton | dem | palmyra | 2011
row 8 : district 8 | scott rudder | rep | medford | 2008
row 9 : district 9 | dianne gove | rep | long beach twp | 2009
row 10 : district 9 | brian e. rumpf | rep | little egg harbor | 2003
row 11 : district 10 | david w. wolfe | rep | brick | 1992
row 12 : district 11 | caroline casagrande | rep | colts neck | 2008
row 13 : district 13 | amy handlin | rep | lincroft | 2006
row 14 : district 14 | wayne deangelo | dem | hamilton twp | 2008
row 15 : district 16 | donna simon | rep | whitehouse station | 2012
row 16 : district 17 | upendra j. chivukul | dem | somerset | 2002
row 17 : district 18 | patrick j. diegnan | dem | south plainfield | 2002
row 18 : district 20 | joseph cryan | dem | union twp | 2002
row 19 : district 21 | nancy munoz | rep | summit | 2009
row 20 : district 22 | jerry green | dem | plainfield | 1992
row 21 : district 22 | linda stender | dem | scotch plains | 2002
row 22 : district 23 | john dimaio | rep | hackettstown | 2009
row 23 : district 23 | erik peterson | rep | franklin twp | 2009
row 24 : district 24 | alison littell mchose | rep | franklin | 2003
row 25 : district 25 | tony bucco | rep | boonton twp | 2010
row 26 : district 25 | michael patrick carroll | rep | morris twp | 1996
row 27 : district 26 | jay webber | rep | morris plains | 2008
row 28 : district 27 | john f. mckeon | dem | west orange | 2002
row 29 : district 28 | cleopatra tucker | dem | newark | 2008
row 30 : district 30 | sean t. kean | rep | wall twp | 2012
row 31 : district 30 | dave rible | rep | wall | 2008
row 32 : district 31 | jason o'donnell | dem | bayonne | 2010
row 33 : district 32 | angelica m. jimenez | dem | west new york | 2012
row 34 : district 32 | vincent prieto | dem | secaucus | 2004
row 35 : district 33 | ruben j. ramos | dem | hoboken | 2008
row 36 : district 34 | thomas p. giblin | dem | montclair | 2006
row 37 : district 36 | gary schaer | dem | passaic | 2006
row 38 : district 39 | bob schroeder | rep | washington twp | 2010
row 39 : district 40 | scott rumana | rep | wayne | 2008 ] Execute this SQL based on the above table: select name order by first served desc limit 1 | robert andrzejczak |
[ header: payload type (pt) | name | type | no. of channels | clock rate (hz) | frame size (ms) | default packet size (ms) | description | references row 1 : 5 | dvi4 | audio | 1 | 8000 | any | 20 | ima adpcm audio 32 | rfc 3551
row 2 : 11 | l16 | audio | 1 | 44100 | any | 20 | linear pcm 16-bit audio 70 | rfc 3551, page 27
row 3 : 15 | g728 | audio | 1 | 8000 | 2.5 | 20 | itu-t g.728 audio | rfc 3551
row 4 : 18 | g729 | audio | 1 | 8000 | 10 | 20 | itu-t g.729 and | rfc 3551, page 20
row 5 : 26 | jpeg | video | 1 | 90000 | None | None | jpeg video | rfc 2435
row 6 : 33 | mp2t | audio/video | 1 | 90000 | None | None | mpeg-2 transport stream video | rfc 2250
row 7 : 34 | h263 | video | None | 90000 | None | None | h.263 video, first version ( | rfc 3551, rf
row 8 : 72 - 76 | reserved for rtcp conflict avoidance | None | None | None | None | None | None | rfc 3551, page 32
row 9 : dynamic | h263-2000 | video | None | 90000 | None | None | h.263 video, third version | rfc 4629
row 10 : dynamic (or profile) | h264 | video | None | 90000 | None | None | h.264 video (mpeg-4 | rfc 6184, previously r
row 11 : dynamic | pcma-wb | audio | None | 16000 | 5 | None | itu-t g.711.1, | rfc 5391
row 12 : dynamic | g7221 | audio | None | 32000, 16000 | 20 | None | itu-t g.722.1 | rfc 5577
row 13 : dynamic | g726-24 | audio | 1 | 8000 | any | 20 | itu-t g.726 audio | rfc 3551
row 14 : dynamic | g7291 | audio | None | 16000 | 20 | None | itu-t g.729.1 | rfc 4749
row 15 : dynamic (or profile) | speex | audio | 1 | 8000, 16000 or 32000 | 20 | None | rtp payload format for the spe | rfc 5574
row 16 : dynamic (or profile) | mp4v-es | video | None | 90000 or others | None | recommended same as frame size | rtp payload format for mp | rfc 6416 (previously
row 17 : dynamic (or profile) | mpeg4-generic | audio/video | None | 90000 or other | None | None | rtp payload format for transport of | rfc 3640
row 18 : dynamic | vp8 | video | None | 90000 | None | None | rtp payload format for transport of | draft-ietf-payload-
row 19 : dynamic | l8 | audio | (various) | (various) | any | 20 | linear pcm 8-bit audio with | rfc 3551 section 4.5. ] Execute this SQL based on the above table: select description where frame size (ms) = 20 | itu-t g.722.1, itu-t g.729.1, rtp payload format for the speex codec |
[ header: rank | county | per capita income | median household income | median family income | population | number of households row 1 : 1 | mccone | $32,205 | $42,998 | $52,636 | 1,734 | 774
row 2 : 3 | stillwater | $27,168 | $57,227 | $65,438 | 9,117 | 3,796
row 3 : 4 | richland | $26,888 | $52,516 | $60,236 | 9,746 | 4,167
row 4 : 5 | fallon | $26,819 | $52,529 | $64,500 | 2,890 | 1,233
row 5 : 6 | sheridan | $26,537 | $39,578 | $55,313 | 3,384 | 1,587
row 6 : 10 | carbon | $24,983 | $49,010 | $59,823 | 10,078 | 4,571
row 7 : 13 | park | $24,717 | $38,830 | $50,252 | 15,636 | 7,310
row 8 : 15 | missoula | $24,343 | $42,887 | $58,302 | 109,299 | 45,926
row 9 : 17 | phillips | $24,227 | $36,453 | $55,362 | 4,253 | 1,819
row 10 : None | montana | $23,836 | $43,872 | $55,725 | 989,415 | 409,607
row 11 : 21 | granite | $23,222 | $36,052 | $47,685 | 3,079 | 1,417
row 12 : 22 | cascade | $22,963 | $42,389 | $53,540 | 81,327 | 33,809
row 13 : 23 | sweet grass | $22,785 | $43,723 | $56,552 | 3,651 | 1,590
row 14 : 24 | wibaux | $22,579 | $40,417 | $51,354 | 1,017 | 457
row 15 : 29 | powder river | $21,543 | $37,685 | $50,156 | 1,743 | 755
row 16 : 30 | hill | $21,420 | $43,606 | $55,963 | 16,096 | 6,275
row 17 : 33 | beaverhead | $21,110 | $38,264 | $53,036 | 9,246 | 4,014
row 18 : 34 | petroleum | $21,008 | $36,875 | $39,107 | 494 | 225
row 19 : 36 | musselshell | $20,875 | $37,033 | $47,860 | 4,538 | 2,046
row 20 : 38 | teton | $20,509 | $39,516 | $49,102 | 6,073 | 2,450
row 21 : 39 | toole | $20,464 | $42,949 | $54,722 | 5,324 | 2,015
row 22 : 40 | chouteau | $20,202 | $41,064 | $50,201 | 5,813 | 2,294
row 23 : 42 | rosebud | $19,844 | $44,776 | $56,282 | 9,233 | 3,395
row 24 : 43 | lincoln | $19,626 | $30,823 | $39,600 | 19,687 | 8,843
row 25 : 47 | liberty | $19,097 | $40,212 | $44,957 | 2,339 | 822
row 26 : 48 | pondera | $18,989 | $36,419 | $47,656 | 6,153 | 2,285
row 27 : 50 | sanders | $18,472 | $30,622 | $37,514 | 11,413 | 5,121
row 28 : 51 | powell | $17,849 | $39,851 | $45,339 | 7,027 | 2,466
row 29 : 52 | roosevelt | $17,821 | $37,451 | $50,146 | 10,425 | 3,553
row 30 : 55 | blaine | $16,813 | $37,034 | $40,890 | 6,491 | 2,357 ] Execute this SQL based on the above table: select number of households order by population limit 1 | 225.0 |
[ header: years of appearance | title | network | character name | actor | notes row 1 : 1985 | an early frost | nbc | michael pierson | aidan quinn | the first made-for-television film to
row 2 : 1987 | designing women | cbs | kendall dobbs | tony goldwyn | in "killing all the right people",
row 3 : 1988 | midnight caller | nbc | mike barnes tina cas | richard cox kay lenz | in "after it happened", mike is
row 4 : 1989 | the ryan white story | abc | ryan white | lukas haas | 13-year-old haemophili
row 5 : 1991-1993 | life goes on | abc | jessie | chad lowe | white male teenager, infected by girlfriend
row 6 : 1991 | thirtysomething | abc | peter montefiore | peter frechette | gay male, infected by his one of
row 7 : 1992 | something to live for: the alison ge | abc | alison gertz | molly ringwald | female, infected during a one night
row 8 : 1993 | and the band played on | hbo | various | various | the shows details the original discovery of aids and
row 9 : 1993 | nypd blue | abc | ferdinand holley | giancarlo esposito | appears on episode titled "holley and the
row 10 : 1994 | the real world | mtv | pedro zamora | None | openly gay, infected by one of
row 11 : 1996 | murder one | abc | richard cross | stanley tucci | cross is an unscrupulous businessman
row 12 : 1997 | oz | hbo | various including antonio napp | various | men, infected while in prison, hi
row 13 : 1998 | law & order | nbc | kenneth "twist" stark | jason hayes | in the 1998 episode "carrier", stark was
row 14 : 1999 | er | nbc | jeanie boulet | gloria reuben | african-american female adult, inf ] Execute this SQL based on the above table: select count ( * ) where years of appearance > 1989 and character name = 1995 | 0 |
[ header: athlete | nation | olympics | gold | silver | bronze | total row 1 : philipp schoch | switzerland (sui) | 2002-2006 | 2 | 0 | 0 | 2
row 2 : shaun white | united states (usa) | 2006-2014 | 2 | 0 | 0 | 2
row 3 : seth wescott | united states (usa) | 2006-2010 | 2 | 0 | 0 | 2
row 4 : karine ruby | france (fra) | 1998-2002 | 1 | 1 | 0 | 2
row 5 : hannah teter | united states (usa) | 2006-2014 | 1 | 1 | 0 | 2
row 6 : ross powers | united states (usa) | 1998-2002 | 1 | 0 | 1 | 2
row 7 : kelly clark | united states (usa) | 2002-2014 | 1 | 0 | 2 | 3
row 8 : danny kass | united states (usa) | 2002-2006 | 0 | 2 | 0 | 2 ] Execute this SQL based on the above table: select nation order by total asc limit 589 | switzerland (sui), united states (usa), united states (usa), france (fra), united states (usa), united states (usa), united states (usa), united states (usa) |
[ header: year | title | role | notes row 1 : 2006 | save the last dance 2 | mixx | direct to video
row 2 : 2007 | nick cannon/wild 'n | himself | improv comedy
row 3 : 2007 | stomp the yard | rich brown | film
row 4 : 2011 | csi: ny | the hitman | episode 7.14 "smooth criminal"
row 5 : 2011 | the fresh beat band | himself | special episode "band in a jam"
row 6 : 2011 | battle: los angeles | specks | film
row 7 : 2012 | empire girls: julissa | himself | reality-show
row 8 : 2012 | red tails | andrew 'smoky' | film
row 9 : 2012 | i heart tuesdays | none | (tv), creator
row 10 : 2012 | the x factor | guest mentor | None
row 11 : 2012 | never mind the buzzcocks | guest host | None
row 12 : 2012 | 90210 | guest star | None ] Execute this SQL based on the above table: select count ( distinct role ) | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.