input
stringlengths
20
5.6k
output
stringlengths
0
17.9k
[ header: season | team | country | competition | matches | goals row 1 : 1999 | djurgardens if | sweden | allsvenskan | 15 | 1 row 2 : 2000 | djurgardens if | sweden | superettan | 15 | 3 row 3 : 2001 | djurgardens if | sweden | allsvenskan | 22 | 7 row 4 : 2002-2003 | grazer ak | austria | bundesliga | 24 | 6 row 5 : 2003 | denizlispor | turkey | super lig | 3 | 0 row 6 : 2003 | landskrona bois | sweden | allsvenskan | 11 | 3 row 7 : 2004 | landskrona bois | sweden | allsvenskan | 22 | 4 row 8 : 2005 | djurgardens if | sweden | allsvenskan | 24 | 12 row 9 : 2006 | djurgardens if | sweden | allsvenskan | 17 | 6 row 10 : 2007 | djurgardens if | sweden | allsvenskan | 23 | 4 row 11 : 2008 | djurgardens if | sweden | allsvenskan | 29 | 6 row 12 : 2008-09 | esbjerg fb | denmark | superliga | 6 | 0 row 13 : 2010 | aab | denmark | superliga | 3 | 1 row 14 : 2011 | assyriska ff | sweden | superettan | 19 | 5 row 15 : total | total | total | total | 233 | 58 ] Execute this SQL based on the above table: select competition where competition != 'superliga' and goals = ( select goals where competition = 'superliga' )
super lig
[ header: km | municipality | location | interescting highway | notes row 1 : 0 | canada-united states border | canada-united states border | nd 18 - cavalier, | pth 30 begins row 2 : 3 | r.m. of rhine | gretna | pr 243 east - emerson | begin pr 243 west concurrence row 3 : 5 | r.m. of rhine | None | pr 243 west - blumenfeld | end pr 243 west concurrence row 4 : 10 | r.m. of rhine | None | pr 421 east - sommerfeld | None row 5 : 14 | r.m. of rhine | altona | pr 201 west - brown, windy | begin pr 201 east concurrence row 6 : 18 | r.m. of rhine | None | pr 201 east - letellier, | end pr 201 east concurrence row 7 : 25 | r.m. of rhine | rosenfeld | pth 14 - morden, win | pth 30 ends highway continues as pr 3 ] Execute this SQL based on the above table: select km order by location desc limit 1
25.0
[ header: rank | name | nationality | 1,62 | 1,67 | 1,72 | 1,75 | notes row 1 : 1 | dior delophont | france | None | o | o | o | q row 2 : 1 | ligia grozav | romania | None | o | o | o | q row 3 : 3 | iryna herashchenko | ukraine | None | o | xo | o | q row 4 : 4 | lucija zupzic | croatia | o | o | o | xo | q row 5 : 4 | chanice porter | jamaica | None | None | None | xo | q row 6 : 6 | alexandra plaza | germany | o | xo | o | xxo | q row 7 : 7 | nikola parilova | czech republic | o | o | o | xxx | q row 8 : 7 | ioanna koltsid | greece | o | o | o | xxx | q row 9 : 9 | leontia kallenou | cyprus | None | xo | xo | xxx | None row 10 : 10 | anna pau | italy | xxo | o | xxo | xxx | None row 11 : 11 | emily crutcher | australia | o | o | xxx | None | None row 12 : 11 | keeley o'hagan | new zealand | o | o | xxx | None | None row 13 : 13 | dace dreimane | latvia | xo | o | xxx | None | None row 14 : 14 | vivien baglyos | hungary | o | xo | xxx | None | None row 15 : 15 | thea lafond | dominica | xo | xxx | None | None | None ] Execute this SQL based on the above table: select count ( 1,72 ) where rank is null
0
[ header: genre | year | title | episode | role | notes row 1 : short film | 1992 | the bet | None | henry | 21 minutes row 2 : short film | 1996 | sin #8 | None | None | None row 3 : tv series | 1997 | nothing sacred | "speaking in tongues" | dr. elliott | None row 4 : film | 1998 | finding north | None | travis furlong | None row 5 : tv series | 1998 | sex and the city | "oh come all ye faithful" | tom | None row 6 : tv series | 1999 | homicide: life on the street | "zen and the art of murder" | dennis kohler | None row 7 : film | 1999 | the general's daughter | None | captain goodson | None row 8 : tv series | 2000 | law & order: special victims unit | "misleader" "nocturne" | assistant district attorney | None row 9 : film | 2001 | the anniversary party | None | jerry adams | None row 10 : tv series | 2001 | the guardian | "loyalties" | the hudson's attorney | None row 11 : tv film | 2001 | life with judy garland: me and | None | roger edens | None row 12 : tv series | 2002 | hack | "obsession" | dr. martin shan | None row 13 : tv series | 2005 | law & order | "mammon" | aaron solomon | 5 episodes total row 14 : tv series | 2006 | brothers & sisters | "light the lights" | major guinness | None row 15 : tv series | 2006 | justice | "wrongful death" | lloyd barrett | None row 16 : tv series | 2006 | law & order | "profiteer" | aaron solomon | 5 episodes total row 17 : tv series | 2007 | critical situation | "nightmare on mt. | narrator | voice actor; also known as situation critical row 18 : tv series | 2007 | undercover history | "the hunt for hitler" "the hunt | narrator | voice actor; 6 episodes total row 19 : tv series | 2008 | undercover history | "unabomber: the secret history" | narrator/himself | voice actor; 6 episodes total row 20 : film | 2009 | the taking of pelham 123 | None | deputy mayor lasalle | None row 21 : tv series | 2009 | timewatch | "the real bonnie and clyde | narrator | voice actor row 22 : tv series | 2010 | the big c | "pilot" "summer time" "there | sean tolkey | 36 episodes total row 23 : tv series | 2011 | a gifted man | "in case of exposure" | ben tucker | None row 24 : tv series | 2011 | the good wife | "great firewall" | neil gross | 3 episodes total row 25 : tv series | 2012 | the big c | "thin ice" "what's | sean tolkey | 36 episodes total ] Execute this SQL based on the above table: select notes where genre = 'tv series'
5 episodes total, 5 episodes total, voice actor; also known as situation critical, voice actor; 6 episodes total, voice actor; 6 episodes total, voice actor, 36 episodes total, 3 episodes total, 36 episodes total
[ header: staple: | maize / corn | rice | wheat | potato | cassava | soybean (green) | sweet potato | sorghum | yam | plantain row 1 : component (per 100g portion) | amount | amount | amount | amount | amount | amount | amount | amount | amount | amount row 2 : water (g) | 10 | 12 | 13 | 79 | 60 | 68 | 77 | 9 | 70 | 65 row 3 : energy (kj) | 1528 | 1528 | 1369 | 322 | 670 | 615 | 360 | 1419 | 494 | 511 row 4 : protein (g) | 9.4 | 7.1 | 12.6 | 2 | 1.4 | 13 | 1.6 | 11.3 | 1.5 | 1.3 row 5 : fat (g) | 4.74 | 0.66 | 1.54 | 0.09 | 0.28 | 6.8 | 0.05 | 3.3 | 0.17 | 0.37 row 6 : carbohydrates (g) | 74 | 80 | 71 | 17 | 38 | 11 | 20 | 75 | 28 | 32 row 7 : fiber (g) | 7.3 | 1.3 | 12.2 | 2.2 | 1.8 | 4.2 | 3 | 6.3 | 4.1 | 2.3 row 8 : sugar (g) | 0.64 | 0.12 | 0.41 | 0.78 | 1.7 | 0 | 4.18 | 0 | 0.5 | 15 row 9 : calcium (mg) | 7 | 28 | 29 | 12 | 16 | 197 | 30 | 28 | 17 | 3 row 10 : iron (mg) | 2.71 | 0.8 | 3.19 | 0.78 | 0.27 | 3.55 | 0.61 | 4.4 | 0.54 | 0.6 row 11 : phosphorus (mg) | 210 | 115 | 288 | 57 | 27 | 194 | 47 | 287 | 55 | 34 row 12 : potassium (mg) | 287 | 115 | 363 | 421 | 271 | 620 | 337 | 350 | 816 | 499 row 13 : sodium (mg) | 35 | 5 | 2 | 6 | 14 | 15 | 55 | 6 | 9 | 4 row 14 : zinc (mg) | 2.21 | 1.09 | 2.65 | 0.29 | 0.34 | 0.99 | 0.3 | 0 | 0.24 | 0.14 row 15 : copper (mg) | 0.31 | 0.22 | 0.43 | 0.11 | 0.1 | 0.13 | 0.15 | None | 0.18 | 0.08 row 16 : manganese (mg) | 0.49 | 1.09 | 3.99 | 0.15 | 0.38 | 0.55 | 0.26 | None | 0.4 | None row 17 : selenium (μg) | 15.5 | 15.1 | 70.7 | 0.3 | 0.7 | 1.5 | 0.6 | 0 | 0.7 | 1.5 row 18 : vitamin c (mg) | 0 | 0 | 0 | 19.7 | 20.6 | 29 | 2.4 | 0 | 17.1 | 18.4 row 19 : thiamin (mg) | 0.39 | 0.07 | 0.3 | 0.08 | 0.09 | 0.44 | 0.08 | 0.24 | 0.11 | 0.05 row 20 : riboflavin (mg) | 0.2 | 0.05 | 0.12 | 0.03 | 0.05 | 0.18 | 0.06 | 0.14 | 0.03 | 0.05 row 21 : pantothenic acid (mg) | 0.42 | 1.01 | 0.95 | 0.3 | 0.11 | 0.15 | 0.8 | None | 0.31 | 0.26 row 22 : vitamin b6 (mg) | 0.62 | 0.16 | 0.3 | 0.3 | 0.09 | 0.07 | 0.21 | None | 0.29 | 0.3 row 23 : folate total (μg) | 19 | 8 | 38 | 16 | 27 | 165 | 11 | 0 | 23 | 22 row 24 : vitamin a (iu) | 214 | 0 | 9 | 2 | 13 | 180 | 14187 | 0 | 138 | 1127 ] Execute this SQL based on the above table: select staple: order by maize / corn desc limit 1
energy (kj)
[ header: administrative area | area km2 | area sq mi | population | administrative centre row 1 : saint helena | 122 | 47 | 5809 | jamestown row 2 : ascension island | 91 | 35 | 1532 | georgetown row 3 : tristan da cunha | 184 | 71 | 388 | edinburgh of the seven seas row 4 : tristan da cunha | 98 | 38 | 382 | edinburgh of the seven seas row 5 : inaccessible island | 14 | 5 | 0 | denstone hut row 6 : nightingale island | 3.2 | 1 | 0 | west landing row 7 : gough island | 68 | 26 | 6 | transvaal bay row 8 : total | 397 | 153 | 7729 | jamestown ] Execute this SQL based on the above table: select administrative area where population = 0
inaccessible island, nightingale island
[ header: rank | name | nationality | time | notes row 1 : None | chelsey gotell | canada | 2:28.15 | wr row 2 : None | kirby cote | canada | 2:28.65 | None row 3 : None | valerie grand maison | canada | 2:29.29 | None row 4 : 4 | kelley becherer | united states | 2:32.21 | None row 5 : 5 | prue watt | australia | 2:32.87 | None row 6 : 6 | teigan van roosmal | australia | 2:39.20 | None row 7 : 7 | lidia marta banos | spain | 2:48.80 | None row 8 : 8 | akari kasamoto | japan | 2:55.16 | None ] Execute this SQL based on the above table: select rank where name = 'lidia marta banos' and nationality = 'spain'
7
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 15 august 2012 | ullevaal stadion, | norway | 1-3 | 2-3 | friendly row 2 : 2 | 11 september 2012 | karaiskakis stadium, pir | lithuania | 2-0 | 2-0 | 2014 fifa world cup qualifier row 3 : 3 | 14 august 2013 | red bull arena, salzburg, austria | austria | 0-1 | 0-2 | friendly row 4 : 4 | 14 august 2013 | red bull arena, salzburg, austria | austria | 0-2 | 0-2 | friendly row 5 : 5 | 6 september 2013 | rheinpark stadion, | liechtenstein | 0-1 | 0-1 | 2014 fifa world cup qualifier row 6 : 6 | 15 november 2013 | karaiskakis stadium, pir | romania | 1-0 | 3-1 | 2014 fifa world cup qualifier - row 7 : 7 | 15 november 2013 | karaiskakis stadium, pir | romania | 3-1 | 3-1 | 2014 fifa world cup qualifier - row 8 : 8 | 19 november 2013 | arena nationala, bucharest, roman | romania | 0-1 | 1-1 | 2014 fifa world cup qualifier - ] Execute this SQL based on the above table: select count ( distinct date )
6
[ header: first issued | design | slogan | serial format | serials issued | notes row 1 : 1957-65 (odd years only) | embossed white on forest green with uncolored | see embossed in same letters as vermont | 12345 (rounded numbers) | None | alternated with white plates from 1957 to 1966 row 2 : 1958-66 (even years only) | embossed forest green on white with uncolored | see embossed in same letters as vermont | 12345 (rounded numbers) a12 | None | alternated with forest green plates from 1957 to 1966 row 3 : 1967 | embossed white on green with border line; | none | 1234 a-1234 1234-a | None | color changed from forest green to the kelly row 4 : 1969 | embossed white on green with border line; | see embossed in lower left corner | 1234 a-1234 1234-a | None | see returned to plate row 5 : 1972 | embossed white on green with border line; | see embossed in top left corner | a-1234 1234-a ab- | None | None row 6 : 1976 | embossed white on green with border line; | green mountains embossed in thin block letters | a-1234 1234-a ab123 | None | None row 7 : 1977 | embossed white on green with beveled | green mountain state screened in white plain serif | 123a4 (rounded numbers) | None | None row 8 : 1985 | embossed white on green with beveled | green mountain state screened in white plain serif | 1a234 123a4 1a | 1a100 to 9y999 100a1 | the "1aa" series never reached 1 ] Execute this SQL based on the above table: select count ( * ) where design = 1583
0
[ header: no. | dub no. | english dubbed title / english subbed title original japanese title | original air date | english air date row 1 : 6 | None | "protect the melody of love! usagi is | april 18, 1992 | None row 2 : 9 | 6 | "time bomb" / "usagi' | may 9, 1992 | september 18, 1995 row 3 : 12 | 9 | "cruise blues" / " | may 30, 1992 | september 21, 1995 row 4 : 14 | 11 | "match point for sailor moon" | june 13, 1992 | september 25, 1995 row 5 : 19 | 16 | "who is that masked man?" | july 25, 1992 | october 2, 1995 row 6 : 24 | 20 | "a friend in wolf's clothing" | august 29, 1992 | october 6, 1995 row 7 : 26 | 22 | "the power of friendship" / "b | september 12, 1992 | october 10, 1995 row 8 : 34 | 30 | "a crystal clear destiny" / "the | november 28, 1992 | october 20, 1995 row 9 : 36 | 32 | "bad hair day" / "usagi | december 12, 1992 | october 24, 1995 row 10 : 40 | 36 | "last resort" / "the legendary lake | january 16, 1993 | october 30, 1995 ] Execute this SQL based on the above table: select ( select dub no. where no. = 14 ) - ( select dub no. where no. = 40 )
-25.0
[ header: no | driver | entrant | constructor | chassis | engine | tyre row 1 : 2 | johnny claes | ecurie belge | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 2 : 6 | yves giraud-cab | yves giraud-cab | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 3 : 8 | louis rosier | ecurie rosier | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 4 : 10 | henri louveau | ecurie rosier | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 5 : 12 | george abecassis | hw motors | hwm-alta | hwm 51 | alta 1.5 l4s | d row 6 : 16 | peter whitehead | scuderia ferrari | ferrari | ferrari 125 | ferrari 125 f1 1.5 v | d row 7 : 18 | luigi villoresi | scuderia ferrari | ferrari | ferrari 375 | ferrari type 375 4.5 v12 | p row 8 : 20 | alberto ascari | scuderia ferrari | ferrari | ferrari 375 | ferrari type 375 4.5 v12 | p row 9 : 22 | nino farina | alfa romeo spa | alfa romeo | alfa romeo 159a | alfa romeo 1.5 l8 | p row 10 : 24 | juan manuel fangio | alfa romeo spa | alfa romeo | alfa romeo 159a | alfa romeo 1.5 l8 | p row 11 : 26 | toulo de graffenried | alfa romeo spa | alfa romeo | alfa romeo 159a | alfa romeo 1.5 l8 | p row 12 : 30 | louis chiron | enrico plate | maserati | maserati 4clt-48 | maserati 4 cl 1.5 | p row 13 : 32 | harry schell | enrico plate | maserati | maserati 4clt-48 | maserati 4 cl 1.5 | p row 14 : 40 | guy mairesse | yves giraud-cab | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 15 : 42 | jose froilan gonzal | jose froilan gonzal | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 16 : 48 | maurice trintignant | equipe gordini | simca-gordini | simca-gordini t | simca-gordini 15c | e row 17 : 52 | peter hirt | peter hirt | veritas | veritas meteor | veritas 2.0 l6 | None ] Execute this SQL based on the above table: select engine order by no asc limit 1
talbot 23cv 4.5 l6
[ header: year | division | league | regular season | playoffs | open cup row 1 : 2004 | 4 | usl pdl | 8th, mid south | did not qualify | did not qualify row 2 : 2005 | 4 | usl pdl | 2nd, mid south | conference finals | did not qualify row 3 : 2006 | 4 | usl pdl | 1st, mid south | national final | 1st round row 4 : 2007 | 4 | usl pdl | 1st, mid south | champions | did not qualify row 5 : 2008 | 4 | usl pdl | 2nd, mid south | national final | did not qualify row 6 : 2009 | 4 | usl pdl | 1st, mid south | conference finals | did not qualify row 7 : 2010 | 4 | usl pdl | 1st, mid south | conference semi-final | did not qualify row 8 : 2011 | 4 | usl pdl | 1st, mid south | national final | did not qualify row 9 : 2012 | 4 | usl pdl | 1st, mid south | conference semi-final | 2nd round row 10 : 2013 | 4 | usl pdl | 2nd, mid south | conference finals | 2nd round ] Execute this SQL based on the above table: select league where playoffs = 'conference finals'
usl pdl, usl pdl, usl pdl
[ header: album title | format | year | original label | chart positions row 1 : distant plastic trees | lp | 1991 | red flame | None row 2 : the wayward bus | lp | 1992 | popup | None row 3 : the house of tomorrow | ep | 1992 | feel good all over | None row 4 : the charm of the highway strip | lp | 1994 | merge records | None row 5 : holiday | lp | 1994 | feel good all over | None row 6 : get lost | lp | 1995 | merge records | None row 7 : 69 love songs | lp | 1999 | merge records | None row 8 : i | lp | 2004 | nonesuch records | #152 (billboard 200) row 9 : distortion | lp | 2008 | nonesuch records | #77 (billboard 200) row 10 : realism | lp | 2010 | nonesuch records | #110 (billboard 200) row 11 : love at the bottom of the sea | lp | 2012 | merge records | #89 (billboard 200) ] Execute this SQL based on the above table: select format where year > 1992 and year < 2004
lp, lp, lp, lp
[ header: tournament | games played | points per game | rebounds per game | assists per game row 1 : 2003 eurobasket | 6 | 6.8 | 5.3 | 0.7 row 2 : 2005 eurobasket | 7 | 7.6 | 7.1 | 0.6 row 3 : 2006 fiba world championship | 9 | 9.7 | 6.7 | 0.6 row 4 : 2007 eurobasket | 7 | 8.9 | 3.7 | 0.6 row 5 : 2009 eurobasket | 8 | 6.5 | 2.9 | 1.1 row 6 : 2010 fiba world championship | 4 | 4.5 | 4.8 | 1.5 row 7 : 2011 eurobasket | 11 | 2.6 | 3.4 | 0.8 row 8 : 2012 olympics | 6 | 4.5 | 2.8 | 0.5 row 9 : 2013 eurobasket | 11 | 1.9 | 3.5 | 0.2 ] Execute this SQL based on the above table: select rebounds per game where rebounds per game not null order by rebounds per game limit 1639
2.8, 2.9, 3.4, 3.5, 3.7, 4.8, 5.3, 6.7, 7.1
[ header: date | opponent | site | result | attendance | record row 1 : thu., dec. 5, 1940 | at loyola maryland | alumni gymnasium • baltimore, | l 32-36 | None | 0-1 row 2 : tue., dec. 10, | western maryland | riverside stadium • washington, dc | w 41-29 | None | 1-1 row 3 : thu., dec. 12, 1940 | at american | clendenen gymnasium • washington | w 41-35 | None | 2-1 row 4 : mon., dec. 16, 1940 | george washington | riverside stadium • washington, dc | w 50-42 | None | 3-1 row 5 : wed., dec. 18, 1940 | at loyola chicago | chicago stadium • chicago, | w 38-35 | None | 4-1 row 6 : wed, jan. 8, 1941 | at canisius | buffalo memorial auditorium • buffalo, ny | w 53-35 | None | 5-1 row 7 : fri., jan. 10, 1941 | at temple | philadelphia convention hall • phil | w 46-45 | None | 6-1 row 8 : wed., jan 15, 1941 | at army | hayes gymnasium • west point, n | w 40-28 | None | 7-1 row 9 : thu., jan. 16, 1941 | new york university | riverside stadium • washington, dc | w 36-27 | None | 8-1 row 10 : fri., jan. 17, 1941 | at maryland | ritchie coliseum • | w 51-34 | None | 9-1 row 11 : wed., jan. 22, 1941 | at navy | dahlgren hall • annapolis, | w 38-18 | None | 10-1 row 12 : wed, jan. 29, 1941 | penn state | riverside stadium • washington, dc | w 28-24 ot | None | 11-1 row 13 : wed., feb. 5, | at syracuse | archbold gymnasium • syrac | l 43-49 | None | 11-2 row 14 : thu., feb. | at colgate | huntington gymnasium • hamilton, | w 39-36 | None | 12-2 row 15 : fri., feb. 7, 1941 | at yale | payne whitney gymnasium • | w 41-39 | None | 13-2 row 16 : mon, feb. 10, 1941 | temple | riverside stadium • washington, dc | w 57-49 | 7000 | 14-2 row 17 : wed., feb. 19, | at penn state | recreation hall • state college, pa | l 38-45 | None | 14-3 row 18 : thu., feb. | at scranton | watres armory • scranton, | w 51-40 | None | 15-3 row 19 : fri., feb. 28, 1941 | at fordham | madison square garden • new york, | l 42-52 | None | 15-4 row 20 : thu., mar. 6, 1941 | at george washington | riverside stadium • washington, dc | w 41-34 | None | 16-4 ] Execute this SQL based on the above table: select date where id = ( select id where date = 'wed., feb. 19, 1941' ) - 1
mon, feb. 10, 1941
[ header: district | counties represented | delegate | party | first elected | committee row 1 : 1a | allegany, garrett | wendell r. beitzel | republican | 2006 | health and government operations row 2 : 1b | allegany | kevin kelly | democratic | 1986 | judiciary row 3 : 1c | allegany, washington | leroy e. myers, j | republican | 2002 | appropriations row 4 : 2a | washington | andrew a. serafini | republican | 2008 | ways and means row 5 : 2b | washington | christopher b. shank | republican | 1998 | judiciary row 6 : 2c | washington | john p. donoghu | democratic | 1990 | health and government operations row 7 : 3a | frederick | galen r. clagett | democratic | 2002 | appropriations row 8 : 3a | frederick | sue hecht | democratic | 1994 | economic matters row 9 : 3b | frederick, washington | michael hough | republican | 2002 | health and government operations row 10 : 4a | frederick | joseph r. bartlet | republican | 1998 | ways and means row 11 : 4a | frederick | kelly m. schulz | republican | 2011 | environmental matters row 12 : 4b | carroll, frederick | donald b. elliot | republican | 1986 | health and government operations row 13 : 5a | carroll | tanya thornton shewell | republican | 2004 | environmental matters row 14 : 5a | carroll | nancy r. stocksdale | republican | 1994 | appropriations row 15 : 9b | carroll | susan w. krebs | republican | 2002 | ways and means ] Execute this SQL based on the above table: select counties represented order by committee limit 1
allegany, washington
[ header: pos | team | total | high | low | average | change row 1 : 1 | honda motor | 13178 | 3305 | 402 | 879 | -11.9% row 2 : 2 | sc tottori | 12281 | 2124 | 401 | 819 | None row 3 : 3 | ntt west kumamoto | 10394 | 1378 | 324 | 693 | None row 4 : 4 | ehime fc | 9896 | 1250 | 348 | 660 | None row 5 : 5 | tochigi sc | 9723 | 1141 | 285 | 648 | -38.2% row 6 : 6 | otsuka pharmaceuticals | 8975 | 2391 | 284 | 598 | +18.4% row 7 : 7 | ykk fc | 8093 | 2477 | 198 | 540 | None row 8 : 8 | sony sendai | 7817 | 886 | 342 | 521 | -52.3% row 9 : 9 | yokogawa fc | 7334 | 1198 | 240 | 489 | -30.4% row 10 : 10 | alo's hokuriku | 6380 | 1801 | 180 | 425 | -12.1% row 11 : 11 | jatco fc | 6329 | 1075 | 167 | 422 | -36.7% row 12 : 12 | sagawa express | 5365 | 1054 | 48 | 358 | None row 13 : 13 | denso sc | 5344 | 831 | 119 | 356 | -17.7% row 14 : 14 | kyoken kyoto | 5262 | 468 | 203 | 351 | -9.0% row 15 : 15 | shizuoka sangyo university | 4013 | 803 | 101 | 268 | -48.8% row 16 : 16 | kokushikan university | 3298 | 414 | 54 | 220 | -28.3% row 17 : None | league total | 123682 | 3305 | 48 | 515 | -42.8% ] Execute this SQL based on the above table: select count ( total ) where total > 1094
17
[ header: first issued | design | slogan | serial format | serials issued | notes row 1 : 1957-65 (odd years only) | embossed white on forest green with uncolored | see embossed in same letters as vermont | 12345 (rounded numbers) | None | alternated with white plates from 1957 to 1966 row 2 : 1958-66 (even years only) | embossed forest green on white with uncolored | see embossed in same letters as vermont | 12345 (rounded numbers) a12 | None | alternated with forest green plates from 1957 to 1966 row 3 : 1967 | embossed white on green with border line; | none | 1234 a-1234 1234-a | None | color changed from forest green to the kelly row 4 : 1969 | embossed white on green with border line; | see embossed in lower left corner | 1234 a-1234 1234-a | None | see returned to plate row 5 : 1972 | embossed white on green with border line; | see embossed in top left corner | a-1234 1234-a ab- | None | None row 6 : 1976 | embossed white on green with border line; | green mountains embossed in thin block letters | a-1234 1234-a ab123 | None | None row 7 : 1977 | embossed white on green with beveled | green mountain state screened in white plain serif | 123a4 (rounded numbers) | None | None row 8 : 1985 | embossed white on green with beveled | green mountain state screened in white plain serif | 1a234 123a4 1a | 1a100 to 9y999 100a1 | the "1aa" series never reached 1 ] Execute this SQL based on the above table: select first issued where design = 'embossed white on green with border line; vermont embossed in plain block letters centered below numbers; registration sticker at bottom right corner'
1969
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 21 december 2004 | rajamangala stadium, bang | thailand | 3–1 | 5–1 | friendly row 2 : 5 | 15 june 2005 | commerzbank-arena, | australia | 4–2 | 4–3 | fifa confederations cup 2005 row 3 : 7 | 29 june 2005 | zentralstadion, leip | mexico | 1–0 | 4–3 | fifa confederations cup 2005 row 4 : 9 | 7 september 2005 | olympiastadion | south africa | 3–1 | 4–2 | friendly row 5 : 10 | 7 september 2005 | olympiastadion | south africa | 4–2 | 4–2 | friendly row 6 : 11 | 27 may 2006 | badenova stadion, freiburg | luxembourg | 3–0 | 7–0 | friendly row 7 : 12 | 27 may 2006 | badenova stadion, freiburg | luxembourg | 5–0 | 7–0 | friendly row 8 : 14 | 24 june 2006 | allianz arena, munich, germany | sweden | 1–0 | 2–0 | fifa world cup 2006 row 9 : 19 | 6 september 2006 | stadio olimpico, ser | san marino | 8–0 | 13–0 | uefa euro 2008 qualifying row 10 : 22 | 11 october 2006 | tehelne pole stad | slovakia | 4–1 | 4–1 | uefa euro 2008 qualifying row 11 : 23 | 12 september 2007 | rhein-energie stadion | romania | 3–1 | 3–1 | friendly row 12 : 24 | 17 november 2007 | awd arena, hanover, | cyprus | 3–0 | 4–0 | uefa euro 2008 qualifying row 13 : 27 | 8 june 2008 | worthersee stadion, k | poland | 2–0 | 2–0 | uefa euro 2008 row 14 : 28 | 12 june 2008 | worthersee stadion, k | croatia | 1–2 | 1–2 | uefa euro 2008 row 15 : 30 | 6 september 2008 | rheinpark stadion, | liechtenstein | 2–0 | 6–0 | fifa world cup 2010 qualifying row 16 : 31 | 11 october 2008 | signal iduna park, dortm | russia | 1–0 | 2–1 | fifa world cup 2010 qualifying row 17 : 33 | 29 may 2009 | shanghai stadium, shang | china pr | 1–1 | 1–1 | friendly row 18 : 37 | 18 november 2009 | veltins-arena, | ivory coast | 2–2 | 2–2 | friendly row 19 : 38 | 29 may 2010 | stadium puskas ferenc, | hungary | 1–0 | 3–0 | friendly row 20 : 39 | 13 june 2010 | moses mabhida stadium, d | australia | 1–0 | 4–0 | fifa world cup 2010 row 21 : 41 | 7 september 2010 | rheinenergiestadion, | azerbaijan | 2–0 | 6–1 | uefa euro 2012 qualifying ] Execute this SQL based on the above table: select # where date = '7 september 2010'
41.0
[ header: ime exchange (including spot, credit and forward transactions) | 2007/08 | 2008/09 | 2009/10 | 2010/11 | 2011/12 row 1 : agricultural - volume (thousand tons) | 273 | 173.5 | 175.2 | 1633.9 | 550 row 2 : agricultural - value (billion rials | 772.6 | 3729.7 | 484.8 | 3729 | 3793 row 3 : manufacturing and metal - volume (thousand | 6443.8 | 6679.7 | 7438.5 | 8694 | 11685 row 4 : manufacturing and metal - value (billion | 58044.2 | 62120.6 | 53842 | 75235.5 | 102356 row 5 : oil and petrochemical - volume ( | 89.7 | 4339.2 | 7052.9 | 6662.6 | 8117 row 6 : oil and petrochemical - value ( | 352.7 | 19921 | 36450.7 | 41478 | 64370 row 7 : grand total - volume (thousand tons | 6806.5 | 11192.4 | 14666.6 | 16990.5 | 20351 row 8 : grand total - value (billion rial | 59169.4 | 82685.3 | 90777.5 | 120443.2 | 170519 ] Execute this SQL based on the above table: select ime exchange (including spot, credit and forward transactions) order by 2010/11 asc limit 1
agricultural - volume (thousand tons)
[ header: year | round | against | score | scorers row 1 : 1930 | group b | yugoslavia | 1-2 | preguinho row 2 : 1930 | group b | bolivia | 4-0 | moderato (2), preguinho (2) row 3 : 1934 | round 1 | spain | 1-3 | leonidas row 4 : 1938 | round 1 | poland | 6-5 (aet) | leonidas (3), romeu, row 5 : 1938 | semi-final | italy | 1-2 | romeu row 6 : 1950 | group a | switzerland | 2-2 | alfredo, baltazar row 7 : 1950 | final round | spain | 6-1 | ademir (2), jair, row 8 : 1950 | final round | uruguay | 1-2 | friaca row 9 : 1954 | group a | mexico | 5-0 | baltazar, didi, ping row 10 : 1954 | quarter-final | hungary | 2-4 | djalma santo row 11 : 1962 | quarter-final | england | 3-1 | garrincha (2), vava row 12 : 1962 | semi-final | chile | 4-2 | garrincha (2), vava (2) row 13 : 1970 | group c | czechoslovakia | 4-1 | rivelino, pele, row 14 : 1970 | group c | romania | 3-2 | pele (2), jairzinho row 15 : 1970 | semi-final | uruguay | 3-1 | clodoaldo, j row 16 : 1974 | group b | yugoslavia | 0-0 | None row 17 : 1974 | group b | scotland | 0-0 | None row 18 : 1974 | group a round 2 | east germany | 1-0 | rivelino row 19 : 1978 | group c | austria | 1-0 | roberto dinamite row 20 : 1978 | bronze final | italy | 2-1 | nelinho, dirceu row 21 : 1982 | group f | soviet union | 2-1 | socrates, eder row 22 : 1982 | group f | new zealand | 4-0 | zico (2), falcao, serg row 23 : 1982 | group c round 2 | argentina | 3-1 | zico, serginho, junior row 24 : 1986 | group d | spain | 1-0 | socrates row 25 : 1986 | group d | northern ireland | 3-0 | careca (2), josimar row 26 : 1986 | round of 16 | poland | 4-0 | socrates, josimar, e row 27 : 1986 | quarter-final | france | 1-1 (aet) | careca row 28 : 1990 | group c | costa rica | 1-0 | muller row 29 : 1994 | final | italy | 0-0 (aet) | None row 30 : 1998 | semi-final | netherlands | 1-1 (aet) | ronaldo row 31 : 2002 | group c | turkey | 2-1 | ronaldo, rivaldo row 32 : 2002 | round of 16 | belgium | 2-0 | rivaldo, ronaldo row 33 : 2002 | quarter-final | england | 2-1 | rivaldo, ronaldinho row 34 : 2010 | round of 16 | chile | 3-0 | juan, luis fabian row 35 : 2010 | quarter-final | netherlands | 1-2 | robinho ] Execute this SQL based on the above table: select count ( * ) where year >= 35
35
[ header: number | builder | type | date | works number | notes row 1 : 51 | baldwin locomotive works | ds4-4-750 | 1949 | 74408 | acquired new 1949, retired 1970/wrecke row 2 : 52 | baldwin locomotive works | ds4-4-750 | 1949 | 74409 | acquired new 1949, retired in 1970 and scrapped row 3 : 53 | baldwin locomotive works | ds4-4-1000 | 1949 | 74193 | ex-pan american engineering w8380; row 4 : 54 | baldwin locomotive works | s-12 | 1952/1953 | 75823 | ex-nw (3307); n row 5 : 55 | baldwin locomotive works | rs-12 | 1955 | 76024 | decorated for the united states bicentennial row 6 : 56 | baldwin locomotive works | rs-12 | 1955 | 76105 | nee mr 33, acquired row 7 : 57 | baldwin locomotive works | s-12 | 1953 | 75914 | nee sp 1539, row 8 : 61 | american locomotive works | rs-11 | 1979 | None | former sp. status unknown row 9 : 62 | american locomotive works | rs-11 | 1979 | None | former sp. status unknown row 10 : 63 | american locomotive works | rs-11 | 1979 | None | former sp. sold to nv row 11 : 64 | electro-motive diesel | gp9m | 1987 | None | former sp # 3411. operational and in row 12 : 65 | electro-motive diesel | gp9m | 1987 | None | former sp # 3412. operational row 13 : 66 | electro-motive diesel | gp9m | 1956 | None | former c&o # 6145. acquired row 14 : 67 | electro-motive diesel | gp9m | 6/1954 | 19554 | built as bangor and aroosto row 15 : m-80 | mack | railbus | 1923 | None | purchased 1925. wrecked twice: in 1957 row 16 : m-100 | edwards rail car company | motor car | 1925 | None | acquired from moorhead & north fork row 17 : m-200 | ss&iw | motor car | 1927 | None | ex-trc #22; n row 18 : m-300 | american car and foundry company | motor car | 1935 | None | m-300 at fort bragg ex ] Execute this SQL based on the above table: select type order by works number desc limit 1
rs-12
[ header: tour | official title | venue | city | date start | date finish | prize money usd | report row 1 : 1 | korea open super series premier | seoul national university gymnasium | seoul | january 8 | january 13 | 1,000,000 | report row 2 : 2 | malaysia open super series | bukit kiara sports complex | kuala lumpur | january 15 | january 20 | 400,000 | report row 3 : 3 | all england super series premier | national indoor arena | birmingham | march 5 | march 10 | 400,000 | report row 4 : 4 | india super series | siri fort indoor stadium | new delhi | april 23 | april 28 | 200,000 | report row 5 : 5 | indonesia super series premier | istora senayan | jakarta | june 11 | june 16 | 700,000 | report row 6 : 6 | singapore super series | singapore indoor stadium | singapore | june 18 | june 23 | 200,000 | report row 7 : 7 | china masters super series | olympic sports centre xinch | changzhou | september 10 | september 15 | 250,000 | report row 8 : 8 | japan super series | yoyogi national gymnasium | tokyo | september 17 | september 22 | 200,000 | report row 9 : 9 | denmark super series premier | odense idræt | odense | october 15 | october 20 | 400,000 | report row 10 : 10 | french super series | stade pierre de coubertin | paris | october 22 | october 27 | 200,000 | report row 11 : 11 | china open super series premier | yuanshen sports centre stadium | shanghai | november 12 | november 17 | 350,000 | report row 12 : 12 | hong kong super series | hong kong coliseum | kowloon | november 19 | november 24 | 250,000 | report row 13 : 13 | super series masters finals | kuala lumpur badminton | kuala lumpur | december 11 | december 15 | 500,000 | report ] Execute this SQL based on the above table: select date finish order by tour - tour desc limit 1
january 13
[ header: record | date | result | opponent | location | method | round row 1 : 13-0 | 07/12/2013 | win | igor pylypenko | porsche arena, stuttgart, | unanimous decision | 6 row 2 : 12-0 | 27/10/2013 | win | alphonce mchumiatumb | sarajevo, bosn | decision | 8 row 3 : 11-0 | 06/07/2013 | win | alexander vasiliev | westfalenhalle, dortmund, | tko | 2 row 4 : 10-0 | 02/02/2013 | win | niko falin | iss dome, dusseldorf, germany | unanimous decision | 6 row 5 : 9-0 | 02/12/2012 | win | ladislav kovarik | esprit arena, dusseldorf, germany | unanimous decision | 6 row 6 : 8-0 | 06/08/2012 | win | ivica perkovic | sarajevo, bosn | unanimous decision | 12 row 7 : 7-0 | 04/13/2012 | win | aliaksandr makaranka | lanxess arena, c | ko | 1 row 8 : 6-0 | 12/17/2011 | win | ferenc zsalek | sarajevo, bosn | ko | 3 row 9 : 5-0 | 12/02/2011 | win | liridon memishi | sap arena, mannheim, germany | unanimous decision | 6 row 10 : 4-0 | 06/25/2011 | win | werner kreiskott | lanxess arena, c | unanimous decision | 6 row 11 : 3-0 | 02/19/2011 | win | ergin solmaz | porsche arena, stuttgart, | unanimous decision | 4 row 12 : 2-0 | 09/03/2004 | win | tomasz zeprzalka | gorazde, bosnia and | tko | 2 row 13 : 1-0 | 02/07/2004 | win | ergin solmaz | sarajevo, bosn | unanimous decision | 4 ] Execute this SQL based on the above table: select date order by round desc limit 1
06/08/2012
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 5 | jim clark | lotus-ford | 80 | 1:59:25.6 | 1 | 9 row 2 : 2 | 2 | denny hulme | brabham-repco | 80 | + 12.8 | 4 | 6 row 3 : 3 | 8 | chris amon | ferrari | 80 | + 16.6 | 6 | 4 row 4 : 4 | 1 | jack brabham | brabham-repco | 80 | + 21.8 | 3 | 3 row 5 : 5 | 12 | pedro rodriguez | cooper-maserati | 79 | + 1 lap | 9 | 2 row 6 : 6 | 7 | john surtees | honda | 78 | + 2 laps | 7 | 1 row 7 : 7 | 15 | chris irwin | brm | 77 | + 3 laps | 13 | None row 8 : 8 | 20 | david hobbs | brm | 77 | + 3 laps | 14 | None row 9 : 9 | 14 | alan rees | cooper-maserati | 76 | + 4 laps | 15 | None row 10 : 10 | 18 | guy ligier | brabham-repco | 76 | + 4 laps | 21 | None row 11 : ret | 19 | bob anderson | brabham-climax | 67 | engine | 17 | None row 12 : ret | 6 | graham hill | lotus-ford | 64 | engine | 2 | None row 13 : ret | 4 | mike spence | brm | 44 | ignition | 11 | None row 14 : ret | 9 | dan gurney | eagle-weslake | 34 | clutch | 5 | None row 15 : ret | 22 | silvio moser | cooper-ats | 29 | oil pressure | 20 | None row 16 : ret | 11 | jochen rindt | cooper-maserati | 26 | engine | 8 | None row 17 : ret | 3 | jackie stewart | brm | 20 | transmission | 12 | None row 18 : ret | 10 | bruce mclaren | eagle-weslake | 14 | engine | 10 | None row 19 : ret | 17 | jo siffert | cooper-maserati | 10 | engine | 18 | None row 20 : ret | 23 | jo bonnier | cooper-maserati | 0 | engine | 9 | None row 21 : dns | 16 | piers courage | brm | 0 | non starter | None | None ] Execute this SQL based on the above table: select constructor where pos != '1' and laps = ( select laps where pos = '1' )
brabham-repco, ferrari, brabham-repco
[ header: year | men | sport | women | sport | team | sport | promising talent | sport | paralympic | sport | coach | sport row 1 : 2009 | philippe gilbert | cycling | kim clijsters (6) | tennis | men's 4×400 metres relay | athletics | romelu lukaku | football | None | None | None | None row 2 : 2008 | sven nys | cyclo-cross | tia hellebaut | athletics | women's 4×100 metres relay (3) | athletics | elise matthysen | swimming | None | None | None | None row 3 : 2006 | stefan everts (5) | motorcross | justine henin-hardenne (3) | tennis | belgium fed cup team (2) | tennis | yoris grandjean | swimming | None | None | None | None row 4 : 2000 | joel smets | motorcross | kim clijsters (2) | tennis | rsc anderlecht | football | bart aernouts | cyclo-cross | None | None | None | None row 5 : 1997 | luc van lierde | triathlon | gella vandecaveye (2) | judo | noliko maaseik | volleyball | None | None | None | None | None | None row 6 : 1996 | fred deburghgraeve (2) | swimming | ulla werbrouck | judo | None | None | None | None | None | None | None | None row 7 : 1992 | georges jobe (2) | motorcross | annelies bredael | rowing | None | None | None | None | None | None | None | None row 8 : 1989 | thierry boutsen | motorsport | ingrid berghmans (8) | judo | None | None | None | None | None | None | None | None row 9 : 1987 | georges jobe | motorcross | ingrid lempereur | swimming | None | None | None | None | None | None | None | None row 10 : 1985 | gaston rahier vincent rous | motorcross athletics | ingrid berghmans (5) | judo | None | None | None | None | None | None | None | None row 11 : 1983 | eddy annys | athletics | ingrid berghmans (3) | judo | None | None | None | None | None | None | None | None row 12 : 1981 | freddy maertens | cycling | annie lambrechts | roller skating | None | None | None | None | None | None | None | None row 13 : 1979 | robert van de walle | judo | carine verbauwen (3) | swimming | None | None | None | None | None | None | None | None row 14 : 1978 | raymond ceulemans | billiards | carine verbauwen (2) | swimming | None | None | None | None | None | None | None | None row 15 : 1977 | michel pollentier | cycling | anne-marie pira (2) | athletics | None | None | None | None | None | None | None | None row 16 : 1975 | bruno brokken | athletics | carine verbauwen | swimming | None | None | None | None | None | None | None | None row 17 : 1973 | eddy merckx (5) | cycling | None | None | None | None | None | None | None | None | None | None row 18 : 1971 | eddy merckx (3) | cycling | None | None | None | None | None | None | None | None | None | None ] Execute this SQL based on the above table: select men where promising talent != 1427
philippe gilbert, sven nys, stefan everts (5), joel smets
[ 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 class where starting price > 735
class a, class a, class a, class a, class a, class a, class c, class c, class c
[ header: rank | title | studio | director | actors | gross row 1 : 1 | the sound of music | 20th century fox | robert wise | julie andrews, christ | $163,214,286 row 2 : 2 | doctor zhivago | metro-goldwyn-mayer | david lean | omar sharif, ju | $111,721,910 row 3 : 4 | those magnificent men in their flying machines | 20th century fox | ken annakin | stuart whitman, sara | $31,111,111 row 4 : 8 | what's new pussycat? | united artists | clive donner | peter sellers, peter o'tool | $18,820,000 row 5 : 9 | shenandoah | universal pictures | andrew v. mclagle | james stewart, doug | $17,268,889 row 6 : 10 | von ryan's express | 20th century fox | mark robson | frank sinatra, trevor | $17,111,111 row 7 : 12 | for a few dollars more | united artists | sergio leone | clint eastwood, lee van | $15,000,000 row 8 : 13 | the sandpiper | metro-goldwyn-mayer | vincente minnelli | elizabeth tay | $13,691,111 row 9 : 16 | help! | united artists | richard lester | john lennon, paul | $12,066,667 row 10 : 19 | the agony and the ecsta | 20th century fox | carol reed | charlton heston, rex | $8,000,000 ] Execute this SQL based on the above table: select min ( gross )
8000000.0
[ header: service | 2012/13 total cost (£million) | comparison with 2011/12 (£million) row 1 : bbc radio 1 | 54.2 | + 3.6 row 2 : bbc radio 1xtra | 11.8 | + 0.7 row 3 : bbc radio 2 | 62.1 | + 1.6 row 4 : bbc radio 3 | 54.3 | + 1.8 row 5 : bbc radio 4 | 122.1 | + 6.2 row 6 : bbc radio 4 extra | 7.2 | - 1 row 7 : bbc radio 5 live | 76 | + 6.7 row 8 : bbc radio 5 live sports extra | 5.6 | + 0.3 row 9 : bbc radio 6 music | 11.5 | - 0.2 row 10 : bbc asian network | 13 | 0 row 11 : bbc local radio | 152.5 | + 6 row 12 : bbc radio scotland | 32.7 | + 0.6 row 13 : bbc radio nan g | 6.3 | + 0.3 row 14 : bbc radio wales | 18.8 | + 1.1 row 15 : bbc radio cymr | 17.6 | + 1.7 row 16 : bbc radio ulster and | 23.8 | 0 ] Execute this SQL based on the above table: select count ( service ) where comparison with 2011/12 (£million) > 1250
0
[ header: genre | date | japanese title (original title) | english title | scoring | notes row 1 : orchestral | 1988 | トゥリー・ライン | tree line | for chamber orchestra | early title: 並木 (namiki?) row 2 : concertante | 1971 | カシオヘア | cassiopeia | for percussion solo and orchestra | None row 3 : concertante | 1981 | 海へ ii 夜 白鯨 | toward the sea ii the night moby | for alto flute, harp and string | None row 4 : concertante | 1995 | スヘクトラル・カンティクル | spectral canticle | for violin, guitar and orchestra | None row 5 : chamber music | 1965 | ソナント | sonant | for 2 flutes, violin, cello, | revised as valeria in 1969 row 6 : chamber music | 1982 | クロス・ハッチ | cross hatch | for marimba and vibraphone (or 2 | None row 7 : chamber music | 1987 | オール・イン・トワイライト - キターのための四つの小品 - | all in twilight, 4 pieces | for guitar | written for julian bream row 8 : keyboard | 1948 | かけひ | kakehi (conduit) | for piano | None row 9 : keyboard | 1949 | 二つの小品 | 2 pieces | for piano | None row 10 : keyboard | 1950 | 二つのレント | lento in due movimenti | for piano | revised as litany in 1989 row 11 : choral | 1963 | 三重県伊賀市上野西小学校校歌 | kamino nishi elementary school song | None | school song; words by keiji hash row 12 : choral | 1982 | 芝生 | grass | for male chorus | words by shuntaro ta row 13 : vocal | 1955 | 小さな部屋て | in a small room (chiisana | for voice and piano | words by akira kawaji row 14 : vocal | 1963 | 雲に向かって起つ | take off for the clouds (kumo | None | song for a television drama; words by row 15 : vocal | 1985 | 明日ハ晴レカナ、曇リカナ | will tomorrow, i wonder, be cloudy | for voice and piano | words by the composer row 16 : stage | 1956 | タンタロスの踊り | tantalos no odori | None | incidental music for the play by ri row 17 : stage | 1961 | おまえの敵はおまえた | omae no teki wa | None | incidental music for the play by jun is row 18 : electronic music | 1970 | None | years of ear - what is music? | for tape | None row 19 : commercial music | 1982 | サントリーリサーフ | suntory reserve | None | None row 20 : film scores | 1955 | 北斎 | hokusai | None | not produced row 21 : film scores | 1962 | 切腹 | harakiri | None | directed by masaki kobayashi row 22 : film scores | 1964 | 乾いた花 | pale flower | None | directed by masahiro shinod row 23 : film scores | 1965 | 美しさと哀しみと | with beauty and sadness | None | directed by masahiro shinod row 24 : film scores | 1965 | 四谷怪談 | yotsuya ghost story | None | directed by shiro toyod row 25 : film scores | 1966 | 他人の顔 | the face of another | None | directed by hiroshi teshiga ] Execute this SQL based on the above table: select genre where japanese title (original title) = 'カシオヘア' order by japanese title (original title) asc limit 1265
concertante
[ header: state | interview | swimsuit | evening gown | average row 1 : idaho | 8.688 | 8.925 | 8.850 | 8.821 row 2 : kentucky | 8.863 | 9.175 | 9.400 | 9.146 row 3 : vermont | 8.425 | 9.013 | 9.300 | 8.913 row 4 : texas | 8.688 | 8.975 | 8.875 | 8.846 row 5 : north dakota | 8.800 | 8.975 | 9.175 | 8.983 row 6 : washington | 8.688 | 8.788 | 8.863 | 8.779 row 7 : alabama | 8.650 | 8.475 | 8.938 | 8.688 row 8 : south dakota | 8.300 | 8.838 | 8.513 | 8.550 row 9 : new york | 8.463 | 8.713 | 8.400 | 8.525 row 10 : oklahoma | 8.275 | 8.325 | 8.700 | 8.433 ] Execute this SQL based on the above table: select state where state in ( 'texas' , 'vermont' ) order by evening gown desc limit 1
vermont
[ header: member | party | electorate | state | first elected row 1 : charles adermann | country | fisher | qld | 1943 row 2 : hon howard beale | liberal | parramatta | nsw | 1946 row 3 : doug berry | liberal | griffith | qld | 1949 row 4 : francis bland | liberal | warringah | nsw | 1951 row 5 : wilfred brimblecomb | country | maranoa | qld | 1951 row 6 : geoffrey brown | liberal | mcmillan | vic | 1949 row 7 : hon cyril chambers | alp | adelaide | sa | 1943 row 8 : joe clark | alp | darling | nsw | 1934 row 9 : fred daly | alp | grayndler | nsw | 1943 row 10 : billy davies | alp | cunningham | nsw | 1949 row 11 : jim eggins | country | lyne | nsw | 1949 row 12 : bill graham | liberal | st george | nsw | 1949 row 13 : bill grayden | liberal | swan | wa | 1949 row 14 : jo gullett | liberal | henty | vic | 1946 row 15 : jim harrison | alp | blaxland | nsw | 1949 row 16 : john howse | liberal | calare | nsw | 1946 row 17 : hon herbert johnson | alp | kalgoorlie | wa | 1940 row 18 : hugh leslie | liberal | moore | wa | 1949 row 19 : tony luchetti | alp | macquarie | nsw | 1951 row 20 : aubrey luck | liberal | darwin | tas | 1951 row 21 : philip lucock | country | lyne | nsw | 1953 row 22 : rt hon john mce | country | murray | vic | 1934 row 23 : john mcleay | liberal | boothby | sa | 1949 row 24 : hon william mcma | liberal | lowe | nsw | 1949 row 25 : william o'connor | alp | martin | nsw | 1946 row 26 : hubert opperman | liberal | corio | vic | 1949 row 27 : rt hon sir earle | country | cowper | nsw | 1919 row 28 : rupert ryan | liberal | flinders | vic | 1940 row 29 : winton turnbull | country | mallee | vic | 1946 row 30 : thomas white | liberal | balaclava | vic | 1929 ] Execute this SQL based on the above table: select count ( electorate )
30
[ header: # | player | pos | pts | tries | conv | pens | drop | opposition | venue | date row 1 : 1 | stefano bettarello | fly-half | 29 | 1 | 2 | 5 | 2 | canada | toronto | 1 july 1982 row 2 : 1 | diego dominguez | fly-half | 29 | 0 | 1 | 6 | 3 | scotland | rome | 5 february 2000 row 3 : 1 | diego dominguez | fly-half | 29 | 0 | 4 | 7 | 0 | fiji | treviso | 10 november 2001 row 4 : 4 | diego dominguez | fly-half | 28 | 1 | 7 | 3 | 0 | netherlands | calvisano | 21 may 1994 row 5 : 5 | diego dominguez | fly-half | 27 | 1 | 2 | 6 | 0 | ireland | bologna | 20 december 1997 row 6 : 6 | diego dominguez | fly-half | 25 | 0 | 5 | 5 | 0 | romania | tarbes | 26 october 1997 row 7 : 7 | luigi troiani | fly-half | 24 | 0 | 12 | 0 | 0 | czech republic | viadana | 18 may 1994 row 8 : 7 | diego dominguez | fly-half | 24 | 0 | 0 | 8 | 0 | romania | catania | 1 october 1994 row 9 : 7 | mirco bergamasco | wing | 24 | 0 | 0 | 8 | 0 | fiji | modena | 27 november 2010 row 10 : 10 | 3 players on 23 points | None | None | None | None | None | None | None | None | None ] Execute this SQL based on the above table: select count ( * ) where pos = pos
9
[ header: week # | theme | song choice | original artist | order # | result row 1 : audition | auditioner's choice | "tempos modernos" | lulu santos | None | advanced row 2 : theater | first solo | "a sombra da maldade" | cidade negra | None | advanced row 3 : top 30 | semi-final/group 3 | "noite do prazer" | claudio zoli | 10 | advanced row 4 : top 10 | my idol | "paraiso" | claudio zoli | 6 | safe row 5 : top 9 | male singers | "ultimo romantico" | lulu santos | 8 | safe row 6 : top 8 | female singers | "lanterna dos afo | cassia eller | 1 | safe row 7 : top 7 | birth year songs | "frisson" | tunai | 4 | safe row 8 : top 6 | jovem pan hits | "do seu lado" | jota quest | 6 | safe row 9 : top 5 | jovem guarda | "o bom" | eduardo araujo | 3 | safe row 10 : top 5 | jovem guarda | "vem me ajudar" | the fevers | 8 | safe row 11 : top 4 | brazil regional | "eva" | radio taxi | 3 | safe row 12 : top 4 | brazil regional | "admiravel gado novo | ze ramalho | 7 | safe row 13 : top 3 | contestant's choice | "as sete vampiras | leo jaime | 2 | safe row 14 : top 3 | contestant's choice | "eu me rendo" | fabio junior | 5 | safe row 15 : top 2 | winner's single | "deixo a voz me | leandro lopes | 2 | winner row 16 : top 2 | challenging songs | "queixa" | caetano veloso | 4 | winner row 17 : top 2 | judge's choice | "quero te encon | kid abelha | 6 | winner row 18 : top 2 | best of the season | "paraiso" | claudio zoli | 8 | winner row 19 : top 2 | celebrity duet | "admiravel gado novo | ze ramalho | 10 | winner ] Execute this SQL based on the above table: select result order by order # desc limit 1
advanced
[ header: games | host city | dates | nations | participants | events row 1 : 1904 summer olympics | st. louis, missouri | 1 july - 23 november | 12 | 651 | 91 row 2 : 1932 winter olympics | lake placid, new york | 7 - 15 february | 17 | 252 | 14 row 3 : 1932 summer olympics | los angeles, californi | 30 july - 14 august | 37 | 1332 | 117 row 4 : 1960 winter olympics | squaw valley, californ | 2 - 20 february | 30 | 665 | 27 row 5 : 1980 winter olympics | lake placid, new york | 13 - 24 february | 37 | 1072 | 38 row 6 : 1984 summer olympics | los angeles, californi | 20 july - 18 august | 140 | 6829 | 221 row 7 : 1996 summer olympics | atlanta, georgia | 18 july - 4 august | 197 | 1318 | 271 row 8 : 2002 winter olympics | salt lake city, utah | 8 - 24 february | 77 | 2399 | 78 ] Execute this SQL based on the above table: select nations where games = '1980 winter olympics'
37
[ header: | name | nation | points | games | pts/game row 1 : 1 | karen andrew | england | 44 | 5 | 8.8 row 2 : 2 | daniella waterman | england | 40 | 5 | 8 row 3 : 3 | christelle le duff | france | 33 | 5 | 6.6 row 4 : 4 | charlotte barras | england | 30 | 5 | 6 row 5 : 5 | naomi thomas | wales | 25 | 5 | 5 row 6 : 6 | susan day | england | 20 | 5 | 4 row 7 : 7 | lucy millard | scotland | 20 | 5 | 4 row 8 : 8 | veronica schiavon | italy | 19 | 4 | 4.75 row 9 : 9 | estelle sartini | france | 17 | 5 | 3.4 row 10 : 10 | margaret alphonsie | england | 15 | 5 | 3 row 11 : 11 | fanny horta | france | 15 | 5 | 3 row 12 : 12 | jeannette feighery | ireland | 15 | 5 | 3 row 13 : 13 | non evans | wales | 14 | 3 | 4.67 row 14 : 14 | lynsey harley | scotland | 12 | 2 | 6 row 15 : 15 | delphine plantet | france | 10 | 5 | 2 row 16 : 16 | joanne o'sullivan | ireland | 10 | 5 | 2 row 17 : 17 | katy mclean | england | 9 | 3 | 3 row 18 : 18 | michela tondinelli | italy | 6 | 5 | 1.2 row 19 : 19 | georgia stevens | england | 5 | 5 | 1 row 20 : 20 | mel berry | wales | 5 | 5 | 1 ] Execute this SQL based on the above table: select count ( * ) where name = 'estelle sartini' and name = 'daniella waterman'
0
[ header: date | opposition | result | score | brazil scorers | competition row 1 : january 26, 1982 | east germany | w | 3-1 | paulo isidoro, | international friendly row 2 : march 3, 1982 | czechoslovakia | d | 1-1 | zico | international friendly row 3 : march 21, 1982 | west germany | w | 1-0 | junior | international friendly row 4 : may 5, 1982 | portugal | w | 3-1 | junior, eder, zico | international friendly row 5 : may 19, 1982 | switzerland | d | 1-1 | zico | international friendly row 6 : may 27, 1982 | republic of ireland | w | 7-0 | falcao, socrates (2), ser | international friendly row 7 : june 14, 1982 | soviet union | w | 2-1 | socrates, eder | world cup row 8 : june 18, 1982 | scotland | w | 4-1 | zico, oscar, e | world cup row 9 : june 23, 1982 | new zealand | w | 4-0 | zico (2), falcao, serg | world cup row 10 : july 2, 1982 | argentina | w | 3-1 | zico, serginho chulapa | world cup row 11 : july 5, 1982 | italy | l | 2-3 | socrates, falcao | world cup ] Execute this SQL based on the above table: select opposition order by opposition desc limit 1
west germany
[ header: no | driver | entrant | constructor | chassis | engine | tyre row 1 : 2 | johnny claes | ecurie belge | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 2 : 6 | yves giraud-cab | yves giraud-cab | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 3 : 8 | louis rosier | ecurie rosier | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 4 : 10 | henri louveau | ecurie rosier | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 5 : 12 | george abecassis | hw motors | hwm-alta | hwm 51 | alta 1.5 l4s | d row 6 : 16 | peter whitehead | scuderia ferrari | ferrari | ferrari 125 | ferrari 125 f1 1.5 v | d row 7 : 18 | luigi villoresi | scuderia ferrari | ferrari | ferrari 375 | ferrari type 375 4.5 v12 | p row 8 : 20 | alberto ascari | scuderia ferrari | ferrari | ferrari 375 | ferrari type 375 4.5 v12 | p row 9 : 22 | nino farina | alfa romeo spa | alfa romeo | alfa romeo 159a | alfa romeo 1.5 l8 | p row 10 : 24 | juan manuel fangio | alfa romeo spa | alfa romeo | alfa romeo 159a | alfa romeo 1.5 l8 | p row 11 : 26 | toulo de graffenried | alfa romeo spa | alfa romeo | alfa romeo 159a | alfa romeo 1.5 l8 | p row 12 : 30 | louis chiron | enrico plate | maserati | maserati 4clt-48 | maserati 4 cl 1.5 | p row 13 : 32 | harry schell | enrico plate | maserati | maserati 4clt-48 | maserati 4 cl 1.5 | p row 14 : 40 | guy mairesse | yves giraud-cab | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 15 : 42 | jose froilan gonzal | jose froilan gonzal | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 16 : 48 | maurice trintignant | equipe gordini | simca-gordini | simca-gordini t | simca-gordini 15c | e row 17 : 52 | peter hirt | peter hirt | veritas | veritas meteor | veritas 2.0 l6 | None ] Execute this SQL based on the above table: select no where tyre = 'p' and entrant = 'alfa romeo spa'
22, 24, 26
[ header: pos | no | driver | team | laps | time/retired | grid | points row 1 : 1 | 5 | will power | team australia | 73 | 1:45:58.568 | 7 | 31 row 2 : 2 | 21 | neel jani | pkv racing | 73 | 2.972 | 9 | 28 row 3 : 3 | 9 | justin wilson | rsports | 73 | 3.48 | 2 | 25 row 4 : 4 | 15 | simon pagenaud | team australia | 73 | 5.643 | 4 | 23 row 5 : 5 | 19 | bruno junqueira | dale coyne racing | 73 | 20.738 | 5 | 21 row 6 : 6 | 14 | robert doornbos | minardi team usa | 72 | + 1 lap | 12 | 19 row 7 : 7 | 28 | ryan dalziel | pacific coast motorsports | 72 | + 1 lap | 11 | 17 row 8 : 8 | 8 | alex tagliani | rsports | 71 | + 2 laps | 6 | 15 row 9 : 9 | 1 | sebastien bourdais | n/h/l racing | 67 | contact | 1 | 16 row 10 : 10 | 7 | oriol servia | forsythe racing | 56 | contact | 3 | 11 row 11 : 11 | 2 | graham rahal | n/h/l racing | 52 | contact | 15 | 10 row 12 : 12 | 4 | dan clarke | minardi team usa | 43 | contact | 13 | 9 row 13 : 13 | 34 | jan heylen | conquest racing | 1 | contact | 8 | 8 row 14 : 14 | 3 | paul tracy | forsythe racing | 0 | contact | 10 | 7 row 15 : 15 | 22 | tristan gommendy | pkv racing | 0 | contact | 14 | 6 row 16 : 16 | 11 | katherine legge | dale coyne racing | 0 | contact | 16 | 5 row 17 : 17 | 29 | alex figge | pacific coast motorsports | 0 | contact | 17 | 4 ] Execute this SQL based on the above table: select pos where team = 'n/h/l racing'
9, 11
[ header: year | competition | venue | position | event | notes row 1 : 2001 | beijing marathon | beijing, pr china | 7th | marathon | 2:10:46 row 2 : 2002 | beijing marathon | beijing, pr china | 1st | marathon | 2:13:09 row 3 : 2004 | olympic games | athens, greece | 31st | marathon | 2:19:26 row 4 : 2007 | xiamen international marathon | xiamen, pr china | 1st | marathon | 2:13:17 row 5 : 2007 | world championships | osaka, japan | 43rd | marathon | 2:32:44 row 6 : 2008 | olympic games | beijing, pr china | 51st | marathon | 2:24:08 ] Execute this SQL based on the above table: select ( select year where competition = 'world championships' ) - ( select year where competition = 'olympic games' )
3
[ header: iso/iec standard | title | status | description | wg row 1 : iso/iec tr 1975 | software engineering - guide to the software engineering body | published (2005) | identifies and describes the subset of body | 20 row 2 : iso/iec 15288 | systems and software engineering - system life cycle processes | published (2008) | establishes a common framework for describing | 7 row 3 : iso/iec 12207 | systems and software engineering - software life cycle processes | published (2008) | establishes a common framework for software life | 7 row 4 : iso/iec 20000-1 | information technology - service management - part 1 | published (2011) | specifies requirements for the service provider to plan, | 25 row 5 : iso/iec 15504-1 | information technology - process assessment - part 1 | published (2004) | provides overall information on the concepts of process assessment and | 10 row 6 : iso/iec/iee | systems and software engineering - architecture description | published (2011) | addresses the creation, analysis, and sustainment of | 42 row 7 : iso/iec tr 29 | software engineering - lifecycle profiles for very small | published (2011) | introduces the characteristics and requirements of a | 24 row 8 : iso/iec tr 9 | software engineering - product quality - part 2 | published (2003) | provides external metrics for measuring attributes of six external quality | None row 9 : iso/iec 10746-1 | information technology - open distributed processing - reference | published (1998) | provides: an introduction and motivation for od | 19 row 10 : iso/iec 19770-1 | information technology - software asset management - part | published (2012) | establishes a baseline for an integrated set | 21 row 11 : iso/iec/iee | systems and software engineering - requirements for managers of | published (2011) | specifies procedures for managing user documentation throughout the software | 2 row 12 : iso/iec/iee | systems and software engineering -- requirements for acquirers | published (2011) | defines the documentation process from the acquirer's | 2 row 13 : iso/iec/iee | systems and software engineering - requirements for testers | published (2009) | defines the process in which user documentation products are tested | 2 row 14 : iso/iec/iee | systems and software engineering - requirements for designers and | published (2008) | specifies the structure, content, and format for | 2 row 15 : iso/iec/iee | systems and software engineering - developing user documentation in | published (2011) | specifies the way in which user documentation can be | 2 ] Execute this SQL based on the above table: select description where title = 'information technology - open distributed processing - reference model: overview' and wg = 19
provides: an introduction and motivation for odp an overview of the reference model of open distributed processing (rm-odp) and an explanation of its key concepts gives guidance on the application of rm-odp
[ header: model name | date | type | thrust (kg) / power (eshp) | fitted to row 1 : rtd-1/vdr-2 | 1938 | two-stage centrifugal compressor turbojet | 500 kg estimated | test-bed only row 2 : s-18/vdr-3 | 1945 | axial flow compressor turbojet | 1,250 kg | gu-vrd project row 3 : tr-1 | 1946 | 8-stage axial flow compressor turbojet | 1,300 kg | alekseyev i-21, ily row 4 : tr-1a | 1947 | 8-stage axial flow compressor turbojet | 1,500 kg | None row 5 : tr-2 | 1947 | None | None | projected growth version of tr-1 row 6 : tr-3 and al-5 | 1949 | 7-stage axial-flow turbojet | 4,600 kg (at qualification in 1950) | il-30, il-46, la row 7 : tr-7 | 1950s | supersonic compressor prototype of the al-7 | None | prototype for al-7 row 8 : al-7 | 1954 | 9-stage supersonic compressor turbojet | 6,500 kg | il-54, su-7b, row 9 : al-21 | 1961 | 14-stage axial compressor with variable stator | 11,000 kg | yak-38, tu-28 row 10 : al-31 | 1976 | twin-spool turbofan 0.6 bypass ratio | 13,300 kg | su-27, su-30, su-34 ] Execute this SQL based on the above table: select ( select count ( date ) where type = '14-stage axial compressor with variable stator blades' ) - ( select count ( date ) where type = '7-stage axial-flow turbojet' )
0
[ header: outcome | no. | date | tournament | surface | opponent in the final | score row 1 : runner-up | 1 | 2 september 2001 | mostar | clay | adriana basaric | 4-6, 3-6 row 2 : winner | 1 | 27 january 2002 | courmayeur | hard | stefanie weis | 4-6, 7-6(7-3), row 3 : winner | 2 | 17 february 2002 | bergamo | hard | rita degli-esposti | 6-1, 6-2 row 4 : runner-up | 2 | 31 march 2002 | rome - parioli | clay | dinara safina | 7-6(7-3), 2-6, row 5 : runner-up | 3 | 23 june 2002 | gorizia | clay | ainhoa goni-blanco | 6-7(4-7), 1-6 row 6 : runner-up | 4 | 11 august 2002 | rimini | clay | laurence andretto | 5-7, 4-6 row 7 : winner | 3 | 26 january 2003 | grenoble | hard | sophie lefevre | 7-5, 7-5 row 8 : winner | 4 | 16 february 2003 | southampton | hard | magdalena zdenovcova | 6-1, 3-0, ret row 9 : winner | 5 | 23 february 2003 | redbridge | hard | olga barabanschikov | 6-3, 6-2 row 10 : winner | 6 | 23 march 2003 | castellon | clay | ludmila cervanova | 6-3, 6-3 row 11 : winner | 7 | 2 november 2003 | poitiers | hard | roberta vinci | 6-4, 7-5 row 12 : winner | 8 | 1 march 2009 | biberach | hard | kirsten flipkens | 6-1, 6-2 row 13 : winner | 9 | 11 april 2009 | torhout | hard | viktoriya kutuzova | 6-1, 6-4 row 14 : winner | 10 | 11 april 2009 | mestre | hard | yvonne meusburger | 2-6, 6-2, 6-4 ] Execute this SQL based on the above table: select ( select count ( tournament ) ) >= 16
0
[ header: year | men | sport | women | sport | team | sport | promising talent | sport | paralympic | sport | coach | sport row 1 : 2009 | philippe gilbert | cycling | kim clijsters (6) | tennis | men's 4×400 metres relay | athletics | romelu lukaku | football | None | None | None | None row 2 : 2008 | sven nys | cyclo-cross | tia hellebaut | athletics | women's 4×100 metres relay (3) | athletics | elise matthysen | swimming | None | None | None | None row 3 : 2006 | stefan everts (5) | motorcross | justine henin-hardenne (3) | tennis | belgium fed cup team (2) | tennis | yoris grandjean | swimming | None | None | None | None row 4 : 2000 | joel smets | motorcross | kim clijsters (2) | tennis | rsc anderlecht | football | bart aernouts | cyclo-cross | None | None | None | None row 5 : 1997 | luc van lierde | triathlon | gella vandecaveye (2) | judo | noliko maaseik | volleyball | None | None | None | None | None | None row 6 : 1996 | fred deburghgraeve (2) | swimming | ulla werbrouck | judo | None | None | None | None | None | None | None | None row 7 : 1992 | georges jobe (2) | motorcross | annelies bredael | rowing | None | None | None | None | None | None | None | None row 8 : 1989 | thierry boutsen | motorsport | ingrid berghmans (8) | judo | None | None | None | None | None | None | None | None row 9 : 1987 | georges jobe | motorcross | ingrid lempereur | swimming | None | None | None | None | None | None | None | None row 10 : 1985 | gaston rahier vincent rous | motorcross athletics | ingrid berghmans (5) | judo | None | None | None | None | None | None | None | None row 11 : 1983 | eddy annys | athletics | ingrid berghmans (3) | judo | None | None | None | None | None | None | None | None row 12 : 1981 | freddy maertens | cycling | annie lambrechts | roller skating | None | None | None | None | None | None | None | None row 13 : 1979 | robert van de walle | judo | carine verbauwen (3) | swimming | None | None | None | None | None | None | None | None row 14 : 1978 | raymond ceulemans | billiards | carine verbauwen (2) | swimming | None | None | None | None | None | None | None | None row 15 : 1977 | michel pollentier | cycling | anne-marie pira (2) | athletics | None | None | None | None | None | None | None | None row 16 : 1975 | bruno brokken | athletics | carine verbauwen | swimming | None | None | None | None | None | None | None | None row 17 : 1973 | eddy merckx (5) | cycling | None | None | None | None | None | None | None | None | None | None row 18 : 1971 | eddy merckx (3) | cycling | None | None | None | None | None | None | None | None | None | None ] Execute this SQL based on the above table: select team where team = 'noliko maaseik' order by id desc limit 1
noliko maaseik
[ header: round | date | score | opponent | opponent's score | result | venue | attendance | best on ground | team row 1 : 1 | saturday, 2 april | 14.20 (104) | richmond | 11.17 (83) | won by 21 points | kardinia park (stadium) | 20781 | alex ishchenko | west coast row 2 : 2 | friday, 8 april 7: | 26.19 (175) | essendon | 11.10 (76) | won by 99 points | waca ground | 24886 | john gastev | west coast row 3 : 4 | saturday, 23 april | 8.7 (55) | collingwood | 13.16 (94) | lost by 87 points | victoria park | 26276 | james manson | collingwood row 4 : 5 | friday, 29 april 7: | 14.16 (100) | footscray | 14.9 (93) | won by 7 points | waca ground | 17662 | ross glendinning | west coast row 5 : 6 | friday, 6 may 7:40pm | 17.8 (110) | north melbourne | 17.23 (123) | lost by 13 points | melbourne cricket ground | 10133 | donald mcdonald | north melbourne row 6 : 7 | friday, 13 may 7:40pm | 17.10 (112) | st kilda | 3.18 (36) | won by 76 points | waca ground | 12803 | alex ishchenko | west coast row 7 : 8 | sunday, 22 may 2:10pm | 9.9 (63) | hawthorn | 17.14 (116) | lost by 53 points | subiaco oval | 27344 | chris wittman | hawthorn row 8 : 9 | sunday, 29 may 2:10pm | 12.15 (87) | carlton | 15.10 (100) | lost by 13 points | subiaco oval | 27663 | ken hunter | carlton row 9 : 11 | monday, 13 june 2:10pm | 10.13 (73) | melbourne | 13.15 (93) | lost by 20 points | melbourne cricket ground | 28045 | alan johnson | melbourne row 10 : 13 | sunday, 26 june 2:10pm | 17.19 (121) | fitzroy | 13.9 (87) | won by 34 points | subiaco oval | 15028 | wally matera | west coast row 11 : 14 | saturday, 2 july 2:1 | 13.7 (85) | essendon | 16.16 (112) | lost by 27 points | windy hill | 10298 | simon madden | essendon row 12 : 15 | sunday, 10 july 2:10pm | 18.18 (126) | geelong | 16.10 (106) | won by 20 points | subiaco oval | 18537 | chris mainwaring | west coast row 13 : 16 | friday, 15 july 7:40 | 14.14 (98) | brisbane bears | 12.17 (89) | won by 9 points | waca ground | 16074 | mark withers | brisbane bears row 14 : 17 | friday, 22 july 7:40 | 8.16 (64) | fitzroy | 19.20 (134) | lost by 70 points | melbourne cricket ground | 7611 | john ironmonger | fitzroy row 15 : 18 | sunday, 31 july 2:10pm | 18.14 (122) | melbourne | 11.12 (78) | won by 44 points | subiaco oval | 16266 | murray rance | west coast row 16 : 19 | sunday, 7 august 2:10pm | 16.9 (115) | north melbourne | 12.12 (84) | won by 31 points | subiaco oval | 18193 | guy mckenna | west coast ] Execute this SQL based on the above table: select sum ( round ) where id <= 935
165.0
[ header: year | single | chart | position row 1 : 1975 | "sun goddess" | black singles | 20 row 2 : 1975 | "sun goddess" | disco singles | 5 row 3 : 1975 | "sun goddess" | pop singles | 44 row 4 : 1976 | "can't hide love" | black singles | 11 row 5 : 1976 | "can't hide love" | pop singles | 39 row 6 : 1976 | "sing a song/gratitude" | club play singles | 1 row 7 : 1976 | "sing a song" | black singles | 1 row 8 : 1976 | "sing a song" | pop singles | 5 ] Execute this SQL based on the above table: select count ( chart ) where chart = 'pop singles' and year <= 79
0
[ header: number | serial no | entered service | withdrawn | kilometres travelled row 1 : 4101 | 1000 | 1 dec 1953 | 6 jun 1973 | 463,514 row 2 : 4102 | 1002 | 30 oct 1953 | 30 jun 1975 | 492,650 row 3 : 4103 | 1003 | 18 jan 1954 | 2 apr 1974 | 462,871 row 4 : 4104 | 1004 | 13 jan 1954 | 12 oct 1973 | 440,810 row 5 : 4105 | 1005 | 8 feb 1954 | None | None row 6 : 4106 | 1006 | 21 jan 1954 | 4 aug 1972 | 406,288 row 7 : 4107 | 1007 | 25 jan 1954 | 11 aug 1973 | 446,167 row 8 : 4108 | 1008 | 22 feb 1954 | 20 dec 1967 | 402,026 row 9 : 4109 | 1009 | 11 mar 1954 | 9 feb 1972 | 426,074 row 10 : 4110 | 1010 | 10 feb 1955 | 20 may 1974 | 476,489 ] Execute this SQL based on the above table: select abs ( ( select number where withdrawn = '30 jun 1975' ) - ( select number where withdrawn = '4 aug 1972' ) )
4.0
[ header: rank | group | name | nationality | 2.05 | 2.15 | 2.19 | 2.23 | 2.26 | result | notes row 1 : 1 | a | nicola ciotti | italy | None | o | o | o | o | 2.26 | q row 2 : 1 | a | linus thornblad | sweden | None | o | o | o | o | 2.26 | q row 3 : 1 | b | oskari frosen | finland | None | o | o | o | o | 2.26 | q row 4 : 1 | b | stefan holm | sweden | None | o | o | o | o | 2.26 | q row 5 : 1 | b | svatoslav ton | czech republic | None | o | o | o | o | 2.26 | q row 6 : 7 | a | niki palli | israel | o | o | o | o | xo | 2.26 | q row 7 : 7 | b | yaroslav rybakov | russia | None | o | o | o | xo | 2.26 | q row 8 : 9 | b | giulio ciotti | italy | None | o | xo | o | xo | 2.26 | q row 9 : 11 | a | ivan ukhov | russia | None | None | None | o | None | 2.23 | q row 10 : 11 | a | andrea bettinelli | italy | None | o | o | o | xxx | 2.23 | q row 11 : 14 | a | martyn bernard | united kingdom | None | o | xxo | xo | xxx | 2.23 | None row 12 : 15 | b | peter horak | slovakia | None | o | o | xxo | xxx | 2.23 | None row 13 : 15 | b | normunds pupols | latvia | None | o | o | xxo | xxx | 2.23 | None row 14 : 17 | a | germaine mason | united kingdom | None | o | o | xxx | None | 2.19 | None row 15 : 17 | b | rozle prezelj | slovenia | o | o | o | xxx | None | 2.19 | None row 16 : 19 | a | heikki tanel | finland | None | xo | o | xxx | None | 2.19 | None row 17 : 19 | b | andriy sokolovskyy | ukraine | None | xo | o | xxx | None | 2.19 | None row 18 : 21 | b | mickael hanany | france | None | xo | xo | xxx | None | 2.19 | None row 19 : 22 | b | javier bermejo | spain | o | o | xxx | None | None | 2.15 | None row 20 : 23 | a | osku torro | finland | None | xo | x- | x | None | 2.15 | None row 21 : 24 | a | jan-peter larsen | netherlands | o | xxx | None | None | None | 2.05 | None row 22 : None | b | adam scarr | united kingdom | None | xxx | None | None | None | nm | None ] Execute this SQL based on the above table: select result order by rank desc limit 1
2.05
[ header: year | film | role | co-star | director | notes row 1 : 2004 | bachelor | None | None | mostofa sarwar farook | special appearance row 2 : 2010 | dubshatar | renu | shehzad chowdhury | nurul alam atik | first debut film daily star celebrating life-best actress row 3 : 2011 | firey esho behula | tanima | intekhab deenar, shahid | tanim noor | None row 4 : 2011 | guerrilla | bilkis banu | ferdous ahmed, | nasiruddin yousuff | national film award meril prothom al row 5 : 2012 | chorabali | noboni afroz | indraneil sengupt | redwan rony | national film award meril prothom al row 6 : 2013 | aborto | charu sen | tota roy chowdhur | arindam sil | first debut film in tollywood row 7 : 2013 | purnodoirgho prem | jara/zara | shakib khan, arefin | shafi uddin sha | first film with shakib khan row 8 : 2014 | parle theka (filming) | None | sushama sarkar | maruf hasan | None row 9 : 2014 | zero degree (filming) | sonia | mahfuz ahmed, r | animesh aich | None ] Execute this SQL based on the above table: select year order by year desc limit 1
2014
[ header: year of election | candidates elected | # of seats available | # of votes | % of popular vote row 1 : 1963 | 7 | 108 | None | 15.5% row 2 : 1967 | 20 | 117 | None | 25.9% row 3 : 1971 | 19 | 117 | None | 27.1% row 4 : 1975 | 38 | 125 | None | 28.9% row 5 : 1977 | 33 | 125 | None | 28.0% row 6 : 1981 | 21 | 125 | None | 21.2% row 7 : 1985 | 25 | 125 | 865507 | 23.8% row 8 : 1987 | 19 | 130 | 970813 | 25.7% row 9 : 1990 | 74 | 130 | 1509506 | 37.6% row 10 : 1995 | 17 | 129 | 854163 | 20.6% row 11 : 1999 | 9 | 103 | 551009 | 12.6% row 12 : 2003 | 7 | 103 | 660730 | 14.7% row 13 : 2007 | 10 | 107 | 741043 | 16.8% row 14 : 2011 | 17 | 107 | 980204 | 22.73% ] Execute this SQL based on the above table: select % of popular vote where % of popular vote = '14.7%' and % of popular vote != '23.8%'
14.7%
[ header: month | day | visitor | score | home | score row 1 : jan | 2 | wanderers | 6 | victorias | 5 (10' overtime) row 2 : jan | 5 | montreal | 5 | shamrocks | 3 row 3 : jan | 5 | quebec | 1 | ottawa | 6 row 4 : jan | 9 | wanderers | 6 | montreal | 3 row 5 : jan | 12 | ottawa | 2 | wanderers | 4 row 6 : jan | 12 | victorias | 10 | quebec | 1 row 7 : jan | 16 | victorias | 16 | shamrocks | 3 row 8 : jan | 19 | shamrocks | 2 | ottawa | 6 row 9 : jan | 19 | quebec | 8 | montreal | 15 row 10 : jan | 23 | victorias | 12 | montreal | 6 row 11 : jan | 26 | ottawa | 12 | victorias | 10 row 12 : jan | 26 | wanderers | 11 | quebec | 3 row 13 : jan | 30 | shamrocks | 5 | montreal | 3 row 14 : feb | 2 | montreal | 2 | ottawa | 5 row 15 : feb | 2 | quebec | 8 | shamrocks | 11 row 16 : feb | 6 | wanderers | 5 | victorias | 2 row 17 : feb | 9 | ottawa | 5 | quebec | 4 (2' overtime) row 18 : feb | 9 | montreal | 3 | wanderers | 16 row 19 : feb | 13 | shamrocks | 7 | victorias | 19 row 20 : feb | 16 | victorias | 7 | ottawa | 16 row 21 : feb | 16 | quebec | 5 | wanderers | 13 row 22 : feb | 19 | shamrocks | 5 | wanderers | 18 row 23 : feb | 23 | ottawa | 12 | shamrocks | 6 row 24 : feb | 23 | montreal | 5 | quebec | 9 row 25 : feb | 27 | montreal | 8 | victorias | 13 row 26 : mar | 2 | wanderers | 10 | ottawa | 6 row 27 : mar | 2 | quebec | 6 | victorias | 7 row 28 : mar | 6 | shamrocks | 5 | wanderers | 16 row 29 : mar | 9 | ottawa | 6 | montreal | 8 row 30 : mar | 9 | shamrocks | 5 | quebec | 17 ] Execute this SQL based on the above table: select visitor where id = 1
wanderers
[ header: name | first held | country | earliest attendance figure known | 1998 attendance | 2000 attendance | 2002 attendance | 2004 attendance | 2006 attendance | 2008 attendance | 2010 attendance | 2012 attendance row 1 : animefest | 1992 | usa | 105 (1992) | 650 | 750 | 1800 | 2725 | 4127 | None | None | None row 2 : animeexpo | 1992 | usa | 1750 (1992) | 4883 | 9700 | 15250 | 25000 | 40647 | 43000 | 44000 | 49400 row 3 : fanimecon | 1994 | usa | 200 (1994) | 1700 | 2300 | 4600 | 6122 | 10000 | 14926 | 16000 | 21000 row 4 : otakon | 1994 | usa | 350 (1994) | 2500 | 7500 | 12880 | 20899 | 22302 | 26262 | 29274 | 32724 row 5 : katsucon | 1995 | usa | 500 (1995) | 1400 | 2300 | 3000 | 4300 | 5664 | 6300 | None | 12614 row 6 : nan desu kan | 2000 | usa | None | None | 1477 | 2467 | 2859 | 5018 | 5975 | None | None row 7 : animeiowa | 1997 | usa | 150 (1997) | 300 | 700 | None | None | None | None | None | None row 8 : otafest | 1999 | usa | 700 (1999) | None | 900 | None | None | None | 4042 | 3697 | None row 9 : sakura-con | 2000 | usa | 866(2000) | 313 | 866 | 2328 | 4425 | 7500 | 13600 | 18002 | 21457 row 10 : shoujocon | 2000 | usa | 456(2000) | 456 | 1229 | None | None | None | None | None | None row 11 : j-popcon | 2000 | denmark | None | None | 200 | None | None | 1000 | None | 2200 | None row 12 : sugoicon | 2000 | usa | 522(2000) | None | 522 | 930 | 1333 | 1400 | None | None | None row 13 : ohayocon | 2001 | usa | 654(2001) | None | None | 1200 | 3042 | 4257 | 7000 | 10120 | 40 row 14 : big apple anime fest | 2001 | usa | 3500(2001) | None | None | 7500 | None | None | None | None | None row 15 : manifest | 2001 | australia | 3500(2006) | None | None | None | None | 3500 | 4800 | None | None row 16 : anime detour | 2004 | usa | 1200(2004) | None | None | None | 1200 | 2464 | 3000 | None | None row 17 : portconmaine | 2002 | usa | 250(2002) | None | None | 250 | 811 | 1400 | 1650 | 2072 | 2306 row 18 : anime friends | 2003 | brazil | 25000(2004) | None | None | None | 25000 | 50000 | 120000 | None | None row 19 : anime nebraskon | 2004 | usa | None | None | None | None | 300 | None | None | 2000 | None row 20 : tsubasacon | 2004 | usa | 407(2004) | None | None | None | 407 | 564 | 723 | 1105 | 1320 row 21 : kawaii kon | 2005 | hawaii | 2610 (2005) | None | None | None | None | 2610 | 3495 | 4877 | 6077 row 22 : sac-anime | 2005 | usa | 2000(2006) | None | None | None | None | 2000 | None | None | 5000 row 23 : youmacon | 2005 | usa | 1078(2005) | None | None | None | None | 2125 | 4494 | None | 12156 row 24 : anime punch | 2005 | usa | 200(2005) | None | None | None | None | 977 | 1337 | 1206 | None ] Execute this SQL based on the above table: select country where 2006 attendance < ( select 2006 attendance where country = 'usa' )
denmark, usa, australia, usa, usa, usa, hawaii, usa, usa, usa
[ header: year | crystal bicycle (best professional cyclist) | best young rider | best manager | crystal drop of sweat (best helper) row 1 : 1992 | dirk de wolf | not awarded | not awarded | not awarded row 2 : 1993 | johan museeuw | not awarded | not awarded | not awarded row 3 : 1994 | paul herygers | kristof trouve | not awarded | not awarded row 4 : 1995 | johan museeuw | leif hoste | not awarded | not awarded row 5 : 1996 | johan museeuw | glenn d'hollander | not awarded | not awarded row 6 : 1997 | johan museeuw | sven nys | not awarded | not awarded row 7 : 1998 | tom steels | sven nys | not awarded | not awarded row 8 : 1999 | frank vandenbroucke | kevin hulsmans | not awarded | not awarded row 9 : 2000 | andrei tchmil | jurgen van goolen | patrick lefevere & jo | not awarded row 10 : 2001 | rik verbrugghe | tom boonen | jef braeckevelt | not awarded row 11 : 2002 | johan museeuw | kevin de weert | johan bruyneel | not awarded row 12 : 2003 | peter van petegem | johan vansummeren | johan bruyneel | not awarded row 13 : 2004 | tom boonen | niels albert | patrick lefevere | not awarded row 14 : 2005 | tom boonen | niels albert | jose de cauwer | kevin hulsmans row 15 : 2006 | tom boonen | dominique cornu | patrick lefevere | gert steegmans row 16 : 2007 | sven nys | niels albert | johan bruyneel | johan vansummeren row 17 : 2008 | philippe gilbert | jan bakelants | johan bruyneel | mario aerts row 18 : 2009 | philippe gilbert | kris boeckmans | johan bruyneel | stijn vandenbergh row 19 : 2010 | philippe gilbert | yannick eijssen | marc sergeant | mario aerts row 20 : 2011 | philippe gilbert | tosh van der sande | john lelangue | jelle vanendert row 21 : 2012 | tom boonen | gijs van hoecke | carlo bomans | kevin de weert row 22 : 2013 | sven nys | igor decraene | patrick lefevere | stijn vandenbergh ] Execute this SQL based on the above table: select count ( year ) where best young rider = 'tosh van der sande'
1
[ header: treaty | organization | introduced | signed | ratified row 1 : convention on the prevention and punishment of the crime of | united nations | 1948 | None | 1958 row 2 : international convention on the elimination of all forms of | united nations | 1966 | 1967 | 1970 row 3 : international covenant on economic, social and cultural rights | united nations | 1966 | 1977 | 1979 row 4 : international covenant on civil and political rights | united nations | 1966 | 1977 | 1979 row 5 : first optional protocol to the international covenant on civil and | united nations | 1966 | None | None row 6 : convention on the non-applicability of | united nations | 1968 | None | None row 7 : international convention on the suppression and punishment of the crime | united nations | 1973 | None | None row 8 : convention on the elimination of all forms of discrimination | united nations | 1979 | None | 1993 row 9 : convention against torture and other cruel, inhuman or | united nations | 1984 | 1986 | 1993 row 10 : convention on the rights of the child | united nations | 1989 | 1990 | 1993 row 11 : second optional protocol to the international covenant on civil and | united nations | 1989 | None | None row 12 : international convention on the protection of the rights of all | united nations | 1990 | 1991 | 1993 row 13 : optional protocol to the convention on the elimination of all | united nations | 1999 | None | None row 14 : optional protocol to the convention on the rights of the | united nations | 2000 | 2000 | 2002 row 15 : optional protocol to the convention on the rights of the | united nations | 2000 | 2000 | 2001 row 16 : convention on the rights of persons with disabilities | united nations | 2006 | 2007 | 2009 row 17 : optional protocol to the convention on the rights of persons | united nations | 2006 | None | 2009 row 18 : international convention for the protection of all persons from enforce | united nations | 2006 | 2007 | 2013 row 19 : optional protocol to the international covenant on economic, social | united nations | 2008 | None | None row 20 : optional protocol to the convention on the rights of the | united nations | 2011 | 2012 | None ] Execute this SQL based on the above table: select treaty where id = ( select id where treaty = 'convention on the rights of persons with disabilities' ) - 1
optional protocol to the convention on the rights of the child on the sale of children, child prostitution and child pornography
[ 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 gold = 1
italy (ita), poland (pol), finland (fin), czechoslovakia (tch), hungary (hun)
[ header: year | company | number of members affected | duration of strike | notes row 1 : 1955 | southern bell telephone co | 50000 | 72 days | strike was in answer to management's effort to row 2 : 1968 | at&t | 200000 | 18 days | wage increases to compensate for cost of living, and row 3 : 1971 | bell system | 400000 | 1 week | cost of living allowance (cola) won for workers row 4 : 1983 | bell system | 600000 | 22 days | last contract with the bell system before its breakup row 5 : 1986 | at&t | 175000 | 25 days | cola clause suspended in contract - former bell row 6 : 1989 | at&t | 175000 | None | child and elder care benefits added to contract. row 7 : 1989 | nynex | 175000 | 17 weeks | strike was due to major health care cuts by row 8 : 1998 | us west | 34000 | 15 day | strike was due to mandatory overtime demands and forced pay row 9 : 2000 | verizon | 80000 | 3 weeks | strike was due to mandatory overtime demands. provisions for row 10 : 2011 | verizon | 45000 | 13 days | strike was due to major wage and health care cuts row 11 : 2012 | at&t | 20000 | 2 days | at&t west; californi ] Execute this SQL based on the above table: select count ( company ) where year > 667
11
[ header: central division v t e | w | l | pct | gb | home | road | div row 1 : y-atlanta hawks | 50 | 32 | 0.61 | None | 32-9 | 18-23 | 21-9 row 2 : x-houston rockets | 41 | 41 | 0.5 | 9 | 29-12 | 12-29 | 20-10 row 3 : x-san antonio | 41 | 41 | 0.5 | 9 | 27-14 | 14-27 | 14-16 row 4 : cleveland cavaliers | 37 | 45 | 0.451 | 13 | 28-13 | 9-32 | 16-14 row 5 : indiana pacers | 37 | 45 | 0.451 | 13 | 26-15 | 11-30 | 15-15 row 6 : detroit pistons | 16 | 66 | 0.195 | 34 | 13-28 | 3-38 | 4-26 ] Execute this SQL based on the above table: select count ( * ) where gb > 219
0
[ header: year | winner | runner-up | final score | third row 1 : 1992 | budivelnyk | nki mykolaiv | round-robin | spartak lugansk row 2 : 1993 | budivelnyk | ska kyiv | round-robin | nki mykolaiv row 3 : 1994 | budivelnyk | kyiv-basket | 3-0 | bipa-moda odesa row 4 : 1995 | budivelnyk | kyiv-basket | 3-0 | shakhtar-asko donetsk row 5 : 1996 | budivelnyk | shakhtar donetsk | round-robin | kyiv-basket row 6 : 1997 | budivelnyk | bipa-moda odesa | 3-2 | kyiv-basket row 7 : 1998 | bipa-moda odesa | budivelnyk | 3-0 | sc mykolaiv row 8 : 1999 | bipa-moda odesa | cska-riko kyiv | 3-2 | budivelnyk row 9 : 2000 | kyiv | mbc odesa | 3-2 | cska-ukrtatna row 10 : 2001 | mbc odesa | kyiv | 3-2 | azovmash row 11 : 2002 | mbc odesa | kyiv | 3-2 | azovmash row 12 : 2003 | azovmash | mbc odesa | 4-0 | kyiv row 13 : 2004 | azovmash | kyiv | 4-2 | mbc odesa row 14 : 2005 | kyiv | azovmash | 3-0 | khimik row 15 : 2006 | azovmash | kyiv | 3-1 | khimik row 16 : 2007 | azovmash | kyiv | 3-2 | khimik row 17 : 2008 | azovmash | kyiv | 3-1 | khimik row 18 : 2009 | azovmash | donetsk | 3-0 | khimik row 19 : 2010 | azovmash | budivelnyk | 3-2 | ferro-zntu row 20 : 2011 | budivelnyk | donetsk | 4-3 | hoverla row 21 : 2012 | donetsk | azovmash | 4-0 | ferro-zntu row 22 : 2013 | budivelnyk | azovmash | 4-3 | ferro-zntu ] Execute this SQL based on the above table: select final score where year = 2001 and final score = '3-2'
3-2
[ header: year | host | gold | silver | bronze row 1 : 1976 | paraguay (asuncion) | brazil | paraguay | argentina row 2 : 1981 | peru (lima) | brazil | colombia | argentina row 3 : 1986 | colombia (cucuta) | brazil | colombia | peru row 4 : 1987 | argentina (mar del plata) | argentina | brazil | chile row 5 : 1990 | ecuador (ibarra) | brazil | argentina | ecuador row 6 : 1992 | chile (santiago) | brazil | argentina | colombia row 7 : 1995 | brazil (sao ro | colombia | brazil | argentina row 8 : 1996 | ecuador (quito) | argentina | brazil | colombia row 9 : 1998 | chile (ancud) | brazil | argentina | bolivia row 10 : 2000 | venezuela (san feli | brazil | argentina | venezuela row 11 : 2002 | chile (santiago) | ecuador | chile | paraguay row 12 : 2004 | bolivia (quillacollo) | brazil | argentina | bolivia row 13 : 2005 | paraguay (asuncion) | argentina | brazil | paraguay row 14 : 2007 | venezuela (guanare) | venezuela | argentina | brazil row 15 : 2009 | chile (santiago) | brazil | chile | argentina row 16 : 2011 | colombia (pasto) | colombia | argentina | brazil row 17 : 2013 | ecuador (portoviejo) | brazil | argentina | chile ] Execute this SQL based on the above table: select count ( year ) where bronze > 956
17
[ header: mlb season | team season | league | division | finish | wins | losses | win % | gb | postseason | awards row 1 : 1969 | 1969 | al | west | 6th | 64 | 98 | 0.395 | 33 | None | None row 2 : 1970 | 1970 | al | west | 4th | 65 | 97 | 0.401 | 33 | None | None row 3 : 1971 | 1971 | al | west | 6th | 69 | 92 | 0.429 | 32 | None | None row 4 : 1973 | 1973 | al | east | 5th | 74 | 88 | 0.457 | 23 | None | None row 5 : 1974 | 1974 | al | east | 5th | 76 | 86 | 0.469 | 15 | None | None row 6 : 1976 | 1976 | al | east | 6th | 66 | 95 | 0.41 | 32 | None | None row 7 : 1977 | 1977 | al | east | 6th | 67 | 95 | 0.414 | 33 | None | None row 8 : 1979 | 1979 | al | east | 2nd | 95 | 66 | 0.59 | 8 | None | None row 9 : 1981 | 1981 | al | east | 3rd | 31 | 25 | 0.554 | 3 | lost alds vs. new york | rollie fingers (mvp, row 10 : 1981 | 1981 | al | east | 1st | 31 | 22 | 0.585 | None | lost alds vs. new york | rollie fingers (mvp, row 11 : 1982 | 1982 | al | east | 1st | 95 | 67 | 0.586 | None | won alcs vs. cali | robin yount (mvp row 12 : 1983 | 1983 | al | east | 5th | 87 | 75 | 0.537 | 11 | None | cecil cooper (rca) row 13 : 1984 | 1984 | al | east | 7th | 67 | 94 | 0.416 | 361⁄2 | None | None row 14 : 1988 | 1988 | al | east | 3rd | 87 | 75 | 0.537 | 2 | None | None row 15 : 1993 | 1993 | al | east | 7th | 69 | 93 | 0.426 | 26 | None | None row 16 : 1997 | 1997 | al | central | 3rd | 78 | 83 | 0.484 | 8 | None | None row 17 : 1999 | 1999 | nl | central | 5th | 74 | 87 | 0.46 | 221⁄2 | None | None row 18 : 2000 | 2000 | nl | central | 3rd | 73 | 89 | 0.451 | 22 | None | None row 19 : 2001 | 2001 | nl | central | 4th | 68 | 94 | 0.42 | 25 | None | None row 20 : 2002 | 2002 | nl | central | 6th | 56 | 106 | 0.346 | 41 | None | None row 21 : 2003 | 2003 | nl | central | 6th | 68 | 94 | 0.412 | 20 | None | None row 22 : 2004 | 2004 | nl | central | 6th | 67 | 94 | 0.411 | 371⁄2 | None | None row 23 : 2007 | 2007 | nl | central | 2nd | 83 | 79 | 0.512 | 2 | None | ryan braun (roy) prince field row 24 : 2008 | 2008 | nl | central | 2nd | 90 | 72 | 0.556 | 71⁄2 | lost nlds vs. | None row 25 : 2009 | 2009 | nl | central | 3rd | 80 | 82 | 0.494 | 11 | None | None ] Execute this SQL based on the above table: select count ( team season ) where gb = 1878
0
[ header: m | date | tournament | round | ground | opponent | score | attendance | dinamo scorers | report row 1 : 2 | 17 jul | supercup | None | h | hajduk split | 1 - 0 | 8000 | biscan | sportnet.hr row 2 : 3 | 20 jul | ucl | qr2 | ar | koper | 0 - 3 | 2000 | None | sportnet.hr row 3 : 9 | 14 aug | 1. hnl | 4 | h | karlovac | 4 - 2 | 400 | sammir (2), kramaric | sportnet.hr row 4 : 13 | 28 aug | 1. hnl | 6 | h | cibalia | 2 - 0 | 3500 | vrsaljko, to | sportnet.hr row 5 : 15 | 16 sep | uel | group | h | villarreal | 2 - 0 | 21000 | rukavina, sam | sportnet.hr row 6 : 17 | 22 sep | cup | r1 | a | zadrugar | 6 - 0 | 1500 | beciraj (2), kramaric | sportnet.hr row 7 : 19 | 30 sep | uel | group | a | paok | 0 - 1 | 25000 | None | sportnet.hr row 8 : 20 | 03 oct | 1. hnl | 10 | h | istra 1961 | 4 - 0 | 1500 | sylvestr, beci | sportnet.hr row 9 : 21 | 16 oct | 1. hnl | 11 | a | osijek | 3 - 1 | 5000 | sammir, badelj, | sportnet.hr row 10 : 23 | 23 oct | 1. hnl | 12 | h | sibenik | 1 - 0 | 3000 | tomecak | sportnet.hr row 11 : 24 | 27 oct | cup | r2 | a | karlovac | 2 - 0 | 1500 | beciraj, cufre | sportnet.hr row 12 : 25 | 30 oct | 1. hnl | 13 | a | inter zapresic | 3 - 0 | 3000 | tonel, sammir, i | sportnet.hr row 13 : 27 | 07 nov | 1. hnl | 14 | h | zadar | 1 - 0 | 4000 | tomecak | sportnet.hr row 14 : 30 | 23 nov | cup | qf | h | osijek | 2 - 0 | 1000 | tonel, kramaric | sportnet.hr row 15 : 31 | 27 nov | 1. hnl | 17 | a | rijeka | 2 - 0 | 2500 | beciraj, badelj | sportnet.hr row 16 : 35 | 15 dec | uel | group | h | paok | 0 - 1 | 25000 | None | sportnet.hr row 17 : 37 | 05 mar | 1. hnl | 20 | h | slaven belupo | 0 - 0 | 500 | None | sportnet.hr row 18 : 39 | 19 mar | 1. hnl | 22 | h | hajduk split | 2 - 0 | 15000 | badelj, beciraj | sportnet.hr row 19 : 44 | 20 apr | cup | sf | a | slaven belupo | 1 - 0 | 3000 | tomecak | sportnet.hr ] Execute this SQL based on the above table: select min ( attendance )
400.0
[ header: year | order | quantity | ger nos. row 1 : 1893 | n31 | 1 | 999 row 2 : 1893 | h33 | 10 | 979-988 row 3 : 1894 | l33 | 10 | 989-998 row 4 : 1894 | e34 | 10 | 969-978 row 5 : 1896 | n37 | 10 | 959-968 row 6 : 1897 | h40 | 10 | 949-958 row 7 : 1897 | o41 | 10 | 602-608, 946-948 row 8 : 1898 | g42 | 10 | 542-551 row 9 : 1898 | k43 | 10 | 562-571 ] Execute this SQL based on the above table: select count ( distinct ger nos. )
9
[ header: character | м | м | м | м row 1 : unicode name | cyrillic capital letter e | cyrillic capital letter e | cyrillic small letter e | cyrillic small letter e row 2 : encodings | decimal | hex | decimal | hex row 3 : unicode | 1052 | u+041c | 1084 | u+043c row 4 : utf-8 | 208 156 | d0 9c | 208 188 | d0 bc row 5 : numeric character reference | &#1052; | &#x41c; | &#1084; | &#x43c; row 6 : koi8-r and k | 237 | ed | 205 | cd row 7 : code page 855 | 211 | d3 | 210 | d2 row 8 : code page 866 | 140 | 8c | 172 | ac row 9 : windows-1251 | 204 | cc | 236 | ec row 10 : iso-8859-5 | 188 | bc | 220 | dc row 11 : macintosh cyril | 140 | 8c | 236 | ec ] Execute this SQL based on the above table: select character order by id desc limit 1
macintosh cyrillic
[ header: pos. | rider | semi-final points | final points | final heats | total points row 1 : 1 | jack milne | 13 | 15 | (3,3,3,3,3) | 28 row 2 : 2 | wilbur lamoreaux | 12 | 13 | (3,3,3,1,3) | 25 row 3 : 3 | cordy milne | 11 | 12 | (2,3,2,3,2) | 23 row 4 : 4 | jack parker | 11 | 10 | (2,3,1,2,2) | 21 row 5 : 5 | ginger lees | 10 | 9 | (1,1,2,2,3) | 19 row 6 : 6 | frank charles | 10 | 7 | (0,0,1,3,3) | 17 row 7 : 7 | lionel van praag | 11 | 6 | (3,0,-,3,0) | 17 row 8 : 8 | bill kitchen | 7 | 9 | (1,2,2,2,2) | 16 row 9 : 9 | george newton | 11 | 5 | (3,0,0,0,2) | 16 row 10 : 10 | eric langton | 12 | 4 | (1,0,0,3,0) | 16 row 11 : 11 | morian hansen | 7 | 8 | (1,2,3,1,1) | 15 row 12 : 12 | eric chitty | 11 | 4 | (0,2,0,1,1) | 15 row 13 : 13 | joe abbott | 8 | 6 | (2,1,1,2,0) | 14 row 14 : 14 | arthur atkinson | 8 | 6 | (2,0,2,1,1) | 14 row 15 : 15 | frank varey | 8 | 3 | (0,1,1,0,1) | 11 row 16 : 16 | tommy croombs | 6 | 2 | (0,2,0,0,0) | 8 row 17 : 17 | bob harrison | 7 | None | None | 7 row 18 : 18 | alec statham | 6 | 0 | (0) | 6 ] Execute this SQL based on the above table: select rider where id = 6
frank charles
[ header: county | fips code | county seat | created | origin | etymology | population estimate (2011) | area row 1 : alamance county | 1 | graham | 1849 | orange county | the battle of alamance which was derived | 153291 | 435 sq mi (1,127 km2) row 2 : clay county | 43 | hayesville | 1861 | cherokee county | henry clay (1777-1852), states | 10563 | 221 sq mi (572 km2) row 3 : dare county | 55 | manteo | 1870 | currituck county, hyde | virginia dare (b. 1587 | 34307 | 1,562 sq mi (4,046 km2) row 4 : duplin county | 61 | kenansville | 1750 | new hanover county | thomas hay, viscount du | 59542 | 819 sq mi (2,121 km2) row 5 : gaston county | 71 | gastonia | 1846 | lincoln county | william gaston (1778-1844), | 207031 | 364 sq mi (943 km2) row 6 : greene county | 79 | snow hill | 1799 | dobbs county originally named glasgo | nathanael greene (17 | 21556 | 266 sq mi (689 km2) row 7 : henderson county | 89 | hendersonville | 1838 | buncombe county | leonard henderson (1772-18 | 107927 | 375 sq mi (971 km2) row 8 : mitchell county | 121 | bakersville | 1861 | burke county, caldwell county, m | elisha mitchell (1793 | 15445 | 222 sq mi (575 km2) row 9 : wilson county | 195 | wilson | 1855 | edgecombe county, johnston county, | louis d. wilson, | 81452 | 374 sq mi (969 km2) row 10 : yadkin county | 197 | yadkinville | 1850 | surry county | the yadkin river | 38279 | 337 sq mi (873 km2) ] Execute this SQL based on the above table: select etymology where origin = 'surry county'
the yadkin river
[ header: name | party | took office | left office row 1 : glenlyon campbell | conservative | 1903 | 1908 row 2 : duncan cameron | conservative | 1908 | 1910 row 3 : sam hughes | conservative | 1910 | 1915 row 4 : william findlater | liberal | 1915 | 1922 row 5 : arthur berry | progressive | 1922 | 1932 row 6 : None | liberal-progressive | 1932 | 1936 row 7 : stanley fox | social credit | 1936 | 1940 row 8 : None | social credit (coalition) | 1940 | 1949 row 9 : ray mitchell | liberal-progressive | 1949 | 1958 ] Execute this SQL based on the above table: select count ( name )
7
[ header: ranking | company | industry | revenue (usd billions) | fy | capitalization (usd billions) | employees | listing | headquarters | ceo row 1 : 1 | wal-mart stores, inc | retail | $469 | january 31, 2013 | $248 | 2200000 | nyse: wmt | bentonville, arkansas | doug mcmillon row 2 : 3 | exxon mobil corporation | oil and gas | $453 | december 31, 2012 | $406 | 76900 | nyse: xom | irving, texas | rex w. tillerson row 3 : 4 | china national petroleum corporation | oil and gas | $425 | december 31, 2012 | None | 1668072 | None | beijing | zhou jiping row 4 : 10 | samsung | conglomerate | $268 | december 31, 2014 | None | 427000 | krx: 005930; | samsung town | lee kun-hee row 5 : 12 | chevron | oil and gas | $242 | december 31, 2012 | $211 | 61000 | nyse: cvx | san ramon, califor | john watson row 6 : 13 | total | oil and gas | $240 | december 31, 2013 | $120 | 111000 | euronext: fp | courbevoie | christophe de margerie row 7 : 20 | eni | oil and gas | $167 | december 31, 2012 | $94 | 78000 | bit: eni | rome | paolo scaroni row 8 : 21 | gazprom | oil and gas | $164 | december 31, 2012 | $145 | 432000 | mcx: gazp | moscow | alexei miller row 9 : 22 | berkshire hathaway | conglomerate | $162 | december 31, 2012 | $201 | 217000 | nyse: brka; | omaha, nebra | warren buffett row 10 : 23 | general motors | automotive | $152 | december 31, 2012 | $40 | 284000 | nyse: gm | detroit, michigan | daniel akerson row 11 : 27 | petrobras | oil and gas | $144 | december 31, 2012 | $171 | 81000 | bovespa: petr3; bove | rio de janeiro | maria das gracas foster row 12 : 29 | valero energy | oil and gas | $139 | december 31, 2012 | $16 | 22000 | nyse: vlo | san antonio, | william r. klesse row 13 : 30 | lukoil | oil and gas | $139 | december 31, 2012 | $51 | 120000 | mcx: lkoh | moscow | vagit alekperov row 14 : 35 | statoil | oil and gas | $130 | december 31, 2012 | $86 | 23000 | ose: stl | stavanger | helge lund row 15 : 36 | gdf suez | electricity and gas utility | $128 | december 31, 2012 | $58 | 161000 | euronext: sze | paris | gerard mestrallet row 16 : 38 | pemex | oil and gas | $127 | december 31, 2012 | None | 138000 | None | mexico city | juan jose suarez c row 17 : 40 | cvs caremark | retail | $123 | december 31, 2012 | $59 | 202000 | nyse: cvs | woonsocket, rh | larry j. merlo ] Execute this SQL based on the above table: select listing order by revenue (usd billions) desc limit 1
nyse: wmt
[ header: year | competition | venue | position | notes row 1 : 2006 | iaaf world athletics final | stuttgart, germany | 5th | 110 m hurdles row 2 : 2007 | world championships | osaka, japan | 4th (semis) | 110 m hurdles row 3 : 2008 | world indoor championships | valencia, spain | 4th (semis) | 60 m hurdles row 4 : 2008 | olympic games | beijing, china | 3rd | 110 m hurdles row 5 : 2008 | iaaf world athletics final | stuttgart, germany | 1st | 110 m hurdles row 6 : 2010 | world indoor championships | doha, qatar | 3rd | 60 m hurdles row 7 : 2010 | 2010 diamond league | multiple locations | 1st | 110 m hurdles row 8 : 2013 | 2013 diamond league | multiple locations | 1st | 110 m hurdles row 9 : 2013 | world championships | moscow, russia | 1st | 110 m hurdles ] Execute this SQL based on the above table: select venue order by year limit 291
stuttgart, germany, osaka, japan, valencia, spain, beijing, china, stuttgart, germany, doha, qatar, multiple locations, multiple locations, moscow, russia
[ header: date | time | opponent# | site | tv | result | attendance row 1 : august 29 | 7:30 pm | appalachian state | groves stadium • winston-sa | None | w 19-13 | 21129 row 2 : september 7 | 6:30 pm | #13 northwestern | groves stadium • winston-sa | fsn | w 28-27 | 21749 row 3 : september 14 | 7:00 pm | at georgia tech | bobby dodd stadium • atlant | None | l 10-30 | 45750 row 4 : september 21 | 12:00 pm | #20 virginia | groves stadium • winston-sa | jps | l 7-42 | 23220 row 5 : september 28 | 12:00 pm | at clemson | memorial stadium • clemson, s | jps | l 10-21 | 63263 row 6 : october 5 | 6:30 pm | #15 north carolina | groves stadium • winston-sa | None | l 6-45 | 25681 row 7 : october 19 | 2:00 pm | at maryland | byrd stadium • college park, m | None | l 0-52 | 30212 row 8 : october 26 | 1:00 pm | navy | groves stadium • winston-sa | None | l 18-47 | 17307 row 9 : november 9 | 12:00 pm | vs. #3 florida state | citrus bowl • orlando, f | jps | l 7-44 | 34974 row 10 : november 16 | 1:00 pm | duke | groves stadium • winston-sa | None | w 17-16 | 17842 row 11 : november 23 | 1:00 pm | at nc state | carter-finley stadium • r | None | l 22-37 | 40500 ] Execute this SQL based on the above table: select time - attendance where site = 'groves stadium • winston-salem, nc'
-21122.0, -21743.0, -23208.0, -25675.0, -17306.0, -17841.0
[ header: year | vidhan sabha | members of legislative assembly | winning party | nearest contesting party row 1 : 1951 | 01st vidhan sab | shri hari prasad | sop | inc row 2 : 1957 | 02nd vidhan sabha | shri bhihari lal | psp | inc row 3 : 1962 | 03rd vidhan sab | shri durga prasad | inc | psp row 4 : 1967 | 04th vidhan sabha | shri munendra pal singh | psp | bjs row 5 : 1969 | 05th vidhan sab | shri tej bhah | bkd | bjs row 6 : 1974 | 06th vidhan sabha | shri tej bhah | inc | bjs row 7 : 1977 | 07th vidhan sabha | shri munendra pal singh | jnp | inc row 8 : 1980 | 08th vidhan sabha | shri tej bhah | inc | jnp row 9 : 1985 | 09th vidhan sabha | shri tej bhah | inc | jnp row 10 : 1989 | 10th vidhan sabha | shri harish kumar | jnp | bjp row 11 : 1991 | 11th vidhan sabha | shri ram saran verm | bjp | inc row 12 : 1993 | 12th vidhan sabha | shri ram saran verm | bjp | inc row 13 : 1996 | 13th vidhan sabha | shri anish ahemd k | bsp | bjp row 14 : 2002 | 14th vidhan sabha | shri anish ahemd k | bsp | bjp row 15 : 2007 | 15th vidhan sabha | shri anish ahemd k | bsp | bjp row 16 : 2012 | 16th vidhan sabha | shri ram saran verm | bjp | inc ] Execute this SQL based on the above table: select count ( * ) where members of legislative assembly <= 1243
0
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | chinese taipei | 2 | 0 | 0 | 2 row 2 : 1 | russia (rus) | 2 | 0 | 0 | 2 row 3 : 3 | great britain (gbr) | 1 | 0 | 0 | 1 row 4 : 4 | slovakia (svk) | 0 | 2 | 2 | 4 row 5 : 5 | china (chn) | 0 | 2 | 1 | 3 row 6 : 6 | mexico (mex) | 0 | 1 | 1 | 2 row 7 : 7 | germany (ger) | 0 | 0 | 2 | 2 row 8 : 8 | south korea (kor) | 0 | 0 | 1 | 1 row 9 : 8 | switzerland (sui) | 0 | 0 | 1 | 1 row 10 : 8 | thailand (tha) | 0 | 0 | 1 | 1 row 11 : 8 | uzbekistan (uzb | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select nation order by rank desc limit 1
south korea (kor)
[ header: 2011 rank | 2010 rank | 2009 rank | 2008 rank | 2007 rank | company (country) | 2011 arms sales (us$ m.) | 2010 arms sales (us$ m.) | 2009 arms sales (us$ m.) | 2008 arms sales (us$ m.) | 2007 arms sales (us$ m.) | arms sales as share of company's total sales (%), row 1 : 1 | 1 | 1 | 2 | 3 | lockheed martin | 36270 | 35730 | 33430 | 29880 | 29400 | 78 row 2 : 2 | 3 | 3 | 3 | 1 | boeing | 31830 | 31360 | 32300 | 29200 | 30480 | 46 row 3 : 3 | 2 | 2 | 1 | 2 | bae systems | 29150 | 32880 | 33250 | 32420 | 29860 | 95 row 4 : 4 | 5 | 5 | 5 | 5 | general dynamics | 23760 | 23940 | 25590 | 22780 | 21520 | 73 row 5 : 5 | 6 | 6 | 6 | 6 | raytheon | 22470 | 22980 | 21030 | 23080 | 19540 | 90 row 6 : 6 | 4 | 4 | 4 | 4 | northrop grumman | 21390 | 28150 | 27000 | 26090 | 24600 | 81 row 7 : 7 | 7 | 7 | 7 | 7 | airbus group | 16390 | 16360 | 17900 | 15930 | 13100 | 24 row 8 : 8 | 8 | 8 | 8 | 9 | finmeccanica | 14560 | 14410 | 13280 | 13020 | 9850 | 60 row 9 : 9 | 9 | 9 | 9 | 8 | l-3 communications | 12520 | 13070 | 13010 | 12160 | 11240 | 83 row 10 : 10 | 10 | 10 | 11 | 11 | united technologies corporation | 11640 | 11410 | 11110 | 9980 | 8760 | 20 row 11 : 11 | 11 | 11 | 10 | 10 | thales group | 9480 | 9950 | 10200 | 10760 | 9350 | 52 row 12 : 12 | 12 | 12 | 12 | 12 | saic | 7940 | 8230 | 8030 | 7350 | 6250 | 75 row 13 : 13 | None | None | None | None | huntington ingalls industries | 6380 | None | None | None | None | 97 row 14 : 14 | 15 | 14 | 15 | 15 | honeywell | 5280 | 5400 | 5380 | 5310 | 5020 | 14 row 15 : 15 | 16 | 16 | 25 | 14 | safran | 5240 | 4800 | 4740 | 3020 | 5230 | 32 row 16 : 16 | 14 | 13 | 14 | 13 | computer sciences corp | 4860 | 5940 | 6050 | 5710 | 5420 | 31 row 17 : 17 | 17 | 19 | 17 | 17 | rolls-royce | 4670 | 4330 | 4140 | 4720 | 4580 | 26 row 18 : 18 | 21 | None | None | None | united aircraft corporation | 4440 | 3440 | None | None | None | 80 row 19 : 19 | 13 | 27 | 37 | 45 | oshkosh corporation | 4370 | 7080 | 2770 | 2070 | 1570 | 58 row 20 : 20 | 18 | 18 | 22 | 20 | general electric | 4100 | 4300 | 4700 | 3650 | 3460 | 3 row 21 : 21 | 19 | 17 | 16 | 19 | itt corp | 4020 | 4000 | 4730 | 5170 | 3850 | 69 row 22 : 22 | 20 | 22 | 18 | 23 | almaz-antey | 3690 | 3950 | 3260 | 4340 | 2780 | 85 ] Execute this SQL based on the above table: select company (country) where 2008 arms sales (us$ m.) = 7350
saic
[ header: game | december | opponent | score | record row 1 : 9 | 4 | @ montreal canadiens | 5 - 4 | 3-4-2 row 2 : 10 | 6 | @ toronto maple leafs | 4 - 2 | 3-5-2 row 3 : 11 | 9 | ottawa senators | 3 - 2 | 4-5-2 row 4 : 12 | 14 | detroit falcons | 3 - 0 | 5-5-2 row 5 : 13 | 18 | boston bruins | 4 - 2 | 5-6-2 row 6 : 14 | 20 | @ boston bruins | 2 - 2 ot | 5-6-3 row 7 : 15 | 23 | montreal canadiens | 5 - 1 | 6-6-3 row 8 : 16 | 25 | @ ottawa senators | 4 - 1 | 7-6-3 row 9 : 17 | 28 | philadelphia quakers | 4 - 2 | 8-6-3 row 10 : 18 | 30 | @ new york americans | 2 - 2 ot | 8-6-4 ] Execute this SQL based on the above table: select record where record in ( '7-6-3' , '3-4-2' ) group by record order by count ( record ) desc limit 1
7-6-3
[ header: # | menteri besar | took office | left office | party row 1 : 1 | jaafar mohamed | 1886 | july 1890 | no party row 2 : 2 | mohamed mahbob | june 1920 | 1922 | no party row 3 : 3 | abdullah jaafar | september 1923 | 1928 | no party row 4 : 4 | mustapha jaafar | september 16, 1928 | november 23, 1931 | no party row 5 : 5 | abdul hamid yusof | november 23, 1931 | december 28, 1934 | no party row 6 : 6 | ungku abdul aziz abd | april 1935 | june 1, 1947 | no party row 7 : 7 | onn jaafar | june 1, 1947 | may 18, 1950 | no party row 8 : 8 | syed abdul kadir mo | february 18, 1952 | june 5, 1955 | no party row 9 : 9 | wan idris ibra | october 1, 1955 | august 31, 1957 | no party ] Execute this SQL based on the above table: select count ( * ) where # >= 35
0
[ header: season | level | division | place row 1 : 2001/02 | 4 | 3a | 4th row 2 : 2002/03 | 3 | 2ab | 20th row 3 : 2003/04 | 4 | 3a | 9th row 4 : 2004/05 | 4 | 3a | 2nd row 5 : 2005/06 | 4 | 3a | 3rd row 6 : 2006/07 | 4 | 3a | 7th row 7 : 2007/08 | 4 | 3a | 9th row 8 : 2008/09 | 4 | 3a | 14th row 9 : 2009/10 | 4 | 3a | 6th row 10 : 2010/11 | 4 | 3a | 19th row 11 : 2011/12 | 5 | reg. pref | 18th row 12 : 2012/13 | 6 | 1a reg | 15th row 13 : 2013/14 | 6 | 1a reg | None ] Execute this SQL based on the above table: select count ( * ) where division = '3a'
9
[ header: | player | nationality | drafted by | year | round | overall row 1 : w | harald luckner | sweden | new york islanders | 1977 | 7th | 121st row 2 : d | bjorn olsson | sweden | st. louis blues | 1977 | 9th | 147th row 3 : c | bengt-ake gustafs | sweden | washington capitals | 1978 | 4th | 55th row 4 : f | dan hermansson | sweden | st. louis blues | 1978 | 10th | 175th row 5 : w | hakan loob | sweden | calgary flames | 1980 | 9th | 181st row 6 : w | jan ingman | sweden | montreal canadiens | 1981 | 1st | 19th row 7 : lw | magnus roupe | sweden | philadelphia flyers | 1982 | 9th | 182nd row 8 : c | thomas rundkvist | sweden | montreal canadiens | 1983 | 10th | 198th row 9 : rw | lars karlsson | sweden | detroit red wings | 1984 | 8th | 152nd row 10 : d | fredrik olausson | sweden | winnipeg jets | 1985 | 4th | 81st row 11 : d | mattias olsson | sweden | los angeles kings | 1991 | 10th | 218th row 12 : c | mathias johansson | sweden | calgary flames | 1992 | 3rd | 54th row 13 : rw | jonas hoglund | sweden | calgary flames | 1992 | 10th | 222nd row 14 : d | anders myrvold | norway | quebec nordiques | 1993 | 5th | 127th row 15 : d | henrik rehnberg | sweden | new jersey devils | 1995 | 4th | 96th row 16 : rw | kristian huselius | sweden | florida panthers | 1997 | 2nd | 47th row 17 : lw | peter nordstrom | sweden | boston bruins | 1998 | 3rd | 78th row 18 : d | jonas frogren | sweden | calgary flames | 1998 | 8th | 206th row 19 : d | pelle prestberg | sweden | mighty ducks of anaheim | 1998 | 9th | 233rd row 20 : c | tore vikingstad | norway | st. louis blues | 1999 | 6th | 180th row 21 : lw | andreas jamtin | sweden | detroit red wings | 2001 | 5th | 157th row 22 : d | robin jonsson | sweden | st. louis blues | 2002 | 4th | 120th row 23 : d | pierre johnsson | sweden | calgary flames | 2002 | 7th | 207th row 24 : d | per johnsson | sweden | calgary flames | 2006 | 7th | 209th row 25 : c | marcus johansson | sweden | washington capitals | 2009 | 1st | 24th row 26 : f | henrik bjorklund | sweden | calgary flames | 2009 | 4th | 111th row 27 : g | johan gustafsson | sweden | minnesota wild | 2010 | 6th | 159th ] Execute this SQL based on the above table: select count ( drafted by )
27
[ header: no. | song | singers | length (m:ss) row 1 : 1 | kalluri padam | shankar mahadevan | 01:32 row 2 : 2 | iru kangal | balram, gopika poornima | 04:49 row 3 : 3 | sithanna vasal | s. p. balasubram | 04:53 row 4 : 4 | thozha thozha | karthik | 03:57 row 5 : 5 | vidinjakka kannalam | chitra sivaraman | 04:20 row 6 : 6 | mullai poo | spb charan, ven | 04:33 row 7 : 7 | yarum ariya | pavithra | 05:16 row 8 : 8 | salsa - theme music | instrumental | 01:33 ] Execute this SQL based on the above table: select singers group by singers order by count ( singers ) desc limit 1
spb charan, venkat prabhu, yugendran
[ header: afrikaans | ipa | dutch | english | german row 1 : hallo! hoe gaan dit? | [ɦaləu ɦu x | hallo! hoe gaat het | hello! how is it going? (hello | hallo! wie geht's? (hall row 2 : baie goed, dankie | [bajə xuˑt | heel goed, dank je | very well, thank you | sehr gut, danke row 3 : praat jy afrik | [prɑˑt jəi | spreek/praat je/ji | do you speak afrikaans? | sprichst du af row 4 : praat jy engels | [prɑˑt jəi | spreek/praat je/ji | do you speak english? | sprichst du engli row 5 : ja | [jɑˑ] | ja | yes | ja row 6 : nee | [neˑə] | nee | no | nein row 7 : 'n bietjie | [ə biki] | een beetje | a bit | ein bisschen row 8 : wat is jou naam? | [vat əs jəu | hoe heet je? / | what is your name? | wie heißt du? / wie ist de row 9 : die kinders praat afrik | [di kənərs | de kinderen spreken/praten | the children speak afrikaans | die kinder sprechen afrikaans row 10 : ek is lief vir jou | [æk əs lif | ik hou van je/jou. | i love you | ich liebe dich. also: ich habe ] Execute this SQL based on the above table: select count ( * ) where ipa = 334
0
[ header: name | nationality | matches played | goals scored | notes row 1 : adrian caceres | australia | 42 | 6 | None row 2 : andrew nabbout | australia | 21 | 4 | None row 3 : andrew vlahos | australia | 18 | 0 | None row 4 : antun kovacic | australia | 2 | 0 | None row 5 : archie thompson | australia | 160 | 69 | melbourne's first ever signing first dual row 6 : billy celeski | australia | 91 | 2 | None row 7 : carl recchia | australia | 12 | 0 | None row 8 : carlos hernandez | costa rica | 121 | 36 | first costa rican to play for row 9 : christopher cristaldo | australia | 3 | 1 | None row 10 : diogo ferreira | australia | 52 | 2 | None row 11 : dylan murnane | australia | 2 | 0 | None row 12 : eugene galekovic | australia | 15 | 0 | None row 13 : evan berger | australia | 43 | 0 | None row 14 : fred carreiro | brazil | 20 | 4 | first brazilian to play for melbourne row 15 : geoff kellaway | wales | 9 | 0 | first welsh to play for mel row 16 : geoffrey claeys | belgium | 16 | 0 | first belgian to play for melbourne row 17 : isaka cernak | australia | 21 | 2 | None row 18 : james jeggo | australia | 19 | 1 | None row 19 : jason geria | australia | 4 | 0 | None row 20 : jonathan bru | mauritius | 19 | 0 | first mauritian to play for melbourne row 21 : joe keenan | england | 12 | 0 | None row 22 : kaz patafta | australia | 14 | 1 | None row 23 : kosta barbarouses | new zealand | 0 | 0 | None row 24 : lawrence thomas | australia | 4 | 0 | None row 25 : leandro love | brazil | 15 | 0 | None row 26 : luke o'dea | australia | 2 | 0 | None row 27 : marcos flores | argentina | 24 | 4 | first argentine to play for melbourne row 28 : mark byrnes | australia | 19 | 1 | None row 29 : mark milligan | australia | 32 | 10 | club captain 2013- row 30 : marvin angulo | costa rica | 36 | 0 | None row 31 : matthew spiranovic | australia | 1 | 0 | None row 32 : michael ferrante | australia | 26 | 1 | None row 33 : mitchell langerak | australia | 21 | 0 | None row 34 : nick ward | australia | 46 | 5 | None row 35 : ramazan tavsanc | australia | 4 | 0 | None row 36 : richard kitzbichler | austria | 18 | 5 | first austrian to play for melbourne row 37 : ricky diaco | australia | 13 | 1 | None row 38 : robbie kruse | australia | 39 | 16 | None row 39 : rodrigo vargas | australia | 139 | 7 | None row 40 : sam gallagher | australia | 2 | 0 | None row 41 : scott galloway | australia | 11 | 0 | None row 42 : sebastian ryall | australia | 24 | 0 | None row 43 : simon storey | australia | 32 | 0 | None ] Execute this SQL based on the above table: select ( select matches played where nationality = 'australia' ) - ( select matches played where nationality = 'brazil' )
22.0
[ header: draw | country | language | artist | song | english translation | place | points row 1 : 1 | spain | spanish | serafin zubiri | "todo esto es la | all this is music | 14 | 37 row 2 : 2 | belgium | french | morgane | "nous, on veut des violon | we want violins | 20 | 11 row 3 : 3 | israel | hebrew | dafna dekel | "ze rak sport" (זה רק | it's just sport | 6 | 85 row 4 : 4 | turkey | turkish | aylin vatankos | "yaz bitti" | summer is over | 19 | 17 row 5 : 5 | greece | greek | cleopatra | "olou tou kosmou | the whole world's hope | 5 | 94 row 6 : 6 | france | french, antillean creole | kali | "monte la rivie" | go up the river | 8 | 73 row 7 : 7 | sweden | swedish | christer bjorkman | "i morgon ar en annan | tomorrow is another day | 22 | 9 row 8 : 8 | portugal | portuguese | dina | "amor d'agua fr | fresh water love | 17 | 26 row 9 : 9 | cyprus | greek | evridiki | "teriazoume" (ταιριαζουμε) | we hit it off | 11 | 57 row 10 : 10 | malta | english | mary spiteri | "little child" | None | 3 | 123 row 11 : 11 | iceland | icelandic | heart 2 heart | "nei eða ja" | no or yes? | 7 | 80 row 12 : 12 | finland | finnish | pave maijanen | "yamma, yamm | None | 23 | 4 row 13 : 13 | switzerland | french | daisy auvray | "mister music man" | None | 15 | 32 row 14 : 14 | luxembourg | luxembourgish | marion welter & kontin | "sou frai" | so free | 21 | 10 row 15 : 15 | austria | german | tony wegas | "zusammen geh'n" | go together | 10 | 63 row 16 : 16 | united kingdom | english | michael ball | "one step out of time" | None | 2 | 139 row 17 : 17 | ireland | english | linda martin | "why me?" | None | 1 | 155 row 18 : 18 | denmark | danish | kenny lubcke & lotte | "alt det som ingen ser" | all the things that nobody sees | 12 | 47 row 19 : 19 | italy | italian | mia martini | "rapsodia" | rhapsody | 4 | 111 row 20 : 20 | fr yugoslavia | serbian | extra nena | "ljubim te pes | i'm kissing you with songs | 13 | 44 row 21 : 21 | norway | norwegian | merethe trøan | "visjoner" | visions | 18 | 23 row 22 : 22 | germany | german | wind | "traume sind fur alle da" | dreams are there for everyone | 16 | 27 row 23 : 23 | netherlands | dutch | humphrey campbell | "wijs me de weg" | show me the way | 9 | 67 ] Execute this SQL based on the above table: select count ( * ) where english translation = 1679
0
[ header: date | opponent | score | overall record | scba record row 1 : april 3 | uc santa barbara | 5-1 | 28-6 | 4-0 row 2 : april 6 | san diego | 11-11 | 28-6-1 | 4-0-1 row 3 : april 7 | at san diego | 10-3 | 29-6-1 | 5-0-1 row 4 : april 7 | at san diego | 8-2 | 30-6-1 | 6-0-1 row 5 : april 8 | at loyola marymount | 2-1 | 31-6-1 | 7-0-1 row 6 : april 12 | vs. uc ir | 16-2 | 32-6-1 | None row 7 : april 13 | vs. chapman | 4-13 | 32-7-1 | None row 8 : april 13 | vs. uc ir | 11-2 | 33-7-1 | None row 9 : april 14 | vs. chapman | 5-2 | 34-7-1 | None row 10 : april 14 | vs. chapman | 5-6 | 34-8-1 | None row 11 : april 17 | cal state la | 12-6 | 35-8-1 | 7-2-1 row 12 : april 20 | pepperdine | 3-5 | 35-9-1 | 7-1-1 row 13 : april 21 | at pepperdine | 9-10 | 35-10-1 | 8-2-1 row 14 : april 21 | pepperdine | 8-7 | 36-10-1 | 9-2-1 row 15 : april 22 | hawaii | 12-4 | 37-10-1 | None row 16 : april 24 | san diego | 7-2 | 38-10-1 | 10-2-1 row 17 : april 27 | at long beach state | 6-9 | 38-11-1 | 10-3-1 row 18 : april 28 | long beach state | 7-1 | 39-11-1 | 11-3-1 row 19 : april 28 | long beach state | 5-3 | 40-11-1 | 12-3-1 ] Execute this SQL based on the above table: select opponent order by id desc limit 1
long beach state
[ header: year | award | category | work | result row 1 : 1992 | 8th soap opera digest awards | outstanding female newcomer: daytime | the young and the restless | nominated row 2 : 1994 | 10th soap opera digest awards | outstanding scene stealer | the young and the restless | won row 3 : 1994 | 26th naacp image award | outstanding actress in a daytime drama series | the young and the restless | won row 4 : 1995 | 11th soap opera digest awards | hottest female star | the young and the restless | nominated row 5 : 1996 | 27th naacp image award | outstanding actress in a daytime drama series | the young and the restless | won row 6 : 1996 | 23rd daytime emmy awards | outstanding supporting actress in a drama series | the young and the restless | nominated row 7 : 1997 | 24th daytime emmy awards | outstanding supporting actress in a drama series | the young and the restless | nominated row 8 : 1997 | 28th naacp image award | outstanding actress in a daytime drama series | the young and the restless | won row 9 : 1998 | 25th daytime emmy awards | outstanding supporting actress in a drama series | the young and the restless | nominated row 10 : 1998 | 29th naacp image award | outstanding actress in a daytime drama series | the young and the restless | won row 11 : 1999 | 30th naacp image award | outstanding actress in a daytime drama series | diagnosis murder | nominated row 12 : 1999 | 30th naacp image award | outstanding actress in a daytime drama series | the young and the restless | won row 13 : 2001 | 31st naacp image | outstanding actress in a daytime drama series | the young and the restless | won row 14 : 2003 | 34th naacp image award | outstanding actress in a daytime drama series | the young and the restless | won row 15 : 2003 | 18th soap opera digest awards | favorite return | the young and the restless | nominated row 16 : 2004 | 35th naacp image award | outstanding actress in a daytime drama series | the young and the restless | won row 17 : 2005 | 19th soap opera digest awards | outstanding actress in a supporting role | the young and the restless | nominated row 18 : 2005 | 36th naacp image award | outstanding actress in a daytime drama series | the young and the restless | won row 19 : 2006 | 37th naacp image award | outstanding actress in a daytime drama series | the young and the restless | won ] Execute this SQL based on the above table: select category where category != 'outstanding actress in a daytime drama series'
outstanding female newcomer: daytime, outstanding scene stealer, hottest female star, outstanding supporting actress in a drama series, outstanding supporting actress in a drama series, outstanding supporting actress in a drama series, favorite return, outstanding actress in a supporting role
[ header: kilometers | name | location | intersecting routes row 1 : 0 | mahanayim junction | mahanayim, near hatz | highway 90 (israel) row 2 : 7 | gadot junction | gadot | route 918 row 3 : 12 | customs house junction | customs office | route 888 row 4 : 15 | nashot junction | northwest of katzrin | route 9088 row 5 : 21 | None | golan heights | petroleum road row 6 : 22 | hashiryon junction | golan heights | route 978 row 7 : 23 | shipon junction | shipon (spelt) mountain | route 9099 row 8 : 27 | avital junction | mount avital | route 9881 row 9 : 28 | zivan junction | ein zivan | highway 98 (israel) ] Execute this SQL based on the above table: select count ( intersecting routes ) where location = 'shipon (spelt) mountain'
1
[ header: pos | no. | rider | manufacturer | laps | time/retired | grid | points row 1 : 1 | 75 | mattia pasini | aprilia | 27 | 39:44.091 | 3 | 25 row 2 : 2 | 19 | alvaro bautista | aprilia | 27 | 0.01 | 2 | 20 row 3 : 3 | 52 | lukas pesek | derbi | 27 | 0.111 | 1 | 16 row 4 : 5 | 24 | simone corsi | gilera | 27 | 9.372 | 9 | 11 row 5 : 6 | 1 | thomas luthi | honda | 27 | 10.57 | 13 | 10 row 6 : 7 | 18 | nicolas terol | derbi | 27 | 11.835 | 5 | 9 row 7 : 8 | 36 | mika kallio | ktm | 27 | 11.905 | 4 | 8 row 8 : 9 | 6 | joan olive | aprilia | 27 | 26.017 | 16 | 7 row 9 : 10 | 33 | sergio gadea | aprilia | 27 | 26.172 | 12 | 6 row 10 : 11 | 32 | fabrizio lai | honda | 27 | 26.361 | 6 | 5 row 11 : 12 | 38 | bradley smith | honda | 27 | 26.389 | 14 | 4 row 12 : 13 | 11 | sandro cortese | honda | 27 | 26.48 | 11 | 3 row 13 : 14 | 14 | gabor talmacsi | honda | 27 | 26.606 | 7 | 2 row 14 : 15 | 71 | tomoyoshi koyama | malaguti | 27 | 27.068 | 15 | 1 row 15 : 16 | 54 | randy krummenacher | ktm | 27 | 27.192 | 21 | None row 16 : 18 | 17 | stefan bradl | ktm | 27 | 46.201 | 18 | None row 17 : 19 | 95 | georg frohlich | honda | 27 | 56.274 | 28 | None row 18 : 20 | 35 | raffaele de rosa | aprilia | 27 | 56.549 | 25 | None row 19 : 21 | 26 | vincent braillard | aprilia | 27 | 56.782 | 31 | None row 20 : 23 | 15 | michele pirro | aprilia | 27 | 57.474 | 22 | None row 21 : 24 | 29 | andrea iannone | aprilia | 27 | 57.707 | 20 | None row 22 : 25 | 7 | alexis masbou | malaguti | 27 | +1:04.698 | 37 | None row 23 : 26 | 16 | michele conti | honda | 27 | +1:04.793 | 32 | None row 24 : 28 | 43 | manuel hernandez | aprilia | 27 | +1:17.323 | 30 | None row 25 : 29 | 23 | lorenzo baroni | honda | 27 | +1:17.507 | 26 | None row 26 : 30 | 21 | mateo tunez | aprilia | 27 | +1:20.583 | 29 | None row 27 : 32 | 98 | toni wirsing | honda | 26 | +1 lap | 42 | None row 28 : ret | 44 | karel abraham | aprilia | 16 | retirement | 33 | None row 29 : ret | 13 | dino lombardi | aprilia | 13 | retirement | 41 | None row 30 : ret | 37 | joey litjens | honda | 11 | retirement | 38 | None row 31 : ret | 22 | pablo nieto | aprilia | 9 | retirement | 8 | None ] Execute this SQL based on the above table: select no. order by manufacturer desc limit 1
71.0
[ header: week | date | kickoff | opponent | results final score | results team record | game site | attendance row 1 : 1 | saturday, april 14 | 7:00 p.m | at rhein fire | w 15-3 | 1-0 | ltu arena | 30355 row 2 : 2 | sunday, april 22 | 4:00 p.m | hamburg sea devils | l 7-16 | 1-1 | olympic stadium | 30657 row 3 : 3 | saturday, april 28 | 6:00 p.m | amsterdam admirals | l 10-14 | 1-2 | olympic stadium | 11942 row 4 : 4 | saturday, may 5 | 6:00 p.m | at cologne centurions | w 31-28 | 2-2 | rheinenergiestadion | 10084 row 5 : 5 | sunday, may 13 | 4:00 p.m | cologne centurions | l 10-24 | 2-3 | olympic stadium | 11995 row 6 : 6 | sunday, may 20 | 5:00 p.m | at frankfurt galaxy | l 7-35 | 2-4 | commerzbank-arena | 30125 row 7 : 7 | saturday, may 26 | 6:00 p.m | at hamburg sea devils | l 7-17 | 2-5 | aol arena | 18337 row 8 : 8 | saturday, june 2 | 6:00 p.m | frankfurt galaxy | l 22-25 | 2-6 | olympic stadium | 11882 row 9 : 9 | friday, june 8 | 7:00 p.m | rhein fire | l 17-24 | 2-7 | olympic stadium | 12114 row 10 : 10 | friday, june 15 | 8:00 p.m | at amsterdam admirals | l 20-21 | 2-8 | olympic stadium | 11893 ] Execute this SQL based on the above table: select count ( results team record )
10
[ header: pos | no | driver | constructor | lap | gap row 1 : 1 | 98 | walt faulkner | kurtis kraft-offenhaus | 4:27.97 | None row 2 : 2 | 28 | fred agabashian | kurtis kraft-offenhaus | 4:31.10 | + 3.13 row 3 : 3 | 31 | mauri rose | deidt-offenhauser | 4:32.07 | + 4.10 row 4 : 4 | 5 | george connor | lesovsky-offenhauser | 4:32.39 | + 4.42 row 5 : 5 | 1 | johnnie parsons | kurtis kraft-offenhaus | 4:32.43 | + 4.46 row 6 : 6 | 49 | jack mcgrath | kurtis kraft-offenhaus | 4:33.00 | + 5.03 row 7 : 7 | 69 | duke dinsmore | kurtis kraft-offenhaus | 4:34.67 | + 6.70 row 8 : 8 | 14 | tony bettenhausen | deidt-offenhauser | 4:34.92 | + 6.95 row 9 : 9 | 17 | joie chitwood | kurtis kraft-offenhaus | 4:35.32 | + 7.35 row 10 : 10 | 3 | bill holland | deidt-offenhauser | 4:35.90 | + 7.93 row 11 : 11 | 59 | pat flaherty | kurtis kraft-offenhaus | 4:37.76 | + 9.79 row 12 : 12 | 54 | cecil green | kurtis kraft-offenhaus | 4:30.86 | + 2.89 row 13 : 13 | 18 | duane carter | stevens-offenhauser | 4:33.42 | + 5.45 row 14 : 14 | 21 | spider webb | maserati-offenhauser | 4:37.46 | + 9.49 row 15 : 16 | 2 | myron fohr | marchese-offenhauser | 4:33.32 | + 5.35 row 16 : 17 | 24 | bayliss levrett | adams-offenhauser | 4:34.43 | + 6.46 row 17 : 18 | 45 | dick rathmann | watson-offenhauser | 4:34.96 | + 6.99 row 18 : 19 | 7 | paul russo | nichels-offenhauser | 4:35.25 | + 7.28 row 19 : 21 | 12 | henry banks | maserati-offenhauser | 4:37.68 | + 9.71 row 20 : 22 | 67 | bill schindler | snowberger-offenhauser | 4:31.31 | + 3.34 row 21 : 23 | 8 | lee wallard | moore-offenhauser | 4:31.83 | + 3.86 row 22 : 24 | 55 | troy ruttman | lesovsky-offenhauser | 4:32.91 | + 4.94 row 23 : 26 | 15 | mack hellings | kurtis kraft-offenhaus | 4:35.32 | + 7.35 row 24 : 27 | 22 | jimmy davies | ewing-offenhauser | 4:36.07 | + 8.10 row 25 : 29 | 27 | walt ader | rae-offenhauser | 4:37.05 | + 9.08 row 26 : 30 | 77 | jackie holmes | olson-offenhauser | 4:37.57 | + 9.60 row 27 : 32 | 61 | jimmy jackson | kurtis kraft-cummins | 4:38.62 | + 10.65 row 28 : 33 | 62 | johnny mcdowell | kurtis kraft-offenhaus | 4:37.58 | + 9.61 ] Execute this SQL based on the above table: select driver where pos = 13
duane carter
[ header: week | date | opponent | results final score | results team record | venue | attendance row 1 : 1 | september 20 | at detroit lions | w 16-13 | 1-0 | tiger stadium | 54,418 row 2 : 2 | september 26 | chicago bears | l 20-17 | 1-1 | metropolitan stadium | 47,900 row 3 : 3 | october 3 | buffalo bills | w 19-0 | 2-1 | metropolitan stadium | 47,900 row 4 : 4 | october 10 | at philadelphia eagle | w 13-0 | 3-1 | veterans stadium | 65,358 row 5 : 5 | october 17 | at green bay packers | w 24-13 | 4-1 | lambeau field | 56,263 row 6 : 6 | october 25 | baltimore colts | w 10-3 | 5-1 | metropolitan stadium | 49,784 row 7 : 7 | october 31 | at new york giants | w 17-10 | 6-1 | yankee stadium | 62,829 row 8 : 8 | november 7 | san francisco 49ers | l 13-9 | 6-2 | metropolitan stadium | 49,784 row 9 : 9 | november 14 | green bay packers | w 3-0 | 7-2 | metropolitan stadium | 49,784 row 10 : 10 | november 21 | at new orleans saints | w 23-10 | 8-2 | tulane stadium | 83,130 row 11 : 11 | november 28 | atlanta falcons | w 24-7 | 9-2 | metropolitan stadium | 49,784 row 12 : 12 | december 5 | at san diego chargers | l 30-14 | 9-3 | san diego stadium | 54,505 row 13 : 13 | december 11 | detroit lions | w 29-10 | 10-3 | metropolitan stadium | 49,784 row 14 : 14 | december 19 | at chicago bears | w 27-10 | 11-3 | soldier field | 55,049 ] Execute this SQL based on the above table: select attendance where week = 8
49784.0
[ header: year | film | director | cast | details row 1 : 2011 | rajanna | vijayendra prasad | akkineni nagarjun | won nandi award for best feature film row 2 : 2005 | super | puri jagannadh | akkineni nagarjun | won filmfare best comedian in telu row 3 : 2004 | mass | raghava lawrence | akkineni nagarjun | won cinemaa award for best actor (na row 4 : 2003 | satyam | surya kiran | sumanth genelia d's | None row 5 : 1998 | aaha | suresh krishna | jagapathi babu sangh | None row 6 : 1987 | agni putrudu | k. raghavendra ra | nagarjuna akkinen | first film starring two generations of the ak row 7 : 1986 | vikram | v. madhusudhana | akkineni nagarjun | debut film of superstar akkineni row 8 : 1982 | yuvaraju | dasari narayana rao | akkineni nageswara | None row 9 : 1981 | prema kaanuka | k. raghavendra ra | akkineni nageswara | None row 10 : 1980 | premabhishekam | dasari narayana rao | akkineni nageswara | the film has completed 100 days in 30 centres row 11 : 1980 | butchi babu | dasari narayana rao | akkineni nageswara | None row 12 : 1979 | kalyani | dasari narayana rao | murali mohan kaikala s | None row 13 : 1978 | manchi manasulu | adurthi subba ra | akkineni nageshwar | None row 14 : 1970 | maro prapancham | adurthi subba ra | akkineni nageswara | None ] Execute this SQL based on the above table: select count ( film ) where year = ( select max ( year ) )
1
[ header: km | municipality | location | interescting highway | notes row 1 : 0 | canada-united states border | canada-united states border | nd 18 - cavalier, | pth 30 begins row 2 : 3 | r.m. of rhine | gretna | pr 243 east - emerson | begin pr 243 west concurrence row 3 : 5 | r.m. of rhine | None | pr 243 west - blumenfeld | end pr 243 west concurrence row 4 : 10 | r.m. of rhine | None | pr 421 east - sommerfeld | None row 5 : 14 | r.m. of rhine | altona | pr 201 west - brown, windy | begin pr 201 east concurrence row 6 : 18 | r.m. of rhine | None | pr 201 east - letellier, | end pr 201 east concurrence row 7 : 25 | r.m. of rhine | rosenfeld | pth 14 - morden, win | pth 30 ends highway continues as pr 3 ] Execute this SQL based on the above table: select notes where municipality = 'r.m. of rhineland' order by km asc limit 1
begin pr 243 west concurrence
[ header: date | opponents | venue | result | scorers | attendance | report 1 | report 2 row 1 : 27-jan-68 | bournemouth | a | 0-0 | None | 24388 | report | report row 2 : 30-jan-68 | bournemouth | h | 4-1 | hateley 33' thompson 44 | 54075 | report | report row 3 : 17-feb-68 | walsall | a | 0-0 | None | 21066 | report | report row 4 : 19-feb-68 | walsall | h | 5-2 | hateley 24', 33', 64' | 39113 | report | report row 5 : 09-mar-68 | tottenham hotspur | a | 1-1 | hateley 54' | 54005 | report | report row 6 : 12-mar-68 | tottenham hotspur | h | 2-1 | hunt 23' smith 78 pen' | 53658 | report | report row 7 : 30-mar-68 | west bromwich albion | a | 0-0 | None | 53062 | report | report row 8 : 08-apr-68 | west bromwich albion | h | 1-1 | hateley 24' | 54273 | report | report row 9 : 18-apr-68 | west bromwich albion | n | 1-2 | hateley 39' | 56000 | report | report ] Execute this SQL based on the above table: select date where id = ( select id where date = '19-feb-68' ) - 1
17-feb-68
[ header: track number | russian title | english title | music | lyrics row 1 : 1 | улыбнись | smile! | vitas | d. plachkovsky row 2 : 2 | блаженныи гу | blessed guru | vitas | vitas row 3 : 3 | восковые фиг | wax figures | vitas | d. plachkovsky, vita row 4 : 4 | плачет чужа | someone's melancholy is crying | vitas | d. plachovsky row 5 : 5 | аве мария | ave maria | franz schubert | traditional prayer row 6 : 6 | холодныи мир | the cold world | v. molchanov | d. plachkovsky row 7 : 7 | остров затонув | the island of sunken ships | o. gazmanov | e. nebylova row 8 : 8 | фантастические | fantastic dreams | vitas | vitas, d. plachkov row 9 : 9 | good-bye | good-bye | vitas | vitas row 10 : 10 | счастье | happiness | vitas | vitas row 11 : 11 | отцвели хриз | chrysanthemums have fade | n. harito | v. shumsky row 12 : 12 | дождь в тб | rain in tbilisi | vitas | ratner row 13 : 13 | слепои худо | blind painter | vitas | d. plachkovsky, vita row 14 : 14 | милая музыка | lovely music | vitas | vitas row 15 : 15 | белоруссия | byelorussia | alexandra pakhmutova | n. dobronravov row 16 : 16 | до свидания | see you later (do svidani | vitas | vitas ] Execute this SQL based on the above table: select russian title order by russian title desc limit 1
холодныи мир
[ header: date | opponent | score | result | record row 1 : june 21 | sacramento | 60-70 | loss | 0-1 row 2 : june 23 | los angeles | 102-89 | win | 1-1 row 3 : june 26 | @ cleveland | 63-74 | loss | 1-2 row 4 : june 28 | houston | 58-76 | loss | 1-3 row 5 : july 2 | @ sacramento | 73-68 (ot) | win | 2-3 row 6 : july 3 | phoenix | 55-77 | loss | 2-4 row 7 : july 5 | new york | 53-66 | loss | 2-5 row 8 : july 7 | sacramento | 69-79 | loss | 2-6 row 9 : july 11 | @ los angeles | 68-75 | loss | 2-7 row 10 : july 12 | phoenix | 52-51 | win | 3-7 row 11 : july 14 | @ houston | 56-79 | loss | 3-8 row 12 : july 16 | @ charlotte | 63-75 | loss | 3-9 row 13 : july 17 | @ new york | 54-80 | loss | 3-10 row 14 : july 19 | @ cleveland | 68-95 | loss | 3-11 row 15 : july 22 | @ new york | 78-71 | win | 4-11 row 16 : july 26 | cleveland | 66-77 | loss | 4-12 row 17 : july 30 | @ los angeles | 69-91 | loss | 4-13 row 18 : august 2 | houston | 74-63 | win | 5-13 row 19 : august 4 | charlotte | 73-70 | win | 6-13 row 20 : august 6 | @ phoenix | 46-78 | loss | 6-14 row 21 : august 8 | @ sacramento | 78-93 | loss | 6-15 row 22 : august 11 | cleveland | 59-74 | loss | 6-16 row 23 : august 12 | @ houston | 56-76 | loss | 6-17 row 24 : august 16 | los angeles | 64-74 | loss | 6-18 row 25 : august 17 | @ phoenix | 63-71 (ot) | loss | 6-19 row 26 : august 19 | new york | 81-75 | win | 7-19 row 27 : august 21 | charlotte | 56-66 | loss | 7-20 row 28 : august 24 | @ charlotte | 52-70 | loss | 7-21 ] Execute this SQL based on the above table: select result where date = 'june 26' order by id asc limit 577
loss
[ header: # | date | venue | opponent | result | competition | scored row 1 : 1 | 5 march 2002 | lagos | sweden | 3-6 | algarve cup | 1 row 2 : 2 | 22 september 2002 | st andrew's, | iceland | 1-0 | 2003 fifa world cup qual | 1 row 3 : 3 | 21 october 2003 | kryoia soveto, | russia | 2-2 | friendly | 1 row 4 : 4 | 14 november 2003 | deepdale, preston | scotland | 5-0 | friendly | 1 row 5 : 5 | 16 september 2004 | sportpark de wending, heer | netherlands | 2-1 | friendly | 1 row 6 : 6 | 17 february 2005 | national hockey stadium, milton keynes | italy | 4-1 | friendly | 1 row 7 : 7 | 9 march 2005 | faro | portugal | 4-0 | algarve cup | 1 row 8 : 8 | 21 april 2005 | prenton park, tranmere | scotland | 2-1 | friendly | 1 row 9 : 9 | 5 june 2005 | city of manchester stadium, manchester | finland | 3-2 | 2005 uefa championship | 1 row 10 : 10 | 1 september 2005 | ertl-glas-stadi | austria | 4-1 | 2007 fifa world cup qual | 1 ] Execute this SQL based on the above table: select competition order by scored limit 19
algarve cup, 2003 fifa world cup qual, friendly, friendly, friendly, friendly, algarve cup, friendly, 2005 uefa championship, 2007 fifa world cup qual
[ header: year | competition | venue | position | event | notes row 1 : 1979 | grandma's marathon | duluth, united states | 1st | marathon | 2:37:37 row 2 : 1980 | grandma's marathon | duluth, united states | 1st | marathon | 2:38:35 row 3 : 1981 | grandma's marathon | duluth, united states | 1st | marathon | 2:29:35 row 4 : 1984 | boston marathon | boston, united states | 1st | marathon | 2:29:28 row 5 : 1984 | olympic games | los angeles, united states | 5th | marathon | 2:28:54 row 6 : 1986 | osaka ladies marathon | osaka, japan | 1st | marathon | 2:30:24 row 7 : 1986 | commonwealth games | edinburgh, scotl | 2nd | marathon | 2:28:17 row 8 : 1987 | osaka ladies marathon | osaka, japan | 1st | marathon | 2:30:40 row 9 : 1987 | world championships | rome, italy | 21st | 10,000 m | 34:07.26 row 10 : 1988 | olympic games | seoul, south korea | 33rd | marathon | 2:37:52 row 11 : 1989 | osaka ladies marathon | osaka, japan | 1st | marathon | 2:30:21 row 12 : 1989 | hokkaido marathon | sapporo, japan | 1st | marathon | 2:36:39 row 13 : 1991 | hokkaido marathon | sapporo, japan | 1st | marathon | 2:33:20 row 14 : 1992 | olympic games | barcelona, spain | 3rd | marathon | 2:33:59 row 15 : 1996 | olympic games | atlanta, united states | 46th | marathon | 2:42:21 ] Execute this SQL based on the above table: select event where event = 'marathon' and venue = 'osaka, japan'
marathon, marathon, marathon
[ header: service | 2012/13 total cost (£million) | comparison with 2011/12 (£million) row 1 : bbc radio 1 | 54.2 | + 3.6 row 2 : bbc radio 1xtra | 11.8 | + 0.7 row 3 : bbc radio 2 | 62.1 | + 1.6 row 4 : bbc radio 3 | 54.3 | + 1.8 row 5 : bbc radio 4 | 122.1 | + 6.2 row 6 : bbc radio 4 extra | 7.2 | - 1 row 7 : bbc radio 5 live | 76 | + 6.7 row 8 : bbc radio 5 live sports extra | 5.6 | + 0.3 row 9 : bbc radio 6 music | 11.5 | - 0.2 row 10 : bbc asian network | 13 | 0 row 11 : bbc local radio | 152.5 | + 6 row 12 : bbc radio scotland | 32.7 | + 0.6 row 13 : bbc radio nan g | 6.3 | + 0.3 row 14 : bbc radio wales | 18.8 | + 1.1 row 15 : bbc radio cymr | 17.6 | + 1.7 row 16 : bbc radio ulster and | 23.8 | 0 ] Execute this SQL based on the above table: select service order by 2012/13 total cost (£million) desc limit 1
bbc local radio
[ header: season | winner | team | position | age row 1 : 1932-33 | carl voss | detroit red wings | c | 25 row 2 : 1933-34 | russ blinco | montreal maroons | c | 25 row 3 : 1934-35 | sweeney schriner | new york americans | lw | 22 row 4 : 1936-37 | syl apps | toronto maple leafs | c | 21 row 5 : 1937-38 | cully dahlstrom | chicago black hawks | c | 24 row 6 : 1939-40 | kilby macdonald | new york rangers | lw | 25 row 7 : 1940-41 | johnny quilty | montreal canadiens | c | 19 row 8 : 1946-47 | howie meeker | toronto maple leafs | rw | 21 row 9 : 1947-48 | jim mcfadden | detroit red wings | c | 27 row 10 : 1948-49 | pentti lund | new york rangers | rw | 22 row 11 : 1949-50 | jack gelineau | boston bruins | g | 24 row 12 : 1951-52 | bernie geoffrion | montreal canadiens | rw | 20 row 13 : 1952-53 | gump worsley | new york rangers | g | 23 row 14 : 1953-54 | camille henry | new york rangers | c | 20 row 15 : 1961-62 | bobby rousseau | montreal canadiens | rw | 21 row 16 : 1963-64 | jacques laperriere | montreal canadiens | d | 21 row 17 : 1964-65 | roger crozier | detroit red wings | g | 22 row 18 : 1967-68 | derek sanderson | boston bruins | c | 21 row 19 : 1969-70 | tony esposito | chicago black hawks | g | 26 row 20 : 1972-73 | steve vickers | new york rangers | lw | 21 row 21 : 1974-75 | eric vail | atlanta flames | lw | 20 row 22 : 1975-76 | bryan trottier | new york islanders | c | 19 row 23 : 1976-77 | willi plett | atlanta flames | rw | 21 row 24 : 1977-78 | mike bossy | new york islanders | rw | 20 row 25 : 1982-83 | steve larmer | chicago black hawks | rw | 21 row 26 : 1983-84 | tom barrasso | buffalo sabres | g | 18 row 27 : 1984-85 | mario lemieux | pittsburgh penguins | c | 19 row 28 : 1986-87 | luc robitaille | los angeles kings | lw | 20 row 29 : 1987-88 | joe nieuwendyk | calgary flames | c | 21 row 30 : 1992-93 | teemu selanne | winnipeg jets | rw | 22 row 31 : 1994-95 | peter forsberg | quebec nordiques | c | 21 row 32 : 1995-96 | daniel alfredsson | ottawa senators | rw | 22 row 33 : 1997-98 | sergei samsonov | boston bruins | lw | 19 row 34 : 1998-99 | chris drury | colorado avalanche | c | 22 row 35 : 2001-02 | dany heatley | atlanta thrashers | rw | 20 row 36 : 2003-04 | andrew raycroft | boston bruins | g | 23 ] Execute this SQL based on the above table: select team where team in ( 'chicago black hawks' , 'chicago black hawks' ) and position = 'rw'
chicago black hawks
[ header: opponent | goals | wins | draws | losses | +- goals | matches | qualified | eliminated row 1 : partizani tirane | 28-25 | 13 | 7 | 8 | + 3 | 28 | 9 | 7 row 2 : dinamo tirane | 30-42 | 8 | 6 | 15 | -12 | 29 | 8 | 8 row 3 : ks vllazni | 25-18 | 13 | 4 | 8 | + 7 | 25 | 9 | 6 row 4 : ks teuta | 29-17 | 8 | 9 | 4 | 12 | 21 | 6 | 7 row 5 : ks elbasani | 40-17 | 11 | 4 | 4 | 23 | 19 | 8 | 2 row 6 : ks skenderbeu | 18- 5 | 9 | 1 | 1 | 13 | 11 | 7 | 1 row 7 : ks lushnja | 41-15 | 13 | 4 | 5 | 26 | 22 | 8 | 3 row 8 : luftetari gjirok | 19- 3 | 5 | 0 | 0 | 16 | 5 | 3 | None row 9 : beselidhja lezhe | 14- 2 | 5 | 0 | 1 | 12 | 6 | 3 | None row 10 : kf naftetari | 5- 0 | 2 | 0 | 0 | + 5 | 2 | 1 | None row 11 : kf laci | 13- 4 | 5 | 2 | 1 | + 9 | 8 | 2 | 1 row 12 : ks shkumbini | 19- 8 | 6 | 0 | 0 | 11 | 6 | 2 | None row 13 : ks sopoti librazh | 17- 7 | 2 | 3 | 1 | 10 | 6 | 3 | None row 14 : ks albpetrol | 19- 3 | 5 | 0 | 1 | 16 | 6 | 3 | None row 15 : ks burreli | 1- 2 | 1 | 0 | 1 | - 1 | 2 | 0 | 1 row 16 : ks kamza | 9- 2 | 4 | 0 | 0 | + 7 | 4 | 1 | None row 17 : kf erzeni shija | 13- 3 | 6 | 0 | 0 | 10 | 6 | 3 | None row 18 : ks shkendija | 8- 5 | 2 | 2 | 0 | + 3 | 4 | 2 | None row 19 : ks turbina cerrik | 13- 3 | 3 | 1 | 0 | 10 | 4 | 2 | None row 20 : ks terbuni puke | 8- 3 | 3 | 1 | 0 | + 5 | 4 | 2 | None row 21 : ks iliria | 7- 2 | 2 | 0 | 0 | + 5 | 2 | 1 | None row 22 : kf cakrani | 3- 1 | 1 | 0 | 1 | + 2 | 2 | 1 | None row 23 : ks ada velip | 5- 2 | 1 | 1 | 0 | + 3 | 2 | 1 | None row 24 : kf skrapari | 5- 0 | 2 | 0 | 0 | + 5 | 2 | 1 | None row 25 : luzi 2008 | 4- 3 | 1 | 0 | 1 | + 1 | 2 | 1 | None row 26 : dinamo shkoder | 3- 0 | 1 | 0 | 0 | + 3 | 1 | 1 | None row 27 : garnizoni durres | 4- 0 | 1 | 0 | 0 | + 4 | 1 | 1 | None row 28 : albanet | 3- 0 | 1 | 0 | 0 | + 3 | 1 | 1 | None row 29 : sk himare | 10- 1 | 2 | 0 | 0 | + 9 | 2 | 1 | None row 30 : 40 opponents | 592-272 | 195 | 62 | 65 | 320 | 322 | 173 | 44 ] Execute this SQL based on the above table: select sum ( losses ) where opponent in ( 'ks elbasani' , 'ks teuta' )
8.0
[ header: number | event | type | matthew | mark | luke | john row 1 : 1 | pre-existence of christ | miscellaneous | None | None | None | john 01:01-18 row 2 : 3 | birth of john the baptist | nativity | None | None | luke 01:05-25 | None row 3 : 9 | circumcision of jesus | nativity | None | None | luke 02:21 | None row 4 : 10 | infant jesus at the temple | nativity | None | None | luke 02:22-38 | None row 5 : 14 | massacre of the innocents | nativity | matthew 02:16-18 | None | None | None row 6 : 18 | john the baptist | miscellaneous | None | mark 01:01-08 | None | None row 7 : 22 | marriage at cana | miracle | None | None | None | john 02:01-11 row 8 : 31 | beatitudes | sermon | matthew 05:02-12 | None | luke 06:20-23 | None row 9 : 35 | expounding of the law | sermon | matthew 05:17-48 | None | luke 06:29-42 | None row 10 : 43 | samaritan woman at the well | ministry | None | None | None | john 04:04-26 row 11 : 52 | exorcising at sunset | miracle | matthew 08:16-17 | mark 01:32-34 | luke 04:40-41 | None row 12 : 62 | commissioning the twelve apostles | ministry | matthew 10:02-04 | mark 03:13-19 | luke 06:12-16 | None row 13 : 64 | messengers from john the baptist | ministry | matthew 11:02-06 | None | luke 07:18-23 | None row 14 : 68 | the lord's prayer | ministry | None | None | luke 11:02-04 | None row 15 : 72 | jesus' true relatives | ministry | matthew 12:46-50 | mark 03:31-35 | luke 08:19-21 | None row 16 : 78 | parable of the mustard seed | parable | matthew 13:31-32 | mark 04:30-32 | luke 13:18-19 | None row 17 : 79 | the leaven | parable | matthew 13:33-33 | None | luke 13:20-21 | None row 18 : 89 | canaanite woman's daughter | miracle | matthew 15:21-28 | mark 07:24-30 | None | None row 19 : 90 | deaf mute of decapolis | miracle | None | mark 07:31-37 | None | None row 20 : 95 | boy possessed by a demon | miracle | matthew 17:14-21 | mark 09:14-29 | luke 09:37-49 | None row 21 : 96 | coin in the fish's mouth | miracle | matthew 17:24-27 | None | None | None row 22 : 99 | man with dropsy | miracle | None | None | luke 14:01-06 | None row 23 : 100 | counting the cost | parable | None | None | luke 14:25-33 | None row 24 : 101 | the lost sheep | parable | matthew 18:10-14 | None | luke 15:04-06 | None row 25 : 108 | the master and servant | parable | None | None | luke 17:07-10 | None row 26 : 109 | cleansing ten lepers | miracle | None | None | luke 17:11-19 | None row 27 : 112 | jesus and the rich young man | ministry | matthew 19:16-30 | mark 10:17-31 | luke 18:18-30 | None ] Execute this SQL based on the above table: select type order by number desc limit 1
ministry
[ 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 athlete where rank = 5 and athlete = 'tang xiaoyin (chn)' and athlete != '3'
tang xiaoyin (chn)
[ header: material | formula | refractive index(es) 589.3 nm | dispersion 431 - 687 nm | hardness (mohs' scale) | density (g/cm3) | thermal cond. | state of the art row 1 : diamond | c | 2.417 | 0.044 | 10 | 3.52 | excellent | (natural) row 2 : glasses | silica with pb, al, | ~ 1.6 | > 0.020 | < 6 | 2.4 - 4.2 | poor | 1700 - row 3 : white sapphire | al2o3 | 1.762 - 1.770 | 0.018 | 9 | 3.97 | poor | 1900-1947 row 4 : spinel | mgo·al2o3 | 1.727 | 0.02 | 8 | ~ 3.6 | poor | 1920-1947 row 5 : rutile | tio2 | 2.62 - 2.9 | 0.33 | ~ 6 | 4.25 | poor | 1947-1955 row 6 : strontium titanate | srtio3 | 2.41 | 0.19 | 5.5 | 5.13 | poor | 1955-1970 row 7 : yag | y3al5o12 | 1.83 | 0.028 | 8.25 | 4.55 - 4.65 | poor | 1970-1975 row 8 : ggg | gd3ga5o12 | 1.97 | 0.045 | 7 | 7.02 | poor | 1973-1975 row 9 : cubic zirconia | zro2(+ rare earths | ~ 2.2 | ~ 0.06 | ~ 8.3 | ~ 5.7 | poor | 1976 - row 10 : moissanite | sic | 2.648 - 2.691 | 0.104 | 8.5-9.25 | 3.2 | high | 1998 - row 11 : quartz | silica | 1.543 - 1.554 | None | 7- | 2.50 - 2.65 | None | ancient ] Execute this SQL based on the above table: select formula where state of the art not null and dispersion 431 - 687 nm is null
silica