inputs
stringlengths 291
3.71k
| targets
stringlengths 1
2.65k
|
---|---|
[ header: name | party | province | term expires | years in office row 1 : william atkinson | liberal | central | 1989 | 1983-1984
row 2 : colin bell | liberal | lower west | 1989 | 1983-1989
row 3 : joe berinson | labor | north central metropolitan | 1986 | 1980-1993
row 4 : james brown | labor | south-east | 1986 | 1980-1992
row 5 : eric charlton | national/np | central | 1989 | 1984-1998
row 6 : des dans | labor | south metropolitan | 1989 | 1971-1989
row 7 : peter dowding | labor | north | 1986 | 1980-1986
row 8 : graham edwards | labor | north metropolitan | 1989 | 1983-1997
row 9 : lyla elliott | labor | north-east metropolitan | 1986 | 1971-1986
row 10 : vic ferry | liberal | south-west | 1989 | 1965-1987
row 11 : harry gayfer | national/ncp | central | 1986 | 1974-1989
row 12 : clive griffiths | liberal | south central metropolitan | 1989 | 1965-1997
row 13 : kay hallahan | labor | south-east metropolitan | 1989 | 1983-1993
row 14 : bob hetherington | labor | south-east metropolitan | 1986 | 1977-1989
row 15 : garry kelly | labor | south metropolitan | 1986 | 1982-1993
row 16 : thomas knight | liberal | south | 1986 | 1974-1986
row 17 : sandy lewis | liberal | lower central | 1986 | 1974-1989
row 18 : phil lockyer | liberal | lower north | 1986 | 1980-1997
row 19 : margaret mcaleer | liberal | upper west | 1986 | 1974-1993
row 20 : fred mckenzie | labor | north-east metropolitan | 1989 | 1977-1993
row 21 : graham mackinnon | liberal | south west | 1986 | 1956-1986
row 22 : thomas mcneil | national/np | upper west | 1989 | 1977-1989
row 23 : gordon masters | liberal | west | 1986 | 1974-1989
row 24 : ian medcalf | liberal | metropolitan | 1986 | 1968-1986
row 25 : norman moore | liberal | lower north | 1989 | 1977-2013
row 26 : mark nevill | labor | south-east | 1989 | 1983-2001
row 27 : neil oliver | liberal | west | 1989 | 1977-1989
row 28 : phillip pendal | liberal | south central metropolitan | 1986 | 1980-1993
row 29 : sam piantadosi | labor | north central metropolitan | 1989 | 1983-1996
row 30 : ian pratt | liberal | lower west | 1986 | 1974-1986
row 31 : tom stephens | labor | north | 1989 | 1982-2004
row 32 : bill stretch | liberal | lower central | 1989 | 1983-2005
row 33 : peter wells | liberal | north metropolitan | 1986 | 1980-1986
row 34 : richard williams | liberal | metropolitan | 1989 | 1971-1989
row 35 : david wordsworth | liberal | south | 1989 | 1971-1993 ] Execute this SQL based on the above table: select province order by term expires desc limit 1 | central |
[ header: season | level | division | section | administration | position | movements row 1 : 1999 | tier 2 | ykkonen (first division) | south group | finnish fa (suo | 9th | relegation group - relegate
row 2 : 2000 | tier 3 | kakkonen (second division) | south group | finnish fa (suo | 2nd | play-offs - promoted
row 3 : 2001 | tier 2 | ykkonen (first division) | south group | finnish fa (suo | 9th | relegated
row 4 : 2002 | tier 3 | kakkonen (second division) | south group | finnish fa (suo | 2nd | None
row 5 : 2003 | tier 3 | kakkonen (second division) | south group | finnish fa (suo | 11th | relegated
row 6 : 2004 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 8th | None
row 7 : 2005 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 6th | None
row 8 : 2006 | tier 4 | kolmonen (third division) | section 2 | helsinki & u | 7th | None
row 9 : 2007 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 2nd | None
row 10 : 2008 | tier 4 | kolmonen (third division) | section 3 | helsinki & u | 2nd | None
row 11 : 2009 | tier 4 | kolmonen (third division) | section 2 | helsinki & u | 1st | promoted
row 12 : 2010 | tier 3 | kakkonen (second division) | group a | finnish fa (suo | None | None ] Execute this SQL based on the above table: select division order by season desc limit 1 | kakkonen (second division) |
[ header: painter | composition | drawing | color | expression row 1 : andrea del sarto | 12 | 16 | 9 | 8
row 2 : federico barocci | 14 | 15 | 6 | 10
row 3 : jacopo bassano | 6 | 8 | 17 | 0
row 4 : giovanni bellini | 4 | 6 | 14 | 0
row 5 : sebastian bourdon | 10 | 8 | 8 | 4
row 6 : charles le brun | 16 | 16 | 8 | 16
row 7 : i carracci | 15 | 17 | 13 | 13
row 8 : cavalier d'arpino | 10 | 10 | 6 | 2
row 9 : correggio | 13 | 13 | 15 | 12
row 10 : daniele da volterra | 12 | 15 | 5 | 8
row 11 : abraham van diepenbeeck | 11 | 10 | 14 | 6
row 12 : il domenichino | 15 | 17 | 9 | 17
row 13 : albrecht durer | 8 | 10 | 10 | 8
row 14 : giorgione | 8 | 9 | 18 | 4
row 15 : giovanni da udine | 10 | 8 | 16 | 3
row 16 : giulio romano | 15 | 16 | 4 | 14
row 17 : guercino | 18 | 10 | 10 | 4
row 18 : guido reni | x | 13 | 9 | 12
row 19 : holbein | 9 | 10 | 16 | 3
row 20 : jacob jordaens | 10 | 8 | 16 | 6
row 21 : lucas jordaens | 13 | 12 | 9 | 6
row 22 : giovanni lanfranco | 14 | 13 | 10 | 5
row 23 : leonardo da vinci | 15 | 16 | 4 | 14
row 24 : lucas van leyden | 8 | 6 | 6 | 4
row 25 : michelangelo | 8 | 17 | 4 | 8
row 26 : caravaggio | 6 | 6 | 16 | 0
row 27 : murillo | 6 | 8 | 15 | 4
row 28 : otho venius | 13 | 14 | 10 | 10
row 29 : palma il vecchio | 5 | 6 | 16 | 0
row 30 : palma il giovane | 12 | 9 | 14 | 6
row 31 : il parmigianino | 10 | 15 | 6 | 6
row 32 : gianfrancesco penni | 0 | 15 | 8 | 0
row 33 : perin del vaga | 15 | 16 | 7 | 6
row 34 : sebastiano del piombo | 8 | 13 | 16 | 7
row 35 : primaticcio | 15 | 14 | 7 | 10
row 36 : raphael | 17 | 18 | 12 | 18
row 37 : rembrandt | 15 | 6 | 17 | 12
row 38 : rubens | 18 | 13 | 17 | 17
row 39 : francesco salviati | 13 | 15 | 8 | 8
row 40 : eustache le sueur | 15 | 15 | 4 | 15
row 41 : teniers | 15 | 12 | 13 | 6
row 42 : pietro testa | 11 | 15 | 0 | 6
row 43 : tintoretto | 15 | 14 | 16 | 4
row 44 : titian | 12 | 15 | 18 | 6
row 45 : van dyck | 15 | 10 | 17 | 13
row 46 : vanius | 15 | 15 | 12 | 13
row 47 : veronese | 15 | 10 | 16 | 3
row 48 : taddeo zuccari | 13 | 14 | 10 | 9
row 49 : federico zuccari | 10 | 10 | 8 | 8 ] Execute this SQL based on the above table: select count ( painter ) where color >= 1308 | 0 |
[ header: composer | title | genre | date | notes row 1 : flor alpaerts | salome | incidental music | None | None
row 2 : granville bantock | dance of the seven veils | incidental music | 1918 | staged london, 1918
row 3 : leonard bernstein | salome | incidental music | 1955 | chamber orchestra with 8 players and vocal soloists
row 4 : peter maxwell davies | salome | ballet | 1978 | premiered copenhagen, 10 nov
row 5 : pete doherty | salome | popular music | 2009 | appears on his album grace/wastelands
row 6 : alexander glazunov | introduction and dance, op. 90 | incidental music | 1908 | None
row 7 : henry hadley | salome, op. 55 | symphonic poem | 1905 | this was written after hadley had seen a
row 8 : alexander krein | salome, op. 19 | symphonic poem | 1929 | None
row 9 : constant lambert | salome | incidental music | 1929 | clarinet, cello, trumpet,
row 10 : antoine mariotte | salome | opera | 1905 | premiered 1908; he was involved in
row 11 : emil petrovics | salome | ballet | 1978 | flute, trumpet, harp and percussion
row 12 : richard strauss | salome, op. 54 | opera | 1905 | trans. hedwig lachmann;
row 13 : alexander tcherepnin | salome | incidental music | None | None ] Execute this SQL based on the above table: select title where title in ( 'salome, op. 55' , 'salome, op. 55' ) order by date desc limit 1 | salome, op. 55 |
[ header: date | opponents | venue | result | scorers | attendance | report 1 | report 2 row 1 : 27-jan-68 | bournemouth | a | 0-0 | None | 24388 | report | report
row 2 : 30-jan-68 | bournemouth | h | 4-1 | hateley 33' thompson 44 | 54075 | report | report
row 3 : 17-feb-68 | walsall | a | 0-0 | None | 21066 | report | report
row 4 : 19-feb-68 | walsall | h | 5-2 | hateley 24', 33', 64' | 39113 | report | report
row 5 : 09-mar-68 | tottenham hotspur | a | 1-1 | hateley 54' | 54005 | report | report
row 6 : 12-mar-68 | tottenham hotspur | h | 2-1 | hunt 23' smith 78 pen' | 53658 | report | report
row 7 : 30-mar-68 | west bromwich albion | a | 0-0 | None | 53062 | report | report
row 8 : 08-apr-68 | west bromwich albion | h | 1-1 | hateley 24' | 54273 | report | report
row 9 : 18-apr-68 | west bromwich albion | n | 1-2 | hateley 39' | 56000 | report | report ] Execute this SQL based on the above table: select opponents order by result limit 802 | bournemouth, walsall, west bromwich albion, tottenham hotspur, west bromwich albion, west bromwich albion, tottenham hotspur, bournemouth, walsall |
[ header: pos. | car # | driver | make | team row 1 : 1 | 38 | jason leffler | toyota | braun racing
row 2 : 2 | 16 | greg biffle | ford | roush fenway racing
row 3 : 3 | 99 | david reutimann | toyota | michael waltrip racing
row 4 : 4 | 60 | carl edwards | ford | roush fenway racing
row 5 : 5 | 77 | ron hornaday | chevrolet | kevin harvick incorporated
row 6 : 6 | 20 | aric almirola | chevrolet | joe gibbs racing
row 7 : 7 | 29 | scott wimmer | chevrolet | richard childress racing
row 8 : 8 | 42 | kevin hamlin | dodge | chip ganassi racing
row 9 : 9 | 10 | mike bliss | toyota | braun racing
row 10 : 10 | 88 | brad keselowski | chevrolet | jr motorsports ] Execute this SQL based on the above table: select count ( team ) | 10 |
[ header: pos. | driver | co-driver | car | time | difference | points row 1 : 1 | sebastien loeb | daniel elena | citroen c4 wr | 3:59:18.9 | 0 | 10
row 2 : 2 | dani sordo | marc marti | citroen c4 wr | 3:59;36.4 | 17.5 | 8
row 3 : 3 | mikko hirvonen | jarmo lehtinen | ford focus rs wrc | 4:00:00.4 | 41.5 | 6
row 4 : 4 | petter solberg | phil mills | subaru impreza wrc | 4:02:07.8 | 2:48.9 | 5
row 5 : 5 | urmo aava | kuldar sikk | citroen c4 wr | 4:02:49.6 | 3:30.7 | 4
row 6 : 6 | pg andersson | jonas andersson | suzuki sx4 wr | 4:06:56.3 | 7:37.4 | 3
row 7 : 7 | toni gardemeister | tomi tuominen | suzuki sx4 wr | 4:07:13.8 | 7:54.9 | 2
row 8 : 8 | federico villagra | jorge perez companc | ford focus rs wrc | 4:07:53.9 | 8:35.0 | 1
row 9 : 1. (10.) | martin prokop | jan tomanek | mitsubishi lancer evo ix | 4:13:07.9 | 0 | 10
row 10 : 2. (11.) | patrik sandell | emil axelsson | mitsubishi lancer evo ix | 4:13:44.1 | 36.2 | 8
row 11 : 3. (12.) | martin rauam | silver kutt | mitsubishi lancer evo ix | 4:14:05.7 | 57.8 | 6 ] Execute this SQL based on the above table: select car where car in ( 'citroen c4 wrc' , 'ford focus rs wrc 08' ) order by driver desc limit 1 | citroen c4 wrc |
[ header: year | best | location | date | world rank row 1 : 2012 | 27:02.59 | birmingham | 22 june | 3rd
row 2 : 2011 | 26:43.16 | brussels | 16 september | 1st
row 3 : 2009 | 26:46.31 | berlin | 17 august | 1st
row 4 : 2008 | 26:25.97 | eugene, oregon | 8 june | 1st
row 5 : 2007 | 26:46.19 | brussels | 14 september | 1st
row 6 : 2005 | 26:17.53 | brussels | 26 august | 1st
row 7 : 2004 | 26:20.31 | ostrava | 8 june | 1st
row 8 : 2003 | 26:49.57 | paris | 25 august | 4th ] Execute this SQL based on the above table: select date order by id desc limit 1 | 25 august |
[ header: number | builder | entered service | withdrawn | notes row 1 : 439 | nzr addington | 9-1-1909 | 2-3-1957 | converted to 4-cylinder simple, 6-1949
row 2 : 440 | nzr addington | 25-3-1909 | 2-3-1957 | converted to 4-cylinder simple, 7-1948
row 3 : 441 | nzr addington | 10-5-1909 | 2-3-1957 | None
row 4 : 442 | nzr addington | 10-7-1909 | 4-3-1944 | converted to 4-cylinder simple, 6-1943.
row 5 : 443 | nzr addington | 1-12-1909 | 2-3-1957 | converted to 4-cylinder simple, 7-1947
row 6 : 444 | nzr addington | 3-2-1910 | 2-3-1957 | converted to 4-cylinder simple, 12-1949
row 7 : 445 | nzr addington | 24-5-1910 | 26-5-1949 | None
row 8 : 446 | nzr addington | 30-4-1910 | 6-12-1946 | converted to 4-cylinder simple, 12-1946.
row 9 : 588 | nzr addington | 14-10-1913 | 2-3-1957 | converted to 4-cylinder simple, 5-1951
row 10 : 589 | nzr addington | 11-11-1949 | 6-1949 | None
row 11 : 590 | nzr addington | 27-1-1914 | 2-3-1957 | None
row 12 : 591 | nzr addington | 17-3-1914 | 2-3-1957 | converted to 4-cylinder simple, 12-1950
row 13 : 592 | nzr addington | 22-6-1914 | 2-3-1957 | converted to 4-cylinder simple, 10-1950
row 14 : 593 | nzr addington | 3-9-1914 | 2-3-1957 | converted to 4-cylinder simple, 6-1950
row 15 : 594 | nzr addington | 31-10-1914 | 2-3-1957 | converted to 4-cylinder simple, 5-1945
row 16 : 595 | nzr addington | 3-12-1914 | 2-3-1957 | None
row 17 : 596 | nzr addington | 26-1-1915 | 2-3-1957 | converted to 4-cylinder simple, 12-1949
row 18 : 597 | nzr addington | 1-4-1915 | 2-3-1957 | None ] Execute this SQL based on the above table: select count ( distinct withdrawn ) | 5 |
[ header: | | | | | | | | | | row 1 : 2010s | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | None
row 2 : 2000s | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009
row 3 : 1990s | 1990 | 1991 | 1992 | 1993 | 1994 | 1995 | 1996 | 1997 | 1998 | 1999
row 4 : 1980s | 1980 | 1981 | 1982 | 1983 | 1984 | 1985 | 1986 | 1987 | 1988 | 1989
row 5 : 1970s | 1970 | 1971 | 1972 | 1973 | 1974 | 1975 | 1976 | 1977 | 1978 | 1979
row 6 : 1960s | 1960 | 1961 | 1962 | 1963 | 1964 | 1965 | 1966 | 1967 | 1968 | 1969
row 7 : 1950s | 1950 | 1951 | 1952 | 1953 | 1954 | 1955 | 1956 | 1957 | 1958 | 1959
row 8 : 1940s | 1940 | 1941 | 1942 | 1943 | 1944 | 1945 | 1946 | 1947 | 1948 | 1949
row 9 : 1930s | 1930 | 1931 | 1932 | 1933 | 1934 | 1935 | 1936 | 1937 | 1938 | 1939
row 10 : 1920s | 1920 | 1921 | 1922 | 1923 | 1924 | 1925 | 1926 | 1927 | 1928 | 1929
row 11 : 1910s | 1910 | 1911 | 1912 | 1913 | 1914 | 1915 | 1916 | 1917 | 1918 | 1919
row 12 : 1900s | 1900 | 1901 | 1902 | 1903 | 1904 | 1905 | 1906 | 1907 | 1908 | 1909
row 13 : 1890s | 1890 | 1891 | 1892 | 1893 | 1894 | 1895 | 1896 | 1897 | 1898 | 1899
row 14 : 1880s | 1880 | 1881 | 1882 | 1883 | 1884 | 1885 | 1886 | 1887 | 1888 | 1889
row 15 : 1870s | 1870 | 1871 | 1872 | 1873 | 1874 | 1875 | 1876 | 1877 | 1878 | 1879 ] Execute this SQL based on the above table: select abs ( ( select where = '1990s' ) - ( select where = '1980s' ) ) | 10 |
[ header: poll source | date(s) administered | sample size | margin of error | ed burke | roland burris | gery chico | bill daley | tom dart | danny k. davis | miguel del valle | rahm emanuel | bob fioretti | luis gutierrez | jim houlihan | jesse jackson, jr. | james meeks | carol moseley braun | terry peterson | patricia van pelt-watkins | william walls | other | undecided row 1 : mckeon & associates / | september 8, 2010 | 600 | ± 4.3% | None | None | 6% | None | 12% | None | None | 7% | 3% | 9% | 3% | 8% | 10% | None | 4% | None | None | 3% | 35%
row 2 : we ask america (report) | september 2010 | 2365 | None | 6.31% | None | None | 8.16% | 13.66% | None | None | 29.68% | 2.95% | 12.81% | 2.30% | 13.36% | 8.21% | None | 2.55% | None | None | None | None
row 3 : chicago teamsters joint council 25 / | november 8-14, 2010 | None | ± 3.7% | None | None | 10% | None | None | 14% | 4% | 36% | None | None | None | None | 7% | 13% | None | None | None | None | None
row 4 : we ask america (report) | november 23, 2010 | 2255 | ± 2.06% | None | 2.40% | 8.86% | None | None | 7.29% | 4.78% | 39.00% | None | None | None | None | 5.16% | 12.33% | None | None | None | 1.47% | 18.72%
row 5 : greenberg quinlan rosner (re | december 1-8, 2010 | 1020 | ± 3% | None | 1% | 9% | None | None | 10% | 8% | 43% | None | None | None | None | 7% | 11% | None | None | None | 2% | 7%
row 6 : chicago tribune (report | december 10-13, 2010 | 721 | ± 3.6% | None | None | 9% | None | None | 9% | 3% | 32% | None | None | None | None | 7% | 6% | None | None | None | None | 30%
row 7 : we ask america (report) | december 20, 2010 | 2239 | ± 2.07% | None | None | 11.78% | None | None | 6.63% | 6.09% | 43.83% | None | None | None | None | 3.63% | 7.78% | None | None | None | 3.91% | 16.35%
row 8 : chicago teamsters joint council 25 / | january 4-6, 2011 | 500 | ±4.4% | None | None | 10% | None | None | None | 7% | 42% | None | None | None | None | None | 26% | None | None | None | None | None
row 9 : chicago tribune/wg | january 15-19, 2011 | 708 | ±3.7% | None | None | 16% | None | None | None | 7% | 44% | None | None | None | None | None | 21% | None | 1% | 2% | None | 9%
row 10 : we ask america (report) | february 13, 2011 | 2252 | ± 2.06% | None | None | 23.72% | None | None | None | 10.39% | 58.21% | None | None | None | None | None | 6.04% | None | 0.97% | 0.67% | None | None ] Execute this SQL based on the above table: select sample size - sample size where rahm emanuel = '44%' | 0.0 |
[ header: rank | wrestler | no. of reigns | combined days row 1 : 1 | lou thesz | 3 | 3749
row 2 : 2 | ric flair | 8 | 3103
row 3 : 3 | harley race | 7 | 1799
row 4 : 4 | dory funk, jr | 1 | 1563
row 5 : 5 | dan severn | 2 | 1559
row 6 : 6 | gene kiniski | 1 | 1131
row 7 : 7 | adam pearce | 5 | 1078
row 8 : 8 | jeff jarrett | 6 | 1006
row 9 : 9 | pat o'connor | 1 | 903
row 10 : 10 | jack brisco | 2 | 866
row 11 : 11 | orville brown | 1 | 692
row 12 : 12 | buddy rogers | 1 | 573
row 13 : 13 | blue demon, jr | 1 | 505
row 14 : 14 | naoya ogawa | 2 | 469
row 15 : 15 | terry funk | 1 | 424
row 16 : 16 | dick hutton | 1 | 421
row 17 : 17 | rob conway | 1 | 294
row 18 : 18 | christian cage | 2 | 245
row 19 : 19 | whipper billy watson | 1 | 239
row 20 : 20 | sting | 2 | 216
row 21 : 21 | a.j. styles | 3 | 196
row 22 : 22 | mike rapada | 2 | 176
row 23 : 23 | steve corino | 1 | 175
row 24 : 24 | colt cabana | 2 | 152
row 25 : 25 | barry windham | 1 | 147
row 26 : 26 | masahiro chono | 1 | 145
row 27 : 27 | kahagas | 1 | 134
row 28 : 28 | ron killings | 2 | 119
row 29 : 29 | dusty rhodes | 3 | 107
row 30 : 30 | chris candido | 1 | 97
row 31 : 31 | raven | 1 | 88
row 32 : 32 | satoshi kojima | 1 | 159
row 33 : 33 | shinya hashimoto | 1 | 84
row 34 : 34 | the sheik | 1 | 79
row 35 : 35 | ricky steamboat | 1 | 76
row 36 : 36 | ron garvin | 1 | 62
row 37 : 37 | abyss | 1 | 56
row 38 : 39 | ken shamrock | 1 | 49
row 39 : 39 | brent albright | 1 | 49
row 40 : 40 | the great muta | 1 | 48
row 41 : 41 | sabu | 1 | 38
row 42 : 42 | giant baba | 3 | 19
row 43 : 43 | kerry von erich | 1 | 18
row 44 : 44 | gary steele | 1 | 7
row 45 : 45 | tommy rich | 1 | 4
row 46 : 46 | rhino | 1 | 2
row 47 : 47 | shane douglas | 1 | <1 ] Execute this SQL based on the above table: select wrestler where wrestler = 'harley race' order by rank limit 1600 | harley race |
[ header: | name | took office | left office | party | notes/events row 1 : 4 | uriah forrest | march 4, 1793 | november 8, 1794 | pro-administration | resigned
row 2 : 7 | william craik | december 5, 1796 | march 3, 1801 | federalist | None
row 3 : 10 | philip barton key | march 4, 1807 | march 3, 1813 | federalist | None
row 4 : 11 | alexander contee hanson | march 4, 1813 | 1816 | federalist | resigned
row 5 : 12 | george peter | october 7, 1816 | march 3, 1819 | federalist | None
row 6 : 13 | henry ridgely warfield | march 4, 1819 | march 3, 1823 | federalist | None
row 7 : 13 | henry ridgely warfield | march 4, 1823 | march 3, 1825 | adams federalist | None
row 8 : 15 | george corbin washington | march 4, 1827 | march 3, 1829 | adams | None
row 9 : 15 | george corbin washington | march 4, 1829 | march 3, 1833 | anti-jacksonian | None
row 10 : 17 | james turner | march 4, 1833 | march 3, 1837 | jacksonian | None
row 11 : 18 | john tolley hood worthington | march 4, 1837 | march 3, 1841 | democratic | None
row 12 : 19 | james wray williams | march 4, 1841 | december 2, 1842 | democratic | died
row 13 : 21 | john wethered | march 4, 1843 | march 3, 1845 | whig | None
row 14 : 27 | henry winter davis | march 4, 1863 | march 3, 1865 | unconditional unionist | None
row 15 : 29 | thomas swann | march 4, 1869 | march 3, 1873 | democratic | redistricted to the 4th district
row 16 : 30 | william james o'bri | march 4, 1873 | march 3, 1877 | democratic | None
row 17 : 31 | william kimmel | march 4, 1877 | march 3, 1881 | democratic | None
row 18 : 32 | fetter schrier hoblitzell | march 4, 1881 | march 3, 1885 | democratic | None
row 19 : 36 | frank charles wachter | march 4, 1899 | march 3, 1907 | democratic | None
row 20 : 37 | harry benjamin wolf | march 4, 1907 | march 3, 1909 | democratic | None
row 21 : 39 | george konig | march 4, 1911 | may 31, 1913 | democratic | died
row 22 : 40 | charles pearce coady | november 4, 1913 | march 3, 1921 | democratic | None
row 23 : 41 | john boynton philip clayton | march 4, 1921 | march 3, 1927 | republican | None
row 24 : 43 | thomas d'alesandro | january 3, 1939 | may 16, 1947 | democratic | resigned to become mayor of balti
row 25 : 44 | edward garmatz | july 15, 1947 | january 3, 1973 | democratic | None
row 26 : 45 | paul sarbanes | january 3, 1973 | january 3, 1977 | democratic | redistricted from the 4th district
row 27 : 46 | barbara mikulski | january 3, 1977 | january 3, 1987 | democratic | None
row 28 : 47 | benjamin cardin | january 3, 1987 | january 3, 2007 | democratic | None ] Execute this SQL based on the above table: select notes/events where left office >= 158 | resigned, resigned, died, redistricted to the 4th district, died, resigned to become mayor of baltimore, redistricted from the 4th district |
[ header: year | title | role | notes row 1 : 1941 | the maltese falcon | kasper gutman | nominated - academy award for best supporting
row 2 : 1941 | they died with their boots on | lt. gen. winfield | None
row 3 : 1942 | across the pacific | dr. lorenz | None
row 4 : 1942 | casablanca | signor ferrari | None
row 5 : 1943 | background to danger | col. robinson | None
row 6 : 1944 | passage to marseille | major duval | None
row 7 : 1944 | between two worlds | rev. tim thompson | None
row 8 : 1944 | the mask of dimitrios | mr. peters | None
row 9 : 1944 | the conspirators | ricardo quintanilla | None
row 10 : 1944 | hollywood canteen | himself | None
row 11 : 1945 | pillow to post | col. michael otley | None
row 12 : 1945 | conflict | dr. mark hamilton | None
row 13 : 1945 | christmas in connecticut | alexander yardley | None
row 14 : 1946 | three strangers | jerome k. arbutny | None
row 15 : 1946 | devotion | william makepeace thacke | None
row 16 : 1946 | the verdict | supt. george e | None
row 17 : 1947 | that way with women | james p. alden | None
row 18 : 1947 | the hucksters | evan llewellyn | None
row 19 : 1948 | the velvet touch | capt. danbury | None
row 20 : 1948 | ruthless | buck mansfield | None
row 21 : 1948 | the woman in white | count alessandro fosco | None
row 22 : 1949 | flamingo road | sheriff titus semple | None
row 23 : 1949 | malaya | the dutchman | None ] Execute this SQL based on the above table: select count ( title ) | 23 |
[ header: party | diet representation representatives | diet representation councillors | party leader(s) | comments row 1 : your party (yp) minna no | 18 | 18 | yoshimi watana | conservative liberalism, neoliberalism
row 2 : japanese communist party (j | 8 | 11 | kazuo shii reps | the japanese communist party is
row 3 : people's life party (plp) | 7 | 2 | ichiro ozawa reps | life party was founded by ichiro
row 4 : social democratic party (sdp) s | 2 | 3 | mizuho fukushima co | sdp is a social democratic party
row 5 : green wind midori no kaze みとりの風 | 2 | 0 | kuniko tanioka co | a house of councillors parliamentary group
row 6 : new party daichi - true democrat | 1 | 0 | muneo suzuki | founded in december 2011 by new party da
row 7 : new renaissance party (n | 0 | 1 | yoichi masuzo | conservatism, neoliberalism
row 8 : okinawa socialist masses party (os | 0 | 1 | keiko itokazu coun | social democracy, okinawa regionalism ] Execute this SQL based on the above table: select party leader(s) where party leader(s) != 'mizuho fukushima coun' | yoshimi watanabe reps, kazuo shii reps, ichiro ozawa reps, kuniko tanioka coun, muneo suzuki, yoichi masuzoe coun, keiko itokazu coun |
[ header: creature (other planes) | page | other appearances | variants | description row 1 : aerial servant | 39 | rules cyclopedia (1991) | None | None
row 2 : basilisk | 39 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 3 : cockatrice | 39 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 4 : djinni, lesser | 39 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 5 : djinni, greater | 39 | rules cyclopedia (1991) | None | None
row 6 : efreeti, lesser | 39 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 7 : efreeti, greater | 39-40 | rules cyclopedia (1991) | None | None
row 8 : elemental | 40 | d&d expert rules (1981), | None | describes additional statistics and abilities/penalties applicable
row 9 : gorgon | 40 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 10 : helion | 40 | rules cyclopedia (1991) | None | None
row 11 : horde | 41 | rules cyclopedia (1991) | None | None
row 12 : hydrax | 41 | rules cyclopedia (1991) | None | None
row 13 : invisible stalker | 41 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 14 : kryst | 42 | rules cyclopedia (1991) | None | None
row 15 : medusa | 42 | d&d basic rules (1981), | None | describes additional abilities/penalties applicable to native
row 16 : plasm | 42 | rules cyclopedia (1991) | normal and giant | None
row 17 : salamander | 42 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 18 : undine | 42 | rules cyclopedia (1991) | None | None ] Execute this SQL based on the above table: select creature (other planes) where creature (other planes) > ( select creature (other planes) where creature (other planes) = 'gorgon' ) order by creature (other planes) asc limit 1 | helion |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | united states | 5 | 6 | 5 | 16
row 2 : 2 | jamaica | 4 | 1 | 1 | 6
row 3 : 3 | netherlands | 2 | 0 | 0 | 2
row 4 : 4 | bahamas | 1 | 1 | 0 | 2
row 5 : 5 | ukraine | 1 | 0 | 1 | 2
row 6 : 6 | east germany | 1 | 0 | 0 | 1
row 7 : 6 | greece | 1 | 0 | 0 | 1
row 8 : 6 | soviet union | 1 | 0 | 0 | 1
row 9 : 9 | ivory coast | 0 | 2 | 0 | 2
row 10 : 9 | united kingdom | 0 | 2 | 0 | 2
row 11 : 11 | belgium | 0 | 1 | 1 | 2
row 12 : 12 | bulgaria | 0 | 1 | 0 | 1
row 13 : 12 | russia | 0 | 1 | 0 | 1
row 14 : 12 | germany | 0 | 1 | 0 | 1
row 15 : 15 | canada | 0 | 0 | 2 | 2
row 16 : 15 | france | 0 | 0 | 2 | 2
row 17 : 17 | belarus | 0 | 0 | 1 | 1
row 18 : 17 | cuba | 0 | 0 | 1 | 1
row 19 : 17 | gabon | 0 | 0 | 1 | 1
row 20 : 17 | british virgin islands | 0 | 0 | 1 | 1
row 21 : total | total | 16 | 16 | 16 | 48 ] Execute this SQL based on the above table: select max ( nation ) where silver = 1 | russia |
[ header: site | date(s) | designated | location | description row 1 : bonsecours market | 1847 (completed) | 1984 | montreal 45°30′32.21′′ | a monumental, domed masonry civic building
row 2 : former montreal custom house | 1838 (completed) | 1997 | montreal 45°30′11.98′′n | an excellent example of palladian architecture in canada
row 3 : george stephen house / mount step | 1881 (completed) | 1971 | montreal 45°29′56.73′′ | a large, stone victorian man
row 4 : h. vincent meredith residence | 1897 (completed) | 1990 | montreal 45°30′15.11′′ | representative of the mansions built by montreal
row 5 : hochelaga | 1300s (ca.) (first construction | 1920 | montreal 45°30′12.83′′n | a grass-covered area about 79 square
row 6 : senneville historic district | 1860 (established) | 2002 | senneville 45°25′50.1 | a 565-hectare (1,400-
row 7 : sulpician towers / | 1694 (completed) | 1970 | montreal 45°29′37.68′′ | two 13-metre (43 ft) ] Execute this SQL based on the above table: select count ( * ) where description = 'a 565-hectare (1,400-acre) historic district that evolved from a late-19th-century resort village which comprised the country estates of wealthy montrealers; representative of the development of picturesque landscape design and arts and crafts architecture from 1865 to 1930' | 1 |
[ header: week | date | opponent | result | record | attendance row 1 : 1 | september 14, 1969 | at cincinnati bengals | l 27-21 | 0-1-0 | 24487
row 2 : 2 | september 20, 1969 | at oakland raiders | l 20-17 | 0-2-0 | 48477
row 3 : 3 | september 28, 1969 | at houston oilers | l 20-10 | 0-3-0 | 40387
row 4 : 4 | october 4, 1969 | oakland raiders | t 20-20 | 0-3-1 | 32668
row 5 : 5 | october 11, 1969 | san diego chargers | l 21-14 | 0-4-1 | 33073
row 6 : 6 | october 19, 1969 | at kansas city chiefs | l 17-10 | 0-5-1 | 47038
row 7 : 7 | october 26, 1969 | buffalo bills | w 24-6 | 1-5-1 | 39194
row 8 : 8 | november 2, 1969 | at new york jets | l 34-31 | 1-6-1 | 60793
row 9 : 9 | november 9, 1969 | at boston patriots | w 17-16 | 2-6-1 | 10665
row 10 : 10 | november 16, 1969 | at buffalo bills | l 28-3 | 2-7-1 | 32334
row 11 : 11 | november 23, 1969 | houston oilers | l 32-7 | 2-8-1 | 27114
row 12 : 12 | november 30, 1969 | boston patriots | l 38-23 | 2-9-1 | 27179
row 13 : 13 | december 7, 1969 | denver broncos | w 27-24 | 3-9-1 | 24972
row 14 : 14 | december 14, 1969 | new york jets | l 27-9 | 3-10-1 | 42148 ] Execute this SQL based on the above table: select attendance where opponent = 'at boston patriots' | 10665.0 |
[ header: outcome | edition | round | opponent team | surface | opponent | score row 1 : loser | 2010 | world group playoffs | slovakia | clay (i) | daniela hantuchova | 6-2, 6-2
row 2 : winner | 2010 | world group playoffs | slovakia | clay (i) | magdalena rybarikova | 6-1, 7-6(7-4)
row 3 : winner | 2011 | world group ii | canada | hard (i) | aleksandra wozniak | 6-4, 7-5
row 4 : winner | 2011 | world group ii | canada | hard (i) | rebecca marino | 7-6(7-3), 6-3
row 5 : loser | 2011 | world group playoffs | slovakia | clay (i) | dominika cibulkova | 6-4, 3-6, 1-6
row 6 : loser | 2012 | world group | belgium | hard (i) | yanina wickmayer | 4-6, 4-6
row 7 : winner | 2012 | world group | belgium | hard (i) | kirsten flipkens | 6-2, 6-4 ] Execute this SQL based on the above table: select count ( * ) where outcome = 1982 | 0 |
[ header: date | opposition | result | score | brazil scorers | competition row 1 : 9-jun-68 | uruguay | w | feb-00 | tostao, sadi | taca rio branco
row 2 : 12-jun-68 | uruguay | w | apr-00 | paulo borges, tosta | taca rio branco
row 3 : 16-jun-68 | west germany | l | 2-jan | tostao | international friendly
row 4 : 20-jun-68 | poland | w | 3-jun | rivelino (2), j | international friendly
row 5 : 23-jun-68 | czechoslovakia | l | 3-feb | natal, carlos alberto tor | international friendly
row 6 : 25-jun-68 | yugoslavia | w | feb-00 | carlos alberto torres, | international friendly
row 7 : 30-jun-68 | portugal | w | feb-00 | rivelino, tostao | international friendly
row 8 : 7-jul-68 | mexico | w | feb-00 | jairzinho (2) | international friendly
row 9 : 10-jul-68 | mexico | l | 2-jan | rivelino | international friendly
row 10 : 14-jul-68 | peru | w | 3-apr | natal, jairzinho, | international friendly
row 11 : 17-jul-68 | peru | w | apr-00 | rivelino, gerson | international friendly
row 12 : 25-jul-68 | paraguay | w | apr-00 | pele (2), toninho guerreir | taca oswaldo cruz
row 13 : 28-jul-68 | paraguay | l | 0-1 | None | taca oswaldo cruz
row 14 : 7-aug-68 | argentina | w | 1-apr | waltencir, roberto mir | international friendly
row 15 : 11-aug-68 | argentina | w | 2-mar | evaldo, rodrigues | international friendly
row 16 : 31-oct-68 | mexico | l | 2-jan | carlos alberto torres | international friendly
row 17 : 3-nov-68 | mexico | w | 1-feb | pele, jairzinho | international friendly
row 18 : 6-nov-68 | fifa xi | w | 1-feb | rivelino, tostao | international friendly (unofficial match)
row 19 : 13-nov-68 | coritiba | w | 1-feb | dirceu lopes, ze car | international friendly (unofficial match)
row 20 : 14-dec-68 | west germany | d | 2-feb | eduardo (2) | international friendly
row 21 : 17-dec-68 | yugoslavia | d | 3-mar | carlos alberto torres, | international friendly
row 22 : 19-dec-68 | yugoslavia | w | 2-mar | vaguinho, amauri, r | international friendly ] Execute this SQL based on the above table: select opposition order by id desc limit 1 | yugoslavia |
[ header: ime exchange (including spot, credit and forward transactions) | 2007/08 | 2008/09 | 2009/10 | 2010/11 | 2011/12 row 1 : agricultural - volume (thousand tons) | 273 | 173.5 | 175.2 | 1633.9 | 550
row 2 : agricultural - value (billion rials | 772.6 | 3729.7 | 484.8 | 3729 | 3793
row 3 : manufacturing and metal - volume (thousand | 6443.8 | 6679.7 | 7438.5 | 8694 | 11685
row 4 : manufacturing and metal - value (billion | 58044.2 | 62120.6 | 53842 | 75235.5 | 102356
row 5 : oil and petrochemical - volume ( | 89.7 | 4339.2 | 7052.9 | 6662.6 | 8117
row 6 : oil and petrochemical - value ( | 352.7 | 19921 | 36450.7 | 41478 | 64370
row 7 : grand total - volume (thousand tons | 6806.5 | 11192.4 | 14666.6 | 16990.5 | 20351
row 8 : grand total - value (billion rial | 59169.4 | 82685.3 | 90777.5 | 120443.2 | 170519 ] Execute this SQL based on the above table: select count ( * ) where ime exchange (including spot, credit and forward transactions) = 'oil and petrochemical - volume (thousand tons)' | 1 |
[ header: # | player | position | height | current club row 1 : 4 | garreth lodge | point guard | 1.85 | edinburgh kings
row 2 : 5 | patrick campbell | shooting guard | 1.93 | edinburgh kings
row 3 : 6 | grant gibson | point guard | 1.82 | e.lothian b
row 4 : 7 | laurie costello | point guard | 1.87 | edinburgh kings
row 5 : 8 | josh crolley | small forward | 1.98 | troon tornadoes
row 6 : 9 | daniel donnelly | small forward | 1.98 | troon tornadoes
row 7 : 10 | michael lynn | forward | None | st. mirren
row 8 : 11 | ross campbell | forward | 1.98 | troon tornadoes
row 9 : 12 | steven leven | forward | 1.97 | arkadikos
row 10 : 13 | thomas pearson | center | 2 | manchester magic
row 11 : 14 | ikemefuna attah | power forward | 1.98 | tees valley mohawks
row 12 : 15 | simon flockhart | center | 2.1 | edinburgh kings ] Execute this SQL based on the above table: select count ( * ) where player = 1 | 0 |
[ header: draw | country | language | artist | song | english translation | place | points row 1 : 1 | spain | spanish | serafin zubiri | "todo esto es la | all this is music | 14 | 37
row 2 : 2 | belgium | french | morgane | "nous, on veut des violon | we want violins | 20 | 11
row 3 : 3 | israel | hebrew | dafna dekel | "ze rak sport" (זה רק | it's just sport | 6 | 85
row 4 : 4 | turkey | turkish | aylin vatankos | "yaz bitti" | summer is over | 19 | 17
row 5 : 5 | greece | greek | cleopatra | "olou tou kosmou | the whole world's hope | 5 | 94
row 6 : 6 | france | french, antillean creole | kali | "monte la rivie" | go up the river | 8 | 73
row 7 : 7 | sweden | swedish | christer bjorkman | "i morgon ar en annan | tomorrow is another day | 22 | 9
row 8 : 8 | portugal | portuguese | dina | "amor d'agua fr | fresh water love | 17 | 26
row 9 : 9 | cyprus | greek | evridiki | "teriazoume" (ταιριαζουμε) | we hit it off | 11 | 57
row 10 : 10 | malta | english | mary spiteri | "little child" | None | 3 | 123
row 11 : 11 | iceland | icelandic | heart 2 heart | "nei eða ja" | no or yes? | 7 | 80
row 12 : 12 | finland | finnish | pave maijanen | "yamma, yamm | None | 23 | 4
row 13 : 13 | switzerland | french | daisy auvray | "mister music man" | None | 15 | 32
row 14 : 14 | luxembourg | luxembourgish | marion welter & kontin | "sou frai" | so free | 21 | 10
row 15 : 15 | austria | german | tony wegas | "zusammen geh'n" | go together | 10 | 63
row 16 : 16 | united kingdom | english | michael ball | "one step out of time" | None | 2 | 139
row 17 : 17 | ireland | english | linda martin | "why me?" | None | 1 | 155
row 18 : 18 | denmark | danish | kenny lubcke & lotte | "alt det som ingen ser" | all the things that nobody sees | 12 | 47
row 19 : 19 | italy | italian | mia martini | "rapsodia" | rhapsody | 4 | 111
row 20 : 20 | fr yugoslavia | serbian | extra nena | "ljubim te pes | i'm kissing you with songs | 13 | 44
row 21 : 21 | norway | norwegian | merethe trøan | "visjoner" | visions | 18 | 23
row 22 : 22 | germany | german | wind | "traume sind fur alle da" | dreams are there for everyone | 16 | 27
row 23 : 23 | netherlands | dutch | humphrey campbell | "wijs me de weg" | show me the way | 9 | 67 ] Execute this SQL based on the above table: select english translation where english translation in ( 'go up the river' , 'None' ) order by points desc limit 1 | go up the river |
[ header: date | time | opponent# | rank# | site | tv | result | attendance row 1 : august 30 | 8:00 pm | vs. alabama | #9 | georgia dome • atlanta, | abc | l 10-34 | 70097
row 2 : september 6 | 3:30 pm | the citadel | #22 | memorial stadium • clemson, s | None | w 45-17 | 76794
row 3 : september 13 | 12:00 pm | nc state | #23 | memorial stadium • clemson, s | raycom | w 27-9 | 77071
row 4 : september 20 | 1:00 pm | sc state | #21 | memorial stadium • clemson, s | None | w 54-0 | 78607
row 5 : september 27 | 12:00 pm | maryland | #19 | memorial stadium • clemson, s | raycom | l 17-20 | 81500
row 6 : october 9 | 7:45 pm | at wake forest | None | bb&t field • winston- | espn | l 7-12 | 33988
row 7 : october 18 | 12:00 pm | georgia tech | None | memorial stadium • clemson, s | espn | l 17-21 | 81500
row 8 : november 1 | 3:30 pm | at boston college | None | alumni stadium • chestnut hill, ma (o | espnu | w 27-21 | 41863
row 9 : november 8 | 3:30 pm | at #24 florida state | None | doak campbell stadium • tallahasse | abc | l 27-41 | 77013
row 10 : november 15 | 12:00 pm | duke | None | memorial stadium • clemson, s | raycom | w 31-7 | 76217
row 11 : november 22 | 12:00 pm | at virginia | None | scott stadium • charlottesville, | raycom | w 13-3 | 51979
row 12 : november 29 | 12:00 pm | south carolina | None | memorial stadium • clemson, s | espn2 | w 31-14 | 82456
row 13 : january 1, 2009 | 1:00 pm | vs. nebraska | None | jacksonville municipal stadium • jackson | cbs | l 21-26 | 67282 ] Execute this SQL based on the above table: select rank# where time <= 390 | #9, #22, #23, #21, #19 |
[ 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 manufacturer where manufacturer in ( 'aprilia' , 'aprilia' ) order by manufacturer asc limit 747 | aprilia, aprilia, aprilia, aprilia, aprilia, aprilia, aprilia, aprilia |
[ header: year | title | role | notes row 1 : 1941 | the maltese falcon | kasper gutman | nominated - academy award for best supporting
row 2 : 1941 | they died with their boots on | lt. gen. winfield | None
row 3 : 1942 | across the pacific | dr. lorenz | None
row 4 : 1942 | casablanca | signor ferrari | None
row 5 : 1943 | background to danger | col. robinson | None
row 6 : 1944 | passage to marseille | major duval | None
row 7 : 1944 | between two worlds | rev. tim thompson | None
row 8 : 1944 | the mask of dimitrios | mr. peters | None
row 9 : 1944 | the conspirators | ricardo quintanilla | None
row 10 : 1944 | hollywood canteen | himself | None
row 11 : 1945 | pillow to post | col. michael otley | None
row 12 : 1945 | conflict | dr. mark hamilton | None
row 13 : 1945 | christmas in connecticut | alexander yardley | None
row 14 : 1946 | three strangers | jerome k. arbutny | None
row 15 : 1946 | devotion | william makepeace thacke | None
row 16 : 1946 | the verdict | supt. george e | None
row 17 : 1947 | that way with women | james p. alden | None
row 18 : 1947 | the hucksters | evan llewellyn | None
row 19 : 1948 | the velvet touch | capt. danbury | None
row 20 : 1948 | ruthless | buck mansfield | None
row 21 : 1948 | the woman in white | count alessandro fosco | None
row 22 : 1949 | flamingo road | sheriff titus semple | None
row 23 : 1949 | malaya | the dutchman | None ] Execute this SQL based on the above table: select count ( title ) where title = 'the conspirators' | 1 |
[ header: affiliation | house members 2000 election results | house members at dissolution | senate members on election day 2000 | senate members at dissolution row 1 : liberal party of canada | 172 | 168 | 55 | 65
row 2 : canadian alliance | 66 | None | 1 | None
row 3 : bloc quebecois | 38 | 33 | 0 | 0
row 4 : new democratic party | 13 | 14 | 0 | 0
row 5 : progressive conservative | 12 | None | 35 | None
row 6 : progressive conservative (senate caucus | None | None | None | 3
row 7 : conservative party of canada | None | 72 | None | 24
row 8 : independent | 0 | 10 | 5 | 5
row 9 : total members | 301 | 297 | 96 | 97
row 10 : vacant | 0 | 4 | 9 | 8
row 11 : total seats | 301 | 301 | 105 | 105 ] Execute this SQL based on the above table: select affiliation where affiliation = 'new democratic party' | new democratic party |
[ header: year | japanese title | english title | role | network row 1 : 1997 | あくり | agri | None | nhk
row 2 : 1998 | ラフアントヒース | love & peace | yohei horiguchi | ntv
row 3 : 2001 | ネハーラント | neverland | osamu seto | tbs
row 4 : 2002 | hito ni yasashi | be nice to people | yusuke | fuji tv
row 5 : 2002 | engimono (演技者) | acting by | hachida | fuji tv
row 6 : 2004 | kino wa tomo kyo | None | None | None
row 7 : 2005 | dekabeya (六本木おかしな捜査班) | funny roppongi squad | yukio ochi | tv asahi
row 8 : 2005 | asuka e, soshite | to asuka and to the unseen | sawamura kazuya | fuji tv
row 9 : 2005 | nemureru mori no s | sleeping corpse | eiji/yamazaki | fuji tv
row 10 : 2006 | アキハハラ@deep | akihabara@deep | box | tbs
row 11 : 2007 | hana yori dango returns | boys over flowers 2 | junpei oribe | tbs
row 12 : 2007 | hanazakari no kimitachi | ikemen paradise | shuichi nakatsu | fuji tv
row 13 : 2008 | hachimitsu to clover (ハチミツとクローハー) | honey & clover | yuta takemoto | fuji tv
row 14 : 2008 | hanazakari no kimitachi | ikemen paradise | shuichi nakatsu | fuji tv
row 15 : 2008 | mao | devil | naoto serizawa | tbs
row 16 : 2009 | inochi naki mono no k | voice | ryosuke ishimatsu | fuji tv
row 17 : 2009 | majo saiban (魔女裁判) | the witch trial | toru yoshioka | fuji tv
row 18 : 2009 | yonimo \"kim\ | the law of recycling suicides | r 8427 | None
row 19 : 2010 | unobore deka (うぬほれ刑事) | conceited detective | sadame honjo | tbs
row 20 : 2010 | kyuukei no kou | spherical wilderness | shoichi soeda | fuji tv
row 21 : 2012 | osozaki no himawari | late blooming sunflower -my life renewed- | jotaro kodaira | fuji tv
row 22 : 2014 | gunshi kanbei | None | dom justo takayama | nhk ] Execute this SQL based on the above table: select count ( network ) where english title != '2008' and year = 2008 and year = 2008 | 3 |
[ header: | | | | | | | | | | row 1 : 2010s | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | None
row 2 : 2000s | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009
row 3 : 1990s | 1990 | 1991 | 1992 | 1993 | 1994 | 1995 | 1996 | 1997 | 1998 | 1999
row 4 : 1980s | 1980 | 1981 | 1982 | 1983 | 1984 | 1985 | 1986 | 1987 | 1988 | 1989
row 5 : 1970s | 1970 | 1971 | 1972 | 1973 | 1974 | 1975 | 1976 | 1977 | 1978 | 1979
row 6 : 1960s | 1960 | 1961 | 1962 | 1963 | 1964 | 1965 | 1966 | 1967 | 1968 | 1969
row 7 : 1950s | 1950 | 1951 | 1952 | 1953 | 1954 | 1955 | 1956 | 1957 | 1958 | 1959
row 8 : 1940s | 1940 | 1941 | 1942 | 1943 | 1944 | 1945 | 1946 | 1947 | 1948 | 1949
row 9 : 1930s | 1930 | 1931 | 1932 | 1933 | 1934 | 1935 | 1936 | 1937 | 1938 | 1939
row 10 : 1920s | 1920 | 1921 | 1922 | 1923 | 1924 | 1925 | 1926 | 1927 | 1928 | 1929
row 11 : 1910s | 1910 | 1911 | 1912 | 1913 | 1914 | 1915 | 1916 | 1917 | 1918 | 1919
row 12 : 1900s | 1900 | 1901 | 1902 | 1903 | 1904 | 1905 | 1906 | 1907 | 1908 | 1909
row 13 : 1890s | 1890 | 1891 | 1892 | 1893 | 1894 | 1895 | 1896 | 1897 | 1898 | 1899
row 14 : 1880s | 1880 | 1881 | 1882 | 1883 | 1884 | 1885 | 1886 | 1887 | 1888 | 1889
row 15 : 1870s | 1870 | 1871 | 1872 | 1873 | 1874 | 1875 | 1876 | 1877 | 1878 | 1879 ] Execute this SQL based on the above table: select where id = ( select id where = '1910s' ) - 1 | 1920s |
[ header: | album | artist(s) | sales row 1 : 1 | vain elamaa | various artists | 164119
row 2 : 2 | koodi | robin | 117126
row 3 : 3 | vain elamaa | various artists | 81725
row 4 : 4 | chillaa | robin | 73439
row 5 : 5 | 21 | adele | 44297
row 6 : 6 | yhdesta puusta | jukka poika | 42429
row 7 : 7 | vie mut kotiin | jesse kaikuranta | 38985
row 8 : 8 | kun valaistun | chisu | 31541
row 9 : 9 | joululauluja | juha tapio | 29080
row 10 : 10 | hunningolla | erin | 27655 ] Execute this SQL based on the above table: select artist(s) where id = ( select id where artist(s) = 'jesse kaikuranta' ) + 1 | chisu |
[ header: date | opponent | venue | result row 1 : 28 aug | burnley | a | 3 - 4
row 2 : 30 aug | leeds united | a | 0 - 0
row 3 : 4 sep | west bromwich albion | h | 1 - 1
row 4 : 6 sep | leeds united | h | 3 - 1
row 5 : 11 sep | aston villa | h | 2 - 3
row 6 : 18 sep | bolton wanderers | a | 0 - 2
row 7 : 20 sep | newcastle united | h | 1 - 1
row 8 : 25 sep | manchester united | h | 0 - 2
row 9 : 2 oct | derby county | a | 3 - 6
row 10 : 9 oct | sheffield united | h | 3 - 0
row 11 : 16 oct | huddersfield town | a | 0 - 0
row 12 : 23 oct | sunderland | h | 3 - 0
row 13 : 30 oct | bury | a | 3 - 2
row 14 : 6 nov | birmingham city | h | 1 - 0
row 15 : 13 nov | tottenham hotspur | a | 1 - 4
row 16 : 20 nov | west ham united | h | 1 - 2
row 17 : 29 nov | sheffield wednesday | a | 0 - 3
row 18 : 4 dec | leicester city | h | 0 - 1
row 19 : 11 dec | everton | a | 1 - 0
row 20 : 18 dec | blackburn rovers | h | 0 - 1
row 21 : 25 dec | newcastle united | a | 0 - 5
row 22 : 27 dec | arsenal | h | 2 - 0
row 23 : 1 jan | arsenal | a | 2 - 3
row 24 : 15 jan | burnley | h | 0 - 0
row 25 : 31 jan | aston villa | a | 0 - 0
row 26 : 5 feb | bolton wanderers | h | 1 - 0
row 27 : 12 feb | manchester united | a | 1 - 1
row 28 : 21 feb | west bromwich albion | a | 2 - 1
row 29 : 26 feb | sheffield united | a | 1 - 3
row 30 : 12 mar | sunderland | a | 2 - 2
row 31 : 16 mar | derby county | h | 2 - 0
row 32 : 19 mar | bury | h | 2 - 1
row 33 : 21 mar | huddersfield town | h | 2 - 0
row 34 : 2 apr | tottenham hotspur | h | 1 - 2
row 35 : 7 apr | leicester city | a | 1 - 3
row 36 : 9 apr | west ham united | a | 2 - 2
row 37 : 15 apr | liverpool | a | 0 - 5
row 38 : 16 apr | sheffield wednesday | h | 3 - 2
row 39 : 18 apr | liverpool | h | 2 - 0
row 40 : 27 apr | birmingham city | a | 2 - 1
row 41 : 30 apr | everton | h | 1 - 0
row 42 : 7 may | blackburn rovers | a | 0 - 1 ] Execute this SQL based on the above table: select result order by opponent desc limit 1 | 1 - 2 |
[ header: outcome | no. | date | championship | surface | opponent | score row 1 : runner-up | 1 | 1973 | baltimore, u.s | hard (i) | jimmy connors | 4-6, 5-7
row 2 : winner | 1 | 1974 | baltimore, u.s | carpet | clark graebner | 6-2, 6-1
row 3 : runner-up | 2 | 1974 | birmingham, u.s | carpet | jimmy connors | 5-7, 3-6
row 4 : winner | 2 | 1974 | paramus, u.s | indoor | jurgen fassbender | 6-1, 6-3
row 5 : winner | 3 | 1974 | jackson, u.s | carpet | karl meiler | 7-6, 7-5
row 6 : runner-up | 3 | 1975 | maui, u.s | hard | jimmy connors | 1-6, 0-6
row 7 : runner-up | 4 | 1975 | hong kong | hard | tom gorman | 3-6, 1-6, 1-6
row 8 : winner | 4 | 1977 | little rock, u.s | carpet | haroon rahim | 6-2, 6-4
row 9 : runner-up | 5 | 1977 | san jose, u.s | hard | jiri hrebec | 6-3, 4-6, 5-7
row 10 : winner | 5 | 1977 | hampton, u.s | carpet | stan smith | 4-6, 6-3, 6-2,
row 11 : winner | 6 | 1977 | stockholm, sweden | hard (i) | raymond moore | 6-2, 6-4
row 12 : winner | 7 | 1978 | st. louis wct | carpet | eddie dibbs | 7-6, 6-4
row 13 : runner-up | 6 | 1980 | surbiton, england | grass | brian gottfried | 3-6, 3-6
row 14 : runner-up | 7 | 1981 | los angeles, u.s | hard | john mcenroe | 7-6, 3-6, 3-6
row 15 : runner-up | 8 | 1981 | cologne, germany | hard (i) | ivan lendl | 3-6, 3-6
row 16 : runner-up | 9 | 1981 | stockholm, sweden | hard (i) | gene mayer | 4-6, 2-6
row 17 : winner | 8 | 1981 | bologna, italy | carpet | ilie nastase | 7-5, 6-3
row 18 : runner-up | 10 | 1982 | stuttgart outdoor, germany | clay | ramesh krishn | 7-5, 3-6, 3-6,
row 19 : winner | 9 | 1982 | cleveland, u.s | hard | robert van't hof | 7-5, 6-3
row 20 : winner | 10 | 1983 | gstaad, switze | clay | tomas smid | 6-0, 6-3, 6-2 ] Execute this SQL based on the above table: select date where outcome = 'winner' | 1974, 1974, 1974, 1977, 1977, 1977, 1978, 1981, 1982, 1983 |
[ 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 ( staple: ) where staple: = 'sodium (mg)' | 1 |
[ header: pos | rider | manufacturer | time/retired | points row 1 : 1 | max biaggi | aprilia | 40:36.299 | 25
row 2 : 2 | marcellino lucchi | aprilia | 6.914 | 20
row 3 : 3 | ralf waldmann | honda | 18.294 | 16
row 4 : 4 | olivier jacque | honda | 18.607 | 13
row 5 : 5 | jurgen fuchs | honda | 31.617 | 11
row 6 : 6 | tetsuya harada | yamaha | 31.649 | 10
row 7 : 7 | jean-philippe ruggia | honda | 31.683 | 9
row 8 : 8 | nobuatsu aoki | honda | 47.701 | 8
row 9 : 9 | luis d'antin | honda | 51.186 | 7
row 10 : 10 | cristiano migliorati | honda | 51.556 | 6
row 11 : 11 | massimo ottobre | aprilia | 51.563 | 5
row 12 : 12 | eskil suter | aprilia | 51.613 | 4
row 13 : 13 | luca boscoscuro | aprilia | 51.617 | 3
row 14 : 14 | regis laconi | honda | 52.394 | 2
row 15 : 15 | jurgen vd goorbergh | honda | 52.569 | 1
row 16 : 16 | sebastian porto | aprilia | +1:03.619 | None
row 17 : 17 | jamie robinson | aprilia | +1:06.917 | None
row 18 : 18 | olivier petrucciani | aprilia | +1:06.945 | None
row 19 : 19 | alessandro antonello | aprilia | +1:07.099 | None
row 20 : 20 | osamu miyazaki | aprilia | +1:32.873 | None
row 21 : 21 | davide bulega | aprilia | +1:32.902 | None
row 22 : 22 | yasumasa hatakeyama | honda | +1:34.039 | None
row 23 : 23 | franco battaini | aprilia | +1:34.363 | None
row 24 : 24 | sete gibernau | honda | +1:34.931 | None
row 25 : 25 | christian boudinot | aprilia | +1:41.263 | None
row 26 : 26 | jose barresi | yamaha | +1 lap | None
row 27 : 27 | roberto rolfo | aprilia | +1 lap | None
row 28 : 28 | cristophe cogan | honda | +1 lap | None
row 29 : ret | gianluigi scalvini | honda | retirement | None
row 30 : ret | roberto locatelli | aprilia | retirement | None
row 31 : ret | takeshi tsujimura | honda | retirement | None ] Execute this SQL based on the above table: select manufacturer where rider > ( select rider where manufacturer = 'honda' ) order by rider limit 1 | honda |
[ header: year | tournament | venue | played | won | lost | tied | n/r | result row 1 : 1989-90 | world series | australia | 8 | 6 | 2 | 0 | 0 | won
row 2 : 1990-91 | world series | australia | 10 | 9 | 1 | 0 | 0 | won
row 3 : 1991-92 | world series | australia | 10 | 7 | 2 | 0 | 1 | won
row 4 : 1992 | 5th world cup | aust/nz | 8 | 4 | 4 | 0 | 0 | eliminated
row 5 : 1992 | v sri lanka | sri lanka | 3 | 1 | 2 | 0 | 0 | lost
row 6 : 1993 | v new zealand | new zealand | 5 | 3 | 2 | 0 | 0 | won
row 7 : 1993 | texaco trophy | england | 3 | 3 | 0 | 0 | 0 | won
row 8 : 1993-94 | world series | australia | 11 | 7 | 4 | 0 | 0 | won
row 9 : 1994 | v south africa | south africa | 8 | 4 | 4 | 0 | 0 | drawn
row 10 : 1994 | wills triangular series | pakistan | 6 | 5 | 1 | 0 | 0 | won
row 11 : 1994-95 | world series | australia | 4 | 3 | 1 | 0 | 0 | won
row 12 : 1995 | nz centenary t'ment | new zealand | 4 | 3 | 1 | 0 | 0 | won
row 13 : 1995 | v west indies | west indies | 5 | 1 | 4 | 0 | 0 | lost
row 14 : 1995-96 | world series | australia | 10 | 7 | 3 | 0 | 0 | won
row 15 : 1996 | singer world series | sri lanka | 4 | 2 | 2 | 0 | 0 | runner-up
row 16 : 1996 | titan cup | india | 5 | 0 | 5 | 0 | 0 | eliminated
row 17 : 1997 | v south africa | south africa | 7 | 4 | 3 | 0 | 0 | won
row 18 : 1997 | texaco trophy | england | 3 | 0 | 3 | 0 | 0 | lost
row 19 : 1998 | v new zealand | australia | 4 | 2 | 2 | 0 | 0 | drawn
row 20 : 1998 | pepsi triangular series | india | 5 | 3 | 2 | 0 | 0 | won
row 21 : 1998 | coca-cola cup | sharjah | 5 | 4 | 1 | 0 | 0 | runner-up
row 22 : 1998 | wills cup | bangladesh | 1 | 0 | 1 | 0 | 0 | eliminated
row 23 : 1998 | v pakistan | pakistan | 3 | 3 | 0 | 0 | 0 | won
row 24 : 1999 | cub series | australia | 12 | 9 | 3 | 0 | 0 | won
row 25 : 1999 | v west indies | west indies | 7 | 3 | 3 | 1 | 0 | drawn
row 26 : 1999 | 7th world cup | uk/ire/neth | 10 | 7 | 2 | 1 | 0 | won
row 27 : 1999 | aiwa cup | sri lanka | 5 | 4 | 1 | 0 | 0 | runner-up
row 28 : 1999 | v zimbabwe | zimbabwe | 3 | 3 | 0 | 0 | 0 | won ] Execute this SQL based on the above table: select count ( result ) where result = 'won' | 16 |
[ header: entrant | constructor | chassis | engine | no | driver row 1 : team ensign | ensign | n180b | cosworth dfv v8 | 3 | jim crawford
row 2 : team ensign | ensign | n180b | cosworth dfv v8 | 4 | joe castellano
row 3 : colin bennett racing | mclaren | m29 | cosworth dfv v8 | 6 | arnold glass
row 4 : colin bennett racing | march | 811 | cosworth dfv v8 | 7 | val musetti
row 5 : team sanada | fittipaldi | f8 | cosworth dfv v8 | 8 | tony trimmer
row 6 : warren booth | shadow | dn9 | cosworth dfv v8 | 11 | warren booth
row 7 : john jordan | brm | p207 | brm 202 v12 | 12 | david williams
row 8 : nick mason | tyrrell | 8 | cosworth dfv v8 | 14 | john brindley
row 9 : emka productions | williams | fw07 | cosworth dfv v8 | 16 | steve o'rourke
row 10 : team peru | williams | fw07 | cosworth dfv v8 | 82 | jorge koechlin ] Execute this SQL based on the above table: select ( select no where chassis = 'dn9' ) > 1311 | 0 |
[ header: year | film | role | notes row 1 : 1986 | love 86 | vikram doshi | None
row 2 : 1987 | khudgarz | kumar saxena | None
row 3 : 1987 | sindoor | ravi | None
row 4 : 1988 | paap ko jalaa | deepak malhotra | None
row 5 : 1988 | halaal ki kamai | kabir khanna | None
row 6 : 1988 | shiv shakti | shakti | None
row 7 : 1989 | sachai ki ta | sagar singh | None
row 8 : 1989 | taaqatwar | john d'mello | None
row 9 : 1990 | maha-sangram | arjun 'munna' | None
row 10 : 1990 | izzatdaar | vijay | None
row 11 : 1990 | naya khoon | dr. anand | None
row 12 : 1990 | taqdeer ka tama | satya | None
row 13 : 1990 | awaargi | dhiren kumar | critically acclaimed role
row 14 : 1992 | baaz | deva | None
row 15 : 1994 | andaz apna a | himself | special appearance
row 16 : 1994 | beta ho to aisa | raju | None
row 17 : 1996 | maahir | bhola | None
row 18 : 1996 | apne dam par | himself | special appearance
row 19 : 1997 | deewana mastana | bunnu | nominated - filmfare best actor
row 20 : 1997 | do ankhen barah hath | sagar | None
row 21 : 1998 | achanak | arjun | None
row 22 : 1998 | naseeb | krishna prasa | None
row 23 : 2000 | kunwara | raju | nominated -filmfare award for
row 24 : 2001 | aamdani atthani k | bhishma | None
row 25 : 2001 | albela | rocky hiranandani | None
row 26 : 2001 | censor | himself | special appearance
row 27 : 2002 | pyaar diwana hota | sunder | None
row 28 : 2002 | chalo ishq ladaa | pappu | None
row 29 : 2003 | three roses | himself | tamil film - guest appearance
row 30 : 2005 | ssukh | chandraprakash sharma | None
row 31 : 2007 | partner | bhaskar diwakar chow | iifa best comedian award zee
row 32 : 2013 | samadhi | deputy inspector general of police | bengali debut
row 33 : 2014 | kill dil | negative role | filming (releasing on 5 september 2014)
row 34 : 2014 | hero | None | filming, (releasing on 12th dec ] Execute this SQL based on the above table: select film where role = 'dhiren kumar' | awaargi |
[ header: occasion # | location | date | gold | time | silver | time | bronze | time | report row 1 : 1 | chelyabinsk, russia | 18 november | pekka koskela finland | 35 | jan smeekens nether | 35.01 | yuya oikawa | 35.07 |
row 2 : 1 | chelyabinsk, russia | 19 november | joji kato japan | 34.92 | mo tae-bum south | 35.01 | yuya oikawa | 35.14 |
row 3 : 2 | astana, kazakhstan | 25 november | mo tae-bum south | 34.89 | tucker fredricks united | 34.94 | stefan groothuis nether | 35.01 |
row 4 : 2 | astana, kazakhstan | 26 november | jan smeekens nether | 35.05 | mo tae-bum south | 35.06 | tucker fredricks united | 35.19 |
row 5 : 3 | heerenveen, netherlands | 2 december | tucker fredricks united | 34.98 | joji kato japan | 35.07 | mo tae-bum south | 35.08 |
row 6 : 3 | heerenveen, netherlands | 3 december | pekka koskela finland | 35.01 | joji kato japan | 35.02 | jesper hospes netherlands | 35.06 |
row 7 : 4 | salt lake city, united states | 21 january | keiichiro nagashim | 34.37 | jan smeekens nether | 34.4 | tucker fredricks united | 34.45 |
row 8 : 4 | salt lake city, united states | 22 january | dmitry lobkov russia | 34.54 | keiichiro nagashim | 34.57 | tucker fredricks united | 34.6 |
row 9 : 6 | heerenveen, netherlands | 2 march | dmitry lobkov russia | 35.11 | hein otterspeer net | 35.14 | keiichiro nagashim | 35.2 |
row 10 : 6 | heerenveen, netherlands | 3 march | tucker fredricks united | 35.05 | michel mulder netherlands | 35.12 | joji kato japan | 35.16 |
row 11 : 7 | berlin, germany | 9 march | jamie gregg canada | 35.06 | pekka koskela finland | 35.07 | mo tae-bum south | 35.17 |
row 12 : 7 | berlin, germany | 10 march | michel mulder netherlands | 35.01 | mo tae-bum south | 35.04 | jan smeekens nether | 35.08 | ] Execute this SQL based on the above table: select date where id = ( select id where date = '2 march' ) + 1 | 3 march |
[ header: county | km | intersecting road | notes | coordinates row 1 : rocky view county | 0 | hwy 772 (symon | north to madden south to sage hill | 51°13′4′′n 114°
row 2 : rocky view county | 3 | panorama road (24 street nw), range | south to evanston | 51°12′45′′n 114°
row 3 : rocky view county | 5 | 14 street nw, range road 14 | south to panorama hills | 51°12′45′′n 114°
row 4 : rocky view county | 7 | centre street n, range road 13 | formerly highway 782 south to coventry | 51°12′45′′n 114°
row 5 : rocky view county | 10 | 15 street ne (calgary), | balzac south to stony industrial | 51°12′45′′n 114°
row 6 : rocky view county | 11 | hwy 2, range road 10, fifth | grade separated north to airdrie south to de | 51°12′45′′n 114°
row 7 : rocky view county | 13 | range road 293, 36 street ne | crossiron mills shopping centre south to ston | 51°12′45′′n 113°
row 8 : rocky view county | 18 | range road 290, 84 street n | None | 51°12′45′′n 113°
row 9 : rocky view county | 28 | hwy 791, range road | south to delacour | 51°12′45′′n 113°
row 10 : rocky view county | 32 | range road 273 | kathyrn | 51°12′45′′n 113°
row 11 : rocky view county | 34 | hwy 9, range road 272 | north to irricana south to langdon | 51°12′45′′n 113°
row 12 : rocky view county | 36 | 1 avenue, range road 271 | keoma | 51°12′45′′n 113° ] Execute this SQL based on the above table: select county where county in ( 'rocky view county' , 'rocky view county' ) and intersecting road = 'hwy 791, range road 280' group by county order by count ( * ) desc limit 1 | rocky view county |
[ header: season | tier | division | pos. | notes row 1 : 2002-03 | 3 | 1a estatal | 9th | None
row 2 : 2003-04 | 3 | 1a estatal | 3rd | None
row 3 : 2004-05 | 3 | 1a estatal | 3rd | None
row 4 : 2005-06 | 3 | 1a estatal | 2nd | promoted
row 5 : 2006-07 | 2 | honor b | 10th | None
row 6 : 2007-08 | 2 | honor b | 11th | None
row 7 : 2008-09 | 2 | honor b | 11th | None
row 8 : 2009-10 | 2 | plata | 5th | None
row 9 : 2010-11 | 2 | plata | 9th | None
row 10 : 2011-12 | 2 | plata | 2nd | promoted
row 11 : 2012-13 | 1 | asobal | 16th | relegated
row 12 : 2013-14 | 2 | plata | None | None ] Execute this SQL based on the above table: select division group by division order by count ( pos. ) desc limit 1 | 1a estatal |
[ header: date | race name | d(f) | course | prize (£) | odds | runners | place | margin | winner/runner-up | time | jockey row 1 : july 1879 | chesterfield stakes | 5 | newmarket | 1130 | 9/4 | 11 | 1 | 1 | petal | 0:59 | charles wood
row 2 : 29 july 1879 | richmond stakes | 6 | goodwood | 1762 | None | 8 | 1 | None | None | None | None
row 3 : august 1879 | prince of wales stakes | 5 | york | 340 | 1/2 | 9 | 1 | 0.5 | brother to ersilia | None | fred archer
row 4 : 1879 | triennial produce stakes | 10 | newmarket | 881 | None | 11 | 1 | None | None | None | None
row 5 : 1879 | rous memorial stakes | 5 | newmarket | 567 | None | 10 | 1 | None | None | None | None
row 6 : 26 may 1880 | epsom derby | 12 | epsom downs | 6375 | 2/1 | 19 | 1 | head | robert the devil | 2:48 | fred archer
row 7 : june 1880 | st. james's palace | 8 | ascot | 1550 | 30/100 | 5 | 1 | head | fernandez | None | g fordham
row 8 : 15 september 1880 | st leger | 14.5 | doncaster | 6100 | 4/5 | 12 | 6 | None | robert the devil | 3:32 | None
row 9 : 28 september 1880 | great foal stakes | 10 | newmarket | 2697 | 9/2 | 7 | 2 | head | robert the devil | 2:25 | tom cannon
row 10 : 14 october 1880 | champion stakes | 10 | newmarket | 2071 | 5/4 | 4 | 2 | 10 | robert the devil | 2:10 | g fordham
row 11 : 27 april 1881 | city and suburban handicap | 10 | epsom downs | 1230 | 100/8 | 24 | 1 | 1.5 | foxhall | 2:07 | fred archer
row 12 : 3 june 1881 | epsom gold cup | 12 | epsom downs | 500 | None | 2 | 1 | None | robert the devil | None | None
row 13 : 13 october 1881 | champion stakes | 10 | newmarket | 2087 | 4/6 | 8 | 1 | 0.75 | scobell | 2:23.6 | fred archer
row 14 : 25 october 1881 | cambridgeshire stakes | 9 | newmarket | 2017 | 9/2 | 32 | 7 | None | foxhall | 2:15.4 | fred archer ] Execute this SQL based on the above table: select count ( date ) | 14 |
[ header: name in english | name in turkish | area (km2) | depth | location (districts and/or provinces) row 1 : lake tuz | tuz golu | 1500 km2 | 2 m | aksaray, ankara,
row 2 : lake egirdir | egirdir golu | 482 km2 | None | isparta
row 3 : lake iznik | iznik golu | 308 km2 | None | iznik in bursa,
row 4 : lake manyas | manyas golu | 166 km2 | None | balıkesir
row 5 : lake acıgol | acıgol | 153 km2 | None | denizli, afyon
row 6 : lake uluabat | uluabat golu | 134 km2 | 1-2 m | bursa
row 7 : lake cıldır | cıldır golu | 115 km2 | None | ardahan, kars
row 8 : lake palas tuzla | palas tuzla gol | 106 km2 | 15 m | palas/kayseri
row 9 : lake hazar | hazar golu | 86 km2 | None | elazıg
row 10 : lake koycegiz | koycegiz golu | 52 km2 | None | koycegiz in mugla
row 11 : lake isıklı | isıklı golu | 49 km2 | None | denizli
row 12 : lake yay | yay golu | 37 km2 | None | kayseri
row 13 : lake tuzla | tuzla golu | 23 km2 | None | tuzla
row 14 : lake kucukcekmece | kucukcekmece gol | 16 km2 | None | kucukcekmece, ist
row 15 : lake yaraslı | yaraslı golu | 16 km2 | None | burdur
row 16 : lake haclı | haclı golu | 16 km2 | None | mus
row 17 : lake arin | arin golu | 13 km2 | None | None
row 18 : lake balık | balık golu | 12 km2 | None | None
row 19 : lake akdogan | akdogan golu | 11 km2 | None | None
row 20 : lake cavuslu | cavuslu golu | 9 km2 | None | None
row 21 : lake duden | duden golu | 8 km2 | None | None
row 22 : lake gala | gala golu | 8 km2 | None | edirne
row 23 : lake karatas | karatas golu | 6 km2 | None | None
row 24 : lake eymir | eymir golu | 1.8 km2 | None | ankara
row 25 : lake golcuk | golcuk golu | 1 km2 | None | izmir ] Execute this SQL based on the above table: select name in english order by area (km2) desc limit 1 | lake tuz |
[ header: week | date | opponent | results final score | results team record | venue | attendance row 1 : 1 | september 20 | at detroit lions | w 16-13 | 1-0 | tiger stadium | 54,418
row 2 : 2 | september 26 | chicago bears | l 20-17 | 1-1 | metropolitan stadium | 47,900
row 3 : 3 | october 3 | buffalo bills | w 19-0 | 2-1 | metropolitan stadium | 47,900
row 4 : 4 | october 10 | at philadelphia eagle | w 13-0 | 3-1 | veterans stadium | 65,358
row 5 : 5 | october 17 | at green bay packers | w 24-13 | 4-1 | lambeau field | 56,263
row 6 : 6 | october 25 | baltimore colts | w 10-3 | 5-1 | metropolitan stadium | 49,784
row 7 : 7 | october 31 | at new york giants | w 17-10 | 6-1 | yankee stadium | 62,829
row 8 : 8 | november 7 | san francisco 49ers | l 13-9 | 6-2 | metropolitan stadium | 49,784
row 9 : 9 | november 14 | green bay packers | w 3-0 | 7-2 | metropolitan stadium | 49,784
row 10 : 10 | november 21 | at new orleans saints | w 23-10 | 8-2 | tulane stadium | 83,130
row 11 : 11 | november 28 | atlanta falcons | w 24-7 | 9-2 | metropolitan stadium | 49,784
row 12 : 12 | december 5 | at san diego chargers | l 30-14 | 9-3 | san diego stadium | 54,505
row 13 : 13 | december 11 | detroit lions | w 29-10 | 10-3 | metropolitan stadium | 49,784
row 14 : 14 | december 19 | at chicago bears | w 27-10 | 11-3 | soldier field | 55,049 ] Execute this SQL based on the above table: select results team record where opponent = 'at detroit lions' | 1-0 |
[ header: creature (other planes) | page | other appearances | variants | description row 1 : aerial servant | 39 | rules cyclopedia (1991) | None | None
row 2 : basilisk | 39 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 3 : cockatrice | 39 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 4 : djinni, lesser | 39 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 5 : djinni, greater | 39 | rules cyclopedia (1991) | None | None
row 6 : efreeti, lesser | 39 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 7 : efreeti, greater | 39-40 | rules cyclopedia (1991) | None | None
row 8 : elemental | 40 | d&d expert rules (1981), | None | describes additional statistics and abilities/penalties applicable
row 9 : gorgon | 40 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 10 : helion | 40 | rules cyclopedia (1991) | None | None
row 11 : horde | 41 | rules cyclopedia (1991) | None | None
row 12 : hydrax | 41 | rules cyclopedia (1991) | None | None
row 13 : invisible stalker | 41 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 14 : kryst | 42 | rules cyclopedia (1991) | None | None
row 15 : medusa | 42 | d&d basic rules (1981), | None | describes additional abilities/penalties applicable to native
row 16 : plasm | 42 | rules cyclopedia (1991) | normal and giant | None
row 17 : salamander | 42 | d&d expert rules (1981), | None | describes additional abilities/penalties applicable to native
row 18 : undine | 42 | rules cyclopedia (1991) | None | None ] Execute this SQL based on the above table: select ( select page where creature (other planes) = 'hydrax' ) < ( select page where creature (other planes) = 'djinni, lesser' ) | 0 |
[ 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 no. where id = ( select id where no. = 3 ) - 1 | 2.0 |
[ header: year | entrant | chassis | engine | tyres | drivers | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | points | wcc row 1 : 1998 | mild seven benetton | benetton b198 | gc37-01 v10 | b | None | aus | bra | arg | smr | esp | mon | can | fra | gbr | aut | ger | hun | bel | ita | lux | jpn | None | 33 | 5th
row 2 : 1998 | mild seven benetton | benetton b198 | gc37-01 v10 | b | giancarlo fisichella | ret | 6 | 7 | ret | ret | 2 | 2 | 9 | 5 | ret | 7 | 8 | ret | 8 | 6 | 8 | None | 33 | 5th
row 3 : 1998 | mild seven benetton | benetton b198 | gc37-01 v10 | b | alexander wurz | 7 | 4 | 4 | ret | 4 | ret | 4 | 5 | 4 | 9 | 11 | 16 | ret | ret | 7 | 9 | None | 33 | 5th
row 4 : 1999 | mild seven benetton | benetton b199 | fb01 v10 | b | None | aus | bra | smr | mon | esp | can | fra | gbr | aut | ger | hun | bel | ita | eur | mal | jpn | None | 16 | 6th
row 5 : 1999 | mild seven benetton | benetton b199 | fb01 v10 | b | giancarlo fisichella | 4 | ret | 5 | 5 | 9 | 2 | ret | 7 | 12 | ret | ret | 11 | ret | ret | 11 | 14 | None | 16 | 6th
row 6 : 1999 | mild seven benetton | benetton b199 | fb01 v10 | b | alexander wurz | ret | 7 | ret | 6 | 10 | ret | ret | 10 | 5 | 7 | 7 | 14 | ret | ret | 8 | 10 | None | 16 | 6th
row 7 : 2000 | mild seven benetton | benetton b200 | fb02 v10 | b | None | aus | bra | smr | gbr | esp | eur | mon | can | fra | aut | ger | hun | bel | ita | usa | jpn | mal | 20 | 4th
row 8 : 2000 | mild seven benetton | benetton b200 | fb02 v10 | b | giancarlo fisichella | 5 | 2 | 11 | 7 | 9 | 5 | 3 | 3 | 9 | ret | ret | ret | ret | 11 | ret | 14 | 9 | 20 | 4th
row 9 : 2000 | mild seven benetton | benetton b200 | fb02 v10 | b | alexander wurz | 7 | ret | 9 | 9 | 10 | 12 | ret | 9 | ret | 10 | ret | 11 | 13 | 5 | 10 | ret | 7 | 20 | 4th ] Execute this SQL based on the above table: select count ( * ) where engine = 'fb02 v10' | 3 |
[ header: round | date | score | opponent | opponent's score | result | venue | attendance | best on ground | team row 1 : 1 | saturday, 2 april | 14.20 (104) | richmond | 11.17 (83) | won by 21 points | kardinia park (stadium) | 20781 | alex ishchenko | west coast
row 2 : 2 | friday, 8 april 7: | 26.19 (175) | essendon | 11.10 (76) | won by 99 points | waca ground | 24886 | john gastev | west coast
row 3 : 4 | saturday, 23 april | 8.7 (55) | collingwood | 13.16 (94) | lost by 87 points | victoria park | 26276 | james manson | collingwood
row 4 : 5 | friday, 29 april 7: | 14.16 (100) | footscray | 14.9 (93) | won by 7 points | waca ground | 17662 | ross glendinning | west coast
row 5 : 6 | friday, 6 may 7:40pm | 17.8 (110) | north melbourne | 17.23 (123) | lost by 13 points | melbourne cricket ground | 10133 | donald mcdonald | north melbourne
row 6 : 7 | friday, 13 may 7:40pm | 17.10 (112) | st kilda | 3.18 (36) | won by 76 points | waca ground | 12803 | alex ishchenko | west coast
row 7 : 8 | sunday, 22 may 2:10pm | 9.9 (63) | hawthorn | 17.14 (116) | lost by 53 points | subiaco oval | 27344 | chris wittman | hawthorn
row 8 : 9 | sunday, 29 may 2:10pm | 12.15 (87) | carlton | 15.10 (100) | lost by 13 points | subiaco oval | 27663 | ken hunter | carlton
row 9 : 11 | monday, 13 june 2:10pm | 10.13 (73) | melbourne | 13.15 (93) | lost by 20 points | melbourne cricket ground | 28045 | alan johnson | melbourne
row 10 : 13 | sunday, 26 june 2:10pm | 17.19 (121) | fitzroy | 13.9 (87) | won by 34 points | subiaco oval | 15028 | wally matera | west coast
row 11 : 14 | saturday, 2 july 2:1 | 13.7 (85) | essendon | 16.16 (112) | lost by 27 points | windy hill | 10298 | simon madden | essendon
row 12 : 15 | sunday, 10 july 2:10pm | 18.18 (126) | geelong | 16.10 (106) | won by 20 points | subiaco oval | 18537 | chris mainwaring | west coast
row 13 : 16 | friday, 15 july 7:40 | 14.14 (98) | brisbane bears | 12.17 (89) | won by 9 points | waca ground | 16074 | mark withers | brisbane bears
row 14 : 17 | friday, 22 july 7:40 | 8.16 (64) | fitzroy | 19.20 (134) | lost by 70 points | melbourne cricket ground | 7611 | john ironmonger | fitzroy
row 15 : 18 | sunday, 31 july 2:10pm | 18.14 (122) | melbourne | 11.12 (78) | won by 44 points | subiaco oval | 16266 | murray rance | west coast
row 16 : 19 | sunday, 7 august 2:10pm | 16.9 (115) | north melbourne | 12.12 (84) | won by 31 points | subiaco oval | 18193 | guy mckenna | west coast ] Execute this SQL based on the above table: select team group by team order by count ( * ) desc limit 1 | west coast |
[ header: title | alternate title(s) | year | manufacturer | genre(s) | max. players row 1 : ocean hunter, the | None | 1998 | sega | shooting gallery | 2
row 2 : off road challenge | None | 1997 | midway | racing | 1
row 3 : off road thunder | None | 2000 | midway | racing | 1
row 4 : off the wall | None | 1991 | atari games | breakout | 2
row 5 : oh my god! | None | 1993 | atlus | puzzle | 2
row 6 : oishii puzzle wa irim | None | 1993 | sunsoft | puzzle | 2
row 7 : oli-boo-chu | None | 1982 | irem | None | 2
row 8 : ollie king | None | 2004 | smilebit | None | None
row 9 : omega fighter | None | 1989 | upl | scrolling shooter | 2
row 10 : omega race | None | 1982 | midway | multidirectional shooter | 1
row 11 : one shot one kill | None | None | playmark | shooting gallery | 2
row 12 : onna sansirou - ty | None | 1985 | taito | None | 2
row 13 : operation thunderbolt | None | 1988 | taito | shooting gallery | 2
row 14 : operation tiger | None | 1998 | taito | shooting gallery | 2
row 15 : operation wolf | None | 1987 | taito | shooting gallery | 2
row 16 : operation wolf 3 | None | 1994 | taito | shooting gallery | 2
row 17 : orbit | None | 1978 | atari | multi-directional shooter | 2
row 18 : ordyne | None | 1988 | namco | scrolling shooter | 2
row 19 : oriental legend | None | 1997 | international game system | beat 'em up | 4
row 20 : osman | cannon dancer | 1996 | mitchell corporation | platformer | 1
row 21 : otomedius | None | 2007 | konami | scrolling shooter | None
row 22 : outfoxies, the | None | 1995 | namco | shoot'em up/ fighting game | 2
row 23 : outlaw | None | 1976 | atari | shooter | 1
row 24 : outrun | None | 1986 | sega am2 | racing | 1
row 25 : out zone | None | 1990 | toaplan | scrolling shooter | 2
row 26 : outrun 2 | None | 2003 | sega am2 | racing | 1
row 27 : outrunners | None | 1993 | sega am1 | racing | 2
row 28 : outtrigger | None | 1999 | sega am2 | first person shooter | None
row 29 : over drive | None | 1990 | konami | racing | 1
row 30 : over rev | None | 1997 | jaleco | racing | 2
row 31 : over top | None | 1996 | alpha denshi | racing | 2
row 32 : ozma wars | None | 1978 | snk | fixed shooter | 2 ] Execute this SQL based on the above table: select title where title != 'outrun' and max. players = ( select max. players where title = 'outrun' ) | off road challenge, off road thunder, omega race, osman, outlaw, outrun 2, over drive |
[ header: rebounds | off | def | player | team | date | opponent | score | minutes played | points | assists | steals | blocks | 20-20 | led the league in rebounding | notes row 1 : 37 | 19 | 18 | moses malone | houston rockets | february 9, 1979 | new orleans jazz | 106-99 | 44 | 33 | 2 | None | None | yes | yes | 14 rebounds in the first quarter
row 2 : 35 | 16 | 19 | charles oakley | chicago bulls | april 22, 1988 | cleveland cavaliers | 103-107 | 41 | 26 | 3 | 1 | 0 | yes | no | second to last game of season, in a
row 3 : 34 | 5 | 29 | kareem abdul-ja | los angeles lakers | december 14, 1975 | detroit pistons | 110-100 | 42 | 27 | 6 | None | None | yes | yes | nba single-game record for defensive
row 4 : 34 | 18 | 16 | dennis rodman | detroit pistons | march 4, 1992 | indiana pacers | 110-107 | 45 | 10 | 3 | 2 | 0 | no | yes | overtime. 21 rebounds in the second half,
row 5 : 32 | 4 | 28 | elvin hayes | capital bullets | november 17, 1973 | atlanta hawks | 115-109 | 48 | 43 | 0 | None | None | yes | yes | on hayes's 28th birthday
row 6 : 32 | 7 | 25 | robert parish | golden state warriors | march 30, 1979 | new york knicks | 114-98 | 36 | 30 | 5 | 1 | 2 | yes | no | 11 rebounds in the first quarter. 15
row 7 : 32 | 7 | 25 | swen nater (2) | san diego clippers | december 14, 1979 | denver nuggets | 112-108 | 44 | 12 | 3 | None | None | no | yes | 21 rebounds in the second half. 18 defensive
row 8 : 32 | 9 | 23 | dennis rodman (3) | san antonio spurs | january 22, 1994 | dallas mavericks | 103-83 | 43 | 8 | 5 | 1 | 1 | no | yes | 13 defensive rebounds in the first half
row 9 : 31 | 14 | 17 | larry smith | golden state warriors | march 28, 1981 | denver nuggets | 139-142 | 45 | 23 | 5 | None | 0 | yes | no | rookie. last warriors home game of season
row 10 : 31 | 8 | 23 | dikembe mutombo | denver nuggets | march 26, 1996 | charlotte hornets | 112-119 | 51 | 16 | 0 | 1 | 6 | no | no | double overtime
row 11 : 30 | 10 | 20 | george t. johnson | golden state warriors | march 15, 1974 | los angeles lakers | 112-107 | 48 | 14 | 7 | None | 1 | no | no | elmore smith of the lakers
row 12 : 30 | 6 | 24 | wes unseld | washington bullets | april 6, 1975 | new orleans jazz | 119-103 | 46 | 11 | 5 | None | None | no | yes | last game of season; won season rebounding title
row 13 : 30 | 7 | 23 | kareem abdul-ja | los angeles lakers | february 3, 1978 | new jersey nets | 105-99 | 48 | 37 | 5 | None | None | yes | no | overtime ] Execute this SQL based on the above table: select count ( date ) where def = 16 | 1 |
[ header: year | title | (english) | ifpi israel certification | label row 1 : 1992 | david d'or | "david d'or" | platinum | hed arzi
row 2 : 1993 | begovah mishtaneh | "changing altitudes", or "changing height | double platinum | hed arzi
row 3 : 1995 | david & shlomo | "david and salomon" | platinum | hed arzi
row 4 : 1997 | david d'or & etti | "david d'or & | double platinum | hed arzi
row 5 : 2001 | baneshama | "in the soul" | platinum | sisu
row 6 : 2003 | david d'or vehaphil | "david d'eor | platinum | aviv
row 7 : 2004 | le haamin | "to believe" | platinum | sisu
row 8 : 2006 | kmo haruach | "like the wind" | gold | sisu
row 9 : 2007 | ofa'a haia | "live concert" | platinum | hed arzi
row 10 : 2007 | halelu-shirim shel | "halelu-songs of | None | hed arzi
row 11 : 2008 | shirat rabim | "prayers", or "songs | gold | hed arzi
row 12 : 2008 | 聽見愛的聲音 | "voice of love" | platinum | da jung jang ] Execute this SQL based on the above table: select ( select year where year = ( select max ( year ) ) ) < 2006 | 0 |
[ header: model | frame | years mfg'd | caliber(s) | production | barrel | notes row 1 : remington-beals army model revolve | large | 1861-1862 | 0.44 | 1,900 (estimated) | 8 inch octagon | None
row 2 : remington-beals navy model revolve | medium | 1861-1862 | 0.36 | 14,500 (estimated) | 7 1/2 inch octagon | None
row 3 : 1861 army revolver (old model army) | large | 1862 | 0.44 | 6,000 (estimated) | 8 inch octagon | None
row 4 : 1861 navy revolver | medium | 1862 | 0.36 | 7,000 (estimated) | 7 3/8 inch octagon | None
row 5 : new model army revolver | large | 1863-1875 | 0.44 | 122,000 (approximately) | 8 inch octagon | used for factory conversions in .46
row 6 : new model navy revolver | medium | 1863-1875 | 0.36 | 28,000 (approximately) | 7 3/8 inch octagon | used for factory and u.s. navy
row 7 : new model single action belt revolver | large | 1863-1875 | .36 percussion and .38 | 2,500 - 3,000 (estimated | 6 1/2 inch octagon | factory conversion production started in 1873
row 8 : remington-rider double action new | large | 1863-1873 | .36 percussion and .38 | 3,000 - 5,000 (estimated | 6 1/2 inch octagon | 1863-1865 available with fluted cylinder
row 9 : new model police revolver | medium | 1865-1873 | .36 percussion and .38 | 25,000 (estimated) | 3 1/2, 4 1/2, 5 1/2, 6 | conversions all believed to be rimfire only
row 10 : new model pocket revolver | medium | 1865-1873 | .31 percussion and .32 | 25,000 (estimated) | 3, 3 1/2, 4, 4 1/2 | majority produced as conversions or cartridge ] Execute this SQL based on the above table: select distinct notes where years mfg'd not null | used for factory conversions in .46 rf & .44 remington, used for factory and u.s. navy conversions to .38 rf & cf, factory conversion production started in 1873, 1863-1865 available with fluted cylinder, conversions had two-piece cylinder, conversions all believed to be rimfire only, majority produced as conversions or cartridge |
[ header: name | position | year | league apps | league goals | total apps | total goals | notes row 1 : walter langton | lb / cf | 1887-1905 | 45 | 28 | 48 | 48 | doncaster's longest serving player appearance stats
row 2 : tom keetley | fw | 1923-1929 | 231 | 180 | 241 | 186 | record all time goalscorer. most goals in
row 3 : fred emery | wh | 1924-1936 | 417 | 30 | 439 | 32 | record league appearances manager of doncaster 1936-19
row 4 : paddy mcconnell | if | 1925-1930 | 137 | 20 | 143 | 21 | the first current doncaster player to represent his country
row 5 : syd bycroft | df | 1936-1951 | 333 | 2 | 355 | 2 | including wartime league matches, he played
row 6 : eddie perry | cf | 1936-1938 | 98 | 44 | 102 | None | welsh international whilst at don
row 7 : clarrie jordan | fw | 1945-1948 | 60 | 48 | 67 | 50 | most doncaster league goals in one season (42
row 8 : charlie williams | df | 1948-1959 | 158 | 1 | 174 | 1 | famous comedian
row 9 : peter doherty | if | 1949-1953 | 103 | 55 | 109 | 58 | ireland international player and manager of northern
row 10 : len graham | mf | 1949-1958 | 312 | 3 | 332 | 3 | northern ireland international whilst at
row 11 : kit lawlor | if | 1950-1954 | 127 | 47 | 143 | 49 | republic of ireland international whilst
row 12 : harry gregg | gk | 1952-1957 | 94 | 0 | 99 | 0 | northern ireland international whilst at
row 13 : alick jeffrey | fw | 1954-1956, 1963-1968 | 262 | 129 | 293 | 140 | youngest doncaster player (15 years 229 days
row 14 : colin douglas | fw | 1981-1986, 1988-1993 | 404 | 53 | 444 | 62 | record total appearances (not including the wartime
row 15 : brian stock | mf | 2006-2012 | 193 | 18 | 216 | 23 | welsh international whilst at don
row 16 : billy sharp | fw | 2009-2012, 2014- | 92 | 44 | 96 | 45 | record transfer fee paid: £1,150,000 ] Execute this SQL based on the above table: select notes order by total goals desc limit 1 | record all time goalscorer. most goals in one game - 6 v ashington in 1929 |
[ header: date | location | winning team | winning team | losing team | losing team | notes row 1 : november 12, 2006 | christl arena (west point) | pittsburgh men | 86 | western michigan men | 67 | pitt/wmu men's game
row 2 : november 12, 2006 | christl arena (west point) | ohio state | 77 | army | 41 | pitt/wmu men's game
row 3 : december 8, 2007 | madison square garden (new york city) | duke | 51 | pittsburgh | 49 | first maggie dixon classic at madison
row 4 : december 8, 2007 | madison square garden (new york city) | rutgers | 75 | army | 68 | first maggie dixon classic at madison
row 5 : december 14, 2008 | madison square garden (new york city) | rutgers | 59 | army | 38 | uconn - won national championship
row 6 : december 14, 2008 | madison square garden (new york city) | connecticut | 77 | penn state | 63 | uconn - won national championship
row 7 : december 13, 2009 | madison square garden (new york city) | baylor | 68 | boston college | 55 | None
row 8 : december 13, 2009 | madison square garden (new york city) | tennessee | 68 | rutgers | 54 | None
row 9 : december 19, 2010 | madison square garden (new york city) | texas a&m | 79 | rutgers | 50 | a&m - won national championship;
row 10 : december 19, 2010 | madison square garden (new york city) | connecticut | 81 | ohio state | 50 | a&m - won national championship;
row 11 : december 11, 2011 | madison square garden (new york city) | baylor | 73 | st. johns | 59 | baylor - won national championship;
row 12 : december 11, 2011 | madison square garden (new york city) | tennessee | 84 | depaul | 61 | baylor - won national championship;
row 13 : december 9, 2012 | madison square garden (new york city) | rutgers | 73 | louisiana tech | 46 | la tech - won inaugural ncaa
row 14 : december 9, 2012 | madison square garden (new york city) | duke | 60 | st. johns | 42 | la tech - won inaugural ncaa
row 15 : december 22, 2013 | madison square garden (new york city) | st. johns | 72 | texas a&m | 70 | None
row 16 : december 22, 2013 | madison square garden (new york city) | connecticut | 80 | california | 47 | None ] Execute this SQL based on the above table: select notes where id = ( select id where notes = 'baylor - won national championship;' ) + 1 | baylor - won national championship; |
[ header: draw | artist | song | points | place row 1 : 1 | the memories | "if it means losing you" | 57 | 8th
row 2 : 2 | ann breen | "oh, darling" | 80 | 4th
row 3 : 3 | fran meen | "say that you love me" | 66 | 6th
row 4 : 4 | dreams | "sin sin ("that's that") | 73 | 5th
row 5 : 5 | connor stevens | "count on me" | 88 | 3rd
row 6 : 6 | linda martin and friends | "all the people in the world" | 105 | 2nd
row 7 : 7 | maggie toal | "feed him with love" | 61 | 7th
row 8 : 8 | liam reilly | "somewhere in europe" | 130 | 1st ] Execute this SQL based on the above table: select count ( * ) where song = '"if it means losing you"' | 1 |
[ header: # | date | opponent | score | win | loss | save | attendance | record row 1 : 106 | august 2 | pirates | 2-3 | rick white (4-5) | bobby munoz (7-4) | dan miceli (2) | 40164 | 51-55
row 2 : 107 | august 3 | pirates | 7-0 | danny jackson (14-5) | steve cooke (4-10) | none | 36542 | 52-55
row 3 : 108 | august 4 | pirates | 1-5 | jon lieber (6-6) | curt schilling (1-8) | none | 37481 | 52-56
row 4 : 109 | august 5 | expos | 0-5 | pedro martinez (10-5) | david west (4-9) | none | 33642 | 52-57
row 5 : 110 | august 6 | expos | 3-4 (11) | john wetteland (4-6) | doug jones (2-4) | jeff shaw (1) | 41699 | 52-58
row 6 : 111 | august 7 | expos | 4-6 | ken hill (16-5) | bobby munoz (7-5) | mel rojas (16) | 45346 | 52-59
row 7 : 112 | august 8 | mets | 2-3 | bobby j. jones (12 | danny jackson (14-6) | john franco (29) | 35977 | 52-60
row 8 : 113 | august 9 | mets | 5-1 | curt schilling (2-8) | mike remlinger (1-5) | none | 31740 | 53-60
row 9 : 114 | august 10 | mets | 2-6 | bret saberhagen ( | david west (4-10) | john franco (30) | 36716 | 53-61
row 10 : 115 | august 11 | mets | 2-1 (15) | tom edens (5-1) | mauro gozzo (3-5) | none | 37605 | 54-61 ] Execute this SQL based on the above table: select ( select attendance where record = '52-59' ) > 10 | 1 |
[ header: year | award | group | result | notes row 1 : 2004 | black reel awards | best actor: drama | nominated | the human stain (film)
row 2 : 2004 | black reel awards | best breakthrough performance | nominated | the human stain (film)
row 3 : 2006 | academy of science fiction, fantasy & horror films | best actor on television | nominated | prison break
row 4 : 2006 | teen choice awards | tv - choice actor | nominated | prison break
row 5 : 2006 | teen choice awards | tv - choice breakout star | nominated | prison break
row 6 : 2006 | golden globes awards | best performance by an actor in a television series | nominated | prison break
row 7 : 2007 | teen choice awards | choice tv actor: drama | nominated | prison break
row 8 : 2008 | teen choice awards | choice tv actor: action adventure | nominated | prison break
row 9 : 2014 | fangoria chainsaw awards | best screenplay | pending | stoker (film) ] Execute this SQL based on the above table: select award where year >= 2006 | academy of science fiction, fantasy & horror films, teen choice awards, teen choice awards, golden globes awards, teen choice awards, teen choice awards, fangoria chainsaw awards |
[ header: year | entrant | chassis | engine | tyres | drivers | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | points | wcc row 1 : 1998 | mild seven benetton | benetton b198 | gc37-01 v10 | b | None | aus | bra | arg | smr | esp | mon | can | fra | gbr | aut | ger | hun | bel | ita | lux | jpn | None | 33 | 5th
row 2 : 1998 | mild seven benetton | benetton b198 | gc37-01 v10 | b | giancarlo fisichella | ret | 6 | 7 | ret | ret | 2 | 2 | 9 | 5 | ret | 7 | 8 | ret | 8 | 6 | 8 | None | 33 | 5th
row 3 : 1998 | mild seven benetton | benetton b198 | gc37-01 v10 | b | alexander wurz | 7 | 4 | 4 | ret | 4 | ret | 4 | 5 | 4 | 9 | 11 | 16 | ret | ret | 7 | 9 | None | 33 | 5th
row 4 : 1999 | mild seven benetton | benetton b199 | fb01 v10 | b | None | aus | bra | smr | mon | esp | can | fra | gbr | aut | ger | hun | bel | ita | eur | mal | jpn | None | 16 | 6th
row 5 : 1999 | mild seven benetton | benetton b199 | fb01 v10 | b | giancarlo fisichella | 4 | ret | 5 | 5 | 9 | 2 | ret | 7 | 12 | ret | ret | 11 | ret | ret | 11 | 14 | None | 16 | 6th
row 6 : 1999 | mild seven benetton | benetton b199 | fb01 v10 | b | alexander wurz | ret | 7 | ret | 6 | 10 | ret | ret | 10 | 5 | 7 | 7 | 14 | ret | ret | 8 | 10 | None | 16 | 6th
row 7 : 2000 | mild seven benetton | benetton b200 | fb02 v10 | b | None | aus | bra | smr | gbr | esp | eur | mon | can | fra | aut | ger | hun | bel | ita | usa | jpn | mal | 20 | 4th
row 8 : 2000 | mild seven benetton | benetton b200 | fb02 v10 | b | giancarlo fisichella | 5 | 2 | 11 | 7 | 9 | 5 | 3 | 3 | 9 | ret | ret | ret | ret | 11 | ret | 14 | 9 | 20 | 4th
row 9 : 2000 | mild seven benetton | benetton b200 | fb02 v10 | b | alexander wurz | 7 | ret | 9 | 9 | 10 | 12 | ret | 9 | ret | 10 | ret | 11 | 13 | 5 | 10 | ret | 7 | 20 | 4th ] Execute this SQL based on the above table: select 12 where 3 in ( 11 , 'hun' ) order by 15 asc limit 1 | ret |
[ header: image | name | birth date | death date | brief biography row 1 : | harriet churchill | october 1679 | october 1679 | died an infant
row 2 : | henrietta churchill (later | 19 july 1681 | 24 october 1733 | married the hon. francis godolph
row 3 : | anne churchill (later spen | 27 february 1683 | 15 april 1716 | anne married the whig politician char
row 4 : | john churchill, marquess of blandford | 13 february 1686 | 20 february 1703 | john, marquess of blandford was the
row 5 : | elizabeth churchill (late | 15 march 1687 | 22 march 1738 | married scroop egerton, 4th
row 6 : | mary churchill (later montagu | 15 july 1689 | 14 may 1729 | married john montagu, 2nd du
row 7 : | charles churchill | 19 august 1690 | 22 may 1692 | died an infant ] Execute this SQL based on the above table: select count ( death date ) | 7 |
[ header: # | temple name | hangul | hanja | period of reign | personal name | relationship | note row 1 : 2 | daru | 다루왕 | 多婁王 | 28-77 | None | first son of onjo | None
row 2 : 3 | giru | 기루왕 | 己婁王 | 77-128 | None | first son of daru | None
row 3 : 5 | chogo | 초고왕 | 肖古王 | 166-214 | None | son of gaeru | also sogo (소고왕, 素古王)
row 4 : 7 | saban | 사반왕 | 沙泮王 | 234 | None | first son of gusu | also sai (사이왕, 沙伊王
row 5 : 9 | chaekgye | 책계왕 | 責稽王 | 286-298 | None | son of goi | also cheonggye (청계왕,
row 6 : 11 | biryu | 비류왕 | 比流王 | 304-344 | None | second son of gusu | None
row 7 : 15 | chimnyu | 침류왕 | 枕流王 | 384-385 | None | first son of geungusu | None
row 8 : 16 | jinsa | 진사왕 | 辰斯王 | 385-392 | None | younger brother of chimnyu | also buyeohui (부여휘, 扶餘暉
row 9 : 17 | asin | 아신왕 | 阿莘王 | 392-405 | None | nephew of jinsa; first son | also aha (아화왕, 阿華王)
row 10 : 19 | gu-isin | 구이신왕 | 久爾辛王 | 420-427 | None | first son of jeonji | None
row 11 : 28 | hye | 혜왕 | 惠王 | 598-599 | gye (계, 季) | younger brother of wideok | also heon (헌왕, 獻王)
row 12 : 30 | mu | 무왕 | 武王 | 600-641 | personal name jang (장, 璋 | youngest son of wideok | also mugang (무강왕, 武康王) or
row 13 : 31 | uija | 의자왕 | 義慈王 | 641-660 | None | first son of mu | None ] Execute this SQL based on the above table: select count ( * ) | 17 |
[ header: rank | lane | name | nationality | react | time | notes row 1 : 1 | 4 | yelizaveta bry | ukraine | 0.245 | 23.1 | q
row 2 : 2 | 6 | myriam soumare | france | 0.179 | 23.22 | q
row 3 : 3 | 3 | ksenija balta | estonia | 0.205 | 23.75 | q
row 4 : 4 | 5 | niamh whelan | ireland | 0.253 | 23.78 | q
row 5 : 5 | 7 | sabina veit | slovenia | 0.205 | 23.78 | None
row 6 : 6 | 2 | elin backman | sweden | 0.217 | 24.13 | None ] Execute this SQL based on the above table: select rank where name = 'elin backman' | 6.0 |
[ header: name | 1968 cf designator | place of manufacture | primary role(s) | service period | # used row 1 : airco dh.9a | None | uk | bomber | 1920-1929 | 12
row 2 : armstrong whitworth atlas | None | uk | army co-operation | 1927-1942 | 16
row 3 : avro tutor (avro 621) | None | uk | trainer | 1931-1945 | 7
row 4 : avro lancaster | None | uk/canada | heavy bomber | 1944-1965 | 229
row 5 : avro lincoln | None | uk/canada | heavy bomber | 1946-1947 | 3
row 6 : boeing-vertol chinook | ch-147 | us | transport helicopter | 1974-1992 | 9
row 7 : canadair argus | cp-107 | canada | maritime patrol | 1957-1988 | 33
row 8 : canadair dynavert | cx-131 | canada | experimental vtol tilt-wing | 1969-1975 | 3
row 9 : canadair starfighter | cf-104 | canada | fighter | 1961-1988 | 200
row 10 : canadian vickers varuna | None | canada | patrol flying boat | 1926-1930 | 8
row 11 : consolidated catalina/canso | None | us/canada | maritime patrol seaplane | 1941-1962 | 254
row 12 : curtiss h-16 | None | us | patrol flying boat | 1922-1924 | 2
row 13 : curtiss tomahawk | None | us | fighter | 1943-1946 | 4
row 14 : curtiss warhawk | None | us | fighter | 1942-1943 | 9
row 15 : de havilland fox moth | None | canada | transport | 1941-1945 | 1
row 16 : de havilland genet moth | None | uk | role | 1928-1932 | 2
row 17 : de havilland canada chipmunk | ct-120 | canada | elementary trainer | 1948-1972 | 100
row 18 : de havilland canada otter | csr-123 | canada | transport | 1953-1984 | 69
row 19 : douglas mo-2b | None | us | utility/patrol | 1927-1930 | 1
row 20 : fairchild cornell | None | us | elementary trainer | 1942-1948 | 1555
row 21 : fairchild flying boxcar | None | us | transport | 1952-1967 | 35
row 22 : fleet freighter | None | canada | transport | 1942-1944 | 2
row 23 : grumman tracker | cp-121 | canada | carrier-borne asw | 1968-1994 | 72
row 24 : handley page harrow | None | uk | bomber/transport | 1940-1941 | 2
row 25 : handley page halifax | None | uk | heavy bomber | 1944-1947 | 5
row 26 : hawker hurricane | None | uk/canada | fighter | 1939-1948 | 502
row 27 : hawker sea hurricane | None | uk | fighter | 1942-1943 | 1
row 28 : keystone puffer | None | us | crop duster/utility | 1927-1934 | 2
row 29 : lockheed lodestar | None | us | transport | 1943-1948 | 18
row 30 : mcdonnell douglas c | cf-188 | us | fighter | 1982-current | 138
row 31 : noorduyn norseman | None | canada | utility transport | 1940-1957 | 100
row 32 : north american harvard | None | us/canada | advanced trainer | 1939-1968 | 2156
row 33 : north american na-44 | None | us | fighter/utility | 1940-1944 | 1
row 34 : sagem sperwer | cu-161 | france | uav | 2003-current | 31 ] Execute this SQL based on the above table: select count ( # used ) | 34 |
[ header: athlete | nation | olympics | gold | silver | bronze | total row 1 : gillis grafstrom | sweden (swe) | 1920-1932 | 3 | 1 | 0 | 4
row 2 : evgeni plushenko | russia (rus) | 2002-2014 | 2 | 2 | 0 | 4
row 3 : ludmila belousova | soviet union (urs) | 1964-1968 | 2 | 0 | 0 | 2
row 4 : dick button | united states (usa) | 1948-1952 | 2 | 0 | 0 | 2
row 5 : ekaterina gordeeva | soviet union (urs) russia ( | 1988, 1994 | 2 | 0 | 0 | 2
row 6 : tatiana volosozhar | russia (rus) | 2014 | 2 | 0 | 0 | 2
row 7 : katarina witt | east germany (gdr) | 1984-1988 | 2 | 0 | 0 | 2
row 8 : marina klimova / sergei | unified team (eun) soviet | 1984-1992 | 1 | 1 | 1 | 3
row 9 : tenley albright | united states (usa) | 1952-1956 | 1 | 1 | 0 | 2
row 10 : elena berezhnay | russia (rus) | 1998-2002 | 1 | 1 | 0 | 2
row 11 : carol heiss | united states (usa) | 1956-1960 | 1 | 1 | 0 | 2
row 12 : kim yu-na | south korea (kor) | 2010-2014 | 1 | 1 | 0 | 2
row 13 : shen xue / z | china (chn) | 2002-2010 | 1 | 0 | 2 | 3
row 14 : jeannette altwegg | great britain (gbr) | 1948-1952 | 1 | 0 | 1 | 2
row 15 : marina anissina / g | france (fra) | 1998-2002 | 1 | 0 | 1 | 2
row 16 : beatrix loughran | united states (usa) | 1924-1932 | 0 | 2 | 1 | 3
row 17 : patrick chan | canada (can) | 2014 | 0 | 2 | 0 | 2
row 18 : marika kilius / hans | unified team of germany (eua | 1960-1964 | 0 | 2 | 0 | 2
row 19 : brian orser | canada (can) | 1984-1988 | 0 | 2 | 0 | 2
row 20 : elvis stojko | canada (can) | 1994-1998 | 0 | 2 | 0 | 2
row 21 : phyllis johnson | great britain (gbr) | 1908-1920 | 0 | 1 | 1 | 2
row 22 : michelle kwan | united states (usa) | 1998-2002 | 0 | 1 | 1 | 2
row 23 : irina slut | russia (rus) | 2002-2006 | 0 | 1 | 1 | 2
row 24 : philippe candeloro | france (fra) | 1994-1998 | 0 | 0 | 2 | 2
row 25 : manuela groß / uwe ka | east germany (gdr) | 1972-1976 | 0 | 0 | 2 | 2
row 26 : chen lu | china (chn) | 1994-1998 | 0 | 0 | 2 | 2
row 27 : patrick pera | france (fra) | 1968-1972 | 0 | 0 | 2 | 2 ] Execute this SQL based on the above table: select total where nation = 'russia (rus)' | 4.0, 2.0, 2.0, 2.0 |
[ header: no. | date | home team | visiting team | goals | score | result | venue | competition row 1 : 2 | 25 mar 1992 | scotland | finland | 41' 1-1 | 1-1 | draw | hampden park, glasgow | friendly
row 2 : 3 | 13 oct 1993 | sweden | finland | 60' 3-2 | 3-2 | loss | rasunda stadium, stockhol | 1994 fifa world cup qualification
row 3 : 5 | 16 nov 1994 | finland | faroe islands | 53' 2-0 72' 3-0 | 5-0 | win | helsinki olym | uefa euro 1996 qualifying
row 4 : 7 | 11 jun 1995 | finland | greece | 45+1' 1-1 (pen.) | 2-1 | win | helsinki olym | uefa euro 1996 qualifying
row 5 : 9 | 2 feb 1997 | turkey | finland | 17' 0-1 | 1-1 | draw | ataturk stadium, denizli | friendly
row 6 : 12 | 6 sep 1997 | switzerland | finland | 16' 0-1 | 1-2 | win | stade olympique de la pont | 1998 fifa world cup qualification
row 7 : 13 | 14 oct 1998 | turkey | finland | 90+6' 1-3 | 1-3 | win | ali sami yen stadium, | uefa euro 2000 qualifying
row 8 : 14 | 29 mar 2000 | wales | finland | 21' 0-1 | 1-2 | win | millennium stadium, cardiff | friendly
row 9 : 15 | 16 aug 2000 | finland | norway | 24' 1-0 61' 2-1 | 3-1 | win | finnair stadium, helsink | 2000-01 nordic football championship
row 10 : 17 | 2 sep 2000 | finland | albania | 45 ' 1-0 | 2-1 | win | finnair stadium, helsink | 2002 fifa world cup qualification
row 11 : 18 | 15 aug 2001 | finland | belgium | 3-0 (pen.) | 4-1 | win | helsinki olym | friendly
row 12 : 20 | 27 mar 2002 | portugal | finland | 41' 1-3 53' 1-4 | 1-4 | win | estadio do bessa | friendly
row 13 : 22 | 30 apr 2003 | finland | iceland | 55' 1-0 (pen.) | 3-0 | win | pohjola stadion, my | friendly
row 14 : 23 | 31 apr 2004 | malta | finland | 86' 0-2 | 1-2 | win | ta' qali national stadium, | friendly
row 15 : 25 | 26 mar 2005 | czech republic | finland | 46 ' 2-1 | 4-3 | loss | na stinadle | 2006 fifa world cup qualification
row 16 : 27 | 2 sep 2006 | poland | finland | 54' 0-1 76' 0 | 1-3 | win | zdzisław k | uefa euro 2008 qualifying
row 17 : 29 | 6 feb 2008 | finland | greece | 66' 1-0 | 1-2 | loss | neo gsp stadium, | friendly ] Execute this SQL based on the above table: select visiting team where visiting team = 'finland' | finland, finland, finland, finland, finland, finland, finland, finland, finland, finland |
[ header: record | date and time | competition | home or away | opponent | score row 1 : biggest win | 19.10.1912 at 15:00 | spartan league | home | aylesbury united | 14-0
row 2 : biggest defeat | 09.11.1946 at 15:00 | isthmian league | home | wimbledon | 0-11
row 3 : most goals in one match | 22.11.1922 at 15:00 | fa cup / 4th q | away | dulwich hamlet | 7-8
row 4 : biggest home win | 19.10.1912 at 15:00 | spartan league | home | aylesbury united | 14-0
row 5 : biggest home defeat | 09.11.1946 at 15:00 | isthmian league | home | wimbledon | 0-11
row 6 : biggest away win | 24.11.1970 at 15:00 | mithras cup 2nd r | away | ruislip manor | 10-0
row 7 : biggest away win | 17.04.1920 at 15:00 | spartan league | away | tufnell spartans | 11-1
row 8 : biggest away defeat | 04.11.2008 at 19:45 | herts charity cup | away | hemel hempstead town | 0-10 ] Execute this SQL based on the above table: select date and time where home or away = 'home' | 19.10.1912 at 15:00, 09.11.1946 at 15:00, 19.10.1912 at 15:00, 09.11.1946 at 15:00 |
[ header: rank | player | county | tally | total | opposition row 1 : 1 | nicky english | tipperary | 2-12 | 18 | antrim
row 2 : 2 | mark corrigan | offaly | 3-7 | 16 | kilkenny
row 3 : 3 | joe hennessy | kerry | 3-5 | 14 | limerick
row 4 : 3 | finbarr delaney | cork | 1-11 | 14 | waterford
row 5 : 5 | nicky english | tipperary | 0-13 | 13 | waterford
row 6 : 5 | adrian ronan | kilkenny | 1-10 | 13 | westmeath
row 7 : 7 | nicky english | tipperary | 2-5 | 11 | limerick
row 8 : 7 | danny mcnaughton | antrim | 2-5 | 11 | down
row 9 : 9 | m. j. ryan | dublin | 1-7 | 10 | laois
row 10 : 10 | gary kirby | limerick | 1-6 | 9 | kerry
row 11 : 10 | pat murphy | waterford | 3-0 | 9 | cork ] Execute this SQL based on the above table: select count ( opposition ) where total >= 1424 | 0 |
[ header: yacht | nation | owner | skipper | launch year row 1 : afr midnight rambler | (nsw) | ed psaltis | ed psaltis | 2002
row 2 : another challenge | (vic) | chris lewin | chris lewin | 2000
row 3 : another fiasco | (qld) | damian suckling | damian suckling | 1994
row 4 : balance | (nsw) | paul clitheroe | paul clitheroe | 2006
row 5 : bear necessity | (nsw) | andrew & pauline d | andrew dally | 2007
row 6 : berrimilla | (nsw) | alex whitworth | alex whitworth | 1977
row 7 : george gregan foundation | (nsw) | peter goldsworthy | david witt | 2001
row 8 : georgia | (vic) | john williams/graeme | john williams | 2000
row 9 : getaway sailing 2 | (vic) | peter tarimo | jay pettifer | 2000
row 10 : global yacht racing - kioni | (nsw) | kioni sailing services p/l | richard falk | 2001
row 11 : helsal iv | (tas) | tony fisher | rob fisher | 1986
row 12 : huckleberry | (wa) | steve humphries | steve humphries | 1982
row 13 : hugo boss ii | None | alex thomson racing | ross daniel | 2001
row 14 : ichi ban | (nsw) | matt allen | matt allen | 2005
row 15 : imarex | (nsw) | marc & louis ryckmans | ola strand andersen | 2000
row 16 : jazz | None | chris bull | chris bull | 2003
row 17 : living doll | (vic) | michael hiatt | michael hiatt | 2005
row 18 : mr kite | (nsw) | andrew buckland/andre | andrew buckland/andre | 2005
row 19 : noonmark vi | None | sir geoffrey mulcahy | mike gilburt | 1998
row 20 : quantum racing | (nsw) | ray roberts | ray roberts | 2007
row 21 : quetzalcoatl | (nsw) | bruce/hampshire/lee | antony sweetapple | 2001
row 22 : ragamuffin | (nsw) | syd fischer | syd fischer | 2004
row 23 : rosebud | None | roger sturgeon | roger sturgeon | 2007
row 24 : scarlet runner | (vic) | robert date | robert date | 2001
row 25 : secret men's business #1 | (nsw) | smb syndicate | ross trembath/r cur | 1996
row 26 : sextant | (nsw) | denis doyle | denis doyle | 1999
row 27 : shogun | (vic) | rob hanna | rob hanna | 2007
row 28 : toyota aurion | (nsw) | andrew short | andrew short | 1993
row 29 : wild oats xi | (nsw) | bob oatley | mark richards | 2005
row 30 : wot's next | (nsw) | graeme wood | bill sykes | 2005 ] Execute this SQL based on the above table: select owner order by launch year limit 1 | alex whitworth |
[ header: finalist | age | from | dress colour | status row 1 : laura sicurello | 26 | milton keynes | yellow | eliminated 1st in week 1
row 2 : belinda evans | 28 | somerset | dark blue | eliminated 2nd in week 2
row 3 : meliz serman | 23 | chingford, london | gold | eliminated 3rd in week 3
row 4 : simona armstrong | 28 | romania | purple | eliminated 4th in week 4
row 5 : leanne dobinson | 20 | colchester | lilac | eliminated 5th in week 4
row 6 : abi finley | 23 | manchester | light blue | eliminated 6th in week 5
row 7 : aoife mulholland | 28 | salthill | green | eliminated 7th in week 5
row 8 : siobhan dillon | 21 | staffordshire | red | third place
row 9 : helena blackman | 23 | southampton | pink | second place
row 10 : connie fisher | 23 | pembrokeshire | orange | winner ] Execute this SQL based on the above table: select dress colour where from = 'chingford, london' and age = 23 | gold |
[ header: no. | date | home team | visiting team | goals | score | result | venue | competition row 1 : 2 | 25 mar 1992 | scotland | finland | 41' 1-1 | 1-1 | draw | hampden park, glasgow | friendly
row 2 : 3 | 13 oct 1993 | sweden | finland | 60' 3-2 | 3-2 | loss | rasunda stadium, stockhol | 1994 fifa world cup qualification
row 3 : 5 | 16 nov 1994 | finland | faroe islands | 53' 2-0 72' 3-0 | 5-0 | win | helsinki olym | uefa euro 1996 qualifying
row 4 : 7 | 11 jun 1995 | finland | greece | 45+1' 1-1 (pen.) | 2-1 | win | helsinki olym | uefa euro 1996 qualifying
row 5 : 9 | 2 feb 1997 | turkey | finland | 17' 0-1 | 1-1 | draw | ataturk stadium, denizli | friendly
row 6 : 12 | 6 sep 1997 | switzerland | finland | 16' 0-1 | 1-2 | win | stade olympique de la pont | 1998 fifa world cup qualification
row 7 : 13 | 14 oct 1998 | turkey | finland | 90+6' 1-3 | 1-3 | win | ali sami yen stadium, | uefa euro 2000 qualifying
row 8 : 14 | 29 mar 2000 | wales | finland | 21' 0-1 | 1-2 | win | millennium stadium, cardiff | friendly
row 9 : 15 | 16 aug 2000 | finland | norway | 24' 1-0 61' 2-1 | 3-1 | win | finnair stadium, helsink | 2000-01 nordic football championship
row 10 : 17 | 2 sep 2000 | finland | albania | 45 ' 1-0 | 2-1 | win | finnair stadium, helsink | 2002 fifa world cup qualification
row 11 : 18 | 15 aug 2001 | finland | belgium | 3-0 (pen.) | 4-1 | win | helsinki olym | friendly
row 12 : 20 | 27 mar 2002 | portugal | finland | 41' 1-3 53' 1-4 | 1-4 | win | estadio do bessa | friendly
row 13 : 22 | 30 apr 2003 | finland | iceland | 55' 1-0 (pen.) | 3-0 | win | pohjola stadion, my | friendly
row 14 : 23 | 31 apr 2004 | malta | finland | 86' 0-2 | 1-2 | win | ta' qali national stadium, | friendly
row 15 : 25 | 26 mar 2005 | czech republic | finland | 46 ' 2-1 | 4-3 | loss | na stinadle | 2006 fifa world cup qualification
row 16 : 27 | 2 sep 2006 | poland | finland | 54' 0-1 76' 0 | 1-3 | win | zdzisław k | uefa euro 2008 qualifying
row 17 : 29 | 6 feb 2008 | finland | greece | 66' 1-0 | 1-2 | loss | neo gsp stadium, | friendly ] Execute this SQL based on the above table: select no. where no. in ( 'win' , 'finland' , '25' ) group by no. order by sum ( no. ) desc limit 1 | 25.0 |
[ header: by race | white | black | aian | asian | nhpi row 1 : 2000 (total population) | 75.43% | 4.46% | 19.06% | 5.24% | 0.88%
row 2 : 2000 (hispanic only) | 3.42% | 0.33% | 0.45% | 0.16% | 0.06%
row 3 : 2005 (total population) | 74.71% | 4.72% | 18.77% | 5.90% | 0.88%
row 4 : 2005 (hispanic only) | 4.32% | 0.38% | 0.48% | 0.19% | 0.05%
row 5 : growth 2000-05 (total population) | 4.85% | 12.03% | 4.27% | 19.23% | 5.35%
row 6 : growth 2000-05 (non-hispan | 3.49% | 11.30% | 4.02% | 18.96% | 5.86%
row 7 : growth 2000-05 (hispanic only) | 33.56% | 21.02% | 14.52% | 27.89% | -1.95% ] Execute this SQL based on the above table: select black where id = ( select id where black = '12.03%' ) - 1 | 0.38% |
[ header: no. | name | term of office | president(s) served under row 1 : 1 | william bennett | 1989 - 1991 | george h. w. bush
row 2 : 2 | bob martinez | march 28, 1991 - january 20, | george h. w. bush
row 3 : 3 | lee p. brown | january 1993 - december | bill clinton
row 4 : 4 | barry mccaffrey | february 29, 1996 - janu | bill clinton
row 5 : 5 | john p. walters | december 7, 2001 - janu | george w. bush
row 6 : 6 | gil kerlikowske | may 7, 2009 - march 6, 2014 | barack obama
row 7 : acting | michael botticelli | march 6, 2014 - | barack obama ] Execute this SQL based on the above table: select count ( * ) where president(s) served under = 'barack obama' and president(s) served under = 'bill clinton' | 0 |
[ header: no. | constituency | created | seats | change row 1 : 1 | carlow-kilkenny | 1948 | 5 | None
row 2 : 2 | cavan-monaghan | 1977 | 5 | None
row 3 : 3 | clare | 1921 | 4 | None
row 4 : 4 | cork east | 1981 | 4 | None
row 5 : 5 | cork north-central | 1981 | 4 | -1
row 6 : 6 | cork north-west | 1981 | 3 | None
row 7 : 7 | cork south-central | 1981 | 5 | None
row 8 : 8 | cork south-west | 1961 | 3 | None
row 9 : 9 | donegal north-east | 1981 | 3 | None
row 10 : 10 | donegal south-west | 1981 | 3 | None
row 11 : 11 | dublin central | 1981 | 4 | None
row 12 : 12 | dublin mid-west | 2002 | 4 | -1
row 13 : 13 | dublin north | 1981 | 4 | None
row 14 : 14 | dublin north-central | 1948 | 3 | 1
row 15 : 15 | dublin north-east | 1981 | 3 | None
row 16 : 16 | dublin north-west | 1981 | 3 | None
row 17 : 17 | dublin south | 1981 | 5 | None
row 18 : 18 | dublin south-central | 1948 | 5 | None
row 19 : 19 | dublin south-east | 1948 | 4 | None
row 20 : 20 | dublin south-west | 1981 | 4 | None
row 21 : 21 | dublin west | 1981 | 3 | None
row 22 : 22 | dun laoghaire | 1977 | 5 | None
row 23 : 23 | galway east | 1977 | 4 | None
row 24 : 24 | galway west | 1937 | 5 | None
row 25 : 25 | kerry north | 1969 | 3 | None
row 26 : 26 | kerry south | 1937 | 3 | None
row 27 : 27 | kildare north | 1997 | 4 | 1
row 28 : 28 | kildare south | 1997 | 3 | None
row 29 : 29 | laois-offaly | 2007 | 5 | 5
row 30 : 30 | limerick east | 1948 | 5 | None
row 31 : 31 | limerick west | 1948 | 3 | None
row 32 : 32 | longford-westmeath | 2007 | 4 | 4
row 33 : 33 | louth | 1923 | 4 | None
row 34 : 34 | mayo | 1997 | 5 | None
row 35 : 35 | meath east | 2007 | 3 | 3
row 36 : 36 | meath west | 2007 | 3 | 3
row 37 : 37 | roscommon-south leit | 2007 | 3 | 3
row 38 : 38 | sligo-north leit | 2007 | 3 | 3
row 39 : 39 | tipperary north | 1948 | 3 | None
row 40 : 40 | tipperary south | 1948 | 3 | None
row 41 : 41 | waterford | 1923 | 4 | None
row 42 : 42 | wexford | 1921 | 5 | None
row 43 : 43 | wicklow | 1923 | 5 | None ] Execute this SQL based on the above table: select created group by created having count ( constituency ) = 3 | 1923, 1977, 1997 |
[ header: year | japanese title | english title | role | network row 1 : 1997 | あくり | agri | None | nhk
row 2 : 1998 | ラフアントヒース | love & peace | yohei horiguchi | ntv
row 3 : 2001 | ネハーラント | neverland | osamu seto | tbs
row 4 : 2002 | hito ni yasashi | be nice to people | yusuke | fuji tv
row 5 : 2002 | engimono (演技者) | acting by | hachida | fuji tv
row 6 : 2004 | kino wa tomo kyo | None | None | None
row 7 : 2005 | dekabeya (六本木おかしな捜査班) | funny roppongi squad | yukio ochi | tv asahi
row 8 : 2005 | asuka e, soshite | to asuka and to the unseen | sawamura kazuya | fuji tv
row 9 : 2005 | nemureru mori no s | sleeping corpse | eiji/yamazaki | fuji tv
row 10 : 2006 | アキハハラ@deep | akihabara@deep | box | tbs
row 11 : 2007 | hana yori dango returns | boys over flowers 2 | junpei oribe | tbs
row 12 : 2007 | hanazakari no kimitachi | ikemen paradise | shuichi nakatsu | fuji tv
row 13 : 2008 | hachimitsu to clover (ハチミツとクローハー) | honey & clover | yuta takemoto | fuji tv
row 14 : 2008 | hanazakari no kimitachi | ikemen paradise | shuichi nakatsu | fuji tv
row 15 : 2008 | mao | devil | naoto serizawa | tbs
row 16 : 2009 | inochi naki mono no k | voice | ryosuke ishimatsu | fuji tv
row 17 : 2009 | majo saiban (魔女裁判) | the witch trial | toru yoshioka | fuji tv
row 18 : 2009 | yonimo \"kim\ | the law of recycling suicides | r 8427 | None
row 19 : 2010 | unobore deka (うぬほれ刑事) | conceited detective | sadame honjo | tbs
row 20 : 2010 | kyuukei no kou | spherical wilderness | shoichi soeda | fuji tv
row 21 : 2012 | osozaki no himawari | late blooming sunflower -my life renewed- | jotaro kodaira | fuji tv
row 22 : 2014 | gunshi kanbei | None | dom justo takayama | nhk ] Execute this SQL based on the above table: select english title where id = ( select id where english title = 'acting by' ) - 1 | be nice to people |
[ 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 count ( home team ) where away team = 'notts county' | 1 |
[ header: year | film | director | cast | details row 1 : 2011 | rajanna | vijayendra prasad | akkineni nagarjun | won nandi award for best feature film
row 2 : 2005 | super | puri jagannadh | akkineni nagarjun | won filmfare best comedian in telu
row 3 : 2004 | mass | raghava lawrence | akkineni nagarjun | won cinemaa award for best actor (na
row 4 : 2003 | satyam | surya kiran | sumanth genelia d's | None
row 5 : 1998 | aaha | suresh krishna | jagapathi babu sangh | None
row 6 : 1987 | agni putrudu | k. raghavendra ra | nagarjuna akkinen | first film starring two generations of the ak
row 7 : 1986 | vikram | v. madhusudhana | akkineni nagarjun | debut film of superstar akkineni
row 8 : 1982 | yuvaraju | dasari narayana rao | akkineni nageswara | None
row 9 : 1981 | prema kaanuka | k. raghavendra ra | akkineni nageswara | None
row 10 : 1980 | premabhishekam | dasari narayana rao | akkineni nageswara | the film has completed 100 days in 30 centres
row 11 : 1980 | butchi babu | dasari narayana rao | akkineni nageswara | None
row 12 : 1979 | kalyani | dasari narayana rao | murali mohan kaikala s | None
row 13 : 1978 | manchi manasulu | adurthi subba ra | akkineni nageshwar | None
row 14 : 1970 | maro prapancham | adurthi subba ra | akkineni nageswara | None ] Execute this SQL based on the above table: select count ( * ) where film = 'yuvaraju' | 1 |
[ header: city | country | iata | icao | airport | commenced | ended row 1 : bangkok | thailand | bkk | vtbs | suvarnabhumi airport | 2004 | present
row 2 : chennai | india | maa | vomm | chennai international airport | 2007 | present
row 3 : chiang mai | thailand | cnx | vtcc | chiang mai international airport | 2005 | 2008
row 4 : da nang | vietnam | dad | vvdn | da nang international airport | 2006 | 2006
row 5 : dhaka | bangladesh | dac | vghs | shahjalal international airport | 2012 | present
row 6 : guangzhou | china | can | zggg | guangzhou baiyun international airport | 2006 | present
row 7 : haikou | china | hak | zjhk | haikou meilan international airport | 2006 | present
row 8 : hat yai | thailand | hdy | vtss | hat yai international airport | 2004 | present
row 9 : ho chi minh city | vietnam | sgn | vvts | tan son nhat international airport | 2005 | present
row 10 : hong kong | hong kong | hkg | vhhh | hong kong international airport | 2010 | present
row 11 : hyderabad | india | hyd | vohs | rajiv gandhi international | 2012 | present
row 12 : kochi | india | cok | voci | cochin international airport | 2012 | present
row 13 : krabi | thailand | kbv | vtsg | krabi airport | 2005 | present
row 14 : kuala lumpur | malaysia | kul | wmkk | kuala lumpur international airport | 2008 | present
row 15 : kuching | malaysia | kch | wbgg | kuching international airport | 2008 | 2013
row 16 : langkawi | malaysia | lgk | wmkl | langkawi international airport | 2009 | 2010
row 17 : lijang | china | ljg | zplj | lijiang sanyi airport | 2013 | present
row 18 : lombok | indonesia | lop | wadl | lombok international airport | 2013 | present
row 19 : manila | philippines | mnl | rpll | ninoy aquino international airport | 2010 | present
row 20 : penang | malaysia | pen | wmkp | penang international airport | 2009 | present
row 21 : perth | australia | per | ypph | perth airport | 2004 | present
row 22 : phnom penh | cambodia | pnh | vdpp | phnom penh international airport | 2012 | present
row 23 : singapore | singapore | sin | wsss | singapore changi airport[hub | 2004 | present
row 24 : surabaya | indonesia | sub | warr | juanda international airport | 2013 | present
row 25 : taipei | taiwan | tpe | rctp | taiwan taoy | 2011 | present
row 26 : thiruvananthapuram | india | trv | votv | trivandrum international airport | 2010 | present
row 27 : tiruchirapalli | india | trz | votr | tiruchirapalli airport | 2010 | present
row 28 : udon thani | thailand | uth | vtud | udon thani international airport | 2007 | 2007 ] Execute this SQL based on the above table: select ended where commenced = ( select commenced where ended = 'present' ) + 1 | 2008, present, present |
[ header: county | obama | votes | romney | votes | others | votes | total row 1 : bernalillo | 55.55% | 147,183 | 39.35% | 104,242 | 5.10% | 13,517 | 264,942
row 2 : catron | 26.38% | 560 | 70.37% | 1,494 | 3.25% | 69 | 2,123
row 3 : chaves | 32.28% | 6,641 | 64.77% | 13,327 | 2.95% | 607 | 20,575
row 4 : cibola | 60.18% | 4,907 | 36.37% | 2,966 | 3.45% | 281 | 8,154
row 5 : colfax | 49.05% | 2,828 | 46.83% | 2,700 | 4.11% | 237 | 5,765
row 6 : dona ana | 55.97% | 36,778 | 41.07% | 26,988 | 2.96% | 1,946 | 65,712
row 7 : eddy | 31.83% | 6,110 | 65.36% | 12,546 | 2.81% | 539 | 19,195
row 8 : grant | 55.00% | 7,009 | 41.48% | 5,286 | 3.52% | 449 | 12,744
row 9 : guadalupe | 69.68% | 1,478 | 26.12% | 554 | 4.20% | 89 | 2,121
row 10 : lea | 23.98% | 4,080 | 73.75% | 12,548 | 2.27% | 387 | 17,015
row 11 : los alamos | 48.72% | 5,191 | 45.02% | 4,796 | 6.26% | 667 | 10,654
row 12 : luna | 47.77% | 3,583 | 48.93% | 3,670 | 3.29% | 247 | 7,500
row 13 : mckinley | 72.08% | 15,363 | 25.43% | 5,420 | 2.49% | 530 | 21,313
row 14 : mora | 74.85% | 1,952 | 22.81% | 595 | 2.34% | 61 | 2,608
row 15 : otero | 34.15% | 6,811 | 62.23% | 12,412 | 3.62% | 723 | 19,946
row 16 : quay | 37.32% | 1,384 | 59.39% | 2,202 | 3.29% | 122 | 3,708
row 17 : roosevelt | 28.92% | 1,730 | 67.73% | 4,052 | 3.36% | 201 | 5,983
row 18 : san juan | 34.11% | 15,688 | 62.57% | 28,779 | 3.32% | 1,527 | 45,994
row 19 : san miguel | 76.86% | 8,751 | 20.04% | 2,281 | 3.10% | 353 | 11,385
row 20 : sandoval | 50.29% | 26,976 | 45.17% | 24,228 | 4.53% | 2,432 | 53,636
row 21 : santa fe | 73.37% | 50,097 | 22.48% | 15,351 | 4.15% | 2,832 | 68,280
row 22 : sierra | 38.49% | 1,964 | 57.39% | 2,928 | 4.12% | 210 | 5,102
row 23 : socorro | 56.37% | 4,047 | 37.89% | 2,720 | 5.74% | 412 | 7,179
row 24 : taos | 78.06% | 11,855 | 17.84% | 2,710 | 4.10% | 623 | 15,188
row 25 : torrance | 37.86% | 2,414 | 55.22% | 3,521 | 6.92% | 441 | 6,376
row 26 : union | 26.83% | 472 | 70.27% | 1,236 | 2.90% | 51 | 1,759
row 27 : valencia | 48.73% | 13,473 | 46.25% | 12,788 | 5.01% | 1,386 | 27,647 ] Execute this SQL based on the above table: select max ( romney ) - min ( romney ) | 55.91 |
[ header: event | gold | gold | silver | silver | bronze | bronze row 1 : 60 metres | nelli cooman (ned | 7.17 | melanie paschke (ger) | 7.19 | patricia girard (fra) | 7.19
row 2 : 200 metres | galina malchugina (rus) | 22.41 | silke knoll (ger) | 22.96 | jacqueline poelman (n | 23.43
row 3 : 400 metres | svetlana goncharenko | 51.62 | tatyana alekseyeva (rus | 51.77 | viviane dorsile ( | 51.92
row 4 : 800 metres | natalya dukhnova (b | 2:00.42 | ella kovacs (rom) | 2:00.49 | carla sacramento (p | 2:01.12
row 5 : 1500 metres | yekaterina podkopay | 4:06.46 | lyudmila rogachova ( | 4:06.60 | małgorzata ryd | 4:06.98
row 6 : 3000 metres | fernanda ribeiro (por | 8:50.47 | margareta keszeg ( | 8:55.61 | anna brzezinska (pol) | 8:56.90
row 7 : 60 metres hurdles | yordanka donkova (bul | 7.85 | eva sokolova (rus) | 7.89 | anne piquereau (fr | 7.91
row 8 : 3000 metres walk | annarita sidoti (it | 11:54.32 | beate gummelt (ger) | 11:56.01 | yelena arshintseva ( | 11:57.48
row 9 : high jump | stefka kostadinova | 1.98 | desislava aleksandrova (bul | 1.96 | sigrid kirchmann (aut | 1.94 nr
row 10 : long jump | heike drechsler ( | 7.06 | ljudmila ninova (au | 6.78 | inessa kravets (uk | 6.72
row 11 : triple jump | inna lasovskaya | 14.88 | anna biryukova (rus) | 14.72 | sofiya bozhanova ( | 14.52
row 12 : shot put | astrid kumbernuss | 19.44 | larisa peleshenko (rus | 19.16 | svetla mitkova (bul | 19.09
row 13 : pentathlon | larisa turchinskaya ( | 4801 | rita inancsi (hun | 4775 nr | urszula włodarczy | 4668 ] Execute this SQL based on the above table: select bronze where gold = '51.62' | viviane dorsile (fra) |
[ header: team 1 | agg. | team 2 | 1st leg | 2nd leg row 1 : real union | (a) 6-6 | real madrid | 3-2 | 3-4
row 2 : portugalete | 1-7 | valencia | 1-4 | 0-3
row 3 : ponferradina | 1-4 | sevilla | 1-0 | 0-4
row 4 : orihuela | 0-1 | atletico | 0-1 | 0-0
row 5 : poli ejido | 6-1 | villarreal | 5-0 | 1-1
row 6 : hercules | 3-7 | valladolid | 1-5 | 2-2
row 7 : rayo vallecano | 1-5 | almeria | 1-2 | 0-3
row 8 : celta | 2-5 | espanyol | 2-2 | 0-3
row 9 : castellon | 0-4 | betis | 0-2 | 0-2
row 10 : real murcia | 2-3 | racing | 2-1 | 0-2
row 11 : malaga | 1-3 | mallorca | 1-1 | 0-2
row 12 : athletic | 3-2 | recreativo | 2-0 | 1-2
row 13 : getafe | 0-1 | osasuna | 0-0 | 0-1
row 14 : benidorm | 0-2 | barcelona | 0-1 | 0-1
row 15 : elche | 0-4 | deportivo | 0-2 | 0-2
row 16 : numancia | 0-3 | sporting | 0-1 | 0-2 ] Execute this SQL based on the above table: select agg. order by id desc limit 1 | 0-3 |
[ header: region | date | label | format row 1 : australia | march 4, 2011 | warner music group | cd, digital download
row 2 : united kingdom | march 7, 2011 | atlantic records | cd, digital download
row 3 : france | march 7, 2011 | atlantic records | cd, digital download
row 4 : united states | march 8, 2011 | atlantic records | cd, digital download
row 5 : canada | march 8, 2011 | warner music group | cd, digital download
row 6 : japan | march 23, 2011 | None | cd, digital download
row 7 : germany | april 29, 2011 | atlantic records | cd, digital download
row 8 : austria | april 29, 2011 | atlantic records | cd, digital download
row 9 : switzerland | april 29, 2011 | atlantic records | cd, digital download ] Execute this SQL based on the above table: select count ( format ) where format = 'cd, digital download' | 9 |
[ header: no | episode | title | original airdate | viewers | nightly rank row 1 : 1 | 2-01 | "the return" (part 1) | 16 may 2011 | 0.927 | 12
row 2 : 2 | 2-02 | "baby bumps" (part 2) | 16 may 2011 | 0.76 | 16
row 3 : 3 | 2-03 | "dates, decisions & divorces" | 23 may 2011 | 0.905 | 12
row 4 : 4 | 2-04 | "together we are one" | 30 may 2011 | 0.953 | 11
row 5 : 5 | 2-05 | "the way you are" | 6 june 2011 | 0.954 | 11
row 6 : 6 | 2-06 | "behind closed doors" | 13 june 2011 | 0.982 | 13
row 7 : 7 | 2-07 | "cheating on your test" | 20 june 2011 | 0.995 | 11
row 8 : 8 | 2-08 | "two different places" | 22 june 2011 | 0.904 | 10
row 9 : 9 | 2-09 | "just keep talking" | 27 june 2011 | 0.938 | 10
row 10 : 10 | 2-10 | "episode ten" | 29 june 2011 | 1.07 | 6
row 11 : 11 | 2-11 | "episode eleven" | 6 july 2011 | 0.825 | 14
row 12 : 12 | 2-12 | "episode twelve" | 13 july 2011 | 0.96 | 9
row 13 : 13 | 2-13 | "episode thirteen" | 20 july 2011 | 0.997 | 6 ] Execute this SQL based on the above table: select original airdate where original airdate != '30 may 2011' and nightly rank = ( select nightly rank where original airdate = '30 may 2011' ) | 6 june 2011, 20 june 2011 |
[ header: team | truck(s) | # | driver(s) | primary sponsor(s) | listed owner(s) | crew chief row 1 : addington racing | chevrolet silverado | 60 | travis kvapil | cat rental stores | mike addington | rick ren
row 2 : bobby hamilton racing | dodge ram | 4 | brian rose | perry connection | debbie hamilton | danny rollins
row 3 : bobby hamilton racing | dodge ram | 8 | bill lester (r) | dodge dealers | bobby hamilton | kip mccord
row 4 : circle bar racing | ford f-150 | 14 | rick crawford | circle bar motel & rv park | tom mitchell | ray stonkus
row 5 : countryman motorsports | ford f-150 | 15 | rich bickle | dickies | billy ballew | craig osbourne
row 6 : green light racing | chevrolet silverado | 8 | bobby dotter | people against drugs | gene christensen | doug howe
row 7 : joe gibbs racing | chevrolet silverado | 20 | coy gibbs | mbna | joe gibbs | doug hewitt
row 8 : k automotive racing | ford f-150 | 29 | terry cook | power stroke diesel | kay keselowski | bob keselowski
row 9 : l&r racing | chevrolet silverado | 90 | lance norick | express personnel services | ron norick | gary showalter
row 10 : morgan-dollar motorsports | chevrolet silverado | 46 | dennis setzer | acxiom/computer associate | david dollar | john monsam
row 11 : portenga motorsports | chevrolet silverado | 39 | steve portenga | roto-rooter | steve portenga | george church
row 12 : powers motorsports | dodge ram | 55 | tom powers | university of northwestern ohio | sherri powers | bryan berry
row 13 : sealmaster racing | chevrolet silverado | 88 | matt crafton | sealmaster | duke thorson | jerry cook
row 14 : spears motorsports | chevrolet silverado | 75 | david starr | spears manufacturing | wayne spears | dave mccarty
row 15 : tagsby racing | chevrolet silverado | 73 | loni richardson (r) | intensitee/uti | joey sonntag | joey sonntag
row 16 : team racing | chevrolet silverado | 86 | dana white (r) | red line oil/coverall carports | phil bonifield | bernie taft
row 17 : troxell racing | chevrolet silverado | 93 | jerry allec, jr | None | lonnie troxell | lonnie troxell
row 18 : ultra motorsports | dodge ram | 1 | ted musgrave | mopar | jim smith | gene nead
row 19 : ultra motorsports | dodge ram | 2 | jason leffler | team ase racing | marlene smith | tim kohuth
row 20 : ware racing enterprises | dodge ram | 5 | lance hooper | diamond cut jeans/blair5.com | rick ware | cal northrop
row 21 : ware racing enterprises | dodge ram | 51 | michael dokken | ooida | rick ware | ken glen ] Execute this SQL based on the above table: select count ( # ) where truck(s) <= 103 | 0 |
[ header: institution | location | athletic nickname | undergraduate enrollment | graduate enrollment | total enrollment | 2013 endowment (and us rank) | academic staff | motto row 1 : brown university | providence, rhode island | bears | 6316 | 2333 | 8649 | $2.7 billion (30th) | 736 | in deo speramus (in god
row 2 : columbia university | new york, new york | lions | 7160 | 15760 | 22920 | $8.2 billion (9th) | 3763 | in lumine tuo videb
row 3 : cornell university | ithaca, new york | big red | 13931 | 6702 | 20633 | $5.3 billion (18th) | 2908 | i would found an institution where any person can
row 4 : dartmouth college | hanover, new hampshire | big green | 4248 | 1893 | 6141 | $3.7 billion (22nd) | 571 | vox clamantis in deserto
row 5 : harvard university | cambridge, massachusetts | crimson | 7181 | 14044 | 21225 | $32.3 billion (1st) | 4671 | veritas (truth)
row 6 : princeton university | princeton, new jersey | tigers | 5113 | 2479 | 7592 | $18.2 billion (5th) | 1172 | dei sub numine viget (under god
row 7 : university of pennsylvania | philadelphia, pennsy | quakers | 10337 | 10306 | 20643 | $7.7 billion (11th) | 4464 | leges sine moribus vanae
row 8 : yale university | new haven, connecticut | bulldogs | 5275 | 6391 | 11666 | $20.8 billion (2nd) | 4140 | אורים ותומים lux et ver ] Execute this SQL based on the above table: select motto order by motto desc limit 1 | אורים ותומים lux et veritas (light and truth) |
[ header: rank | athlete | country | time | behind | points row 1 : 1 | sven kramer | netherlands | 01:53.98 | 0 | 37.993
row 2 : 2 | sverre lunde peder | norway | 1:54.87 | 0.89 | 38.29
row 3 : 3 | jan blokhuijsen | netherlands | 1:54.93 | 0.95 | 38.31
row 4 : 4 | denis yuskov | russia | 1:55.13 | 1.15 | 38.376
row 5 : 5 | koen verweij | netherlands | 1:55.42 | 1.44 | 38.473
row 6 : 6 | haralds silovs | latvia | 1:55.48 | 1.5 | 38.493
row 7 : 7 | zbigniew brodka | poland | 1:55.98 | 2 | 38.66
row 8 : 8 | bart swings | belgium | 1:56.08 | 2.1 | 38.693
row 9 : 9 | havard bøkko | norway | 1:56.35 | 2.37 | 38.783
row 10 : 10 | jan szymanski | poland | 1:56.55 | 2.57 | 38.85
row 11 : 11 | bram smallenbroek | austria | 1:57.44 | 3.46 | 39.146
row 12 : 12 | alexis contin | france | 1:57.58 | 3.6 | 39.193
row 13 : 13 | benjamin mace | france | 1:57.80 | 3.82 | 39.266
row 14 : 14 | konrad niedzwiedzki | poland | 1:57.92 | 3.94 | 39.306
row 15 : 15 | sergey gryaztso | russia | 1:58.73 | 4.75 | 39.576
row 16 : 16 | patrick beckert | germany | 1:59.08 | 5.1 | 39.693
row 17 : 17 | kristian reistad | norway | 1:59.19 | 5.21 | 39.73
row 18 : 18 | luca stefani | italy | 1:59.82 | 5.84 | 39.94
row 19 : 19 | marco cignini | italy | 1:59.97 | 5.99 | 39.99
row 20 : 20 | ferre spruyt | belgium | 2:00.00 | 6.02 | 40
row 21 : 21 | vitaly mikhailov | belarus | 2:00.75 | 6.77 | 40.52
row 22 : 22 | milan sablik | czech republic | 2:00.95 | 6.97 | 40.316
row 23 : 23 | ted jan bloemen | netherlands | 2:01.58 | 7.6 | 40.526
row 24 : 24 | moritz geisreiter | germany | 2:01.64 | 7.66 | 40.566 ] Execute this SQL based on the above table: select time where athlete = 'bart swings' | 1:56.08 |
[ header: selected latin american countries | internl. tourism arrivals 2010 (x 1000) | internl. tourism receipts. 2010 (usd (x1000) | average receipt per visitor 2009 (usd/turista) | tourist arrivals per 1000 inhab (estimated) 2007 | receipts per capita 2005 usd | revenues as % exports of goods and services 2003 | tourism income % gdp 2003 | % direct and indirect employment in tourism 2005 | world ranking tourism competitiv. ttci 2011 | 2011 ttci index row 1 : argentina | 5288 | 4930 | 932 | 115 | 57 | 7.4 | 1.8 | 9.1 | 60 | 4.2
row 2 : brazil | 5161 | 5919 | 1147 | 26 | 18 | 3.2 | 0.5 | 7 | 52 | 4.36
row 3 : chile | 2766 | 1636 | 591 | 151 | 73 | 5.3 | 1.9 | 6.8 | 57 | 4.27
row 4 : costa rica | 2100 | 2111 | 1005 | 442 | 343 | 17.5 | 8.1 | 13.3 | 44 | 4.43
row 5 : cuba | 2507 | None | None | 188 | 169 | None | None | None | None | None
row 6 : dominican republic | 4125 | 4240 | 1028 | 408 | 353 | 36.2 | 18.8 | 19.8 | 72 | 3.99
row 7 : mexico | 22395 | 11872 | 530 | 201 | 103 | 5.7 | 1.6 | 14.2 | 43 | 4.43
row 8 : panama | 1317 | 1676 | 1273 | 330 | 211 | 10.6 | 6.3 | 12.9 | 56 | 4.3
row 9 : peru | 2299 | 2274 | 989 | 65 | 41 | 9 | 1.6 | 7.6 | 69 | 4.04
row 10 : uruguay | 2352 | 1496 | 636 | 525 | 145 | 14.2 | 3.6 | 10.7 | 58 | 4.24 ] Execute this SQL based on the above table: select 2011 ttci index where selected latin american countries = 'chile' | 4.27 |
[ header: year | winners | score | runners up | notes row 1 : 1947 | wellington town reserves | 4-1 | walsall wood | None
row 2 : 1949 | bilston town | 1-0 | oswestry town | None
row 3 : 1950 | brereton social drew | None | None | None
row 4 : 1951 | bloxwich strollers | 1-0 | walsall wood | after extra time
row 5 : 1955 | shelfield athletic | 5-1 | walsall trinity | None
row 6 : 1956 | shelfield athletic | 2-0 | ogley hay | None
row 7 : 1959 | shelfield athletic | 4-0 | walsall wood | None
row 8 : 1960 | shelfield athletic | 3-0 | walsall wood | None
row 9 : 1965 | rushall olympic | 2-1 | brereton social | None
row 10 : 1966 | lower gornal athletic | 4-2 | kidderminster harriers | after extra time
row 11 : 1968 | wrockwardine wood | 2-1 | tamworth | None
row 12 : 1971 | baddesley colliery | 4-3 | atherstone town | aggregate score, 1st leg 2-2,
row 13 : 1973 | bilston town | 1-0 | darlaston | None
row 14 : 1974 | brereton social | 3-2 | warley county borough | after extra time
row 15 : 1977 | blakenall | 1-0 | bilston town | replay, 1st game 0-0 a
row 16 : 1978 | sutton coldfield town | 2-0 | alvechurch | None
row 17 : 1980 | sutton coldfield town | 1-0 | rushall olympic | None
row 18 : 1981 | blakenall | 2-1 | sutton coldfield town | replay, 1st game 1-1 a
row 19 : 1983 | coleshill town | 4-3 | wolverhampton united | None
row 20 : 1984 | atherstone town | 4-0 | tividale | None
row 21 : 1985 | harrisons | 2-0 | wolverhampton united | None
row 22 : 1987 | boldmere st. michaels | 2-0 | bloxwich town | None
row 23 : 1990 | meir ka | 2-1 | rushall olympic | replay, 1st game 0-0 a
row 24 : 1991 | chasetown | 1-0 | blakenall | after extra time
row 25 : 1992 | armitage 90 | 3-2 | meir ka | after extra time
row 26 : 1993 | chasetown | 3-1 | pelsall villa | None
row 27 : 1994 | newcastle town | 1-0 | oldbury united | after extra time
row 28 : 1995 | newcastle town | 1-1 | knypersley victoria | after extra time, newcastle won on penalties
row 29 : 1996 | blakenall | 0-0 | newcastle town | after extra time, blakenall won on
row 30 : 1998 | blakenall | 2-1 | halesowen harriers | None
row 31 : 1999 | blakenall | 3-2 | meir ka | None
row 32 : 2000 | rushall olympic | 2-2 | rocester | after extra time, rushall won 5-4 on
row 33 : 2001 | wolverhampton casuals | 2-0 | sutton coldfield town | None
row 34 : 2002 | bolehall swifts | 4-4 | tividale | after extra time, bolehall won 4
row 35 : 2004 | sutton coldfield town | 3-1 | tividale | None
row 36 : 2005 | chasetown | 2-1 | tividale | None
row 37 : 2006 | boldmere st michaels | 1-0 | tipton town | None ] Execute this SQL based on the above table: select notes where year < 1983 order by year desc limit 1 | replay, 1st game 1-1 aet |
[ header: record | athlete | nation | venue | date | # row 1 : 4.08 m (13 ft 41 | sun caiyun | china | taiyuan, china | 18 may 1995 | 2
row 2 : 4.08 m (13 ft 41 | zhong guiqing | china | taiyuan, china | 18 may 1995 | 1
row 3 : 4.13 m (13 ft | daniela bartova | czech republic | wesel, germany | 24 june 1995 | 3
row 4 : 4.16 m (13 ft | daniela bartova | czech republic | feldkirch, austria | 14 july 1995 | 6
row 5 : 4.18 m (13 ft | andrea muller | germany | zittau, germany | 5 august 1995 | 1
row 6 : 4.20 m (13 ft | daniela bartova | czech republic | koln, germany | 18 august 1995 | 8
row 7 : 4.22 m (13 ft 10 | daniela bartova | czech republic | salgotarjan, hungary | 11 september 1995 | 10
row 8 : 4.41 m (14 ft 51 | emma george | australia | perth, australia | 28 january 1996 | 3
row 9 : 4.42 m (14 ft 6 | emma george | australia | reims, france | 29 june 1996 | 4
row 10 : 4.45 m (14 ft 7 | emma george | australia | sapporo, japan | 14 july 1996 | 5
row 11 : 4.55 m (14 ft 11 | emma george | australia | melbourne, australia | 20 february 1997 | 7
row 12 : 4.58 m (15 ft 01⁄ | emma george | australia | melbourne, australia | 14 march 1998 | 9
row 13 : 4.59 m (15 ft 01⁄ | emma george | australia | brisbane, australia | 21 march 1998 | 10
row 14 : 4.60 m (15 ft 1 in | emma george | australia | sydney, australia | 20 february 1999 | 11
row 15 : i 4.63 m (15 ft | stacy dragila | united states | new york city, u.s | 2 feb 2001 | 5
row 16 : i 4.64 m (15 ft | svetlana feof | russia | dortmund, germany | 11 february 2001 | 1
row 17 : i 4.66 m (15 ft | stacy dragila | united states | pocatello, u.s | 17 feb 2001 | 6
row 18 : i 4.70 m (15 ft | stacy dragila | united states | pocatello, u.s | 17 feb 2001 | 7
row 19 : 4.81 m (15 ft 91 | stacy dragila | united states | palo alto, u.s | 9 june 2001 | 10
row 20 : 4.82 m (15 ft 93 | yelena isinbayeva | russia | gateshead, england | 13 july 2003 | 1
row 21 : 4.89 m (16 ft 01⁄ | yelena isinbayeva | russia | birmingham, england | 25 july 2004 | 5 ] Execute this SQL based on the above table: select venue where date = '18 may 1995' order by # asc limit 306 | taiyuan, china, taiyuan, china |
[ header: number | driver | entrant | chassis | engine | tyre row 1 : 1 | jimmy bryan | dean van lines | kuzma | offenhauser | f
row 2 : 2 | john lawrence | ecurie ecosse | jaguar d-type | jaguar | d
row 3 : 4 | jack fairman | ecurie ecosse | jaguar d-type | jaguar | d
row 4 : 6 | ninian sanderson | ecurie ecosse | jaguar d-type | jaguar | d
row 5 : 7 | bob veith | bob estes | phillips | offenhauser | f
row 6 : 8 | jean behra | maserati | maserati 250f | maserati | f
row 7 : 8 | jean behra | maserati | maserati 450s1 | maserati | f
row 8 : 12 | pat o'connor | sumar | kurtis kraft 500g | offenhauser | f
row 9 : 16 | mario bornigia | scuderia cottione | ferrari | ferrari | None
row 10 : 27 | tony bettenhausen | novi auto air conditioning | kurtis kraft 500f | novi (s/c) | f
row 11 : 35 | eddie sachs | jim robbins | kurtis kraft 500g | offenhauser | f
row 12 : 49 | ray crawford | meguiar mirror glaze | kurtis kraft 500g | offenhauser | f
row 13 : 52 | troy ruttman | john zink | watson | offenhauser | f
row 14 : 52 | jim rathmann2 | john zink | watson | offenhauser | f
row 15 : 54 | paul russo | novi auto air conditioning | kurtis kraft 500f | novi (s/c) | f
row 16 : 73 | andy linden | mcnamara veedo | kurtis kraft 500g | offenhauser | f
row 17 : 98 | johnnie parsons | agajanian | kuzma | offenhauser | f ] Execute this SQL based on the above table: select count ( * ) where number < 1283 and entrant = 'agajanian' | 1 |
[ header: date | opponent | score | overall record | scba record row 1 : april 3 | uc santa barbara | 5-1 | 28-6 | 4-0
row 2 : april 6 | san diego | 11-11 | 28-6-1 | 4-0-1
row 3 : april 7 | at san diego | 10-3 | 29-6-1 | 5-0-1
row 4 : april 7 | at san diego | 8-2 | 30-6-1 | 6-0-1
row 5 : april 8 | at loyola marymount | 2-1 | 31-6-1 | 7-0-1
row 6 : april 12 | vs. uc ir | 16-2 | 32-6-1 | None
row 7 : april 13 | vs. chapman | 4-13 | 32-7-1 | None
row 8 : april 13 | vs. uc ir | 11-2 | 33-7-1 | None
row 9 : april 14 | vs. chapman | 5-2 | 34-7-1 | None
row 10 : april 14 | vs. chapman | 5-6 | 34-8-1 | None
row 11 : april 17 | cal state la | 12-6 | 35-8-1 | 7-2-1
row 12 : april 20 | pepperdine | 3-5 | 35-9-1 | 7-1-1
row 13 : april 21 | at pepperdine | 9-10 | 35-10-1 | 8-2-1
row 14 : april 21 | pepperdine | 8-7 | 36-10-1 | 9-2-1
row 15 : april 22 | hawaii | 12-4 | 37-10-1 | None
row 16 : april 24 | san diego | 7-2 | 38-10-1 | 10-2-1
row 17 : april 27 | at long beach state | 6-9 | 38-11-1 | 10-3-1
row 18 : april 28 | long beach state | 7-1 | 39-11-1 | 11-3-1
row 19 : april 28 | long beach state | 5-3 | 40-11-1 | 12-3-1 ] Execute this SQL based on the above table: select date where id = ( select id where date = 'april 24' ) - 1 | april 22 |
[ header: no | peak | location | elevation (m) | prominence (m) | col height (m) | col location | parent row 1 : 1 | mont blanc | france/ italy | 4810 | 4697 | 113 | near lake kubenskoye | everest
row 2 : 5 | piz bernina | switzerland | 4049 | 2234 | 1815 | maloja pass | finsteraarhorn1 / m
row 3 : 7 | monte rosa | switzerland | 4634 | 2165 | 2469 | great st bernard pass | mont blanc
row 4 : 10 | monte viso | italy | 3841 | 2062 | 1779 | le mauvais pass | mont blanc
row 5 : 11 | triglav | slovenia | 2864 | 2052 | 812 | camporosso pass | marmolada1 / m
row 6 : 12 | barre des ecrins | france | 4102 | 2045 | 2057 | col du lautaret | mont blanc
row 7 : 15 | monte baldo/cima | italy | 2218 | 1950 | 268 | near san giovanni pass in | ortler1 / mb2
row 8 : 16 | gran paradiso | italy | 4061 | 1891 | 2170 | near little st bernard pass | mont blanc
row 9 : 19 | dents du midi | switzerland | 3257 | 1796 | 1461 | col des montets | mont blanc
row 10 : 20 | chamechaude | france | 2082 | 1771 | 311 | chambery | mont blanc
row 11 : 21 | zugspitze | germany/ austria | 2962 | 1746 | 1216 | near fern pass | finsteraarhorn1 / m
row 12 : 25 | großer priel | austria | 2515 | 1700 | 810 | near pichl-kainisch | hoher dachstein1 / m
row 13 : 27 | monte bondone | italy | 2180 | 1679 | 501 | near cadine in trento | ortler1 / mb2
row 14 : 29 | birnhorn | austria | 2634 | 1665 | 969 | hochfilzen | großglockner1 / mb
row 15 : 31 | pointe percee | france | 2750 | 1643 | 1107 | near pont d'arbon near mege | mont blanc
row 16 : 33 | molltaler polinik | austria | 2784 | 1579 | 1205 | iselsberg pass | großglockner1 / mb
row 17 : 35 | birkkarspitze | austria | 2749 | 1569 | 1180 | seefeld in tirol | zugspitze1 / mb2
row 18 : 37 | grande tete de l'obiou | france | 2790 | 1542 | 1248 | col bayard | barre des ecrins1 /
row 19 : 39 | hochtor | austria | 2369 | 1520 | 849 | schober pass | großglockner1 / mb
row 20 : 41 | grand combin | switzerland | 4314 | 1517 | 2797 | fenetre de durand | monte rosa
row 21 : 44 | piz kesch | switzerland | 3418 | 1502 | 1916 | lukmanier pass | finsteraarhorn1 / m ] Execute this SQL based on the above table: select location where col location = 'col des montets' | switzerland |
[ header: ano | title | role | channel | notes row 1 : 1994 | inconquistable corazon | victoria | canal 9 | None
row 2 : 1995 | dulce ana | veronica iturbe montalban | canal 9 | None
row 3 : 1996 | 90-60-90 modelos | lucia peralta | canal 9 | None
row 4 : 1997 | ricos y famos | valeria garcia mendez de | canal 9 | None
row 5 : 1998-1999 | muneca brava | milagros 'mili' e | telefe | nominated - martin fierr
row 6 : 2002 | kachorra | antonia guerrero (kachorr | telefe | nominated - martin fierr
row 7 : 2004 | el deseo | carmen | telefe | None
row 8 : 2005 | botines | renee | canal 13 | in "bailarina en
row 9 : 2006 | sos mi vida | esperanza "la monita | canal 13 | won - martin fierro
row 10 : 2007 | patito feo | patricia gonzalez | canal 13 | guest appearance
row 11 : 2008 | amanda o | amanda o | on internet and america television | martin fierro - leading actress
row 12 : 2008 | recurso natural | None | canal 7 | host
row 13 : 2010 | se dice de mi | None | canal encuentro | host
row 14 : 2011 | cuando me sonreis | leonora bellami | telefe | guest appearance
row 15 : 2012-2013 | lynch | isabel reyes alias marian | moviecity | None
row 16 : 2013 | solamente vos | aurora andres | canal 13 | won - tato awards best lead ] Execute this SQL based on the above table: select channel order by channel desc limit 1 | telefe |
[ header: rank | name | nationality | time row 1 : None | mark henderson | united states | 54.11
row 2 : None | eduardo piccinini | brazil | 54.63
row 3 : None | brian alderman | united states | 54.75
row 4 : 4 | francisco sanchez | venezuela | 54.99
row 5 : 5 | edward parenti | canada | 55.23
row 6 : 6 | diego cuenca | colombia | 55.67
row 7 : 7 | jose meolans | argentina | 55.91
row 8 : 8 | ruben calderon | el salvador | 56.04 ] Execute this SQL based on the above table: select sum ( time ) | 441.3300000000001 |
[ header: no. | name | class | games | minutes | points | 2 points (made/attempts) | 2 points (%) | 3 points (made/attempts) | 3 points (%) | free throws (made/attempts) | free throws (%) | rebounds offensive | rebounds defensive | rebounds total | assists | turnovers | steals | blocked shots | personal fouls | fouls drawn row 1 : 4 | sarah vinci | 1 | 7 | 125 | 8 | 4/9 | 44 | None | None | None | None | 2 | 6 | 8 | 1 | 2 | 2 | 1 | 4 | 1
row 2 : 5 | cobi crispin | 4 | 7 | 180 | 72 | 33/77 | 43 | None | None | 6/14 | 43 | 13 | 34 | 47 | 11 | 13 | 4 | 1 | 18 | 17
row 3 : 6 | bridie kean | 4 | 7 | 109 | 16 | 7/26 | 27 | 0/1 | 0 | 2/8 | 25 | 5 | 27 | 32 | 6 | 4 | 6 | None | 8 | 8
row 4 : 7 | amanda carter | 1 | 3 | 38 | 7 | 3/5 | 60 | None | None | 1/1 | 100 | 4 | None | 4 | None | 1 | 1 | None | 1 | 1
row 5 : 8 | tina mckenzie | 3 | 2 | 18 | None | 0/2 | 0 | None | None | None | None | None | 4 | 4 | 2 | 1 | None | None | 2 | None
row 6 : 9 | leanne del toso | 3.5 | 3 | 24 | 4 | 2/7 | 29 | None | None | None | None | 2 | 7 | 9 | 2 | 3 | None | None | 2 | 1
row 7 : 10 | clare nott | 1 | 7 | 212 | 37 | 18/32 | 56 | 0/1 | 0 | 1/7 | 14 | 6 | 14 | 20 | 7 | 7 | 4 | 3 | 10 | 4
row 8 : 11 | kylie gauci | 2 | 7 | 186 | 54 | 24/68 | 35 | 2/6 | 33 | 0/2 | 0 | 4 | 11 | 15 | 28 | 14 | 5 | None | 9 | 12
row 9 : 12 | shelley chaplin | 3.5 | 7 | 166 | 26 | 13/48 | 27 | 0/1 | 0 | 0/7 | 0 | 5 | 15 | 20 | 28 | 10 | 4 | None | 12 | 13
row 10 : 13 | sarah stewart | 3 | 7 | 83 | 25 | 12/27 | 44 | None | None | 1/5 | 20 | 4 | 12 | 16 | 12 | 2 | 2 | None | 7 | 6
row 11 : 14 | katie hill | 3 | 7 | 107 | 25 | 12/30 | 40 | None | None | 1/1 | 100 | 1 | 7 | 8 | 6 | 4 | 2 | None | 4 | 4
row 12 : 15 | amber merritt | 4.5 | 7 | 153 | 83 | 40/77 | 52 | 0/1 | 0 | 3/12 | 25 | 11 | 30 | 41 | 6 | 8 | 5 | 2 | 16 | 16
row 13 : None | team | None | None | None | None | None | None | None | None | None | None | 7 | 12 | 19 | None | None | None | None | None | None
row 14 : None | team totals | None | None | None | 357 | 168/408 | 41 | 2/10 | 20 | 15/57 | 26 | 64 | 179 | 243 | 109 | 84 | 35 | 7 | 93 | 83 ] Execute this SQL based on the above table: select turnovers where free throws (made/attempts) = '6/14' | 13 |
[ header: rank | lane | name | nationality | time | notes row 1 : 1 | 4 | petra chocova | czech republic | 31.44 | q
row 2 : 2 | 5 | sycerika mcma | ireland | 31.51 | q
row 3 : 3 | 6 | concepcion badillo diaz | spain | 31.66 | q
row 4 : 4 | 1 | katharina stiberg | norway | 31.84 | q
row 5 : 5 | 3 | hrafnhildur | iceland | 31.95 | q
row 6 : 6 | 8 | anastasia christoforou | cyprus | 31.98 | None
row 7 : 7 | 2 | ivana ninkovic | bosnia and herzegovin | 32.26 | None
row 8 : 8 | 7 | jenna laukkanen | finland | 32.26 | None ] Execute this SQL based on the above table: select name where nationality = 'iceland' and time = '31.95' | hrafnhildur luthersdottir |
[ 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 ( ( select gdp (usd bln, 2012) where country = 'jordan' ) - ( select min ( gdp (usd bln, 2012) ) ) ) | 18.96 |
[ header: year | film | role | language | notes row 1 : 2004 | kyun! ho gaya na | diya's sister | hindi | None
row 2 : 2007 | lakshmi kalyanam | lakshmi | telugu | None
row 3 : 2007 | chandamama | mahalakshmi | telugu | None
row 4 : 2008 | pourudu | samyukhta | telugu | None
row 5 : 2008 | pazhani | deepti | tamil | None
row 6 : 2008 | aatadista | sunnanda | telugu | None
row 7 : 2008 | saroja | pooja | tamil | cameo appearance
row 8 : 2008 | bommalattam | anitha | tamil | None
row 9 : 2009 | modhi vilayadu | easwari laksh | tamil | None
row 10 : 2009 | magadheera | yuvarani mithravind | telugu | dual role nominated- filmfare award
row 11 : 2009 | ganesh just ganes | divya | telugu | None
row 12 : 2009 | arya 2 | geethanjali | telugu | None
row 13 : 2010 | om shanti | meghana | telugu | None
row 14 : 2010 | darling | nandini | telugu | nominated- filmfare award for best
row 15 : 2010 | naan mahaan alla | priya sudharsan | tamil | None
row 16 : 2010 | brindaavanam | bhoomi | telugu | cinemaa award for best actress (telugu
row 17 : 2011 | mr. perfect | priya | telugu | nominated- filmfare award for best
row 18 : 2011 | veera | chitti | telugu | None
row 19 : 2011 | singham | kavya bhosle | hindi | nominated- filmfare award for best
row 20 : 2011 | dhada | rhea | telugu | None
row 21 : 2012 | businessman | chitra | telugu | None
row 22 : 2012 | maattrraan | anjali | tamil | None
row 23 : 2012 | thuppakki | nisha | tamil | cinemaa award for best actress (tamil
row 24 : 2012 | sarocharu | sandhya | telugu | None
row 25 : 2013 | naayak | madhu | telugu | None
row 26 : 2013 | special 26 | priya chauhan | hindi | None
row 27 : 2013 | baadshah | janaki | telugu | None
row 28 : 2013 | all in all azhagu raj | chitra devi priya | tamil | None
row 29 : 2014 | jilla | shanthi | tamil | None
row 30 : 2014 | yevadu | deepthi | telugu | special appearance
row 31 : 2014 | govindudu andarivadele | None | telugu | filming
row 32 : 2014 | 'untitled balaji mohan project | None | tamil | pre-production ] Execute this SQL based on the above table: select year where language = 'tamil' and role = 'deepti' | 2008 |
[ header: player | -1967 | 3.3 | 3.31 | 4.04 | 10.14 | 1968 | total row 1 : shigeo yaegashi | 41(11) | o | o | o | o | 4(0) | 45(11)
row 2 : mitsuo kamata | 37(2) | o | None | o | o | 3(0) | 40(2)
row 3 : masakatsu miyamoto | 36(1) | None | o | None | o | 2(0) | 38(1)
row 4 : masashi watanabe | 34(11) | None | o | o | None | 2(0) | 36(11)
row 5 : teruki miyamoto | 33(15) | o | o | o | o | 4(0) | 37(15)
row 6 : ryuichi sugiyama | 31(11) | o | o | o(1) | o | 4(1) | 35(12)
row 7 : hiroshi katayama | 26(0) | o | None | o | o | 3(0) | 29(0)
row 8 : ryozo suzuki | 22(0) | o | None | o | None | 2(0) | 24(0)
row 9 : kunishige kamamoto | 17(21) | o(2) | o | o(2) | o(3) | 4(7) | 21(28)
row 10 : aritatsu ogi | 16(5) | o | None | o | o | 3(0) | 19(5)
row 11 : yoshitada yama | 16(0) | o | o | o | None | 3(0) | 19(0)
row 12 : kenzo yokoyama | 16(0) | o | None | o | o | 3(0) | 19(0)
row 13 : hisao kami | 13(0) | o | o | None | None | 2(0) | 15(0)
row 14 : takaji mori | 9(1) | o | o | o | o | 4(0) | 13(1)
row 15 : ikuo matsumoto | 7(1) | o | None | None | o | 2(0) | 9(1)
row 16 : yasuyuki ku | 5(3) | None | o(1) | None | o | 2(1) | 7(4)
row 17 : takeo kimura | 3(1) | o | o | None | None | 2(0) | 5(1)
row 18 : kiyoshi tomizawa | 3(0) | None | o | None | None | 1(0) | 4(0)
row 19 : koji funamoto | 1(0) | None | o | None | None | 1(0) | 2(0)
row 20 : junji kawano | 0(0) | None | o | None | None | 1(0) | 1(0) ] Execute this SQL based on the above table: select count ( * ) where player = 11 | 0 |
[ header: tournament | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | 2011 | 2012 | sr | w-l row 1 : australian open | a | a | 1r | a | 2r | 3r | 2r | 3r | w | 2r | 1r | 2r | 1r | 1 / 10 | 13-9
row 2 : french open | a | a | a | a | 3r | a | 2r | 3r | 3r | 1r | sf | 1r | 2r | 0 / 8 | 12-8
row 3 : wimbledon | a | 2r | a | sf | 1r | 3r | 3r | 2r | qf | 3r | 3r | 1r | 2r | 0 / 11 | 17-11
row 4 : us open | a | 1r | a | 1r | 1r | qf | 3r | 3r | 2r | sf | 1r | 2r | 2r | 0 / 11 | 14-11
row 5 : win-loss | 0-0 | 1-2 | 0-1 | 4-2 | 3-4 | 5-3 | 6-4 | 7-4 | 12-3 | 7-4 | 6-4 | 2-4 | 3-4 | 1 / 40 | 56-39
row 6 : indian wells | a | a | a | a | 2r | 2r | 1r | f | w | f | qf | 2r | None | 1 / 8 | 17-7
row 7 : miami | a | a | a | a | 2r | qf | sf | 1r | 1r | w | 1r | qf | None | 1 / 8 | 13-7
row 8 : monte carlo | a | a | a | a | 2r | a | 2r | 2r | qf | qf | 1r | 1r | None | 0 / 7 | 2-7
row 9 : rome | a | a | a | a | 1r | 1r | f | 2r | 2r | qf | 1r | a | None | 0 / 7 | 4-7
row 10 : madrid (stuttgart | a | a | a | a | 1r | 1r | qf | 1r | 1r | 2r | qf | 1r | None | 0 / 8 | 3-8
row 11 : canada | a | a | a | a | qf | f | 2r | sf | 2r | f | 2r | a | None | 0 / 7 | 10-7
row 12 : cincinnati | a | a | a | a | qf | 1r | sf | w | f | 2r | qf | a | None | 1 / 7 | 13-6
row 13 : shanghai | not held | not held | not held | not held | not held | not held | not held | not held | not held | 2r | 1r | a | None | 0 / 2 | 1-2
row 14 : paris | a | a | a | a | a | qf | 1r | 1r | qf | 2r | f | 1r | None | 0 / 7 | 6-7
row 15 : hamburg | a | a | a | a | 1r | 1r | qf | sf | 2r | nm1 | nm1 | nm1 | nm1 | 0 / 5 | 3-5
row 16 : win-loss | 0-0 | 0-0 | 0-0 | 0-0 | 6-8 | 8-8 | 10-9 | 12-8 | 10-8 | 15-8 | 8-9 | 3-5 | None | 3 / 66 | 66-63 ] Execute this SQL based on the above table: select count ( * ) where w-l = 0 or 2009 = 0 | 0 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | south korea | 9 | 2 | 1 | 12
row 2 : 2 | chinese taipei | 2 | 3 | 3 | 8
row 3 : 3 | spain | 1 | 5 | 4 | 10
row 4 : 4 | united states | 1 | 2 | 7 | 10
row 5 : 5 | turkey | 1 | 1 | 2 | 4
row 6 : 6 | west germany | 1 | 0 | 3 | 4
row 7 : 7 | netherlands | 1 | 0 | 1 | 2
row 8 : 8 | mexico | 0 | 2 | 1 | 3
row 9 : 9 | indonesia | 0 | 1 | 0 | 1
row 10 : 10 | france | 0 | 0 | 2 | 2
row 11 : 11 | australia | 0 | 0 | 1 | 1
row 12 : 11 | canada | 0 | 0 | 1 | 1
row 13 : 11 | ivory coast | 0 | 0 | 1 | 1
row 14 : 11 | denmark | 0 | 0 | 1 | 1
row 15 : 11 | italy | 0 | 0 | 1 | 1
row 16 : 11 | jordan | 0 | 0 | 1 | 1
row 17 : 11 | nepal | 0 | 0 | 1 | 1
row 18 : 11 | switzerland | 0 | 0 | 1 | 1
row 19 : total | total | 16 | 16 | 32 | 64 ] Execute this SQL based on the above table: select count ( nation ) where nation = 'denmark' | 1 |
[ header: date | tournament | location | winner | score | 1st prize ($) row 1 : jan 14 | sony open in hawaii | hawaii | jerry kelly (1) | 266 (-14) | 720000
row 2 : feb 10 | buick invitational | california | jose maria olazabal | 275 (-13) | 648000
row 3 : feb 17 | nissan open | california | len mattiace (1) | 269 (-15) | 666000
row 4 : feb 24 | touchstone energy tucson open | arizona | ian leggatt (1) | 268 (-20) | 540000
row 5 : mar 3 | genuity championship | florida | ernie els (9) | 271 (-17) | 846000
row 6 : mar 10 | honda classic | florida | matt kuchar (1) | 269 (-19) | 630000
row 7 : mar 17 | bay hill invitational | florida | tiger woods (30) | 275 (-13) | 720000
row 8 : mar 31 | shell houston open | texas | vijay singh (10) | 266 (-22) | 720000
row 9 : apr 7 | bellsouth classic | georgia | retief goosen (2) | 272 (-16) | 684000
row 10 : apr 21 | worldcom classic - the heritage of golf | south carolina | justin leonard (7) | 270 (-14) | 720000
row 11 : apr 28 | greater greensboro chrysler classic | north carolina | rocco mediate (5) | 272 (-16) | 684000
row 12 : may 5 | compaq classic of new orleans | louisiana | k.j. choi (1) | 271 (-17) | 810000
row 13 : may 12 | verizon byron nelson | texas | shigeki maruyama (2) | 266 (-14) | 864000
row 14 : may 19 | mastercard colonial | texas | nick price (18) | 267 (-13) | 774000
row 15 : jun 9 | buick classic | new york | chris smith (1) | 272 (-12) | 630000
row 16 : jun 30 | fedex st. jude classic | tennessee | len mattiace (2) | 266 (-18) | 684000
row 17 : jul 7 | advil western open | illinois | jerry kelly (2) | 269 (-19) | 720000
row 18 : jul 21 | b.c. open | new york | spike mcroy (1) | 269 (-19) | 378000
row 19 : jul 28 | john deere classic | illinois | j. p. hayes (2) | 262 (-22) | 540000
row 20 : aug 4 | the international | colorado | rich beem (2) | 44 (stableford) | 810000
row 21 : aug 18 | pga championship | minnesota | rich beem (3) | 278 (-10) | 990000
row 22 : aug 25 | reno-tahoe open | nevada | chris riley (1) | 271 (-17) | 540000
row 23 : sep 1 | air canada championship | canada | gene sauers (3) | 269 (-15) | 630000
row 24 : sep 8 | bell canadian open | canada | john rollins (1) | 272 (-16) | 720000
row 25 : sep 22 | tampa bay classic | florida | k.j. choi (2) | 267 (-17) | 468000
row 26 : sep 29 | valero texas open | texas | loren roberts (8) | 261 (-19) | 630000 ] Execute this SQL based on the above table: select count ( location ) where 1st prize ($) = 684000 | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.