inputs
stringlengths
291
3.71k
targets
stringlengths
1
2.65k
[ header: draw | country | language | artist | song | english translation | place | points row 1 : 1 | belgium | dutch | bobbejaan schoepen | "straatdeuntje" | street tune | 8 | 5 row 2 : 2 | luxembourg | french | daniele dupre | "amours mortes (tant de peine | dead love (so much sorrow) | 4 | 8 row 3 : 3 | united kingdom | english | patricia bredin | "all" | None | 7 | 6 row 4 : 4 | italy | italian | nunzio gallo | "corde della mia chi | strings of my guitar | 6 | 7 row 5 : 5 | austria | german | bob martin | "wohin, kleines pony?" | where to, little pony? | 10 | 3 row 6 : 6 | netherlands | dutch | corry brokken | "net als toen" | just like then | 1 | 31 row 7 : 7 | germany | german | margot hielscher | "telefon, telefon" | telephone, telephone | 4 | 8 row 8 : 8 | france | french | paule desjardins | "la belle amour" | beautiful love | 2 | 17 row 9 : 9 | denmark | danish | birthe wilke & gusta | "skibet skal sejle | the ship will sail tonight | 3 | 10 row 10 : 10 | switzerland | french | lys assia | "l'enfant que j'et | the child i was | 8 | 5 ] Execute this SQL based on the above table: select english translation where english translation in ( 'where to, little pony?' , 'telephone, telephone' ) group by english translation order by count ( * ) desc limit 1
where to, little pony?
[ header: series | year | rank | average audience share row 1 : 1 | 1992 | None | 14.50m row 2 : 2 | 1993 | None | None row 3 : 3 | 1993 | None | None row 4 : 4 | 1994 | None | None row 5 : 5 | 1995 | None | None row 6 : 6 | 1996 | None | 14.60m row 7 : 7 | 1997-1998 | None | 15.82m row 8 : 8 | 1998-1999 | 5th | 14.35m row 9 : 9 | 1999-2000 | 6th | 13.71m row 10 : 10 | 2000-2001 | 5th | 13.21m row 11 : 11 | 2001-2002 | 6th | 10.77m row 12 : 12 | 2002-2003 | 7th | 11.29m row 13 : 13 | 2003-2004 | 8th | 13.11m row 14 : 14 | 2004-2005 | 10th | 8.77m row 15 : 15 | 2005-2006 | 10th | 8.42m row 16 : 16 | 2006-2007 | 8th | 7.80m row 17 : 17 | 2007-2008 | 11th | 6.90m row 18 : 18 | 2008-2010 | 15th | 5.44m (incl. itv ] Execute this SQL based on the above table: select count ( * ) where rank = '5th'
2
[ header: year | vote % | place | seats | place | cabinet row 1 : 1945 | None | None | 25 | 1st | yes row 2 : 1948 | None | None | 22 | 1st | yes row 3 : 1951 | None | None | 21 | 1st | yes row 4 : 1954 | 42.4 | 1st | 26 | 1st | yes row 5 : 1959 | 36.9 | 1st | 21 | 1st | yes row 6 : 1964 | 33.3 | 2nd | 22 | 1st | yes row 7 : 1968 | 35.2 | 1st | 21 | 1st | yes row 8 : 1974 | 27.6 | 2nd | 18 | 1st | no row 9 : 1979 | 34.5 | 1st | 24 | 1st | yes row 10 : 1984 | 34.9 | 1st | 25 | 1st | yes row 11 : 1989 | 32.4 | 1st | 22 | 1st | yes row 12 : 1994 | 30.3 | 1st | 21 | 1st | yes row 13 : 1999 | 30.1 | 1st | 19 | 1st | yes row 14 : 2004 | 36.1 | 1st | 24 | 1st | yes row 15 : 2009 | 38 | 1st | 26 | 1st | yes row 16 : 2013 | 33.6 | 1st | 23 | 1st | no ] Execute this SQL based on the above table: select place where year = 1999 order by vote % desc limit 1
1st
[ header: position | driver / passenger | equipment | points | wins | second | third row 1 : 1 | daniel willemsen | zabel-vmc | 375 | 15 | None | None row 2 : 2 | jan hendrickx / | zabel-vmc | 286 | None | 2 | 7 row 3 : 3 | kristers sergis / | ktm-mefo | 242 | 1 | 8 | 1 row 4 : 4 | andy burgler / martin | ktm-vmc | 196 | None | None | 2 row 5 : 5 | vaclav rozehnal / mare | zabel-vmc | 191 | None | None | None row 6 : 6 | maris rupeiks / har | ktm-ayr | 184 | None | 4 | 1 row 7 : 7 | marco happich / meinrad | zabel-vmc | 180 | None | 1 | 1 row 8 : 8 | joris hendrickx / | ktm-ayr | 177 | None | None | 1 row 9 : 9 | tomas cermak / ond | jawa-mefo | 153 | None | None | None row 10 : 10 | janis daiders / la | ktm-ayr | 148 | None | None | None ] Execute this SQL based on the above table: select driver / passenger where third < 7 order by third desc limit 1
andy burgler / martin betschart
[ 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 sum ( # )
120.0
[ header: # | title | producer(s) | featured guest(s) | time row 1 : 1 | "the c-quel" | pillo jamel, the heatmakerz | None | 3:36 row 2 : 2 | "2000 b.c. (before can | ty fyffe, laze | None | 3:31 row 3 : 3 | "life liquid" | juju | journalist | 4:24 row 4 : 4 | "shock therapy" (interlude) | None | None | 1:10 row 5 : 5 | "watch who u beef wit" | chaos | None | 4:30 row 6 : 6 | "i'll buss 'em | dj clue, duro | rakim | 4:07 row 7 : 7 | "mic-nificent" | daniel "danny p | None | 3:13 row 8 : 8 | "die slow" | ty fyffe | journalist | 4:00 row 9 : 9 | "doomsday news" | chaos | None | 3:33 row 10 : 10 | "lost @ "c"" | taiwan green, ir | None | 4:59 row 11 : 11 | "phuk u" | mike "punch" harper | None | 4:04 row 12 : 12 | "horsemen" | None | pharoahe monch | 1:22 row 13 : 13 | "horsementality" | chaos | ras kass, kill | 5:59 row 14 : 14 | "100 bars" | mike "punch" harper | None | 4:58 row 15 : 15 | "chaos" | chaos | None | 2:29 ] Execute this SQL based on the above table: select title order by # desc limit 1
"chaos"
[ header: year | name | date | stages | distance | winner | time row 1 : 1982 | marlboro tour | 22 april-9 may | 15 | 2,192 km | jacinto sicam (phi) | 61:29:17 row 2 : 1983 | marlboro tour | 16 april-1 may | 14 | 2,313.11 km | romeo bonzo (phi) | 63:54:31 row 3 : 1984 | marlboro tour | 26 may-10 june | 14 | 2,464 km | ruben carino (phi) | 68:08:49 row 4 : 1985 | marlboro tour | 18 april-12 may | 21 | 3,668.97 km | pepito calip (phi) | 97:04:42 row 5 : 1986 | marlboro tour | 26 april-11 may | 10 | 2,900.77 km | rolando pagnanaw | 77:39:53 row 6 : 1987 | marlboro tour | 21 may-7 june | 17 | 3,282 km | reynaldo dequito | 88:06:50 row 7 : 1988 | marlboro tour | 28 april-15 may | 17 | 3,544.53 km | armando catalan (phi) | 94:44:03 row 8 : 1989 | marlboro tour | 26 april-14 may | 18 | 3,539.47 km | gerardo igos (phi | 95:40:23 row 9 : 1990 | marlboro tour | 18 april-6 may | 18 | 3,317.42 km | manuel buenaventura (phi) | 95:58:38 row 10 : 1991 | marlboro tour | 25 april-12 may | 17 | 2,373.61 km | bernardo llentad | 63:33:17 row 11 : 1992 | marlboro tour | 21 may-7 june | 17 | 2,731.38 km | renato dolosa (phi) | 71:21:49 row 12 : 1993 | marlboro tour | 17 april-9 may | 21 | 3,480 km | carlo guieb (phi) | 91:41:54 row 13 : 1994 | marlboro tour | 17 april-9 may | 20 | 3,563 km | carlo guieb (phi) | 91:24:13 row 14 : 1995 | marlboro tour | 18 march-8 april | 19 | 3,280.33 km | renato dolosa (phi) | 83:43:39 row 15 : 1996 | marlboro tour | 14 april-5 may | 19 | 3,257.29 km | victor espiritu (phi | 80:50:46 row 16 : 1997 | marlboro tour | 16 april-4 may | 16 | 2,472 km | wong kam-po (hkg) | 62:06:28 row 17 : 1998 | marlboro centennial tour | 15 april-3 may | 16 | 2,494 km | warren davadilla (phi) | 64:58:57 row 18 : 1999-2001 | cancelled | cancelled | cancelled | cancelled | cancelled | cancelled ] Execute this SQL based on the above table: select name order by stages desc limit 1
marlboro tour
[ header: place | player | country | score | to par | money ($) row 1 : t1 | larry nelson | united states | 70-72-73-72=287 | -1 | playoff row 2 : t1 | lanny wadkins | united states | 70-70-74-73=287 | -1 | playoff row 3 : t3 | scott hoch | united states | 74-74-71-69=2 | e | 58750 row 4 : t3 | d. a. weibring | united states | 73-72-67-76=2 | e | 58750 row 5 : t5 | mark mccumber | united states | 74-69-69-77=2 | 1 | 37500 row 6 : t5 | don pooley | united states | 73-71-73-72=2 | 1 | 37500 row 7 : t7 | ben crenshaw | united states | 72-70-74-74=290 | 2 | 27500 row 8 : t7 | bobby wadkins | united states | 68-74-71-77=290 | 2 | 27500 row 9 : 9 | curtis strange | united states | 70-76-71-74=291 | 3 | 22500 row 10 : t10 | seve ballesteros | spain | 72-70-72-78=292 | 4 | 17000 row 11 : t10 | david frost | south africa | 75-70-71-76=292 | 4 | 17000 row 12 : t10 | tom kite | united states | 72-77-71-72=292 | 4 | 17000 row 13 : t10 | nick price | zimbabwe | 76-71-70-75=29 | 4 | 17000 ] Execute this SQL based on the above table: select score where place = 't10' and country = 'united states'
72-77-71-72=292
[ header: pos | class | no | team | drivers | chassis | engine | laps row 1 : 22 | s 5.0 | 8 | david brown | reg parnell roy salvadori | aston martin db3 | aston martin 2.9l super | 222 row 2 : 26 | s 750 | 58 | automobiles panhard et levass | pierre chancel robert chancel | monopole x88 | panhard 0.6l flat-2 | 157 row 3 : 27 | s 1.5 | 41 | porsche kg | hans herrmann helmut | porsche 550/4 rs 1500 spy | porsche 1.5l flat-4 | 148 row 4 : 31 | s 5.0 | 6 | briggs cunningham | phil walters john fitch | ferrari 375mm | ferrari 4.5l v12 | 120 row 5 : 36 | s 5.0 | 12 | jaguar cars ltd | stirling moss peter walker | jaguar d-type | jaguar 3.4l i6 | 92 row 6 : 37 | s 5.0 | 3 | scuderia ferrari | umberto maglioli paolo | ferrari 375 plus | ferrari 5.0l v12 | 88 row 7 : 41 | s 3.0 | 22 | david brown | carroll shelby paul frere | aston martin db3 | aston martin 2.9l | 74 row 8 : 42 | s 750 | 50 | guy michel et andre | guy michel andre guillard | renault 4cv | renault 0.7l i4 | 73 row 9 : 43 | s 3.0 | 21 | david brown | ian stewart graham whitehead | aston martin db3 | aston martin 2.9l | 64 row 10 : 46 | s 2.0 | 37 | automobiles frazer nash lt | rodney f. peacock ger | frazer nash le mans | bristol 2.0l i6 | 49 row 11 : 47 | s 5.0 | 10 | pierre levegh | pierre levegh lino | talbot-lago t26 | talbot-lago 4.4l | 33 row 12 : 50 | s 750 | 66 | jacques faucher | jacques faucher jean | renault 4cv | renault 0.7l i4 | 20 row 13 : 51 | s 750 | 51 | automobiles deutsch et bonnet | pierre-louis dreyf | db hbr | renault 0.7l i4 | 8 row 14 : 52 | s 750 | 53 | nardi et co | alexandre gacon dr. | nardi 750lm | crosley 0.7l i4 | 7 row 15 : 53 | s 5.0 | 18 | luigi chinetti | porfirio rubirosa innocente | ferrari 375mm berlinetta | ferrari 4.5l v12 | 5 row 16 : 54 | s 750 | 60 | automobiles panhard et levass | lucien pailler jacques dew | panhard x88 | panhard 0.6l flat-2 | 5 row 17 : 55 | s 1.5 | 40 | porsche kg | richard von frankenberg helm | porsche 550/4 rs 1500 spy | porsche 1.5l flat-4 | 4 ] Execute this SQL based on the above table: select count ( engine ) where pos = 42
1
[ header: date | number | type | captain | casualties | sunk by row 1 : 4-may-43 | u-209 | viic | heinrich brodda | 46 | catalina flying-boat of no. 5 row 2 : 5-may-43 | u-638 | viic | oskar staudinger | 44 | hms sunflower row 3 : 5-may-43 | u-531 | ixc/40 | herbert neckel | 54 | hms vidette row 4 : 6-may-43 | u-192 | ixc/40 | werner happe | 55 | hms loosestrife row 5 : 6-may-43 | u-125 | ixc | ulrich folkers | 54 | hms oribi, hm row 6 : 6-may-43 | u-630 | viic | werner winkler | 47 | hms vidette row 7 : 6-may-43 | u-438 | viic | heinrich hensohn | 48 | hms pelican ] Execute this SQL based on the above table: select captain order by casualties desc limit 1
werner happe
[ header: date | time | opponent | site | tv | result | attendance | record row 1 : 11/03/2012 | 7:30 pm | central missouri | dunn center • clarksville, | None | w 75-66 | None | None row 2 : 11/09/2012 | 7:00 pm | samford | dunn center • clarksville, | None | w 75-64 | 2315 | 1-0 row 3 : 11/13/2012 | 7:00 pm | at wku | e. a. diddle arena • | None | l 54-74 | 4160 | 1-1 row 4 : 11/20/2012 | 12:30 pm | vs. western carolina | moon palace resort • cancun, mex | None | w 72-71 | 902 | 2-2 row 5 : 11/28/2012 | 7:00 pm | berea | dunn center • clarksville, | None | w 108-53 | 2023 | 3-3 row 6 : 12/01/2012 | 7:30 pm | fairfield | dunn center • clarksville, | None | l 55-74 | 2208 | 3-4 row 7 : 12/05/2012 | 7:00 pm | oakland city | dunn center • clarksville, | None | w 88-63 | 2012 | 4-4 row 8 : 12/08/2012 | 12:00 pm | at memphis | fedexforum • memphis, t | None | l 65-83 | 15249 | 4-5 row 9 : 12/16/2012 | 2:05 pm | at arkasnas state | convocation center • jonesboro, ar | None | l 57-69 | 2652 | 4-6 row 10 : 12/18/2012 | 7:00 pm | lipscomb | dunn center • clarksville, | None | l 84-87 | 2498 | 4-7 row 11 : 12/28/2012 | 3:30 pm | vs. utah valley | mckenzie arena • chattano | None | l 77-84 | 2568 | 4-9 row 12 : 12/29/2012 | 3:30 pm | vs. high point | mckenzie arena • chattano | None | l 74-76 | 2534 | 4-10 row 13 : 01/03/2013 | 7:00 pm | at southeast missouri state | show me center • cape girardeau | None | l 84-86 | 1845 | 4-11 (0-1) row 14 : 01/05/2013 | 6:20 pm | at tennessee-martin | skyhawk arena • martin, t | None | l 74-76 ot | 2578 | 4-12 (0-2) row 15 : 01/12/2013 | 7:30 pm | murray state | dunn center • clarksville, | espn3 | l 68-71 | 4718 | 5-13 (1-3) row 16 : 01/17/2013 | 7:00 pm | siu edwardsville | dunn center • clarksville, | None | l 53-66 | 2014 | 5-14 (1-4) row 17 : 01/19/2013 | 7:30 pm | eastern illinois | dunn center • clarksville, | None | l 67-77 | 2517 | 5-15 (1-5) row 18 : 02/07/2013 | 7:00 pm | tennessee state | dunn center • clarksville, | None | l 82-88 ot | 2186 | 5-19 (1-9) row 19 : 02/20/2013 | 6:00 pm | at eastern kentucky | alumni coliseum • richmond, | None | l 53-91 | 3400 | 7-21 (3-11) ] Execute this SQL based on the above table: select count ( site ) where attendance = 2568
1
[ header: s.no. | name of kingdom | name of king | no. of villages | capital | names of districts row 1 : 1 | sihag | chokha singh | 150 | suin | rawatsar, baramsar, row 2 : 2 | beniwal | raisal singh | 150 | rasalana | bhukarka, sand row 3 : 3 | johiya | sher singh | 600 | bhurupal | jaitpur, kumanu, ma row 4 : 4 | punia | kanha singh | 300 | luddi | bhadra, ajitpura row 5 : 5 | saharan | pula singh | 300 | bhadang | khejra, phoglo row 6 : 6 | godara | pandu singh | 700 | shekhsar | shekhsar, pundrasar row 7 : 7 | kaswan | kanwarpal singh | 400 | sidhmukh | None ] Execute this SQL based on the above table: select name of king order by s.no. desc limit 1
kanwarpal singh
[ header: pick | player | team | position | school row 1 : 1 | ben mcdonald | baltimore orioles | rhp | louisiana state university row 2 : 2 | tyler houston | atlanta braves | c | valley hs (las vegas row 3 : 3 | roger salkeld | seattle mariners | rhp | saugus (ca) hs row 4 : 4 | jeff jackson | philadelphia phillies | of | simeon hs (chicago row 5 : 5 | donald harris | texas rangers | of | texas tech university row 6 : 6 | paul coleman | saint louis cardinals | of | frankston (tx) h row 7 : 7 | frank thomas | chicago white sox | 1b | auburn university row 8 : 8 | earl cunningham | chicago cubs | of | lancaster (sc) hs row 9 : 9 | kyle abbott | california angels | lhp | long beach state university row 10 : 10 | charles johnson | montreal expos | c | westwood hs (fort pier row 11 : 11 | calvin murray | cleveland indians | 3b | w.t. white high school (d row 12 : 12 | jeff juden | houston astros | rhp | salem (ma) hs row 13 : 13 | brent mayne | kansas city royals | c | cal state fullerton row 14 : 14 | steve hosey | san francisco giants | of | fresno state university row 15 : 15 | kiki jones | los angeles dodgers | rhp | hillsborough hs (tampa, row 16 : 16 | greg blosser | boston red sox | of | sarasota (fl row 17 : 17 | cal eldred | milwaukee brewers | rhp | university of iowa row 18 : 18 | willie greene | pittsburgh pirates | ss | jones county hs (gray row 19 : 19 | eddie zosky | toronto blue jays | ss | fresno state university row 20 : 20 | scott bryant | cincinnati reds | of | university of texas row 21 : 21 | greg gohr | detroit tigers | rhp | santa clara university row 22 : 22 | tom goodwin | los angeles dodgers | of | fresno state university row 23 : 23 | mo vaughn | boston red sox | 1b | seton hall university row 24 : 24 | alan zinter | new york mets | c | university of arizona row 25 : 25 | chuck knoblauch | minnesota twins | 2b | texas a&m university row 26 : 26 | scott burrell | seattle mariners | rhp | hamden (ct) hs ] Execute this SQL based on the above table: select pick where id = 24
24.0
[ header: player | team | date | opponent | venue row 1 : tony lazzeri | new york yankees | may 24, 1936 | philadelphia athletics | shibe park row 2 : jim tabor | boston red sox | 07/04/39 | philadelphia athletics | shibe park row 3 : rudy york | boston red sox | july 27, 1946 | st. louis browns | sportsman's park row 4 : jim gentile | baltimore orioles | may 9, 1961 | minnesota twins | metropolitan stadium row 5 : tony cloninger | atlanta braves | july 3, 1966 | san francisco giants | candlestick park row 6 : jim northrup | detroit tigers | june 24, 1968 | cleveland indians | cleveland stadium row 7 : frank robinson | baltimore orioles | june 26, 1970 | washington senators | rfk stadium row 8 : robin ventura | chicago white sox | september 4, 1995 | texas rangers | the ballpark in arlington row 9 : chris hoiles | baltimore orioles | august 14, 1998 | cleveland indians | jacobs field row 10 : fernando tatis | st. louis cardinals | april 23, 1999 | los angeles dodgers | dodger stadium row 11 : nomar garciaparra | boston red sox | may 10, 1999 | seattle mariners | fenway park row 12 : bill mueller | boston red sox | july 29, 2003 | texas rangers | the ballpark in arlington row 13 : josh willingham | washington nationals | july 27, 2009 | milwaukee brewers | miller park ] Execute this SQL based on the above table: select team where id = 6
detroit tigers
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 3 | michael schumacher | ferrari | 71 | 1:34:45.026 | 2 | 10 row 2 : 2 | 4 | eddie irvine | ferrari | 71 | 19.575 | 4 | 6 row 3 : 3 | 8 | mika hakkinen | mclaren-mercedes | 71 | 19.747 | 1 | 4 row 4 : 4 | 1 | jacques villeneuve | williams-mecachrome | 71 | +1:06.965 | 5 | 3 row 5 : 5 | 6 | alexander wurz | benetton-playlife | 70 | +1 lap | 10 | 2 row 6 : 6 | 7 | david coulthard | mclaren-mercedes | 70 | +1 lap | 3 | 1 row 7 : 7 | 14 | jean alesi | sauber-petronas | 70 | +1 lap | 11 | None row 8 : 8 | 15 | johnny herbert | sauber-petronas | 70 | +1 lap | 13 | None row 9 : 9 | 5 | giancarlo fisichella | benetton-playlife | 70 | +1 lap | 9 | None row 10 : 10 | 18 | rubens barrichello | stewart-ford | 69 | +2 laps | 14 | None row 11 : 11 | 11 | olivier panis | prost-peugeot | 69 | +2 laps | 16 | None row 12 : 12 | 19 | jos verstappen | stewart-ford | 69 | +2 laps | 15 | None row 13 : 13 | 17 | mika salo | arrows | 69 | +2 laps | 19 | None row 14 : 14 | 16 | pedro diniz | arrows | 69 | +2 laps | 17 | None row 15 : 15 | 2 | heinz-harald frent | williams-mecachrome | 68 | suspension | 8 | None row 16 : 16 | 10 | ralf schumacher | jordan-mugen-honda | 68 | +3 laps | 6 | None row 17 : 17 | 22 | shinji nakano | minardi-ford | 65 | engine | 21 | None row 18 : ret | 21 | toranosuke takagi | tyrrell-ford | 60 | engine | 20 | None row 19 : ret | 12 | jarno trulli | prost-peugeot | 55 | spun off | 12 | None row 20 : ret | 23 | esteban tuero | minardi-ford | 41 | gearbox | 22 | None row 21 : ret | 9 | damon hill | jordan-mugen-honda | 19 | hydraulics | 7 | None row 22 : ret | 20 | ricardo rosset | tyrrell-ford | 16 | hydraulics | 18 | None ] Execute this SQL based on the above table: select count ( distinct pos ) where pos = 10
1
[ header: location | town | output (mw ac) | modules | number of arrays row 1 : h. lee dennison building | hauppauge | 1.75 | 7737 | 24 row 2 : north county complex | hauppauge | 0.5 | 3431 | 9 row 3 : cohalan court complex | central islip | 3.5 | 15113 | 27 row 4 : riverhead county center | riverside | 3 | 11536 | 31 row 5 : brentwood lirr parking lot | brentwood | 1 | 3924 | 11 row 6 : deer park lirr parking lot | deer park | 2.25 | 3924 | 39 row 7 : ronkonkoma lir | ronkonkoma | 5 | 20110 | 44 ] Execute this SQL based on the above table: select town order by output (mw ac) desc limit 1
ronkonkoma
[ header: # | name | position | birthday | size | weight | last team row 1 : 4 | tom lipke | guard/ forward | 12.04.1986 | 1,96 m | 98 kg | bremen roosters row 2 : 5 | muamer taletovic | guard | 02.04.1976 | 1,87 m | 90 kg | hertener lowen row 3 : 6 | david watson | guard | 16.09.1988 | 1,84 m | 78 kg | ssc karlsru row 4 : 7 | brandon gary | forward | 26.01.1983 | 2,03 m | 100 kg | iserlohn kangaroos row 5 : 8 | theodis tarver | center | 09.07.1984 | 2,06 m | 110 kg | bremen roosters row 6 : 9 | stefan svitek | forward | 25.05.1977 | 2,03 m | 108 kg | chemosvit svit row 7 : 10 | michael baumer | guard | 08.08.1990 | 1,80 m | 68 kg | bg karlsruhe row 8 : 11 | clifford crawford | guard | 07.01.1981 | 1,92 m | 98 kg | bremen roosters row 9 : 12 | max roser | guard/ forward | 31.07.1988 | 1,94 m | 87 kg | sg bad durkheim/spe row 10 : 13 | edward seward | center | 20.10.1978 | 2,06 m | 110 kg | aschersleben tiger row 11 : 14 | julius parrisius | guard | 01.08.1985 | 1,85 m | 85 kg | union shops rastatt row 12 : 15 | leo niebuhr | forward | 04.08.1986 | 2,06 m | 88 kg | sg braunschweig row 13 : 16 | alexander rueck | guard | 24.03.1984 | 1,89 m | 85 kg | union shops rastatt row 14 : 17 | matthias hurst | forward/ center | 06.10.1989 | 2,04 m | 86 kg | bg karlsruhe ] Execute this SQL based on the above table: select ( select count ( * ) where name = 0 ) > 0
0
[ header: rank | player | from | to | transfer fee (€ million) | year row 1 : 1 | miralem sulejman | heerenveen | ajax | 16.25 | 2008 row 2 : 2 | strootman & merten | utrecht | psv | 13 | 2011 row 3 : 3 | mateja kezman | partizan | psv | 11.3 | 2000 row 4 : 4 | klaas-jan huntelaar | heerenveen | ajax | 9 | 2006 row 5 : 5 | nikos machlas | vitesse | ajax | 8.6 | 1999 row 6 : 6 | zlatan ibrahimovic | malmo ff | ajax | 8.4 | 2001 row 7 : 7 | jan vennegoor of h | twente | psv | 8.2 | 2001 row 8 : 8 | luis suarez | groningen | ajax | 7.5 | 2007 row 9 : 9 | dario cvitanich | banfield | ajax | 7.5 | 2008 row 10 : 10 | ferdi vierklau | tenerife | ajax | 7.3 | 1998 row 11 : 11 | adam maher | az | psv | 6.5 | 2013 ] Execute this SQL based on the above table: select from order by year limit 1
tenerife
[ header: | player | nationality | drafted by | year | round | overall row 1 : w | harald luckner | sweden | new york islanders | 1977 | 7th | 121st row 2 : d | bjorn olsson | sweden | st. louis blues | 1977 | 9th | 147th row 3 : c | bengt-ake gustafs | sweden | washington capitals | 1978 | 4th | 55th row 4 : f | dan hermansson | sweden | st. louis blues | 1978 | 10th | 175th row 5 : w | hakan loob | sweden | calgary flames | 1980 | 9th | 181st row 6 : w | jan ingman | sweden | montreal canadiens | 1981 | 1st | 19th row 7 : lw | magnus roupe | sweden | philadelphia flyers | 1982 | 9th | 182nd row 8 : c | thomas rundkvist | sweden | montreal canadiens | 1983 | 10th | 198th row 9 : rw | lars karlsson | sweden | detroit red wings | 1984 | 8th | 152nd row 10 : d | fredrik olausson | sweden | winnipeg jets | 1985 | 4th | 81st row 11 : d | mattias olsson | sweden | los angeles kings | 1991 | 10th | 218th row 12 : c | mathias johansson | sweden | calgary flames | 1992 | 3rd | 54th row 13 : rw | jonas hoglund | sweden | calgary flames | 1992 | 10th | 222nd row 14 : d | anders myrvold | norway | quebec nordiques | 1993 | 5th | 127th row 15 : d | henrik rehnberg | sweden | new jersey devils | 1995 | 4th | 96th row 16 : rw | kristian huselius | sweden | florida panthers | 1997 | 2nd | 47th row 17 : lw | peter nordstrom | sweden | boston bruins | 1998 | 3rd | 78th row 18 : d | jonas frogren | sweden | calgary flames | 1998 | 8th | 206th row 19 : d | pelle prestberg | sweden | mighty ducks of anaheim | 1998 | 9th | 233rd row 20 : c | tore vikingstad | norway | st. louis blues | 1999 | 6th | 180th row 21 : lw | andreas jamtin | sweden | detroit red wings | 2001 | 5th | 157th row 22 : d | robin jonsson | sweden | st. louis blues | 2002 | 4th | 120th row 23 : d | pierre johnsson | sweden | calgary flames | 2002 | 7th | 207th row 24 : d | per johnsson | sweden | calgary flames | 2006 | 7th | 209th row 25 : c | marcus johansson | sweden | washington capitals | 2009 | 1st | 24th row 26 : f | henrik bjorklund | sweden | calgary flames | 2009 | 4th | 111th row 27 : g | johan gustafsson | sweden | minnesota wild | 2010 | 6th | 159th ] Execute this SQL based on the above table: select avg ( year )
1992.4814814814815
[ header: province | capital | population | density | municipalities | legal districts row 1 : almeria | almeria | 702819 | 72.5 /km2 (188 / | 102 municipalities | 8 row 2 : cadiz | cadiz | 1243519 | 158.8 /km2 (411 | 44 municipalities | 14 row 3 : cordoba | cordoba | 805857 | 72.4 /km2 (188 / | 75 municipalities | 12 row 4 : granada | granada | 924550 | 68.7 /km2 (178 | 169 municipalities | 9 row 5 : huelva | huelva | 521968 | 47.7 /km2 (124 | 79 municipalities | 6 row 6 : jaen | jaen | 670600 | 49.1 /km2 (127 | 97 municipalities | 10 row 7 : malaga | malaga | 1625827 | 204.1 /km2 (529 / | 101 municipalities | 11 row 8 : seville | seville | 1928962 | 129.2 /km2 (335 | 105 municipalities | 15 ] Execute this SQL based on the above table: select ( select capital where province = 'cadiz' ) - ( select capital where province = 'almeria' )
0
[ header: japanese title | western title | regions | release | platform(s) | genre row 1 : chinese hero | None | jp | 1984 | arcade | action row 2 : super chinese | kung-fu heroes | jp, na | 1986 | fc/nes | action row 3 : super chinese 2 | little ninja brothers | jp, na | 1989 | fc/nes | role-playing row 4 : super chinese 3 | None | jp | 1991 | fc | role-playing row 5 : super chinese land | ninja boy | jp, na | 1990 | gb | action row 6 : super chinese land 2 | ninja boy 2 | jp, na | 1990 | gb | role-playing row 7 : super chinese land 3 | None | jp | 1995 | gb | role-playing row 8 : super chinese world | super ninja boy | jp, na | 1991 | sfc/snes | role-playing row 9 : super chinese world 2 | None | jp | 1993 | sfc | role-playing row 10 : super chinese world 3 | None | jp | 1995 | sfc | role-playing row 11 : super chinese fighter | None | jp | 1995 | sfc | fighting row 12 : super chinese fighter gb | None | jp | 1996 | gb | fighting row 13 : super chinese fighter ex | None | jp | 1999 | gbc | fighting ] Execute this SQL based on the above table: select release where japanese title = 'super chinese land 3'
1995
[ header: party | candidate(s) | votes | percentage row 1 : uup | peter weir alan m | 9270 | 25.6 row 2 : uk unionist | robert mccartney | 7579 | 20.9 row 3 : dup | st clair mcalister rub | 6699 | 18.5 row 4 : alliance | oliver napier brian wil | 6186 | 17.1 row 5 : sdlp | owen adams john bur | 1798 | 5 row 6 : pup | victor ash samuel | 1694 | 4.7 row 7 : ulster democratic | james mccullough | 651 | 1.8 row 8 : ni women's coalition | emma mcguigan an | 496 | 1.4 row 9 : conservative | ann thompson bruce | 444 | 1.2 row 10 : independent chambers | alan chambers james arbut | 334 | 0.9 row 11 : green (ni) | paddy mcevoy mary ring | 283 | 0.8 row 12 : sinn fein | mairtin o mulleoir | 275 | 0.8 row 13 : labour coalition | john magennis sean m | 171 | 0.5 row 14 : independent dup | thomas o'brien will | 97 | 0.3 row 15 : democratic left | daryl armitage tim davis | 95 | 0.3 row 16 : workers' party | dessie o'hagan colum | 60 | 0.2 row 17 : ulster independence | geoffrey watson glenn | 49 | 0.1 row 18 : independent voice | christopher carter fidelm | 49 | 0.1 row 19 : natural law | peter mcgowan tho | 15 | 0 ] Execute this SQL based on the above table: select party where votes > ( select votes where party = 'independent chambers' ) order by votes limit 1
conservative
[ header: party | active voters | inactive voters | total voters | percentage row 1 : democratic | 3683 | 251 | 3934 | 36.93% row 2 : republican | 1322 | 78 | 1400 | 13.14% row 3 : unaffiliated | 4709 | 606 | 5315 | 49.90% row 4 : minor parties | 3 | 0 | 3 | 0.03% row 5 : total | 9717 | 935 | 10652 | 100% ] Execute this SQL based on the above table: select percentage group by percentage order by count ( party ) desc limit 1
49.90%
[ header: no. | date | tournament | winning score | margin of victory | runner(s)-up row 1 : 4 | may 21, 1978 | coca-cola classic | -3 (69-71-70=210 | playoff | joanne carner row 2 : 8 | aug 6, 1978 | colgate european open | -7 (73-71-72-73 | 3 strokes | joanne carner, mary d row 3 : 9 | nov 12, 1978 | colgate far east open | e (75-69-72=216 | 2 strokes | silvia bertolaccini, row 4 : 11 | mar 25, 1979 | sahara national pro-am | -16 (72-67-66-69 | 2 strokes | donna caponi row 5 : 17 | sep 30, 1979 | mary kay classic | -14 (71-66-67-70 | 2 strokes | sandra post row 6 : 18 | mar 30, 1980 | women's kemper open | e (72-66-77-69 | 2 strokes | debbie massey, jo an row 7 : 19 | jun 29, 1980 | the sarah coventry | -9 (73-67-72-71 | 1 stroke | pat bradley row 8 : 20 | sep 1, 1980 | rail charity golf classic | -13 (65-71-71-68 | 1 stroke | joanne carner row 9 : 21 | mar 8, 1981 | arizona copper classic | -14 (70-72-68-68 | 4 strokes | pat bradley row 10 : 22 | apr 5, 1981 | colgate-dinah shore | -11 (71-73-69-64 | 2 strokes | carolyn hill row 11 : 28 | mar 4, 1984 | uniden lpga invitational | e (70-74-66-74=28 | 3 strokes | pat bradley row 12 : 29 | aug 19, 1984 | chevrolet world championship of women' | -7 (69-74-65-73=28 | 1 stroke | joanne carner row 13 : 30 | may 19, 1985 | chrysler-plymouth classic | -9 (69-69-72=210 | 3 strokes | pat bradley row 14 : 32 | jul 7, 1985 | mazda hall of fame championship | -7 (71-70-72-68 | 3 strokes | joanne carner, allison fin row 15 : 36 | sep 13, 1987 | cellular one-ping golf championship | -6 (72-67-71=210 | 1 stroke | kelly leadbetter, muffin s row 16 : 39 | may 15, 1988 | chrysler-plymouth classic | -12 (68-70-66=204 | 8 strokes | jan stephenson row 17 : 42 | sep 24, 1989 | nippon travel-mbs classic | -11 (73-69-65-70 | 2 strokes | alice ritzman, pamela row 18 : 43 | sep 23, 1990 | mbs lpga classic | -7 (69-70-74-68 | playoff | cathy gerring row 19 : 44 | may 5, 1991 | sara lee classic | -10 (65-70-71=206) | 2 strokes | kris monaghan row 20 : 47 | jul 11, 1993 | youngstown-warren lpg | -13 (68-68-67=203 | playoff | deb richard ] Execute this SQL based on the above table: select tournament order by margin of victory desc limit 1
chrysler-plymouth classic
[ 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 count ( * ) where loser = 10
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 ( * ) where coach = 'h. l. "matty" matthews' and losses = coach
0
[ header: league | league | position | teams | matches | win | lose row 1 : v.league | 7th (2000-01) | 4th | 10 | 18 | 9 | 9 row 2 : v.league | 8th (2001-02) | 4th | 9 | 16 | 14 | 2 row 3 : v.league | 9th (2002-03) | 3rd | 8 | 21 | 12 | 9 row 4 : v.league | 10th (2003-04) | runner-up | 10 | 18 | 13 | 5 row 5 : v.league | 11th (2004-05) | 8th | 10 | 27 | 11 | 16 row 6 : v.league | 12th (2005-06) | 4th | 10 | 27 | 20 | 7 row 7 : v・premier | 2006-07 | 6th | 10 | 27 | 11 | 16 row 8 : v・premier | 2007-08 | champion | 10 | 27 | 23 | 4 row 9 : v・premier | 2008-09 | champion | 10 | 27 | 20 | 7 row 10 : v・premier | 2009-10 | champion | 8 | 28 | 21 | 7 row 11 : v・premier | 2010-11 | runner-up | 8 | 26 | 19 | 7 row 12 : v・premier | 2011-12 | champion | 8 | 21 | 18 | 3 row 13 : v・premier | 2012-13 | runner-up | 8 | 28 | 20 | 8 ] Execute this SQL based on the above table: select position where league = 'v.league'
4th, 4th, 3rd, runner-up, 8th, 4th
[ header: state | swimsuit | interview | evening gown | average | finalists row 1 : iowa | 9.267 | 9.651 | 9.620 | 9.513 | 9.800 row 2 : oklahoma | 9.226 | 9.309 | 9.487 | 9.341 | 9.586 row 3 : kansas | 9.221 | 9.600 | 9.600 | 9.474 | 9.486 row 4 : alabama | 9.010 | 9.326 | 9.449 | 9.262 | 9.471 row 5 : north carolina | 9.079 | 9.207 | 9.500 | 9.262 | 9.414 row 6 : california | 9.340 | 9.514 | 9.486 | 9.447 | 9.400 row 7 : rhode island | 9.087 | 9.279 | 9.341 | 9.235 | None row 8 : maryland | 9.021 | 9.206 | 9.271 | 9.166 | None row 9 : indiana | 8.966 | 9.103 | 9.370 | 9.146 | None row 10 : virginia | 8.984 | 9.112 | 9.279 | 9.125 | None row 11 : mississippi | 8.917 | 9.200 | 9.247 | 9.121 | None row 12 : illinois | 8.897 | 8.969 | 9.286 | 9.050 | None ] Execute this SQL based on the above table: select state where average = '9.125'
virginia
[ header: game | december | opponent | score | record row 1 : 9 | 4 | @ montreal canadiens | 5 - 4 | 3-4-2 row 2 : 10 | 6 | @ toronto maple leafs | 4 - 2 | 3-5-2 row 3 : 11 | 9 | ottawa senators | 3 - 2 | 4-5-2 row 4 : 12 | 14 | detroit falcons | 3 - 0 | 5-5-2 row 5 : 13 | 18 | boston bruins | 4 - 2 | 5-6-2 row 6 : 14 | 20 | @ boston bruins | 2 - 2 ot | 5-6-3 row 7 : 15 | 23 | montreal canadiens | 5 - 1 | 6-6-3 row 8 : 16 | 25 | @ ottawa senators | 4 - 1 | 7-6-3 row 9 : 17 | 28 | philadelphia quakers | 4 - 2 | 8-6-3 row 10 : 18 | 30 | @ new york americans | 2 - 2 ot | 8-6-4 ] Execute this SQL based on the above table: select december - game + 1 where opponent = 'detroit falcons'
3.0
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 1 | emerson fittipaldi | mclaren-ford | 53 | 1:39:26.29 | 5 | 9 row 2 : 2 | 24 | james hunt | hesketh-ford | 53 | + 5.91 | 6 | 6 row 3 : 3 | 7 | carlos reutemann | brabham-ford | 53 | + 17.06 | 3 | 4 row 4 : 4 | 11 | clay regazzoni | ferrari | 53 | + 35.79 | 7 | 3 row 5 : 5 | 4 | patrick depailler | tyrrell-ford | 53 | + 54.25 | 8 | 2 row 6 : 6 | 12 | niki lauda | ferrari | 53 | + 1:19.65 | 4 | 1 row 7 : 7 | 28 | mark donohue | penske-ford | 52 | + 1 lap | 16 | None row 8 : 8 | 6 | jacky ickx | lotus-ford | 52 | + 1 lap | 18 | None row 9 : 9 | 9 | vittorio brambilla | march-ford | 52 | + 1 lap | 12 | None row 10 : 10 | 22 | graham hill | lola-ford | 52 | + 1 lap | 21 | None row 11 : 11 | 3 | jody scheckter | tyrrell-ford | 52 | + 1 lap | 9 | None row 12 : 12 | 16 | tom pryce | shadow-ford | 51 | transmission | 14 | None row 13 : 13 | 23 | rolf stommelen | lola-ford | 51 | + 2 laps | 19 | None row 14 : 14 | 2 | jochen mass | mclaren-ford | 50 | + 3 laps | 13 | None row 15 : ret | 8 | carlos pace | brabham-ford | 46 | engine | 2 | None row 16 : nc | 20 | arturo merzario | williams-ford | 44 | not classified | 20 | None row 17 : ret | 27 | mario andretti | parnelli-ford | 27 | transmission | 10 | None row 18 : ret | 14 | mike wilds | brm | 24 | engine | 22 | None row 19 : ret | 5 | ronnie peterson | lotus-ford | 15 | engine | 11 | None row 20 : ret | 21 | jacques laffite | williams-ford | 15 | gearbox | 17 | None row 21 : ret | 30 | wilson fittipaldi | fittipaldi-ford | 12 | accident | 23 | None row 22 : dsq | 18 | john watson | surtees-ford | 6 | disqualified | 15 | None row 23 : dns | 17 | jean-pierre jarier | shadow-ford | 0 | transmission | 1 | None ] Execute this SQL based on the above table: select pos where pos != 'ret' and constructor = ( select constructor where pos = 'ret' )
3
[ header: year | chassis | engine | start | finish row 1 : 1974 | eagle | offy | 21st | 7th row 2 : 1975 | eagle | offy | 18th | 4th row 3 : 1976 | eagle | offy | 6th | 5th row 4 : 1977 | eagle | offy | 8th | 15th row 5 : 1978 | lighning | cosworth | 21st | 24th row 6 : 1979 | lighning | cosworth | 17th | 20th row 7 : 1980 | penske | cosworth | 8th | 6th row 8 : 1981 | penske | cosworth | 10th | 28th row 9 : 1982 | march | cosworth | 10th | 3rd row 10 : 1983 | march | cosworth | 14th | 7th row 11 : 1984 | march | cosworth | 21st | 19th row 12 : 1985 | march | buick | 1st | 33rd row 13 : 1986 | lola | cosworth | 14th | 16th row 14 : 1987 | march | cosworth | 29th | 27th row 15 : 1988 | march | buick | qualifying crash | None row 16 : 1989 | lola | cosworth | 32nd | 22nd row 17 : 1990 | lola | cosworth | 22nd | 29th row 18 : 1991 | lola | buick | 32nd | 21st row 19 : 1992 | lola | buick | failed to qualify | None row 20 : 1994 | lola | chevrolet | failed to qualify | None ] Execute this SQL based on the above table: select engine order by year desc limit 1
chevrolet
[ header: round | round | country | circuit | date | pole position | fastest lap | winning rider | winning team | report row 1 : 1 | r1 | qatar | losail | 23 february | troy corser | noriyuki haga | troy bayliss | xerox ducati | report row 2 : 2 | r1 | australia | phillip island | 2 march | troy bayliss | troy bayliss | troy bayliss | xerox ducati | report row 3 : 2 | r2 | australia | phillip island | 2 march | troy bayliss | max biaggi | troy bayliss | xerox ducati | report row 4 : 3 | r1 | spain | valencia | 6 april | max neukirchner | noriyuki haga | lorenzo lanzi | team r.g | report row 5 : 4 | r1 | netherlands | assen | 27 april | troy bayliss | max neukirchner | troy bayliss | xerox ducati | report row 6 : 4 | r2 | netherlands | assen | 27 april | troy bayliss | troy bayliss | troy bayliss | xerox ducati | report row 7 : 5 | r1 | italy | monza | 11 may | troy bayliss | noriyuki haga | max neukirchner | alstare suzuki | report row 8 : 5 | r2 | italy | monza | 11 may | troy bayliss | noriyuki haga | noriyuki haga | yamaha motor italia | report row 9 : 6 | r1 | united states | miller motorsports park | 1 june | carlos checa | carlos checa | carlos checa | ten kate honda | report row 10 : 6 | r2 | united states | miller motorsports park | 1 june | carlos checa | carlos checa | carlos checa | ten kate honda | report row 11 : 7 | r1 | germany | nurburgring | 15 june | max neukirchner | troy bayliss | noriyuki haga | yamaha motor italia | report row 12 : 8 | r1 | san marino | misano adriatico | 29 june | troy corser | jakub smrz | max neukirchner | alstare suzuki | report row 13 : 8 | r2 | san marino | misano adriatico | 29 june | troy corser | troy corser | ruben xaus | sterilgarda go eleven | report row 14 : 10 | r1 | great britain | brands hatch | 3 august | troy bayliss | ryuichi kiyonari | ryuichi kiyonari | ten kate honda | report row 15 : 10 | r2 | great britain | brands hatch | 3 august | troy bayliss | michel fabrizio | ryuichi kiyonari | ten kate honda | report row 16 : 11 | r1 | europe | donington park | 7 september | troy bayliss | troy bayliss | troy bayliss | xerox ducati | report row 17 : 12 | r1 | italy | vallelunga | 21 september | troy bayliss | carlos checa | noriyuki haga | yamaha motor italia | report ] Execute this SQL based on the above table: select report where date = 1
report, report
[ header: year | tournament | venue | result | extra row 1 : 2002 | european indoor championships | vienna, austria | 5th | None row 2 : 2003 | universiade | daegu, south korea | 3rd | None row 3 : 2004 | world indoor championships | budapest, hungary | 1st | 2.04 pbi row 4 : 2004 | summer olympics | athens, greece | 1st | 2.06 nr row 5 : 2004 | world athletics final | monte carlo, monaco | 1st | None row 6 : 2006 | world indoor championships | moscow, russia | 1st | 2.02 row 7 : 2006 | european championships | gothenburg, sweden | 5th | 1.99 m row 8 : 2006 | world athletics final | stuttgart, germany | 4th | None row 9 : 2006 | world cup | athens, greece | 1st | 1.97 row 10 : 2007 | world championships | osaka, japan | 4th | None row 11 : 2008 | summer olympics | beijing, china | 4th | 2.01 row 12 : 2011 | world championships | daegu, korea | 4th | 1.97 ] Execute this SQL based on the above table: select extra where venue = 'athens, greece'
2.06 nr, 1.97
[ header: year | single | chart | position row 1 : 1999 | "heavy" | billboard hot 100 | 73 row 2 : 1999 | "heavy" | mainstream rock tracks | 1 row 3 : 1999 | "heavy" | modern rock tracks | 5 row 4 : 1999 | "run" | billboard hot 100 | 76 row 5 : 1999 | "run" | modern rock tracks | 36 row 6 : 1999 | "run" | adult top 40 | 12 row 7 : 1999 | "no more, no less" | mainstream rock tracks | 10 row 8 : 1999 | "no more, no less" | modern rock tracks | 32 row 9 : 1999 | "tremble for my beloved" | mainstream rock tracks | 35 ] Execute this SQL based on the above table: select chart where year = 1999
billboard hot 100, mainstream rock tracks, modern rock tracks, billboard hot 100, modern rock tracks, adult top 40, mainstream rock tracks, modern rock tracks, mainstream rock tracks
[ 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 pos. where class = 'lmp900' order by laps limit 1
dnf
[ header: date | tournament | location | winner | score | 1st prize ($) row 1 : jan 14 | sony open in hawaii | hawaii | jerry kelly (1) | 266 (-14) | 720000 row 2 : feb 10 | buick invitational | california | jose maria olazabal | 275 (-13) | 648000 row 3 : feb 17 | nissan open | california | len mattiace (1) | 269 (-15) | 666000 row 4 : feb 24 | touchstone energy tucson open | arizona | ian leggatt (1) | 268 (-20) | 540000 row 5 : mar 3 | genuity championship | florida | ernie els (9) | 271 (-17) | 846000 row 6 : mar 10 | honda classic | florida | matt kuchar (1) | 269 (-19) | 630000 row 7 : mar 17 | bay hill invitational | florida | tiger woods (30) | 275 (-13) | 720000 row 8 : mar 31 | shell houston open | texas | vijay singh (10) | 266 (-22) | 720000 row 9 : apr 7 | bellsouth classic | georgia | retief goosen (2) | 272 (-16) | 684000 row 10 : apr 21 | worldcom classic - the heritage of golf | south carolina | justin leonard (7) | 270 (-14) | 720000 row 11 : apr 28 | greater greensboro chrysler classic | north carolina | rocco mediate (5) | 272 (-16) | 684000 row 12 : may 5 | compaq classic of new orleans | louisiana | k.j. choi (1) | 271 (-17) | 810000 row 13 : may 12 | verizon byron nelson | texas | shigeki maruyama (2) | 266 (-14) | 864000 row 14 : may 19 | mastercard colonial | texas | nick price (18) | 267 (-13) | 774000 row 15 : jun 9 | buick classic | new york | chris smith (1) | 272 (-12) | 630000 row 16 : jun 30 | fedex st. jude classic | tennessee | len mattiace (2) | 266 (-18) | 684000 row 17 : jul 7 | advil western open | illinois | jerry kelly (2) | 269 (-19) | 720000 row 18 : jul 21 | b.c. open | new york | spike mcroy (1) | 269 (-19) | 378000 row 19 : jul 28 | john deere classic | illinois | j. p. hayes (2) | 262 (-22) | 540000 row 20 : aug 4 | the international | colorado | rich beem (2) | 44 (stableford) | 810000 row 21 : aug 18 | pga championship | minnesota | rich beem (3) | 278 (-10) | 990000 row 22 : aug 25 | reno-tahoe open | nevada | chris riley (1) | 271 (-17) | 540000 row 23 : sep 1 | air canada championship | canada | gene sauers (3) | 269 (-15) | 630000 row 24 : sep 8 | bell canadian open | canada | john rollins (1) | 272 (-16) | 720000 row 25 : sep 22 | tampa bay classic | florida | k.j. choi (2) | 267 (-17) | 468000 row 26 : sep 29 | valero texas open | texas | loren roberts (8) | 261 (-19) | 630000 ] Execute this SQL based on the above table: select abs ( tournament - date ) order by tournament desc limit 1
0
[ header: | name on the register | date listed | location | city or town | summary row 1 : 1 | arnold trail to quebec | october 1, 1969 (#69 | along the kennebec river, through | coburn gore | extends through franklin, kenn row 2 : 2 | barn on lot 8, range g | august 24, 2011 (#11000581) | 816 foster hill rd. 44° | freeman township | None row 3 : 3 | bass boarding house | april 7, 1988 (#88000 | canal st. 44°35′12 | wilton | None row 4 : 5 | john g. coburn | april 11, 2002 (#02000 | 360 river rd. 44°37′ | carthage | perhaps the "john g. coburn house row 5 : 9 | first congregational church, united church of christ | july 25, 1974 (#74000149 | main st. 44°40′04 | farmington | None row 6 : 13 | greenacre | october 29, 1982 (#82 | 17 court st. 44°40′ | farmington | None row 7 : 15 | holmes-crafts homestead | april 26, 1973 (#73000 | old n. jay rd. | north jay | None row 8 : 17 | jay-niles memorial library | march 13, 1987 (#87000414) | state route 4 44°32′53′′n | north jay | None row 9 : 18 | little red schoolhouse | february 23, 1972 (#72000070 | south of west farmington on wilton r | west farmington | None row 10 : 21 | mccleary farm | april 7, 1989 (#89000 | s. strong rd. 44° | strong | None row 11 : 22 | merrill hall | january 23, 1980 (#800002 | maine and academy sts. 44 | farmington | None row 12 : 23 | new sharon bridge | september 24, 1999 (#99001189) | south of u.s. route 2 over | new sharon | to be demolished ] Execute this SQL based on the above table: select ( select where name on the register = 'new sharon bridge' ) < ( select where name on the register = 'jay-niles memorial library' )
0
[ header: number | builder | type | date | works number | notes row 1 : 51 | baldwin locomotive works | ds4-4-750 | 1949 | 74408 | acquired new 1949, retired 1970/wrecke row 2 : 52 | baldwin locomotive works | ds4-4-750 | 1949 | 74409 | acquired new 1949, retired in 1970 and scrapped row 3 : 53 | baldwin locomotive works | ds4-4-1000 | 1949 | 74193 | ex-pan american engineering w8380; row 4 : 54 | baldwin locomotive works | s-12 | 1952/1953 | 75823 | ex-nw (3307); n row 5 : 55 | baldwin locomotive works | rs-12 | 1955 | 76024 | decorated for the united states bicentennial row 6 : 56 | baldwin locomotive works | rs-12 | 1955 | 76105 | nee mr 33, acquired row 7 : 57 | baldwin locomotive works | s-12 | 1953 | 75914 | nee sp 1539, row 8 : 61 | american locomotive works | rs-11 | 1979 | None | former sp. status unknown row 9 : 62 | american locomotive works | rs-11 | 1979 | None | former sp. status unknown row 10 : 63 | american locomotive works | rs-11 | 1979 | None | former sp. sold to nv row 11 : 64 | electro-motive diesel | gp9m | 1987 | None | former sp # 3411. operational and in row 12 : 65 | electro-motive diesel | gp9m | 1987 | None | former sp # 3412. operational row 13 : 66 | electro-motive diesel | gp9m | 1956 | None | former c&o # 6145. acquired row 14 : 67 | electro-motive diesel | gp9m | 6/1954 | 19554 | built as bangor and aroosto row 15 : m-80 | mack | railbus | 1923 | None | purchased 1925. wrecked twice: in 1957 row 16 : m-100 | edwards rail car company | motor car | 1925 | None | acquired from moorhead & north fork row 17 : m-200 | ss&iw | motor car | 1927 | None | ex-trc #22; n row 18 : m-300 | american car and foundry company | motor car | 1935 | None | m-300 at fort bragg ex ] Execute this SQL based on the above table: select builder where number = '66' order by type asc limit 979
electro-motive diesel
[ header: institution | location | nickname | founded | type | enrollment | joined mac row 1 : delaware valley college | doylestown, pennsyl | aggies | 1917 | private/non-sectarian | 2241 | 1965 row 2 : desales university | center valley, pennsylvania | bulldogs | 1965 | private/catholic | 3199 | 1997 row 3 : eastern university | st. davids, penn | eagles | 1952 | private/baptist | 4235 | 2008 row 4 : fairleigh dickinson university-flor | madison, new jersey | devils | 1942 | private/non-sectarian | 3288 | 1977 row 5 : king's college | wilkes-barre, penn | monarchs | 1946 | private/catholic | 2725 | 1977 row 6 : manhattanville college | purchase, new york | valiants | 1841 | private/non-sectarian | 2695 | 2007 row 7 : misericordia university | dallas, pennsyl | cougars | 1924 | private/catholic | 2830 | 2008 row 8 : wilkes university | wilkes-barre, penn | colonels | 1933 | private/non-sectarian | 5136 | 1946 ] Execute this SQL based on the above table: select type where type = 2 order by founded desc limit 1
private/catholic
[ header: first name | surname | death year | beginning of service | end of service | notes row 1 : pilzbach | johann adam | 1802 | 1772 | 1776 | None row 2 : fritsch | lorenz | None | 1794 | 1798 | None row 3 : aizele | matthias | 1856 | 1812 | 1836 | None row 4 : bottka | paul | 1872 | 1836 | 1845 | None row 5 : bartl | anton | 1897 | 1870 | 1893 | None row 6 : loschardt | ferdinand | 1914 | 1893 | 1899 | None row 7 : gehl | othmar | 1951 | 1892 | 1903 | None row 8 : schutz | nikolaus | None | 1899 | 1901 | None row 9 : eisele | matthias | 1944 | 1901 | 1906 | None row 10 : dietl | august gustav | 1928 | 1901 | 1912 | None row 11 : misenko | josef | None | 1902 | 1909 | None row 12 : palya | matthias | 1915 | 1903 | 1915 | None row 13 : elsner | josef | 1965 | 1911 | 1926 | None row 14 : schrotz | stefan | 1967 | 1912 | 1923 | None row 15 : fulda | paul | None | 1922 | None | None row 16 : rudolf | josef | None | 1912 | 1921 | None row 17 : waltner | josef | 1986 | 1920 | 1923 | None row 18 : szekely | franz | None | 1923 | 1930 | None row 19 : lischerong | matthias | 1950 | 1925 | 1950 | None row 20 : strubert | peter | 1956 | 1924 | 1932 | None row 21 : lindnder | wendelin | None | 1925 | 1929 | None row 22 : juhasz | tibor | None | 1930 | 1938 | None row 23 : benz | johannes | 1985 | 1936 | 1942 | None row 24 : hardt | alfons | None | 1927 | 1930 | None row 25 : hampel | karl | None | 1934 | 1937 | None row 26 : willw | andreas | None | 1941 | 1946 | None row 27 : gerstenengst | josef | 1992 | 1946 | 1958 | None row 28 : lackner | paul | 1987 | 1946 | 1987 | None row 29 : borth | nikolaus pater gottfried | None | 1958 | 1959 | None row 30 : neu | anton | None | 1963 | 1965 | None row 31 : fritz | anton | None | 1972 | 1974 | None row 32 : hajdu | josef | None | 1974 | 1976 | None row 33 : hoher | otto | 2006 | 1976 | 1978 | None row 34 : nagy | carol | None | 1979 | 1987 | None row 35 : mutiu | petru | None | 1983 | None | None row 36 : matei | peter gottlieb | None | 1983 | 1988 | None row 37 : pal | jozsef csaba | None | 1987 | None | None row 38 : szocs | laszlo | None | 1987 | 1988 | None row 39 : catici | gheorghe | None | 1988 | 1992 | None row 40 : balogh | andras | None | 1988 | 1989 | None row 41 : ebenspanger | ferenc | None | 1989 | 1990 | None row 42 : debert | reiner | None | 1993 | 1994 | None row 43 : conceanga | ulderic | None | 1997/2001 | 2003 | None row 44 : tampu | petru | None | 1999 | 2001 | None row 45 : rebegila | petru | None | 2004 | 2006 | None ] Execute this SQL based on the above table: select min ( death year )
1802
[ header: | episode title | romanized title | translation of title | broadcast date | ratings row 1 : ep. 1 | 児童虐待からの脱出 渡り鳥になった二人 | jido gyakut | escape from child abuse, the two who became birds | 14 april 2010 5 august 2011 8 | 11.8% row 2 : ep. 2 | 居場所のない二人 | ibasho no nai | the two without a place to go | 21 april 2010 12 august 2011 15 | 12.0% row 3 : ep. 3 | 母の手のぬくもり | haha no te no nukumor | the warmth of a mother's hand | 28 april 2010 19 august 2011 22 | 12.8% row 4 : ep. 4 | 学校へ行かせたい | gakko e ika setai | i want to let her attend school | 5 may 2010 26 august 2011 29 august 2011 | 10.0% row 5 : ep. 5 | 二人の"母親" | ni-nin no"haha | two "mothers" | 12 may 2010 2 september 2011 5 september | 11.9% row 6 : ep. 6 | さよならお母さん | sayonara okasan | goodbye mother | 19 may 2010 9 september 2011 12 september | 13.9% row 7 : ep. 7 | あの子を返して! | ano ko o kae | return her to me! | 26 may 2010 16 september 2011 19 september | 12.4% row 8 : ep. 8 | 断ち切れない絆 | tachikirenai kizu | the bond that can't be broken | 2 june 2010 23 september 2011 26 | 14.0% row 9 : ep. 9 | 引き裂かれる二人 | hikisaka reru n | the two torn apart | 9 june 2010 30 september 2011 3 | 12.2% row 10 : ep. 10 | ひと目会いたい | hitome aitai | i want to see you just once | 16 june 2010 7 octo | 14.8% row 11 : ep. 11 | すっと愛してる | zutto aishi teru | i will always love you | 23 june 2010 14 octo | 16.3% ] Execute this SQL based on the above table: select ratings where ratings in ( '12.4%' , '14.8%' ) order by - desc limit 1
12.4%
[ header: pos | rider | manufacturer | time/retired | points row 1 : 1 | tohru ukawa | honda | 49:50.449 | 25 row 2 : 2 | franco battaini | aprilia | 5.125 | 20 row 3 : 3 | loris capirossi | honda | 10.224 | 16 row 4 : 4 | shinya nakano | yamaha | 14.848 | 13 row 5 : 5 | stefano perugini | honda | 34.042 | 11 row 6 : 6 | sebastian porto | yamaha | 37.495 | 10 row 7 : 7 | jason vincent | honda | 44.911 | 9 row 8 : 8 | valentino rossi | aprilia | +1:01.110 | 8 row 9 : 9 | anthony west | tsr-honda | +1:10.352 | 7 row 10 : 10 | alex hofmann | tsr-honda | +1:18.683 | 6 row 11 : 11 | luca boscoscuro | tsr-honda | +1:20.847 | 5 row 12 : 12 | lucas oliver bulto | yamaha | +1:23.052 | 4 row 13 : 13 | roberto rolfo | aprilia | +1:24.329 | 3 row 14 : 14 | masaki tokudome | tsr-honda | +1:26.837 | 2 row 15 : 15 | fonsi nieto | yamaha | +1:45.669 | 1 row 16 : 16 | david garcia | yamaha | +1:48.926 | None row 17 : 17 | scott smart | aprilia | +1:49.730 | None row 18 : 18 | alex debon | honda | +1 lap | None row 19 : 19 | jarno janssen | tsr-honda | +1 lap | None row 20 : ret | alvaro molina | honda | retirement | None row 21 : ret | julien allemand | tsr-honda | retirement | None row 22 : ret | ismael bonilla | honda | retirement | None row 23 : ret | daniel ribalta | aprilia | retirement | None row 24 : ret | maurice bolwerk | honda | retirement | None row 25 : ret | tomomi manako | yamaha | retirement | None row 26 : ret | johann stigefelt | yamaha | retirement | None row 27 : ret | olivier jacque | yamaha | retirement | None row 28 : ret | jeremy mcwilliams | aprilia | retirement | None row 29 : ret | david ortega | tsr-honda | retirement | None row 30 : ret | alfredo rios | aprilia | retirement | None row 31 : ret | ralf waldmann | aprilia | retirement | None ] Execute this SQL based on the above table: select rider where rider = 'sebastian porto' group by rider having count ( * ) = 1
sebastian porto
[ header: week | date | opponent | result | attendance | bye row 1 : 1 | september 8, 2002 | st. louis rams | w 23-16 | 75710 | 0 row 2 : 2 | september 15, 2002 | at san francisco 49ers | w 24-14 | 67685 | 0 row 3 : 3 | september 22, 2002 | buffalo bills | w 28-23 | 75359 | 0 row 4 : 4 | september 30, 2002 | at baltimore ravens | l 34-23 | 69538 | 0 row 5 : 5 | october 6, 2002 | san diego chargers | w 26-9 | 75065 | 0 row 6 : 6 | october 13, 2002 | miami dolphins | l 24-22 | 75941 | 0 row 7 : 7 | october 20, 2002 | at kansas city chiefs | w 37-34 | 78446 | 0 row 8 : 8 | october 27, 2002 | at new england patriots | w 24-16 | 68436 | 0 row 9 : 9 | None | None | None | None | 1 row 10 : 10 | november 11, 2002 | oakland raiders | l 34-10 | 76643 | 0 row 11 : 11 | november 17, 2002 | at seattle seahawks | w 31-9 | 65495 | 0 row 12 : 12 | november 24, 2002 | indianapolis colts | l 23-20 | 75075 | 0 row 13 : 13 | december 1, 2002 | at san diego chargers | l 30-27 | 66357 | 0 row 14 : 14 | december 8, 2002 | at new york jets | l 19-13 | 78521 | 0 row 15 : 15 | december 15, 2002 | kansas city chiefs | w 31-24 | 75947 | 0 row 16 : 16 | december 22, 2002 | at oakland raiders | l 28-16 | 62592 | 0 row 17 : 17 | december 29, 2002 | arizona cardinals | w 37-7 | 75164 | 0 ] Execute this SQL based on the above table: select bye where week = 6
0
[ header: year | album | song | duration | artist row 1 : 2010 | trax mini album volume up | "healing" | None | with trax row 2 : 2010 | oh! | "boys & girls" | None | with girls' generation row 3 : 2010 | 1st asia tour "into the | "barbie girl" | None | duet with jessica row 4 : 2012 | history of salary man ost | "bravo" | 03:12 | duet with leeteuk row 5 : 2012 | one dream (single) | "one dream" | 02:29 | with boa & henry row 6 : 2012 | mama | "two moons" | 02:59 | with exo row 7 : 2012 | only one | "one dream" | 02:29 | with boa & henry row 8 : 2014 | toheart | "delicious" | None | duet with woohyun from infinite ] Execute this SQL based on the above table: select abs ( ( select year where song = '"two moons"' ) - ( select year where song = '"barbie girl"' ) )
2
[ header: tie no | home team | score | away team | attendance row 1 : 1 | ifk vasteras (d2) | 3-2 | ik sleipner (d | 875 row 2 : 2 | kramfors if (n) | 2-4 (aet) | bk kenty (d3) | 2808 row 3 : 3 | reymersholms ik | 5-2 | atvidabergs ff (d | 1504 row 4 : 4 | wifsta/ostrands if | 4-3 | ludvika ffi | 974 row 5 : 5 | raa if (d3) | 3-2 | sandvikens if (d | 2116 row 6 : 6 | sandvikens aik | 2-3 (aet) | tidaholms g | 822 row 7 : 7 | karlstads bik (d | 2-5 | if friska viljor (n) | 1550 row 8 : 8 | sandviks ik (n | 2-3 | surahammars if (d2) | None ] Execute this SQL based on the above table: select count ( away team ) where tie no >= 869
0
[ header: year | competition | venue | position | notes row 1 : 2002 | world junior championships | kingston, jamaica | 1st | 64.51 m (1.75 kg) row 2 : 2002 | asian games | busan, south korea | 1st | 60.76 m row 3 : 2003 | universiade | daegu, south korea | 1st | 62.32 m row 4 : 2003 | asian championships | manila, philippines | 1st | 61.43 m row 5 : 2004 | olympic games | athens, greece | 18th (q) | 60.60 m row 6 : 2005 | world championships | helsinki, finland | 18th (q) | 61.75 m row 7 : 2005 | universiade | izmir, turkey | 7th | 59.67 m row 8 : 2005 | east asian games | macau | 1st | 61.74 m row 9 : 2006 | asian games | doha, qatar | 5th | 58.54 m row 10 : 2009 | asian championships | guangzhou, china | 3rd | 59.27 m ] Execute this SQL based on the above table: select competition order by position asc limit 1899
olympic games, world championships, world junior championships, asian games, universiade, asian championships, east asian games, asian championships, asian games, universiade
[ header: party | leader | from | to row 1 : scottish national party | gordon wallace | may 1974 | may 1978 row 2 : scottish national party | robert cunning | may 1978 | may 1980 row 3 : labour | None | may 1974 | may 1980 row 4 : labour | iain nicolson | may 1980 | may 1984 row 5 : labour | charles kennedy | may 1984 | jan 1989 row 6 : labour | andrew cochrane | jan 1989 | may 1992 row 7 : labour | robert coyle | may 1992 | may 1993 row 8 : labour | brian wallace | jun 1993 | sep 1994 row 9 : labour | charles kennedy | sep 1994 | apr 1996 row 10 : conservative | william leslie | may 1974 | may 1992 row 11 : conservative | ian young | may 1992 | april 1996 row 12 : sdp/liberal alliance | joyce shannon | february 1986 | may 1992 row 13 : independent | andrew archibald | may 1974 | may 1977 ] Execute this SQL based on the above table: select count ( party )
13
[ header: conference | bids | record | win % | quarterfinals | semifinals | final | champions row 1 : atlantic coast conference | 4 | 6-4 | 0.6 | 4 | 2 | None | None row 2 : ivy league | 3 | 4-3 | 0.571 | 2 | 1 | 1 | None row 3 : independent | 2 | 5-1 | 0.833 | 2 | 1 | 1 | 1 row 4 : colonial athletic association | 2 | 0-2 | 0 | None | None | None | None row 5 : america east conference | 1 | 0-1 | 0 | None | None | None | None row 6 : eastern college athletic conference | 1 | 0-1 | 0 | None | None | None | None row 7 : great western lacrosse league | 1 | 0-1 | 0 | None | None | None | None row 8 : metro atlantic athletic conference | 1 | 0-1 | 0 | None | None | None | None row 9 : patriot league | 1 | 0-1 | 0 | None | None | None | None ] Execute this SQL based on the above table: select final where semifinals = 1
1.0, 1.0
[ header: | brand | active ingredient | therapeutic area | pathology row 1 : 1 | ebastel and others | ebastine | respiratory | allergy row 2 : 2 | prevencor | atorvastatin | cardiovascular | cholesterol row 3 : 3 | esertia | escitalopram | central nervous system | depression row 4 : 4 | plusvent | salmeterol+fluticasone | respiratory | asthma & copd row 5 : 5 | almogran and others | almotriptan | central nervous system | migraine row 6 : 6 | parapres | candesartan cilexetil | cardiovascular | hypertension row 7 : 7 | airtal and others | aceclofenac | osteomuscular | pain row 8 : 8 | opiren | lansoprazole | digestive | ulcer row 9 : 9 | dobupal | venlafaxine | central nervous system | depression row 10 : 10 | tesavel & efficib | sitagliptin & sitaglip | gastrointestinal | diabetes row 11 : 11 | solaraze | diclofenac solium + h | dermatology | actinic keratoses row 12 : 12 | almax and others | almagate | gastrointestinal | antacid row 13 : 13 | balneum and others | soya oil | dermatology | atopic dermatitis row 14 : 14 | pantopam | pantoprazole | gastrointestinal | gastroesophageal reflux row 15 : 15 | decoderm tri and others | fluprednidene | dermatology | mycotic dermatitis ] Execute this SQL based on the above table: select count ( pathology ) where < 546
15
[ header: round | round | country | circuit | date | pole position | fastest lap | winning rider | winning team | report row 1 : 1 | r1 | qatar | losail | 23 february | troy corser | noriyuki haga | troy bayliss | xerox ducati | report row 2 : 2 | r1 | australia | phillip island | 2 march | troy bayliss | troy bayliss | troy bayliss | xerox ducati | report row 3 : 2 | r2 | australia | phillip island | 2 march | troy bayliss | max biaggi | troy bayliss | xerox ducati | report row 4 : 3 | r1 | spain | valencia | 6 april | max neukirchner | noriyuki haga | lorenzo lanzi | team r.g | report row 5 : 4 | r1 | netherlands | assen | 27 april | troy bayliss | max neukirchner | troy bayliss | xerox ducati | report row 6 : 4 | r2 | netherlands | assen | 27 april | troy bayliss | troy bayliss | troy bayliss | xerox ducati | report row 7 : 5 | r1 | italy | monza | 11 may | troy bayliss | noriyuki haga | max neukirchner | alstare suzuki | report row 8 : 5 | r2 | italy | monza | 11 may | troy bayliss | noriyuki haga | noriyuki haga | yamaha motor italia | report row 9 : 6 | r1 | united states | miller motorsports park | 1 june | carlos checa | carlos checa | carlos checa | ten kate honda | report row 10 : 6 | r2 | united states | miller motorsports park | 1 june | carlos checa | carlos checa | carlos checa | ten kate honda | report row 11 : 7 | r1 | germany | nurburgring | 15 june | max neukirchner | troy bayliss | noriyuki haga | yamaha motor italia | report row 12 : 8 | r1 | san marino | misano adriatico | 29 june | troy corser | jakub smrz | max neukirchner | alstare suzuki | report row 13 : 8 | r2 | san marino | misano adriatico | 29 june | troy corser | troy corser | ruben xaus | sterilgarda go eleven | report row 14 : 10 | r1 | great britain | brands hatch | 3 august | troy bayliss | ryuichi kiyonari | ryuichi kiyonari | ten kate honda | report row 15 : 10 | r2 | great britain | brands hatch | 3 august | troy bayliss | michel fabrizio | ryuichi kiyonari | ten kate honda | report row 16 : 11 | r1 | europe | donington park | 7 september | troy bayliss | troy bayliss | troy bayliss | xerox ducati | report row 17 : 12 | r1 | italy | vallelunga | 21 september | troy bayliss | carlos checa | noriyuki haga | yamaha motor italia | report ] Execute this SQL based on the above table: select count ( date ) where winning team = 'yamaha motor italia'
3
[ header: week | opponent | result | game site | tv | time | attendance | bye row 1 : 1 | at denver broncos | l 3-19 | mile high stadium | nbc | 4:15pm | 75600 | row 2 : 2 | at oakland raiders | w 28-27 | network associates coliseum | abc | 9:00pm | 61523 | row 3 : 3 | buffalo bills | w 22-16 | arrowhead stadium | nbc | 1:00pm | 78169 | row 4 : 4 | at carolina panthers | w 35-14 | bank of america stadium | nbc | 1:00pm | 67402 | row 5 : 5 | seattle seahawks | w 20-17 ot | arrowhead stadium | nbc | 4:15pm | 77877 | row 6 : 6 | at miami dolphins | l 14-17 | pro player stadium | nbc | 1:00pm | 71794 | row 7 : 7 | None | None | None | None | None | None | row 8 : 8 | san diego chargers | w 31-3 | arrowhead stadium | tnt | 8:00pm | 77195 | row 9 : 9 | at st. louis rams | w 28-20 | edward jones dome | nbc | 1:00pm | 64864 | row 10 : 10 | pittsburgh steelers | w 13-10 | arrowhead stadium | abc | 9:00pm | 78301 | row 11 : 11 | at jacksonville jaguars | l 14-24 | alltel stadium | nbc | 1:00pm | 70444 | row 12 : 12 | denver broncos | w 24-22 | arrowhead stadium | nbc | 1:00pm | 77963 | row 13 : 13 | at seattle seahawks | w 19-14 | kingdome | nbc | 4:15pm | 66264 | row 14 : 14 | san francisco 49ers | w 44-9 | arrowhead stadium | fox | 1:00pm | 77535 | row 15 : 15 | oakland raiders | w 30-0 | arrowhead stadium | nbc | 1:00pm | 76379 | row 16 : 16 | at san diego chargers | w 29-7 | qualcomm stadium | nbc | 4:15pm | 54594 | row 17 : 17 | new orleans saints | w 25-13 | arrowhead stadium | fox | 1:00pm | 66772 | row 18 : divisional playoff | denver broncos | l 10-14 | arrowhead stadium | nbc | 4:15pm | 76965 | ] Execute this SQL based on the above table: select count ( result ) where result = 'w 31-3'
1
[ header: year | japanese title | english title | role | network row 1 : 1997 | あくり | agri | None | nhk row 2 : 1998 | ラフアントヒース | love & peace | yohei horiguchi | ntv row 3 : 2001 | ネハーラント | neverland | osamu seto | tbs row 4 : 2002 | hito ni yasashi | be nice to people | yusuke | fuji tv row 5 : 2002 | engimono (演技者) | acting by | hachida | fuji tv row 6 : 2004 | kino wa tomo kyo | None | None | None row 7 : 2005 | dekabeya (六本木おかしな捜査班) | funny roppongi squad | yukio ochi | tv asahi row 8 : 2005 | asuka e, soshite | to asuka and to the unseen | sawamura kazuya | fuji tv row 9 : 2005 | nemureru mori no s | sleeping corpse | eiji/yamazaki | fuji tv row 10 : 2006 | アキハハラ@deep | akihabara@deep | box | tbs row 11 : 2007 | hana yori dango returns | boys over flowers 2 | junpei oribe | tbs row 12 : 2007 | hanazakari no kimitachi | ikemen paradise | shuichi nakatsu | fuji tv row 13 : 2008 | hachimitsu to clover (ハチミツとクローハー) | honey & clover | yuta takemoto | fuji tv row 14 : 2008 | hanazakari no kimitachi | ikemen paradise | shuichi nakatsu | fuji tv row 15 : 2008 | mao | devil | naoto serizawa | tbs row 16 : 2009 | inochi naki mono no k | voice | ryosuke ishimatsu | fuji tv row 17 : 2009 | majo saiban (魔女裁判) | the witch trial | toru yoshioka | fuji tv row 18 : 2009 | yonimo \"kim\ | the law of recycling suicides | r 8427 | None row 19 : 2010 | unobore deka (うぬほれ刑事) | conceited detective | sadame honjo | tbs row 20 : 2010 | kyuukei no kou | spherical wilderness | shoichi soeda | fuji tv row 21 : 2012 | osozaki no himawari | late blooming sunflower -my life renewed- | jotaro kodaira | fuji tv row 22 : 2014 | gunshi kanbei | None | dom justo takayama | nhk ] Execute this SQL based on the above table: select year where year != 2009 order by english title desc limit 1
2005
[ header: title | year | artist(s) | album | writer(s) | producer(s) row 1 : "lucky day (song)" | 2011 | nicola roberts | cinderella's eyes | martina sorbara, dragonette | andras vleminckx row 2 : "positive" | 2011 | taio cruz | ' | taio cruz, andr | andras vleminckx row 3 : "broken (kate ryan song | 2010 | kate ryan | electroshock (kate ryan album | anders hansson, kate | anders hansson, felix per row 4 : "give me more" | 2012 | tara mcdonald | i like this beat | tara mcdonald, luci | andras vleminckx row 5 : "drop it low (kat deluna | 2011 | kat deluna ft fat | inside out (kat deluna album) | kat deluna, andra | andras vleminckx row 6 : "8 days a week" | 2012 | jean-roch ft ti | music saved my life | jean-roch, timati, | andras vleminckx row 7 : "can u feel it" | 2012 | jean-roch ft tara m | music saved my life | jean-roch, tara mcd | andras vleminckx row 8 : "be there (ballad version)" | 2011 | kat deluna | inside out (kat deluna album) | kat deluna, andra | andras vleminckx row 9 : "muevete mueve | 2011 | kat deluna | inside out (kat deluna album) | kat deluna, andra | andras vleminckx row 10 : "hollywood" | 2013 | mitchell niemeyer | ' | andras vleminckx | andras vleminckx ] Execute this SQL based on the above table: select ( select artist(s) where artist(s) = 'tara mcdonald' and year = 2012 ) >= 934
1
[ header: date | opposition | result | score | brazil scorers | competition row 1 : 9-jun-68 | uruguay | w | feb-00 | tostao, sadi | taca rio branco row 2 : 12-jun-68 | uruguay | w | apr-00 | paulo borges, tosta | taca rio branco row 3 : 16-jun-68 | west germany | l | 2-jan | tostao | international friendly row 4 : 20-jun-68 | poland | w | 3-jun | rivelino (2), j | international friendly row 5 : 23-jun-68 | czechoslovakia | l | 3-feb | natal, carlos alberto tor | international friendly row 6 : 25-jun-68 | yugoslavia | w | feb-00 | carlos alberto torres, | international friendly row 7 : 30-jun-68 | portugal | w | feb-00 | rivelino, tostao | international friendly row 8 : 7-jul-68 | mexico | w | feb-00 | jairzinho (2) | international friendly row 9 : 10-jul-68 | mexico | l | 2-jan | rivelino | international friendly row 10 : 14-jul-68 | peru | w | 3-apr | natal, jairzinho, | international friendly row 11 : 17-jul-68 | peru | w | apr-00 | rivelino, gerson | international friendly row 12 : 25-jul-68 | paraguay | w | apr-00 | pele (2), toninho guerreir | taca oswaldo cruz row 13 : 28-jul-68 | paraguay | l | 0-1 | None | taca oswaldo cruz row 14 : 7-aug-68 | argentina | w | 1-apr | waltencir, roberto mir | international friendly row 15 : 11-aug-68 | argentina | w | 2-mar | evaldo, rodrigues | international friendly row 16 : 31-oct-68 | mexico | l | 2-jan | carlos alberto torres | international friendly row 17 : 3-nov-68 | mexico | w | 1-feb | pele, jairzinho | international friendly row 18 : 6-nov-68 | fifa xi | w | 1-feb | rivelino, tostao | international friendly (unofficial match) row 19 : 13-nov-68 | coritiba | w | 1-feb | dirceu lopes, ze car | international friendly (unofficial match) row 20 : 14-dec-68 | west germany | d | 2-feb | eduardo (2) | international friendly row 21 : 17-dec-68 | yugoslavia | d | 3-mar | carlos alberto torres, | international friendly row 22 : 19-dec-68 | yugoslavia | w | 2-mar | vaguinho, amauri, r | international friendly ] Execute this SQL based on the above table: select count ( date ) where date = '25-jul-68'
1
[ header: rnd | circuit | lmp1 winning team lmp1 winning drivers | lmp2 winning team lmp2 winning drivers | gt1 winning team gt1 winning drivers | gt2 winning team gt2 winning drivers | results row 1 : 1 | sebring | #2 audi sport north america | #37 intersport racing | #4 corvette racing | #50 multimatic motorsports | results row 2 : 1 | sebring | rinaldo capello tom | clint field liz halliday | oliver gavin olivier beretta | scott maxwell david brabham | results row 3 : 2 | reliant park | #2 audi sport north america | #37 intersport racing | #4 corvette racing | #23 alex job racing | results row 4 : 2 | reliant park | allan mcnish rinal | clint field liz halliday | oliver gavin olivier beretta | mike rockenfeller klaus | results row 5 : 3 | mid-ohio | #2 audi sport north america | #7 penske racing | #4 corvette racing | #45 flying lizard motorsports | results row 6 : 3 | mid-ohio | allan mcnish rinal | timo bernhard roma | oliver gavin olivier beretta | johannes van overbeek wolf | results row 7 : 4 | lime rock | #2 audi sport north america | #7 penske racing | #009 aston martin racing | #31 petersen/white lightning | results row 8 : 4 | lime rock | allan mcnish rinal | timo bernhard roma | stephane sarrazin pedr | jorg bergmeister patrick long | results row 9 : 5 | miller | #1 audi sport north america | #6 penske racing | #007 aston martin racing | #62 risi competi | results row 10 : 7 | road america | #1 audi sport north america | #6 penske racing | #3 corvette racing | #31 petersen/white lightning | results row 11 : 7 | road america | frank biela emanu | sascha maassen tim | ron fellows johnny | jorg bergmeister patrick long mich | results row 12 : 8 | mosport | #2 audi sport north america | #7 penske racing | #009 aston martin racing | #62 risi competi | results row 13 : 8 | mosport | allan mcnish rinal | lucas luhr roma | stephane sarrazin pedr | stephane ortelli johnny | results row 14 : 9 | road atlanta | #2 audi sport north america | #6 penske racing | #007 aston martin racing | #31 petersen/white lightning | results row 15 : 9 | road atlanta | allan mcnish rinal | sascha maassen tim | tomas enge darren turner | jorg bergmeister patrick long | results row 16 : 10 | mazda raceway laguna sec | #2 audi sport north america | #7 penske racing | #009 aston martin racing | #62 risi competi | results ] Execute this SQL based on the above table: select lmp2 winning team lmp2 winning drivers where id = ( select id where gt2 winning team gt2 winning drivers = '#31 petersen/white lightning' ) - 1
timo bernhard romain dumas
[ header: draw | artist | song | points | place row 1 : 1 | mystique | "rendez-vous" | 25 | 8 row 2 : 2 | vulcano | "met jou d'rbi | 27 | 5 row 3 : 3 | bernadette | "soms" | 26 | 6= row 4 : 4 | deuce | "computer games" | 26 | 6= row 5 : 5 | music hall | "stop die show" | 54 | 3 row 6 : 6 | mystique | "op zo'n dag | 8 | 10 row 7 : 7 | bernadette | "sing me a song" | 69 | 1 row 8 : 8 | vulcano | "een beetje van dit | 68 | 2 row 9 : 9 | deuce | "stopwatch" | 20 | 9 row 10 : 10 | music hall | "voulez-vous danser" | 37 | 4 ] Execute this SQL based on the above table: select place where draw <= 1497 order by draw asc limit 278
8, 5, 6=, 6=, 3, 10, 1, 2, 9, 4
[ header: whitworth size (in) | core diameter (in) | threads per inch | pitch (in) | tapping drill size row 1 : 1/16 | 0.0411 | 60 | 0.0167 | number drill 56 (1.2 mm) row 2 : 3/32 | 0.0672 | 48 | 0.0208 | number drill 49 (1.85 mm) row 3 : 1/8 | 0.093 | 40 | 0.025 | number drill 39 (2.55 mm) row 4 : 5/32 | 0.1162 | 32 | 0.0313 | number drill 30 (3.2 mm) row 5 : 3/16 | 0.1341 | 24 | 0.0417 | number drill 26 (3.7 mm) row 6 : 7/32 | 0.1654 | 24 | 0.0417 | number drill 16 (4.5 mm) row 7 : 1/4 | 0.186 | 20 | 0.05 | number drill 9 (5.1 mm) row 8 : 5/16 | 0.2414 | 18 | 0.0556 | letter drill f (6.5 mm) row 9 : 3/8 | 0.295 | 16 | 0.0625 | 5/16 in (7.94 mm) row 10 : 7/16 | 0.346 | 14 | 0.0714 | letter drill u (9.3 mm) row 11 : 1/2 | 0.3933 | 12 | 0.0833 | letter drill z (10.5 mm) row 12 : 9/16 | 0.4558 | 12 | 0.0833 | 12.1 mm (0.4764 in) row 13 : 5/8 | 0.5086 | 11 | 0.0909 | 13.5 mm (0.5315 in) row 14 : 11/16 | 0.5711 | 11 | 0.0909 | 15 mm (0.5906 in) row 15 : 3/4 | 0.6219 | 10 | 0.1 | 16.27 mm (0.6406 in) row 16 : 13/16 | 0.6845 | 10 | 0.1 | 18 mm (0.7087 in) row 17 : 7/8 | 0.7327 | 9 | 0.1111 | 19.25 mm (0.7579 in) row 18 : 15/16 | 0.7953 | 9 | 0.1111 | 20.75 mm (0.8169 in) row 19 : 1 | 0.8399 | 8 | 0.125 | 22 mm (0.8661 in) row 20 : 1 1/8 | 0.942 | 7 | 0.1429 | None row 21 : 1 1/4 | 1.067 | 7 | 0.1429 | None row 22 : 1 1/2 | 1.2866 | 6 | 0.1667 | None row 23 : 1 3/4 | 1.4939 | 5 | 0.2 | None row 24 : 2 | 1.7154 | 4.5 | 0.2222 | None row 25 : 2 1/2 | 2.18 | 4 | 0.25 | None ] Execute this SQL based on the above table: select tapping drill size order by threads per inch desc limit 1
number drill 56 (1.2 mm)
[ header: | | | | | | | | row 1 : ccc | ieee conference on computational complexity | 1993 | 1996 | 1999 | None | 2007 | 2011 | 2015 row 2 : ec | acm conference on electronic commerce | None | None | None | 2003 | 2007 | 2011 | 2015 row 3 : isca | acm/ieee international | 1993 | 1996 | 1999 | 2003 | 2007 | 2011 | 2015 row 4 : lctes | acm sigplan/sigbed | None | None | 1999 | 2003 | 2007 | None | None row 5 : metrics | acm sigmetrics international conference | None | 1996 | 1999 | 2003 | 2007 | None | 2015 row 6 : pldi | acm sigplan conference on programming | None | 1996 | 1999 | 2003 | 2007 | 2011 | 2015 row 7 : podc | acm symposium on principles of distributed computing | None | 1996 | 1999 | None | None | 2011 | None row 8 : ppopp | acm sigplan symposium on principles | 1993 | None | 1999 | 2003 | None | None | None row 9 : spaa | acm symposium on parallelism in | None | None | None | 2003 | 2007 | 2011 | 2015 row 10 : socg | acm symposium on computational geometry | 1993 | 1996 | None | 2003 | None | None | None row 11 : stoc | acm symposium on theory of computing | 1993 | 1996 | 1999 | 2003 | 2007 | 2011 | 2015 ] Execute this SQL based on the above table: select where = 'acm sigplan/sigbed conference on languages, compilers, and tools for embedded systems' and < ( select where = 'metrics' ) order by desc limit 1
lctes
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 29 march 2000 | vasil levski national stadium, so | belarus | 1-0 | 4-1 | friendly row 2 : 2 | 7 october 2000 | georgi asparuhov stadium, so | malta | 3-0 | 3-0 | 2002 world cup qualifier row 3 : 3 | 27 march 2003 | stadion mladost, | serbia and montenegro | 2-1 | 2-1 | friendly row 4 : 4 | 7 june 2003 | vasil levski national stadium, so | belgium | 2-2 | 2-2 | euro 2004 qualifier row 5 : 5 | 12 november 2005 | vasil levski national stadium, so | georgia | 5-0 | 6-2 | friendly row 6 : 6 | 12 november 2005 | vasil levski national stadium, so | georgia | 6-2 | 6-2 | friendly row 7 : 7 | 9 may 2006 | nagai stadium, osaka | japan | 1-0 | 2-1 | 2006 kirin cup ] Execute this SQL based on the above table: select min ( # )
1.0
[ header: year | song | us hot 100 | us msr | us a.c. | can | uk singles | album row 1 : 1991 | "don't treat me bad" | 19 | 16 | None | 35 | 71 | firehouse row 2 : 1991 | "love of a lifetime" | 5 | None | None | 30 | 40 | firehouse row 3 : 1991 | "all she wrote" | 58 | 25 | None | None | 56 | firehouse row 4 : 1992 | "reach for the sky" | 83 | 27 | None | None | 67 | hold your fire row 5 : 1992 | "when i look into your eyes" | 8 | None | None | 20 | 65 | hold your fire row 6 : 1992 | "sleeping with you" | 78 | None | None | None | 40 | hold your fire row 7 : 1995 | "i live my life for you" | 26 | None | 20 | 17 | 43 | 3 row 8 : 1995 | "here for you" | 108 | None | None | None | None | 3 ] Execute this SQL based on the above table: select album order by us a.c. desc limit 1
3
[ header: name | area | height | floors | year row 1 : ratan planet | opp. alimco, | 90 metres (295 ft) | 16 | 2013 row 2 : the landmark hotel | near navin market, mall road, downtown | 80 metres (262 ft) | 14 | 2000 row 3 : ratan orbit | mukherjee vihar, | 70 metres (230 ft) | 14 | 2011 row 4 : bsnl tower | opp. resrve bank | 65 metres (213 ft) | 15 | 2001 row 5 : som business square (el mart) | mega mall crossing, the mall, downtown | 80 metres (262 ft) | 15 | 2005 row 6 : akashganga heights | city bypass, chakeri | 60 metres (197 ft) | 15 | 1995 row 7 : krishna tower | opp. green park stadium, parw | 48 metres (157 ft) | 10 | 2003 ] Execute this SQL based on the above table: select count ( area ) where ( name = 'som business square (el mart)' and floors >= 15 ) or ( area = 'som business square (el mart)' and floors >= 15 )
1
[ header: pos | no | driver | constructor | lap | gap row 1 : 1 | 98 | walt faulkner | kurtis kraft-offenhaus | 4:27.97 | None row 2 : 2 | 28 | fred agabashian | kurtis kraft-offenhaus | 4:31.10 | + 3.13 row 3 : 3 | 31 | mauri rose | deidt-offenhauser | 4:32.07 | + 4.10 row 4 : 4 | 5 | george connor | lesovsky-offenhauser | 4:32.39 | + 4.42 row 5 : 5 | 1 | johnnie parsons | kurtis kraft-offenhaus | 4:32.43 | + 4.46 row 6 : 6 | 49 | jack mcgrath | kurtis kraft-offenhaus | 4:33.00 | + 5.03 row 7 : 7 | 69 | duke dinsmore | kurtis kraft-offenhaus | 4:34.67 | + 6.70 row 8 : 8 | 14 | tony bettenhausen | deidt-offenhauser | 4:34.92 | + 6.95 row 9 : 9 | 17 | joie chitwood | kurtis kraft-offenhaus | 4:35.32 | + 7.35 row 10 : 10 | 3 | bill holland | deidt-offenhauser | 4:35.90 | + 7.93 row 11 : 11 | 59 | pat flaherty | kurtis kraft-offenhaus | 4:37.76 | + 9.79 row 12 : 12 | 54 | cecil green | kurtis kraft-offenhaus | 4:30.86 | + 2.89 row 13 : 13 | 18 | duane carter | stevens-offenhauser | 4:33.42 | + 5.45 row 14 : 14 | 21 | spider webb | maserati-offenhauser | 4:37.46 | + 9.49 row 15 : 16 | 2 | myron fohr | marchese-offenhauser | 4:33.32 | + 5.35 row 16 : 17 | 24 | bayliss levrett | adams-offenhauser | 4:34.43 | + 6.46 row 17 : 18 | 45 | dick rathmann | watson-offenhauser | 4:34.96 | + 6.99 row 18 : 19 | 7 | paul russo | nichels-offenhauser | 4:35.25 | + 7.28 row 19 : 21 | 12 | henry banks | maserati-offenhauser | 4:37.68 | + 9.71 row 20 : 22 | 67 | bill schindler | snowberger-offenhauser | 4:31.31 | + 3.34 row 21 : 23 | 8 | lee wallard | moore-offenhauser | 4:31.83 | + 3.86 row 22 : 24 | 55 | troy ruttman | lesovsky-offenhauser | 4:32.91 | + 4.94 row 23 : 26 | 15 | mack hellings | kurtis kraft-offenhaus | 4:35.32 | + 7.35 row 24 : 27 | 22 | jimmy davies | ewing-offenhauser | 4:36.07 | + 8.10 row 25 : 29 | 27 | walt ader | rae-offenhauser | 4:37.05 | + 9.08 row 26 : 30 | 77 | jackie holmes | olson-offenhauser | 4:37.57 | + 9.60 row 27 : 32 | 61 | jimmy jackson | kurtis kraft-cummins | 4:38.62 | + 10.65 row 28 : 33 | 62 | johnny mcdowell | kurtis kraft-offenhaus | 4:37.58 | + 9.61 ] Execute this SQL based on the above table: select constructor order by id asc limit 1
kurtis kraft-offenhauser
[ header: name | rural municipality (rm) | population (2011) | population (2006) | change (%) | land area (km2) | population density (per km2) row 1 : assiniboia | lake of the rivers no. 72 | 2418 | 2305 | 4.9 | 3.78 | 639.8 row 2 : bengough | bengough no. 40 | 313 | 337 | -7.1 | 1.07 | 292 row 3 : bienfait | coalfields no. 4 | 780 | 748 | 4.3 | 3.09 | 252.4 row 4 : big river | big river no. 555 | 639 | 728 | -12.2 | 2.51 | 255 row 5 : birch hills | birch hills no. 460 | 1064 | 935 | 13.8 | 2.27 | 468.4 row 6 : broadview | elcapo no. 154 | 574 | 611 | -6.1 | 2.45 | 233.8 row 7 : bruno | bayne no. 371 | 574 | 495 | 16 | 0.95 | 606.1 row 8 : churchbridge | churchbridge no. 211 | 743 | 704 | 5.5 | 2.76 | 269.2 row 9 : craik | craik no. 222 | 453 | 408 | 11 | 3.02 | 150 row 10 : govan | last mountain valley no. 250 | 216 | 232 | -6.9 | 1.35 | 159.7 row 11 : kindersley | kindersley no. 290 | 4678 | 4412 | 6 | 12.55 | 372.8 row 12 : kipling | kingsley no. 124 | 1051 | 973 | 8 | 2.15 | 487.9 row 13 : lampman | browning no. 34 | 713 | 634 | 12.5 | 2.23 | 319.9 row 14 : leader | happyland no. 231 | 821 | 881 | -6.8 | 1.71 | 481.2 row 15 : lemberg | abernethy no. 186 | 274 | 255 | 7.5 | 2.67 | 102.7 row 16 : lumsden | lumsden no. 189 | 1631 | 1523 | 7.1 | 4.06 | 402 row 17 : maple creek | maple creek no. 111 | 2176 | 2198 | -1 | 4.42 | 492.1 row 18 : milestone | brock no. 64 | 618 | 562 | 10 | 2.17 | 284.4 row 19 : morse | morse no. 165 | 240 | 236 | 1.7 | 1.45 | 165.7 row 20 : naicam | pleasantdale no. 398 | 686 | 690 | -0.6 | 1.69 | 405.5 row 21 : nipawin | nipawin no. 487 | 4265 | 4076 | 4.6 | 8.71 | 489.4 row 22 : osler | corman park no. 344 | 1088 | 926 | 17.5 | 1.55 | 700.6 row 23 : pilot butte | mcleod no. 185 | 1848 | 1872 | -1.3 | 5.05 | 365.6 row 24 : porcupine plain | porcupine no. 395 | 855 | 783 | 9.2 | 2.27 | 377.2 row 25 : preeceville | preeceville no. 334 | 1070 | 1050 | 1.9 | 3.06 | 350.2 row 26 : rouleau | redburn no. 130 | 453 | 400 | 13.3 | 1.61 | 282.2 row 27 : shaunavon | grassy creek no. 78 | 1756 | 1691 | 3.8 | 5.1 | 344.2 row 28 : springside | st. philips no. | 534 | 513 | 4.1 | 0.68 | 791 row 29 : star city | star city no. 428 | 460 | 428 | 7.5 | 0.7 | 661.1 row 30 : strasbourg | mckillop no. 220 | 752 | 732 | 2.7 | 5.7 | 132 ] Execute this SQL based on the above table: select name where population (2006) >= 1813 order by population (2006) asc limit 1337
pilot butte, maple creek, assiniboia, nipawin, kindersley
[ header: # | date | opponent | score | win | loss | save | attendance | record row 1 : 106 | august 2 | pirates | 2-3 | rick white (4-5) | bobby munoz (7-4) | dan miceli (2) | 40164 | 51-55 row 2 : 107 | august 3 | pirates | 7-0 | danny jackson (14-5) | steve cooke (4-10) | none | 36542 | 52-55 row 3 : 108 | august 4 | pirates | 1-5 | jon lieber (6-6) | curt schilling (1-8) | none | 37481 | 52-56 row 4 : 109 | august 5 | expos | 0-5 | pedro martinez (10-5) | david west (4-9) | none | 33642 | 52-57 row 5 : 110 | august 6 | expos | 3-4 (11) | john wetteland (4-6) | doug jones (2-4) | jeff shaw (1) | 41699 | 52-58 row 6 : 111 | august 7 | expos | 4-6 | ken hill (16-5) | bobby munoz (7-5) | mel rojas (16) | 45346 | 52-59 row 7 : 112 | august 8 | mets | 2-3 | bobby j. jones (12 | danny jackson (14-6) | john franco (29) | 35977 | 52-60 row 8 : 113 | august 9 | mets | 5-1 | curt schilling (2-8) | mike remlinger (1-5) | none | 31740 | 53-60 row 9 : 114 | august 10 | mets | 2-6 | bret saberhagen ( | david west (4-10) | john franco (30) | 36716 | 53-61 row 10 : 115 | august 11 | mets | 2-1 (15) | tom edens (5-1) | mauro gozzo (3-5) | none | 37605 | 54-61 ] Execute this SQL based on the above table: select opponent order by attendance limit 1
mets
[ header: week | date | tv time | opponent | result | game site | record | attendance | bye row 1 : 1 | september 7, 1998 | abc 7:00 pm mt | new england patriots | w 27-21 | mile high stadium (abc) | 1-0 | 74745 | 0 row 2 : 2 | september 13, 1998 | fox 2:00 pm mt | dallas cowboys | w 42-23 | mile high stadium (fox) | 2-0 | 75013 | 0 row 3 : 3 | september 20, 1998 | cbs 2:00 pm mt | at oakland raiders | w 34-17 | oakland-alameda county | 3-0 | 56578 | 0 row 4 : 4 | september 27, 1998 | cbs 11:00 am mt | at washington redskins | w 38-16 | fedex field (cbs) | 4-0 | 71880 | 0 row 5 : 5 | october 4, 1998 | fox 2:00 pm mt | philadelphia eagles | w 41-16 | mile high stadium (fox) | 5-0 | 73218 | 0 row 6 : 6 | october 11, 1998 | cbs 2:00 pm mt | at seattle seahawks | w 21-16 | kingdome (cbs) | 6-0 | 66258 | 0 row 7 : 7 | None | None | None | None | None | None | None | 1 row 8 : 8 | october 25, 1998 | cbs 2:00 pm mt | jacksonville jaguars | w 37-24 | mile high stadium (cbs) | 7-0 | 75217 | 0 row 9 : 9 | november 1, 1998 | cbs 11:00 am mt | at cincinnati bengals | w 33-26 | cinergy field (cbs) | 8-0 | 59974 | 0 row 10 : 10 | november 8, 1998 | cbs 2:00 pm mt | san diego chargers | w 27-10 | mile high stadium (cbs) | 9-0 | 74925 | 0 row 11 : 11 | november 16, 1998 | abc 7:00 pm mt | at kansas city chiefs | w 30-7 | arrowhead stadium (abc) | 10-0 | 78100 | 0 row 12 : 12 | november 22, 1998 | cbs 2:00 pm mt | oakland raiders | w 40-14 | mile high stadium (cbs) | 11-0 | 75325 | 0 row 13 : 13 | november 29, 1998 | espn 6:15 pm mt | at san diego chargers | w 31-16 | qualcomm stadium (espn | 12-0 | 66532 | 0 row 14 : 14 | december 6, 1998 | cbs 2:00 pm mt | kansas city chiefs | w 35-31 | mile high stadium (cbs) | 13-0 | 74962 | 0 row 15 : 15 | december 13, 1998 | cbs 11:00 am mt | at new york giants | l 16-20 | giants stadium (cbs) | 13-1 | 72336 | 0 row 16 : 16 | december 21, 1998 | abc 7:00 pm mt | at miami dolphins | l 21-31 | pro player stadium (abc) | 13-2 | 74363 | 0 row 17 : 17 | december 27, 1998 | cbs 2:15 pm mt | seattle seahawks | w 28-21 | mile high stadium (cbs) | 14-2 | 74057 | 0 ] Execute this SQL based on the above table: select date where date in ( 'september 7, 1998' , 'october 4, 1998' ) order by attendance asc limit 1
october 4, 1998
[ 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 gold asc limit 1
finland
[ header: year | group | award | result | notes row 1 : 1994 | venice film festival | best actor | won | before the rain (1994 film) row 2 : 1996 | new zealand film and tv | best foreign performer | won | broken english (1996 film) row 3 : 2006 | monaco international film festival | best actor | won | short order row 4 : 2007 | rome film fest | best actor | won | fugitive pieces (film) row 5 : 2008 | satellite awards | best actor in a supporting role | nominated | fugitive pieces (film) row 6 : 2008 | vancouver film critics circle | best supporting actor in a canadian film | nominated | fugitive pieces (film) row 7 : 2009 | genie awards | best performance by an actor in a supporting role | nominated | fugitive pieces (film) row 8 : 2012 | tetouan international mediterra | best actor | won | io sono li ] Execute this SQL based on the above table: select group where year < ( select year where group = 'vancouver film critics circle' ) order by year desc limit 1
rome film fest
[ header: year | title | album | us r&b | us pop | us dance row 1 : 1989 | "talk to myself"/sweet memories | adventures in paradise a | 4 | 49 | 18 row 2 : 1989 | "promises, promises"/lover | adventures in paradise a | 7 | None | None row 3 : 1990 | "one girl"/lover come back | adventures in paradise a | 31 | None | None row 4 : 1991 | "i'm dreamin'" | new jack city soundtrack | 1 | 89 | 16 row 5 : 1991 | "i wanna b ure lover" | f.s. effect featuring christoph | 52 | None | None row 6 : 1992 | "all i see" | changes | 19 | None | 46 row 7 : 1993 | "every little thing u do" | changes | 7 | 75 | None row 8 : 1993 | "come go with me" | changes | 74 | None | None row 9 : 1995 | "dance 4 me" | not a perfect man | 25 | None | None row 10 : 1995 | "if you say" | not a perfect man | 91 | None | None ] Execute this SQL based on the above table: select us pop where album = 'adventures in paradise a'
49
[ header: 0 | polo row 1 : 1 | əsad row 2 : 2 | darwa row 3 : 3 | tolo row 4 : 4 | əpat row 5 : 5 | lima row 6 : 7 | pito row 7 : 8 | walo row 8 : 9 | siyam row 9 : 12 | samdarwa row 10 : 14 | sampat row 11 : 15 | samlima row 12 : 17 | sampito row 13 : 18 | samwalo row 14 : 20 | darwampolo row 15 : 21 | darwamsad row 16 : 22 | darwamdarwa row 17 : 23 | darwamtolo row 18 : 24 | darwampat row 19 : 25 | darwamlima row 20 : 26 | darwamnəm row 21 : 27 | darwampito row 22 : 28 | darwamwalo row 23 : 29 | darwamsiyam row 24 : 30 | tolompolo row 25 : 31 | tolomsad row 26 : 32 | tolomdarwa row 27 : 33 | tolomtolo row 28 : 34 | tolompat row 29 : 35 | tolomlima row 30 : 36 | tolomnəm row 31 : 37 | tolompito row 32 : 38 | tolomwalo row 33 : 39 | tolomsiyam row 34 : 40 | pampolo row 35 : 41 | pamsad row 36 : 42 | pamdarwa row 37 : 45 | pamlima row 38 : 47 | pampito row 39 : 48 | pamwalo row 40 : 49 | pamsiyam row 41 : 50 | limampolo row 42 : 51 | limamsad row 43 : 52 | limamdarwa row 44 : 55 | limamlima row 45 : 56 | limamnəm row 46 : 57 | limampito row 47 : 58 | limamwalo row 48 : 59 | limamsiyam row 49 : 60 | nəmpolo row 50 : 61 | nəmsad row 51 : 62 | nəmdarwa row 52 : 63 | nəmtolo row 53 : 65 | nəmlima row 54 : 66 | nəmnəm row 55 : 68 | nəmwalo row 56 : 69 | nəmsiyam row 57 : 70 | pitompolo row 58 : 71 | pitomsad row 59 : 72 | pitomdarwa row 60 : 73 | pitomtolo row 61 : 74 | pitompat row 62 : 75 | pitomlima row 63 : 76 | pitomnəm row 64 : 79 | pitomsiyam row 65 : 80 | walompolo row 66 : 81 | walomsad row 67 : 82 | walomdarwa row 68 : 84 | walompat row 69 : 85 | walomlima row 70 : 86 | walomnəm row 71 : 87 | walompito row 72 : 88 | walomwalo row 73 : 89 | walomsiyam row 74 : 90 | yampolo row 75 : 91 | yamsad row 76 : 92 | yamdarwa row 77 : 93 | yamtolo row 78 : 94 | yampat row 79 : 95 | yamlima row 80 : 97 | yampito ] Execute this SQL based on the above table: select count ( polo ) where 0 > 27
59
[ header: pos. | city | population (ab) | surface (km2) | density (ab/km2) | altitude (mslm) row 1 : 1st | bergamo | 121.316 | 39.6 | 3064 | 249 row 2 : 2nd | treviglio | 29.334 | 31.54 | 930 | 125 row 3 : 3rd | seriate | 25.036 | 12.41 | 2017 | 247 row 4 : 4th | dalmine | 23.237 | 11.6 | 2003 | 207 row 5 : 5th | romano di lombardia | 19.472 | 18.03 | 1080 | 120 row 6 : 6th | albino | 18.232 | 31.32 | 582 | 342 row 7 : 7th | caravaggio | 16.258 | 32.81 | 496 | 111 row 8 : 8th | alzano lombardo | 13.821 | 13.43 | 1029 | 304 row 9 : 9th | stezzano | 12.999 | 9.25 | 1405 | 211 row 10 : 10th | osio sotto | 12.083 | 7.45 | 1622 | 182 ] Execute this SQL based on the above table: select surface (km2) order by density (ab/km2) desc limit 1
39.6
[ header: province | capital | population | density | municipalities | legal districts row 1 : almeria | almeria | 702819 | 72.5 /km2 (188 / | 102 municipalities | 8 row 2 : cadiz | cadiz | 1243519 | 158.8 /km2 (411 | 44 municipalities | 14 row 3 : cordoba | cordoba | 805857 | 72.4 /km2 (188 / | 75 municipalities | 12 row 4 : granada | granada | 924550 | 68.7 /km2 (178 | 169 municipalities | 9 row 5 : huelva | huelva | 521968 | 47.7 /km2 (124 | 79 municipalities | 6 row 6 : jaen | jaen | 670600 | 49.1 /km2 (127 | 97 municipalities | 10 row 7 : malaga | malaga | 1625827 | 204.1 /km2 (529 / | 101 municipalities | 11 row 8 : seville | seville | 1928962 | 129.2 /km2 (335 | 105 municipalities | 15 ] Execute this SQL based on the above table: select province where id = 1
almeria
[ header: player | position | games started | hometown | height | weight | age row 1 : clyde e. bastian | halfback fullback | 0 1 | williamsport, pa | 8-may | 168 | 22 row 2 : james bland catlett | halfback | 3 | brookings, sd | None | None | None row 3 : william d. cochran | guard | 8 | houghton, mi | 8-may | 235 | None row 4 : maurice f. dunne | end | 3 | springfield, il | jun-00 | 164 | None row 5 : john maulbetsch | halfback | 7 | ann arbor, mi | 8-may | 168 | None row 6 : frank millard | guard | 3 | ann arbor, mi | 7-may | 212 | None row 7 : walter neimann | center end | 3 1 | hermansville, mi | 11-may | 165 | 21 row 8 : john k. norton | tackle center guard | 3 2 1 | ontonagon, mi | None | None | None row 9 : fred rehor | guard | 2 | hastings, mi | jun-00 | 262 | 21 row 10 : lawrence roehm | quarterback | 7 | detroit, mi | 5-81⁄2 | 168 | 22 row 11 : cedric c. smith | fullback | 5 | bay city, mi | jun-00 | 190 | 20 row 12 : karl s. staatz | end | 5 | tacoma, wa | 10-may | 168 | 22 row 13 : robert w. watson | tackle | 8 | ludington, mi | 9-may | 174 | None row 14 : richard f. "dick" we | guard tackle | 0 2 | new london, ct | jun-00 | 190 | None row 15 : james l. whalen | tackle guard end | 2 1 1 | savannah, ny | 10-may | 188 | None ] Execute this SQL based on the above table: select hometown where weight = 164
springfield, il
[ header: institution | location | nickname | founded | type | enrollment | joined mac row 1 : delaware valley college | doylestown, pennsyl | aggies | 1917 | private/non-sectarian | 2241 | 1965 row 2 : desales university | center valley, pennsylvania | bulldogs | 1965 | private/catholic | 3199 | 1997 row 3 : eastern university | st. davids, penn | eagles | 1952 | private/baptist | 4235 | 2008 row 4 : fairleigh dickinson university-flor | madison, new jersey | devils | 1942 | private/non-sectarian | 3288 | 1977 row 5 : king's college | wilkes-barre, penn | monarchs | 1946 | private/catholic | 2725 | 1977 row 6 : manhattanville college | purchase, new york | valiants | 1841 | private/non-sectarian | 2695 | 2007 row 7 : misericordia university | dallas, pennsyl | cougars | 1924 | private/catholic | 2830 | 2008 row 8 : wilkes university | wilkes-barre, penn | colonels | 1933 | private/non-sectarian | 5136 | 1946 ] Execute this SQL based on the above table: select count ( * ) where nickname = 'valiants'
1
[ header: name | founded | defunct | country | publisher | topics | external link row 1 : amiga active | 1999 | 2001 | united kingdom | pinprint publishing | amiga magazine with cu amiga staff | None row 2 : amiga power | 1991 | 1996 | united kingdom | future publishing | amiga games magazine | None row 3 : amiga user international | 1988 | 1997 | europe | aui limited | amiga magazine later published by aui limited | None row 4 : atari age | 1982 | 1984 | united states | None | atari related topics | None row 5 : atari st user | 1987 | 1994 | united kingdom | database publications ltd.(later | atari st magazine with hardware focus; | None row 6 : bgamer | 1998 | None | portugal | goody, sa | general video gaming, hardware | http://www.bgamer.pt row 7 : commodore force | 1993 | 1994 | united kingdom | europress impact | commodore 64 games; originally named | None row 8 : computer and video games | 1981 | 2004 | united kingdom | future publishing | home computing, arcade games, video games | http://computerandvideogames.com row 9 : computing with the amstrad | 1985 | 1988 | united kingdom, australia | database publications | computing with the amstrad or cw | None row 10 : electronic fun with computers & games | 1982 | 1984 | united states | fun & games publishing inc | video, computer and arcade games | None row 11 : expert gamer | 1998 | 2001 | united states | None | the bulk of xg's content was | None row 12 : gamepro | 1989 | 2011 | united states | None | general video gaming | http://www.gamepro.com row 13 : meeveo | 2013 | None | germany | None | news and information about games and hardware | http://www.meeveo.e row 14 : nintendo la rivista | 2002 | None | italy | None | italian nintendo related topics | None row 15 : nintendo power | 1988 | 2012 | united states | None | None | http://www.nintendopower. row 16 : official dreamcast magazine (uk) | 1999 | 2001 | united kingdom | None | uk dreamcast related topics | None row 17 : pc games | 1992 | None | germany | None | pc games | http://www.pcgames.de row 18 : pelit | 1992 | None | finland | None | the oldest and most popular videogame magazine of | http://www.pelit.fi row 19 : pnm (pure ninte | 2011 | None | united states | magcloud/pure media llc | all things nintendo related | http://purenintendo.com/ row 20 : skoar! | 2003 | None | india | jasubhai digital media pvt | an indian game magazine | http://skoar.thinkdigit.com/ row 21 : thirteen1 | 2008 | None | united kingdom | t1 publishing ltd | a free online-based game magazine | http://www.thirteen1.com/ row 22 : your sinclair | 1986 | 1993 | united kingdom | future publishing | sinclair spectrum | http://www.ysrnry. row 23 : your spectrum | 1984 | 1985 | united kingdom | sportscene specialist press | sinclair spectrum | http://www.users.globalnet ] Execute this SQL based on the above table: select name where defunct = 2004 order by defunct desc limit 1
computer and video games
[ header: | year | name | city | country | guests of honor | size row 1 : 1st | 1939 | nycon i | new york, new york | united states | frank r. paul | 200 row 2 : 3rd | 1941 | denvention i | denver, colorado | united states | robert a. hein | 90 row 3 : 7th | 1949 | cinvention | cincinnati, ohio | united states | lloyd a. e | 190 row 4 : 9th | 1951 | nolacon i | new orleans, louisiana | united states | fritz leiber | 190 row 5 : 18th | 1960 | pittcon | pittsburgh, pennsyl | united states | james blish | 568 row 6 : 21st | 1963 | discon i | washington, d.c | united states | murray leinster | 600 row 7 : 32nd | 1974 | discon ii | washington, d.c | united states | roger zelazny ( | 3587 row 8 : 35th | 1977 | suncon | miami beach, florida | united states | jack williamson (pro) | 3,240 (4,200) row 9 : 42nd | 1984 | l.a.con ii | anaheim, california | united states | gordon r. dickson | 8365 row 10 : 46th | 1988 | nolacon ii | new orleans, louisiana | united states | donald a. wollheim ( | 5300 row 11 : 50th | 1992 | magicon | orlando, florida | united states | jack vance (pro) vincent | 5,319 (6,368) row 12 : 51st | 1993 | confrancisco | san francisco, califor | united states | larry niven alicia | 6602 row 13 : 64th | 2006 | l.a.con iv | anaheim, california | united states | connie willis (author) james | 5,738 (6,291) row 14 : 66th | 2008 | denvention 3 | denver, colorado | united states | lois mcmaster bujold ( | 3752 ] Execute this SQL based on the above table: select name order by year desc limit 1
denvention 3
[ header: year | competition | venue | position | event | notes row 1 : 1979 | grandma's marathon | duluth, united states | 1st | marathon | 2:37:37 row 2 : 1980 | grandma's marathon | duluth, united states | 1st | marathon | 2:38:35 row 3 : 1981 | grandma's marathon | duluth, united states | 1st | marathon | 2:29:35 row 4 : 1984 | boston marathon | boston, united states | 1st | marathon | 2:29:28 row 5 : 1984 | olympic games | los angeles, united states | 5th | marathon | 2:28:54 row 6 : 1986 | osaka ladies marathon | osaka, japan | 1st | marathon | 2:30:24 row 7 : 1986 | commonwealth games | edinburgh, scotl | 2nd | marathon | 2:28:17 row 8 : 1987 | osaka ladies marathon | osaka, japan | 1st | marathon | 2:30:40 row 9 : 1987 | world championships | rome, italy | 21st | 10,000 m | 34:07.26 row 10 : 1988 | olympic games | seoul, south korea | 33rd | marathon | 2:37:52 row 11 : 1989 | osaka ladies marathon | osaka, japan | 1st | marathon | 2:30:21 row 12 : 1989 | hokkaido marathon | sapporo, japan | 1st | marathon | 2:36:39 row 13 : 1991 | hokkaido marathon | sapporo, japan | 1st | marathon | 2:33:20 row 14 : 1992 | olympic games | barcelona, spain | 3rd | marathon | 2:33:59 row 15 : 1996 | olympic games | atlanta, united states | 46th | marathon | 2:42:21 ] Execute this SQL based on the above table: select event where year = ( select year where event = 'marathon' ) + 1
marathon
[ header: year | company | number of members affected | duration of strike | notes row 1 : 1955 | southern bell telephone co | 50000 | 72 days | strike was in answer to management's effort to row 2 : 1968 | at&t | 200000 | 18 days | wage increases to compensate for cost of living, and row 3 : 1971 | bell system | 400000 | 1 week | cost of living allowance (cola) won for workers row 4 : 1983 | bell system | 600000 | 22 days | last contract with the bell system before its breakup row 5 : 1986 | at&t | 175000 | 25 days | cola clause suspended in contract - former bell row 6 : 1989 | at&t | 175000 | None | child and elder care benefits added to contract. row 7 : 1989 | nynex | 175000 | 17 weeks | strike was due to major health care cuts by row 8 : 1998 | us west | 34000 | 15 day | strike was due to mandatory overtime demands and forced pay row 9 : 2000 | verizon | 80000 | 3 weeks | strike was due to mandatory overtime demands. provisions for row 10 : 2011 | verizon | 45000 | 13 days | strike was due to major wage and health care cuts row 11 : 2012 | at&t | 20000 | 2 days | at&t west; californi ] Execute this SQL based on the above table: select company order by id desc limit 1
at&t
[ header: goal | date | venue | opponent | score | result | competition row 1 : 1 | 10 october 1998 | tyencastle park, e | estonia | 1-1 | 3-2 | ecqg9 row 2 : 2 | 10 october 1998 | tyencastle park, e | estonia | 3-2 | 3-2 | ecqg9 row 3 : 3 | 14 october 1998 | pittodrie stadium, aberdeen | faroe islands | 2-0 | 2-1 | ecqg9 row 4 : 4 | 4 september 1999 | olimpijski stadion | bosnia and herzegovin | 2-1 | 2-1 | ecqg9 row 5 : 5 | 24 march 2001 | hampden park, glasgow | belgium | 1-0 | 2-2 | wcqg6 row 6 : 6 | 24 march 2001 | hampden park, glasgow | belgium | 2-0 | 2-2 | wcqg6 row 7 : 7 | 28 march 2001 | hampden park, glasgow | san marino | 3-0 | 4-0 | wcqg6 ] Execute this SQL based on the above table: select venue order by goal limit 1
tyencastle park, edinburgh
[ header: release | artist | title | notes | album row 1 : 2004 | hiroshi itsuki feat. | deigo to hanasu ( | None | onna no ehon row 2 : 2005 | chikuzen sato with | boku no mune de oya | features on "rimits: best duet songs | the selection of cornerstones 1995-2004 row 3 : 2005 | rimi natsukawa | 'aa koshien' | None | ningen manyoka: y row 4 : 2005 | kaoru kurosawa duet | manten no hoshi no yoru | features on "rimits: best duet songs | love anthem row 5 : 2006 | andrea bocelli duet with rim | somos novios (ai no | features on "umui kaji" | amore (japanese edition row 6 : 2008 | taiyo yamazawa | utabito (歌人 singer?) | None | music tree row 7 : 2009 | chage with rimi natsu | boku wa do kana (僕はとうかな what | None | many happy returns row 8 : 2009 | rimi natsukawa | tada sore dake ( | None | katsuhisa hattori ] Execute this SQL based on the above table: select release order by release desc limit 1
2009
[ header: player | career | nickname | team inducted as row 1 : cap anson | 1871-97 | "cap", "pop", "uncle" | chicago white stockings row 2 : frank baker | 1908-22 | "home run" | philadelphia athletics row 3 : max carey | 1910-29 | "scoops" | pittsburgh pirates row 4 : steve carlton | 1965-88 | "lefty" | philadelphia phillies row 5 : orlando cepeda | 1958-74 | "baby bull" or "cha cha | san francisco giants row 6 : happy chandler | 1945-1951 | "happy" | None row 7 : fred clarke | 1897-1915 | "cap" | pittsburgh pirates row 8 : sam crawford | 1899-1917 | "wahoo sam" | detroit tigers row 9 : dizzy dean | 1930-41 | "diz", "dizzy" | st. louis cardinals row 10 : dennis eckersley | 1975-98 | "the eck" | oakland athletics row 11 : lou gehrig | 1923-39 | "the iron horse or "buster" or | new york yankees row 12 : goose goslin | 1921-38 | "goose" and one of | washington senators row 13 : rich gossage | 1972-94 | "goose" | new york yankees row 14 : chick hafey | 1924-37 | "chick" | st. louis cardinals row 15 : reggie jackson | 1967-87 | "mr. october" | new york yankees row 16 : ban johnson | 1900-1927 | "ban" | None row 17 : george kelly | 1915-32 | "highpockets" | new york giants row 18 : chuck klein | 1928-44 | "the hoosier hammerer | philadelphia phillies row 19 : willie mccovey | 1959-80 | "stretch", "mac", or | san francisco giants row 20 : jim o'rourke | 1872-1904 | "orator jim" | new york giants row 21 : satchel paige | 1948-53 | "satchel" | kansas city monarchs row 22 : jim palmer | 1965-84 | "cakes" | baltimore orioles row 23 : herb pennock | 1912-34 | "the knight of kennett square" | new york yankees row 24 : pee wee reese | 1940-58 | "pee wee" or "the little | brooklyn dodgers row 25 : red ruffing | 1924-47 | "red" | new york yankees row 26 : ryne sandberg | 1981-97 | "ryno" | chicago cubs row 27 : tom seaver | 1967-86 | "tom terrific" or "the franchise" | new york mets row 28 : turkey stearnes | 1920-1942, 1945 | "turkey" | detroit stars row 29 : casey stengel | 1912-25, 1934-65 | "casey" and "the old professor" | new york yankees row 30 : don sutton | 1966-88 | "black & decker" | los angeles dodgers row 31 : honus wagner | 1897-1917 | "the flying dutchman" or " | pittsburgh pirates ] Execute this SQL based on the above table: select team inducted as where nickname < ( select nickname where team inducted as = 'new york yankees' ) order by nickname desc limit 1
philadelphia phillies
[ header: name | function | sentence row 1 : ernst von weizsack | permanent secretary of state in the auswartiges | 7 years' imprisonment; reduced to 5 years on row 2 : gustav adolf | successor of von weizsacker as secretary | 7 years' imprisonment; reduced to 5 years on row 3 : wilhelm keppler | secretary of state; hitler's advisor for | 10 years' imprisonment; released 1951 row 4 : ernst wilhelm bo | ns-gauleiter, secretary of state | 5 years' imprisonment row 5 : ernst woermann (de | secretary in the foreign ministry; head of the political | 7 years' imprisonment; reduced to 5 years on row 6 : karl ritter | liaison between foreign office and the high command of the | 4 years' imprisonment incl. time already row 7 : otto von erdmanns | secretary in the foreign ministry; deputy to wor | acquitted row 8 : edmund veesen | plenipotentiary in hung | 20 years' imprisonment; reduced to 10 years in row 9 : hans heinrich lammers | head of the reich chancellery | 20 years' imprisonment; reduced to 10 years in row 10 : wilhelm stuckart | secretary of state in the interior ministry | time already served (3 years and 10 months) row 11 : richard walther darre | minister for food and agriculture | 7 years' imprisonment; released 1950 row 12 : otto meissner | head of the presidential chancellery | acquitted row 13 : otto dietrich | reichspressechef of the | 7 years' imprisonment incl. time already row 14 : gottlob berger | head of the ss-hauptamt | 25 years' imprisonment; reduced to 10 years in row 15 : walter schellenberg | second-in-command of the gestapo, | 6 years' imprisonment incl. time already row 16 : lutz graf schwerin von kro | minister of finance | 10 years' imprisonment; released in 1951 row 17 : emil puhl | vice-president of the reichsbank | 5 years' imprisonment incl. time already row 18 : karl rasche | director of the dresdner bank | 7 years' imprisonment incl. time already row 19 : paul korner (de) | secretary of state, deputy of goring | 15 years' imprisonment; reduced to 10 years in row 20 : paul pleiger | head of the reichswerke hermann | 15 years' imprisonment; reduced to 10 years in row 21 : hans kehrl (de) | secretary in the ministry of armament; head | 15 years' imprisonment; released in 1951 ] Execute this SQL based on the above table: select name where name in ( 'wilhelm keppler' , 'edmund veesenmayer' ) order by function desc limit 1
wilhelm keppler
[ header: season | level | division | section | administration | position | movements row 1 : 1999 | tier 2 | ykkonen (first division) | south group | finnish fa (suo | 9th | relegation group - relegate row 2 : 2000 | tier 3 | kakkonen (second division) | south group | finnish fa (suo | 2nd | play-offs - promoted row 3 : 2001 | tier 2 | ykkonen (first division) | south group | finnish fa (suo | 9th | relegated row 4 : 2002 | tier 3 | kakkonen (second division) | south group | finnish fa (suo | 2nd | None row 5 : 2003 | tier 3 | kakkonen (second division) | south group | finnish fa (suo | 11th | relegated row 6 : 2004 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 8th | None row 7 : 2005 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 6th | None row 8 : 2006 | tier 4 | kolmonen (third division) | section 2 | helsinki & u | 7th | None row 9 : 2007 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 2nd | None row 10 : 2008 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 2nd | None row 11 : 2009 | tier 4 | kolmonen (third division) | section 2 | helsinki & u | 1st | promoted row 12 : 2010 | tier 3 | kakkonen (second division) | group a | finnish fa (suo | None | None ] Execute this SQL based on the above table: select position where position != '1st'
9th, 2nd, 9th, 2nd, 11th, 8th, 6th, 7th, 2nd, 2nd
[ header: no. | date | tournament | winning score | margin of victory | runner(s)-up row 1 : 1 | may 27, 1956 | dallas centennial open | -12 (64-67-70-67 | 1 stroke | dow finsterwald, doug for row 2 : 2 | feb 21, 1960 | tucson open invitational | -9 (67-67-68-69 | 3 strokes | bob harris row 3 : 3 | jul 9, 1961 | st. paul open invitational | -19 (66-71-68-64=26 | 1 stroke | buster cupit row 4 : 4 | feb 17, 1963 | tucson open invitational | -22 (65-67-69-65 | 11 strokes | gene littler, phil rodgers row 5 : 5 | aug 28, 1966 | philadelphia golf classic | -10 (69-69-68-71 | 1 stroke | jack nicklaus row 6 : 6 | jul 24, 1967 | pga championship | -7 (71-72-70-68 | playoff | don massengale row 7 : 7 | apr 21, 1968 | tournament of champions | -8 (70-68-69-69 | 1 stroke | julius boros row 8 : 8 | mar 23, 1970 | greater jacksonville open | -9 (68-75-70-66=27 | playoff | dale douglass row 9 : 9 | oct 19, 1975 | san antonio tex | -13 (71-67-71-66 | playoff | larry hinson row 10 : 10 | apr 18, 1976 | mony tournament of champions | -11 (71-68-69-69 | 5 strokes | hubert green ] Execute this SQL based on the above table: select count ( * ) where date = 'jul 9, 1961'
1
[ header: date | opponent | time | score | record row 1 : 10/9/2009 | university of new hampshire | 7 p.m | loss, 4-0 | 0-1-0 row 2 : 10/10/2009 | boston college | 5 p.m | None | None row 3 : 10/16/2009 | providence college | 7 p.m | 1-4 | None row 4 : 10/17/2009 | university of connecticut | 4 p.m | None | None row 5 : 10/23/2009 | wayne state university | 7 p.m | None | None row 6 : 10/24/2009 | wayne state university | 2 p.m | None | None row 7 : 10/30/2009 | harvard university | 7 p.m | None | None row 8 : 10/31/2009 | dartmouth college | 3:30 p.m | None | None row 9 : 11/6/2009 | rensselaer | 2:30 p.m | None | None row 10 : 11/7/2009 | union college | 2:30 p.m | 4-0 | None row 11 : 11/13/2009 | st. lawrence university | 7 p.m | None | None row 12 : 11/14/2009 | clarkson university | 4 p.m | None | None row 13 : 11/20/2009 | quinnipiac university | 7 p.m | None | None row 14 : 11/21/2009 | princeton university | 4 p.m | None | None row 15 : 11/24/2009 | syracuse university | 7 p.m | None | None row 16 : 11/27/2009 | mercyhurst college | 7 p.m | None | None row 17 : 11/28/2009 | mercyhurst college | 2 p.m | None | None row 18 : 12/4/2009 | brown university | 7 p.m | None | None row 19 : 12/5/2009 | yale university | 4 p.m | None | None row 20 : 1/2/2010 | syracuse university | 7 p.m | None | None row 21 : 1/8/2010 | niagara university | 7 p.m | None | None row 22 : 1/9/2010 | niagara university | 4 p.m | None | None row 23 : 1/15/2010 | dartmouth college | 7 p.m | None | None row 24 : 1/16/2010 | harvard university | 4 p.m | None | None row 25 : 1/22/2010 | cornell university | 3 p.m | None | None row 26 : 1/23/2010 | cornell university | 3 p.m | None | None row 27 : 1/29/2010 | clarkson university | 7 p.m | None | None row 28 : 1/30/2010 | st. lawrence university | 4 p.m | None | None row 29 : 2/5/2010 | princeton university | 7 p.m | None | None row 30 : 2/6/2010 | quinnipiac university | 4 p.m | None | None row 31 : 2/12/2010 | yale university | 7 p.m | None | None row 32 : 2/13/2010 | brown university | 4 p.m | None | None row 33 : 2/19/2010 | union college | 7 p.m | 2-1 | None row 34 : 2/20/2010 | rensselaer | 4 p.m | None | None ] Execute this SQL based on the above table: select date where date = ( select date where date = '1/23/2010' ) + 1
2/5/2010, 2/6/2010, 2/12/2010, 2/13/2010, 2/19/2010, 2/20/2010
[ header: year | title | peak chart positions ger | label | artist row 1 : 1981 | savoir faire | None | capitol | mink deville row 2 : 1993 | spanish stroll 1977-1987 | None | disky, raven | mink deville row 3 : 1995 | les inoubliables de willy deville | None | wagram | willy deville row 4 : 1996 | love & emotion: the atlantic years | 54 | atlantic | mink deville row 5 : 1996 | mink/willy deville greatest hits | None | emi | mink deville row 6 : 1996 | spanish stroll | None | disky | mink deville row 7 : 1996 | best of willy deville | None | arcade | willy deville row 8 : 1997 | his greatest hits | None | arcade | mink deville row 9 : 1997 | premium gold collection | None | emi | mink deville row 10 : 1997 | the best of mink deville | None | emi | mink deville row 11 : 1999 | collection legende | None | wagram | willy deville row 12 : 2001 | cadillac walk: the mink de | None | capitol | mink deville row 13 : 2003 | greatest hits | None | emi | mink deville row 14 : 2005 | mink deville | None | disky | mink deville row 15 : 2009 | introducing willy deville | None | edel | willy deville ] Execute this SQL based on the above table: select count ( artist ) where peak chart positions ger > 1384
0
[ header: name | position | year | league apps | league goals | total apps | total goals | notes row 1 : walter langton | lb / cf | 1887-1905 | 45 | 28 | 48 | 48 | doncaster's longest serving player appearance stats row 2 : tom keetley | fw | 1923-1929 | 231 | 180 | 241 | 186 | record all time goalscorer. most goals in row 3 : fred emery | wh | 1924-1936 | 417 | 30 | 439 | 32 | record league appearances manager of doncaster 1936-19 row 4 : paddy mcconnell | if | 1925-1930 | 137 | 20 | 143 | 21 | the first current doncaster player to represent his country row 5 : syd bycroft | df | 1936-1951 | 333 | 2 | 355 | 2 | including wartime league matches, he played row 6 : eddie perry | cf | 1936-1938 | 98 | 44 | 102 | None | welsh international whilst at don row 7 : clarrie jordan | fw | 1945-1948 | 60 | 48 | 67 | 50 | most doncaster league goals in one season (42 row 8 : charlie williams | df | 1948-1959 | 158 | 1 | 174 | 1 | famous comedian row 9 : peter doherty | if | 1949-1953 | 103 | 55 | 109 | 58 | ireland international player and manager of northern row 10 : len graham | mf | 1949-1958 | 312 | 3 | 332 | 3 | northern ireland international whilst at row 11 : kit lawlor | if | 1950-1954 | 127 | 47 | 143 | 49 | republic of ireland international whilst row 12 : harry gregg | gk | 1952-1957 | 94 | 0 | 99 | 0 | northern ireland international whilst at row 13 : alick jeffrey | fw | 1954-1956, 1963-1968 | 262 | 129 | 293 | 140 | youngest doncaster player (15 years 229 days row 14 : colin douglas | fw | 1981-1986, 1988-1993 | 404 | 53 | 444 | 62 | record total appearances (not including the wartime row 15 : brian stock | mf | 2006-2012 | 193 | 18 | 216 | 23 | welsh international whilst at don row 16 : billy sharp | fw | 2009-2012, 2014- | 92 | 44 | 96 | 45 | record transfer fee paid: £1,150,000 ] Execute this SQL based on the above table: select league goals where position = 'gk'
0
[ header: record | athlete | nation | venue | date | # row 1 : 4.08 m (13 ft 41 | sun caiyun | china | taiyuan, china | 18 may 1995 | 2 row 2 : 4.08 m (13 ft 41 | zhong guiqing | china | taiyuan, china | 18 may 1995 | 1 row 3 : 4.13 m (13 ft | daniela bartova | czech republic | wesel, germany | 24 june 1995 | 3 row 4 : 4.16 m (13 ft | daniela bartova | czech republic | feldkirch, austria | 14 july 1995 | 6 row 5 : 4.18 m (13 ft | andrea muller | germany | zittau, germany | 5 august 1995 | 1 row 6 : 4.20 m (13 ft | daniela bartova | czech republic | koln, germany | 18 august 1995 | 8 row 7 : 4.22 m (13 ft 10 | daniela bartova | czech republic | salgotarjan, hungary | 11 september 1995 | 10 row 8 : 4.41 m (14 ft 51 | emma george | australia | perth, australia | 28 january 1996 | 3 row 9 : 4.42 m (14 ft 6 | emma george | australia | reims, france | 29 june 1996 | 4 row 10 : 4.45 m (14 ft 7 | emma george | australia | sapporo, japan | 14 july 1996 | 5 row 11 : 4.55 m (14 ft 11 | emma george | australia | melbourne, australia | 20 february 1997 | 7 row 12 : 4.58 m (15 ft 01⁄ | emma george | australia | melbourne, australia | 14 march 1998 | 9 row 13 : 4.59 m (15 ft 01⁄ | emma george | australia | brisbane, australia | 21 march 1998 | 10 row 14 : 4.60 m (15 ft 1 in | emma george | australia | sydney, australia | 20 february 1999 | 11 row 15 : i 4.63 m (15 ft | stacy dragila | united states | new york city, u.s | 2 feb 2001 | 5 row 16 : i 4.64 m (15 ft | svetlana feof | russia | dortmund, germany | 11 february 2001 | 1 row 17 : i 4.66 m (15 ft | stacy dragila | united states | pocatello, u.s | 17 feb 2001 | 6 row 18 : i 4.70 m (15 ft | stacy dragila | united states | pocatello, u.s | 17 feb 2001 | 7 row 19 : 4.81 m (15 ft 91 | stacy dragila | united states | palo alto, u.s | 9 june 2001 | 10 row 20 : 4.82 m (15 ft 93 | yelena isinbayeva | russia | gateshead, england | 13 july 2003 | 1 row 21 : 4.89 m (16 ft 01⁄ | yelena isinbayeva | russia | birmingham, england | 25 july 2004 | 5 ] Execute this SQL based on the above table: select athlete where # = ( select # where athlete = 'sun caiyun' ) - 1
zhong guiqing, andrea muller, svetlana feofanova, yelena isinbayeva
[ header: year | title | role | notes row 1 : 1995 | polio water | diane | short film row 2 : 1996 | new york crossing | drummond | television film row 3 : 1997 | lawn dogs | devon stockard | None row 4 : 1999 | pups | rocky | None row 5 : 1999 | notting hill | 12-year-old actress | None row 6 : 1999 | the sixth sense | kyra collins | None row 7 : 2000 | paranoid | theresa | None row 8 : 2000 | skipped parts | maurey pierce | None row 9 : 2000 | frankie & hazel | francesca 'frankie' | television film row 10 : 2001 | lost and delirious | mary 'mouse' bedford | None row 11 : 2001 | julie johnson | lisa johnson | None row 12 : 2001 | tart | grace bailey | None row 13 : 2002 | a ring of endless light | vicky austin | television film row 14 : 2003 | octane | natasha 'nat' | None row 15 : 2006 | the oh in ohio | kristen taylor | None row 16 : 2007 | closing the ring | young ethel ann | None row 17 : 2007 | st trinian's | jj french | None row 18 : 2007 | virgin territory | pampinea | None row 19 : 2008 | assassination of a high school | francesca fachini | None row 20 : 2009 | walled in | sam walczak | None row 21 : 2009 | homecoming | shelby mercer | None row 22 : 2010 | don't fade away | kat | None row 23 : 2011 | you and i | lana | None row 24 : 2012 | into the dark | sophia monet | None row 25 : 2012 | ben banks | amy | None row 26 : 2012 | apartment 1303 3d | lara slate | None row 27 : 2012 | cyberstalker | aiden ashley | television film row 28 : 2013 | bhopal: a prayer for rain | eva gascon | None row 29 : 2013 | a resurrection | jessie | also producer row 30 : 2013 | l.a. slasher | the actress | None row 31 : 2013 | gutsy frog | ms. monica | television film ] Execute this SQL based on the above table: select count ( title ) where notes = 'None'
0
[ header: first issued | design | slogan | serial format | serials issued | notes row 1 : 1955 | white embossed digits with white border | "grand canyon state" embossed in white | a-12345 | None | coded by county of issuance row 2 : 1958 | white embossed digits with white border | grand canyon state embossed in white and | abc-123 | aaa-001 to bzz | None row 3 : 1960 | blue embossed digits with blue border | grand canyon state embossed in blue and | abc-123 | caa-001 to dzz-999 | None row 4 : 1963 | white embossed digits with white border | grand canyon state embossed in white and | abc-123 | eaa-001 to fzz | None row 5 : 1965 | black embossed digits with black border | grand canyon state embossed in black and | abc-123 | haa-001 to jzz-999 | None row 6 : 1968 | black embossed digits with black border | grand canyon state embossed in black and | abc-123 | kaa-001 to nzz- | None row 7 : 1972 | green embossed digits with green border | grand canyon state embossed in green and | abc-123 | paa-001 to wzz-999 | None row 8 : 1980 | white embossed digits with white emb | grand canyon state embossed in white and | abc-123 | aaa-001 to nzz | None row 9 : 1996 | dark green embossed digits on | grand canyon state in dark green thin plain letters at | 123·abc | 101·aaa to 999·z | awarded "plate of the year" for best new row 10 : 2008 | dark green screened digits on screened | grand canyon state in dark green thin plain letters at | abc1234 | aaa0001 to present | None ] Execute this SQL based on the above table: select count ( serial format ) where notes = 'coded by county of issuance'
1
[ header: pos | no | rider | manufacturer | laps | time | grid | points row 1 : 1 | 58 | marco simoncelli | gilera | 25 | 39:02.553 | 1 | 25 row 2 : 2 | 19 | alvaro bautista | aprilia | 25 | 0.223 | 3 | 20 row 3 : 3 | 36 | mika kallio | ktm | 25 | 14.45 | 2 | 16 row 4 : 4 | 60 | julian simon | ktm | 25 | 14.478 | 6 | 13 row 5 : 5 | 6 | alex debon | aprilia | 25 | 26.226 | 8 | 11 row 6 : 6 | 15 | roberto locatelli | gilera | 25 | 26.392 | 11 | 10 row 7 : 7 | 72 | yuki takahashi | honda | 25 | 26.434 | 7 | 9 row 8 : 8 | 41 | aleix espargaro | aprilia | 25 | 40.546 | 9 | 8 row 9 : 9 | 14 | ratthapark wilairot | honda | 25 | +1:00.219 | 12 | 7 row 10 : 10 | 32 | fabrizio lai | gilera | 25 | +1:20.825 | 13 | 6 row 11 : 11 | 17 | karel abraham | aprilia | 25 | +1:22.802 | 17 | 5 row 12 : 12 | 25 | alex baldolini | aprilia | 25 | +1:22.864 | 18 | 4 row 13 : 13 | 10 | imre toth | aprilia | 25 | +1:23.995 | 16 | 3 row 14 : 14 | 52 | lukas pesek | aprilia | 25 | +1:39.740 | 14 | 2 row 15 : 15 | 35 | simone grotzkyj | gilera | 24 | +1 lap | 21 | 1 row 16 : 16 | 92 | daniel arcas | honda | 24 | +1 lap | 20 | None row 17 : 17 | 45 | doni tata pradita | yamaha | 24 | +1 lap | 22 | None row 18 : ret | 4 | hiroshi aoyama | ktm | 15 | retirement | 4 | None row 19 : ret | 75 | mattia pasini | aprilia | 15 | accident | 10 | None row 20 : ret | 55 | hector faubel | aprilia | 4 | accident | 5 | None row 21 : ret | 90 | federico sandi | aprilia | 1 | accident | 15 | None row 22 : ret | 43 | manuel hernandez | aprilia | 1 | retirement | 19 | None row 23 : dnq | 27 | stefano bianco | gilera | None | None | None | None row 24 : dnq | 89 | ho wan chow | aprilia | None | None | None | None ] Execute this SQL based on the above table: select count ( distinct rider )
24
[ header: rank | name | nationality | time | notes row 1 : 1 | janelle atkinson | jamaica | 4:16.89 | q row 2 : 2 | None | None | None | q row 3 : 3 | kaitlin sandeno | united states | 4:18.97 | q row 4 : 4 | julia stowers | united states | 4:19.84 | q row 5 : 5 | None | None | None | q row 6 : 6 | None | None | None | q row 7 : 7 | None | None | None | q row 8 : 8 | None | None | None | q ] Execute this SQL based on the above table: select name where name != 'None'
janelle atkinson, kaitlin sandeno, julia stowers
[ header: title | year | publisher | developer | platforms row 1 : the hobbit | 1982 | melbourne house | beam software | amstrad cpc, z row 2 : war in middle-earth | 1988 | melbourne house | melbourne house | c64, spectrum, amstrad row 3 : the lord of the rings volume 1 | 1990 | interplay, electronic arts | interplay, chaos studios (amiga | amiga, ibm pc row 4 : the lord of the rings volume 2 | 1992 | interplay | interplay | ibm pc row 5 : riders of rohan | 1991 | konami, mirrorsoft | beam software, papyrus | ibm pc row 6 : the lord of the rings volume 1 | 1994 | interplay | interplay | super nes row 7 : the lord of the rings: the fellowship | 2002 | vivendi universal games | pocket studios | game boy advance row 8 : the lord of the rings: the two | 2002 | electronic arts | stormfront studios hypnos entertainment (g | playstation 2, xbox, ninte row 9 : the lord of the rings: the return | 2003 | electronic arts aspyr (mac os | electronic arts,hypnos entertainment (gcn | ms windows, playstation 2, x row 10 : the lord of the rings: the return | 2003 | electronic arts | griptonite games | game boy advance row 11 : the hobbit | 2003 | sierra | midway austin | ms windows, playstation 2, x row 12 : the lord of the rings: the battle | 2004 | electronic arts | ea los angeles | ms windows row 13 : the lord of the rings: tactics | 2005 | electronic arts | amaze | playstation portable row 14 : the lord of the rings: the battle | 2006 | electronic arts | ea los angeles | ms windows, xbox 360 row 15 : the lord of the rings online: shadow | 2007 | turbine, inc., midway | turbine, inc | ms windows row 16 : the lord of the rings online: mine | 2008 | turbine, inc., midway | turbine, inc | ms windows row 17 : the lord of the rings online: sie | 2009 | turbine, inc | turbine, inc | ms windows row 18 : the lord of the rings: a | 2010 | warner bros. interactive entertainment | headstrong games tt fusion | wii, nintendo d row 19 : the lord of the rings: war in | 2011 | warner bros. interactive entertainment | snowblind studios | playstation 3, ms windows, x row 20 : the lord of the rings online: riders | 2012 | warner bros. interactive entertainment | turbine, inc | ms windows row 21 : lego the lord of the rings | 2012 | warner bros. interactive entertainment | traveler's tales | ms windows, wii, n row 22 : the hobbit: armies of the third | 2013 | None | kabam | browser game ] Execute this SQL based on the above table: select platforms where developer < ( select developer where platforms = 'wii, nintendo ds, playstation 2, playstation portable, playstation 3' )
amstrad cpc, zx spectrum, commodore 64, bbc (no graphics), dragon 32, oric atmos, msx, apple ii, ibm pc, ibm pc, ms windows, playstation 2, xbox, nintendo gamecube, mac os x, game boy advance, ms windows, playstation portable, ms windows, xbox 360
[ header: place | player | country | score | to par | money ($) row 1 : 1 | jack nicklaus | united states | 74-71-69-65=2 | -9 | 144000 row 2 : t2 | tom kite | united states | 70-74-68-68=280 | -8 | 70400 row 3 : t2 | greg norman | australia | 70-72-68-70=280 | -8 | 70400 row 4 : 4 | seve ballesteros | spain | 71-68-72-70=28 | -7 | 38400 row 5 : 5 | nick price | zimbabwe | 79-69-63-71=28 | -6 | 32000 row 6 : t6 | jay haas | united states | 76-69-71-67=28 | -5 | 27800 row 7 : t6 | tom watson | united states | 70-74-68-71=283 | -5 | 27800 row 8 : t8 | tsuneyuki naka | japan | 70-71-71-72=284 | -4 | 23200 row 9 : t8 | payne stewart | united states | 75-71-69-69=284 | -4 | 23200 row 10 : t8 | bob tway | united states | 70-73-71-70=284 | -4 | 23200 ] Execute this SQL based on the above table: select player order by to par desc limit 1
tsuneyuki nakajima
[ header: rank | name | nationality | time (hand) | notes row 1 : 1 | tommy green | great britain | 4:50:10 | or row 2 : 2 | janis dalins | latvia | 4:57:20 | None row 3 : 3 | ugo frigerio | italy | 4:59:06 | None row 4 : 4 | karl hahnel | germany | 5:06:06 | None row 5 : 5 | ettore rivolta | italy | 5:07:39 | None row 6 : 6 | paul sievert | germany | 5:16:41 | None row 7 : 7 | henri quintric | france | 5:27:25 | None row 8 : 8 | ernie crosbie | united states | 5:28:02 | None row 9 : 9 | bill chisholm | united states | 5:51:00 | None row 10 : 10 | alfred maasik | estonia | 6:19:00 | None row 11 : None | henry cieman | canada | None | dnf row 12 : None | john moralis | greece | None | dnf row 13 : None | francesco pretti | italy | None | dnf row 14 : None | arthur tell schwab | switzerland | None | dnf row 15 : None | harry hinkel | united states | None | dnf ] Execute this SQL based on the above table: select nationality where nationality = 'italy'
italy, italy, italy
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | brazil | 9 | 0 | 0 | 9 row 2 : 2 | argentina | 0 | 7 | 1 | 8 row 3 : 3 | uruguay | 0 | 1 | 4 | 5 row 4 : 4 | dominican republic | 0 | 1 | 0 | 1 row 5 : 5 | chile | 0 | 0 | 1 | 1 row 6 : 5 | greenland | 0 | 0 | 1 | 1 row 7 : 5 | paraguay | 0 | 0 | 1 | 1 row 8 : 5 | puerto rico | 0 | 0 | 1 | 1 row 9 : total | total | 9 | 9 | 9 | 27 ] Execute this SQL based on the above table: select count ( bronze ) where gold > 940
0
[ header: year | album | territory | label | notes row 1 : 1989 | good deeds and dirty rags | uk | capitol records | debut album, reached no. 26 on uk row 2 : 1989 | fish heads and tails | uk | capitol records | mid-price live and rarities compilation row 3 : 1991 | hammer and tongs | uk | radioactive records/mca | second studio album; reached no. 61 on row 4 : 1991 | goodbye mr. mackenzie | international | radioactive records/mca | compilation of tracks from both albums, remixed row 5 : 1993 | live on the day of storms | uk | blokshok records | live album row 6 : 1994 | five | uk | blokshok records | third studio album row 7 : 1995 | jezebel | uk | blokshok records | rarities compilation row 8 : 1996 | the glory hole | uk | blokshok records | fourth and final studio album: manson, row 9 : 2005 | the river sessions | uk | river records | double live album row 10 : 2009 | the rattler: live '91' | uk | md music company | live album (digital release) ] Execute this SQL based on the above table: select territory where year <= 1989
uk, uk
[ header: year | title | peak chart positions swe | peak chart positions swi | peak chart positions uk | album row 1 : 2003 | "znaj da znam" | None | None | None | naj, najbolja row 2 : 2003 | "naj, najbolja" | None | None | None | naj, najbolja row 3 : 2003 | "gorka cokolada" | None | None | None | bez ljubavi row 4 : 2004 | "bol do ludila" | None | None | None | bez ljubavi row 5 : 2005 | "ponuda" | None | None | None | ponuda cds row 6 : 2005 | "agonija" | None | None | None | agonija cds row 7 : 2005 | "u nedelju" | None | None | None | bez ljubavi row 8 : 2006 | "bez ljubavi" | None | None | None | bez ljubavi row 9 : 2006 | "101" | None | None | None | bez ljubavi row 10 : 2007 | "molitva" | 9 | 19 | 112 | molitva cds, row 11 : 2008 | "nisam anđeo" | None | None | None | nisam anđeo row 12 : 2009 | "sta da zaboravim" | None | None | None | anđeo row 13 : 2010 | "jedan vidi sve" | None | None | None | anđeo ] Execute this SQL based on the above table: select album where album < ( select album where title = '"u nedelju"' ) order by album desc limit 1
anđeo
[ header: name | nationality | matches played | goals scored | notes row 1 : adrian caceres | australia | 42 | 6 | None row 2 : andrew nabbout | australia | 21 | 4 | None row 3 : andrew vlahos | australia | 18 | 0 | None row 4 : antun kovacic | australia | 2 | 0 | None row 5 : archie thompson | australia | 160 | 69 | melbourne's first ever signing first dual row 6 : billy celeski | australia | 91 | 2 | None row 7 : carl recchia | australia | 12 | 0 | None row 8 : carlos hernandez | costa rica | 121 | 36 | first costa rican to play for row 9 : christopher cristaldo | australia | 3 | 1 | None row 10 : diogo ferreira | australia | 52 | 2 | None row 11 : dylan murnane | australia | 2 | 0 | None row 12 : eugene galekovic | australia | 15 | 0 | None row 13 : evan berger | australia | 43 | 0 | None row 14 : fred carreiro | brazil | 20 | 4 | first brazilian to play for melbourne row 15 : geoff kellaway | wales | 9 | 0 | first welsh to play for mel row 16 : geoffrey claeys | belgium | 16 | 0 | first belgian to play for melbourne row 17 : isaka cernak | australia | 21 | 2 | None row 18 : james jeggo | australia | 19 | 1 | None row 19 : jason geria | australia | 4 | 0 | None row 20 : jonathan bru | mauritius | 19 | 0 | first mauritian to play for melbourne row 21 : joe keenan | england | 12 | 0 | None row 22 : kaz patafta | australia | 14 | 1 | None row 23 : kosta barbarouses | new zealand | 0 | 0 | None row 24 : lawrence thomas | australia | 4 | 0 | None row 25 : leandro love | brazil | 15 | 0 | None row 26 : luke o'dea | australia | 2 | 0 | None row 27 : marcos flores | argentina | 24 | 4 | first argentine to play for melbourne row 28 : mark byrnes | australia | 19 | 1 | None row 29 : mark milligan | australia | 32 | 10 | club captain 2013- row 30 : marvin angulo | costa rica | 36 | 0 | None row 31 : matthew spiranovic | australia | 1 | 0 | None row 32 : michael ferrante | australia | 26 | 1 | None row 33 : mitchell langerak | australia | 21 | 0 | None row 34 : nick ward | australia | 46 | 5 | None row 35 : ramazan tavsanc | australia | 4 | 0 | None row 36 : richard kitzbichler | austria | 18 | 5 | first austrian to play for melbourne row 37 : ricky diaco | australia | 13 | 1 | None row 38 : robbie kruse | australia | 39 | 16 | None row 39 : rodrigo vargas | australia | 139 | 7 | None row 40 : sam gallagher | australia | 2 | 0 | None row 41 : scott galloway | australia | 11 | 0 | None row 42 : sebastian ryall | australia | 24 | 0 | None row 43 : simon storey | australia | 32 | 0 | None ] Execute this SQL based on the above table: select count ( nationality )
43
[ header: | district | headquarters | population (2011) | males | females | percentage decadal growth 2001-2011 | sex ratio | density (persons per km2) | child population 0-6 years | child sex ratio | literacy rate row 1 : 1 | angul | angul | 1271703 | 654898 | 616805 | 11.55 | 942 | 199 | 145690 | 884 | 78.96 row 2 : 3 | balasore | baleswar | 2317419 | 1184371 | 1133048 | 14.47 | 957 | 609 | 274432 | 941 | 80.66 row 3 : 4 | bargarh | bargarh | 1478833 | 748332 | 730501 | 9.84 | 976 | 253 | 156185 | 946 | 75.16 row 4 : 5 | bhadrak | bhadrak | 1506522 | 760591 | 745931 | 12.95 | 981 | 601 | 176793 | 931 | 83.25 row 5 : 7 | cuttack | cuttack | 2618708 | 1339153 | 1279555 | 11.87 | 955 | 666 | 251152 | 913 | 84.2 row 6 : 9 | dhenkanal | dhenkanal | 1192948 | 612597 | 580351 | 11.82 | 947 | 268 | 132647 | 870 | 79.41 row 7 : 11 | ganjam | chhatrapur | 3520151 | 1777324 | 1742827 | 11.37 | 981 | 429 | 397920 | 899 | 71.88 row 8 : 12 | jagatsinghpur | jagatsinghpur | 1136604 | 577699 | 558905 | 7.44 | 967 | 681 | 103517 | 929 | 87.13 row 9 : 13 | jajpur | jajpur | 1826275 | 926058 | 900217 | 12.43 | 972 | 630 | 207310 | 921 | 80.44 row 10 : 14 | jharsuguda | jharsuguda | 579499 | 297014 | 282485 | 12.56 | 951 | 274 | 61823 | 938 | 78.36 row 11 : 16 | kandhamal | phulbani | 731952 | 359401 | 372551 | 12.92 | 1037 | 91 | 106379 | 960 | 65.12 row 12 : 19 | khordha | khordha | 2246341 | 1166949 | 1079392 | 19.65 | 925 | 799 | 222275 | 910 | 87.51 row 13 : 21 | malkangiri | malkangiri | 612727 | 303913 | 308814 | 21.53 | 1016 | 106 | 105636 | 979 | 49.49 row 14 : 23 | nabarangapur | nabarangpur | 1218762 | 604046 | 614716 | 18.81 | 1018 | 230 | 201901 | 988 | 48.2 row 15 : 26 | puri | puri | 1697983 | 865209 | 832774 | 13 | 963 | 488 | 164388 | 924 | 85.37 row 16 : 28 | sambalpur | sambalpur | 1044410 | 529424 | 514986 | 12.24 | 973 | 158 | 112946 | 931 | 76.91 row 17 : 30 | sundergarh | sundergarh | 2080664 | 1055723 | 1024941 | 13.66 | 971 | 214 | 249020 | 937 | 74.13 ] Execute this SQL based on the above table: select literacy rate where headquarters = 'malkangiri'
49.49
[ header: year | personnel | album | label | peak positions nor row 1 : 2001 | solveig slettahjell | slow motion orchestra | curling legs | None row 2 : 2004 | solveig slettahjell | silver | curling legs | 23 row 3 : 2005 | solveig slettahjell | pixiedust | curling legs | 25 row 4 : 2006 | solveig slettahjell | good rain | curling legs (, act) | 28 row 5 : 2007 | solveig slettahjell | domestic songs | curling legs (, act) | 30 row 6 : 2008 | solveig slettahjell | natt i betlehem | kirkelig kulturverksted | 5 row 7 : 2009 | solveig slettahjell | tarpan seasons | universal | 5 row 8 : 2011 | solveig slettahjell | antologie | universal | 6 row 9 : 2013 | solveig slettahjell | arven | universal | 5 ] Execute this SQL based on the above table: select album order by peak positions nor asc limit 1
slow motion orchestra