input
stringlengths
20
5.6k
output
stringlengths
0
17.9k
[ header: # | title | songwriters | producer(s) | performer (s) row 1 : 1 | "creative control" | o. credle, l. bas | organized konfusion | o.c row 2 : 2 | "word...life" | o. credle, a. best | buckwild | o.c row 3 : 3 | "o-zone" | o. credle, a. best | buckwild | o.c row 4 : 4 | "born 2 live" | o. credle, a. best | buckwild | o.c row 5 : 5 | "time's up" | o. credle, a. best | buckwild | o.c row 6 : 6 | "point o' viewz" | o. credle, d. van | buckwild, prestige | o.c row 7 : 7 | "constables" | o. credle, l. bas | organized konfusion | o.c row 8 : 8 | "ga head" | o. credle, r. hall | lord finesse | o.c row 9 : 9 | "no main topic" | o. credle, g. | dj ogee/o. | o.c., prince po row 10 : 10 | "let it slide" | o. credle, a. best | buckwild | o.c., pharo row 11 : 11 | "ma dukes" | o. credle, a. best | buckwild | o.c row 12 : 12 | "story" | o. credle, g. | dj ogee/o. | o.c row 13 : 13 | "outtro (sabotage) | o. credle, a. best | buckwild | o.c row 14 : 14 | "born 2 live (remix)" | o. credle, a. best | organized konfusion | o.c ] Execute this SQL based on the above table: select songwriters where performer (s) = 'o.c' order by # asc limit 1
o. credle, l. baskerville, t. jamerson
[ header: no. | name | public access | location & map links | area ha | area acres | references row 1 : 1 | aversley wood | | 52°25′25′′n 0° | 61 | 151 | sssi wt row 2 : 2 | balsham wood | | 52°07′19′′n 0° | 35 | 85 | sssi row 3 : 3 | bedford purlieus nnr | | 52°35′00′′n 0° | 208 | 514 | sssi nnr row 4 : 4 | brampton wood | | 52°19′02′′n 0° | 132 | 326 | sssi bcnp row 5 : 7 | gamlingay wood | | 52°09′57′′n 0° | 46 | 114 | sssi bcnp row 6 : 8 | hardwick wood | | 52°11′57′′n 0° | 17 | 42 | sssi bcnp row 7 : 9 | hayley wood | | 52°09′33′′n 0° | 52 | 129 | sssi bcnp row 8 : 11 | langley wood | | 52°03′24′′n 0° | 31 | 77 | sssi row 9 : 13 | madingley wood | | 52°13′00′′n 0° | 15 | 38 | sssi row 10 : 14 | monks wood nnr | | 52°24′18′′n 0° | 170 | 420 | sssi nnr row 11 : 15 | out and plunder woods | | 52°10′03′′n 0° | 28 | 69 | sssi row 12 : 16 | over and lawn woods | | 52°06′35′′n 0° | 45 | 111 | sssi row 13 : 18 | ten wood | | 52°10′31′′n 0° | 17 | 42 | sssi row 14 : 20 | warboy's and wistow wood | | 52°25′11′′n 0° | 42 | 103 | sssi row 15 : 21 | waresley wood | | 52°10′37′′n 0° | 62 | 153 | sssi ] Execute this SQL based on the above table: select no. where name = 'langley wood'
11.0
[ header: date | opponent# | rank# | site | result | attendance row 1 : 1959-09-26 | at #16 georgia tech | #6 | grant field • atlanta, ga | l 12-16 | 43000 row 2 : 1959-10-03 | #15 navy | None | cotton bowl • dallas, t | w 20-7 | 46000 row 3 : 1959-10-09 | missouri | #15 | cotton bowl • dallas, t | w 23-2 | 33000 row 4 : 1959-10-17 | at rice | #16 | rice stadium • houston, tx | t 13-13 | 65000 row 5 : 1959-10-24 | texas tech | None | cotton bowl • dallas, t | w 21-13 | 30000 row 6 : 1959-10-31 | #4 texas | None | cotton bowl • dallas, t | l 0-21 | 65000 row 7 : 1959-11-07 | at texas a&m | None | kyle field • college station, t | w 14-11 | 19000 row 8 : 1959-11-14 | #20 arkansas | None | cotton bowl • dallas, t | l 14-17 | 31000 row 9 : 1959-11-21 | at baylor | None | floyd casey stadium • waco, | w 30-14 | 25000 row 10 : 1959-11-28 | at #8 texas christi | None | amon g. carter stadium • for | l 0-19 | 40000 ] Execute this SQL based on the above table: select opponent# where id = ( select id where opponent# = 'at texas a&m' ) - 1
#4 texas
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 10 | juan pablo montoya | mclaren-mercedes | 60 | 1:24:29.588 | 3 | 10 row 2 : 2 | 5 | fernando alonso | renault | 60 | 2.739 | 1 | 8 row 3 : 3 | 9 | kimi raikkonen | mclaren-mercedes | 60 | 14.436 | 12 | 6 row 4 : 4 | 6 | giancarlo fisichella | renault | 60 | 17.914 | 6 | 5 row 5 : 5 | 3 | jenson button | bar-honda | 60 | 40.264 | 2 | 4 row 6 : 6 | 1 | michael schumacher | ferrari | 60 | +1:15.322 | 9 | 3 row 7 : 7 | 2 | rubens barrichello | ferrari | 60 | +1:16.567 | 5 | 2 row 8 : 8 | 17 | ralf schumacher | toyota | 60 | +1:19.212 | 8 | 1 row 9 : 9 | 16 | jarno trulli | toyota | 60 | +1:20.851 | 4 | None row 10 : 10 | 12 | felipe massa | sauber-petronas | 59 | +1 lap | 16 | None row 11 : 11 | 7 | mark webber | williams-bmw | 59 | +1 lap | 11 | None row 12 : 12 | 8 | nick heidfeld | williams-bmw | 59 | +1 lap | 14 | None row 13 : 13 | 14 | david coulthard | red bull-cosworth | 59 | +1 lap | 13 | None row 14 : 14 | 11 | jacques villeneuve | sauber-petronas | 59 | +1 lap | 10 | None row 15 : 15 | 15 | christian klien | red bull-cosworth | 59 | +1 lap | 15 | None row 16 : 16 | 4 | takuma sato | bar-honda | 58 | +2 laps | 7 | None row 17 : 17 | 18 | tiago monteiro | jordan-toyota | 58 | +2 laps | 20 | None row 18 : 18 | 21 | christijan albers | minardi-cosworth | 57 | +3 laps | 18 | None row 19 : 19 | 20 | patrick friesacher | minardi-cosworth | 56 | +4 laps | 19 | None row 20 : ret | 19 | narain karthikeyan | jordan-toyota | 10 | electrical | 17 | None ] Execute this SQL based on the above table: select max ( laps )
60.0
[ header: occasion # | location | date | gold | time | silver | time | bronze | time | report row 1 : 1 | chelyabinsk, russia | 18 november | pekka koskela finland | 35 | jan smeekens nether | 35.01 | yuya oikawa | 35.07 | row 2 : 1 | chelyabinsk, russia | 19 november | joji kato japan | 34.92 | mo tae-bum south | 35.01 | yuya oikawa | 35.14 | row 3 : 2 | astana, kazakhstan | 25 november | mo tae-bum south | 34.89 | tucker fredricks united | 34.94 | stefan groothuis nether | 35.01 | row 4 : 2 | astana, kazakhstan | 26 november | jan smeekens nether | 35.05 | mo tae-bum south | 35.06 | tucker fredricks united | 35.19 | row 5 : 3 | heerenveen, netherlands | 2 december | tucker fredricks united | 34.98 | joji kato japan | 35.07 | mo tae-bum south | 35.08 | row 6 : 3 | heerenveen, netherlands | 3 december | pekka koskela finland | 35.01 | joji kato japan | 35.02 | jesper hospes netherlands | 35.06 | row 7 : 4 | salt lake city, united states | 21 january | keiichiro nagashim | 34.37 | jan smeekens nether | 34.4 | tucker fredricks united | 34.45 | row 8 : 4 | salt lake city, united states | 22 january | dmitry lobkov russia | 34.54 | keiichiro nagashim | 34.57 | tucker fredricks united | 34.6 | row 9 : 6 | heerenveen, netherlands | 2 march | dmitry lobkov russia | 35.11 | hein otterspeer net | 35.14 | keiichiro nagashim | 35.2 | row 10 : 6 | heerenveen, netherlands | 3 march | tucker fredricks united | 35.05 | michel mulder netherlands | 35.12 | joji kato japan | 35.16 | row 11 : 7 | berlin, germany | 9 march | jamie gregg canada | 35.06 | pekka koskela finland | 35.07 | mo tae-bum south | 35.17 | row 12 : 7 | berlin, germany | 10 march | michel mulder netherlands | 35.01 | mo tae-bum south | 35.04 | jan smeekens nether | 35.08 | ] Execute this SQL based on the above table: select time group by time order by count ( * ) desc limit 1
35.07
[ header: model | class | length | fuel | starting price row 1 : tour | class a | 42' | diesel | $362,285 row 2 : journey | class a | 35'-43' | diesel | $246,736 row 3 : adventurer | class a | 32'-37' | gas | $150,711 row 4 : via | class a | 25' | diesel | $126,476 row 5 : sightseer | class a | 31'-37' | gas | $126,162 row 6 : vista | class a | 26'-35' | gas | $107,717 row 7 : view | class c | 24'-25' | diesel | $100,955 row 8 : aspect | class c | 29'-31' | gas | $95,948 row 9 : access | class c | 25'-31' | gas | $74,704 ] Execute this SQL based on the above table: select ( select starting price where fuel = 'diesel' ) > 29900
1
[ header: drop(s) | multiplayer map(s) | spec ops mission(s) | face off map(s) | xbox 360 release date | playstation 3 release date row 1 : 1-2 | liberation & piazza | None | None | 24 january 2012 | 28 february 2012 row 2 : 3 | overwatch | None | None | 21 february 2012 | 29 march 2012 row 3 : 4-6 | black box | black ice & negotiator | None | 13 march 2012 | 12 april 2012 row 4 : 7-8 | sanctuary & foundation | None | None | 10 april 2012 | 10 may 2012 row 5 : 9-12 | oasis | iron clad & kill switch | getaway & lookout | 15 may 2012 | 14 june 2012 row 6 : 13-15 | None | arctic recon | vortex, u-turn & intersection | 19 june 2012 | 19 july 2012 row 7 : 16-18 | decommission & offshore | vertigo | None | 17 july 2012 | 16 august 2012 row 8 : 19-21 | None | special delivery, light 'em up | None | 7 august 2012 | 6 september 2012 row 9 : 22-24 | parish, gulch & boardwalk | None | None | 5 september 2012 | 9 october 2012 ] Execute this SQL based on the above table: select multiplayer map(s) where xbox 360 release date = '24 january 2012' order by drop(s) limit 82
liberation & piazza
[ header: season | tier | division | place row 1 : 1981/82 | 4 | 3a | 17th row 2 : 1982/83 | 5 | regional | None row 3 : 1983/84 | 4 | 3a | 1st row 4 : 1984/85 | 4 | 3a | 2nd row 5 : 1985/86 | 4 | 3a | 1st row 6 : 1986/87 | 3 | 2ab | 10th row 7 : 1987/88 | 3 | 2ab | 1st row 8 : 1988/89 | 2 | 2a | 18th row 9 : 1989/90 | 3 | 2ab | 7th row 10 : 1990/91 | 3 | 2ab | 8th row 11 : 1991/92 | 3 | 2ab | 20th row 12 : 1992/93 | 4 | 3a | 14th row 13 : 1993/94 | 4 | 3a | 19th row 14 : 1994/95 | 5 | reg. pref | 9th row 15 : 1995/96 | 5 | reg. pref | 4th row 16 : 1996/97 | 5 | reg. pref | 1st row 17 : 1997/98 | 5 | reg. pref | 2nd ] Execute this SQL based on the above table: select place where season = '1985/86'
1st
[ header: no | name | date of birth | height | weight | spike | block | 2008 club row 1 : 1 | oliveira walewska | 1 october 1979 | 1.90 m (6 ft 3 in | 73 kg (161 lb) | 310 cm (120 in) | 290 cm (110 in) | cav murcia row 2 : 2 | carolina albuquerque | 25 july 1977 | 1.82 m (6 ft 0 | 76 kg (168 lb) | 289 cm (114 in) | 279 cm (110 in) | finasa row 3 : 3 | marianne steinbrecher | 23 august 1983 | 1.88 m (6 ft 2 in | 70 kg (150 lb) | 310 cm (120 in) | 290 cm (110 in) | scavolini pesaro row 4 : 4 | paula pequeno | 22 january 1982 | 1.84 m (6 ft 0 | 74 kg (163 lb) | 302 cm (119 in) | 285 cm (112 in) | finasa row 5 : 6 | thaisa menezes | 15 may 1987 | 1.96 m (6 ft 5 in | 79 kg (174 lb) | 316 cm (124 in) | 301 cm (119 in) | rexona ades row 6 : 7 | helia souza | 3 october 1970 | 1.73 m (5 ft 8 in | 63 kg (139 lb) | 283 cm (111 in) | 264 cm (104 in) | cav murcia row 7 : 8 | valeska menezes | 23 april 1976 | 1.80 m (5 ft 11 in | 62 kg (137 lb) | 302 cm (119 in) | 290 cm (110 in) | asystel novara row 8 : 9 | fabiana claudino | 24 january 1984 | 1.93 m (6 ft 4 in | 76 kg (168 lb) | 314 cm (124 in) | 293 cm (115 in) | rexona ades row 9 : 10 | welissa gonzaga | 9 september 1982 | 1.79 m (5 ft 10 in | 76 kg (168 lb) | 300 cm (120 in) | 287 cm (113 in) | rexona ades row 10 : 12 | jacqueline carvalho | 31 december 1983 | 1.86 m (6 ft 1 in | 70 kg (150 lb) | 302 cm (119 in) | 286 cm (113 in) | cav murcia row 11 : 13 | sheilla castro | 1 july 1983 | 1.85 m (6 ft 1 in | 64 kg (141 lb) | 302 cm (119 in) | 284 cm (112 in) | scavolini pesaro row 12 : 14 | fabiana de oliveira | 7 march 1980 | 1.69 m (5 ft 7 in | 59 kg (130 lb) | 276 cm (109 in) | 266 cm (105 in) | rexona ades ] Execute this SQL based on the above table: select 2008 club , 2008 club order by no desc limit 1
rexona ades, rexona ades
[ header: # | title | producer(s) | featured guest(s) | length row 1 : 1 | "intro" | swizzo (of drum squad) | None | 1:41 row 2 : 2 | "interlude" | crown kingz productions (ckp) | None | 2:22 row 3 : 3 | "dem boyz" | nitti | p. diddy | 4:16 row 4 : 4 | "felonies" | jazze pha | None | 5:49 row 5 : 5 | "look" | drumma boy | None | 4:56 row 6 : 6 | "gangstas" | erick sermon | eazy-e | 3:49 row 7 : 7 | "don't put your hands on me" | dj toomp | None | 4:33 row 8 : 8 | "bitches & bizness" | nitti | rick ross (uncredited) | 4:21 row 9 : 9 | "trap niggas" | drumma boy | None | 3:37 row 10 : 10 | "still slizzard" | nitti | None | 5:07 row 11 : 11 | "no talkin" | sanchez | None | 5:25 row 12 : 12 | "happy jamz" | jazze pha | jazze pha | 4:48 row 13 : 13 | "if u a thug | keith mack | None | 5:09 row 14 : 14 | "lay it down" | jasper | None | 4:17 row 15 : 15 | "pussy m.f.' | horace "bubba" mitchell | trick daddy | 4:24 row 16 : 16 | "keep it hood 2nite" | midnight black | None | 3:23 ] Execute this SQL based on the above table: select featured guest(s) where featured guest(s) = 'rick ross (uncredited)'
rick ross (uncredited)
[ header: team | truck(s) | # | driver(s) | primary sponsor(s) | listed owner(s) | crew chief row 1 : addington racing | chevrolet silverado | 60 | travis kvapil | cat rental stores | mike addington | rick ren row 2 : bobby hamilton racing | dodge ram | 4 | brian rose | perry connection | debbie hamilton | danny rollins row 3 : bobby hamilton racing | dodge ram | 8 | bill lester (r) | dodge dealers | bobby hamilton | kip mccord row 4 : circle bar racing | ford f-150 | 14 | rick crawford | circle bar motel & rv park | tom mitchell | ray stonkus row 5 : countryman motorsports | ford f-150 | 15 | rich bickle | dickies | billy ballew | craig osbourne row 6 : green light racing | chevrolet silverado | 8 | bobby dotter | people against drugs | gene christensen | doug howe row 7 : joe gibbs racing | chevrolet silverado | 20 | coy gibbs | mbna | joe gibbs | doug hewitt row 8 : k automotive racing | ford f-150 | 29 | terry cook | power stroke diesel | kay keselowski | bob keselowski row 9 : l&r racing | chevrolet silverado | 90 | lance norick | express personnel services | ron norick | gary showalter row 10 : morgan-dollar motorsports | chevrolet silverado | 46 | dennis setzer | acxiom/computer associate | david dollar | john monsam row 11 : portenga motorsports | chevrolet silverado | 39 | steve portenga | roto-rooter | steve portenga | george church row 12 : powers motorsports | dodge ram | 55 | tom powers | university of northwestern ohio | sherri powers | bryan berry row 13 : sealmaster racing | chevrolet silverado | 88 | matt crafton | sealmaster | duke thorson | jerry cook row 14 : spears motorsports | chevrolet silverado | 75 | david starr | spears manufacturing | wayne spears | dave mccarty row 15 : tagsby racing | chevrolet silverado | 73 | loni richardson (r) | intensitee/uti | joey sonntag | joey sonntag row 16 : team racing | chevrolet silverado | 86 | dana white (r) | red line oil/coverall carports | phil bonifield | bernie taft row 17 : troxell racing | chevrolet silverado | 93 | jerry allec, jr | None | lonnie troxell | lonnie troxell row 18 : ultra motorsports | dodge ram | 1 | ted musgrave | mopar | jim smith | gene nead row 19 : ultra motorsports | dodge ram | 2 | jason leffler | team ase racing | marlene smith | tim kohuth row 20 : ware racing enterprises | dodge ram | 5 | lance hooper | diamond cut jeans/blair5.com | rick ware | cal northrop row 21 : ware racing enterprises | dodge ram | 51 | michael dokken | ooida | rick ware | ken glen ] Execute this SQL based on the above table: select abs ( ( select # where truck(s) = 'dodge ram' ) - ( select # where truck(s) = 'ford f-150' ) )
10.0
[ header: year | film | role | notes row 1 : 1986 | love 86 | vikram doshi | None row 2 : 1987 | khudgarz | kumar saxena | None row 3 : 1987 | sindoor | ravi | None row 4 : 1988 | paap ko jalaa | deepak malhotra | None row 5 : 1988 | halaal ki kamai | kabir khanna | None row 6 : 1988 | shiv shakti | shakti | None row 7 : 1989 | sachai ki ta | sagar singh | None row 8 : 1989 | taaqatwar | john d'mello | None row 9 : 1990 | maha-sangram | arjun 'munna' | None row 10 : 1990 | izzatdaar | vijay | None row 11 : 1990 | naya khoon | dr. anand | None row 12 : 1990 | taqdeer ka tama | satya | None row 13 : 1990 | awaargi | dhiren kumar | critically acclaimed role row 14 : 1992 | baaz | deva | None row 15 : 1994 | andaz apna a | himself | special appearance row 16 : 1994 | beta ho to aisa | raju | None row 17 : 1996 | maahir | bhola | None row 18 : 1996 | apne dam par | himself | special appearance row 19 : 1997 | deewana mastana | bunnu | nominated - filmfare best actor row 20 : 1997 | do ankhen barah hath | sagar | None row 21 : 1998 | achanak | arjun | None row 22 : 1998 | naseeb | krishna prasa | None row 23 : 2000 | kunwara | raju | nominated -filmfare award for row 24 : 2001 | aamdani atthani k | bhishma | None row 25 : 2001 | albela | rocky hiranandani | None row 26 : 2001 | censor | himself | special appearance row 27 : 2002 | pyaar diwana hota | sunder | None row 28 : 2002 | chalo ishq ladaa | pappu | None row 29 : 2003 | three roses | himself | tamil film - guest appearance row 30 : 2005 | ssukh | chandraprakash sharma | None row 31 : 2007 | partner | bhaskar diwakar chow | iifa best comedian award zee row 32 : 2013 | samadhi | deputy inspector general of police | bengali debut row 33 : 2014 | kill dil | negative role | filming (releasing on 5 september 2014) row 34 : 2014 | hero | None | filming, (releasing on 12th dec ] Execute this SQL based on the above table: select count ( distinct notes ) where year >= 569
9
[ header: series | start date | end date | episodes row 1 : 1 | 29 october 1986 | 31 december 1986 | 10 row 2 : 2 | 15 april 1987 | 24 june 1987 | 10 row 3 : 3 | 17 september 1987 | 28 january 1988 | 20 row 4 : 4 | 4 october 1988 | 14 february 1989 | 20 row 5 : 5 | 25 december 1989 | 4 june 1990 | 21 row 6 : 6 | 25 september 1990 | 12 february 1991 | 21 row 7 : 7 | 23 september 1991 | 26 december 1991 | 13 row 8 : 8 | 21 september 1992 | 28 december 1992 | 12 row 9 : 9 | 27 september 1993 | 27 december 1993 | 14 row 10 : 10 | 13 september 1994 | 29 december 1994 | 14 row 11 : 11 | 12 december 1996 | 3 april 1997 | 16 row 12 : 12 | 8 september 1997 | 29 december 1997 | 16 row 13 : 13 | 17 september 1998 | 31 december 1998 | 16 row 14 : 14 | 7 june 1999 | 23 august 1999 | 12 ] Execute this SQL based on the above table: select start date order by series desc limit 1
7 june 1999
[ 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 serials issued where serials issued in ( 'kaa-001 to nzz-999' , 'paa-001 to wzz-999' ) order by slogan asc limit 1
kaa-001 to nzz-999
[ header: rank | player | points | points defending | points won | new points | withdrew due to row 1 : 5 | juan martin del potr | 5115 | 720 | 0 | 4395 | right wrist surgery row 2 : 6 | nikolay davydenko | 5145 | 360 | 0 | 4785 | broken wrist row 3 : 20 | radek stepanek | 1705 | 90 | 0 | 1615 | fatigue row 4 : 23 | tommy haas | 1660 | 180 | 0 | 1480 | right hip surgery row 5 : 32 | gilles simon | 1395 | 90 | 0 | 1305 | right knee injury row 6 : 36 | ivo karlovic | 1295 | 10 | 0 | 1285 | right foot injury row 7 : 10 | kim clijsters | 3890 | 0 | 0 | 3890 | left foot injury ] Execute this SQL based on the above table: select player order by new points desc limit 1
nikolay davydenko
[ header: lower mississippi periods | lower yazoo phases | lower yazoo dates | tensas/natchez phases | cahokia phases | cahokia dates | ohio/miss. river confluence phases | ohio/miss. dates row 1 : historic | russell | 1650-1750 ce | tensas / nat | vacant quarter | 1350 ce - european contact | jackson | 1500-1650 ce row 2 : plaquemine mississippian culture late | wasp lake | 1400-1650 ce | transylvania / emer | vacant quarter | 1350 ce - european contact | jackson | 1500-1650 ce row 3 : plaquemine mississippian culture late | lake george | 1300-1400 ce | fitzhugh / foster | sand prairie | 1275-1350 ce | medley phase | 1300-1500 ce row 4 : plaquemine mississippian culture late | winterville | 1200-1300 ce | routh / anna | moorehead | 1200-1275 ce | dorena | 1100-1300 ce row 5 : transitional coles creek | crippen point | 1050-1200 ce | preston / gordon | lohmann sterling | 1050-1200 ce | dorena | 1100-1300 ce row 6 : coles creek culture late coles creek middle co | kings crossing | 950-1050 ce | balmoral | terminal late woodland | 900-1050 ce | james bayou | 900-1100 ce row 7 : coles creek culture late coles creek middle co | aden | 800-950 ce | ballina | terminal late woodland | 900-1050 ce | james bayou | 900-1100 ce row 8 : coles creek culture late coles creek middle co | bayland | 600-800 ce | sundown | late woodland | 400-900 ce | cane hills berkley | 600-900 ce 400-600 ce row 9 : baytown/troyville baytown 2 bay | deasonville | 500-600 ce | marsden | late woodland | 400-900 ce | cane hills berkley | 600-900 ce 400-600 ce row 10 : baytown/troyville baytown 2 bay | little sunflower | 400-500 ce | indian bayou | late woodland | 400-900 ce | cane hills berkley | 600-900 ce 400-600 ce row 11 : marksville culture late marksville early marksville | issaquena | 200-400 ce | issaquena | middle woodland | 200 bce - 400 ce | la plant burkett | 100 bce-400 ce 550- row 12 : marksville culture late marksville early marksville | anderson landing | 0-200 ce | point lake/ grand gulf | middle woodland | 200 bce - 400 ce | la plant burkett | 100 bce-400 ce 550- row 13 : tchefuncte culture | tuscola | 400 bce-0 ce | panther lake | middle woodland | 200 bce - 400 ce | la plant burkett | 100 bce-400 ce 550- row 14 : jaketown | poverty point | 700- 400 bce | frasier | early woodland | 700-200 bce | o'bryan ridge | 700-550 bce row 15 : None | poverty point | 1000-700 bce | None | late archaic | 1000 - 200 bce | o'bryan ridge | 700-550 bce ] Execute this SQL based on the above table: select lower yazoo phases where id = ( select id where lower yazoo phases = 'poverty point' ) + 1
poverty point
[ header: year | winner | second | third | starters row 1 : 2013 | new year's day | havana | strong mandate | 13 row 2 : 2012 | shanghai bobby | he's had enough | capo bastone | 9 row 3 : 2011 | hansen | union rags | creative cause | 13 row 4 : 2010 | uncle mo | boys at toscanova | rogue romance | 11 row 5 : 2009 | vale of york | lookin at lucky | noble's promise | 13 row 6 : 2008 | midshipman | square eddie | street hero | 12 row 7 : 2007 | war pass | pyro | kodiak kowboy | 11 row 8 : 2006 | street sense | circular quay | great hunter | 14 row 9 : 2005 | stevie wonderboy | henny hughes | first samurai | 14 row 10 : 2004 | wilko | afleet alex | sun king | 8 row 11 : 2003 | action this day | minister eric | chapel royal | 12 row 12 : 2002 | vindication | kafwain | hold that tiger | 13 row 13 : 2001 | johannesburg | repent | siphonic | 12 row 14 : 2000 | macho uno | point given | street cry | 14 row 15 : 1999 | anees | chief seattle | high yield | 14 row 16 : 1998 | answer lively | aly's alley | cat thief | 13 row 17 : 1997 | favorite trick | dawson's legacy | nationalore | 8 row 18 : 1996 | boston harbor | acceptable | ordway | 10 row 19 : 1995 | unbridled's song | hennessy | editor's note | 13 row 20 : 1994 | timber country | eltish | tejano run | 13 row 21 : 1993 | brocco | blumin affair | tabasco cat | 11 row 22 : 1992 | gilded time | it'sali'lknownfact | river special | 13 row 23 : 1991 | arazi | bertrando | snappy landing | 14 row 24 : 1990 | fly so free | take me out | lost mountain | 11 row 25 : 1989 | rhythm | grand canyon | slavic | 12 row 26 : 1988 | is it true | easy goer | tagel | 10 row 27 : 1987 | success express | regal classic | tejano | 13 row 28 : 1986 | capote | qualify | alysheba | 13 row 29 : 1985 | tasso | storm cat | scat dancer | 13 row 30 : 1984 | chief's crown | tank's prospect | spend a buck | 10 ] Execute this SQL based on the above table: select year where third = 'great hunter'
2006
[ 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 hot 100 asc limit 1
firehouse
[ header: year | title | b-side | mediums | label (catalog) row 1 : 1996 | "broke" | "whenever i breathe out, you breathe | 7" | sub pop (sp0338) row 2 : 1997 | "a life of arctic sounds" | "medication" | 7" | suicide squeeze (ssr001003) row 3 : 1997 | "birds vs. worms | "every penny fed car", "four finger | 7" | hit or miss row 4 : 1998 | "other people's lives" | "grey ice water" | 7" | up records row 5 : 1998 | "never ending math equation" | "workin' on leavin' the | 7" | sub pop (sp0436) row 6 : 1998 | "whenever you see fit" | "whenever you see fit (dj | 12", cd | up records/suicide squeeze row 7 : 1999 | "heart cooks brain" | "shit luck" | 7" | matador records row 8 : 2004 | "float on" | "i've got it all (most) | 7", cd | epic (076685) row 9 : 2004 | "ocean breathes salty" | "float on (live studio)" | cd | epic row 10 : 2007 | "dashboard" | "king rat" | 7", cd | epic row 11 : 2007 | "missed the boat" | None | digital | epic row 12 : 2009 | "satellite skin" | "guilty cocker spaniels | 7" | epic row 13 : 2009 | "autumn beds" | "whale song" | 7" | epic row 14 : 2009 | "perpetual motion machine" | "history sticks to your feet" | 7" | epic ] Execute this SQL based on the above table: select title where title in ( '"perpetual motion machine"' , '"history sticks to your feet"' ) order by year desc limit 1
"perpetual motion machine"
[ header: call sign | frequency | city of license | licensee | format row 1 : kmsa | 91.3 fm | grand junction | colorado mesa university | aaa row 2 : kmgj | 93.1 fm | grand junction | mbc grand broadcasting, inc | top 40 (chr)/contempor row 3 : kkvt | 100.7 fm | grand junction | mbc grand broadcasting, inc | country row 4 : klfv | 90.3 fm | grand junction | educational media foundation | christian contemporary row 5 : kmoz-fm | 92.3 fm | grand junction | mbc grand broadcasting, inc | adult hits row 6 : kgjn-lp | 106.7 fm | grand junction | colorado, state of, telecom | news talk information row 7 : kjol | 620 am | grand junction | united ministries | christian contemporary row 8 : kcic | 88.5 fm | grand junction | pear park baptist schools | religious row 9 : kbkl | 107.9 fm | grand junction | townsquare media group | oldies row 10 : kafm | 88.1 fm | grand junction | grand valley public radio co, inc | variety row 11 : kexo | 1230 am | grand junction | townsquare media group | regional mexican/talk row 12 : knzz | 1100 am | grand junction | mbc grand broadcasting, inc | news/talk row 13 : kmxy | 104.3 fm | grand junction | townsquare media group | hot adult contemporary row 14 : kprn | 89.5 fm | grand junction | public broadcasting of colorado, in | public/news/talk row 15 : ktmm | 1340 am | grand junction | mbc grand broadcasting, inc | sports/talk row 16 : kaai | 98.5 fm | palisade, colorado | educational media foundation | christian rock row 17 : kmzk (fm) | 106.9 fm | clifton | charles d. hall | None row 18 : kekb | 99.9 fm | fruita | townsquare media group | country row 19 : krzx | 106.1 fm | redlands | cochise media licenses llc | None row 20 : kzks | 105.3 fm | rifle, colorado | western slope communications | classic hits row 21 : knoz | 97.7 fm | orchard mesa | paul varecha | all-news radio row 22 : ktun | 93.5 fm | new castle, colorado | wildcat communications | spanish hits row 23 : kknn | 95.1 fm | delta, colorado | townsquare media group | active rock row 24 : kstr-fm | 96.1 fm | montrose, colorado | mbc grand broadcasting | classic rock row 25 : kubc | 580 am | montrose, colorado | cherry creek radio | news/talk ] Execute this SQL based on the above table: select format order by frequency - frequency desc limit 1
aaa
[ header: no. in series | no. in season | performer | appearance | air date row 1 : 268 | 1 | tom segura | only | 21 january 2011 row 2 : 269 | 2 | michael kosta | only | 21 january 2011 row 3 : 270 | 3 | sheng wang | only | 28 january 2011 row 4 : 271 | 4 | chelsea peretti | only | 28 january 2011 row 5 : 272 | 5 | chris d'elia | only | 4 february 2011 row 6 : 273 | 6 | nate bargatze | only | 4 february 2011 row 7 : 274 | 7 | hari kondabolu | only | 11 february 2011 row 8 : 275 | 8 | jack whitehall | only | 11 february 2011 row 9 : 276 | 9 | al jackson | only | 18 february 2011 row 10 : 277 | 10 | kyle kinane | only | 25 february 2011 row 11 : 278 | 11 | matt fulchiron | only | 25 february 2011 row 12 : 279 | 12 | mike vecchione | only | 4 march 2011 row 13 : 280 | 13 | jessi klein | only | 4 march 2011 row 14 : 281 | 14 | louis katz | only | 11 march 2011 row 15 : 282 | 15 | jay larson | only | 11 march 2011 row 16 : 283 | 16 | natasha leggero | only | 25 march 2011 ] Execute this SQL based on the above table: select abs ( ( select appearance where air date = '11 march 2011' ) - ( select appearance where air date = '21 january 2011' ) )
0
[ header: round | selection | player | position | college row 1 : 1 | 22 | desmond trufant | cb | washington row 2 : 2 | 60 | robert alford | cb | southeastern louisiana row 3 : 4 | 127 | malliciah goodman | de | clemson row 4 : 4 | 133 | levine toilolo | te | stanford row 5 : 5 | 153 | stansly maponga | de | tcu row 6 : 7 | 243 | kemal ishmael | s | central florida row 7 : 7 | 244 | zeke motta | s | notre dame row 8 : 7 | 249 | sean renfree | qb | duke ] Execute this SQL based on the above table: select count ( * ) where position in ( 'de' , 'qb' )
3
[ header: make/model | series | model | year | notes row 1 : new flyer | 101-135 | d40lfr | 2010 | None row 2 : new flyer | 140-169 | d40lfr | 2011 | 140-143 145-153 155- row 3 : new flyer | 201-230 | d40lf | 2004 | 204 retired due to fire row 4 : new flyer | 231-260 | d40lf | 2005 | None row 5 : new flyer | 270-281 | d40lf | 2007 | None row 6 : mci | 301-334 | classic | 1988 | all retired row 7 : new flyer | 340-366 | d40 | 1992 | 365 remains, used only during rush hour row 8 : new flyer | 370-399 | d40 | 1994 | 370 371 372 373 374 row 9 : new flyer | 401-443 | d40lf | 1998 | all have been rebuilt row 10 : new flyer | 444-504 | d40lf | 1999 | all have been rebuilt row 11 : new flyer | 510-561 | d40lf | 2002 | being rebuilt 510 513 515 516 row 12 : new flyer | 570-599 | d40lf | 2003 | None row 13 : new flyer | 601-640 | d40lfr | 2011 | 601 603 605 wrap for r row 14 : new flyer | 671-699 | d40 | 1994 | 684 retired, used only during rush hour row 15 : new flyer | 701-733 | d40lfr | 2008 | None row 16 : new flyer | 735-799 | d40lfr | 2009 | None row 17 : new flyer | 800-829 | d40lfr | 2013 | 800-830 now inservice 822 had row 18 : new flyer | 901-910 | invero/d40i | 2004 | ex701-710 only used for rush hour row 19 : new flyer | 911-925 | d30lf | 1996 | all rebuild row 20 : new flyer | 930-949 | d30lf | 2001 | 931 rebuild row 21 : new flyer | 971-990 | d60lf | 2003 | ex octranspo most units are between row 22 : new flyer | 991-993 | d40lf | 1994 | all rebuilt, used only during rush hour ] Execute this SQL based on the above table: select make/model group by make/model order by count ( make/model ) limit 1
mci
[ header: place | nation | 5 hoops | 3 balls, 2 ribbons | total row 1 : 1 | bulgaria | 19.800 (1) | 19.800 (1) | 39.600 row 2 : 2 | spain | 19.700 (3) | 19.700 (2) | 39.400 row 3 : 3 | belarus | 19.733 (2) | 19.600 (3) | 39.333 row 4 : 4 | russia | 19.600 (4) | 19.566 (4) | 39.166 row 5 : 5 | ukraine | 19.366 (5) | 15.500 (5) | 38.866 row 6 : 6 | japan | 19.166 (6) | 19.333 (7) | 38.499 row 7 : 7 | italy | 19.066 (7) | 19.400 (6) | 38.466 row 8 : 8 | hungary | 18.766 (8) | 19.166 (8) | 37.932 ] Execute this SQL based on the above table: select nation where nation = 'italy' order by total limit 1
italy
[ header: year | seniors (trood award & rodda medal) | reserves (rex hartley medal) | under 18's (bruce wilkinson medal) | under 16's (shaw/carter medal) row 1 : 1954 | bob mason (sale) (20 | rex donnelly (moe) | None | None row 2 : 1955 | bob mason (sale) (2 | ron hayes (warragul) | None | None row 3 : 1956 | noel alford (traralgon) | "mossy" morgan (traf | None | None row 4 : 1957 | john nix (sale) | "mossy" morgan (traf | m.james (morwell) (19 | None row 5 : 1958 | lester ross (moe) | tom hart (sale) (33) | m.west (warragul) (1 | None row 6 : 1960 | steve szabo (morwell | allan rankin (trafalgar) (20 | g.townsend (st pat | None row 7 : 1961 | kevin coverdale (bairns | jack vinall (yallourn) | g.townsend (st pat | None row 8 : 1962 | ric belford (yallourn | tom o'callaghan (tra | t.hunter (traralgon) | None row 9 : 1963 | allan steele (moe) (18 | ron serong (warragul) | r.foster (st pat | west zone (under 18's) row 10 : 1964 | mike collins (yallour | max prendergast (bairns | j.barnett (sale) | b.pickering (trar. row 11 : 1965 | steve szabo (morwell | richard evans (maffr | j.barnett (sale) | p.lerstang (traragl row 12 : 1968 | les hawken (trafalgar) (3 | peter rodaughan (moe) | j.welsh (st pat | e.gray (trar. col row 13 : 1971 | terry benton (leongath | graeme anderson (heyfield) | i.stanley (traralgon) | p.shields (mo row 14 : 1972 | henro kornacki ( | barry taylor (yall | t.munro (traral | l.ponton (trar. row 15 : 1975 | john gallus (warragul) (2 | peter pacunskis (traral | p.boyce (moe) | None row 16 : 1978 | jeff mogel (morwell) (2 | john kimberley (yallour | w.mcinnes (yall | None row 17 : 1979 | jeff gieschen (maffr | allan light (warragul) (24) | a.morrison (warragul) | None row 18 : 1980 | ian salmon (leongatha | jeff swenson (new | r.copeland (morwell) | None ] Execute this SQL based on the above table: select ( select year where year = 1960 ) - ( select year where year = 1971 )
-11
[ header: season | age | overall | slalom | giant slalom | super g | downhill | combined row 1 : 1967 | 16 | 27 | 19 | None | not run | None | not awarded row 2 : 1968 | 17 | 12 | 11 | 8 | not run | None | not awarded row 3 : 1969 | 18 | 7 | 4 | 11 | not run | 5 | not awarded row 4 : 1970 | 19 | 11 | 8 | 10 | not run | 12 | not awarded row 5 : 1971 | 20 | 14 | 13 | 9 | not run | 15 | not awarded row 6 : 1972 | 21 | 6 | 4 | 7 | not run | 10 | not awarded row 7 : 1973 | 22 | 4 | 2 | 8 | not run | 9 | not awarded row 8 : 1974 | 23 | 7 | 2 | 13 | not run | 11 | not awarded row 9 : 1975 | 24 | 3 | 7 | 7 | not run | 6 | not awarded row 10 : 1976 | 25 | 1 | 1 | 3 | not run | 9 | 1 ] Execute this SQL based on the above table: select sum ( giant slalom ) where combined in ( 'not awarded' , 1 )
3.0
[ 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 avg ( time/retired ) where rider = 'jarno janssen'
1.0
[ header: place | code | area (km2) | population | most spoken language row 1 : beatrix mine | 40701 | 0.17 | 2492 | sotho row 2 : boipatong | 40702 | 0.31 | 1501 | sotho row 3 : brandfort | 40703 | 3.2 | 1516 | afrikaans row 4 : fora | 40704 | 0.05 | 530 | sotho row 5 : ikgomotseng | 40705 | 1.07 | 2254 | tswana row 6 : joel mine | 40706 | 0.11 | 728 | sotho row 7 : lusaka | 40707 | 1.4 | 6110 | sotho row 8 : majwemasweu | 40708 | 2.5 | 10328 | sotho row 9 : makeleketla | 40709 | 1.35 | 6629 | sotho row 10 : masilo | 40710 | 3.02 | 14903 | sotho row 11 : star diamond mine | 40712 | 0.11 | 212 | sotho row 12 : theunissen | 40713 | 15.11 | 1667 | afrikaans row 13 : tshepong | 40714 | 0.54 | 1710 | sotho row 14 : verkeerdevlei | 40715 | 1.22 | 151 | afrikaans row 15 : winburg | 40716 | 70.22 | 3371 | sotho row 16 : remainder of the municipality | 40711 | 6696.44 | 10304 | sotho ] Execute this SQL based on the above table: select place where population = 1710
tshepong
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 30 may 1928 | olympic stadium (amsterdam | mexico | 1-0 | 7-1 | 1928 summer olympics row 2 : 2 | 30 may 1928 | olympic stadium (amsterdam | mexico | 3-0 | 7-1 | 1928 summer olympics row 3 : 3 | 22 june 1930 | bologna, italy | italy | 1-0 | 3-2 | friendly row 4 : 4 | 22 june 1930 | bologna, italy | italy | 3-1 | 3-2 | friendly row 5 : 5 | 13 december 1931 | dublin, ireland | ireland | 3-0 | 5-0 | friendly row 6 : 6 | 13 december 1931 | dublin, ireland | ireland | 5-0 | 5-0 | friendly row 7 : 7 | 24 april 1932 | oviedo, spain | yugoslavia | 1-0 | 2-1 | friendly row 8 : 8 | 21 june 1933 | madrid, spain | bulgaria | 8-0 | 13-0 | friendly row 9 : 9 | 21 june 1933 | madrid, spain | bulgaria | 12-0 | 13-0 | friendly row 10 : 10 | 11 march 1934 | madrid, spain | portugal | 4-0 | 9-0 | 1934 world cup qualifier row 11 : 11 | 11 march 1934 | madrid, spain | portugal | 6-0 | 9-0 | 1934 world cup qualifier row 12 : 12 | 21 june 1934 | firenze, italy | italy | 1-0 | 1-1 | 1934 fifa world cup row 13 : 13 | 24 january 1935 | madrid, spain | bulgaria | 1-0 | 2-0 | friendly row 14 : 14 | 19 january 1936 | madrid, spain | austria | 2-4 | 4-5 | friendly row 15 : 15 | 19 january 1936 | madrid, spain | austria | 4-4 | 4-5 | friendly row 16 : 16 | 23 february 1936 | barcelona, spain | germany | 1-2 | 1-2 | friendly ] Execute this SQL based on the above table: select count ( * ) where # = 8
1
[ 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 count ( section )
12
[ 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 count ( network ) where role > 1408
19
[ header: | agglutination | synthesis | compounding | derivation | inflection | prefixing | suffixing row 1 : swahili | 0.67 | 2.56 | 1 | 0.03 | 0.31 | 0.45 | 0.16 row 2 : spoken turkish | 0.67 | 1.75 | 1.04 | 0.06 | 0.38 | 0 | 0.44 row 3 : written turkish | 0.6 | 2.33 | 1 | 0.11 | 0.43 | 0 | 0.54 row 4 : yakut | 0.51 | 2.17 | 1.02 | 0.16 | 0.38 | 0 | 0.53 row 5 : greek | 0.4 | 1.82 | 1.02 | 0.07 | 0.37 | 0.02 | 0.42 row 6 : english | 0.3 | 1.67 | 1 | 0.09 | 0.32 | 0.02 | 0.38 row 7 : eskimo | 0.03 | 3.7 | 1 | 0.34 | 0.47 | 0 | 0.73 ] Execute this SQL based on the above table: select where != 'yakut' and inflection = ( select inflection where = 'yakut' )
spoken turkish
[ header: # | title | date | director | story | synopsis | notes row 1 : 13 | sacre bleu cross | february 1, 1967 | gerry chiniquy | john w. dunn | when they go after hassan the ass | the commissioner does not appear row 2 : 14 | le quiet squad | may 17, 1967 | robert mckimson | jim ryan | the commissioner is overworked and needs absolute | sgt. deux-deux does row 3 : 15 | bomb voyage | may 22, 1967 | robert mckimson | tony benedict | the commissioner is kidnapped by alien | music score is set to ottorin row 4 : 16 | le pig-al patrol | may 24, 1967 | gerry chiniquy | jim ryan | the inspector is sent after biker pig al | sgt. deux-deux does row 5 : 17 | le bowser bagger | may 30, 1967 | gerry chiniquy | jim ryan | the inspector is given private bowser, | sgt. deux-deux does row 6 : 18 | le escape goat | june 29, 1967 | gerry chiniquy | jim ryan | after being fired for letting louie le | sgt. deux-deux does row 7 : 19 | le cop on le rocks | july 3, 1967 | george singer | jim ryan | the inspector is sent to prison having been mistaken | sgt. deux-deux and row 8 : 20 | crow de guerre | august 16, 1967 | gerry chiniquy | john w. dunn | the inspector is continually outwitted by a | sgt. deux-deux and row 9 : 21 | canadian can-can | september 20, 1967 | gerry chiniquy | john w. dunn | sent to canada on an exchange programme, the inspector | sgt. deux-deux does row 10 : 22 | tour de farce | october 25, 1967 | gerry chiniquy | jim ryan | through his own mistake, the inspector is strand | sgt. deux-deux and row 11 : 23 | the shooting of caribou lou | december 20, 1967 | gerry chiniquy | john w. dunn | on holiday in canada as a mountie | sgt. deux-deux and ] Execute this SQL based on the above table: select date where id = ( select id where date = 'september 20, 1967' ) + 1
october 25, 1967
[ header: code | county | former province | area (km2) | population census 2009 | capital row 1 : 1 | mombasa | coast | 212.5 | 939370 | mombasa (city) row 2 : 2 | kwale | coast | 8270.3 | 649931 | kwale row 3 : 3 | kilifi | coast | 12245.9 | 1109735 | kilifi row 4 : 4 | tana river | coast | 35375.8 | 240075 | hola row 5 : 5 | lamu | coast | 6497.7 | 101539 | lamu row 6 : 6 | taita-tavet | coast | 17083.9 | 284657 | voi row 7 : None | totals | None | 79686.1 | 3325307 | None ] Execute this SQL based on the above table: select county order by area (km2) desc limit 1
totals
[ header: pos | no | rider | bike | laps | time | grid | points row 1 : 2 | 38 | bradley smith | aprilia | 22 | 4.638 | 3 | 20 row 2 : 3 | 44 | pol espargaro | derbi | 22 | 4.996 | 2 | 16 row 3 : 4 | 11 | sandro cortese | derbi | 22 | 45.366 | 5 | 13 row 4 : 5 | 7 | efren vazquez | derbi | 22 | 45.433 | 8 | 11 row 5 : 6 | 71 | tomoyoshi koyama | aprilia | 22 | 49.685 | 6 | 10 row 6 : 7 | 35 | randy krummenacher | aprilia | 22 | 49.735 | 14 | 9 row 7 : 8 | 14 | johann zarco | aprilia | 22 | 49.743 | 10 | 8 row 8 : 9 | 94 | jonas folger | aprilia | 22 | 49.775 | 12 | 7 row 9 : 10 | 99 | danny webb | aprilia | 22 | 53.115 | 16 | 6 row 10 : 11 | 26 | adrian martin | aprilia | 22 | 58.669 | 19 | 5 row 11 : 12 | 15 | simone grotzkyj | aprilia | 22 | 58.8 | 11 | 4 row 12 : 13 | 23 | alberto moncayo | aprilia | 22 | +1:02.050 | 13 | 3 row 13 : 14 | 78 | marcel schrotter | honda | 22 | +1:15.497 | 23 | 2 row 14 : 15 | 63 | zulfahmi khai | aprilia | 22 | +1:16.029 | 18 | 1 row 15 : 19 | 58 | joan perello | honda | 22 | +1:36.223 | 26 | None row 16 : 20 | 60 | michael van der mark | lambretta | 22 | +1:36.340 | 27 | None row 17 : 21 | 59 | johnny rosell | honda | 22 | +1:43.804 | 22 | None row 18 : 22 | 72 | marco ravaioli | lambretta | 22 | +1:55.331 | 30 | None row 19 : 23 | 56 | peter sebestyen | aprilia | 21 | +1 lap | 32 | None row 20 : ret | 40 | nicolas terol | aprilia | 21 | accident | 4 | None row 21 : ret | 39 | luis salom | aprilia | 14 | retirement | 15 | None row 22 : ret | 17 | eduard lopez | aprilia | 11 | retirement | 31 | None row 23 : ret | 55 | isaac vinales | aprilia | 10 | accident | 21 | None row 24 : ret | 50 | sturla fagerhaug | aprilia | 7 | accident | 17 | None row 25 : ret | 12 | esteve rabat | aprilia | 0 | accident | 7 | None row 26 : ret | 53 | jasper iwema | aprilia | 0 | accident | 20 | None row 27 : dns | 32 | lorenzo savadori | aprilia | None | did not start | 29 | None ] Execute this SQL based on the above table: select bike order by rider desc limit 1
aprilia
[ header: year | competition | venue | position | event | notes row 1 : 2002 | world junior championships | kingston, jamaica | 17th (q) | shot put (6 kg) | 17.77 m row 2 : 2003 | european junior championships | tampere, finland | 2nd | shot put (6 kg) | 20.10 m row 3 : 2005 | european u23 championships | erfurt, germany | 1st | shot put | 20.44 m row 4 : 2005 | world championships | helsinki, finland | 15th (q) | shot put | 19.56 m row 5 : 2005 | universiade | izmir, turkey | 3rd | shot put | 19.40 m row 6 : 2006 | world indoor championships | moscow, russia | 8th | shot put | 19.93 m row 7 : 2006 | european championships | gothenburg, sweden | 11th | shot put | 19.44 m row 8 : 2007 | european indoor championships | birmingham, united kingdom | 11th (q) | shot put | 19.12 m row 9 : 2007 | world championships | osaka, japan | 13th (q) | shot put | 19.91 m row 10 : 2008 | olympic games | beijing, china | 18th (q) | shot put | 19.87 m row 11 : 2009 | european indoor championships | turin, italy | 4th | shot put | 20.14 m ] Execute this SQL based on the above table: select sum ( notes )
215.68
[ header: group | members | caucusing | total row 1 : socialist group | 242 | 8 | 250 row 2 : rpr group | 136 | 6 | 140 row 3 : udf group | 107 | 6 | 113 row 4 : communist group | 34 | 2 | 36 row 5 : radical, citizen and green | 33 | 0 | 33 row 6 : non-inscrits | 5 | 0 | 5 row 7 : total | 555 | 22 | 577 ] Execute this SQL based on the above table: select count ( group ) where members >= 136 and members <= 34
0
[ header: governorate | percentage | seats won | total seats row 1 : al-anbar | None | 0 | 29 row 2 : babil | 8.2% | 5 | 30 row 3 : baghdad | 5.4% | 3 | 57 row 4 : basra | 11.6% | 5 | 35 row 5 : dhi qar | 11.1% | 5 | 31 row 6 : diyala | None | 0 | 29 row 7 : karbala | 6.4% | 4 | 27 row 8 : maysan | 15.2% | 7 | 27 row 9 : al-muthanna | 9.3% | 5 | 26 row 10 : najaf | 14.8% | 7 | 28 row 11 : ninawa | 1.9% | 0 | 37 row 12 : al-qadisiyyah | 11.7% | 4 | 28 row 13 : salah ad-din | 2.9% | 1 | 28 row 14 : wassit | 10.0% | 6 | 28 row 15 : total | 6.6% | 52 | 440 ] Execute this SQL based on the above table: select percentage order by total seats limit 1
9.3%
[ header: rank | lane | name | nationality | time | notes row 1 : None | 5 | ryan lochte | united states | 1:53.94 | wr row 2 : None | 4 | aaron peirsol | united states | 1:54.33 | None row 3 : None | 8 | arkady vyatchan | russia | 1:54.93 | eu row 4 : 4 | 3 | markus rogan | austria | 1:55.49 | nr row 5 : 5 | 6 | ryosuke irie | japan | 1:55.72 | None row 6 : 6 | 1 | hayden stoeckel | australia | 1:56.39 | oc row 7 : 7 | 2 | razvan florea | romania | 1:56.52 | None row 8 : 8 | 7 | gregor tait | great britain | 1:57.00 | None ] Execute this SQL based on the above table: select time where name = 'hayden stoeckel'
1
[ header: rank | lane | athlete | time row 1 : None | 5 | olga teresh | 51.86 row 2 : None | 6 | manjeet kaur (ind) | 52.17 row 3 : None | 3 | asami tanno (jpn) | 53.04 row 4 : 4 | 4 | pinki pramanik (ind) | 53.06 row 5 : 5 | 1 | tang xiaoyin (chn | 53.66 row 6 : 6 | 8 | marina maslyonko (kaz | 53.99 row 7 : 7 | 7 | mayu kida (jpn) | 54.27 row 8 : 8 | 2 | chandrika subashini ( | 56.57 ] Execute this SQL based on the above table: select count ( athlete )
8
[ header: title | year | language | role | notes row 1 : shakti | 1982 | hindi | None | credited as "murliss" row 2 : maqbool | 2003 | hindi | devsare | None row 3 : market | 2003 | hindi | None | None row 4 : main hoon na | 2004 | hindi | khan | None row 5 : masti: sanam teri | 2004 | hindi | eunuch at band stand | None row 6 : mangal pandey: the rising | 2005 | hindi | sheikh paltu | None row 7 : apaharan | 2005 | hindi | muralidhar | None row 8 : chocolate | 2005 | hindi | None | None row 9 : teesri aank | 2006 | hindi | dinesh | None row 10 : rockin' meera | 2006 | None | prem | None row 11 : fight club - members only | 2006 | hindi | None | None row 12 : buddha mar gaya | 2006 | hindi | rohan alexander | None row 13 : dhol | 2007 | hindi | zicomo | None row 14 : athidi | 2007 | telugu | kaiser/ajay sastr | None row 15 : eik dasttak | 2007 | None | None | None row 16 : black friday | 2004 | hindi | None | None row 17 : laaga chunari mein daag | 2007 | hindi | None | None row 18 : one two three | 2008 | hindi | mm munde | None row 19 : jaane tu... ya | 2008 | hindi | inspector (special appearance) | None row 20 : mere khwabon mein jo | 2009 | None | None | None row 21 : chal chala chal | 2009 | hindi | gajendra singh | None row 22 : 13b: fear has a new address | 2009 | tamil/hindi | inspector shiva | None row 23 : saluun | 2009 | None | sipahi ji | None row 24 : rokkkit | 2010 | None | None | None row 25 : lamhaa | 2010 | hindi | news reporter | None row 26 : dabangg | 2010 | hindi | None | None row 27 : tees maar khan | 2010 | hindi | agent-mukherjee | None row 28 : oosaravelli | 2011 | telugu | chota gangleader | None row 29 : singham | 2011 | hindi | sp | None row 30 : chatur singh two star | 2011 | hindi | None | None row 31 : aalaap | 2012 | hindi | naxalite | None row 32 : jeena hai toh thok | 2012 | hindi | hanumant singh | None row 33 : chakravyuh | 2012 | hindi | None | None row 34 : krishnam vande jaga | 2012 | telugu | chakravarthi | None row 35 : karma yodha | 2012 | malayalam | None | None row 36 : hungame pe hungama | 2013 | hindi | None | None row 37 : platform no. 6 | 2013 | telugu | None | None row 38 : pattathu yaana | 2013 | tamil | marudhamuthu | None row 39 : zindagi 50-50 | 2013 | hindi | None | None row 40 : yevadu | 2013 | telugu | durani | None row 41 : karmachari | 2013 | telugu | None | None ] Execute this SQL based on the above table: select count ( * ) where title = 'zindagi 50-50'
1
[ header: year | competition | venue | position | event | notes row 1 : 1990 | central american and caribbean games | mexico city, mexico | 1st | 3000 m s'chase | None row 2 : 1991 | pan american games | havana city, cuba | 6th | 3000 m s'chase | None row 3 : 1992 | olympic games | barcelona, spain | 6th | 10,000 m | None row 4 : 1993 | world championships | stuttgart, germany | 9th | 10,000 m | None row 5 : 1994 | world half marathon championships | oslo, norway | 2nd | half marathon | 1:00:28 pb row 6 : 1994 | new york city marathon | new york city, united states | 1st | marathon | None row 7 : 1994 | london marathon | london, england | 3rd | marathon | None row 8 : 1995 | world championships | gothenburg, sweden | 13th | 10,000 m | None row 9 : 1995 | new york city marathon | new york city, united states | 1st | marathon | None row 10 : 1996 | olympic games | atlanta, united states | 6th | marathon | None row 11 : 1997 | new york city marathon | new york city, united states | 5th | marathon | None row 12 : 1997 | boston marathon | boston, united states | 4th | marathon | None ] Execute this SQL based on the above table: select count ( * ) where position = '5th'
1
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | united states (usa) | 5 | 0 | 0 | 5 row 2 : 2 | italy (ita) | 1 | 1 | 1 | 3 row 3 : 3 | poland (pol) | 1 | 1 | 0 | 2 row 4 : 4 | finland (fin) | 1 | 0 | 4 | 5 row 5 : 5 | czechoslovakia (t | 1 | 0 | 0 | 1 row 6 : 5 | hungary (hun) | 1 | 0 | 0 | 1 row 7 : 7 | soviet union (urs) | 0 | 2 | 4 | 6 row 8 : 8 | south africa (rsa) | 0 | 1 | 3 | 4 row 9 : 9 | argentina (arg) | 0 | 1 | 1 | 2 row 10 : 9 | germany (ger) | 0 | 1 | 1 | 2 row 11 : 9 | romania (rou) | 0 | 1 | 1 | 2 row 12 : 9 | sweden (swe) | 0 | 1 | 1 | 2 row 13 : 13 | ireland (irl) | 0 | 1 | 0 | 1 row 14 : 14 | bulgaria (bul) | 0 | 0 | 1 | 1 row 15 : 14 | denmark (den) | 0 | 0 | 1 | 1 row 16 : 14 | france (fra) | 0 | 0 | 1 | 1 row 17 : 14 | south korea (kor) | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select nation where rank = 1 and nation != 'germany (ger)'
united states (usa)
[ header: week | date | opponent | result | attendance row 1 : 1 | september 15, 1968 | at green bay packers | l 30-13 | 50,861 row 2 : 2 | september 22, 1968 | new york giants | l 34-25 | 60,858 row 3 : 3 | september 29, 1968 | dallas cowboys | l 45-13 | 60,858 row 4 : 4 | october 6, 1968 | at washington redskins | l 17-14 | 50,816 row 5 : 5 | october 13, 1968 | at dallas cowboys | l 34-14 | 72,083 row 6 : 6 | october 20, 1968 | chicago bears | l 29-16 | 60,858 row 7 : 7 | october 27, 1968 | at pittsburgh steelers | l 6-3 | 26,908 row 8 : 8 | november 3, 1968 | st. louis cardinals | l 45-17 | 59,208 row 9 : 9 | november 10, 1968 | washington redskins | l 16-10 | 59,133 row 10 : 10 | november 17, 1968 | at new york giants | l 7-6 | 62,896 row 11 : 11 | november 24, 1968 | at cleveland browns | l 47-13 | 62,338 row 12 : 12 | november 28, 1968 | at detroit lions | w 12-0 | 47,909 row 13 : 13 | december 8, 1968 | new orleans saints | w 29-17 | 57,128 row 14 : 14 | december 15, 1968 | minnesota vikings | l 24-17 | 54,530 ] Execute this SQL based on the above table: select opponent where opponent in ( 'at new york giants' , 'at dallas cowboys' ) order by week desc limit 1
at new york giants
[ header: main author | no. of patients | duration of follow-up years | linearized rate of infection | actuarial freedom from infective endocarditis row 1 : pavie | 675 | 5 | None | 98.2% for all patients, 97 row 2 : duncan (a) | 2720 | 6 | None | 97.3% for all patients, 97 row 3 : ionescu (b) | 1171 | 10 | None | 93.7% for all patients, 94 row 4 : zhu | 520 | 10 | None | 98% for all patients row 5 : revuelta | 239 | 8 | 0.67% per patient year | None row 6 : garcia-bengochea | 248 | 8 | 0.78% per patient year | None row 7 : holden (c) | 290 | 6 | 1.1% per patient year | None row 8 : bachet (d) | 224 | 6 | 1.6% per patient year | None ] Execute this SQL based on the above table: select linearized rate of infection where id = ( select id where linearized rate of infection = '0.78% per patient year' ) - 1
0.67% per patient year
[ header: season | level | division | section | position | movements row 1 : 1999 | tier 5 | division 4 | gotland | 6th | varserier (spring series) row 2 : None | tier 5 | division 4 | gotland | 5th | hostserier (autumn series) row 3 : 2000 | tier 5 | division 4 | gotland | 2nd | varserier (spring series) row 4 : None | tier 5 | division 4 | uppland/gotland host | 10th | hostserier (autumn series) row 5 : 2001 | tier 5 | division 4 | gotland | 4th | varserier (spring series) row 6 : None | tier 5 | division 4 | gotland | 4th | slutspel a ( row 7 : 2002 | tier 5 | division 4 | gotland | 3rd | promotion playoffs row 8 : 2003 | tier 5 | division 4 | gotland | 6th | None row 9 : 2004 | tier 5 | division 4 | gotland | 4th | None row 10 : 2005 | tier 5 | division 4 | gotland | 1st | None row 11 : 2006 | tier 5 | division 3 | ostra svealand | 12th | relegated row 12 : 2007 | tier 6 | division 4 | gotland | 2nd | None row 13 : 2008 | tier 6 | division 4 | gotland | 3rd | None row 14 : 2009 | tier 6 | division 4 | gotland | 7th | None row 15 : 2010 | tier 6 | division 4 | gotland | 2nd | None row 16 : 2011 | tier 6 | division 4 | gotland | 4th | None ] Execute this SQL based on the above table: select count ( * ) where position = '3rd'
2
[ header: year | entrant | chassis | engine | tyres | drivers | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | points | wcc row 1 : 1998 | mild seven benetton | benetton b198 | gc37-01 v10 | b | None | aus | bra | arg | smr | esp | mon | can | fra | gbr | aut | ger | hun | bel | ita | lux | jpn | None | 33 | 5th row 2 : 1998 | mild seven benetton | benetton b198 | gc37-01 v10 | b | giancarlo fisichella | ret | 6 | 7 | ret | ret | 2 | 2 | 9 | 5 | ret | 7 | 8 | ret | 8 | 6 | 8 | None | 33 | 5th row 3 : 1998 | mild seven benetton | benetton b198 | gc37-01 v10 | b | alexander wurz | 7 | 4 | 4 | ret | 4 | ret | 4 | 5 | 4 | 9 | 11 | 16 | ret | ret | 7 | 9 | None | 33 | 5th row 4 : 1999 | mild seven benetton | benetton b199 | fb01 v10 | b | None | aus | bra | smr | mon | esp | can | fra | gbr | aut | ger | hun | bel | ita | eur | mal | jpn | None | 16 | 6th row 5 : 1999 | mild seven benetton | benetton b199 | fb01 v10 | b | giancarlo fisichella | 4 | ret | 5 | 5 | 9 | 2 | ret | 7 | 12 | ret | ret | 11 | ret | ret | 11 | 14 | None | 16 | 6th row 6 : 1999 | mild seven benetton | benetton b199 | fb01 v10 | b | alexander wurz | ret | 7 | ret | 6 | 10 | ret | ret | 10 | 5 | 7 | 7 | 14 | ret | ret | 8 | 10 | None | 16 | 6th row 7 : 2000 | mild seven benetton | benetton b200 | fb02 v10 | b | None | aus | bra | smr | gbr | esp | eur | mon | can | fra | aut | ger | hun | bel | ita | usa | jpn | mal | 20 | 4th row 8 : 2000 | mild seven benetton | benetton b200 | fb02 v10 | b | giancarlo fisichella | 5 | 2 | 11 | 7 | 9 | 5 | 3 | 3 | 9 | ret | ret | ret | ret | 11 | ret | 14 | 9 | 20 | 4th row 9 : 2000 | mild seven benetton | benetton b200 | fb02 v10 | b | alexander wurz | 7 | ret | 9 | 9 | 10 | 12 | ret | 9 | ret | 10 | ret | 11 | 13 | 5 | 10 | ret | 7 | 20 | 4th ] Execute this SQL based on the above table: select 15 where drivers = 'giancarlo fisichella'
6, 11, ret
[ header: call sign | frequency | city of license | licensee | format row 1 : kmsa | 91.3 fm | grand junction | colorado mesa university | aaa row 2 : kmgj | 93.1 fm | grand junction | mbc grand broadcasting, inc | top 40 (chr)/contempor row 3 : kkvt | 100.7 fm | grand junction | mbc grand broadcasting, inc | country row 4 : klfv | 90.3 fm | grand junction | educational media foundation | christian contemporary row 5 : kmoz-fm | 92.3 fm | grand junction | mbc grand broadcasting, inc | adult hits row 6 : kgjn-lp | 106.7 fm | grand junction | colorado, state of, telecom | news talk information row 7 : kjol | 620 am | grand junction | united ministries | christian contemporary row 8 : kcic | 88.5 fm | grand junction | pear park baptist schools | religious row 9 : kbkl | 107.9 fm | grand junction | townsquare media group | oldies row 10 : kafm | 88.1 fm | grand junction | grand valley public radio co, inc | variety row 11 : kexo | 1230 am | grand junction | townsquare media group | regional mexican/talk row 12 : knzz | 1100 am | grand junction | mbc grand broadcasting, inc | news/talk row 13 : kmxy | 104.3 fm | grand junction | townsquare media group | hot adult contemporary row 14 : kprn | 89.5 fm | grand junction | public broadcasting of colorado, in | public/news/talk row 15 : ktmm | 1340 am | grand junction | mbc grand broadcasting, inc | sports/talk row 16 : kaai | 98.5 fm | palisade, colorado | educational media foundation | christian rock row 17 : kmzk (fm) | 106.9 fm | clifton | charles d. hall | None row 18 : kekb | 99.9 fm | fruita | townsquare media group | country row 19 : krzx | 106.1 fm | redlands | cochise media licenses llc | None row 20 : kzks | 105.3 fm | rifle, colorado | western slope communications | classic hits row 21 : knoz | 97.7 fm | orchard mesa | paul varecha | all-news radio row 22 : ktun | 93.5 fm | new castle, colorado | wildcat communications | spanish hits row 23 : kknn | 95.1 fm | delta, colorado | townsquare media group | active rock row 24 : kstr-fm | 96.1 fm | montrose, colorado | mbc grand broadcasting | classic rock row 25 : kubc | 580 am | montrose, colorado | cherry creek radio | news/talk ] Execute this SQL based on the above table: select licensee where frequency > 391
united ministries, townsquare media group, mbc grand broadcasting, inc, mbc grand broadcasting, inc, cherry creek radio
[ 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 year where winner = 'thomas e. martin'
1938, 1940, 1946, 1948, 1950
[ header: pos | driver | entrant | constructor | time/retired | grid row 1 : 1 | jim clark | team lotus | lotus-climax | 2.02:58.6 | 1 row 2 : 2 | richie ginther | owen racing organisation | brm | + 22.6 s | 3 row 3 : 3 | graham hill | owen racing organisation | brm | + 28.2 s | 2 row 4 : 4 | jack brabham | brabham racing organisation | brabham-climax | + 52.0 s | 11 row 5 : 5 | tony maggs | cooper car company | cooper-climax | 72 laps | 6 row 6 : 6 | bruce mclaren | cooper | cooper-climax | 72 laps | 7 row 7 : 7 | mike hailwood | reg parnell (racing) | lola-climax | 70 laps | 9 row 8 : 8 | ian burgess | scirocco-powell (racing | scirocco-brm | 69 laps | 18 row 9 : 9 | peter revson | reg parnell (racing) | lotus-brm | 69 laps | 15 row 10 : 10 | carel godin de beaufort | ecurie maarsbergen | porsche | 67 laps | 20 row 11 : 11 | jo siffert | siffert racing team | lotus-brm | engine (66 laps) | 12 row 12 : 12 | andre pilette | andre pilette | lotus-climax | 63 laps | 21 row 13 : 13 | innes ireland | british racing partnership | lotus-brm | oil pressure (56 laps) | 5 row 14 : 14 | bernard collomb | bernard collomb | lotus-climax | oil pressure (46 laps) | 19 row 15 : ret | ian raby | ian raby (racing) | gilby-brm | ignition | 13 row 16 : ret | dan gurney | brabham racing organisation | brabham-climax | oil leak | 16 row 17 : ret | mike beckwith | british racing partnership | lotus-brm | accident | 17 row 18 : ret | masten gregory | tim parnell | lotus-brm | cam follower | 14 row 19 : ret | trevor taylor | team lotus | lotus-climax | crownwheel & pinion | 4 row 20 : ret | jo bonnier | rob walker racing team | cooper-climax | oil pressure | 8 row 21 : ret | tony settember | scirocco-powell (racing | scirocco-brm | valve gear | 22 row 22 : ret | bob anderson | dw racing enterprises | lola-climax | gearbox | 10 row 23 : wd | peter arundell | team lotus | lotus-climax | car not ready | None ] Execute this SQL based on the above table: select grid order by driver asc limit 1
21
[ header: rd. | grand prix | date | location | pole position | fastest lap | winning driver | constructor | report row 1 : 1 | brazilian grand prix | 26 march | jacarepagua | ayrton senna | riccardo patrese | nigel mansell | ferrari | report row 2 : 2 | san marino grand prix | 23 april | imola | ayrton senna | alain prost | ayrton senna | mclaren-honda | report row 3 : 3 | monaco grand prix | 7 may | monaco | ayrton senna | alain prost | ayrton senna | mclaren-honda | report row 4 : 4 | mexican grand prix | 28 may | hermanos rodriguez | ayrton senna | nigel mansell | ayrton senna | mclaren-honda | report row 5 : 5 | united states grand prix | 4 june | phoenix | ayrton senna | ayrton senna | alain prost | mclaren-honda | report row 6 : 6 | canadian grand prix | 18 june | circuit gilles villeneuve | alain prost | jonathan palmer | thierry boutsen | williams-renault | report row 7 : 7 | french grand prix | 9 july | paul ricard | alain prost | mauricio gugelmin | alain prost | mclaren-honda | report row 8 : 8 | british grand prix | 16 july | silverstone | ayrton senna | nigel mansell | alain prost | mclaren-honda | report row 9 : 9 | german grand prix | 30 july | hockenheimring | ayrton senna | ayrton senna | ayrton senna | mclaren-honda | report row 10 : 10 | hungarian grand prix | 13 august | hungaroring | riccardo patrese | nigel mansell | nigel mansell | ferrari | report row 11 : 11 | belgian grand prix | 27 august | spa-francorchamps | ayrton senna | alain prost | ayrton senna | mclaren-honda | report row 12 : 12 | italian grand prix | 10 september | monza | ayrton senna | alain prost | alain prost | mclaren-honda | report row 13 : 13 | portuguese grand prix | 24 september | estoril | ayrton senna | gerhard berger | gerhard berger | ferrari | report row 14 : 14 | spanish grand prix | 1 october | jerez | ayrton senna | ayrton senna | ayrton senna | mclaren-honda | report row 15 : 15 | japanese grand prix | 22 october | suzuka | ayrton senna | alain prost | alessandro nannini | benetton-ford | report row 16 : 16 | australian grand prix | 5 november | adelaide | ayrton senna | satoru nakajima | thierry boutsen | williams-renault | report ] Execute this SQL based on the above table: select grand prix where rd. = 15 and location = 'suzuka'
japanese grand prix
[ header: no. | player | position | career | date no. retired row 1 : 1 | eddie giacomin | g | 1965-76 | march 15, 1989 row 2 : 2 | brian leetch | d | 1987-2004 | january 24, 2008 row 3 : 3 | harry howell | d | 1952-69 | february 22, 2009 row 4 : 7 | rod gilbert | rw | 1960-78 | october 14, 1979 row 5 : 9 | andy bathgate | c | 1954-64 | february 22, 2009 row 6 : 9 | adam graves | lw | 1991-2001 | february 3, 2009 row 7 : 11 | mark messier | c | 1991-97, 2000-04 | january 12, 2006 row 8 : 35 | mike richter | g | 1990-2003 | february 4, 2004 row 9 : 99 | wayne gretzky | c | 1996-99 | february 6, 2000 ] Execute this SQL based on the above table: select count ( position ) where no. = 274
0
[ header: seat | state | majority | member | party row 1 : hinkler | qld | 0 | paul neville | npa row 2 : solomon | nt | 0.1 | dave tollner | lib row 3 : adelaide | sa | 0.2 | hon trish worth | lib row 4 : canning | wa | 0.4 | don randall | lib row 5 : dobell | nsw | 0.4 | ken ticehurst | lib row 6 : parramatta | nsw | 1.1 | ross cameron | lib row 7 : mcewen | vic | 1.2 | fran bailey | lib row 8 : paterson | nsw | 1.4 | bob baldwin | lib row 9 : herbert | qld | 1.6 | peter lindsay | lib row 10 : richmond | nsw | 1.6 | hon larry anthony | npa row 11 : deakin | vic | 1.7 | philip barresi | lib row 12 : eden-monaro | nsw | 1.7 | gary nairn | lib row 13 : hindmarsh | sa | 1.9 | hon christine gallus | lib ] Execute this SQL based on the above table: select state where state in ( 'sa' , 'vic' ) order by majority desc limit 1
sa
[ header: no. | constituency | created | seats | change row 1 : 1 | carlow-kilkenny | 1948 | 5 | None row 2 : 2 | cavan-monaghan | 1977 | 5 | None row 3 : 3 | clare | 1921 | 4 | None row 4 : 4 | cork east | 1981 | 4 | None row 5 : 5 | cork north-central | 1981 | 4 | -1 row 6 : 6 | cork north-west | 1981 | 3 | None row 7 : 7 | cork south-central | 1981 | 5 | None row 8 : 8 | cork south-west | 1961 | 3 | None row 9 : 9 | donegal north-east | 1981 | 3 | None row 10 : 10 | donegal south-west | 1981 | 3 | None row 11 : 11 | dublin central | 1981 | 4 | None row 12 : 12 | dublin mid-west | 2002 | 4 | -1 row 13 : 13 | dublin north | 1981 | 4 | None row 14 : 14 | dublin north-central | 1948 | 3 | 1 row 15 : 15 | dublin north-east | 1981 | 3 | None row 16 : 16 | dublin north-west | 1981 | 3 | None row 17 : 17 | dublin south | 1981 | 5 | None row 18 : 18 | dublin south-central | 1948 | 5 | None row 19 : 19 | dublin south-east | 1948 | 4 | None row 20 : 20 | dublin south-west | 1981 | 4 | None row 21 : 21 | dublin west | 1981 | 3 | None row 22 : 22 | dun laoghaire | 1977 | 5 | None row 23 : 23 | galway east | 1977 | 4 | None row 24 : 24 | galway west | 1937 | 5 | None row 25 : 25 | kerry north | 1969 | 3 | None row 26 : 26 | kerry south | 1937 | 3 | None row 27 : 27 | kildare north | 1997 | 4 | 1 row 28 : 28 | kildare south | 1997 | 3 | None row 29 : 29 | laois-offaly | 2007 | 5 | 5 row 30 : 30 | limerick east | 1948 | 5 | None row 31 : 31 | limerick west | 1948 | 3 | None row 32 : 32 | longford-westmeath | 2007 | 4 | 4 row 33 : 33 | louth | 1923 | 4 | None row 34 : 34 | mayo | 1997 | 5 | None row 35 : 35 | meath east | 2007 | 3 | 3 row 36 : 36 | meath west | 2007 | 3 | 3 row 37 : 37 | roscommon-south leit | 2007 | 3 | 3 row 38 : 38 | sligo-north leit | 2007 | 3 | 3 row 39 : 39 | tipperary north | 1948 | 3 | None row 40 : 40 | tipperary south | 1948 | 3 | None row 41 : 41 | waterford | 1923 | 4 | None row 42 : 42 | wexford | 1921 | 5 | None row 43 : 43 | wicklow | 1923 | 5 | None ] Execute this SQL based on the above table: select constituency where constituency != 'dublin south-east' and created = ( select created where constituency = 'dublin south-east' )
carlow-kilkenny, dublin north-central, dublin south-central, limerick east, limerick west, tipperary north, tipperary south
[ header: name | population (2002 census) | population (2007 estimation) | population (2011 census) | area (km2) | density (pop/km2) row 1 : brasov | 283901 | 277945 | 253200 | 267.32 | 1204 row 2 : codlea | 24256 | 24550 | 21708 | 132.79 | 182 row 3 : sacele | 30044 | 31796 | 30798 | 320 | 93 row 4 : ghimbav | 5100 | 5357 | 4698 | 28.08 | 181.62 row 5 : predeal | 5625 | 5174 | 4755 | 58.4 | 96.14 row 6 : rasnov | 15436 | 16055 | 15022 | 164.36 | 94 row 7 : cristian | 3952 | 4300 | 4490 | 27.73 | 142.51 row 8 : sanpetru | 3401 | 3759 | 4819 | 30.74 | 110.63 row 9 : halchiu | 4072 | 4560 | 4218 | 56.67 | 71.85 row 10 : tarlungeni | 7413 | 7996 | 8320 | 135.66 | 54.65 row 11 : prejmer | 8323 | 8876 | 8472 | 60.48 | 137.61 row 12 : harman | 4437 | 4775 | 5402 | 52.79 | 84.05 row 13 : bod | 3942 | 4173 | 3994 | 33.56 | 117.46 row 14 : total | 399902 | 399316 | 369896 | 1368.58 | 270 ] Execute this SQL based on the above table: select population (2002 census) where area (km2) = '1368.58'
399902.0
[ header: name | pennant | builder | launched | original name | fate row 1 : wave baron | a242 | furness shipbuilding company | 19 february 1946 | empire flodden | scrapped in 1972 row 2 : wave chief | a265 | harland and wolff | 30 august 1946 | empire edgehill | scrapped in 1974 row 3 : wave commander | a244 | furness shipbuilding company | 21 april 1944 | empire paladin | scrapped in 1959 row 4 : wave conqueror | a245 | furness shipbuilding company | 27 november 1943 | empire law | scrapped in 1960 row 5 : wave duke | a246 | sir j. laing & son | 16 november 1944 | empire mars | scrapped in 1969 row 6 : wave emperor | a100 | furness shipbuilding company | 16 october 1944 | None | scrapped in 1966 row 7 : wave governor | a247 | furness shipbuilding company | 30 november 1944 | None | scrapped in 1960 row 8 : wave king | a182 | harland and wolff | 21 july 1944 | None | scrapped in 1966 row 9 : wave knight | a249 | sir j. laing & son | 22 october 1945 | empire naseby | scrapped in 1964 row 10 : wave laird | a119 | sir j. laing & son | 3 april 1946 | empire dunbar | scrapped in 1970 row 11 : wave liberator | a248 | furness shipbuilding company | 9 february 1944 | empire milner | scrapped in 1959 row 12 : wave master | a193 | sir j. laing & son | 20 may 1944 | empire salisbury | scrapped in 1963 row 13 : wave monarch | a264 | harland and wolff | 6 july 1944 | None | sold as oil hulk in 1960 row 14 : wave premier | a129 | furness shipbuilding company | 27 june 1946 | None | scrapped in 1960 row 15 : wave prince | a207 | sir j. laing & son | 27 july 1945 | empire herald | scrapped in 1971 row 16 : wave protector | a215 | furness shipbuilding company | 20 july 1944 | empire protector | scrapped in 1963 row 17 : wave regent | a210 | furness shipbuilding company | 29 march 1945 | None | scrapped in 1960 row 18 : wave ruler | a212 | furness shipbuilding company | 17 january 1946 | empire evesham | scrapped in 1977 row 19 : wave sovereign | a211 | furness shipbuilding company | 20 november 1945 | None | scrapped in 1966 row 20 : wave victor | a220 | furness shipbuilding company | 30 september 1943 | empire bounty | chartered to air ministry in 1960 ] Execute this SQL based on the above table: select original name order by id desc limit 1
empire bounty
[ header: component | model 01 | model 01+ | model 02 | model e2 | model 2+ (pre-production) | model 03 (china copy) row 1 : cpu | transmeta crusoe 1 g | transmeta crusoe 1 g | via c7m ulv 1.6 | via c7m ulv 1.6 | intel atom z540 1.86 | intel atom z550 1.2 row 2 : ram | 256mb ddr | 512mb ddr | 1gb ddr2 | 1gb ddr2 | 2gb ddr2 | 2gb ddr2 row 3 : hard drive | 20gb hdd | 30gb hdd | 120gb hdd or 64g | 120gb hdd or 64g | 120gb hdd or 64g | 120gb hdd or 64g row 4 : display | 5" transflective 800x480 l | 5" transflective 800x480 l | 5" 800x480 lcd | 5" 800x480 lcd | 5" active matrix 800x480 oled | 4.8" active matrix 1024x600 row 5 : usb | 1.1 | 2 | 2 | 2 | 2 | 2 row 6 : wi-fi | 802.11b | 802.11b | 802.11a/b/g | 802.11a/b/g | 802.11a/b/g | 802.11a/b/g/n row 7 : wwan | None | None | evdo from sprint or veri | hsdpa | ev-do and hspa | hsdpa 3g row 8 : bluetooth | 1.1 | 1.1 | 2 | 2 | 2 | 2.1 row 9 : wacom | yes | yes (improved accuracy) | yes | yes | yes | None row 10 : gpu | silicon motion lynx 3dm | silicon motion lynx 3dm | via vx700 | via vx700 | intel gma500 | intel gma500 row 11 : removable battery | 4,000 mah or 8,000 mah | 4,000 mah or 8,000 mah | 4,500 mah or 9,000 mah | 4,500 mah or 9,000 mah | 4,500 mah or 9,000 mah | 4,500 mah or 9,000 mah row 12 : battery type | lithium polymer | lithium polymer | lithium ion polymer | lithium ion polymer | lithium ion polymer | None row 13 : docking cable | usb 1.1 | usb 2.0 | replaced by dongle or dock | replaced by dongle or dock | replaced by dongle or dock | replaced by dongle or dock row 14 : dock | zinc stand | zinc stand | gloss black w/ optical drive | gloss black w/ optical drive | gloss black w/ optical drive | gloss black w/ optical drive row 15 : ethernet | 10baset | 100baset | 100baset | 100baset | 100baset | 100baset row 16 : dongle | None | None | rj45 & vga | rj45 & vga | None | None row 17 : keyboard | 57 key | 57 key | 58 key | 58 key | 58 key | 58 key row 18 : weight | 397g | 397g | 413g | 413g | 413g | 426g ] Execute this SQL based on the above table: select count ( model 01 )
16
[ header: year | award | group | result | notes row 1 : 2004 | black reel awards | best actor: drama | nominated | the human stain (film) row 2 : 2004 | black reel awards | best breakthrough performance | nominated | the human stain (film) row 3 : 2006 | academy of science fiction, fantasy & horror films | best actor on television | nominated | prison break row 4 : 2006 | teen choice awards | tv - choice actor | nominated | prison break row 5 : 2006 | teen choice awards | tv - choice breakout star | nominated | prison break row 6 : 2006 | golden globes awards | best performance by an actor in a television series | nominated | prison break row 7 : 2007 | teen choice awards | choice tv actor: drama | nominated | prison break row 8 : 2008 | teen choice awards | choice tv actor: action adventure | nominated | prison break row 9 : 2014 | fangoria chainsaw awards | best screenplay | pending | stoker (film) ] Execute this SQL based on the above table: select count ( * ) where award = 'golden globes awards'
1
[ header: rank | name | nationality | result | notes row 1 : None | huang qiuyan | china | 14.39 | sb row 2 : None | anastasiya juravlev | uzbekistan | 14.21 | #name? row 3 : None | zhang hao | china | 13.63 | None row 4 : 4 | wacharee ritthiwat | thailand | 13.54 | sb row 5 : 5 | tatyana bocharova | kazakhstan | 13.5 | None row 6 : 6 | wang kuo-huei | chinese taipei | 13.25 | sb row 7 : 7 | fumiyo yoshida | japan | 13.09 | None row 8 : 8 | ngew sin mei | malaysia | 12.93 | None row 9 : 9 | manisha dey | india | 12.83 | None row 10 : 10 | thitima muangjan | thailand | 12.79 | None row 11 : 11 | phan thi thu lan | vietnam | 12.75 | None row 12 : 12 | lo yu-hsin | chinese taipei | 12.69 | None row 13 : None | elena bobrovskaya | kyrgyzstan | dns | None ] Execute this SQL based on the above table: select count ( result ) where notes > 1986
3
[ header: chord | root | major third | perfect fifth | minor seventh row 1 : c7 | c | e | g | b♭ row 2 : c♯7 | c♯ | e♯ (f) | g♯ | b row 3 : d♭7 | d♭ | f | a♭ | c♭ (b) row 4 : d7 | d | f♯ | a | c row 5 : d♯7 | d♯ | f (g) | a♯ | c♯ row 6 : e♭7 | e♭ | g | b♭ | d♭ row 7 : e7 | e | g♯ | b | d row 8 : f7 | f | a | c | e♭ row 9 : f♯7 | f♯ | a♯ | c♯ | e row 10 : g♭7 | g♭ | b♭ | d♭ | f♭ (e) row 11 : g7 | g | b | d | f row 12 : g♯7 | g♯ | b♯ (c) | d♯ | f♯ row 13 : a♭7 | a♭ | c | e♭ | g♭ row 14 : a7 | a | c♯ | e | g row 15 : a♯7 | a♯ | c (d) | e♯ (f) | g♯ row 16 : b♭7 | b♭ | d | f | a♭ row 17 : b7 | b | d♯ | f♯ | a ] Execute this SQL based on the above table: select root order by id desc limit 1
b
[ header: week | opponent | result | game site | tv | time | attendance | bye row 1 : 1 | at denver broncos | l 3-19 | mile high stadium | nbc | 4:15pm | 75600 | row 2 : 2 | at oakland raiders | w 28-27 | network associates coliseum | abc | 9:00pm | 61523 | row 3 : 3 | buffalo bills | w 22-16 | arrowhead stadium | nbc | 1:00pm | 78169 | row 4 : 4 | at carolina panthers | w 35-14 | bank of america stadium | nbc | 1:00pm | 67402 | row 5 : 5 | seattle seahawks | w 20-17 ot | arrowhead stadium | nbc | 4:15pm | 77877 | row 6 : 6 | at miami dolphins | l 14-17 | pro player stadium | nbc | 1:00pm | 71794 | row 7 : 7 | None | None | None | None | None | None | row 8 : 8 | san diego chargers | w 31-3 | arrowhead stadium | tnt | 8:00pm | 77195 | row 9 : 9 | at st. louis rams | w 28-20 | edward jones dome | nbc | 1:00pm | 64864 | row 10 : 10 | pittsburgh steelers | w 13-10 | arrowhead stadium | abc | 9:00pm | 78301 | row 11 : 11 | at jacksonville jaguars | l 14-24 | alltel stadium | nbc | 1:00pm | 70444 | row 12 : 12 | denver broncos | w 24-22 | arrowhead stadium | nbc | 1:00pm | 77963 | row 13 : 13 | at seattle seahawks | w 19-14 | kingdome | nbc | 4:15pm | 66264 | row 14 : 14 | san francisco 49ers | w 44-9 | arrowhead stadium | fox | 1:00pm | 77535 | row 15 : 15 | oakland raiders | w 30-0 | arrowhead stadium | nbc | 1:00pm | 76379 | row 16 : 16 | at san diego chargers | w 29-7 | qualcomm stadium | nbc | 4:15pm | 54594 | row 17 : 17 | new orleans saints | w 25-13 | arrowhead stadium | fox | 1:00pm | 66772 | row 18 : divisional playoff | denver broncos | l 10-14 | arrowhead stadium | nbc | 4:15pm | 76965 | ] Execute this SQL based on the above table: select result group by result order by count ( * ) desc limit 1
w 44-9
[ header: team | location | stadium | capacity | manager | captain | kit manufacturer | shirt sponsor row 1 : auckland city fc | auckland | kiwitea street | 3500 | ramon tribulietx | ivan vicelich | nike | trillian trust inc row 2 : canterbury united | christchurch | asb football park | 9000 | keith braithwaite | dan terris | samurai | robbie's bar and bistro row 3 : hawke's bay united | napier | bluewater stadium | 5000 | chris greatholder | bill robertson | samurai | kinetic electrical row 4 : otago united | dunedin | forsyth barr stadium | 30500 | richard murray | tristan prattley | canterbury | gran's remedy row 5 : team wellington | wellington | david farrington park | 3000 | matt calcott | karl whalen | adidas | exodus health & fitness club row 6 : waikato fc | hamilton | porritt stadium | 2700 | mark cossey | adam thomas | nike | the soccer shop row 7 : waitakere united | waitakere city | fred taylor park | 2500 | paul marshall | jake butler | lotto sport italia | cuesports foundation row 8 : youngheart manawatu | palmerston north | memorial park | 8000 | stu jacobs | nathan cooksley | nike | new zealand pharmaceuticals ] Execute this SQL based on the above table: select manager where captain = 'bill robertson'
chris greatholder
[ header: pos | grid | no. | driver | team | manufacturer | laps | points row 1 : 1 | 8 | 24 | jeff gordon | hendrick motorsports | chevrolet | 160 | 185 row 2 : 2 | 1 | 18 | bobby labonte | joe gibbs racing | pontiac | 160 | 175 row 3 : 3 | 9 | 31 | mike skinner | richard childress racing | chevrolet | 160 | 165 row 4 : 4 | 25 | 12 | jeremy mayfield | penske-kranefuss | ford | 160 | 165 row 5 : 7 | 12 | 22 | ward burton | bill davis racing | pontiac | 160 | 146 row 6 : 8 | 39 | 36 | ernie irvan | mb2 motorsports | pontiac | 160 | 142 row 7 : 9 | 16 | 33 | ken schrader | andy petree racing | chevrolet | 160 | 138 row 8 : 10 | 5 | 3 | dale earnhardt | richard childress racing | chevrolet | 160 | 139 row 9 : 12 | 38 | 23 | jimmy spencer | travis carter enterprises | t-bird | 160 | 132 row 10 : 14 | 14 | 43 | john andretti | petty enterprises | pontiac | 160 | 121 row 11 : 15 | 31 | 94 | bill elliott | bill elliott racing | ford | 160 | 118 row 12 : 18 | 17 | 40 | sterling marlin | team sabco | chevrolet | 160 | 109 row 13 : 19 | 33 | 9 | jerry nadeau | melling racing | ford | 160 | 106 row 14 : 20 | 20 | 97 | chad little | roush racing | t-bird | 159 | 103 row 15 : 21 | 30 | 71 | dave marcis | marcis auto racing | chevrolet | 159 | 105 row 16 : 22 | 42 | 44 | kyle petty | pe2 | pontiac | 159 | 97 row 17 : 23 | 3 | 88 | dale jarrett | robert yates racing | ford | 159 | 99 row 18 : 25 | 19 | 11 | brett bodine | brett bodine racing | ford | 159 | 88 row 19 : 26 | 40 | 26 | johnny benson, j | roush racing | ford | 159 | 85 row 20 : 28 | 43 | 35 | darrell waltrip | tyler jet motorsports | pontiac | 158 | 79 row 21 : 29 | 24 | 96 | steve grissom | american equipment racing | chevrolet | 157 | 76 row 22 : 32 | 11 | 28 | kenny irwin, j | robert yates racing | ford | 140 | 72 row 23 : 33 | 15 | 1 | steve park | dale earnhardt, inc | chevrolet | 139 | 64 row 24 : 35 | 28 | 81 | kenny wallace | filmar racing | ford | 113 | 58 row 25 : 36 | 26 | 07 | dan pardus | midwest transit racing | chevrolet | 99 | 55 row 26 : 37 | 32 | 46 | jeff green | team sabco | chevrolet | 98 | 52 row 27 : 38 | 13 | 30 | derrike cope | bahari racing | pontiac | 67 | 49 row 28 : 39 | 36 | 98 | rich bickle | cale yarborough racing | t-bird | 58 | 46 row 29 : 42 | 10 | 55 | hut stricklin | andy petree racing | chevrolet | 31 | 37 ] Execute this SQL based on the above table: select manufacturer where manufacturer in ( 'pontiac' , 't-bird' ) and grid <= 23 and pos >= 23
pontiac
[ header: date | name of ship | nationality | tonnage | fate row 1 : 5 june 1940 | ss stancor | united kingdom | 798 | sunk at 58°48′n row 2 : 7 june 1940 | ss frances massey | united kingdom | 4212 | sunk at 55°33′n 08 row 3 : 7 june 1940 | ss eros | united kingdom | 5888 | damaged at 55°33′n 08°26 row 4 : 11 june 1940 | ss violando n go | greece | 2375 | sunk at 44°04′n 12 row 5 : 19 june 1940 | mv tudor | norway | 6607 | sunk at 45°10′n 11 row 6 : 19 june 1940 | ss baron loudoun | united kingdom | 3164 | sunk at 45°00′n 11 row 7 : 19 june 1940 | ss british monarch | united kingdom | 5661 | sunk at 45°00′n 11 row 8 : 20 june 1940 | mv moerdrecht | netherlands | 7493 | sunk at 43°34′n 14 row 9 : 16 august 1940 | ss hedrun | sweden | 2325 | sunk at 57°10′n row 10 : 19 august 1940 | ss ville de gand | belgium | 7590 | sunk at 55°28′n 15 row 11 : 24 august 1940 | ss la brea | united kingdom | 6666 | sunk at 57°24′n row 12 : 25 august 1940 | ss empire merlin | united kingdom | 5763 | sunk at 58°30′n row 13 : 25 august 1940 | mv athelcrest | united kingdom | 6825 | sunk at 58°24′n ] Execute this SQL based on the above table: select tonnage where name of ship = 'ss la brea'
6666.0
[ header: rank | heat | name | nationality | time | notes row 1 : 1 | 1 | lacena golding-clarke | jamaica | 12.74 | q, pb row 2 : 2 | 1 | vonette dixon | jamaica | 12.83 | q, pb row 3 : 3 | 2 | diane allahgreen | england | 12.92 | q, pb row 4 : 4 | 2 | brigitte foster | jamaica | 12.98 | q row 5 : 5 | 2 | angela atede | nigeria | 13.01 | q, sb row 6 : 6 | 1 | angela whyte | canada | 13.03 | q, pb row 7 : 7 | 1 | julie pratt | england | 13.08 | q, pb row 8 : 8 | 2 | jacquie munro | australia | 13.22 | q row 9 : 9 | 1 | melanie wilkins | england | 13.29 | None row 10 : 9 | 2 | sriyani kulawans | sri lanka | 13.29 | None row 11 : 11 | 1 | fiona cullen | australia | 13.45 | None row 12 : 12 | 2 | rachel king | wales | 13.58 | None row 13 : 13 | 2 | tamsin stephens | northern ireland | 13.59 | None row 14 : 14 | 1 | christy akinremi | nigeria | 13.73 | None row 15 : None | 2 | shabana khattak | pakistan | dnf | None row 16 : None | 1 | carole kaboud mebam | cameroon | dns | None row 17 : None | 1 | olutoyin augustus | nigeria | dns | None ] Execute this SQL based on the above table: select name where time > ( select time where name = 'angela atede' ) order by time limit 1
angela whyte
[ header: date | result | opponent | event | location | method | round | time row 1 : 2013-12-14 | loss | mohamed diaby | victory, semi finals | paris, france | decision | 3 | 3:00 row 2 : 2013-03-09 | None | juanma chacon | enfusion live: barcelona | barcelona, spain | None | None | None row 3 : 2012-05-27 | loss | murthel groenhart | k-1 world max 2012 world championship tournament final | madrid, spain | ko (punches) | 3 | 3:00 row 4 : 2012-02-11 | win | francesco tadiello | sporthal de zandbergen | sint-job-in-'t- | ko | 1 | None row 5 : 2012-01-28 | win | chris ngimbi | it's showtime 2012 in leeu | leeuwarden, netherlands | tko (cut) | 2 | 1:22 row 6 : 2011-09-24 | loss | andy souwer | bfn group & music hall presents | brussels, belgium | extra round decision (split) | 4 | 3:00 row 7 : 2011-04-09 | win | lahcen ait ouss | le grande ko xi | liege, belgium | ko | 1 | None row 8 : 2011-02-12 | win | henri van opstal | war of the ring | amsterdam, netherlands | decision (unanimous) | 3 | 3:00 row 9 : 2010-09-10 | win | edson fortes | ring sensation gala | utrecht, netherlands | decision | 3 | 3:00 row 10 : 2010-03-21 | loss | mohamed khamal | k-1 world max 2010 west europe tournament | utrecht, netherlands | ko (punch) | 2 | None row 11 : 2009-11-21 | win | seo doo won | it's showtime 2009 barneveld | barneveld, netherlands | tko (referee stop | 1 | None row 12 : 2009-09-24 | win | chris ngimbi | it's showtime 2009 lommel | lommel, belgium | extra round decision | 4 | 4:00 row 13 : 2009-04-11 | win | farid riffi | almelo fight for delight | almelo, netherlands | tko | None | None row 14 : 2009-03-14 | win | viktor sarezki | war of the ring | belgium | ko (punch to the body) | 1 | None row 15 : 2009-02-21 | win | pedro sedarous | turnhout gala | turnhout, belgium | decision | 5 | 3:00 row 16 : 2009-01-31 | win | dahou naim | tielrode gala | tielrode, belgium | 2nd extra round decision | 5 | 3:00 row 17 : 2008-09-20 | win | abdallah mabel | s-cup europe 2008, reserve bout | gorinchem, netherlands | decision | 3 | 3:00 row 18 : 2008-09-14 | win | jordy sloof | the outland rumble | rotterdam, netherlands | ko (right cross) | 1 | None row 19 : 2008-03-08 | win | naraim ruben | lommel gala | lommel, belgium | tko (retirement) | 3 | None row 20 : 2008-02-23 | win | pierre petit | st. job gala | st. job, belgium | ko (right punch) | 2 | None ] Execute this SQL based on the above table: select count ( result )
19
[ header: name | current use | completed | namesake | info row 1 : ritter library | library | 1958 | george ritter (alumn | ritter library is one of three libraries on row 2 : health center | health center | 1986 | None | built at the same time as the lou hig row 3 : lindsay-crossman chapel | chapel | 1870 | lindsay-crossman (trustee | originally called the emmanuel row 4 : historian's house | office | None | None | house dedicated by the university to hold historical records and row 5 : presidents house | home | 1935 | None | the president's house went through renovations in row 6 : alumni house | offices | None | None | the building was formally called victoria row 7 : newman center | newman center | None | None | the building is used by the newman student organization row 8 : tudor house | campus security | None | None | the building is used by bw safety row 9 : student activities center (sac) | student activity center | 1913-14 | None | originally built to be a women's gymnas row 10 : black cultural center | cultural center | None | None | the building is used as meeting space for student organizations row 11 : strosacker hall (union) | student activities center | 1965 | charles strosacker (alum | the building is home to administrative offices, student organizations row 12 : bonds hall | administrative building | None | alfred bonds (president) | former home of the admissions offices the building houses row 13 : durst welcome center | administrative building | 2011 | richard durst (president) | home to the university's admissions offices ] Execute this SQL based on the above table: select count ( current use )
13
[ header: # | nation | qualification tournament | place in qt | sailor row 1 : 1 | china | host country | None | None row 2 : 2 | brazil | 2007 worlds | 1 | robert scheidt, bruno row 3 : 3 | france | 2007 worlds | 2 | xavier rohart, pas row 4 : 4 | great britain | 2007 worlds | 3 | iain percy, andre row 5 : 5 | new zealand | 2007 worlds | 4 | hamish pepper, carl william row 6 : 6 | italy | 2007 worlds | 5 | diego negri, luigi row 7 : 7 | poland | 2007 worlds | 6 | mateusz kuszniere row 8 : 8 | germany | 2007 worlds | 7 | marc pickel, ingo borkowski row 9 : 9 | sweden | 2007 worlds | 8 | fredrik loof, anders row 10 : 10 | australia | 2007 worlds | 9 | iain murray, andrew row 11 : 11 | portugal | 2007 worlds | 10 | afonso domingos, row 12 : 12 | united states | 2007 worlds | 11 | mark reynolds, hal row 13 : 13 | switzerland | 2008 worlds | 4 | flavio marazzi, enric row 14 : 14 | croatia | 2008 worlds | 12 | marin lovrovic, sinsa row 15 : 15 | ireland | 2008 worlds | 14 | max treacy, anthony shank row 16 : 16 | austria | 2008 worlds | 16 | hans spitzauer, ] Execute this SQL based on the above table: select count ( sailor ) where nation = 'australia'
1
[ header: date | venue | opponents | score | competition row 1 : 6 march 2013 | dasarath rangasala stadium | bangladesh | 0-4 | 2014 afc challenge cup qualification row 2 : 4 march 2013 | dasarath rangasala stadium | palestine | 0-9 | 2014 afc challenge cup qualification row 3 : 2 march 2013 | dasarath rangasala stadium | nepal | 0-6 | 2014 afc challenge cup qualification row 4 : 24 november 2012 | None | guam | 0-8 | friendly row 5 : 20 july 2012 | None | macau | 1-5 | 2013 eaff east asian cup row 6 : 18 july 2012 | None | guam | 1-3 | 2013 eaff east asian cup row 7 : 19 june 2010 | cnmi | guam | 1-1 | 2010 marianas cup row 8 : 15 march 2009 | None | mongolia | 1-4 | 2010 east asian cup row 9 : 13 march 2009 | None | guam | 1-2 | 2010 east asian cup row 10 : 11 march 2009 | None | macau | 1-6 | 2010 east asian cup row 11 : 27 april 2008 | cnmi | guam | 2-3 | 2008 marianas cup row 12 : 1 april 2007 | None | guam | 0-9 | 2008 east asian football championship preliminary qualification and row 13 : 25 march 2007 | cnmi | guam | 2-3 | 2008 east asian football championship preliminary qualification row 14 : 12 july 1999 | yap sports complex, ya | federated states of micronesia | 0-7 | 1999 micronesia cup row 15 : 3 august 1998 | palau track and field stadium, koror | guam | 3-0 | micronesian games row 16 : 2 august 1998 | palau track and field stadium, koror | palau | 11-2 | micronesian games row 17 : 30 july 1998 | palau track and field stadium, koror | guam | 1-2 | micronesian games ] Execute this SQL based on the above table: select count ( distinct score )
14
[ header: rank | circuit | headquarters | screens | sites row 1 : 1 | regal entertainment group | knoxville,tn | 7318 | 574 row 2 : 2 | amc entertainment inc | kansas city, mo | 4988 | 344 row 3 : 3 | cinemark theatres | plano, tx | 4434 | 332 row 4 : 4 | carmike cinemas, inc | columbus, ga | 2476 | 249 row 5 : 5 | cineplex entertainment | toronto, on | 1672 | 136 row 6 : 6 | marcus theatres | milwaukee, wi | 687 | 55 row 7 : 7 | harkins theatres | phoenix, az | 440 | 31 row 8 : 8 | national amusements | dedham, ma | 423 | 32 row 9 : 9 | bow tie cinemas | ridgefield, ct | 388 | 63 row 10 : 10 | georgia theatre company | st. simon's island, | 326 | 32 ] Execute this SQL based on the above table: select count ( circuit ) where sites >= 496
1
[ header: event | performance | athlete | nation | place | date row 1 : 100 m | 9.72 | usain bolt | jamaica | new york city ny, usa | may 31 row 2 : 100 m | 9.69 | usain bolt | jamaica | beijing, china | august 16 row 3 : 200 m | 19.3 | usain bolt | jamaica | beijing, china | august 20 row 4 : 4 x 100 m relay | 37.1 | nesta carter michael frater | jamaica | beijing, china | august 22 row 5 : 110 m hurdles | 12.87 | dayron robles | cuba | ostrava, czech republic | june 12 row 6 : 50 km race walk | 3:34:14 | denis nizhegorodov | russia | cheboksary, russia | may 11 row 7 : marathon | 2:03:59 | haile gebrselassie | ethiopia | berlin, germany | september 28 ] Execute this SQL based on the above table: select count ( * ) where event = 'marathon'
1
[ header: year | title | role | notes row 1 : 1974 | sam | sylvia brightside | None row 2 : 1974 | village hall | other voter | None row 3 : 1974 | the wheeltappers and shunters social club | waitress | None row 4 : 1972-1975 | crown court | female officer/warder/bedelia conroy | None row 5 : 1973-1975 | play for today | canteen lady (sunset across the bay | None row 6 : 1975 | greenhill pals | may | tv film row 7 : 1976 | open all hours | woman outside shop | None row 8 : 1978 | z-cars | rose | None row 9 : 1978 | selwyn | mavis | None row 10 : 1979 | all day on the sands | derek's mother | tv film row 11 : 1997 | coronation street: viva las | vera duckworth | direct-to-video coronation street spin row 12 : 1974, 1976-2008, 2010 | coronation street | vera duckworth | 2001 british soap award for best on ] Execute this SQL based on the above table: select year where role = 'sylvia brightside'
1974
[ header: year | single | peak chart positions us mod | peak chart positions uk | album row 1 : 1997 | "automatic" | None | None | losing streak row 2 : 1997 | "dopeman" | None | None | losing streak row 3 : 1997 | "dopeman" (remix) | None | None | non-album single row 4 : 1997 | "howie j. rey | None | None | non-album single row 5 : 1998 | "history of a boring town" | 39 | None | hello rockview row 6 : 2000 | "all my best friends are metalheads" | None | 51 | hello rockview row 7 : 2000 | "all my best friends are metalheads" | None | None | non-album single row 8 : 2001 | "gainesville rock city" | None | 57 | borders & boundaries row 9 : 2003 | "she's gonna break soon" | None | 39 | anthem row 10 : 2003 | "the science of selling yourself short" | 36 | 78 | anthem row 11 : 2003 | "surrender" | None | None | anthem row 12 : 2006 | "overrated (everything is)" | None | 61 | in with the out crowd row 13 : 2006 | "the rest of my life" | None | 77 | in with the out crowd row 14 : 2008 | "does the lion city still | None | None | gnv fla row 15 : 2008 | "abandon ship" | None | None | gnv fla ] Execute this SQL based on the above table: select count ( * ) where peak chart positions us mod = 'None'
0
[ header: week | date | opponent | result | venue | attendance row 1 : 1 | september 3, 1978 | at detroit lions | w 13-7 | pontiac silverdome | 51187 row 2 : 2 | september 10, 1978 | new orleans saints | w 28-17 | milwaukee county stadium | 54336 row 3 : 3 | september 17, 1978 | oakland raiders | l 28-3 | lambeau field | 55903 row 4 : 4 | september 24, 1978 | at san diego chargers | w 24-3 | san diego stadium | 42755 row 5 : 5 | october 1, 1978 | detroit lions | w 35-14 | milwaukee county stadium | 54601 row 6 : 6 | october 8, 1978 | chicago bears | w 24-14 | lambeau field | 56267 row 7 : 7 | october 15, 1978 | seattle seahawks | w 45-28 | milwaukee county stadium | 52712 row 8 : 8 | october 22, 1978 | at minnesota vikings | l 21-7 | metropolitan stadium | 47411 row 9 : 9 | october 29, 1978 | tampa bay buccaneers | w 9-7 | lambeau field | 55108 row 10 : 10 | november 5, 1978 | at philadelphia eagle | l 10-3 | veterans stadium | 64214 row 11 : 11 | november 12, 1978 | dallas cowboys | l 42-14 | milwaukee county stadium | 55256 row 12 : 12 | november 19, 1978 | at denver broncos | l 16-3 | mile high stadium | 74965 row 13 : 13 | november 26, 1978 | minnesota vikings | t 10-10 (ot) | lambeau field | 51737 row 14 : 14 | december 3, 1978 | at tampa bay buccaneers | w 17-7 | tampa stadium | 67754 row 15 : 15 | december 10, 1978 | at chicago bears | l 14-0 | soldier field | 34306 row 16 : 16 | december 17, 1978 | at los angeles rams | l 31-14 | los angeles memorial coliseum | 42500 ] Execute this SQL based on the above table: select result where date = 1
w 35-14
[ header: language | number | percentage (%) | males | females row 1 : polish | 1420436 | 73.52 | 687210 | 733226 row 2 : yiddish | 317169 | 16.41 | 154603 | 162566 row 3 : russian | 87850 | 4.54 | 13551 | 1586 row 4 : german | 77160 | 3.99 | 37984 | 39176 row 5 : ukrainian | 15930 | 0.82 | 15623 | 307 row 6 : romanian | 2299 | >0.01 | 2293 | 6 row 7 : latvian | 1759 | >0.01 | 1738 | 21 row 8 : estonian | 1566 | >0.01 | 1555 | 11 row 9 : tatar | 1473 | >0.01 | 1437 | 36 row 10 : belarusian | 1343 | >0.01 | 1234 | 109 row 11 : other | 4824 | 0.24 | 3289 | 1535 row 12 : persons that didn't name their native language | 54 | >0.01 | 33 | 21 row 13 : total | 1931867 | 100 | 977948 | 953919 ] Execute this SQL based on the above table: select abs ( ( select males where language = 'romanian' ) - ( select males where language = 'tatar' ) )
856.0
[ header: name | year built | country | town | height | remarks row 1 : glacial aerial tramway kaprun i | 1966 | austria | kaprun | 113.6 m | the tallest pylon is on the third row 2 : mississippi aerial river transit | 1984 | usa | new orleans | 109 m | the tallest pylon on a row 3 : torre jaume i | 1931 | spain | barcelona | 107 m | intermediate stop of the harbour aerial tramway, also row 4 : gant hohtaelli aerial tram | None | switzerland | zermatt | 94 m | one pylon row 5 : london emirates air line | early 2012 | uk | london | 88 m | north main tower. river thames aerial row 6 : singapore cable car | 1972 | singapore | singapore | 88 m | pylon i row 7 : eibsee aerial tramway | 1962 | germany | garmisch-partenkirchen | 85 m | pylon ii row 8 : nizhny novgorod vol | 2012 | russia | nizhny novgorod | 82 m | None row 9 : mittersill goods aerial tramway | 1940s | austria | mittersill | 80 m | two pylons for a tramway row 10 : singapore cable car | 1972 | singapore | singapore | 80 m | pylon ii row 11 : 3s aerial tramway | 2004 | austria | kitzbuhel | 80 m | one pylon row 12 : torre sant sebasti | 1931 | spain | barcelona | 78 m | terminal of harbour aerial tramway row 13 : roosevelt island tram | 1976 | usa | new york city | 76 m | central pylon of commuter tramway row 14 : wendelstein aerial tramway | 1970 | germany | bayerischzell-osterhof | 75 m | None row 15 : vinpearl cable car | 2007 | vietnam | nha trang | 75 m | 7 pylons standing in the sea. row 16 : sandia peak tramway | 1965 | usa | albuquerque | 70.7 m | pylon 1, inclined at an angle of 18 row 17 : eibsee aerial tramway | 1962 | germany | garmisch-partenkirchen | 65 m | pylon i ] Execute this SQL based on the above table: select town where town in ( 'mittersill' , 'new york city' ) order by height limit 1
new york city
[ header: wrestler: | times: | date: | location: | notes: row 1 : jonnie stewart | 1 | june 6, 1996 | rochester, minnesota | defeated larry gligorovich to row 2 : king kong bundy | 1 | march 31, 1999 | oshkosh, wiscons | later stripped of the title by owner dale row 3 : the patriot (danny dominion) | 1 | july 29, 2000 | pine bluff, arkansa | defeated dale gagne in an impro row 4 : ricky enrique | 1 | july 29, 2000 | pine bluff, arkansa | None row 5 : eric priest | 1 | june 3, 2001 | hillside, illinois | None row 6 : evan karagias | 1 | march 22, 2002 | casa grande, arizona | None row 7 : horshu | 1 | october 12, 2002 | mercedes, texas | stripped of the title due to missing mandatory title defense row 8 : evan karagias | 2 | july 6, 2003 | lemoore, california | defeated eric priest to win the vac row 9 : steve corino | 1 | june 11, 2005 | bay city, michigan | None row 10 : shinjiro otani | 1 | january 22, 2006 | tokyo, japan | None row 11 : takao omori | 2 | april 1, 2006 | tokyo, japan | None row 12 : ric converse | 1 | june 14, 2006 | indianapolis, indiana | None row 13 : steve corino | 2 | january 7, 2007 | pottstown, pennsyl | on march 23, 2007, corino lost the title row 14 : takao omori | 3 | march 31, 2007 | yokohama, japan | None row 15 : masato tanaka | 1 | october 26, 2007 | tokyo, japan | None row 16 : larry zbyszko | 1 | february 5, 2008 | minneapolis, minnesot | title awarded row 17 : brian logan | None | april 20, 2008 | fayetteville, west virgini | logan defeated zbyszko row 18 : ricky landell | 1 | october 11, 2008 | indianapolis, indiana | title becomes known as the wsl world row 19 : keith walker | 1 | february 21, 2009 | michigan city, indiana | None ] Execute this SQL based on the above table: select wrestler: where notes: = 'defeated eric priest to win the vacated title. karagias was fired in january 2005 by dale gagne for misconduct and refusal of defending the title as scheduled'
evan karagias
[ header: location | reactor type | status | net capacity (mwe) | gross capacity (mwe) row 1 : chernobyl-1 | rbmk-1000 | shut down in 1996 | 740 | 800 row 2 : chernobyl-2 | rbmk-1000 | shut down in 1991 | 925 | 1 row 3 : chernobyl-3 | rbmk-1000 | shut down in 2000 | 925 | 1 row 4 : chernobyl-4 | rbmk-1000 | destroyed in the 1986 accident | 925 | 1 row 5 : chernobyl-5 | rbmk-1000 | construction cancelled in 1988 | 950 | 1 row 6 : chernobyl-6 | rbmk-1000 | construction cancelled in 1988 | 950 | 1 row 7 : ignalina-1 | rbmk-1500 | shut down in 2004 | 1,185 | 1,3 row 8 : ignalina-2 | rbmk-1500 | shut down in 2009 | 1,185 | 1,3 row 9 : ignalina-3 | rbmk-1500 | construction cancelled in 1988 | 1,38 | 1,5 row 10 : ignalina-4 | rbmk-1500 | plan cancelled in 1988 | 1,38 | 1,5 row 11 : kostroma-1 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5 row 12 : kostroma-2 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5 row 13 : kursk-1 | rbmk-1000 | operational until 2021 | 925 | 1 row 14 : kursk-2 | rbmk-1000 | operational until 2024 | 925 | 1 row 15 : kursk-3 | rbmk-1000 | operational until march 2014 | 925 | 1 row 16 : kursk-4 | rbmk-1000 | operational until february 2016 | 925 | 1 row 17 : kursk-5 | mker-1000 | construction begin was 1985, since then shelve | 925 | 1 row 18 : kursk-6 | rbmk-1000 | construction cancelled in 1993 | 925 | 1 row 19 : leningrad-1 | rbmk-1000 | operational | 925 | 1 row 20 : leningrad-2 | rbmk-1000 | operational until 2021 | 925 | 1 row 21 : leningrad-3 | rbmk-1000 | operational until june 2025 | 925 | 1 row 22 : leningrad-4 | rbmk-1000 | operational until august 2026 | 925 | 1 row 23 : smolensk-1 | rbmk-1000 | operational until december 2022 | 925 | 1 row 24 : smolensk-2 | rbmk-1000 | operational until july 2015 | 925 | 1 row 25 : smolensk-3 | rbmk-1000 | operational until july 2023 | 925 | 1 row 26 : smolensk-4 | rbmk-1000 | construction cancelled in 1993 | 925 | 1 ] Execute this SQL based on the above table: select location where location = 'smolensk-4' and location != 'ignalina-2'
smolensk-4
[ header: date | name | nationality | tonnage (grt) | fate row 1 : 7 october 1941 | svend foyn | united kingdom | 14795 | damaged row 2 : 16 february 1942 | monagas | venezuela | 2650 | sunk row 3 : 16 february 1942 | san nicholas | united kingdom | 2391 | sunk row 4 : 16 february 1942 | tia juana | united kingdom | 2395 | sunk row 5 : 22 february 1942 | j.n.pew | united states | 9033 | sunk row 6 : 23 february 1942 | sun | united states | 9002 | damaged row 7 : 23 february 1942 | thalia | panama | 8329 | sunk row 8 : 11 may 1942 | cape of good hope | united kingdom | 4963 | sunk row 9 : 24 may 1942 | goncalves dias | brazil | 4996 | sunk row 10 : 28 may 1942 | alcoa pilgrim | united states | 6759 | sunk row 11 : 3 june 1942 | m.f. elllio | united states | 6940 | sunk row 12 : 9 june 1942 | bruxelles | belgium | 5085 | sunk row 13 : 9 june 1942 | franklin k. lane | united states | 6589 | sunk row 14 : 15 june 1942 | cold harbor | panama | 5010 | sunk row 15 : 15 june 1942 | scottsburg | united states | 8010 | sunk row 16 : 15 june 1942 | west hardaway | united states | 5702 | sunk ] Execute this SQL based on the above table: select fate where nationality = 'united kingdom'
damaged, sunk, sunk, sunk
[ header: number | encoding | implied probability row 1 : 1 = 20 + 0 | 1 | 1/2 row 2 : 2 = 21 + 0 | 10 | 1/8 row 3 : 3 = 21 + 1 | 11 | 1/8 row 4 : 4 = 22 + 0 | 100 | 1/32 row 5 : 5 = 22 + 1 | 101 | 1/32 row 6 : 6 = 22 + 2 | 110 | 1/32 row 7 : 7 = 22 + 3 | 111 | 1/32 row 8 : 8 = 23 + 0 | 1000 | 1/128 row 9 : 9 = 23 + 1 | 1001 | 1/128 row 10 : 10 = 23 + 2 | 1010 | 1/128 row 11 : 11 = 23 + 3 | 1011 | 1/128 row 12 : 12 = 23 + 4 | 1100 | 1/128 row 13 : 13 = 23 + 5 | 1101 | 1/128 row 14 : 14 = 23 + 6 | 1110 | 1/128 row 15 : 15 = 23 + 7 | 1111 | 1/128 row 16 : 16 = 24 + 0 | 10000 | 1/512 row 17 : 17 = 24 + 1 | 10001 | 1/512 ] Execute this SQL based on the above table: select min ( encoding )
1
[ header: rank | views | closed | item row 1 : 1 | 1319214 | 10 july 2013 | a printer which was stated to be faulty row 2 : 2 | 1072893 | 3 june 2006 | wellington hurricanes player tana um row 3 : 3 | 810802 | 18 june 2009 | mike whittaker (mik row 4 : 4 | 459420 | 1 august 2012 | the implosion of radio network house on 5 row 5 : 5 | 355889 | 20 january 2012 | your tattoo on my bum!! row 6 : 6 | 384705 | 24 may 2009 | buy a tractor and get a 20 row 7 : 7 | 316350 | 7 march 2011 | landscape rocks for sale in chch (follow row 8 : 8 | 292184 | 6 may 2010 | folden 2010 row 9 : 9 | 276094 | 8 january 2009 | jesus christ pita bread row 10 : 10 | 258775 | 9 january 2012 | two days in the studio and advice from n ] Execute this SQL based on the above table: select count ( * ) where rank > 1260
0
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | venezuela | 5 | 2 | 3 | 10 row 2 : 2 | colombia | 4 | 4 | 9 | 17 row 3 : 3 | dominican republic | 4 | 3 | 4 | 11 row 4 : 4 | peru | 3 | 3 | 8 | 14 row 5 : 5 | ecuador | 2 | 3 | 3 | 8 row 6 : 6 | guatemala | 1 | 1 | 1 | 3 row 7 : 7 | chile | 0 | 3 | 2 | 5 row 8 : 8 | panama | 0 | 0 | 3 | 3 row 9 : 9 | bolivia | 0 | 0 | 1 | 1 row 10 : 9 | paraguay | 0 | 0 | 1 | 1 row 11 : total | total | 19 | 19 | 35 | 73 ] Execute this SQL based on the above table: select count ( * ) where nation = 'paraguay'
1
[ header: name | year inducted | position | apps | goals row 1 : luther blissett | 2003 | forward | 503 | 186 row 2 : tony coton | 2004 | goalkeeper | 291 | 0 row 3 : john mcclelland | 2005 | defender | 234 | 3 row 4 : tommy mooney | 2006 | forward | 287 | 64 row 5 : les taylor | 2007 | midfielder | 211 | 20 row 6 : david james | 2008 | goalkeeper | 98 | 0 row 7 : ian bolton | 2009 | defender | 287 | 36 row 8 : nigel gibbs | 2010 | defender | 491 | 7 row 9 : duncan welbourne | 2011 | defender | 457 | 25 row 10 : ross jenkins | 2012 | forward | 398 | 142 row 11 : robert page | 2013 | defender | 218 | 2 ] Execute this SQL based on the above table: select count ( name ) where goals >= 186
1
[ header: entered | wrestler | place | eliminated by | time row 1 : 1 | junior fatu | 7th | hoyt, kaz, s | 03:00 row 2 : 2 | robert roode | advanced to part three | None | 06:47 row 3 : 3 | kaz | 5th | roode | 05:32 row 4 : 4 | alex shelley | 3rd | young | 06:47 row 5 : 5 | eric young | advanced to part three | None | 06:47 row 6 : 6 | chris sabin | 6th | kaz | 04:55 row 7 : 7 | lance hoyt | 4th | roode | 06:06 row 8 : 8 | james storm | 8th | young | 00:05 ] Execute this SQL based on the above table: select count ( * ) where place = '7th'
1
[ header: year | world car of the year | world performance car | world green car | world car design of the year row 1 : 2006 | bmw 3-series (winner) | porsche cayman s (winner | honda civic hybrid (winner) citr | citroen c4 (winner row 2 : 2007 | lexus ls 460 (win | audi rs4 (winner | mercedes-benz e320 blue | audi tt (winner) row 3 : 2008 | mazda2 / demio | audi r8 (winner) | bmw 118d (winner) smart | audi r8 (winner) ] Execute this SQL based on the above table: select count ( world performance car )
3
[ header: title | album details | peak chart positions us | peak chart positions us r&b | certifications row 1 : can-i-bus | released: september 8, 1998 label: universal format | 2 | 2 | riaa: gold row 2 : 2000 b.c. (before can- | released: july 18, 2000 label: universal | 23 | 6 | None row 3 : c! true hollywood stories | released: november 13, 2001 label: archives | None | 71 | None row 4 : mic club: the curriculum | released: november 19, 2002 label: mic | None | None | None row 5 : rip the jacker | released: july 22, 2003 label: baby | 194 | 34 | None row 6 : mind control | released: june 21, 2005 label: to | None | 79 | None row 7 : hip-hop for sale | released: november 22, 2005 label: baby | None | None | None row 8 : for whom the beat tolls | released: june 5, 2007 label: mic | None | None | None row 9 : melatonin magik | released: february 2, 2010 label: war | None | 91 | None row 10 : c of tranquility | released: october 5, 2010 label | None | 70 | None row 11 : lyrical law | released: june 24, 2011 label: can | None | None | None ] Execute this SQL based on the above table: select count ( peak chart positions us )
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 venue where id = ( select id where venue = 'los angeles, united states' ) + 1
osaka, japan
[ 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 bye where week > ( select week where date = 'november 8, 1998' )
0, 0, 0, 0, 0, 0, 0
[ header: | year | location | name | guest(s) of honour row 1 : 1 | 1998 | linkoping | confuse 98 | paul j. mcauley row 2 : 2 | 1999 | uppsala | upsala: 1999 | michael swanwick row 3 : 3 | 2000 | stockholm | nasacon 2000 | brian m. stableford, row 4 : 4 | 2001 | stockholm | fantastika 2001 | robin hobb, rober row 5 : 5 | 2002 | linkoping | confuse 2002 | china mieville, gwyneth row 6 : 6 | 2003 | uppsala | upsala sf-mote | alastair reynolds, row 7 : 7 | 2004 | stockholm | swecon 2004 | m. john harrison, da row 8 : 8 | 2005 | gothenburg | conceive | charles stross, e row 9 : 9 | 2006 | stockholm | imagicon | joe haldeman, geoff row 10 : 10 | 2007 | gothenburg | conviction | richard morgan, john a row 11 : 11 | 2008 | linkoping | confuse 2008 | cory doctorow, adam rob row 12 : 12 | 2009 | stockholm | imagicon 2 | liz williams, graham row 13 : 13 | 2010 | gothenburg | condense | justina robson, nen row 14 : 14 | 2011 | stockholm | eurocon 2011 | elizabeth bear, i row 15 : 15 | 2012 | uppsala | kontrast | sara bergmark elfgren, row 16 : 16 | 2013 | stockholm | fantastika 2013 | lavie tidhar, jo ] Execute this SQL based on the above table: select name group by name order by count ( location ) desc limit 1
upsala: 1999
[ header: date | round | opponents | h / a | result f-a | scorers | attendance row 1 : 19 september 1984 | round 1 first leg | raba eto gyor | h | 3-0 | robson, muhren, hughes | 33119 row 2 : 3 october 1984 | round 1 second leg | raba eto gyor | a | 2-2 | brazil, muhren (pen) | 26000 row 3 : 24 october 1984 | round 2 first leg | psv eindhoven | a | 0-0 | None | 27500 row 4 : 7 november 1984 | round 2 second leg | psv eindhoven | h | 1-0 | strachan (pen) | 39281 row 5 : 28 november 1984 | round 3 first leg | dundee united | h | 2-2 | strachan (pen), robson | 48278 row 6 : 12 december 1984 | round 3 second leg | dundee united | a | 3-2 | hughes, mcginn | 21821 row 7 : 6 march 1985 | quarter-final first leg | videoton | h | 1-0 | stapleton | 35432 row 8 : 20 march 1985 | quarter-final second leg | videoton | a | 0-1 (4-5 p) | None | 25000 ] Execute this SQL based on the above table: select result f-a order by id desc limit 1
0-1 (4-5 p)
[ header: election | party name | total votes | share of votes | seats | share of seats | party leader(s) | notes row 1 : 1961 | progressive party | 69045 | 8.6% | 1 | 0.6% | jan steytler | national party (np) victory row 2 : 1966 | progressive party | 39717 | 3.1% | 1 | 0.6% | jan steytler | np victory row 3 : 1970 | progressive party | 51760 | 3.5% | 1 | 0.6% | jan steytler | np victory row 4 : 1974 | progressive party | 58768 | 5.3% | 7 | 4.1% | colin eglin | np victory row 5 : 1977 | progressive federal party | 177705 | 16.7% | 17 | 10.3% | colin eglin | np victory; pfp gains row 6 : 1981 | progressive federal party | 265297 | 19.4% | 27 | 15.2% | frederik van zyl slabbert | np victory; pfp remains row 7 : 1987 | progressive federal party | 288579 | 13.9% | 20 | 11.2% | colin eglin | np victory; pfp lose row 8 : 1989 | democratic party | 431444 | 20.0% | 34 | 19.1% | zach de beer, denis wor | np victory ] Execute this SQL based on the above table: select ( select count ( share of seats ) where election = 1961 ) - ( select count ( share of seats ) where election = 1989 )
0
[ header: | | | | | | | | | | row 1 : 2010s | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | None row 2 : 2000s | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 row 3 : 1990s | 1990 | 1991 | 1992 | 1993 | 1994 | 1995 | 1996 | 1997 | 1998 | 1999 row 4 : 1980s | 1980 | 1981 | 1982 | 1983 | 1984 | 1985 | 1986 | 1987 | 1988 | 1989 row 5 : 1970s | 1970 | 1971 | 1972 | 1973 | 1974 | 1975 | 1976 | 1977 | 1978 | 1979 row 6 : 1960s | 1960 | 1961 | 1962 | 1963 | 1964 | 1965 | 1966 | 1967 | 1968 | 1969 row 7 : 1950s | 1950 | 1951 | 1952 | 1953 | 1954 | 1955 | 1956 | 1957 | 1958 | 1959 row 8 : 1940s | 1940 | 1941 | 1942 | 1943 | 1944 | 1945 | 1946 | 1947 | 1948 | 1949 row 9 : 1930s | 1930 | 1931 | 1932 | 1933 | 1934 | 1935 | 1936 | 1937 | 1938 | 1939 row 10 : 1920s | 1920 | 1921 | 1922 | 1923 | 1924 | 1925 | 1926 | 1927 | 1928 | 1929 row 11 : 1910s | 1910 | 1911 | 1912 | 1913 | 1914 | 1915 | 1916 | 1917 | 1918 | 1919 row 12 : 1900s | 1900 | 1901 | 1902 | 1903 | 1904 | 1905 | 1906 | 1907 | 1908 | 1909 row 13 : 1890s | 1890 | 1891 | 1892 | 1893 | 1894 | 1895 | 1896 | 1897 | 1898 | 1899 row 14 : 1880s | 1880 | 1881 | 1882 | 1883 | 1884 | 1885 | 1886 | 1887 | 1888 | 1889 row 15 : 1870s | 1870 | 1871 | 1872 | 1873 | 1874 | 1875 | 1876 | 1877 | 1878 | 1879 ] Execute this SQL based on the above table: select order by desc limit 1
2011
[ header: year | division | league | regular season | playoffs | open cup row 1 : 2006 | 4 | usl pdl | 5th, northwest | did not qualify | did not qualify row 2 : 2007 | 4 | usl pdl | 2nd, northwest | conference semifinals | did not qualify row 3 : 2008 | 4 | usl pdl | 1st, northwest | conference finals | did not qualify row 4 : 2009 | 4 | usl pdl | 7th, northwest | did not qualify | did not qualify row 5 : 2010 | 4 | usl pdl | 3rd, northwest | did not qualify | did not qualify row 6 : 2011 | 4 | usl pdl | 8th, northwest | did not qualify | did not qualify row 7 : 2012 | 4 | usl pdl | 1st, northwest | semifinals | did not qualify row 8 : 2013 | 4 | usl pdl | 4th, northwest | did not qualify | 2nd round ] Execute this SQL based on the above table: select year where league = 'usl pdl'
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
[ header: date | winning team | score | losing team | score | ot | city | state/province | arena | attendance row 1 : october 21, 1993 | st. louis | 5 | san jose | 2 | None | sacramento | ca | arco arena | 7144 row 2 : october 31, 1993 | ny rangers | 4 | new jersey | 1 | None | halifax | ns | halifax metro centre | 8200 row 3 : november 3, 1993 | pittsburgh | 6 | buffalo | 2 | None | sacramento | ca | arco arena | 10117 row 4 : november 9, 1993 | anaheim | 4 | dallas | 2 | None | phoenix | az | america west arena | 8143 row 5 : november 18, 1993 | ny islanders | 5 | montreal | 1 | None | hamilton | on | copps coliseum | 17008 row 6 : december 9, 1993 | dallas | 6 | ottawa | 1 | None | minneapolis | mn | target center | 14058 row 7 : december 23, 1993 | vancouver | 4 | calgary | 3 | None | saskatoon | sk | saskplace | 11429 row 8 : december 31, 1993 | philadelphia | 4 | boston | 3 | None | minneapolis | mn | target center | 10855 row 9 : january 4, 1994 | tampa bay | 1 | toronto | 0 | None | hamilton | on | copps coliseum | 17526 row 10 : january 5, 1994 | montreal | 2 | quebec | 0 | None | phoenix | az | america west arena | 11393 row 11 : january 6, 1994 | st. louis | 2 | hartford | 1 | None | cleveland | oh | richfield coliseum | 6956 row 12 : january 17, 1994 | detroit | 6 | tampa bay | 3 | None | minneapolis | mn | target center | 8764 row 13 : january 23, 1994 | vancouver | 5 | edmonton | 4 | (ot) | saskatoon | sk | saskplace | None row 14 : january 24, 1994 | calgary | 3 | los angeles | 3 | (ot) | phoenix | az | america west arena | 14864 row 15 : february 2, 1994 | washington | 5 | philadelphia | 2 | None | cleveland | oh | richfield coliseum | 8312 row 16 : february 8, 1994 | san jose | 4 | chicago | 3 | None | sacramento | ca | arco arena | 14182 row 17 : february 22, 1994 | florida | 3 | winnipeg | 2 | None | hamilton | on | copps coliseum | 6291 row 18 : february 24, 1994 | detroit | 3 | hartford | 0 | None | cleveland | oh | richfield coliseum | 11621 row 19 : march 8, 1994 | chicago | 3 | anaheim | 0 | None | phoenix | az | america west arena | 13847 row 20 : march 9, 1994 | ny rangers | 7 | washington | 5 | None | halifax | ns | halifax metro centre | 9200 row 21 : march 18, 1994 | buffalo | 2 | ny islanders | 2 | (ot) | minneapolis | mn | target center | 8016 ] Execute this SQL based on the above table: select losing team where state/province = 'az' and score = 3
los angeles, anaheim
[ header: year | single | chart positions usa billboard hot dance club play | chart positions polish charts | album row 1 : 2008 | "fall" | None | 2 | natalia lesz row 2 : 2008 | "power of attraction" | 24 | 5 | natalia lesz row 3 : 2008 | "miss you" | None | None | natalia lesz row 4 : 2009 | "cos za cos" | None | 1 | that girl row 5 : 2010 | "arabesque" | 53 | None | natalia lesz row 6 : 2010 | "radioactive" | None | 107 | None row 7 : 2010 | "that girl" | None | 7 | that girl row 8 : 2012 | "beat of my heart" | None | 98 | that girl ] Execute this SQL based on the above table: select year where single != '"beat of my heart"'
2008, 2008, 2008, 2009, 2010, 2010, 2010
[ header: rank | npc | gold | silver | bronze | total row 1 : 1 | china (chn) | 95 | 71 | 65 | 231 row 2 : 2 | russia (rus) | 36 | 38 | 28 | 102 row 3 : 3 | great britain (gbr) | 34 | 43 | 43 | 120 row 4 : 4 | ukraine (ukr) | 32 | 24 | 28 | 84 row 5 : 5 | australia (aus) | 32 | 23 | 30 | 85 row 6 : 6 | united states (usa) | 31 | 29 | 38 | 98 row 7 : 7 | brazil (bra) | 21 | 14 | 8 | 43 row 8 : 8 | germany (ger) | 18 | 26 | 22 | 66 row 9 : 9 | poland (pol) | 14 | 13 | 9 | 36 row 10 : 10 | netherlands (ned) | 10 | 10 | 19 | 39 row 11 : total (75 npcs) | total (75 npcs) | 503 | 503 | 516 | 1522 ] Execute this SQL based on the above table: select rank where id = 1
1
[ 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 ( select time where bye = '' ) - ( select time where bye = '' )
0
[ header: year | single | chart positions spa | album row 1 : 2011 | "breathe in the light" | 10 | endless road 7058 row 2 : 2011 | "last night on earth" | 6 | endless road 7058 row 3 : 2012 | "i don't think so" | 7 | endless road 7058 row 4 : 2012 | "don't give up my game" | 13 | endless road 7058 row 5 : 2012 | "1900" | None | endless road 7058 row 6 : 2012 | "i met an angel (on christmas day) | 39 | christmas non-album release row 7 : 2013 | "cuando te volvere | 34 | from soundtrack of wreck-it ralph row 8 : 2013 | "heartbreaker" | 13 | anti-heroes ] Execute this SQL based on the above table: select album where year > 1195
endless road 7058, endless road 7058, endless road 7058, endless road 7058, endless road 7058, christmas non-album release, from soundtrack of wreck-it ralph, anti-heroes
[ header: opus | title | genre | sub­divisions | libretto | composition | premiere date | place, theatre row 1 : None | der kampf mit dem drachen | None | 1 act | theodor korner | 1876 | None | unperformed row 2 : 25 | guntram (revised 1940) | None | 3 acts | by the composer | 1892-1893 | 10 may 1894; revised version: 29 | weimar, grossherzogliches ho row 3 : 50 | feuersnot | singgedicht | 1 act | ernst von wolzogen | 1900-1901 | 21 november 1901 | dresden, hoftheater row 4 : 54 | salome | musikdrama | 1 act | oscar wilde; german translation by | 1903-1905 | 9 december 1905 | dresden, hoftheater row 5 : 59 | der rosenkavalier | komodie fur musik | 3 acts | hugo von hofmannsthal | 1909-1910 | 26 january 1911 | dresden, konigliches row 6 : 60 | ariadne auf nax | oper | 1 act | hugo von hofmannsthal | 1911-1912 | 25 october 1912 | stuttgart, kleines haus row 7 : 60 (ii) | ariadne auf nax | None | prologue & 1 act | hugo von hofmannsthal | 1915-1916 | 4 october 1916 | vienna, kaiserliches row 8 : 72 | intermezzo | burgerliche komodie mit s | 2 acts | by the composer | 1918-1923 | 4 november 1924 | dresden, sempero row 9 : 75 | die agyptische hel | oper | 2 acts | hugo von hofmannsthal, after | 1923-1927 | 6 june 1928 | dresden, sempero row 10 : 79 | arabella | lyrische komodie | 3 acts | hugo von hofmannsthal, after | 1929-1932 | 1 july 1933 | dresden, sempero row 11 : 80 | die schweigsame | komische oper | 3 acts | stefan zweig, after ben | 1933-1934 | 24 june 1935 | dresden, sempero row 12 : 81 | friedenstag | oper | 1 act | joseph gregor | 1935-1936 | 24 july 1938 | munich, bayerische staatso row 13 : 82 | daphne | bukolische tragodie | 1 act | joseph gregor | 1936-1937 | 15 october 1938 | dresden, sempero row 14 : 85 | capriccio | konversationsstuck fur musik | 1 act | clemens krauss and the | 1940-1941 | 28 october 1942 | munich, bayerische staatso row 15 : None | des esels schatten (or | komodie | 6 scenes | hans adler, after wiel | 1947-1948 | 7 june 1964 | ettal ] Execute this SQL based on the above table: select premiere date where id = ( select id where premiere date = '21 november 1901' ) - 1
10 may 1894; revised version: 29 october 1940
[ header: no | name | date of birth | height | weight | spike | block | 2008 club row 1 : 1 | oliveira walewska | 1 october 1979 | 1.90 m (6 ft 3 in | 73 kg (161 lb) | 310 cm (120 in) | 290 cm (110 in) | cav murcia row 2 : 2 | carolina albuquerque | 25 july 1977 | 1.82 m (6 ft 0 | 76 kg (168 lb) | 289 cm (114 in) | 279 cm (110 in) | finasa row 3 : 3 | marianne steinbrecher | 23 august 1983 | 1.88 m (6 ft 2 in | 70 kg (150 lb) | 310 cm (120 in) | 290 cm (110 in) | scavolini pesaro row 4 : 4 | paula pequeno | 22 january 1982 | 1.84 m (6 ft 0 | 74 kg (163 lb) | 302 cm (119 in) | 285 cm (112 in) | finasa row 5 : 6 | thaisa menezes | 15 may 1987 | 1.96 m (6 ft 5 in | 79 kg (174 lb) | 316 cm (124 in) | 301 cm (119 in) | rexona ades row 6 : 7 | helia souza | 3 october 1970 | 1.73 m (5 ft 8 in | 63 kg (139 lb) | 283 cm (111 in) | 264 cm (104 in) | cav murcia row 7 : 8 | valeska menezes | 23 april 1976 | 1.80 m (5 ft 11 in | 62 kg (137 lb) | 302 cm (119 in) | 290 cm (110 in) | asystel novara row 8 : 9 | fabiana claudino | 24 january 1984 | 1.93 m (6 ft 4 in | 76 kg (168 lb) | 314 cm (124 in) | 293 cm (115 in) | rexona ades row 9 : 10 | welissa gonzaga | 9 september 1982 | 1.79 m (5 ft 10 in | 76 kg (168 lb) | 300 cm (120 in) | 287 cm (113 in) | rexona ades row 10 : 12 | jacqueline carvalho | 31 december 1983 | 1.86 m (6 ft 1 in | 70 kg (150 lb) | 302 cm (119 in) | 286 cm (113 in) | cav murcia row 11 : 13 | sheilla castro | 1 july 1983 | 1.85 m (6 ft 1 in | 64 kg (141 lb) | 302 cm (119 in) | 284 cm (112 in) | scavolini pesaro row 12 : 14 | fabiana de oliveira | 7 march 1980 | 1.69 m (5 ft 7 in | 59 kg (130 lb) | 276 cm (109 in) | 266 cm (105 in) | rexona ades ] Execute this SQL based on the above table: select count ( 2008 club )
12