inputs
stringlengths
291
3.71k
targets
stringlengths
1
2.65k
[ header: rank | athlete | country | time | notes row 1 : None | nataliya petrusyova | soviet union | 1:24.10 | or row 2 : None | leah poulos | united states | 1:25.41 | None row 3 : None | sylvia albrecht | east germany | 1:26.46 | None row 4 : 4 | karin enke | east germany | 1:26.66 | None row 5 : 5 | beth heiden | united states | 1:27.01 | None row 6 : 6 | annie borckink | netherlands | 1:27.24 | None row 7 : 7 | sylvia burka | canada | 1:27.50 | None row 8 : 8 | ann-sofie jarnstrom | sweden | 1:28.10 | None row 9 : 9 | sylvia filipsson | sweden | 1:28.18 | None row 10 : 10 | annette carlen-karls | sweden | 1:28.25 | None row 11 : 11 | valentina lalenkova | soviet union | 1:28.27 | None row 12 : 12 | bjørg eva jen | norway | 1:28.55 | None row 13 : 13 | sijtje van der lende | netherlands | 1:28.72 | None row 14 : 14 | sarah docter | united states | 1:28.80 | None row 15 : 14 | haitske valentijn-pij | netherlands | 1:28.80 | None row 16 : 16 | erwina rys-feren | poland | 1:28.82 | None row 17 : 17 | miyoshi kato | japan | 1:28.97 | None row 18 : 18 | christa rothenburger | east germany | 1:29.69 | None row 19 : 19 | brenda webster | canada | 1:29.84 | None row 20 : 20 | irina kuleshova | soviet union | 1:29.94 | None row 21 : 21 | monika pflug | west germany | 1:30.13 | None row 22 : 22 | makiko nagaya | japan | 1:30.27 | None row 23 : 23 | sigrid smuda | west germany | 1:30.29 | None row 24 : 24 | kathy vogt | canada | 1:30.33 | None row 25 : 25 | yuko yaegashi- | japan | 1:30.72 | None row 26 : 26 | lee nam-sun | south korea | 1:31.30 | None row 27 : 27 | cao guifeng | china | 1:31.74 | None row 28 : 28 | anneli repola | finland | 1:31.76 | None row 29 : 29 | silvia brunner | switzerland | 1:31.79 | None row 30 : 30 | lee seong-ae | south korea | 1:32.04 | None row 31 : 31 | zhang li | china | 1:32.20 | None row 32 : 32 | shen zhenshu | china | 1:32.49 | None row 33 : 33 | brigitte flierl | west germany | 1:33.61 | None row 34 : 34 | kim yeong-hui | south korea | 1:34.17 | None row 35 : 35 | kim ferran | great britain | 1:34.19 | None row 36 : 36 | marzia peretti | italy | 1:35.66 | None row 37 : 37 | mandy horsepool | great britain | 1:36.31 | None ] Execute this SQL based on the above table: select time where id = 33
1:33.61
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 10 january 1996 | edison international field, ana | honduras | 1-0 | 3-1 | 1996 concacaf gold cup row 2 : 2 | 30 august 1996 | commonwealth stadium, edmont | panama | 3-1 | 3-1 | 1998 fifa world cup qualification row 3 : 3 | 12 october 1997 | commonwealth stadium, edmont | mexico | 2-1 | 2-2 | 1998 fifa world cup qualification row 4 : 4 | 8 october 1999 | los angeles memorial coliseum | el salvador | 1-0 | 2-1 | 2000 concacaf gold cup qualification play off row 5 : 5 | 10 october 1999 | los angeles memorial coliseum | haiti | 1-0 | 2-1 | 2000 concacaf gold cup qualification play off row 6 : 6 | 10 october 1999 | los angeles memorial coliseum | haiti | 2-0 | 2-2 | 2000 concacaf gold cup qualification play off row 7 : 7 | 13 february 2000 | qualcomm stadium, san die | costa rica | 1-1 | 2-2 | 2000 concacaf gold cup row 8 : 8 | 13 february 2000 | qualcomm stadium, san die | costa rica | 2-2 | 2-2 | 2000 concacaf gold cup row 9 : 9 | 20 february 2000 | qualcomm stadium, san die | mexico | 1-1 | 2-1 | 2000 concacaf gold cup row 10 : 10 | 27 february 2000 | los angeles memorial coliseum | colombia | 2-0 | 2-0 | 2000 concacaf gold cup row 11 : 11 | 18 january 2004 | bridgetown, barbados | barbados | 1-0 | 1-0 | friendly match ] Execute this SQL based on the above table: select count ( * ) where # >= 9
3
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | russia | 7 | 3 | 0 | 10 row 2 : 2 | italy | 1 | 3 | 0 | 4 row 3 : 3 | france | 1 | 1 | 2 | 4 row 4 : 4 | austria | 1 | 1 | 0 | 2 row 5 : 4 | germany | 1 | 1 | 0 | 2 row 6 : 4 | iran | 1 | 1 | 0 | 2 row 7 : 4 | israel | 1 | 1 | 0 | 2 row 8 : 8 | poland | 1 | 0 | 5 | 6 row 9 : 9 | netherlands | 1 | 0 | 1 | 2 row 10 : 9 | romania | 1 | 0 | 1 | 2 row 11 : 11 | belgium | 1 | 0 | 0 | 1 row 12 : 11 | mexico | 1 | 0 | 0 | 1 row 13 : 13 | spain | 0 | 2 | 0 | 2 row 14 : 14 | sweden | 0 | 1 | 3 | 4 row 15 : 15 | colombia | 0 | 1 | 1 | 2 row 16 : 15 | ukraine | 0 | 1 | 1 | 2 row 17 : 17 | denmark | 0 | 1 | 0 | 1 row 18 : 17 | switzerland | 0 | 1 | 0 | 1 row 19 : 19 | algeria | 0 | 0 | 1 | 1 row 20 : 19 | greece | 0 | 0 | 1 | 1 row 21 : 19 | kazakhstan | 0 | 0 | 1 | 1 row 22 : 19 | slovenia | 0 | 0 | 1 | 1 row 23 : total | total | 18 | 18 | 18 | 54 ] Execute this SQL based on the above table: select nation where nation = 'belgium'
belgium
[ header: parish (sokn) | church name | location of the church | year built row 1 : gildeskal | gildeskal church | inndyr | 1881 row 2 : gildeskal | old gildeskal church | inndyr | 1100s row 3 : gildeskal | saura church | saura | 1884 row 4 : gildeskal | mevik chapel | mevik | 1910 row 5 : gildeskal | nordstranda chapel | lekanger | 1963 row 6 : gildeskal | sørfjorden chapel | sørfinnset | 1957 ] Execute this SQL based on the above table: select location of the church where year built = 1884
saura
[ header: club | played | won | drawn | lost | points for | points against | bonus points | points row 1 : biarritz olympique | 26 | 19 | None | 7 | 694 | 350 | 14 | 90 row 2 : stade francais | 26 | 19 | None | 7 | 633 | 437 | 13 | 89 row 3 : stade toulousain | 26 | 19 | None | 7 | 713 | 427 | 12 | 88 row 4 : usa perpignan | 26 | 18 | None | 8 | 671 | 398 | 12 | 84 row 5 : su agen | 26 | 15 | None | 11 | 655 | 540 | 10 | 70 row 6 : cs bourgoin-jal | 26 | 14 | None | 12 | 591 | 516 | 11 | 67 row 7 : castres olympique | 26 | 13 | None | 13 | 685 | 559 | 14 | 66 row 8 : asm clermont | 26 | 14 | None | 12 | 577 | 569 | 7 | 63 row 9 : ca brive | 26 | 10 | 1 | 15 | 431 | 553 | 9 | 51 row 10 : rc narbonne | 26 | 11 | None | 15 | 533 | 775 | 3 | 47 row 11 : montpellier rc | 26 | 9 | 0 | 17 | 574 | 659 | 10 | 46 row 12 : aviron bayonnais | 26 | 8 | 1 | 17 | 514 | 669 | 9 | 43 row 13 : section paloise | 26 | 9 | 0 | 17 | 476 | 790 | 4 | 40 row 14 : rc toulonnais | 26 | 3 | 0 | 23 | 332 | 837 | 7 | 19 ] Execute this SQL based on the above table: select count ( club )
14
[ 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 order where year = 1897
h40, o41
[ header: season | greek league | greek cup | europe | coach | roster row 1 : 1928-29 | champion | None | None | nikos nisiot | christos svolopoulos row 2 : 1938-39 | champion | None | None | None | None row 3 : 1949-50 | finalist | None | None | None | None row 4 : 1950-51 | finalist | None | None | None | None row 5 : 1952-53 | champion | None | None | None | themis cholevas, panagiot row 6 : 1953-54 | finalist | None | None | None | None row 7 : 1956-57 | champion | None | None | None | antonis christeas, row 8 : 1969-70 | 3rd place | _ | _ | None | vasilis goumas row 9 : 1974-75 | _ | None | korac cup last 32 | None | vasilis goumas row 10 : 1977-78 | 3rd place | last 16 | korac cup last 16 | None | None row 11 : 1978-79 | _ | last 8 | korac cup last 32 | None | None row 12 : 1980-81 | _ | last 16 | korac cup last 32 | None | None row 13 : 1986-87 | _ | finalist | cup winners' cup last 32 | nikos pavlou | giannopoulos, stamati row 14 : 2004-05 | 12th place | last 16 | None | manos manouselis, | gary trent, miroslav beric row 15 : 2008-09 | 6th place | last 8 | eurocup last 16 | elias zouros | anthony grundy, jurica ] Execute this SQL based on the above table: select count ( season ) where greek league = '_'
4
[ header: state | incumbent | party | result | candidates row 1 : idaho | herman welker | republican | lost re-election democratic gain | frank church (democratic) 56. row 2 : illinois | everett m. dirks | republican | re-elected | everett m. dirks row 3 : indiana | homer e. capehart | republican | re-elected | homer e. capehart (re row 4 : kentucky special: class 2 | robert humphrey | democratic | appointee retired winner elected to finish term | john s. cooper (republican row 5 : maryland | john m. butler | republican | re-elected | john m. butler (republic row 6 : missouri | thomas c. henning | democratic | re-elected | thomas c. henning row 7 : nevada | alan bible | democratic | re-elected | alan bible (democratic) 52. row 8 : new hampshire | norris cotton | republican | re-elected | norris cotton (republican) 64 row 9 : north dakota | milton r. young | republican | re-elected | milton r. young (republican row 10 : ohio | george h. bender | republican | lost re-election democratic gain | frank j. lausche ( row 11 : oregon | wayne morse | democratic | re-elected | wayne morse (democratic) row 12 : pennsylvania | james h. duff | republican | lost re-election democratic gain | joseph s. clark ( row 13 : south carolina | olin b. johnston | democratic | re-elected | olin b. johnston (democrat row 14 : utah | wallace f. bennett | republican | re-elected | wallace f. bennett (re row 15 : west virginia special: class 1 | william r. laird | democratic | appointee retired winner elected to finish term | chapman revercomb (republican) ] Execute this SQL based on the above table: select incumbent group by incumbent order by count ( * ) desc limit 1
william r. laird, iii
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 1 | emerson fittipaldi | mclaren-ford | 53 | 1:39:26.29 | 5 | 9 row 2 : 2 | 24 | james hunt | hesketh-ford | 53 | + 5.91 | 6 | 6 row 3 : 3 | 7 | carlos reutemann | brabham-ford | 53 | + 17.06 | 3 | 4 row 4 : 4 | 11 | clay regazzoni | ferrari | 53 | + 35.79 | 7 | 3 row 5 : 5 | 4 | patrick depailler | tyrrell-ford | 53 | + 54.25 | 8 | 2 row 6 : 6 | 12 | niki lauda | ferrari | 53 | + 1:19.65 | 4 | 1 row 7 : 7 | 28 | mark donohue | penske-ford | 52 | + 1 lap | 16 | None row 8 : 8 | 6 | jacky ickx | lotus-ford | 52 | + 1 lap | 18 | None row 9 : 9 | 9 | vittorio brambilla | march-ford | 52 | + 1 lap | 12 | None row 10 : 10 | 22 | graham hill | lola-ford | 52 | + 1 lap | 21 | None row 11 : 11 | 3 | jody scheckter | tyrrell-ford | 52 | + 1 lap | 9 | None row 12 : 12 | 16 | tom pryce | shadow-ford | 51 | transmission | 14 | None row 13 : 13 | 23 | rolf stommelen | lola-ford | 51 | + 2 laps | 19 | None row 14 : 14 | 2 | jochen mass | mclaren-ford | 50 | + 3 laps | 13 | None row 15 : ret | 8 | carlos pace | brabham-ford | 46 | engine | 2 | None row 16 : nc | 20 | arturo merzario | williams-ford | 44 | not classified | 20 | None row 17 : ret | 27 | mario andretti | parnelli-ford | 27 | transmission | 10 | None row 18 : ret | 14 | mike wilds | brm | 24 | engine | 22 | None row 19 : ret | 5 | ronnie peterson | lotus-ford | 15 | engine | 11 | None row 20 : ret | 21 | jacques laffite | williams-ford | 15 | gearbox | 17 | None row 21 : ret | 30 | wilson fittipaldi | fittipaldi-ford | 12 | accident | 23 | None row 22 : dsq | 18 | john watson | surtees-ford | 6 | disqualified | 15 | None row 23 : dns | 17 | jean-pierre jarier | shadow-ford | 0 | transmission | 1 | None ] Execute this SQL based on the above table: select count ( pos ) where grid > 10
13
[ header: event | date | area | tornadoes | casualties | notes row 1 : hurricane carla | september 1961 | southern u.s | 8 | None | produced several strong tornadoes, including an row 2 : 1964 wichita falls tornado | april 3, 1964 | wichita falls, texa | None | 7 dead, 100+ injured | was rated f5. first tornado ever captured row 3 : february 1965 south florida tornado outbreak | february 23, 1965 | southern florida | 4 | 0 fatalities, 8 injuries | produced an unusually strong tornado in south florid row 4 : early-may 1965 tornado outbreak sequence | may 6-8, 1965 | minnesota, front range, great | 50 | 17 fatalities | included the 1965 twin cities tornado outbreak, in which row 5 : late-may 1965 tornado outbreak | may 25-26, 1965 | great plains | 51 | 0 fatalities | produced multiple strong tornadoes in the great plain row 6 : june 1966 tornado outbreak sequence | june 8-9, 1966 | kansas - illin | 57 | 18 fatalities | outbreak sequence produced a series of tornadoes row 7 : 1967 st. louis tornado outbreak | january 24, 1967 | midwest | 32 | 6 fatalities | one of the most intense january outbreak row 8 : 1967 oak lawn tornado outbreak | april 21, 1967 | midwest | 45 | 58 fatalities | one of the most intense outbreaks to hit the row 9 : 1967 southern minnesota tornado outbreak | april 30, 1967 | minnesota | 9 | 13 fatalities | only one tornado below f2 strength in min row 10 : 1968 wheelersburg, ohio | april 23, 1968 | ohio valley | 13 | 14 fatalities | outbreak produced several violent and killer tornadoes across ] Execute this SQL based on the above table: select date where event = 'february 1965 south florida tornado outbreak'
february 23, 1965
[ header: typ | construction time | cylinders | capacity | power | top speed row 1 : vis-a-vis | 1900-1903 | 1 | 400 cc | 2,6 kw (3,5 p | 30 km/h (19 mph) row 2 : 45 ps (33 kw; | 1900-1903 | 1 | 510 cc | 3,3 kw (4,5 ps | 35 km/h (22 mph) row 3 : 24/28 ps | 1904-1905 | 4 inline | 4,016 cc | 20,6 kw (28 ps | 65 km/h (40 mph) row 4 : 8/12 (8/14) ps | 1904-1906 | 2 inline | 2,008 cc | 8,8-10,3 kw (12-14 | 50 km/h (31 mph) row 5 : 4/8 ps | 1906-1907 | 2 v | 1,032 cc | 5,9 kw (8 ps) | 55 km/h (34 mph) row 6 : 5/9 ps | 1907-1909 | 2 inline | 1,134 cc | 6,6 kw (9 ps) | 60 km/h (37 mph) row 7 : 11/18 ps | 1907-1910 | 4 inline | 2,799 cc | 13,2 kw (18 ps) | 55 km/h (34 mph) row 8 : 23/50 ps | 1909-1912 | 4 inline | 5,800 cc | 42,6 kw (58 p | None row 9 : 13/30 ps | 1909-1912 | 4 inline | 3,180 cc | 25,7 kw (35 ps | None row 10 : 10/28 ps | 1909-1912 | 4 inline | 2,612 cc | 22 kw (30 ps) | None row 11 : k 7/15 ps | 1910-1913 | 4 inline | 1,768 cc | 11 kw (15 ps) | 60 km/h (37 mph) row 12 : 30/70 ps | 1911-1914 | 4 inline | 7,853 cc | 51 kw (70 ps) | 115 km/h (71 mph) row 13 : 15/40 ps | 1913-1914 | 4 inline | 3,866 cc | 33 kw (45 ps) | 90 km/h (56 mph) row 14 : 25/55 ps | 1913-1914 | 4 inline | 6,457 cc | 44 kw (60 ps) | None row 15 : 12/30 ps | 1914 | 4 inline | 3,115 cc | 25,7 kw (35 ps | None row 16 : 9/24 (9/30) ps | 1921-1924 | 4 inline | 2,298 cc | 17,6-22 kw (24-30 | 65 km/h (40 mph)- row 17 : 18/60 ps | 1921-1924 | 4 inline | 4,712 cc | 44 kw (60 ps) | 100 km/h (62 mph) row 18 : 18/80 ps | 1925-1927 | 6 inline | 4,704 cc | 59 kw (80 ps | 100 km/h (62 mph) row 19 : standard 8 | 1928-1933 | 8 inline | 3,887 cc | 51-59 kw (70-80 | 100 km/h (62 mph)- row 20 : standard 6 3u | 1933-1934 | 6 inline | 2,916 cc | 44 kw (60 ps) | 100 km/h (62 mph) ] Execute this SQL based on the above table: select abs ( ( select count ( * ) where typ = '24/28 ps' ) - ( select count ( * ) where typ = '24/28 ps' ) )
0
[ header: date | championship | location | category | surface | prev. result | prev. points | new points | outcome row 1 : 29 december 2013- 5 janu | brisbane international | brisbane (aus) | wta premier | hard | sf | 200 | 305 | final lost to serena williams row 2 : 14 january 2014- 27 jan | australian open | melbourne (aus) | grand slam | hard | w | 2000 | 430 | quarter-finals lost to agnies row 3 : 10 february 2014- 16 february | qatar total open | doha (qat) | wta premier 5 | hard | w | 900 | 0 | withdrew due to left foot injury row 4 : 3 march 2014- 16 march 2014 | indian wells | indian wells (usa) | wta premier mandatory | hard | qf | 250 | 45 | second round lost to lauren davis row 5 : 17 march 2013- 30 march 2014 | sony open tennis | miami (usa) | wta premier mandatory | hard | dnp | 0 | 0 | withdrew due to left foot injury row 6 : 5 may 2014- 11 may 2014 | mutua madrid masters | madrid (esp) | wta premier mandatory | clay | 2r | 60 | None | pending row 7 : 12 may 2014- 18 may 2014 | internazionali bnl | rome (ita) | wta premier 5 | clay | f | 700 | None | pending row 8 : 25 may 2014- 8 june 2014 | french open | paris (fra) | grand slam | clay | sf | 900 | None | pending row 9 : 23 june 2014- 6 july | wimbledon | london (gbr) | grand slam | grass | 2r | 100 | None | pending row 10 : 4 august 2014- 10 august 2014 | rogers cup | toronto (can) | wta premier 5 | hard | dnp | 0 | None | pending row 11 : 11 august 2014- 17 august 2014 | western and southern open | cincinnati (usa) | wta premier 5 | hard | w | 900 | None | pending row 12 : 25 august 2014- 8 september 2014 | us open | new york (usa) | grand slam | hard | f | 1400 | None | pending row 13 : 22 september 2014- 27 september 2014 | toray pan pacific open | wuhan (chn) | wta premier 5 | hard | 2r | 60 | None | pending row 14 : 27 september 2014- 5 octo | china open | beijing (chn) | wta premier mandatory | hard | 1r | 5 | None | pending row 15 : 20 october 2013- 26 | wta tour championships | singapore (sin) | wta tour championships | hard (i) | rr | 400 | None | pending ] Execute this SQL based on the above table: select outcome order by new points desc limit 1
quarter-finals lost to agnieszka radwanska 1-6, 7-5, 0-6
[ header: year | personnel | album | label | peak positions nor row 1 : 2001 | solveig slettahjell | slow motion orchestra | curling legs | None row 2 : 2004 | solveig slettahjell | silver | curling legs | 23 row 3 : 2005 | solveig slettahjell | pixiedust | curling legs | 25 row 4 : 2006 | solveig slettahjell | good rain | curling legs (, act) | 28 row 5 : 2007 | solveig slettahjell | domestic songs | curling legs (, act) | 30 row 6 : 2008 | solveig slettahjell | natt i betlehem | kirkelig kulturverksted | 5 row 7 : 2009 | solveig slettahjell | tarpan seasons | universal | 5 row 8 : 2011 | solveig slettahjell | antologie | universal | 6 row 9 : 2013 | solveig slettahjell | arven | universal | 5 ] Execute this SQL based on the above table: select label where id = 1
curling legs
[ header: year | film | role | notes row 1 : 1986 | love 86 | vikram doshi | None row 2 : 1987 | khudgarz | kumar saxena | None row 3 : 1987 | sindoor | ravi | None row 4 : 1988 | paap ko jalaa | deepak malhotra | None row 5 : 1988 | halaal ki kamai | kabir khanna | None row 6 : 1988 | shiv shakti | shakti | None row 7 : 1989 | sachai ki ta | sagar singh | None row 8 : 1989 | taaqatwar | john d'mello | None row 9 : 1990 | maha-sangram | arjun 'munna' | None row 10 : 1990 | izzatdaar | vijay | None row 11 : 1990 | naya khoon | dr. anand | None row 12 : 1990 | taqdeer ka tama | satya | None row 13 : 1990 | awaargi | dhiren kumar | critically acclaimed role row 14 : 1992 | baaz | deva | None row 15 : 1994 | andaz apna a | himself | special appearance row 16 : 1994 | beta ho to aisa | raju | None row 17 : 1996 | maahir | bhola | None row 18 : 1996 | apne dam par | himself | special appearance row 19 : 1997 | deewana mastana | bunnu | nominated - filmfare best actor row 20 : 1997 | do ankhen barah hath | sagar | None row 21 : 1998 | achanak | arjun | None row 22 : 1998 | naseeb | krishna prasa | None row 23 : 2000 | kunwara | raju | nominated -filmfare award for row 24 : 2001 | aamdani atthani k | bhishma | None row 25 : 2001 | albela | rocky hiranandani | None row 26 : 2001 | censor | himself | special appearance row 27 : 2002 | pyaar diwana hota | sunder | None row 28 : 2002 | chalo ishq ladaa | pappu | None row 29 : 2003 | three roses | himself | tamil film - guest appearance row 30 : 2005 | ssukh | chandraprakash sharma | None row 31 : 2007 | partner | bhaskar diwakar chow | iifa best comedian award zee row 32 : 2013 | samadhi | deputy inspector general of police | bengali debut row 33 : 2014 | kill dil | negative role | filming (releasing on 5 september 2014) row 34 : 2014 | hero | None | filming, (releasing on 12th dec ] Execute this SQL based on the above table: select count ( role ) where film = 'sindoor'
1
[ header: pos | rider | manufacturer | time/retired | points row 1 : 1 | tohru ukawa | honda | 49:50.449 | 25 row 2 : 2 | franco battaini | aprilia | 5.125 | 20 row 3 : 3 | loris capirossi | honda | 10.224 | 16 row 4 : 4 | shinya nakano | yamaha | 14.848 | 13 row 5 : 5 | stefano perugini | honda | 34.042 | 11 row 6 : 6 | sebastian porto | yamaha | 37.495 | 10 row 7 : 7 | jason vincent | honda | 44.911 | 9 row 8 : 8 | valentino rossi | aprilia | +1:01.110 | 8 row 9 : 9 | anthony west | tsr-honda | +1:10.352 | 7 row 10 : 10 | alex hofmann | tsr-honda | +1:18.683 | 6 row 11 : 11 | luca boscoscuro | tsr-honda | +1:20.847 | 5 row 12 : 12 | lucas oliver bulto | yamaha | +1:23.052 | 4 row 13 : 13 | roberto rolfo | aprilia | +1:24.329 | 3 row 14 : 14 | masaki tokudome | tsr-honda | +1:26.837 | 2 row 15 : 15 | fonsi nieto | yamaha | +1:45.669 | 1 row 16 : 16 | david garcia | yamaha | +1:48.926 | None row 17 : 17 | scott smart | aprilia | +1:49.730 | None row 18 : 18 | alex debon | honda | +1 lap | None row 19 : 19 | jarno janssen | tsr-honda | +1 lap | None row 20 : ret | alvaro molina | honda | retirement | None row 21 : ret | julien allemand | tsr-honda | retirement | None row 22 : ret | ismael bonilla | honda | retirement | None row 23 : ret | daniel ribalta | aprilia | retirement | None row 24 : ret | maurice bolwerk | honda | retirement | None row 25 : ret | tomomi manako | yamaha | retirement | None row 26 : ret | johann stigefelt | yamaha | retirement | None row 27 : ret | olivier jacque | yamaha | retirement | None row 28 : ret | jeremy mcwilliams | aprilia | retirement | None row 29 : ret | david ortega | tsr-honda | retirement | None row 30 : ret | alfredo rios | aprilia | retirement | None row 31 : ret | ralf waldmann | aprilia | retirement | None ] Execute this SQL based on the above table: select count ( * ) where manufacturer = 'yamaha'
8
[ header: year | total | romanians | hungarians | roma row 1 : 1850 | 4,541 | 69.3% | 23.9% | 6.5% row 2 : 1880 | 4,636 | 63.0% | 30.2% | None row 3 : 1890 | 5,499 | 62.7% | 31.6% | None row 4 : 1900 | 5,553 | 64.3% | 29.7% | None row 5 : 1910 | 6,234 | 64.6% | 30.4% | None row 6 : 1920 | 5,887 | 71.6% | 27.9% | None row 7 : 1930 | 6,456 | 70.5% | 22.8% | 2.6% row 8 : 1941 | 6,981 | 78.3% | 19.4% | None row 9 : 1956 | 6,649 | 74.7% | 19.0% | 6.0% row 10 : 1966 | 6,991 | 80.9% | 17.3% | 1.7% row 11 : 1977 | 7,089 | 78.1% | 16.9% | 4.9% row 12 : 1992 | 5,723 | 74.1% | 14.2% | 11.6% row 13 : 2002 | 5,506 | 74.4% | 12.0% | 13.6% row 14 : 2011 | 4,574 | 70.7% | 11.2% | 17.9% ] Execute this SQL based on the above table: select count ( roma )
8
[ 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 count ( * ) where staple: = 'copper (mg)'
1
[ header: township | fips | population center | population | population density /km2 (/sq mi) | land area km2 (sq mi) | water area km2 (sq mi) | water % | geographic coordinates row 1 : ash creek | 2575 | None | 58 | 1 (2) | 93 (36) | 0 (0) | 0.51% | 38°39′17′′n 98° row 2 : black wolf | 7025 | None | 87 | 1 (2) | 94 (36) | 0 (0) | 0.10% | 38°44′40′′n 98° row 3 : carneiro | 10800 | None | 57 | 1 (2) | 93 (36) | 0 (0) | 0.36% | 38°45′2′′n 97° row 4 : clear creek | 13725 | None | 91 | 1 (3) | 94 (36) | 0 (0) | 0.17% | 38°44′10′′n 98° row 5 : columbia | 15025 | None | 60 | 1 (2) | 94 (36) | 0 (0) | 0.04% | 38°50′5′′n 98° row 6 : ellsworth | 20525 | None | 797 | 9 (23) | 88 (34) | 0 (0) | 0.23% | 38°43′6′′n 98° row 7 : empire | 21150 | None | 174 | 1 (3) | 171 (66) | 14 (6) | 7.79% | 38°39′6′′n 98° row 8 : garfield | 25575 | None | 27 | 0 (1) | 92 (36) | 0 (0) | 0.30% | 38°50′9′′n 98° row 9 : langley | 38600 | None | 76 | 1 (2) | 92 (35) | 2 (1) | 1.86% | 38°35′33′′n 97° row 10 : mulberry | 49050 | None | 44 | 0 (1) | 93 (36) | 0 (0) | 0.24% | 38°50′5′′n 97° row 11 : noble | 50825 | None | 90 | 1 (3) | 93 (36) | 0 (0) | 0.04% | 38°44′51′′n 98° row 12 : sherman | 64950 | None | 65 | 1 (2) | 94 (36) | 0 (0) | 0.22% | 38°49′21′′n 98° row 13 : trivoli | 71525 | None | 55 | 1 (2) | 93 (36) | 0 (0) | 0.38% | 38°35′7′′n 98° row 14 : valley | 72800 | holyrood | 577 | 6 (16) | 93 (36) | 0 (0) | 0.14% | 38°34′22′′n 98° ] Execute this SQL based on the above table: select fips where geographic coordinates = '38°44′10′′n 98°6′16′′w / 38.73611°n 98.10444°w'
13725
[ header: song | artists | release | year | notes row 1 : "all of you" | riz mc, aruba red, | microscope | 2012 | original 2011 recording does not feature plan b row 2 : "atomic" | labrinth, plan b | atomic | 2013 | None row 3 : "before i die" (remix) | professor green, narstie, | "before i die" | 2006 | None row 4 : "bring it back" | juse, j.b., | global casino | 2006 | None row 5 : "broken wings" | mc purple, doctor, plan b | eye of the tiger, vol. 1 | 2005 | None row 6 : "end credits" | chase & status, plan b | no more idols | 2011 | None row 7 : "everyday" (rusher remix) | shameless, example, plan b | "everyday (in a broken dream | 2007 | None row 8 : "fool yourself" | chase & status, plan b, | no more idols | 2011 | None row 9 : "harry" (plan b remix) | medison, skrein, | "harry" | 2010 | None row 10 : "how's it feel" | skrein, wyt | the eat up | 2007 | also appears on it's time 4 plan row 11 : "i wanna get next to you" ( | danielle senior, plan b, | "take you home" | 2006 | None row 12 : "last dayz" | skreintax, plan b | "scene stealers" | 2009 | None row 13 : "makin' love 2 hip hop" | plan b, skrein, | sharpest tool in the box | 2007 | None row 14 : "maybe" | skrein, shameless, plan | bless: the mixtape | 2007 | None row 15 : "more is enough" | epic man, plan b | "more is enough" | 2006 | also appears as bonus track on australian release of row 16 : "my eyes" | shameless, tb, plan b | bless: the mixtape | 2007 | None row 17 : "no hats no trainers" | shameless, plan b | smokers die younger | 2007 | None row 18 : "on it 08" | adam deacon, plan b | adulthood | 2008 | None row 19 : "past that" | shameless, plan b | above board | 2006 | None row 20 : "pieces" | chase & status, plan b | more than alot | 2008 | None row 21 : "play ur position" | juse, conspicuous, ane | global casino | 2006 | None row 22 : "polarised nation" | carly bond, ripper, hitman | eye of the tiger, vol. 1 | 2005 | None row 23 : "reveal your inner self" (plan | killa kela, plan b | "reveal your inner self" | 2007 | None row 24 : "shifty" | riz mc, sway, | shifty | 2009 | None row 25 : "shots echo" | the mitchell brothers, plan b, | dressed for the occasion | 2007 | None ] Execute this SQL based on the above table: select notes where year = 2006 + 1
also appears on it's time 4 plan b (2006)
[ header: tie no | home team | score | away team | attendance row 1 : 1 | blackpool | 2-0 | rochdale | None row 2 : 2 | chesterfield | 1-1 | southend united | None row 3 : replay | southend united | 2 - 0 | chesterfield | None row 4 : 3 | canvey island | 1-0 | northampton town | None row 5 : 4 | macclesfield town | 4-1 | swansea city | None row 6 : 5 | swindon town | 3-2 | hereford united | None row 7 : 6 | tranmere rovers | 6-1 | carlisle united | None row 8 : 7 | wycombe wanderers | 3-0 | notts county | None row 9 : 8 | brighton & hove albion | 2-1 | rushden & diamonds | 5647 row 10 : 9 | plymouth argyle | 1-1 | bristol rovers | None row 11 : replay | bristol rovers | 3 - 2 | plymouth argyle | None row 12 : 10 | hull city | 2-3 | oldham athletic | 9422 row 13 : 11 | altrincham | 1-2 | darlington | None row 14 : 12 | exeter city | 0-0 | dagenham & redbridge | None row 15 : replay | dagenham & redbridge | 3 - 0 | exeter city | None row 16 : 13 | scunthorpe united | 3-2 | brentford | None row 17 : 14 | mansfield town | 4-0 | huddersfield town | 6836 row 18 : 15 | cardiff city | 3-0 | port vale | None row 19 : 16 | halifax town | 1-1 | stoke city | 3335 row 20 : replay | stoke city | 3 - 0 | halifax town | 4356 row 21 : 17 | york city | 2-0 | reading | None row 22 : 18 | peterborough united | 1-0 | bournemouth | None row 23 : 19 | leyton orient | 2-1 | lincoln city | None row 24 : 20 | hinckley united | 0-2 | cheltenham town | None ] Execute this SQL based on the above table: select abs ( home team - away team ) where home team = 'dagenham & redbridge'
0
[ header: year | film | language | actors | music | banner | note row 1 : 1954 | ratha paasam | tamil | t. k. shanmug | m. k. athmana | jupiter pictures & av | directed by r. s. mani row 2 : 1956 | amara deepam | tamil | sivaji ganesan, | t. chalapathi r | venus pictures | directed by t. prakash row 3 : 1956 | bhaai bhaai | hindi | ashok kumar, kishore | None | avm productions | directed by m. v. rama row 4 : 1964 | kalai kovil | tamil | r. muthuraman | viswanathan ramamoorthy | bhagyalakshm | None row 5 : 1968 | saathi | hindi | rajendra kumar, vy | naushad | venus pictures | None row 6 : 1969 | sivandha mann | tamil | sivaji ganesan, | m. s. viswanathan | chitralaya films | None row 7 : 1971 | duniya kya jan | hindi | None | None | None | None row 8 : 1974 | urimai kural | tamil | mgr, latha | m. s. viswanathan | chitrayuga films | None row 9 : 1975 | vaira nenjam | tamil | sivaji ganesan, | m. s. viswanathan | chitralaya films | None row 10 : 1978 | ilamai oonjalaa | tamil | kamal hassan, rajini | ilaiyaraaja | chithrakala pictures | None row 11 : 1982 | ninaivellam ni | tamil | karthik, jiji, | ilaiyaraaja | sivasakthi films | None row 12 : 1983 | thudikkum karangal | tamil | rajinikanth, radha | s. p. balasubram | krg films | None row 13 : 1984 | unnaithedi varu | tamil | None | ilaiyaraaja | None | None row 14 : 1991 | thanthu vitten enna | tamil | vikram, rohini | ilaiyaraaja | chitralaya films | None ] Execute this SQL based on the above table: select sum ( year )
27605
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | china | 10 | 5 | 1 | 16 row 2 : 2 | north korea | 3 | 3 | 4 | 10 row 3 : 3 | japan | 1 | 3 | 3 | 7 row 4 : 4 | chinese taipei | 1 | 1 | 1 | 3 row 5 : 5 | hong kong | 0 | 1 | 0 | 1 row 6 : 6 | south korea | 0 | 0 | 3 | 3 row 7 : 7 | india | 0 | 0 | 1 | 1 row 8 : 7 | kazakhstan | 0 | 0 | 1 | 1 row 9 : 7 | syria | 0 | 0 | 1 | 1 row 10 : total | total | 15 | 13 | 15 | 43 ] Execute this SQL based on the above table: select silver where id = ( select id where silver = 0 ) - 1
1.0
[ header: full name | nickname | gender | weight at birth | meaning row 1 : chukwuebuka n | ebuka | girl | 690g (22 oz.) | god is big row 2 : chidinma anulika | chidi | girl | 760g (24.4 oz.) | god is good row 3 : chinecherem nwabugw | echerem | girl | 800g (25.7 oz.) | god thinks for me row 4 : chimaijem otto | chima | girl | 730g (23.5 oz.) | god knows my journey row 5 : chijindu chidera | odera | girl | 320g (10.3 oz.) | god holds my life row 6 : chukwubuikem madu | ikem | boy | 500g (16.0 oz.) | god is my strength row 7 : chijioke chinedum | jioke | boy | 810g (26.0 oz.) | god holds my share row 8 : chinagorom chidiebere | gorom | girl | 520g (16.7 oz.) | god is my advocate ] Execute this SQL based on the above table: select meaning where id = 1
god is big
[ header: rank | area | date | presenter | seven wonders covered row 1 : 1 | south west | 3 may | samantha smith | dartmoor, jurassic coast, row 2 : 2 | yorkshire & lincolnshire | 9 may | paul hudson | malham cove, the three peaks, row 3 : 3 | london | 16 may | bill oddie | islands in the river thames, the row 4 : 4 | the north | 23 may | chris jackson | lake district, river wear, whin sill row 5 : 5 | the south | 30 may | aubrey manning | the needles, lulworth cove row 6 : 6 | the midlands | 6 june | dominic heale | kinder scout, dovedale row 7 : 7 | the west country | 17 june | amanda parr | avebury, symonds row 8 : 8 | south east | 22 june | kaddy lee-preston | white cliffs of dover, seven sisters ] Execute this SQL based on the above table: select area order by rank asc limit 1
south west
[ header: county | obama | votes | romney | votes | others | votes | total row 1 : colusa | 38.3% | 2,314 | 59.6% | 3,601 | 2.1% | 130 | 6,045 row 2 : contra costa | 66.2% | 290,824 | 31.1% | 136,517 | 2.7% | 11,804 | 439,145 row 3 : del norte | 43.4% | 3,791 | 52.8% | 4,614 | 3.8% | 331 | 8,736 row 4 : fresno | 49.7% | 129,129 | 47.9% | 124,490 | 1.8% | 6,078 | 259,697 row 5 : imperial | 65.2% | 25,136 | 33.2% | 12,776 | 1.6% | 620 | 38,532 row 6 : kern | 40.5% | 89,495 | 57.3% | 126,618 | 2.2% | 4,900 | 221,013 row 7 : lassen | 28.5% | 3,053 | 68.0% | 7,296 | 3.5% | 376 | 10,725 row 8 : madera | 40.2% | 16,018 | 57.3% | 22,852 | 2.5% | 996 | 39,866 row 9 : merced | 53.0% | 33,005 | 44.3% | 27,581 | 2.7% | 1,636 | 62,222 row 10 : modoc | 27.7% | 1,113 | 69.1% | 2,779 | 3.2% | 130 | 4,022 row 11 : mono | 52.9% | 2,733 | 44.2% | 2,285 | 2.9% | 150 | 5,168 row 12 : nevada | 47.7% | 24,663 | 48.4% | 24,986 | 3.9% | 2,026 | 51,675 row 13 : placer | 38.9% | 66,818 | 58.2% | 99,921 | 2.9% | 4,972 | 171,711 row 14 : plumas | 39.9% | 4,026 | 56.8% | 5,721 | 3.3% | 333 | 10,080 row 15 : san bernardino | 52.6% | 305,109 | 45.2% | 262,358 | 2.2% | 13,136 | 580,603 row 16 : san francisco | 83.4% | 301,723 | 13.0% | 47,076 | 3.4% | 12,996 | 361,795 row 17 : san joaquin | 55.6% | 114,121 | 41.9% | 86,071 | 2.5% | 5,172 | 205,364 row 18 : san luis obispo | 48.6% | 61,258 | 47.6% | 59,967 | 3.8% | 4,741 | 125,966 row 19 : santa cruz | 75.4% | 90,805 | 20.0% | 24,047 | 4.6% | 5,533 | 120,385 row 20 : sierra | 36.3% | 652 | 58.7% | 1,056 | 5.0% | 90 | 1,798 row 21 : siskiyou | 40.2% | 8,044 | 55.4% | 11,076 | 4.4% | 870 | 19,990 row 22 : solano | 63.3% | 96,783 | 34.1% | 52,092 | 2.6% | 3,965 | 152,840 row 23 : stanislaus | 49.9% | 77,724 | 47.1% | 73,459 | 3.0% | 4,633 | 155,816 row 24 : trinity | 46.6% | 2,674 | 47.3% | 2,716 | 6.1% | 349 | 5,739 row 25 : tulare | 41.2% | 41,752 | 56.2% | 56,956 | 2.6% | 2,571 | 101,279 row 26 : ventura | 52.2% | 170,929 | 45.1% | 147,958 | 2.7% | 8,825 | 327,712 ] Execute this SQL based on the above table: select count ( * ) where obama = '53.0%'
1
[ header: title | release date | developer(s) | publisher(s) | genre(s) row 1 : 187 ride or die | 2005-08-23 | ubisoft | ubisoft | driving row 2 : 50 cent: bulletproof | 2005-11-17 | genuine games | sierra entertainment | None row 3 : 50 cent: blood on the sand | 2009-02-20 | swordfish studios | thq | None row 4 : 25 to life | 2006-01-17 | avalanche software, ritual entertainment | eidos interactive | None row 5 : gangland (video game) | 2004-02-14 | mediamobsters | whiptail interactive | None row 6 : gangsters: organized crime | 1998-11-30 | hothouse creations | eidos interactive | None row 7 : gangsters 2 | 2001-06-01 | hothouse creations | eidos interactive | None row 8 : the godfather: the game | 2006-03-21 | ea redwood shores | electronic arts | None row 9 : the godfather ii | 2009-04-07 | ea redwood shores | electronic arts | None row 10 : grand theft auto iii | 2001-10-22 | dma design | rockstar games | None row 11 : grand theft auto: vice city | 2002-10-22 | rockstar north | rockstar games | None row 12 : grand theft auto: san andreas | 2004-10-24 | rockstar north | rockstar games | None row 13 : mafia: the city of lost heaven | 2002-08-28 | illusion softworks | gathering of developers | None row 14 : mafia ii | 2010-08-24 | 2k czech, massive bear studio | 2k games, 1c company | None row 15 : mob rule | 1999-9-30 | simon & schuster interactive | studio 3 interactive | None row 16 : saints row | 2006-08-29 | volition | thq | None row 17 : saints row 2 | 2008-10-14 | volition, inc | thq | None row 18 : omerta - city of | 2013-01-31 | haemimont games | kalypso media | building simulation, rpg ] Execute this SQL based on the above table: select count ( release date )
18
[ header: team | seasons | games | wins | ties | losses | goals for | goals against | goal diff | points row 1 : montreal canadiens | 94 | 6,120 | 3,135 | 837 | 2,148 | 19,929 | 16,416 | 3,513 | 7,203 row 2 : boston bruins | 87 | 5,960 | 2,856 | 791 | 2,313 | 19,109 | 17,459 | 1,650 | 6,609 row 3 : philadelphia flyers | 44 | 3,506 | 1,756 | 457 | 1,293 | 11,783 | 10,270 | 1,513 | 4,060 row 4 : buffalo sabres | 41 | 3,280 | 1,569 | 409 | 1,302 | 10,868 | 9,875 | 993 | 3,630 row 5 : los angeles kings | 44 | 3,506 | 1,428 | 424 | 1,654 | 11,306 | 12,016 | -710 | 3,373 row 6 : vancouver canucks | 41 | 3,280 | 1,353 | 391 | 1,536 | 10,378 | 1,1024 | -646 | 3,179 row 7 : washington capitals | 37 | 2,968 | 1,305 | 303 | 1,360 | 9,407 | 9,739 | -332 | 3,004 row 8 : new jersey devils (kansas | 37 | 2,968 | 1,260 | 328 | 1380 | 8,931 | 9,590 | -659 | 2,915 row 9 : colorado avalanche (que | 32 | 2,568 | 1,174 | 261 | 1,133 | 8,564 | 8,417 | 147 | 2,681 row 10 : phoenix coyotes (win | 32 | 2,568 | 1,063 | 266 | 1,239 | 8,058 | 8,809 | -756 | 2,473 row 11 : carolina hurricanes (hartford whaler | 32 | 2,568 | 1,049 | 263 | 1,256 | 7,808 | 8,599 | -791 | 2,447 row 12 : san jose sharks | 20 | 1,608 | 721 | 121 | 766 | 4,553 | 4,744 | -191 | 1,657 row 13 : ottawa senators | 19 | 1,528 | 679 | 115 | 734 | 4,401 | 4,506 | -105 | 1,556 row 14 : anaheim ducks | 18 | 1,444 | 638 | 107 | 699 | 3,863 | 4,021 | -158 | 1,477 row 15 : tampa bay lightning | 19 | 1,528 | 588 | 112 | 828 | 4,058 | 4,842 | -784 | 1,384 row 16 : minnesota wild | 11 | 902 | 405 | 55 | 442 | 2,259 | 2,338 | -79 | 945 row 17 : winnipeg jets (atlant | 12 | 984 | 379 | 45 | 550 | 2,690 | 3,260 | -570 | 891 row 18 : new york americans (1925-1941) | 17 | 784 | 255 | 127 | 402 | 1,643 | 2,182 | -539 | 637 row 19 : montreal maroons | 14 | 622 | 271 | 91 | 260 | 1,474 | 1,405 | 69 | 633 row 20 : quebec bulldogs (1919-1920 | 6 | 150 | 51 | 1 | 98 | 505 | 652 | -147 | 103 row 21 : montreal wanderers | 1 | 6 | 1 | 0 | 5 | 17 | 35 | -18 | 2 ] Execute this SQL based on the above table: select team order by losses desc limit 1
boston bruins
[ header: years | building | city | height (ctbuh) | floors row 1 : 1975-present | first canadian place | toronto | 298.1 m (978 ft) | 72 row 2 : 1972-1975 | commerce court west | toronto | 239.0 m (784 ft | 57 row 3 : 1967-1972 | toronto-dominion centre | toronto | 222.8 m (731 ft) | 56 row 4 : 1964-1967 | tour de la bourse | montreal | 190.0 m (623 ft) | 47 row 5 : 1962-1964 | place ville-marie | montreal | 188.0 m (617 ft) | 44 row 6 : 1962 | tour cibc | montreal | 184.0 m (604 ft) | 45 row 7 : 1931-1962 | commerce court north | toronto | 145.0 m (476 ft) | 34 ] Execute this SQL based on the above table: select count ( floors ) where building = 'tour de la bourse'
1
[ header: outcome | no. | date | tournament | surface | partner | opponents in the final | score in the final row 1 : runner-up | 1 | 1969 | los angeles, u.s | hard | jim mcmanus | pancho gonzales ron | 3-6, 4-6 row 2 : runner-up | 2 | 1970 | merion, u.s | hard | jim mcmanus | william bowrey ray ruf | 6-3, 2-6, 5-7 row 3 : winner | 1 | 1971 | columbus, u.s | hard | jim mcmanus | jimmy connors ros | 4-6, 7-5, 6-2 row 4 : winner | 2 | 1971 | merion, u.s | hard | clark graebner | robert mckinley | 7-6, 6-3 row 5 : winner | 3 | 1971 | sacramento, u. | hard | jim mcmanus | bob maud frew m | 7-6, 6-3 row 6 : winner | 4 | 1972 | los angeles, u.s | outdoor | jim mcmanus | ilie nastase i | 6-2, 5-7, 6-4 row 7 : winner | 5 | 1972 | london/queen's club | grass | jim mcmanus | jurgen fassbender karl me | 4-6, 6-3, 7-5 row 8 : runner-up | 3 | 1972 | tanglewood, u.s | other | jim mcmanus | bob hewitt andrew | 4-6, 4-6 ] Execute this SQL based on the above table: select tournament where no. = ( select no. where tournament = 'sacramento, u.s' ) + 1
los angeles, u.s
[ header: athlete | event | race 1 time | race 2 time | total time | total rank row 1 : johann haraldsson | giant slalom | 1:19.10 | dnf | dnf | None row 2 : kristinn magnusson | giant slalom | 1:17.50 | 1:16.29 | 2:33.79 | 42 row 3 : bjorgvin bjorgvin | giant slalom | 1:15.86 | dnf | dnf | None row 4 : kristinn magnusson | slalom | dnf | None | dnf | None row 5 : bjorgvin bjorgvin | slalom | dnf | None | dnf | None row 6 : johann haraldsson | slalom | 56.98 | 1:00.19 | 1:57.17 | 28 row 7 : kristinn bjorns | slalom | 53.05 | 56.76 | 1:49.81 | 21 ] Execute this SQL based on the above table: select count ( * ) where event = 'giant slalom'
3
[ header: athlete | event | race 1 time | race 2 time | total time | total rank row 1 : johann haraldsson | giant slalom | 1:19.10 | dnf | dnf | None row 2 : kristinn magnusson | giant slalom | 1:17.50 | 1:16.29 | 2:33.79 | 42 row 3 : bjorgvin bjorgvin | giant slalom | 1:15.86 | dnf | dnf | None row 4 : kristinn magnusson | slalom | dnf | None | dnf | None row 5 : bjorgvin bjorgvin | slalom | dnf | None | dnf | None row 6 : johann haraldsson | slalom | 56.98 | 1:00.19 | 1:57.17 | 28 row 7 : kristinn bjorns | slalom | 53.05 | 56.76 | 1:49.81 | 21 ] Execute this SQL based on the above table: select count ( * ) where athlete = 'kristinn bjornsson'
1
[ header: year | competition | venue | position | notes row 1 : 1994 | commonwealth games | victoria, canada | 6th | 400 m h row 2 : 1995 | world championships | gothenburg, sweden | 6th | 400 m h row 3 : 1997 | world championships | athens, greece | 7th | 4x400 m relay row 4 : 1998 | commonwealth games | kuala lumpur, malaysi | 3rd | 400 m h row 5 : 1998 | african championships | dakar, senegal | 2nd | 400 m h row 6 : 1999 | all-africa games | johannesburg, south africa | 2nd | 400 m h ] Execute this SQL based on the above table: select notes group by notes order by count ( year ) desc limit 1
400 m h
[ header: # | season | competition | date | round | opponent | h / a | result | scorer (s) row 1 : 35 | 2011 | afc champions league | 2011-03-02 | group stage | al-ain | a | 1-0 | s : dejan damjanovic row 2 : 36 | 2011 | afc champions league | 2011-03-15 | group stage | hangzhou greentown | h | 3-0 | s : dejan damjanovic, row 3 : 37 | 2011 | afc champions league | 2011-04-06 | group stage | nagoya grampus | a | 1-1 | s : choi hy row 4 : 39 | 2011 | afc champions league | 2011-05-04 | group stage | al-ain | h | 3-0 | s : dejan damjanovic (2) row 5 : 41 | 2011 | afc champions league | 2011-05-25 | round of 16 | kashima antlers | h | 3-0 | s : bang seung-h row 6 : 42 | 2011 | afc champions league | 2011-09-14 | quarter-finals 1st leg | al-ittihad | a | 1-3 | s : choi ta row 7 : 43 | 2011 | afc champions league | 2011-09-27 | quarter-finals 2nd leg | al-ittihad | h | 1-0 | s : mauricio molina row 8 : 44 | 2013 | afc champions league | 2013-02-26 | group stage | jiangsu sainty | h | 5-1 | s : dejan damjanovic (2) row 9 : 45 | 2013 | afc champions league | 2013-03-12 | group stage | buriram united | a | 0-0 | None row 10 : 46 | 2013 | afc champions league | 2013-04-02 | group stage | vegalta sendai | h | 2-1 | s : sergio escudero row 11 : 48 | 2013 | afc champions league | 2013-04-24 | group stage | jiangsu sainty | a | 2-0 | s : koh myong row 12 : 49 | 2013 | afc champions league | 2013-05-01 | group stage | buriram united | h | 2-2 | s : jung seung-y row 13 : 50 | 2013 | afc champions league | 2013-05-14 | round of 16 1st leg | beijing guoan | a | 0-0 | None row 14 : 53 | 2013 | afc champions league | 2013-09-18 | quarter-finals 2nd leg | al-ahli | h | 1-0 | s : dejan damjanovic row 15 : 55 | 2013 | afc champions league | 2013-10-02 | semi-finals 2nd leg | esteghlal | a | 2-2 | s : ha dae-sung ] Execute this SQL based on the above table: select scorer (s) where scorer (s) != 's : mauricio molina' and season = ( select season where scorer (s) = 's : mauricio molina' )
s : dejan damjanovic, s : dejan damjanovic, ou kyoung-jun, mauricio molina, s : choi hyun-tae n : kensuke nagai, s : dejan damjanovic (2), ko yo-han, s : bang seung-hwan, dejan damjanovic, koh myong-jin, s : choi tae-uk i : noor, al-muwallad, wendel geraldo
[ header: no. | name | term of office | term of office | political party | ministry row 1 : 1 | c. d. howe | november 2, 1936 | july 8, 1940 | liberal | 16 (king) row 2 : 2 | arthur cardin | july 8, 1940 | may 13, 1942 | liberal | 16 (king) row 3 : None | c. d. howe (act | may 13, 1942 | october 6, 1942 | liberal | 16 (king) row 4 : 3 | joseph-enoil michau | october 6, 1942 | april 18, 1945 | liberal | 16 (king) row 5 : 4 | lionel chevrier | april 18, 1945 | july 1, 1954 | liberal | 17 (st. laurent) row 6 : 5 | george carlyle marler | july 1, 1954 | june 21, 1957 | liberal | 17 (st. laurent) row 7 : 7 | leon balcer | october 11, 1960 | april 22, 1963 | progressive conservative | 18 (diefenbaker) row 8 : 8 | george mcilraith | april 22, 1963 | february 3, 1964 | liberal | 19 (pearson) row 9 : 9 | jack pickersgill | february 3, 1964 | september 19, 1967 | liberal | 19 (pearson) row 10 : 10 | paul hellyer | september 19, 1967 | april 20, 1968 | liberal | 19 (pearson) row 11 : 10 | paul hellyer | april 20, 1968 | april 30, 1969 | liberal | 20 (trudeau) row 12 : None | james armstrong richardson (act | april 30, 1969 | may 5, 1969 | liberal | 20 (trudeau) row 13 : 11 | don jamieson | may 5, 1969 | november 27, 1972 | liberal | 20 (trudeau) row 14 : 12 | jean marchand | november 27, 1972 | september 26, 1975 | liberal | 20 (trudeau) row 15 : 14 | don mazankowski | june 4, 1979 | march 3, 1980 | progressive conservative | 21 (clark) row 16 : 15 | jean-luc pepin | march 3, 1980 | august 12, 1983 | liberal | 22 (trudeau) row 17 : 16 | lloyd axworthy | august 12, 1983 | june 29, 1984 | liberal | 22 (trudeau) row 18 : 16 | lloyd axworthy | june 30, 1984 | september 16, 1984 | liberal | 23 (turner) row 19 : (14) | don mazankowski (2nd time) | september 17, 1984 | june 29, 1986 | progressive conservative | 24 (mulroney) row 20 : 17 | john crosbie | june 30, 1986 | march 30, 1988 | progressive conservative | 24 (mulroney) row 21 : 18 | benoit bouchard | march 31, 1988 | february 22, 1990 | progressive conservative | 24 (mulroney) row 22 : 20 | jean corbeil | april 21, 1991 | june 24, 1993 | progressive conservative | 24 (mulroney) row 23 : 20 | jean corbeil | june 25, 1993 | november 3, 1993 | progressive conservative | 25 (campbell) row 24 : 21 | doug young | november 4, 1993 | january 24, 1996 | liberal | 26 (chretien) row 25 : 22 | david anderson | january 25, 1996 | june 10, 1997 | liberal | 26 (chretien) row 26 : 23 | david collenette | june 11, 1997 | december 11, 2003 | liberal | 26 (chretien) row 27 : 24 | tony valeri | december 12, 2003 | july 19, 2004 | liberal | 27 (martin) row 28 : 25 | jean lapierre | july 20, 2004 | february 5, 2006 | liberal | 27 (martin) ] Execute this SQL based on the above table: select term of office group by term of office order by count ( * ) desc limit 1
september 19, 1967
[ header: kant | latitude | longitude | diameter row 1 : b | 9.7° s | 18.6° e | 16 km row 2 : c | 9.3° s | 22.1° e | 20 km row 3 : d | 11.5° s | 18.7° e | 52 km row 4 : g | 9.2° s | 19.5° e | 32 km row 5 : h | 9.1° s | 20.8° e | 7 km row 6 : n | 9.9° s | 19.7° e | 10 km row 7 : o | 12.0° s | 17.2° e | 7 km row 8 : p | 10.8° s | 17.4° e | 5 km row 9 : q | 13.1° s | 18.8° e | 5 km row 10 : s | 11.5° s | 19.7° e | 5 km row 11 : t | 11.3° s | 20.2° e | 5 km row 12 : z | 10.4° s | 17.5° e | 3 km ] Execute this SQL based on the above table: select latitude where id = ( select id where kant = 'd' ) - 1
9.3° s
[ header: year | film | role | language | notes row 1 : 2009 | toss: a flip of destiny | sherry | hindi | None row 2 : 2009 | aa okkadu | dr. pavitra | telugu | None row 3 : 2010 | mouna ragam | sandhya | telugu | None row 4 : 2010 | saradaga kasepu | manimala | telugu | None row 5 : 2010 | orange | madhu | telugu | special appearance row 6 : 2012 | kamaal dhamaal malam | maria | hindi | None row 7 : 2013 | mahankali | tanisha | telugu | None row 8 : 2013 | shadow | None | telugu | None row 9 : 2013 | eepeeko | None | tamil | filming row 10 : 2013 | black coffee | None | malayalam | filming row 11 : 2014 | koothara | shaista | malayalam | filming row 12 : 2014 | kotha janta | None | telugu | filming row 13 : 2013 | serndhu polama | None | tamil | filming ] Execute this SQL based on the above table: select year order by year desc limit 1
2014
[ header: year | single | chart positions usa billboard hot dance club play | chart positions polish charts | album row 1 : 2008 | "fall" | None | 2 | natalia lesz row 2 : 2008 | "power of attraction" | 24 | 5 | natalia lesz row 3 : 2008 | "miss you" | None | None | natalia lesz row 4 : 2009 | "cos za cos" | None | 1 | that girl row 5 : 2010 | "arabesque" | 53 | None | natalia lesz row 6 : 2010 | "radioactive" | None | 107 | None row 7 : 2010 | "that girl" | None | 7 | that girl row 8 : 2012 | "beat of my heart" | None | 98 | that girl ] Execute this SQL based on the above table: select count ( single ) where single = '"miss you"'
1
[ header: year | author | illustrator | title | publisher row 1 : 1982 | angela carter (ed. and translator | michael foreman | sleeping beauty and other favourite fairy tales | v. gollancz row 2 : 1983 | anthony browne | browne | gorilla | julia macrae row 3 : 1984 | john burningham | burningham | granpa | j. cape row 4 : 1985 | ted hughes (1968) | andrew davidson | the iron man | faber row 5 : 1986 | allan ahlberg | janet ahlberg | the jolly postman | heinemann row 6 : 1987 | charles causley | charles keeping | jack the treacle eater | macmillan row 7 : 1988 | lewis carroll (1865) | anthony browne | alice's adventures in wonderland | julia macrae row 8 : 1989 | martin waddell | barbara firth | the park in the dark | walker row 9 : 1990 | quentin blake | blake | all join in | j. cape row 10 : 1991 | colin mcnaughton | mcnaughton | have you seen who's just moved in next | walker row 11 : 1992 | raymond briggs | briggs | the man | julia macrae row 12 : 1993 | karen wallace | mike bostock | think of an eel | walker row 13 : 1994 | trish cooke | helen oxenbury | so much | walker row 14 : 1995 | kathy henderson | patrick benson | the little boat | walker row 15 : 1996 | babette cole | cole | drop dead | j. cape row 16 : 1997 | william mayne | jonathan heale | lady muck | heinemann row 17 : 1998 | anthony browne | browne | voices in the park | doubleday row 18 : 1999 | lewis carroll (1865) | helen oxenbury | alice's adventures in wonderland | walker ] Execute this SQL based on the above table: select count ( distinct title ) where title != 'jack the treacle eater'
16
[ header: year | title | role | notes row 1 : 2006 | save the last dance 2 | mixx | direct to video row 2 : 2007 | nick cannon/wild 'n | himself | improv comedy row 3 : 2007 | stomp the yard | rich brown | film row 4 : 2011 | csi: ny | the hitman | episode 7.14 "smooth criminal" row 5 : 2011 | the fresh beat band | himself | special episode "band in a jam" row 6 : 2011 | battle: los angeles | specks | film row 7 : 2012 | empire girls: julissa | himself | reality-show row 8 : 2012 | red tails | andrew 'smoky' | film row 9 : 2012 | i heart tuesdays | none | (tv), creator row 10 : 2012 | the x factor | guest mentor | None row 11 : 2012 | never mind the buzzcocks | guest host | None row 12 : 2012 | 90210 | guest star | None ] Execute this SQL based on the above table: select sum ( year ) where role in ( '2011' , 'guest mentor' )
2012
[ header: year | title | chinese title | role | notes row 1 : 1992 | fight back to school ii | 逃學威龍2 | sandy | None row 2 : 1993 | once a cop | 超級計劃 | annie lee | None row 3 : 1993 | taxi hunter | 的士判官 | yan | None row 4 : 1993 | vampire family | 一屋哨牙鬼 | chu lee-mei | None row 5 : 1994 | lantern | 燈籠 | fong | None row 6 : 1994 | easy money | 先洗未來錢 | sisi li | None row 7 : 1995 | shaolin kung fu kids | 笑林老祖 | sister lam | None row 8 : 1995 | trouble maker | 蠟筆小小生 | None | None row 9 : 1995 | remember m, remember e | 那有一天不想你 | chui ching | None row 10 : 1995 | cupid love | 七月俏佳人 | ching-ching | None row 11 : 1995 | a chinese odyss | 西遊記第壹佰零壹回之月光寶盒 | purple / lin zixia | None row 12 : 1995 | a chinese odyss | 西遊記大結局之仙履奇緣 | lin zixia | None row 13 : 1996 | the feeling of love | 重慶愛情感覺 | None | None row 14 : 1996 | hero of swallow | 神偷燕子李三 | chinny | None row 15 : 1997 | ah fai the dumb | 天才與白痴 | man-man | None row 16 : 1998 | temptress of a thousand face | 千面嬌娃 | sherry wong | None row 17 : 1998 | step into the dark | 夜半無人屍語時 | faith ching | None row 18 : 1998 | shanghai affairs | 新唐山大兄 | sin | None row 19 : 1998 | the love and sex of the eastern | 愛在娛樂圈的日子 | yue | None row 20 : 1998 | take five | 對不起,幹掉你 | None | None row 21 : 1998 | raped by an angel 2: the | 強姦2 制服誘惑 | po-man | None row 22 : 1998 | the conman | 賭俠1999 | ching | None row 23 : 1999 | the h.k. triad | o記三合會檔案 | None | None row 24 : 1999 | the boss up there | 生命楂fit人 | fong hei-tung | None row 25 : 1999 | raped by an angel 4: the | 強姦終極篇之最後羔羊 | po-man | None row 26 : 1999 | horoscope 1: the voice from | 生人勿近之問米 | jojo | None row 27 : 2000 | love correction | 緣份有take 2 | emma lau | None row 28 : 2000 | conman in tokyo | 中華賭俠 | karen | None row 29 : 2001 | stowaway | 驚天大逃亡 | kam lan | None row 30 : 2001 | never say goodbye | 有人說愛我 | jean | None row 31 : 2002 | chinese odyssey | 天下無雙 | amour amour | guest star row 32 : 2002 | time 4 hope | 二人三足 | cindy | None row 33 : 2003 | dack night wolf | None | None | None row 34 : 2004 | sex and the beauties | 性感都市 | kwan tak-han | None ] Execute this SQL based on the above table: select count ( chinese title ) where title = 'dack night wolf'
0
[ header: year | competition | venue | position | event | notes row 1 : 1990 | central american and caribbean games | mexico city, mexico | 1st | 3000 m s'chase | None row 2 : 1991 | pan american games | havana city, cuba | 6th | 3000 m s'chase | None row 3 : 1992 | olympic games | barcelona, spain | 6th | 10,000 m | None row 4 : 1993 | world championships | stuttgart, germany | 9th | 10,000 m | None row 5 : 1994 | world half marathon championships | oslo, norway | 2nd | half marathon | 1:00:28 pb row 6 : 1994 | new york city marathon | new york city, united states | 1st | marathon | None row 7 : 1994 | london marathon | london, england | 3rd | marathon | None row 8 : 1995 | world championships | gothenburg, sweden | 13th | 10,000 m | None row 9 : 1995 | new york city marathon | new york city, united states | 1st | marathon | None row 10 : 1996 | olympic games | atlanta, united states | 6th | marathon | None row 11 : 1997 | new york city marathon | new york city, united states | 5th | marathon | None row 12 : 1997 | boston marathon | boston, united states | 4th | marathon | None ] Execute this SQL based on the above table: select competition where competition = 'new york city marathon' order by notes desc limit 1
new york city marathon
[ header: round | # | player | position | nationality | college/junior/club team (league) row 1 : 1 | 7 | kyle okposo | right wing | united states | des moines buccaneers (ushl row 2 : 2 | 60 | jesse joensuu | wing | finland | assat (sm-liiga row 3 : 3 | 70 | robin figren | wing | sweden | frolunda hc (e row 4 : 4 | 100 | rhett rakhshan | right wing | united states | university of denver(ncaa) row 5 : 4 | 108 | jase weslosky | goalie | canada | sherwood park crusaders ( row 6 : 4 | 115 | tomas marcinko | center | slovakia | hc kosice (slovak row 7 : 4 | 119 | doug rogers | center | united states | saint sebastian's school (independent row 8 : 5 | 141 | kim johansson | wing | sweden | malmo jr row 9 : 6 | 160 | andrew macdonald | defenceman | canada | moncton wildcats (qm row 10 : 6 | 171 | brian day | right wing | united states | governor dummer (independent school league) row 11 : 6 | 173 | stefan ridderwall | goalie | sweden | djurgarden jr. ( row 12 : 7 | 190 | troy mattila | left wing | united states | springfield jr. blues (nah ] Execute this SQL based on the above table: select nationality where round = 4
united states, canada, slovakia, united states
[ header: date | opponent# | rank# | site | tv | result | attendance row 1 : 9-4-2010 | miami (oh) | #4 | ben hill griffin stadium • gaine | espn | w 34-12 | 90178 row 2 : 9-11-2010 | south florida | #8 | ben hill griffin stadium • gaine | secn | w 38-14 | 90612 row 3 : 9-18-2010 | at tennessee | #10 | neyland stadium • knoxville | cbs | w 31-17 | 102455 row 4 : 9-25-2010 | kentucky | #9 | ben hill griffin stadium • gaine | espnu | w 48-14 | 90547 row 5 : 10-2-2010 | at #1 alabama | #7 | bryant-denny stadium • | cbs | l 6-31 | 101821 row 6 : 10-9-2010 | #12 lsu | #14 | ben hill griffin stadium • gaine | espn | l 29-33 | 90721 row 7 : 10-16-2010 | mississippi state | #22 | ben hill griffin stadium • gaine | espnu | l 7-10 | 90517 row 8 : 10-30-2010 | vs. georgia | None | everbank field • jacksonville, | cbs | w 34-31 ot | 84444 row 9 : 11-6-2010 | at vanderbilt | None | vanderbilt stadium • nashville | secn | w 55-14 | 33848 row 10 : 11-13-2010 | #22 south carolina | #24 | ben hill griffin stadium • gaine | espn | l 14-36 | 90885 row 11 : 11-20-2010 | appalachian state | None | ben hill griffin stadium • gaine | espn3 | w 48-10 | 90119 row 12 : 11-27-2010 | at #22 florida state | None | doak campbell stadium • tallahasse | abc | l 7-31 | 82324 row 13 : 1-1-2011 | vs. penn state | None | raymond james stadium • t | abc | w 37-24 | 60574 ] Execute this SQL based on the above table: select opponent# group by opponent# order by count ( * ) desc limit 1
vs. penn state
[ header: sl no | constituency name | constituency number | member of legislative assembly | political party row 1 : 2 | abhayapuri south | 35 | chandan kumar sarkar | indian national congress row 2 : 4 | amguri | 103 | anjan dutta | indian national congress row 3 : 9 | barhampur | 87 | prafulla kumar mahanta | asom gana parishad row 4 : 15 | bihali | 77 | pallab lochan das | indian national congress row 5 : 16 | bihpuria | 109 | bhupen kumar bor | indian national congress row 6 : 17 | bijni | 33 | kamalshing narzary | bodoland peoples front row 7 : 21 | bokajan | 17 | klengdoon engti | indian national congress row 8 : 35 | dhemaji | 113 | sumitra doley patir | indian national congress row 9 : 49 | gauripur | 24 | banendra kumar mushahary | bodoland peoples front row 10 : 53 | golakganj | 25 | abu taher bepari | indian national congress row 11 : 56 | hajo | 55 | dwipen pathak | all india trinamool congress row 12 : 59 | howraghat | 18 | khorsing engti | indian national congress row 13 : 60 | jagiroad | 79 | bibekananda dalai | indian national congress row 14 : 62 | jalukbari | 51 | himanta biswa sarma | indian national congress row 15 : 63 | jamunamukh | 90 | mohammed sirajuddin a | all india united democratic front row 16 : 64 | jania | 44 | rafiqul islam | all india united democratic front row 17 : 65 | jonai | 114 | pradan baruah | indian national congress row 18 : 73 | katlicherra | 7 | gautam roy | indian national congress row 19 : 76 | kokrajhar west | 29 | pradip kumar brahma | bodoland peoples front row 20 : 83 | majuli | 99 | sri rajib lochan | indian national congress row 21 : 87 | mazbat | 70 | rakheswar brahma | bodoland peoples front row 22 : 95 | nowgong | 86 | dr. durlav chandra | indian national congress row 23 : 101 | rangapara | 74 | bhimananda tanti | indian national congress row 24 : 105 | sadiya | 126 | bolin chetia | indian national congress row 25 : 111 | sidli | 31 | sri chandan brahm | bodoland peoples front row 26 : 114 | sonai | 10 | anamul haque | indian national congress row 27 : 115 | sonari | 106 | sarat borkotoky | indian national congress row 28 : 116 | sootea | 75 | padma hazarika | asom gana parishad row 29 : 119 | teok | 102 | membar gogoi | indian national congress row 30 : 122 | tingkhong | 119 | atuwa munda | indian national congress row 31 : 123 | tinsukia | 122 | rajendra prasad singh | indian national congress ] Execute this SQL based on the above table: select sl no where member of legislative assembly = 'prafulla kumar mahanta'
9
[ header: week | date | opponent | result | attendance row 1 : 1 | september 3, 1978 | at new orleans saints | l 31-24 | 54,187 row 2 : 2 | september 11, 1978 | denver broncos | w 12-9 | 46,508 row 3 : 3 | september 17, 1978 | tampa bay buccaneers | l 16-10 | 46,152 row 4 : 4 | september 25, 1978 | at chicago bears | w 24-20 | 53,551 row 5 : 5 | october 1, 1978 | at tampa bay buccaneers | w 24-7 | 65,972 row 6 : 6 | october 8, 1978 | at seattle seahawks | l 29-28 | 62,031 row 7 : 7 | october 15, 1978 | los angeles rams | l 34-17 | 46,551 row 8 : 8 | october 22, 1978 | green bay packers | w 21-7 | 47,411 row 9 : 9 | october 26, 1978 | at dallas cowboys | w 21-10 | 61,848 row 10 : 10 | november 5, 1978 | detroit lions | w 17-7 | 46,008 row 11 : 11 | november 12, 1978 | chicago bears | w 17-14 | 43,286 row 12 : 12 | november 19, 1978 | san diego chargers | l 13-7 | 38,859 row 13 : 13 | november 26, 1978 | at green bay packers | t 10-10 (ot) | 51,737 row 14 : 14 | december 3, 1978 | philadelphia eagles | w 28-27 | 38,722 row 15 : 15 | december 9, 1978 | at detroit lions | l 45-14 | 78,685 row 16 : 16 | december 17, 1978 | at oakland raiders | l 27-20 | 44,643 ] Execute this SQL based on the above table: select date where week = 4 order by id asc limit 1
september 25, 1978
[ header: month | jan | feb | mar | apr | may | jun | jul | aug | sep | oct | nov | dec | year row 1 : record high °c (°f) | 10.8 (51.4) | 10.7 (51.3) | 25.7 (78.3) | 29.2 (84.6) | 35.4 (95.7) | 38.3 (100.9) | 36.7 (98.1) | 40.0 (104) | 35.1 (95.2) | 27.8 (82) | 21.0 (69.8) | 12.9 (55.2) | 40.0 (104) row 2 : average high °c (°f) | -8.5 (16.7) | -6.2 (20.8) | 1.6 (34.9) | 11.6 (52.9) | 18.1 (64.6) | 22.1 (71.8) | 25.2 (77.4) | 24.6 (76.3) | 18.6 (65.5) | 10.8 (51.4) | -0.2 (31.6) | -6.6 (20.1) | 9.3 (48.7) row 3 : daily mean °c (°f) | -14.5 (5.9) | -11.6 (11.1) | -4.1 (24.6) | 4.8 (40.6) | 11.0 (51.8) | 15.5 (59.9) | 18.1 (64.6) | 17.3 (63.1) | 11.6 (52.9) | 4.1 (39.4) | -5.2 (22.6) | -11.9 (10.6) | 4.9 (40.8) row 4 : average low °c (°f) | -19.0 (-2.2) | -16.9 (1.6) | -9.4 (15.1) | -2.1 (28.2) | 3.8 (38.8) | 8.8 (47.8) | 11.0 (51.8) | 10.0 (50) | 4.4 (39.9) | -2.5 (27.5) | -10.4 (13.3) | -17.1 (1.2) | -3.3 (26.1) row 5 : record low °c (°f) | -40.4 (-40.7) | -43.4 (-46.1) | -34.7 (-30.5) | -17.4 (0.7) | -11.4 (11.5) | -2.3 (27.9) | 3.4 (38.1) | -0.0 (32) | -10.7 (12.7) | -26.3 (-15.3) | -36.1 (-33) | -40.4 (-40.7) | -43.4 (-46.1) row 6 : precipitation mm (inches) | 10.9 (0.429) | 6.7 (0.264) | 11.7 (0.461) | 23.5 (0.925) | 40.3 (1.587) | 67.0 (2.638) | 58.4 (2.299) | 43.8 (1.724) | 28.8 (1.134) | 13.2 (0.52) | 10.6 (0.417) | 12.7 (0.5) | 327.6 (12.898) row 7 : rainfall mm (inches) | 0.3 (0.012) | 0.3 (0.012) | 1.7 (0.067) | 15.6 (0.614) | 38.3 (1.508) | 67.0 (2.638) | 58.7 (2.311) | 43.8 (1.724) | 28.5 (1.122) | 8.3 (0.327) | 1.9 (0.075) | 0.2 (0.008) | 264.6 (10.417) ] Execute this SQL based on the above table: select jul where month = 'record high °c (°f)'
36.7 (98.1)
[ header: seasons | team | ch.wins | promotions | relegations row 1 : 10 | aurora basket jesi | 0 | 1 | 1 row 2 : 10 | andrea costa imola | 0 | 0 | 3 row 3 : 9 | nuova pallacanestro pavia | 0 | 0 | 0 row 4 : 9 | scafati basket | 1 | 1 | 0 row 5 : 8 | basket club ferrara | 1 | 1 | 0 row 6 : 8 | pallac. reggiana reggio e | 2 | 2 | 0 row 7 : 7 | novara | 0 | 0 | 3 row 8 : 6 | a.s. junior pallacane | 1 | 1 | 1 row 9 : 5 | rb montecatini terme | 0 | 0 | 1 row 10 : 5 | fabriano basket | 0 | 0 | 1 row 11 : 5 | societa veroli basket | 0 | 0 | 0 row 12 : 5 | pistoia basket 2000 | 0 | 0 | 0 row 13 : 4 | juve caserta basket | 0 | 1 | 0 row 14 : 3 | nuova sebastiani rieti | 1 | 1 | 0 row 15 : 3 | progresso castelmaggiore | 0 | 0 | 0 row 16 : 3 | orlandina basket | 1 | 1 | 1 row 17 : 3 | sutor basket montegranaro | 0 | 1 | 1 row 18 : 3 | virtus ragusa | 0 | 0 | 1 row 19 : 3 | robur basket osimo | 0 | 0 | 1 row 20 : 3 | reyer venezia | 0 | 1 | 0 row 21 : 3 | new basket brindisi | 1 | 2 | 0 row 22 : 2 | pallacanestro messina | 0 | 1 | 0 row 23 : 2 | basket trapani | 0 | 0 | 1 row 24 : 2 | basket draghi castelletto tic | 0 | 0 | 0 row 25 : 2 | pallalcesto amatori udin | 0 | 0 | 0 row 26 : 2 | unione cestistica casalpuster | 0 | 0 | 0 row 27 : 2 | basket barcellona | 0 | 0 | 0 row 28 : 2 | fulgor libertas forl | 0 | 0 | 1 row 29 : 2 | scaligera basket verona | 0 | 0 | 1 row 30 : 1 | societa sportiva basket n | 1 | 1 | 0 row 31 : 1 | centro sportivo borgomanero | 0 | 0 | 0 row 32 : 1 | teramo basket | 1 | 1 | 0 row 33 : 1 | virtus pallacanestro bo | 0 | 1 | 0 row 34 : 1 | victoria libertas pes | 0 | 1 | 0 row 35 : 1 | nuova pallacanestro vige | 0 | 0 | 0 row 36 : 1 | cestistica san sever | 0 | 0 | 1 row 37 : 1 | basket brescia leonessa | 0 | 0 | 0 row 38 : 1 | unione cestistica piacentin | 0 | 0 | 0 row 39 : 1 | ostuni basket | 0 | 0 | 0 row 40 : 1 | biancoblu basket bologna | 0 | 0 | 0 ] Execute this SQL based on the above table: select team order by ch.wins desc limit 1
pallac. reggiana reggio emilia
[ header: season | level | division | section | position | movements row 1 : 1993 | tier 3 | division 2 | ostra svealand | 1st | promoted row 2 : 1994 | tier 2 | division 1 | norra | 11th | relegation playoffs row 3 : 1995 | tier 2 | division 1 | norra | 4th | None row 4 : 1996 | tier 2 | division 1 | norra | 11th | relegation playoffs - re row 5 : 1997 | tier 3 | division 2 | ostra svealand | 3rd | None row 6 : 1998 | tier 3 | division 2 | ostra svealand | 7th | None row 7 : 1999 | tier 3 | division 2 | ostra svealand | 3rd | None row 8 : 2000 | tier 3 | division 2 | ostra svealand | 9th | None row 9 : 2001 | tier 3 | division 2 | ostra svealand | 7th | None row 10 : 2002 | tier 3 | division 2 | ostra svealand | 2nd | None row 11 : 2003 | tier 3 | division 2 | ostra svealand | 3rd | None row 12 : 2004 | tier 3 | division 2 | ostra svealand | 6th | None row 13 : 2005 | tier 3 | division 2 | ostra svealand | 4th | promoted row 14 : 2006 | tier 3 | division 1 | norra | 5th | None row 15 : 2007 | tier 3 | division 1 | sodra | 14th | relegated ] Execute this SQL based on the above table: select position order by season desc limit 1
14th
[ header: position | club | played | points | wins | draws | losses | goals for | goals against | goal difference row 1 : 1 | cordoba cf | 30 | 40 | 16 | 8 | 6 | 48 | 22 | 26 row 2 : 2 | cd malaga | 30 | 38 | 14 | 10 | 6 | 52 | 36 | 16 row 3 : 3 | granada cf | 30 | 36 | 15 | 6 | 9 | 48 | 34 | 14 row 4 : 4 | ud las palmas | 30 | 35 | 15 | 5 | 10 | 47 | 39 | 8 row 5 : 5 | recreativo de huelva | 30 | 33 | 13 | 7 | 10 | 43 | 42 | 1 row 6 : 6 | levante ud | 30 | 32 | 14 | 4 | 12 | 49 | 42 | 7 row 7 : 7 | hercules cf | 30 | 32 | 14 | 4 | 12 | 55 | 46 | 9 row 8 : 8 | real murcia | 30 | 31 | 12 | 7 | 11 | 40 | 35 | 5 row 9 : 9 | real jaen | 30 | 31 | 14 | 3 | 13 | 58 | 42 | 16 row 10 : 10 | cadiz cf | 30 | 28 | 12 | 4 | 14 | 43 | 52 | -9 row 11 : 11 | cd cartagena | 30 | 28 | 13 | 2 | 15 | 45 | 56 | -11 row 12 : 12 | cd mestalla | 30 | 27 | 11 | 5 | 14 | 50 | 49 | 1 row 13 : 13 | albacete balompie | 30 | 27 | 10 | 7 | 13 | 27 | 32 | -5 row 14 : 14 | cd san fernando | 30 | 27 | 11 | 5 | 14 | 37 | 47 | -10 row 15 : 15 | atletico ceuta | 30 | 23 | 8 | 7 | 15 | 33 | 48 | -15 row 16 : 16 | cd villarrobledo | 30 | 12 | 4 | 4 | 22 | 26 | 79 | -53 ] Execute this SQL based on the above table: select club where position = ( select sum ( position ) where club in ( 'levante ud' , 'cordoba cf' ) )
hercules cf
[ header: dates | location | attendance | official guests | notes row 1 : august 3-5, 1973 | pick-congress hotel | None | none | known as nostalgia '73, 2nd annual row 2 : july 5-7, 1985 | ramada o'hare | None | guest of honor: sergio aragones | 10th anniversary chicago comicon row 3 : july 17-19, 1998 | rosemont convention center | 25000 | guest of honor: todd mc | None row 4 : august 5-7, 2005 | rosemont convention center | None | None | None row 5 : august 9-12, 2012 | donald e. stephens convention | None | william shatner, jer | None ] Execute this SQL based on the above table: select count ( location ) where notes > location
0
[ header: stage | date | route | terrain | length | winner row 1 : p | 1 july | saint-brieuc | individual time trial | 7.3 km (4.5 mi) | jacky durand (fra) row 2 : 1 | 2 july | dinan - lannion | plain stage | 233.5 km (145.1 mi) | fabio baldato (it row 3 : 2 | 3 july | perros-guirec - vitre | plain stage | 235.5 km (146.3 mi) | mario cipollini (ita row 4 : 3 | 4 july | mayenne - alencon | team time trial | 67.0 km (41.6 mi) | gewiss-ballan (ita row 5 : 4 | 5 july | alencon - le havre | plain stage | 162.0 km (100.7 mi) | mario cipollini (ita row 6 : 5 | 6 july | fecamp - dunkerque | plain stage | 261.0 km (162.2 mi) | jeroen blijlevens row 7 : 6 | 7 july | dunkerque - charlero | plain stage | 202.0 km (125.5 mi) | erik zabel (ger) row 8 : 7 | 8 july | charleroi - liege | hilly stage | 203.0 km (126.1 mi) | johan bruyneel row 9 : 8 | 9 july | huy - seraing | individual time trial | 54.0 km (33.6 mi) | miguel indurain (es row 10 : 9 | 11 july | le grand-bornand - la plagne | stage with mountain(s) | 160.0 km (99.4 mi) | alex zulle (sui) row 11 : 10 | 12 july | la plagne - l'alpe | stage with mountain(s) | 162.5 km (101.0 mi) | marco pantani (ita) row 12 : 11 | 13 july | le bourg-d'oisans | hilly stage | 199.0 km (123.7 mi) | maximilian sciandri (gb row 13 : 12 | 14 july | saint-etienne - mende | hilly stage | 222.5 km (138.3 mi) | laurent jalabert (fra row 14 : 13 | 15 july | mende - revel | plain stage | 245.0 km (152.2 mi) | serhiy utchakov ( row 15 : 14 | 16 july | saint-orens-de-gameville | stage with mountain(s) | 164.0 km (101.9 mi) | marco pantani (ita) row 16 : 15 | 18 july | saint-girons - cautere | stage with mountain(s) | 206.0 km (128.0 mi) | richard virenque (fra row 17 : 16 | 19 july | tarbes - pau | stage with mountain(s) | 149.0 km (92.6 mi) | cancelled row 18 : 17 | 20 july | pau - bordeaux | plain stage | 246.0 km (152.9 mi) | erik zabel (ger) row 19 : 18 | 21 july | montpon-menesterol - lim | plain stage | 166.5 km (103.5 mi) | lance armstrong (usa) row 20 : 19 | 22 july | lac de vassiviere - lac | individual time trial | 46.5 km (28.9 mi) | miguel indurain (es ] Execute this SQL based on the above table: select length where stage = 2 and length != '203.0 km (126.1 mi)'
235.5 km (146.3 mi)
[ header: code | year row 1 : a | 1927 row 2 : b | 1928 row 3 : c | 1929 row 4 : ch | 1930 row 5 : d | 1931 row 6 : e | 1932 row 7 : f | 1933 row 8 : g | 1934 row 9 : h | 1935 row 10 : i | 1936 row 11 : j | 1937 row 12 : k | 1938 row 13 : l | 1939 row 14 : ll | 1940 row 15 : m | 1941 row 16 : n | 1942 row 17 : n | 1943 row 18 : o | 1944 row 19 : p | 1945 row 20 : q | 1946 row 21 : r | 1947 row 22 : s | 1948 row 23 : t | 1949 row 24 : u | 1950 row 25 : v | 1951 row 26 : x | 1952 row 27 : y | 1953 row 28 : z | 1954 row 29 : a1 | 1955 row 30 : b1 | 1956 row 31 : c1 | 1957 row 32 : ch1 | None row 33 : d1 | 1958 row 34 : e1 | 1959 row 35 : f1 | 1960 row 36 : g1 | 1961 row 37 : h1 | 1962 row 38 : i1 | 1963 row 39 : j1 | 1964 row 40 : k1 | 1965 row 41 : l1 | 1966 row 42 : ll1 | None row 43 : m1 | 1967 row 44 : n1 | 1968 row 45 : n1 | 1969 row 46 : o1 | 1970 row 47 : p1 | 1971 row 48 : q1 | 1972 row 49 : r1 | 1973 row 50 : s1 | 1974 row 51 : t1 | 1975 row 52 : u1 | 1976 row 53 : v1 | 1977 row 54 : x1 | 1978 row 55 : y1 | 1979 row 56 : z1 | 1980 row 57 : a2 | 1981 row 58 : b2 | 1982 row 59 : c2 | 1983 row 60 : ch2 | None row 61 : d2 | 1984 row 62 : e2 | 1985 row 63 : f2 | 1986 row 64 : g2 | 1987 row 65 : h2 | 1988 row 66 : i2 | 1989 row 67 : j2 | 1990 row 68 : k2 | 1991 row 69 : l2 | 1992 row 70 : ll2 | None row 71 : m2 | 1993 row 72 : n2 | 1994 row 73 : n2 | 1995 row 74 : o2 | 1996 row 75 : p2 | 1997 row 76 : q2 | 1998 row 77 : r2 | 1999 row 78 : s2 | 2000 row 79 : t2 | 2001 row 80 : u2 | 2002 row 81 : v2 | 2003 row 82 : x2 | 2004 row 83 : y2 | 2005 row 84 : z2 | 2006 ] Execute this SQL based on the above table: select count ( year ) where code != 'u'
79
[ header: season | club | country | competition | apps. | goals row 1 : 1997/98 | rapide club lebbeke | belgium | fourth division | None | None row 2 : 1998/99 | ksc eendracht a | belgium | jupiler league | 30 | 7 row 3 : 1999/00 | ksc eendracht a | belgium | jupiler league | 31 | 7 row 4 : 2000/01 | ksc eendracht a | belgium | jupiler league | 30 | 6 row 5 : 2001/02 | omonia nicosia | cyprus | cypriot first division | 22 | 8 row 6 : 2002/03 | fc denderleeuw | belgium | belgian second division | 32 | 23 row 7 : 2003/04 | 1. fc saarbrucken | germany | regionalliga sud | 33 | 16 row 8 : 2004/05 | 1. fc saarbrucken | germany | 2. bundesliga | 14 | 7 row 9 : 2005/06 | 1. fc saarbrucken | germany | 2. bundesliga | 10 | 0 row 10 : 2005/06 | s.v. zulte | belgium | jupiler league | 14 | 1 row 11 : 2006/07 | fcv dender eh | belgium | belgian second division | 33 | 21 row 12 : 2007/08 | mvv | netherlands | eerste divisie | 33 | 22 row 13 : 2008/09 | mvv | netherlands | eerste divisie | 32 | 20 row 14 : total | None | None | None | 302 | 132 ] Execute this SQL based on the above table: select apps. where country = 'germany'
33, 14, 10
[ header: bank | foundation | # of branches as of 30 september 2012 | total assets (million tl) as of 30 september 2012 row 1 : turkiye is bankası | 1924 | 1294 | 210535 row 2 : ziraat bankası | 1863 | 1510 | 207871 row 3 : garanti bank | 1946 | 947 | 154550 row 4 : akbank | 1948 | 963 | 150241 row 5 : yapı ve kred | 1944 | 949 | 160309 row 6 : halk bankası | 1938 | 807 | 116372 row 7 : vakıfbank | 1954 | 741 | 135578 row 8 : finansbank | 1987 | 530 | 49902 row 9 : turk ekonomi bankas | 1927 | 510 | 42505 row 10 : denizbank | 1997 | 624 | 40457 row 11 : hsbc bank | 1990 | 331 | 25797 row 12 : ing bank | 1984 | 320 | 23184 row 13 : turk eximbank | 1987 | 2 | 14724 row 14 : sekerbank | 1953 | 272 | 14656 row 15 : iller bankası | 1933 | 19 | 12309 row 16 : turkiye sına | 1950 | 4 | 9929 row 17 : alternatif bank | 1992 | 63 | 7904 row 18 : citibank | 1980 | 37 | 7884 row 19 : anadolubank | 1996 | 88 | 7218 row 20 : burgan bank | 1992 | 60 | 4275 row 21 : imkb takas ve | 1995 | 1 | 3587 row 22 : tekstilbank | 1986 | 44 | 3502 row 23 : deutsche bank | 1988 | 1 | 3426 row 24 : fibabanka | 1984 | 27 | 3120 row 25 : aktif yatırım | 1999 | 7 | 2997 row 26 : the royal bank of scotland | 1921 | 3 | 2750 row 27 : turkiye kalkın | 1975 | 1 | 2651 row 28 : turkland bank | 1991 | 27 | 2649 row 29 : arap turk bankası | 1977 | 7 | 2147 row 30 : merrill lynch | 1992 | 1 | 1898 row 31 : bankpozitif | 1999 | 1 | 1788 row 32 : societe generale | 1989 | 16 | 1457 row 33 : turkish bank | 1982 | 20 | 837 row 34 : jpmorgan chase | 1984 | 1 | 830 row 35 : birlesik fon banka | 1958 | 1 | 801 row 36 : bank mellat | 1982 | 3 | 729 row 37 : portigon | 1985 | 1 | 279 row 38 : nurol yatırım bank | 1999 | 2 | 227 row 39 : diler yatırım bank | 1998 | 1 | 108 row 40 : gsd yatırı | 1998 | 1 | 108 row 41 : habib bank limited | 1983 | 1 | 80 row 42 : credit agricole | 1990 | 1 | 72 row 43 : adabank | 1985 | 1 | 51 row 44 : taib yatır | 1987 | 1 | 18 ] Execute this SQL based on the above table: select count ( bank ) where bank = 'burgan bank'
1
[ header: country | gdp (usd bln, 2012) | gdp (usd bln, 2017) | gdp (usd ppp bln, 2012) | gdp (usd ppp bln, 2017) | per capita (usd, 2012) | per capita (usd, 2017) | per capita (usd ppp, 2012) | per capita (usd ppp, 2017) row 1 : albania | 12.39 | 14.75 | 25.86 | 31.55 | 3,821.09 | 4,435.73 | 7,975.86 | 9,489.11 row 2 : azerbaijan | 71.04 | 109.95 | 98.24 | 123.35 | 7,726.65 | 11,491.29 | 10,684.95 | 12,891.89 row 3 : bangladesh | 118.69 | 177.66 | 305.51 | 462.42 | 791.09 | 1,122.90 | 2,036.23 | 2,922.78 row 4 : brunei darussalam | 16.85 | 18.15 | 21.94 | 28.31 | 38,801.27 | 37,516.64 | 50,526.35 | 58,522.83 row 5 : cote d'ivoire | 24.27 | 37.03 | 39.64 | 61.66 | 1,038.74 | 1,366.89 | 1,696.15 | 2,276.02 row 6 : egypt | 255.00 | 339.33 | 537.76 | 756.42 | 3,109.47 | 3,729.36 | 6,557.38 | 8,313.47 row 7 : gabon | 16.80 | 18.00 | 26.71 | 32.68 | 10,908.38 | 10,881.51 | 17,338.98 | 19,762.74 row 8 : indonesia | 894.85 | 1,842.78 | 1,211.96 | 1,814.58 | 3,660.42 | 7,022.67 | 4,957.55 | 6,915.24 row 9 : iran | 483.78 | 671.01 | 1,006.54 | 1,173.48 | 6,355.74 | 8,269.55 | 13,103.90 | 14,462.05 row 10 : jordan | 31.35 | 46.33 | 38.67 | 51.61 | 4,901.28 | 6,464.77 | 6,044.40 | 7,201.71 row 11 : kuwait | 174.63 | 193.10 | 165.94 | 212.73 | 46,142.29 | 44,467.96 | 43,846.72 | 48,990.11 row 12 : lebanon | 41.77 | 56.25 | 63.69 | 82.99 | 10,416.17 | 13,149.68 | 15,884.07 | 19,401.42 row 13 : libya | 85.11 | 117.76 | 87.91 | 145.08 | 12,878.85 | 16,141.08 | 13,303.20 | 19,886.33 row 14 : morocco | 97.17 | 140.01 | 170.95 | 242.78 | 2,987.92 | 4,099.70 | 5,256.55 | 7,109.34 row 15 : mozambique | 14.64 | 23.76 | 26.22 | 41.71 | 652.00 | 958.25 | 1,167.30 | 1,682.38 row 16 : nigeria | 272.55 | 388.42 | 450.54 | 676.25 | 1,654.31 | 2,058.57 | 2,734.63 | 3,584.02 row 17 : pakistan | 230.53 | 274.82 | 514.56 | 662.44 | 1,288.50 | 1,391.71 | 2,876.08 | 3,354.68 row 18 : qatar | 184.57 | 237.85 | 188.96 | 274.46 | 100,377.54 | 106,320.28 | 102,768.69 | 122,684.13 ] Execute this SQL based on the above table: select country where gdp (usd ppp bln, 2017) > '28.31' order by gdp (usd ppp bln, 2017) asc limit 1
albania
[ 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 german order by id desc limit 1
ich liebe dich. also: ich habe dich lieb. (colloquial; virtually no romantic connotation)
[ header: protein | natural host | normal function | prion state | prion phenotype | year identified row 1 : ure2p | saccharomyces cerevisiae | nitrogen catabolite repressor | [ure3] | growth on poor nitrogen sources | 1994 row 2 : sup35p | saccharomyces cerevisiae | translation termination factor | [psi+] | increased levels of nonsense suppression | 1994 row 3 : het-s | podospora anserina | regulates heterokaryon incompatibility | [het-s] | heterokaryon formation between incompatible strains | 1997 row 4 : vacuolar protease b | saccharomyces cerevisiae | death in stationary phase, failure in meio | [β] | failure to degrade cellular proteins under n | 2003 row 5 : map kinases | podospora anserina | increased pigment, slow growth | [c] | None | 2006 row 6 : rnq1p | saccharomyces cerevisiae | protein template factor | [rnq+],[pin+] | promotes aggregation of other prions | 2008 row 7 : mca1 | saccharomyces cerevisiae | putative yeast caspase | [mca+] | None | 2008 row 8 : swi1 | saccharomyces cerevisiae | chromatin remodeling | [swi+] | poor growth on some carbon sources | 2008 row 9 : cyc8 | saccharomyces cerevisiae | transcriptional repressor | [oct+] | transcriptional derepression of multiple genes | 2009 row 10 : mot3 | saccharomyces cerevisiae | nuclear transcription factor | [mot3+] | transcriptional derepression of anaero | 2009 row 11 : pma1+std1 | saccharomyces cerevisiae | pma1 = major plasma membrane proton pump | [gar+] | resistant to glucose-associated repression | 2009 row 12 : sfp1 | saccharomyces cerevisiae | global transcriptional regulator | [isp+] | antisuppressor of certain sup | 2010 row 13 : mod5 | saccharomyces cerevisiae | None | [mod+] | None | 2012 ] Execute this SQL based on the above table: select ( select count ( prion phenotype ) ) > 1697
0
[ header: release date | album | record label | uk albums chart | u.s. billboard 200 chart row 1 : july 1983 | the alarm (ep) | i.r.s. records | None | 126 row 2 : february 1984 | declaration | i.r.s. records | 6 | 50 row 3 : october 1985 | strength | i.r.s. records | 18 | 39 row 4 : november 1987 | eye of the hurricane | i.r.s. records | 23 | 77 row 5 : november 1988 | electric folklore live | i.r.s. records | 62 | 167 row 6 : 1988 | compact hits | a&m records | None | None row 7 : september 1989 | change | i.r.s. records | 13 | 75 row 8 : november 1990 | standards | i.r.s. records | 47 | 177 row 9 : april 1991 | raw | i.r.s. records | 33 | 161 row 10 : 2001 | eponymous 1981-1983 | 21st century | None | None row 11 : 2001 | declaration 1984-1985 | 21st century | None | None row 12 : 2001 | strength 1985-1986 | 21st century | None | None row 13 : 2001 | eye of the hurricane 1987-1988 | 21st century | None | None row 14 : 2001 | electric folklore live 1987-1988 | 21st century | None | None row 15 : 2001 | change 1989-1990 | 21st century | None | None row 16 : 2001 | raw 1990-1991 | 21st century | None | None row 17 : 21 sept 2002 | close | 21st century | None | None row 18 : october 2002 | the normal rules do not apply | 21st century | None | None row 19 : 17 dec 2002 | trafficking | 21st century | None | None row 20 : 17 dec 2002 | edward henry street | 21st century | None | None row 21 : january 2003 | coming home | 21st century | None | None row 22 : 15 jan 2003 | live at hammersmith palais 1984 | 21st century | None | None row 23 : 23 june 2003 | the alarm ep - 20th anniversary | 21st century | None | None row 24 : 17 jul 2003 | live at glasgow garage | 21st century | None | None row 25 : 17 jul 2003 | live at liverpool masque theatre | 21st century | None | None row 26 : 17 jul 2003 | live at london mean fiddle | 21st century | None | None row 27 : 19 oct 2003 | the sound and the fury | shakedown records | None | None row 28 : 2004 | live in the poppyfields | snapper music | None | None row 29 : 2005 | alt-strength | 21st century | None | None row 30 : 2006 | under attack | liberty | 138 | None row 31 : 2006 | the best of the alarm and mike pe | emi | None | None row 32 : 2006 | alarm mmv - the satur | 21st century | None | None row 33 : 2007 | the collection | emi gold | None | None row 34 : july 2007 | three sevens clash | 21st century | None | None row 35 : august 2007 | fightback | 21st century | None | None row 36 : september 2007 | this is not a test | 21st century | None | None row 37 : november 2007 | call to action | 21st century | None | None row 38 : december 2007 | 1983/84 | 21st century | None | None row 39 : january 2008 | counter attack | 21st century | None | None row 40 : 2008 | guerilla tactics | 21st century | None | None row 41 : 2008 | the alarm - bbc radio sessions | 21st century | None | None ] Execute this SQL based on the above table: select min ( uk albums chart ) where uk albums chart > 18
23.0
[ header: name | club | date of departure | replacement | date of appointment row 1 : jadet meelarp | chonburi | january 2009 | kiatisuk senamuang | january 2009 row 2 : kiatisuk senamuang | chula united | january 2009 | carlos ferreira | january 2009 row 3 : prajuk viengsong | ttm samut s | january 2009 | attaphol puspakom | january 2009 row 4 : attaphol puspakom | ttm samut s | april 2009 | kij meesrisuk | april 2009 row 5 : surasak tansurat | muangthong united | april 2009 | attaphol puspakom | april 2009 row 6 : prapol pongpanich | pea | may 2009 | thongsuk sampahung | may 2009 row 7 : hans r. ems | bangkok glass | june 2009 | surachai jaturapattarapong | june 2009 row 8 : pansak ketwattha | pattaya united | june 2009 | wisoon wichaya | june 2009 row 9 : christophe larrouilh | bec tero sasan | june 2009 | tawan sripan | june 2009 row 10 : wisoon wichaya | pattaya united | june 2009 | jadet meelarp | june 2009 row 11 : carlos ferreira | chula united | august 2009 | pichai pituwong | august 2009 row 12 : kij meesrisuk | ttm samut s | august 2009 | prajuk viengsong | august 2009 row 13 : chatchai paholpat | nakhon pathom | september 2009 | piyapong pue-on | september 2009 ] Execute this SQL based on the above table: select date of appointment where date of appointment in ( 'june 2009' , 'august 2009' ) order by id asc limit 569
june 2009, june 2009, june 2009, june 2009, august 2009, august 2009
[ header: position | player | free agency tag | date signed | 2013 team row 1 : qb | josh mccown | ufa | march 29 | chicago bears row 2 : rb | kahlil bell | ufa | august 11 | new york jets row 3 : og | lance louis | ufa | march 27 | miami dolphins row 4 : og | chris spencer | ufa | april 1 | tennessee titans row 5 : og | chilo rachal | ufa | april 10 | arizona cardinals row 6 : ot | jonathan scott | ufa | march 25 | chicago bears row 7 : de | israel idonije | ufa | june 25 | detroit lions row 8 : dt | amobi okoye | ufa | None | None row 9 : lb | geno hayes | ufa | march 13 | jacksonville jaguars row 10 : lb | nick roach | ufa | march 15 | oakland raiders row 11 : cb | zack bowman | ufa | march 15 | chicago bears row 12 : cb | d. j. moore | ufa | march 19 | carolina panthers row 13 : s | troy nolan | ufa | july 29 | tampa bay buccaneers row 14 : k | olindo mare | ufa | None | None ] Execute this SQL based on the above table: select count ( * ) where player = 'd. j. moore'
1
[ header: no. | ritu | season | hindu lunar months | gregorian month | characteristics | seasonal festivals row 1 : 1 | vasanta वसनत | spring | chaitra and baisakh | ~ march to may | temperature around 20-30 degrees; vernal | vasant panchami, ugad row 2 : 2 | grishma गरीषम | summer | jyeshta and aash | ~ may to july | very hot, temperatures up to 50 degrees cels | vat pournima, rath row 3 : 3 | varsha वरषा | monsoon | shraavana (sawan | ~ july to september | very hot, very humid and heavy monso | raksha bandhan, kris row 4 : 4 | sharad शरद, पतझड | autumn | ashwin (kwar) and kar | ~ september to november | mild temperatures; 19 to 22 degrees celsi | navaratri, vijayadas row 5 : 5 | hemant हमनत | fall winter | margashirsha (agrahayana | ~ november to january | very pleasant temperatures; generally, 20-25 degrees cel | (mid-winter celebration), bihu row 6 : 6 | shishir शिशिर | winter | magh and phalguna (phagun | ~ january to march | moderately cold, but pleasant during occasional sunshine; | shivaratri, shigm ] Execute this SQL based on the above table: select count ( seasonal festivals )
6
[ header: year | title | hangul | network | further info row 1 : 2008 | pretty boys: a wrong situation | 꽃미남 아롱사태 | mnet | None row 2 : 2009 | let's go dream team! season 2 | 출발 드림팀2 | kbs2 | variety show row 3 : 2009-10 | music bank | 뮤직뱅크 | kbs2 | music show, as mc row 4 : 2010-11 | running man | 런닝맨 | sbs | variety show row 5 : 2011 | i'm real: song joong | i'm real 송중기 | qtv | None row 6 : 2011 | everyone dramatic | 에브리원 드라마틱 | mbc | None row 7 : 2011 | made in u | 메이드 인 유 | jtbc | audition show, as mc row 8 : 2011-12 | tears of the antarctic | 남극의 눈물 | mbc | documentary, as narrator ] Execute this SQL based on the above table: select count ( title )
8
[ header: location | reactor type | status | net capacity (mwe) | gross capacity (mwe) row 1 : chernobyl-1 | rbmk-1000 | shut down in 1996 | 740 | 800 row 2 : chernobyl-2 | rbmk-1000 | shut down in 1991 | 925 | 1 row 3 : chernobyl-3 | rbmk-1000 | shut down in 2000 | 925 | 1 row 4 : chernobyl-4 | rbmk-1000 | destroyed in the 1986 accident | 925 | 1 row 5 : chernobyl-5 | rbmk-1000 | construction cancelled in 1988 | 950 | 1 row 6 : chernobyl-6 | rbmk-1000 | construction cancelled in 1988 | 950 | 1 row 7 : ignalina-1 | rbmk-1500 | shut down in 2004 | 1,185 | 1,3 row 8 : ignalina-2 | rbmk-1500 | shut down in 2009 | 1,185 | 1,3 row 9 : ignalina-3 | rbmk-1500 | construction cancelled in 1988 | 1,38 | 1,5 row 10 : ignalina-4 | rbmk-1500 | plan cancelled in 1988 | 1,38 | 1,5 row 11 : kostroma-1 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5 row 12 : kostroma-2 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5 row 13 : kursk-1 | rbmk-1000 | operational until 2021 | 925 | 1 row 14 : kursk-2 | rbmk-1000 | operational until 2024 | 925 | 1 row 15 : kursk-3 | rbmk-1000 | operational until march 2014 | 925 | 1 row 16 : kursk-4 | rbmk-1000 | operational until february 2016 | 925 | 1 row 17 : kursk-5 | mker-1000 | construction begin was 1985, since then shelve | 925 | 1 row 18 : kursk-6 | rbmk-1000 | construction cancelled in 1993 | 925 | 1 row 19 : leningrad-1 | rbmk-1000 | operational | 925 | 1 row 20 : leningrad-2 | rbmk-1000 | operational until 2021 | 925 | 1 row 21 : leningrad-3 | rbmk-1000 | operational until june 2025 | 925 | 1 row 22 : leningrad-4 | rbmk-1000 | operational until august 2026 | 925 | 1 row 23 : smolensk-1 | rbmk-1000 | operational until december 2022 | 925 | 1 row 24 : smolensk-2 | rbmk-1000 | operational until july 2015 | 925 | 1 row 25 : smolensk-3 | rbmk-1000 | operational until july 2023 | 925 | 1 row 26 : smolensk-4 | rbmk-1000 | construction cancelled in 1993 | 925 | 1 ] Execute this SQL based on the above table: select gross capacity (mwe) order by net capacity (mwe) asc limit 1
1,5
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | china | 41 | 27 | 13 | 81 row 2 : 2 | russia | 26 | 22 | 34 | 82 row 3 : 3 | south korea | 26 | 12 | 17 | 55 row 4 : 4 | ukraine | 23 | 15 | 17 | 55 row 5 : 5 | japan | 13 | 13 | 21 | 47 row 6 : 6 | france | 8 | 8 | 4 | 20 row 7 : 7 | great britain | 8 | 3 | 6 | 17 row 8 : 8 | united states | 5 | 13 | 18 | 36 row 9 : 9 | north korea | 3 | 8 | 3 | 14 row 10 : 10 | poland | 3 | 4 | 3 | 10 row 11 : 11 | chinese taipei | 3 | 3 | 5 | 11 row 12 : 12 | belarus | 3 | 3 | 4 | 10 row 13 : 13 | germany | 3 | 2 | 8 | 13 row 14 : 14 | hungary | 3 | 2 | 7 | 12 row 15 : 15 | czech republic | 3 | 0 | 3 | 6 row 16 : 16 | australia | 2 | 5 | 5 | 12 row 17 : 17 | italy | 2 | 5 | 5 | 12 row 18 : 18 | kazakhstan | 2 | 4 | 0 | 6 row 19 : 19 | south africa | 2 | 1 | 2 | 5 row 20 : 20 | uzbekistan | 2 | 0 | 1 | 3 row 21 : 21 | spain | 1 | 4 | 8 | 13 row 22 : 22 | brazil | 1 | 2 | 8 | 11 row 23 : 23 | romania | 1 | 2 | 4 | 7 row 24 : 24 | netherlands | 1 | 1 | 2 | 4 row 25 : 25 | morocco | 1 | 1 | 1 | 3 row 26 : 25 | serbia and montenegro | 1 | 1 | 1 | 3 row 27 : 27 | latvia | 1 | 0 | 0 | 1 row 28 : 27 | moldova | 1 | 0 | 0 | 1 row 29 : 29 | mexico | 0 | 3 | 2 | 5 row 30 : 30 | finland | 0 | 3 | 1 | 4 row 31 : 32 | iran | 0 | 2 | 2 | 4 row 32 : 33 | slovenia | 0 | 2 | 0 | 2 row 33 : 33 | turkey | 0 | 2 | 0 | 2 row 34 : 35 | canada | 0 | 1 | 2 | 3 row 35 : 35 | switzerland | 0 | 1 | 2 | 3 row 36 : 35 | estonia | 0 | 1 | 2 | 3 row 37 : 38 | cuba | 0 | 1 | 1 | 2 row 38 : 38 | ireland | 0 | 1 | 1 | 2 row 39 : 40 | denmark | 0 | 1 | 0 | 1 row 40 : 40 | uganda | 0 | 1 | 0 | 1 row 41 : 42 | croatia | 0 | 0 | 3 | 3 row 42 : 42 | thailand | 0 | 0 | 3 | 3 row 43 : 44 | israel | 0 | 0 | 2 | 2 row 44 : 45 | armenia | 0 | 0 | 1 | 1 row 45 : 45 | jamaica | 0 | 0 | 1 | 1 row 46 : 45 | mongolia | 0 | 0 | 1 | 1 row 47 : 45 | malaysia | 0 | 0 | 1 | 1 row 48 : 45 | austria | 0 | 0 | 1 | 1 row 49 : 45 | greece | 0 | 0 | 1 | 1 row 50 : 45 | cyprus | 0 | 0 | 1 | 1 row 51 : 45 | bahamas | 0 | 0 | 1 | 1 row 52 : 45 | bosnia and herzegovin | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select silver order by nation desc limit 1
0.0
[ header: number | arrangement | year, builder | number | arrangement | year, builder | number | model | year, builder row 1 : governor markham | 2-4-2t | 1891, baldwin | number 7 | 0-6-0 | 1914, alco-brooks | number 20 | s2 | alco row 2 : number 2 | 0-4-2t | 1901, baldwin | number 8 | 0-6-0 | 1916 | number 21 | s2 | alco row 3 : number 3 | 0-4-2t | 1904, baldwin | number 9 | 0-6-0 | 1920, alco-brooks | number 22 | s2 | 1944, alco row 4 : number 4 | None | None | number 10 | 0-6-0 | 1923, baldwin | number 23 | s2 | 1944, alco row 5 : number 5 | None | None | number 11 | 0-6-0 | 1927 | number 24 | s2 | 1945, alco row 6 : number 6 | 0-6-0 | 1913, baldwin | number 12 | None | None | number 25 | s2 | alco ] Execute this SQL based on the above table: select count ( * ) where year, builder = '1920, alco-brooks'
1
[ header: city | county(ies) | population (2000 census) | population (2010 census) | class | incorporation date row 1 : adams | adams | 1831 | 1967 | 4th | 1926 row 2 : altoona | eau claire | 6698 | 6706 | 4th | 1887 row 3 : appleton | calumet outagamie winne | 70087 | 72623 | 2nd | 1857 row 4 : arcadia | trempealeau | 2402 | 2925 | 4th | 1925 row 5 : baraboo | sauk | 10711 | 12048 | 3rd | 1882 row 6 : berlin | green lake waushara | 5305 | 5524 | 4th | 1857 row 7 : chilton | calumet | 3708 | 3933 | 4th | 1877 row 8 : chippewa falls | chippewa | 12900 | 13679 | 3rd | 1840 row 9 : cumberland | barron | 2280 | 2170 | 4th | 1885 row 10 : delafield | waukesha | 6472 | 7085 | 4th | 1959 row 11 : de pere | brown | 20559 | 23800 | 3rd | 1883 row 12 : durand | pepin | 1968 | 1931 | 4th | 1887 row 13 : edgerton | dane rock | 4898 | 5461 | 4th | 1883 row 14 : fountain city | buffalo | 983 | 859 | 4th | 1889 row 15 : hillsboro | vernon | 1302 | 1417 | 4th | 1885 row 16 : horicon | dodge | 3775 | 3655 | 4th | 1897 row 17 : jefferson | jefferson | 7338 | 7973 | 4th | 1878 row 18 : lancaster | grant | 4070 | 3868 | 4th | 1878 row 19 : medford | taylor | 4350 | 4326 | 4th | 1889 row 20 : merrill | lincoln | 10146 | 9661 | 4th | 1883 row 21 : milwaukee | milwaukee washington waukes | 596974 | 594833 | 1st | 1846 row 22 : nekoosa | wood | 2590 | 2580 | 4th | 1926 row 23 : owen | clark | 936 | 940 | 4th | 1925 row 24 : park falls | price | 2739 | 2462 | 4th | 1912 row 25 : phillips | price | 1675 | 1478 | 4th | 1891 row 26 : prescott | pierce | 3764 | 4258 | 4th | 1857 row 27 : st. croix falls | polk | 2033 | 2133 | 4th | 1958 row 28 : sheboygan | sheboygan | 50792 | 49288 | 2nd | 1853 row 29 : south milwaukee | milwaukee | 21256 | 21156 | 4th | 1897 row 30 : sturgeon bay | door | 9437 | 9144 | 4th | 1883 row 31 : sun prairie | dane | 20369 | 29364 | 3rd | 1958 row 32 : verona | dane | 7052 | 10619 | 4th | 1977 row 33 : watertown | dodge jefferson | 21598 | 23861 | 3rd | 1853 row 34 : waukesha | waukesha | 64825 | 70718 | 2nd | 1895 row 35 : wausau | marathon | 38426 | 39106 | 3rd | 1872 row 36 : westby | vernon | 2045 | 2200 | 4th | 1920 row 37 : whitehall | trempealeau | 1651 | 1558 | 4th | 1941 ] Execute this SQL based on the above table: select sum ( population (2010 census) )
1057309
[ header: class | name | company | residence | term expires dec 31 | notes row 1 : a | max t. wake | jones national bank & trust co | seward, nebraska | 2013 | None row 2 : a | vacancy | None | None | 2014 | None row 3 : a | david w. brownback | citizens state bank & trust company | ellsworth, kansas | 2015 | None row 4 : b | vacancy | None | None | 2013 | None row 5 : b | richard k. ratcliffe | ratcliffe's inc | weatherford, oklahoma | 2014 | None row 6 : b | john t. stout, | plaza belmont management group llc | shawnee mission, kans | 2015 | None row 7 : c | rose washington | otulsa economic development corporation | tulsa, oklahoma | 2013 | None row 8 : c | barbara mowry | gorecreek advisors | greenwood village, colorado | 2014 | chairman row 9 : c | steve maestas | nai maestas and | albuquerque, new mexico | 2015 | deputy chairman ] Execute this SQL based on the above table: select count ( * ) where residence = 'None'
0
[ header: name | profession | hometown | term expires | office row 1 : bill w. burgess | attorney | lawton | 2011 | None row 2 : ronald h. white, | medical doctor | oklahoma city | 2012 | None row 3 : william stuart price | businessman | tulsa | 2013 | None row 4 : joseph l. parker | businessman | tulsa | 2014 | chair row 5 : julie carson | attorney | claremore | 2015 | vice chair row 6 : marlin "ike" glass | businessman | newkirk | 2016 | secretary row 7 : james d. "jimmy | banker | leedy | 2017 | assistant secretary row 8 : mike turpen | attorney | oklahoma city | 2018 | None row 9 : john massey | banker | durant | 2019 | None ] Execute this SQL based on the above table: select profession order by id desc limit 1
banker
[ header: national park | region | land area (km2) | established | visitation (2009) | coordinates row 1 : archipelago | finland proper | 500 | 1982 | 53500 | 59°54′53′′n 21° row 2 : bothnian sea | None | None | 2011 | None | None row 3 : ekenas archipelago | uusimaa | 52 | 1989 | 44500 | 59°49′22′′n 23° row 4 : isojarvi | central finland | 19 | 1982 | 10500 | 61°41′54′′n 25° row 5 : kolovesi | southern savonia | 23 | 1990 | 7500 | 62°15′27′′n 28° row 6 : lauhanvuori | southern ostrobothnia | 53 | 1982 | 10000 | 62°09′7′′n 22° row 7 : linnansaari | southern savonia / northern | 38 | 1956 | 31000 | 62°6′38′′n 28° row 8 : nuuksio | uusimaa | 45 | 1994 | 179500 | 60°18′27′′n 24°29 row 9 : pyha-hakki | central finland | 13 | 1956 | 17000 | 62°50′44′′n 25° row 10 : riisitunturi | lapland | 77 | 1982 | 15000 | 66°14′n 28°30′ row 11 : rokua | northern ostrobothnia / | 4.3 | 1956 | 23500 | 64°33′22′′n 26°30 row 12 : sipoonkorpi | uusimaa | 18.6 | 2011 | None | 60°18′54′′n 25°13 row 13 : syote | northern ostrobothnia / | 299 | 2000 | 40000 | 65°44′51′′n 27°54 ] Execute this SQL based on the above table: select coordinates where coordinates != '62°50′44′′n 25°28′21′′e / 62.84556°n 25.47250°e' and region = ( select region where coordinates = '62°50′44′′n 25°28′21′′e / 62.84556°n 25.47250°e' )
61°41′54′′n 25°0′39′′e / 61.69833°n 25.01083°e
[ header: week | date | opponent | result | record | game site | tv time | attendance | bye row 1 : 1 | september 1, 1996 | arizona cardinals | w 20-13 | 1-0 | rca dome | fox 1:00 pm | 48133 | 0 row 2 : 2 | september 8, 1996 | at new york jets | w 21-7 | 2-0 | the meadowlands | nbc 4:15 pm | 63534 | 0 row 3 : 3 | september 15, 1996 | at dallas cowboys | w 25-24 | 3-0 | texas stadium | nbc 4:15 pm | 63021 | 0 row 4 : 4 | september 23, 1996 | miami dolphins | w 10-6 | 4-0 | rca dome | abc 9:00 pm | 60891 | 0 row 5 : 5 | None | None | None | None | None | None | None | 1 row 6 : 6 | october 6, 1996 | at buffalo bills | l 13-16 | 4-1 | rich stadium | nbc 4:15 pm | 79401 | 0 row 7 : 7 | october 13, 1996 | baltimore ravens | w 26-21 | 5-1 | rca dome | tnt 8:15 pm | 56978 | 0 row 8 : 8 | october 20, 1996 | new england patriots | l 9-27 | 5-2 | rca dome | nbc 1:00 pm | 58725 | 0 row 9 : 9 | october 27, 1996 | at washington redskins | l 16-31 | 5-3 | rfk stadium | nbc 1:00 pm | 54254 | 0 row 10 : 10 | november 3, 1996 | san diego chargers | l 19-26 | 5-4 | rca dome | nbc 1:00 pm | 58484 | 0 row 11 : 11 | november 10, 1996 | at miami dolphins | l 13-37 | 5-5 | joe robbie stadium | nbc 1:00 pm | 66623 | 0 row 12 : 12 | november 17, 1996 | new york jets | w 34-29 | 6-5 | rca dome | nbc 1:00 pm | 48322 | 0 row 13 : 13 | november 24, 1996 | at new england patriots | l 13-27 | 6-6 | foxboro stadium | nbc 1:00 pm | 58226 | 0 row 14 : 14 | december 1, 1996 | buffalo bills | w 13-10 | 7-6 | rca dome | nbc 4:15 pm | 53804 | 0 row 15 : 15 | december 5, 1996 | philadelphia eagles | w 37-10 | 8-6 | rca dome | espn 8:15 pm | 52689 | 0 row 16 : 16 | december 15, 1996 | at kansas city chiefs | w 24-19 | 9-6 | arrowhead stadium | nbc 4:15 pm | 71136 | 0 row 17 : 17 | december 22, 1996 | at cincinnati bengals | l 24-31 | 9-7 | cinergy field | nbc 1:00 pm | 49389 | 0 ] Execute this SQL based on the above table: select game site where week = 1
rca dome
[ header: # | date | visitor | score | home | record | pts row 1 : 2 | november 4 | montreal canadiens | 5-3 | chicago black hawks | 0-2-0 | 0 row 2 : 4 | november 7 | chicago black hawks | 1-5 | montreal canadiens | 1-3-0 | 2 row 3 : 5 | november 11 | boston bruins | 4-6 | chicago black hawks | 2-3-0 | 4 row 4 : 6 | november 13 | chicago black hawks | 4-1 | toronto maple leafs | 3-3-0 | 6 row 5 : 9 | november 21 | chicago black hawks | 2-5 | detroit red wings | 5-4-0 | 10 row 6 : 10 | november 25 | detroit red wings | 3-4 | chicago black hawks | 6-4-0 | 12 row 7 : 12 | november 30 | chicago black hawks | 5-6 | boston bruins | 7-5-0 | 14 row 8 : 13 | december 2 | chicago black hawks | 2-6 | montreal canadiens | 7-6-0 | 14 row 9 : 14 | december 5 | new york rangers | 6-7 | chicago black hawks | 8-6-0 | 16 row 10 : 17 | december 18 | chicago black hawks | 4-8 | toronto maple leafs | 9-8-0 | 18 row 11 : 23 | january 4 | chicago black hawks | 4-6 | boston bruins | 10-13-0 | 20 row 12 : 24 | january 6 | chicago black hawks | 1-6 | toronto maple leafs | 10-14-0 | 20 row 13 : 25 | january 9 | chicago black hawks | 2-4 | detroit red wings | 10-15-0 | 20 row 14 : 27 | january 16 | montreal canadiens | 1-1 | chicago black hawks | 11-15-1 | 23 row 15 : 29 | january 23 | toronto maple leafs | 3-5 | chicago black hawks | 12-16-1 | 25 row 16 : 32 | january 30 | detroit red wings | 2-3 | chicago black hawks | 15-16-1 | 31 row 17 : 34 | february 5 | chicago black hawks | 1-5 | montreal canadiens | 16-17-1 | 33 row 18 : 35 | february 6 | chicago black hawks | 4-4 | new york rangers | 16-17-2 | 34 row 19 : 43 | march 4 | chicago black hawks | 2-6 | detroit red wings | 20-19-4 | 44 row 20 : 44 | march 5 | detroit red wings | 1-6 | chicago black hawks | 21-19-4 | 46 row 21 : 47 | march 14 | chicago black hawks | 4-6 | boston bruins | 21-21-5 | 47 row 22 : 48 | march 16 | chicago black hawks | 2-3 | montreal canadiens | 21-22-5 | 47 row 23 : 49 | march 18 | chicago black hawks | 3-6 | detroit red wings | 21-23-5 | 47 ] Execute this SQL based on the above table: select date where pts = 47
march 14, march 16, march 18
[ header: party | votes | % | seats | +/- row 1 : swedish social democratic party | 1914426 | 36.4 | 131 | -30 row 2 : moderate party | 1204926 | 22.9 | 82 | 2 row 3 : left party | 631011 | 12 | 43 | 21 row 4 : christian democrats | 619046 | 11.8 | 42 | 27 row 5 : centre party | 269762 | 5.1 | 18 | -9 row 6 : liberal people's party | 248076 | 4.7 | 17 | -9 row 7 : green party | 236699 | 4.5 | 16 | -2 row 8 : sweden democrats | 19624 | 0.4 | 0 | 0 row 9 : other parties | 117552 | 2.2 | 0 | 0 row 10 : invalid/blank votes | 113466 | None | None | None row 11 : total | 5374588 | 100 | 349 | 0 row 12 : registered voters/turnout | 6603129 | 81.4 | None | None ] Execute this SQL based on the above table: select party group by party order by count ( * ) desc limit 1
total
[ header: week | date | kickoff | opponent | results final score | results team record | game site | attendance row 1 : 1 | saturday, april 13 | 7:00 p.m | at rhein fire | w 27-21 | 1-0 | rheinstadion | 32092 row 2 : 2 | saturday, april 20 | 7:00 p.m | london monarchs | w 37-3 | 2-0 | waldstadion | 34186 row 3 : 3 | sunday, april 28 | 6:00 p.m | at barcelona dragons | w 33-29 | 3-0 | estadi olimpic de mont | 17503 row 4 : 4 | sunday, may 5 | 7:00 p.m | amsterdam admirals | w 40-28 | 4-0 | waldstadion | 28627 row 5 : 5 | saturday, may 11 | 7:00 p.m | scottish claymores | l 0-20 | 4-1 | waldstadion | 32126 row 6 : 6 | sunday, may 19 | 3:00 p.m | at london monarchs | l 7-27 | 4-2 | white hart lane | 10764 row 7 : 7 | sunday, may 26 | 3:00 p.m | at scottish claymores | l 17-20 | 4-3 | murrayfield stadium | 13116 row 8 : 8 | saturday, june 1 | 7:00 p.m | rhein fire | l 8-31 | 4-4 | waldstadion | 38798 row 9 : 9 | saturday, june 8 | 7:00 p.m | barcelona dragons | w 24-21 | 5-4 | waldstadion | 33115 row 10 : 10 | saturday, june 15 | 6:30 p.m | at amsterdam admirals | w 28-20 | 6-4 | olympisch stadion | 14062 row 11 : 11 | sunday, june 23 | 6:00 p.m | at scottish claymores | l 27-32 | 6-5 | murrayfield stadium | 38982 ] Execute this SQL based on the above table: select count ( results team record ) where results team record != '4-3' and week = ( select week where results team record = '4-3' )
0
[ header: year | competition | venue | position | notes row 1 : 1997 | european u23 championships | turku, finland | 1st | 200 m row 2 : 1997 | world championships | athens, greece | 3rd | 4x100m relay row 3 : 1998 | european championships | budapest, hungary | 3rd | 200 metres row 4 : 1998 | european championships | budapest, hungary | 1st | 4x100m relay row 5 : 1998 | commonwealth games | kuala lumpur, malaysi | 1st | 200 metres row 6 : 1998 | commonwealth games | kuala lumpur, malaysi | 1st | 4x100m relay row 7 : 2000 | european indoor championships | ghent, belgium | 3rd | 200 metres ] Execute this SQL based on the above table: select position where id = ( select id where position = '1st' and year = 1998 ) + 1
1st
[ header: year | game | developer | setting | platform | notes row 1 : 1984 | millionaire | incentive software | modern | zx, bbc | None row 2 : 1984 | mugsy | melbourne house | historical | zx | None row 3 : 1992 | patrician, the | ascaron | historical | ami, dos, st | first title in the series row 4 : 1993 | dinopark tycoon | mecc, manley & associates | sci-fi | 3do, dos, mac, win | None row 5 : 1994 | simhealth | thinking tools | modern | dos | None row 6 : 1994 | simtower | openbook | modern | mac, win3x, win9x | None row 7 : 1995 | kaiser deluxe | linel | historical | dos, win | remake of kaiser row 8 : 1997 | herrscher der meere | novatrix | historical | dos | None row 9 : 1997 | industry giant | jowood | modern | win | first title in the series row 10 : 1998 | gangsters: organized crime | hothouse | historical | win | None row 11 : 1999 | harvest moon 2 | pack-in-video | fantasy | gbc | sequel to harvest moon row 12 : 1999 | x: beyond the frontier | egosoft | sci-fi | win | first title in the series row 13 : 2001 | monopoly tycoon | deep red | modern | win | None row 14 : 2001 | tv tycoon | niels bauer | modern | win | None row 15 : 2001 | zoo tycoon | blue fang | modern | ds, mac, win | first title in the series row 16 : 2002 | lemonade tycoon | hexacto, jamdat | modern | palm, ppc, mobi, | None row 17 : 2002 | snowboard park tycoon | cat daddy | modern | win | None row 18 : 2003 | atlantis underwater tycoon | activision | modern | win | None row 19 : 2003 | casino, inc: the management | hothouse | modern | win | expansion to casino, inc row 20 : 2003 | harvest moon: more friends of mineral town | marvelous | fantasy | gba | "female" version of harvest moon: row 21 : 2003 | tropico 2: pirate cove | frog city | historical | osx, win | None row 22 : 2004 | railroad tycoon 3: coast to | poptop | historical | win | expansion to railroad tycoon 3 row 23 : 2005 | harvest moon ds | marvelous | fantasy | ds | None row 24 : 2006 | anno 1701 | related | historical | ds, win | sequel to anno 1503: the new world row 25 : 2006 | prison tycoon 2: maximum security | virtual playground | modern | win | sequel to prison tycoon row 26 : 2006 | sid meier's railroads! | firaxis | historical | win | sequel to railroad tycoon 3 row 27 : 2006 | tycoon city: new york | deep red | modern | win | None row 28 : 2007 | catan | big huge | fantasy | xbla | None row 29 : 2008 | x3: terran conflict | egosoft | sci-fi | osx, win | sequel to x3: reunion row 30 : 2010 | gamebiz 3 | velocigames | modern | win | sequel to gamebiz 2 row 31 : 2011 | tropico 4 | haemimont games | modern | win, x360 | None row 32 : 2011 | anno 2070 | related designs, ubisoft blue byte | sci-fi | win | None row 33 : None | jurassic genetics | flaming nebula studios | sci-fi | win, mac | None ] Execute this SQL based on the above table: select developer where id = 271
flaming nebula studios
[ header: | 'be' | 'remain' | 'give' | 'save' row 1 : 1st sg | esmi | liekmi | duomi | gelbmi row 2 : 2nd sg | esi | lieksi | duosi | gelbsi row 3 : 3rd sg | est(i) | liekt(i) | duost(i) | gelbt(i) row 4 : 1st dual | esva | liekva | duova | gelbva row 5 : 2nd dual | esta | liekta | duosta | gelbta row 6 : 1st pl | esme | liekme | duome | gelbme row 7 : 2nd pl | este | liekte | duoste | gelbte row 8 : 3rd pl | esti | liekt(i) | duost(i) | gelbt(i) ] Execute this SQL based on the above table: select 'remain' where 'remain' > ( select 'remain' where 'remain' = 'liekmi' ) order by 'remain' limit 1
lieksi
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | brazil | 45 | 33 | 36 | 114 row 2 : 2 | china | 37 | 28 | 34 | 99 row 3 : 3 | italy | 14 | 13 | 24 | 51 row 4 : 4 | poland | 13 | 19 | 11 | 43 row 5 : 5 | france | 11 | 3 | 3 | 17 row 6 : 6 | south korea | 8 | 6 | 8 | 22 row 7 : 7 | north korea | 7 | 2 | 3 | 12 row 8 : 8 | kenya | 6 | 5 | 5 | 16 row 9 : 9 | germany | 5 | 19 | 11 | 35 row 10 : 10 | ukraine | 5 | 4 | 9 | 18 row 11 : 11 | iran | 5 | 3 | 4 | 12 row 12 : 12 | norway | 4 | 5 | 2 | 11 row 13 : 13 | qatar | 3 | 1 | 2 | 6 row 14 : 14 | chile | 2 | 4 | 2 | 8 row 15 : 15 | austria | 2 | 2 | 2 | 6 row 16 : 16 | lithuania | 2 | 1 | 2 | 5 row 17 : 17 | belarus | 2 | 0 | 4 | 6 row 18 : 18 | latvia | 2 | 0 | 2 | 4 row 19 : 19 | sweden | 2 | 0 | 0 | 2 row 20 : 20 | morocco | 1 | 7 | 1 | 9 row 21 : 21 | turkey | 1 | 5 | 4 | 10 row 22 : 22 | kazakhstan | 1 | 3 | 6 | 10 row 23 : 22 | venezuela | 1 | 3 | 6 | 10 row 24 : 24 | switzerland | 1 | 3 | 5 | 9 row 25 : 25 | slovenia | 1 | 2 | 6 | 9 row 26 : 26 | bahrain | 1 | 2 | 4 | 7 row 27 : 26 | finland | 1 | 2 | 4 | 7 row 28 : 28 | algeria | 1 | 2 | 3 | 6 row 29 : 29 | estonia | 1 | 2 | 2 | 5 row 30 : 30 | united states | 1 | 1 | 3 | 5 row 31 : 31 | netherlands | 1 | 1 | 2 | 4 row 32 : 32 | syria | 1 | 1 | 0 | 2 row 33 : 33 | belgium | 1 | 0 | 2 | 3 row 34 : 33 | romania | 1 | 0 | 2 | 3 row 35 : 35 | canada | 1 | 0 | 1 | 2 row 36 : 35 | uganda | 1 | 0 | 1 | 2 row 37 : 37 | croatia | 1 | 0 | 0 | 1 row 38 : 37 | denmark | 1 | 0 | 0 | 1 row 39 : 37 | ecuador | 1 | 0 | 0 | 1 row 40 : 40 | greece | 0 | 5 | 3 | 8 row 41 : 41 | tunisia | 0 | 3 | 1 | 4 row 42 : 42 | dominican republic | 0 | 1 | 2 | 3 row 43 : 43 | jordan | 0 | 1 | 1 | 2 row 44 : 44 | egypt | 0 | 1 | 0 | 1 row 45 : 44 | hungary | 0 | 1 | 0 | 1 row 46 : 46 | india | 0 | 0 | 3 | 3 row 47 : 47 | cameroon | 0 | 0 | 2 | 2 row 48 : 47 | namibia | 0 | 0 | 2 | 2 row 49 : 47 | sri lanka | 0 | 0 | 2 | 2 row 50 : 47 | uruguay | 0 | 0 | 2 | 2 row 51 : 51 | argentina | 0 | 0 | 1 | 1 row 52 : 51 | pakistan | 0 | 0 | 1 | 1 row 53 : 51 | suriname | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select count ( nation ) where nation = 'iran'
1
[ 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 count ( song choice ) where song choice = '"as sete vampiras"'
1
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | russia | 6 | 3 | 7 | 16 row 2 : 2 | united states | 5 | 0 | 4 | 9 row 3 : 3 | japan | 3 | 4 | 1 | 8 row 4 : 4 | france | 3 | 1 | 1 | 5 row 5 : 5 | ukraine | 2 | 0 | 2 | 4 row 6 : 6 | turkey | 2 | 0 | 1 | 3 row 7 : 7 | sweden | 2 | 0 | 0 | 2 row 8 : 8 | iran | 1 | 2 | 1 | 4 row 9 : 9 | armenia | 1 | 1 | 2 | 4 row 10 : 10 | china | 1 | 1 | 1 | 3 row 11 : 11 | austria | 1 | 0 | 0 | 1 row 12 : 11 | bulgaria | 1 | 0 | 0 | 1 row 13 : 11 | south korea | 1 | 0 | 0 | 1 row 14 : 14 | germany | 0 | 3 | 4 | 7 row 15 : 15 | kazakhstan | 0 | 3 | 0 | 3 row 16 : 16 | cuba | 0 | 2 | 3 | 5 row 17 : 17 | norway | 0 | 2 | 0 | 2 row 18 : 18 | venezuela | 0 | 1 | 1 | 2 row 19 : 19 | canada | 0 | 1 | 0 | 1 row 20 : 19 | hungary | 0 | 1 | 0 | 1 row 21 : 19 | israel | 0 | 1 | 0 | 1 row 22 : 19 | moldova | 0 | 1 | 0 | 1 row 23 : 19 | poland | 0 | 1 | 0 | 1 row 24 : 19 | romania | 0 | 1 | 0 | 1 row 25 : 25 | uzbekistan | 0 | 0 | 1 | 1 row 26 : total | total | 29 | 29 | 29 | 87 ] Execute this SQL based on the above table: select min ( bronze ) where silver > 10
29.0
[ header: title | year | peak chart positions us | peak chart positions us alt. | peak chart positions us main. rock | peak chart positions aus | peak chart positions aut | peak chart positions fin | peak chart positions ger | peak chart positions nld | peak chart positions swi | peak chart positions uk | album row 1 : "toxic" | 1999 | None | None | None | None | None | None | None | None | None | None | the gift of game row 2 : "darkside" | 2000 | None | None | None | None | None | None | None | None | None | None | the gift of game row 3 : "butterfly" | 2000 | 1 | 1 | 21 | 4 | 1 | 2 | 1 | 8 | 1 | 3 | the gift of game row 4 : "revolving door" | 2001 | None | None | None | 76 | 29 | 19 | 26 | 71 | 43 | 23 | the gift of game row 5 : "drowning" | 2002 | None | 24 | 24 | None | 45 | None | 45 | None | None | 50 | darkhorse row 6 : "hurt you so bad" | 2003 | None | None | None | None | None | None | None | None | None | None | darkhorse ] Execute this SQL based on the above table: select title where title = '"toxic"'
"toxic"
[ 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 ( select team where team = 'ntt west kumamoto' ) - ( select team where team = 'yokogawa fc' )
0
[ header: lift name | type | top elevation (ft) | bottom elevation | vertical rise | length (ft) | slope (%) | capacity (rides/hr) | speed (ft/min) | lift manufacturer | year installed row 1 : bruno | fixed double | 5885 | 5840 | 45 | 368 | 12% | 630 | 300 | poma | 1987 row 2 : molly's express | detach quad | 5835 | 4990 | 845 | 5244 | 16% | 1200 | 1000 | doppelmayr | 2000 row 3 : pucci | fixed triple | 5920 | 5350 | 570 | 3398 | 17% | 1330 | 450 | poma | 1987 row 4 : stormin' norman | detach quad | 6245 | 5460 | 785 | 4396 | 18% | 1500 | 1000 | doppelmayr | 2000 row 5 : magic mile express | detach quad | 6990 | 5915 | 1075 | 5359 | 20% | 1600 | 950 | poma | 1992 row 6 : palmer express | detach quad | 8470 | 6940 | 1530 | 5468 | 29% | 1800 | 1000 | doppelmayr | 1996 row 7 : jeff flood express (still creek basin) | detach quad | 6020 | 4850 | 1170 | 6506 | 18% | 1800 | 1000 | doppelmayr | 2007 ] Execute this SQL based on the above table: select slope (%) where id = ( select id where slope (%) = '17%' ) + 1
18%
[ header: month | song | artist | aggregate points | total downloads | year-end chart row 1 : january | "lovey-dovey" | t-ara | 142,691,767 | 1,903,727 | 7 row 2 : february | "blue" | big bang | 102,380,663 | 1,351,429 | 10 row 3 : march | "fantastic baby" | big bang | 105,296,671 | 1,229,518 | 5 row 4 : april | "cherry blossom ending" | busker busker | 169,546,447 | 1,570,146 | 2 row 5 : may | "twinkle" | girls' generation-tts | 119,415,981 | 997,122 | 11 row 6 : june | "like this" | wonder girls | 138,592,996 | 1,444,339 | 18 row 7 : july | "i love you" | 2ne1 | 151,627,608 | 1,522,263 | 6 row 8 : august | "gangnam style" | psy | 150,855,485 | 1,280,050 | 1 row 9 : september | "all for you" | jung eunji & seo | 113,858,049 | 1,037,911 | 8 row 10 : october | "bloom" | gain | 115,479,048 | 1,182,829 | 42 row 11 : november | "1, 2, 3, 4" | lee hi | 132,391,547 | 1,210,297 | 23 row 12 : december | "return" | lee seung gi | 110,364,099 | 896,196 | 37 ] Execute this SQL based on the above table: select month order by year-end chart desc limit 1
october
[ header: date | venue | opponent | score | result | competition | # row 1 : 15 nov 2006 | lansdowne road, dublin | san marino | 2-0 | 5-0 | euro 2008 qualifying | 1 row 2 : 28 mar 2007 | croke park, dublin | slovakia | 1-0 | 1-0 | euro 2008 qualifying | 2 row 3 : 23 may 2007 | giants stadium, new york | ecuador | 1-1 | 1-1 | friendly | 3 row 4 : 9 sep 2007 | tehelne pole, bra | slovakia | 1-2 | 2-2 | euro 2008 qualifying | 4 row 5 : 17 nov 2007 | millennium stadium, cardiff | wales | 1-2 | 2-2 | euro 2008 qualifying | 5 row 6 : 6 sep 2008 | stadion am bruchweg, main | georgia | 0-1 | 1-2 | 2010 fifa world cup qualifying | 6 row 7 : 5 sep 2009 | neo gsp stadium, | cyprus | 0-1 | 1-2 | 2010 fifa world cup qualifying | 7 row 8 : 25 may 2010 | rds arena, dublin | paraguay | 1-0 | 2-1 | friendly | 8 row 9 : 7 sep 2010 | aviva stadium, dublin | andorra | 2-0 | 3-1 | euro 2012 qualifying | 9 row 10 : 7 oct 2011 | estadi comunal, andorr | andorra | 1-0 | 2-0 | euro 2012 qualifying | 10 row 11 : 7 sep 2012 | astana arena, astana | kazakhstan | 2-1 | 2-1 | 2014 fifa world cup qualifying | 11 row 12 : 11 sep 2012 | craven cottage, london | oman | 3-0 | 4-1 | friendly | 12 ] Execute this SQL based on the above table: select opponent order by # limit 1
san marino
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | russia (rus) | 3 | 1 | 1 | 5 row 2 : 2 | canada (can) | 2 | 0 | 0 | 2 row 3 : 3 | germany (ger) | 1 | 3 | 2 | 6 row 4 : 4 | france (fra) | 0 | 1 | 2 | 3 row 5 : 5 | belarus (blr) | 0 | 1 | 0 | 1 row 6 : 6 | ukraine (ukr) | 0 | 0 | 1 | 1 row 7 : None | total | 6 | 6 | 6 | 18 ] Execute this SQL based on the above table: select nation order by rank desc limit 1
ukraine (ukr)
[ header: draw | artist | song | points | place row 1 : 1 | gonzaga coutinho | "tema para um homem so" | 102 | 5th row 2 : 2 | pedro osorio | "uma cancao comercial" | 123 | 3rd row 3 : 3 | concha | "qualquer dia, quem dir | 78 | 6th row 4 : 4 | gabriela schaaf | "eu so quero" | 132 | 2nd row 5 : 5 | toze brito | "novo canto portugues" | 110 | 4th row 6 : 6 | teresa silva carval | "cantemos ate ser dia" | 52 | 9th row 7 : 7 | florencia | "o comboio do tua | 63 | 8th row 8 : 8 | manuel jose soares | "quando chego a casa | 76 | 7th row 9 : 9 | manuela bravo | "sobe, sobe, bala | 149 | 1st ] Execute this SQL based on the above table: select artist order by points desc limit 1
manuela bravo
[ header: country | masters | u.s. open | the open | pga | total row 1 : united states | 57 | 80 | 42 | 79 | 258 row 2 : scotland | 1 | 12 | 41 | 0 | 54 row 3 : england | 3 | 8 | 22 | 2 | 35 row 4 : south africa | 5 | 5 | 10 | 2 | 22 row 5 : australia | 1 | 2 | 9 | 4 | 16 row 6 : jersey | 0 | 2 | 7 | 0 | 9 row 7 : spain | 4 | 0 | 3 | 0 | 7 row 8 : northern ireland | 0 | 2 | 2 | 1 | 5 row 9 : argentina | 1 | 1 | 1 | 0 | 3 row 10 : fiji | 1 | 0 | 0 | 2 | 3 row 11 : germany | 2 | 0 | 0 | 1 | 3 row 12 : ireland | 0 | 0 | 2 | 1 | 3 row 13 : zimbabwe | 0 | 0 | 1 | 2 | 3 row 14 : new zealand | 0 | 1 | 1 | 0 | 2 row 15 : canada | 1 | 0 | 0 | 0 | 1 row 16 : france | 0 | 0 | 1 | 0 | 1 row 17 : south korea | 0 | 0 | 0 | 1 | 1 row 18 : wales | 1 | 0 | 0 | 0 | 1 ] Execute this SQL based on the above table: select country where country = 'france'
france
[ header: designation | classification | constellation | apparent magnitude row 1 : comet galaxy | s | sculptor | None row 2 : eso 269-57 | sb(r)a | centaurus | 12.49 row 3 : ic 342 | sab(rs)cd | camelopardalis | 9.1 row 4 : ic 442 | s | camelopardalis | 13.8 row 5 : ic 1296 | sbbc | lyra | 14.8 row 6 : m31, andromeda | sa(s)b | andromeda | 4.36 row 7 : m61 | sab(rs)bc | virgo | 10.2 row 8 : m77 | (r)sa(rs)b | cetus | 9.6 row 9 : m81 | sa(s)ab | ursa major | 7.9 row 10 : m95 | sb(r)b | leo | 11.4 row 11 : m96 | sab(rs)ab | leo | 10.1 row 12 : m104, sombrero galaxy | sa(s)a | virgo | 9 row 13 : m106 | sab(s)bc | canes venatici | 9.1 row 14 : m109 | sb(rs)bc | ursa major | 10.6 row 15 : maffei 2 | sab(rs)bc | cassiopeia | 16 row 16 : ngc 2 | sab | pegasus | 15 row 17 : ngc 247 | sab(s)d | cetus | 9.9 row 18 : ngc 253, sculptor galaxy | sab(s)c | sculptor | 8 row 19 : ngc 300 | sa(s)d | sculptor | 9 row 20 : ngc 514 | sab(rs)c | pisces | 12.2 row 21 : ngc 1032 | s0/a | cetus | 12.6 row 22 : ngc 1042 | sab(rs)cd | cetus | 14 row 23 : ngc 1055 | sbb:ii-ii | cetus | 11.6 row 24 : ngc 1090 | sb(rs)bc | cetus | 12.5 row 25 : ngc 1300 | (r')sb(s)b | eridanus | 11.4 row 26 : ngc 2903 | sb(s)d | leo | 9.7 row 27 : ngc 2997 | sa(s)c | antlia | 10.1 row 28 : ngc 3223 | None | antlia | 12 row 29 : ngc 3486 | sb | leo minor | 11 row 30 : ngc 3521 | sabbc | leo | 10 row 31 : ngc 3596 | sab(rs)c | leo | 12 row 32 : ngc 3877 | sc | ursa major | 12.1 row 33 : ngc 3949 | sa(s)bc | ursa major | 11.5 row 34 : ngc 3953 | sb(r)bc | ursa major | 10.8 row 35 : ngc 4395 | sa(s)m | canes venatici | 10.6 row 36 : ngc 4625 | sab(rs)m pe | canes venatici | 13.2 row 37 : ngc 4911 | sb | coma berenices | None row 38 : ngc 4945 | sb(s)cd | centaurus | 9.3 row 39 : ngc 5068 | sb(s)d | virgo | 10.5 ] Execute this SQL based on the above table: select apparent magnitude + apparent magnitude where classification = 'sb(s)d'
19.4, 21.0
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | france | 28 | 28 | 24 | 80 row 2 : 2 | romania | 16 | 3 | 5 | 24 row 3 : 3 | canada | 14 | 10 | 15 | 39 row 4 : 4 | quebec | 8 | 4 | 16 | 28 row 5 : 5 | morocco | 6 | 11 | 7 | 24 row 6 : 6 | tunisia | 4 | 7 | 1 | 12 row 7 : 7 | egypt | 2 | 5 | 4 | 11 row 8 : 8 | switzerland | 2 | 1 | 5 | 8 row 9 : 9 | senegal | 2 | 1 | 3 | 6 row 10 : 10 | french community of belgium | 1 | 3 | 6 | 10 row 11 : 11 | madagascar | 1 | 2 | 3 | 6 row 12 : 12 | burkina faso | 1 | None | 2 | 3 row 13 : 13 | togo | 1 | None | 1 | 2 row 14 : 14 | guinea | 1 | None | None | 1 row 15 : 15 | lebanon | 1 | None | None | 1 row 16 : 16 | ivory coast | None | 3 | 3 | 6 row 17 : 17 | republic of the congo | None | 3 | 2 | 5 row 18 : 18 | new brunswick | None | 1 | 2 | 3 row 19 : 19 | central african republic | None | 1 | None | 1 row 20 : 20 | dominica | None | 1 | None | 1 row 21 : 21 | gabon | None | 1 | None | 1 row 22 : 22 | mali | None | 1 | None | 1 row 23 : 23 | cambodia | None | None | 2 | 2 row 24 : 24 | luxembourg | None | None | 2 | 2 row 25 : 25 | mauritius | None | None | 2 | 2 row 26 : 26 | burundi | None | None | 1 | 1 row 27 : 27 | djibouti | None | None | 1 | 1 row 28 : 28 | vietnam | None | None | 1 | 1 ] Execute this SQL based on the above table: select ( select rank where total = 5 ) - ( select rank where total = 1 )
3.0
[ header: name | height m (ft) | completed | country | location | coordinates | remarks row 1 : high roller | 168 (551) | 2014 | us | las vegas, nevada | 36°07′03′′n 115° | world's tallest since 2014 row 2 : singapore flyer | 165 (541) | 2008 | singapore | marina centre, downtown core | 1°17′22′′n 103° | world's tallest 2008-2014 row 3 : london eye | 135 (443) | 2000 | uk | south bank, lambeth, lon | 51°30′12′′n 0° | world's tallest 2000-2006 row 4 : zhengzhou ferris wheel | 120 (394) | 2003 | china | century amusement park, henan | 34°43′58′′n 113° | None row 5 : sky dream fukuoka | 120 (394) | 2002 | japan | evergreen marinoa, fukuok | 33°35′44′′n 130°19 | closed september 2009 row 6 : daikanransha | 115 (377) | 1999 | japan | palette town, odaiba, hon | 35°37′35′′n 139° | world's tallest 1999-2000 row 7 : harbin ferris wheel | 110 (361) | 2003 | china | harbin, heilongji | 45°46′40′′n 126° | picture row 8 : shanghai ferris wheel | 108 (354) | 2002 | china | jinjiang action park, s | 31°08′24′′n 121° | None row 9 : cosmo clock 21 (1st installation) | 107.5 (353) | 1989 | japan | minato mirai 21, yoko | None | world's tallest 1989-1997 row 10 : space eye | 100 (328) | None | japan | space world, kitakyushu, | 33°52′18′′n 130°48 | picture row 11 : aurora wheel | 90 (295) | None | japan | nagashima spa land, mie | 35°01′47′′n 136° | picture row 12 : eurowheel | 90 (295) | 1999 | italy | mirabilandia, ravenna | 44°20′21′′n 12°15 | None row 13 : sky wheel | 88 (289) | None | taiwan | janfusun fancyworld, gu | 23°37′13′′n 120°34 | None row 14 : the original ferris wheel | 80.4 (264) | 1893 | us | chicago (1893-1903); s | ferris wheel coordinates | world's tallest 1893-1894 ] Execute this SQL based on the above table: select coordinates where height m (ft) = '100 (328)'
33°52′18′′n 130°48′36′′e / 33.8716939°n 130.8099014°e
[ header: date | venue | opponent | score | result | competition | # row 1 : 15 nov 2006 | lansdowne road, dublin | san marino | 2-0 | 5-0 | euro 2008 qualifying | 1 row 2 : 28 mar 2007 | croke park, dublin | slovakia | 1-0 | 1-0 | euro 2008 qualifying | 2 row 3 : 23 may 2007 | giants stadium, new york | ecuador | 1-1 | 1-1 | friendly | 3 row 4 : 9 sep 2007 | tehelne pole, bra | slovakia | 1-2 | 2-2 | euro 2008 qualifying | 4 row 5 : 17 nov 2007 | millennium stadium, cardiff | wales | 1-2 | 2-2 | euro 2008 qualifying | 5 row 6 : 6 sep 2008 | stadion am bruchweg, main | georgia | 0-1 | 1-2 | 2010 fifa world cup qualifying | 6 row 7 : 5 sep 2009 | neo gsp stadium, | cyprus | 0-1 | 1-2 | 2010 fifa world cup qualifying | 7 row 8 : 25 may 2010 | rds arena, dublin | paraguay | 1-0 | 2-1 | friendly | 8 row 9 : 7 sep 2010 | aviva stadium, dublin | andorra | 2-0 | 3-1 | euro 2012 qualifying | 9 row 10 : 7 oct 2011 | estadi comunal, andorr | andorra | 1-0 | 2-0 | euro 2012 qualifying | 10 row 11 : 7 sep 2012 | astana arena, astana | kazakhstan | 2-1 | 2-1 | 2014 fifa world cup qualifying | 11 row 12 : 11 sep 2012 | craven cottage, london | oman | 3-0 | 4-1 | friendly | 12 ] Execute this SQL based on the above table: select opponent where id = ( select id where opponent = 'andorra' ) - 1
paraguay
[ header: name | state | status | title | appointment | credentials presented | termination of mission | notes row 1 : henry f. grady | california | non-career appointee | ambassador extraordinary and plenipotentiary | apr 10, 1947 | jul 1, 1947 | left post, jun 22, 1948 | accredited also to nepal; resident at row 2 : chester bowles | connecticut | non-career appointee | ambassador extraordinary and plenipotentiary | oct 10, 1951 | nov 1, 1951 | left post, mar 23, 1953 | also accredited to nepal; resident at row 3 : george v. allen | north carolina | foreign service officer | ambassador extraordinary and plenipotentiary | mar 11, 1953 | may 4, 1953 | left post, nov 30, 1954 | also accredited to nepal; resident at row 4 : john sherman cooper | kentucky | non-career appointee | ambassador extraordinary and plenipotentiary | feb 4, 1955 | apr 9, 1955 | left post, apr 23, 1956 | also accredited to nepal; resident at row 5 : john kenneth galbraith | massachusetts | non-career appointee | ambassador extraordinary and plenipotentiary | mar 29, 1961 | apr 18, 1961 | left post, jul 12, 1963 | None row 6 : chester bowles | connecticut | non-career appointee | ambassador extraordinary and plenipotentiary | may 3, 1963 | jul 19, 1963 | left post, apr 21, 1969 | None row 7 : kenneth b. keating | new york | non-career appointee | ambassador extraordinary and plenipotentiary | may 1, 1969 | jul 2, 1969 | left post, jul 26, 1972 | None row 8 : daniel p. moy | new york | non-career appointee | ambassador extraordinary and plenipotentiary | feb 8, 1973 | feb 28, 1973 | left post, jan 7, 1975 | None row 9 : robert f. goheen | new jersey | non-career appointee | ambassador extraordinary and plenipotentiary | apr 26, 1977 | may 26, 1977 | left post, dec 10, 1980 | None row 10 : harry g. barnes, | maryland | foreign service officer | ambassador extraordinary and plenipotentiary | oct 1, 1981 | nov 17, 1981 | left post, jun 27, 1985 | None row 11 : john gunther dean | new york | foreign service officer | ambassador extraordinary and plenipotentiary | aug 2, 1985 | sep 6, 1985 | left post nov 7, 1988 | None row 12 : john r. hubbard | california | non-career appointee | ambassador extraordinary and plenipotentiary | nov 22, 1988 | dec 27, 1988 | left post nov 15, 1989 | commissioned during a recess of the row 13 : william clark, jr | district of columbia | foreign service officer | ambassador extraordinary and plenipotentiary | oct 10, 1989 | dec 22, 1989 | left post, jul 2, 1992 | None row 14 : thomas r. pickering | new jersey | foreign service officer | ambassador extraordinary and plenipotentiary | apr 6, 1992 | aug 14, 1992 | left post, mar 23, 1993 | kenneth brill served as charge row 15 : frank g. wisner | district of columbia | foreign service officer | ambassador extraordinary and plenipotentiary | jun 9, 1994 | aug 2, 1994 | left post, july 12, 1997 | None ] Execute this SQL based on the above table: select appointment where id = 1
apr 10, 1947
[ header: governorate | percentage | seats won | total seats row 1 : al-anbar | None | 0 | 29 row 2 : babil | 8.2% | 5 | 30 row 3 : baghdad | 5.4% | 3 | 57 row 4 : basra | 11.6% | 5 | 35 row 5 : dhi qar | 11.1% | 5 | 31 row 6 : diyala | None | 0 | 29 row 7 : karbala | 6.4% | 4 | 27 row 8 : maysan | 15.2% | 7 | 27 row 9 : al-muthanna | 9.3% | 5 | 26 row 10 : najaf | 14.8% | 7 | 28 row 11 : ninawa | 1.9% | 0 | 37 row 12 : al-qadisiyyah | 11.7% | 4 | 28 row 13 : salah ad-din | 2.9% | 1 | 28 row 14 : wassit | 10.0% | 6 | 28 row 15 : total | 6.6% | 52 | 440 ] Execute this SQL based on the above table: select percentage order by total seats limit 1
9.3%
[ header: no. | title (latin) | title (english translation) | subject | date row 1 : 1 | qui pluribus | None | on faith and religion | 9 november 1846 row 2 : 2 | praedecessores nostros | None | on aid for ireland | 25 march 1847 row 3 : 4 | ubi primum | None | on immaculate conception | 2 february 1849 row 4 : 5 | nostis et nobiscum | None | on the church in the papal states | 8 december 1849 row 5 : 6 | exultavit cor nostrum | None | on the effects of the jubilee | 21 november 1851 row 6 : 7 | nemo certe ignorat | None | on discipline for clergy | 25 march 1852 row 7 : 8 | probe noscitis venerabiles | None | on the discipline for clergy | 17 may 1852 row 8 : 9 | inter multiplices | None | pleading for unity of spirit | 21 march 1853 row 9 : 10 | neminem vestrum | None | on the persecution of armenians | 2 february 1854 row 10 : 11 | optime noscitis | None | on the proposed catholic university of irel | 20 march 1854 row 11 : 13 | optime noscitis | None | on episcopal meetings | 5 november 1855 row 12 : 14 | singulari quidem | None | on the church in austria | 17 march 1856 row 13 : 15 | cum nuper | None | on care for clerics | 20 january 1858 row 14 : 16 | amantissimi redemptoris | None | on priests and the care of souls | 3 may 1858 row 15 : 17 | cum sancta mater eccle | None | pleading for public prayer | 27 april 1859 row 16 : 18 | qui nuper | None | on the pontifical states | 18 june 1859 row 17 : 19 | nullis certe verbis | None | on the need for civil sovereignty | 19 january 1860 row 18 : 20 | amantissimus | None | on the care of the churches | 8 april 1862 row 19 : 22 | incredibili | None | on the persecution in new granada | 17 september 1863 row 20 : 24 | quanta cura | None | condemning current errors | 8 december 1864 row 21 : 25 | meridionali americae | None | on the seminary for the native clergy | 30 september 1865 row 22 : 26 | levate | None | on the affiliations of church | 27 october 1867 row 23 : 27 | respicientes | None | protesting the taking of the pontifical states | 1 november 1870 row 24 : 28 | ubi nos | "our city" | on the pontifical states | 15 may 1871 row 25 : 29 | beneficia dei | None | on the 25th anniversary of his pontificate | 4 june 1871 row 26 : 30 | saepe venerabiles | None | thanksgiving for 25 years of pontificate | 5 august 1871 row 27 : 31 | quae in patriarchatu | None | on the church in chaldea | 16 november 1872 row 28 : 32 | quartus supra | None | on the church in armenia | january 1873 row 29 : 34 | vix dum a nobis | None | on the church in austria | 7 march 1874 row 30 : 35 | omnem sollicitudinem | None | on the greek-ruthenian rite | 13 may 1874 row 31 : 36 | gravibus ecclesia | None | proclaiming a jubilee | 24 december 1874 row 32 : 37 | quod nunquam | None | on the church in prussia | 5 february 1875 row 33 : 38 | graves ac diuturnae | None | on the church in switzerland | 23 march 1875 ] Execute this SQL based on the above table: select date order by id desc limit 1
23 march 1875
[ header: medal | name | sport | event row 1 : silver | None | badminton | men's team row 2 : silver | aparna popat | badminton | women's singles row 3 : silver | jitender kumar | boxing | middleweight row 4 : silver | jaspal rana | shooting | men's 25 m air pistol row 5 : silver | jaspal rana satendra | shooting | men's air pistol pairs row 6 : silver | dharmaraj wilson | weightlifting | men's 56 kg-combined row 7 : silver | arumugam k. pandian | weightlifting | men's 56 kg-snatch row 8 : silver | arumugam k. pandian | weightlifting | men's 56 kg-clean and jer row 9 : silver | satheesha rai | weightlifting | men's 77 kg-clean and row 10 : silver | satheesha rai | weightlifting | men's 77 kg-combined ] Execute this SQL based on the above table: select name where name = 'jitender kumar'
jitender kumar
[ header: name | japanese | distance (km) | connections | location row 1 : okayama | 岡山 | 0 | sanyo shinkansen | kita-ku, okayama row 2 : bizen-mikado | 備前三門 | 1.9 | None | kita-ku, okayama row 3 : daianji | 大安寺 | 3.3 | None | kita-ku, okayama row 4 : bizen-ichinomiya | 備前一宮 | 6.5 | None | kita-ku, okayama row 5 : kibitsu | 吉備津 | 8.4 | None | kita-ku, okayama row 6 : bitchu-takamatsu | 備中高松 | 11 | None | kita-ku, okayama row 7 : ashimori | 足守 | 13.4 | None | kita-ku, okayama row 8 : hattori | 服部 | 16.2 | None | soja row 9 : higashi-soja | 東総社 | 18.8 | None | soja row 10 : soja | 総社 | 20.4 | hakubi line ibara railway | soja ] Execute this SQL based on the above table: select count ( connections )
2
[ header: name | full name | caps | goals | first cap | opponent | club row 1 : cafu | marcos evangelista de morae | 142 | 5 | 12 september 1990 | spain | sao paulo row 2 : rogerio ceni | rogerio ceni | 17 | 0 | 16 december 1997 | mexico | sao paulo row 3 : juninho | antonio augusto ribeiro | 40 | 6 | 28 march 1999 | south korea | vasco da gama row 4 : edmilson | edmilson jose gomes | 42 | 1 | 18 july 2000 | paraguay | sao paulo row 5 : tinga | paulo cesar fonseca | 4 | 0 | 9 august 2001 | panama | gremio row 6 : kaka | ricardo izecson dos | 87 | 29 | 31 january 2002 | bolivia | sao paulo row 7 : diego | diego ribas da cunha | 33 | 4 | 30 april 2003 | mexico | santos row 8 : gomes | heurelho da silva go | 11 | 0 | 13 july 2003 | mexico | cruzeiro row 9 : dudu cearense | alexandro silva de sousa | 11 | 0 | 8 july 2004 | chile | vitoria row 10 : grafite | edinaldo batista | 4 | 1 | 27 april 2005 | guatemala | sao paulo row 11 : josue | josue anunciado de olive | 28 | 1 | 27 march 2007 | ghana | sao paulo row 12 : doni | donieber alexander marangon | 10 | 0 | 5 june 2007 | turkey | as roma row 13 : alex silva | alex sandro da silva | 2 | 0 | 4 july 2007 | ecuador | sao paulo row 14 : thiago silva | thiago emiliano da | 40 | 1 | 12 october 2008 | venezuela | fluminense row 15 : ramires | ramires santos do | 34 | 3 | 6 june 2009 | uruguay | cruzeiro row 16 : diego tardelli | diego tardelli martins | 5 | 0 | 12 august 2009 | estonia | atletico mineiro row 17 : carlos eduardo | carlos eduardo marques | 6 | 0 | 14 november 2009 | england | hoffenheim row 18 : victor | victor leandro bagy | 5 | 0 | 10 august 2010 | united states | gremio row 19 : ederson | ederson honorato campos | 1 | 0 | 10 august 2010 | united states | lyon row 20 : wesley | wesley lopes beltrame | 2 | 0 | 3 october 2010 | iran | werder bremen row 21 : oscar | oscar dos santo | 22 | 6 | 14 september 2011 | argentina | internacional row 22 : jefferson | jefferson de oliveira galva | 7 | 0 | 14 september 2011 | argentina | botafogo row 23 : kleber | kleber laude pinheiro | 2 | 0 | 10 november 2011 | gabon | fc porto ] Execute this SQL based on the above table: select full name order by goals desc limit 1
ricardo izecson dos santos leite
[ header: name of president | picture | life span | year of presidency | place of conference row 1 : pherozeshah meh | 75px | 4 august 1845 - 1915 | 1890 | calcutta row 2 : womesh chunder bonnerjee | None | 29 december 1844 - 1906 | 1892 | allahabad row 3 : surendranath banerjee | None | 10 november 1848 - 1925 | 1895 | poona row 4 : rahimtulla m. say | None | 5 april 1847 - 19 | 1896 | calcutta row 5 : anandamohan bose | None | 23 september 1847 - 1906 | 1898 | madras row 6 : romesh chunder dutt | None | 13 august 1848 - 1909 | 1899 | lucknow row 7 : henry cotton | None | 1845-1915 | 1904 | bombay row 8 : dadabhai naoroji | None | 4 september 1825 - 1917 | 1906 | calcutta row 9 : nawab syed muhammad | None | None | 1913 | karachi row 10 : annie besant | None | 1 october 1847 - | 1917 | calcutta row 11 : madan mohan malaviya | None | 25 december 1861 - 1946 | 1918 | delhi row 12 : hakim ajmal khan | None | 1863- 29 december 1927 | 1921 | ahmedabad row 13 : mohammad ali jouhar | None | 10 december 1878- 4 jan | 1923 | kakinada row 14 : mohandas gandhi | None | 2 october 1869- 30 | 1924 | belgaum row 15 : sarojini naidu | None | 13 february 1879- 2 march 1949 | 1925 | kanpur row 16 : madan mohan malaviya | None | 25 december 1861 - 1946 | 1932 | delhi row 17 : jawaharlal nehru | None | 14 november 1889- 27 may 1964 | 1936 | lucknow row 18 : jawaharlal nehru | None | 14 november 1889- 27 may 1964 | 1954 | calcutta row 19 : u. n. dhebar | None | 21 september 1905 - 1977 | 1957 | indore row 20 : neelam sanji | None | 19 may 1913- 1 june 1996 | 1960 | bangalore row 21 : neelam sanji | None | 19 may 1913- 1 june 1996 | 1962 & 63 | patna row 22 : k. kamaraj | None | 15 july 1903- 2 o | 1964 | bhubaneswar row 23 : p. mehul | None | 10 december 1902- 9 august 2000 | 1969 | faridabad row 24 : indira gandhi | None | 19 november 1917 - 31 o | 1978 - 83 | delhi row 25 : sonia gandhi | None | 9 december 1946- | 1998-present | calcutta ] Execute this SQL based on the above table: select life span where life span != '9 december 1946-' and place of conference = ( select place of conference where life span = '9 december 1946-' )
4 august 1845 - 1915, 5 april 1847 - 1902, 4 september 1825 - 1917, 1 october 1847 - 1933, 14 november 1889- 27 may 1964
[ header: week | date | opponent | result | attendance row 1 : 1 | september 6, 1981 | new orleans saints | w 27-0 | 57,406 row 2 : 2 | september 13, 1981 | at green bay packers | w 31-17 | 55,382 row 3 : 3 | september 20, 1981 | san francisco 49ers | w 34-17 | 56,653 row 4 : 4 | september 27, 1981 | at cleveland browns | l 28-17 | 78,283 row 5 : 5 | october 5, 1981 | at philadelphia eagle | l 16-13 | 71,488 row 6 : 6 | october 11, 1981 | los angeles rams | l 37-35 | 57,841 row 7 : 7 | october 18, 1981 | st. louis cardinals | w 41-20 | 51,428 row 8 : 8 | october 25, 1981 | new york giants | l 27-24 | 48,410 row 9 : 9 | november 1, 1981 | at new orleans saints | w 41-10 | 63,637 row 10 : 10 | november 8, 1981 | at san francisco 49ers | l 17-14 | 59,127 row 11 : 11 | november 15, 1981 | pittsburgh steelers | l 34-20 | 57,485 row 12 : 12 | november 23, 1981 | minnesota vikings | w 31-30 | 54,086 row 13 : 13 | november 29, 1981 | at houston oilers | w 31-27 | 40,201 row 14 : 14 | december 6, 1981 | at tampa bay buccaneers | l 24-23 | 69,221 row 15 : 15 | december 14, 1981 | at los angeles rams | l 21-16 | 57,054 row 16 : 16 | december 20, 1981 | cincinnati bengals | l 30-28 | 35,972 ] Execute this SQL based on the above table: select attendance where result = 'l 27-24'
48410.0
[ header: rank | player | from | to | transfer fee (€ million) | year row 1 : 1 | miralem sulejman | heerenveen | ajax | 16.25 | 2008 row 2 : 2 | strootman & merten | utrecht | psv | 13 | 2011 row 3 : 3 | mateja kezman | partizan | psv | 11.3 | 2000 row 4 : 4 | klaas-jan huntelaar | heerenveen | ajax | 9 | 2006 row 5 : 5 | nikos machlas | vitesse | ajax | 8.6 | 1999 row 6 : 6 | zlatan ibrahimovic | malmo ff | ajax | 8.4 | 2001 row 7 : 7 | jan vennegoor of h | twente | psv | 8.2 | 2001 row 8 : 8 | luis suarez | groningen | ajax | 7.5 | 2007 row 9 : 9 | dario cvitanich | banfield | ajax | 7.5 | 2008 row 10 : 10 | ferdi vierklau | tenerife | ajax | 7.3 | 1998 row 11 : 11 | adam maher | az | psv | 6.5 | 2013 ] Execute this SQL based on the above table: select ( select count ( * ) where player = 'strootman & mertens' ) - ( select count ( * ) where player = 'adam maher' )
0