inputs
stringlengths
291
3.71k
targets
stringlengths
1
2.65k
[ header: year | competition | venue | position | event | notes row 1 : 1990 | central american and caribbean games | mexico city, mexico | 1st | 3000 m s'chase | None row 2 : 1991 | pan american games | havana city, cuba | 6th | 3000 m s'chase | None row 3 : 1992 | olympic games | barcelona, spain | 6th | 10,000 m | None row 4 : 1993 | world championships | stuttgart, germany | 9th | 10,000 m | None row 5 : 1994 | world half marathon championships | oslo, norway | 2nd | half marathon | 1:00:28 pb row 6 : 1994 | new york city marathon | new york city, united states | 1st | marathon | None row 7 : 1994 | london marathon | london, england | 3rd | marathon | None row 8 : 1995 | world championships | gothenburg, sweden | 13th | 10,000 m | None row 9 : 1995 | new york city marathon | new york city, united states | 1st | marathon | None row 10 : 1996 | olympic games | atlanta, united states | 6th | marathon | None row 11 : 1997 | new york city marathon | new york city, united states | 5th | marathon | None row 12 : 1997 | boston marathon | boston, united states | 4th | marathon | None ] Execute this SQL based on the above table: select position where notes < 'None'
2nd
[ header: | name on the register | date listed | location | city or town | summary row 1 : 1 | arnold trail to quebec | october 1, 1969 (#69 | along the kennebec river, through | coburn gore | extends through franklin, kenn row 2 : 2 | barn on lot 8, range g | august 24, 2011 (#11000581) | 816 foster hill rd. 44° | freeman township | None row 3 : 3 | bass boarding house | april 7, 1988 (#88000 | canal st. 44°35′12 | wilton | None row 4 : 5 | john g. coburn | april 11, 2002 (#02000 | 360 river rd. 44°37′ | carthage | perhaps the "john g. coburn house row 5 : 9 | first congregational church, united church of christ | july 25, 1974 (#74000149 | main st. 44°40′04 | farmington | None row 6 : 13 | greenacre | october 29, 1982 (#82 | 17 court st. 44°40′ | farmington | None row 7 : 15 | holmes-crafts homestead | april 26, 1973 (#73000 | old n. jay rd. | north jay | None row 8 : 17 | jay-niles memorial library | march 13, 1987 (#87000414) | state route 4 44°32′53′′n | north jay | None row 9 : 18 | little red schoolhouse | february 23, 1972 (#72000070 | south of west farmington on wilton r | west farmington | None row 10 : 21 | mccleary farm | april 7, 1989 (#89000 | s. strong rd. 44° | strong | None row 11 : 22 | merrill hall | january 23, 1980 (#800002 | maine and academy sts. 44 | farmington | None row 12 : 23 | new sharon bridge | september 24, 1999 (#99001189) | south of u.s. route 2 over | new sharon | to be demolished ] Execute this SQL based on the above table: select count ( location ) where = 0
0
[ header: week | date | opponent | result | venue | attendance row 1 : 1 | september 3, 1978 | at detroit lions | w 13-7 | pontiac silverdome | 51187 row 2 : 2 | september 10, 1978 | new orleans saints | w 28-17 | milwaukee county stadium | 54336 row 3 : 3 | september 17, 1978 | oakland raiders | l 28-3 | lambeau field | 55903 row 4 : 4 | september 24, 1978 | at san diego chargers | w 24-3 | san diego stadium | 42755 row 5 : 5 | october 1, 1978 | detroit lions | w 35-14 | milwaukee county stadium | 54601 row 6 : 6 | october 8, 1978 | chicago bears | w 24-14 | lambeau field | 56267 row 7 : 7 | october 15, 1978 | seattle seahawks | w 45-28 | milwaukee county stadium | 52712 row 8 : 8 | october 22, 1978 | at minnesota vikings | l 21-7 | metropolitan stadium | 47411 row 9 : 9 | october 29, 1978 | tampa bay buccaneers | w 9-7 | lambeau field | 55108 row 10 : 10 | november 5, 1978 | at philadelphia eagle | l 10-3 | veterans stadium | 64214 row 11 : 11 | november 12, 1978 | dallas cowboys | l 42-14 | milwaukee county stadium | 55256 row 12 : 12 | november 19, 1978 | at denver broncos | l 16-3 | mile high stadium | 74965 row 13 : 13 | november 26, 1978 | minnesota vikings | t 10-10 (ot) | lambeau field | 51737 row 14 : 14 | december 3, 1978 | at tampa bay buccaneers | w 17-7 | tampa stadium | 67754 row 15 : 15 | december 10, 1978 | at chicago bears | l 14-0 | soldier field | 34306 row 16 : 16 | december 17, 1978 | at los angeles rams | l 31-14 | los angeles memorial coliseum | 42500 ] Execute this SQL based on the above table: select date where date > ( select date where date = 'november 5, 1978' ) and result > 1 order by date asc limit 1
october 8, 1978
[ header: pos | no | rider | manufacturer | laps | time | grid | points row 1 : 1 | 58 | marco simoncelli | gilera | 25 | 39:02.553 | 1 | 25 row 2 : 2 | 19 | alvaro bautista | aprilia | 25 | 0.223 | 3 | 20 row 3 : 3 | 36 | mika kallio | ktm | 25 | 14.45 | 2 | 16 row 4 : 4 | 60 | julian simon | ktm | 25 | 14.478 | 6 | 13 row 5 : 5 | 6 | alex debon | aprilia | 25 | 26.226 | 8 | 11 row 6 : 6 | 15 | roberto locatelli | gilera | 25 | 26.392 | 11 | 10 row 7 : 7 | 72 | yuki takahashi | honda | 25 | 26.434 | 7 | 9 row 8 : 8 | 41 | aleix espargaro | aprilia | 25 | 40.546 | 9 | 8 row 9 : 9 | 14 | ratthapark wilairot | honda | 25 | +1:00.219 | 12 | 7 row 10 : 10 | 32 | fabrizio lai | gilera | 25 | +1:20.825 | 13 | 6 row 11 : 11 | 17 | karel abraham | aprilia | 25 | +1:22.802 | 17 | 5 row 12 : 12 | 25 | alex baldolini | aprilia | 25 | +1:22.864 | 18 | 4 row 13 : 13 | 10 | imre toth | aprilia | 25 | +1:23.995 | 16 | 3 row 14 : 14 | 52 | lukas pesek | aprilia | 25 | +1:39.740 | 14 | 2 row 15 : 15 | 35 | simone grotzkyj | gilera | 24 | +1 lap | 21 | 1 row 16 : 16 | 92 | daniel arcas | honda | 24 | +1 lap | 20 | None row 17 : 17 | 45 | doni tata pradita | yamaha | 24 | +1 lap | 22 | None row 18 : ret | 4 | hiroshi aoyama | ktm | 15 | retirement | 4 | None row 19 : ret | 75 | mattia pasini | aprilia | 15 | accident | 10 | None row 20 : ret | 55 | hector faubel | aprilia | 4 | accident | 5 | None row 21 : ret | 90 | federico sandi | aprilia | 1 | accident | 15 | None row 22 : ret | 43 | manuel hernandez | aprilia | 1 | retirement | 19 | None row 23 : dnq | 27 | stefano bianco | gilera | None | None | None | None row 24 : dnq | 89 | ho wan chow | aprilia | None | None | None | None ] Execute this SQL based on the above table: select rider where rider != 'yuki takahashi' and manufacturer = ( select manufacturer where rider = 'yuki takahashi' )
ratthapark wilairot, daniel arcas
[ header: treaty | organization | introduced | signed | ratified row 1 : convention on the prevention and punishment of the crime of | united nations | 1948 | None | 1958 row 2 : international convention on the elimination of all forms of | united nations | 1966 | 1967 | 1970 row 3 : international covenant on economic, social and cultural rights | united nations | 1966 | 1977 | 1979 row 4 : international covenant on civil and political rights | united nations | 1966 | 1977 | 1979 row 5 : first optional protocol to the international covenant on civil and | united nations | 1966 | None | None row 6 : convention on the non-applicability of | united nations | 1968 | None | None row 7 : international convention on the suppression and punishment of the crime | united nations | 1973 | None | None row 8 : convention on the elimination of all forms of discrimination | united nations | 1979 | None | 1993 row 9 : convention against torture and other cruel, inhuman or | united nations | 1984 | 1986 | 1993 row 10 : convention on the rights of the child | united nations | 1989 | 1990 | 1993 row 11 : second optional protocol to the international covenant on civil and | united nations | 1989 | None | None row 12 : international convention on the protection of the rights of all | united nations | 1990 | 1991 | 1993 row 13 : optional protocol to the convention on the elimination of all | united nations | 1999 | None | None row 14 : optional protocol to the convention on the rights of the | united nations | 2000 | 2000 | 2002 row 15 : optional protocol to the convention on the rights of the | united nations | 2000 | 2000 | 2001 row 16 : convention on the rights of persons with disabilities | united nations | 2006 | 2007 | 2009 row 17 : optional protocol to the convention on the rights of persons | united nations | 2006 | None | 2009 row 18 : international convention for the protection of all persons from enforce | united nations | 2006 | 2007 | 2013 row 19 : optional protocol to the international covenant on economic, social | united nations | 2008 | None | None row 20 : optional protocol to the convention on the rights of the | united nations | 2011 | 2012 | None ] Execute this SQL based on the above table: select treaty where id = ( select id where treaty = 'first optional protocol to the international covenant on civil and political rights' ) + 1
convention on the non-applicability of statutory limitations to war crimes and crimes against humanity
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 18 march 1987 | stadion miejski, | finland | 2-0 | 3-1 | international friendly row 2 : 2 | 2 september 1987 | zawisza bydgosz | romania | 1-0 | 3-1 | international friendly row 3 : 3 | 2 september 1987 | zawisza bydgosz | romania | 3-0 | 3-1 | international friendly row 4 : 4 | 23 september 1987 | polish army stadium, warsaw, poland | hungary | 3-1 | 3-2 | uefa euro 1988 qualifying row 5 : 5 | 11 november 1987 | makario stadium, nicosi | cyprus | 0-1 | 0-1 | uefa euro 1988 qualifying row 6 : 6 | 13 april 1993 | stadion radomiaka rado | finland | 1-0 | 2-1 | international friendly row 7 : 7 | 13 april 1993 | stadion radomiaka rado | finland | 2-0 | 2-1 | international friendly row 8 : 8 | 19 may 1993 | stadio olimpico, ser | san marino | 0-1 | 0-3 | 1994 fifa world cup qualification row 9 : 9 | 19 may 1993 | stadio olimpico, ser | san marino | 0-2 | 0-3 | 1994 fifa world cup qualification row 10 : 10 | 17 november 1993 | stadion miejski, | netherlands | 1-1 | 1-3 | 1994 fifa world cup qualification ] Execute this SQL based on the above table: select score where score = '2-0' order by id desc limit 1
2-0
[ header: season | tier | division | place row 1 : 1949-87 | 5 | regional | None row 2 : 1987/88 | 5 | pref. aut | 10th row 3 : 1988/89 | 5 | pref. aut | 5th row 4 : 1989/90 | 5 | pref. aut | 13th row 5 : 1990/91 | 5 | pref. aut | 11th row 6 : 1991/92 | 5 | pref. aut | 7th row 7 : 1992/93 | 5 | pref. aut | 9th row 8 : 1993/94 | 5 | pref. aut | 4th row 9 : 1994/95 | 5 | pref. aut | 6th row 10 : 1995/96 | 5 | pref. aut | 3rd row 11 : 1996/97 | 5 | pref. aut | 3rd row 12 : 1997/98 | 5 | pref. aut | 1st row 13 : 1998/99 | 4 | 3a | 17th row 14 : 1999/00 | 5 | pref. aut | 6th ] Execute this SQL based on the above table: select count ( * ) where division = 'pref. aut'
12
[ header: state | passed | referendum | vote row 1 : s. carolina | december 20, 1860 | None | None row 2 : mississippi | january 9, 1861 | None | None row 3 : florida | january 10, 1861 | None | None row 4 : alabama | january 11, 1861 | None | None row 5 : georgia | january 19, 1861 | None | None row 6 : louisiana | january 26, 1861 | None | None row 7 : texas | february 1, 1861 | february 23 | 46,153-14,747 row 8 : virginia | april 17, 1861 | may 23 | 132,201-37,451 row 9 : arkansas | may 6, 1861 | None | None row 10 : tennessee | may 6, 1861 | june 8 | 104,471-47,183 row 11 : n. carolina | may 20, 1861 | None | None row 12 : missouri | october 31, 1861 | None | None row 13 : kentucky | november 20, 1861 | None | None ] Execute this SQL based on the above table: select count ( passed ) where vote > ( select vote where passed = 'may 6, 1861' )
0
[ header: site name | reason for designation biological interest | reason for designation geological interest | area hectares | area acres | coordinates & grid ref | year in which notified | other designations | map & citation row 1 : bradwell meadows | | | 0.9 | 2.3 | 53°19′19′′n 1°44 | 1990 | None | map row 2 : cawdor quarry | | | 4.7 | 11.7 | 53°08′28′′n 1°34 | 1963 | gcr | map row 3 : cressbrook dale | | | 120.4 | 297.6 | 53°15′47′′n 1°44 | 1954 | gcr, nnr, | map row 4 : duckmanton railway cutting | | | 3.8 | 9.4 | 53°13′41′′n 1°22 | 1974 | gcr | map row 5 : fox hole cave | | | 0.2 | 0.4 | 53°11′31′′n 1°51 | 1986 | gcr | map row 6 : goyt valley | | | 1,332.6 | 3,292.9 | 53°16′05′′n 1°57 | 1951 | spa, sac | map row 7 : hipley hill | | | 22.1 | 54.6 | 53°05′24′′n 1°40 | 1963 | None | map row 8 : jumble coppice | | | 0.7 | 1.8 | 53°14′42′′n 1°36 | 1985 | gcr | map row 9 : leek moors | | | 3,970.8 | 9,812.2 | 53°10′52′′n 1°59 | 1954 | spa, esa, gc | map row 10 : long dale, hartington | | | 53.5 | 132.1 | 53°09′04′′n 1°47 | 1997 | sac | map row 11 : moss valley | | | 26.1 | 64.5 | 53°18′58′′n 1°22 | 1951 | None | map row 12 : moss valley woods | | | 17.9 | 44.2 | 53°19′01′′n 1°26 | 1993 | None | map row 13 : pleasley vale railway | | | 3.5 | 8.7 | 53°10′41′′n 1°13 | 1981 | lnr | map row 14 : teversal to pleasley railway | | | 5 | 12.4 | 53°09′54′′n 1°16 | 1982 | lnr, wt | map row 15 : upper lathkill | | | 26.8 | 66.3 | 53°12′18′′n 1°47 | 1989 | gcr, np | map ] Execute this SQL based on the above table: select map & citation order by year in which notified desc limit 1
map
[ header: club | season | league apps | league goals | fa cup apps | fa cup goals | league cup apps | league cup goals | other apps | other goals | total apps | total goals row 1 : bristol rovers | 2000-01 | 10 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 10 | 2 row 2 : bristol rovers | 2001-02 | 31 | 3 | 3 | 0 | 2 | 0 | 3 | 0 | 39 | 3 row 3 : bristol rovers | 2002-03 | 9 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 11 | 0 row 4 : bristol rovers | total | 50 | 5 | 4 | 0 | 2 | 0 | 4 | 0 | 60 | 5 row 5 : yeovil town | 2002-03 | 13 | 13 | 0 | 0 | 0 | 0 | 2 | 1 | 15 | 14 row 6 : yeovil town | 2003-04 | 43 | 8 | 3 | 1 | 1 | 0 | 2 | 1 | 49 | 10 row 7 : yeovil town | 2004-05 | 44 | 3 | 5 | 0 | 2 | 0 | 1 | 0 | 52 | 3 row 8 : yeovil town | 2005-06 | 36 | 2 | 3 | 0 | 2 | 1 | 1 | 0 | 42 | 3 row 9 : yeovil town | total | 136 | 26 | 11 | 1 | 5 | 1 | 6 | 2 | 158 | 30 row 10 : carlisle united | 2006-07 | 45 | 8 | 1 | 0 | 1 | 0 | 1 | 0 | 48 | 8 row 11 : carlisle united | 2007-08 | 21 | 1 | 2 | 0 | 2 | 0 | 2 | 2 | 27 | 3 row 12 : carlisle united | 2008-09 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 row 13 : carlisle united | total | 66 | 9 | 3 | 0 | 3 | 0 | 3 | 2 | 75 | 11 row 14 : darlington (loan) | 2008-09 | 8 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 0 row 15 : lincoln city (loan | 2008-09 | 9 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 11 | 0 row 16 : port vale (loan) | 2008-09 | 7 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 0 row 17 : darlington | 2009-10 | 10 | 2 | 0 | 0 | 0 | 0 | 2 | 0 | 12 | 2 row 18 : york city | 2009-10 | 5 | 1 | 1 | 0 | 0 | 0 | 3 | 0 | 9 | 1 row 19 : wrexham | 2010-11 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 5 | 0 row 20 : career total | career total | 296 | 43 | 19 | 1 | 11 | 1 | 19 | 4 | 345 | 49 ] Execute this SQL based on the above table: select club where total apps >= 48
bristol rovers, yeovil town, yeovil town, yeovil town, carlisle united, carlisle united, career total
[ header: no. | title | directed by | written by | original air date row 1 : 1 | "reunion" | bryan spicer | patrick massett & john | january 27, 2003 row 2 : 2 | "antarctica" | perry lang | patrick massett & john | february 3, 2003 row 3 : 3 | "skulls" | adam nimoy | patrick massett & john | february 10, 2003 row 4 : 4 | "heist" | rick kolbe | rick kellard | march 10, 2003 row 5 : 5 | "the wheel of dharma" | r. w. goodwin | stephanie bloch-chambers | None row 6 : 6 | "sangraal" | perry lang | gabrielle stanton & harry | None row 7 : 7 | "mummy virus" | vern gillum | rick kellard & thani | None row 8 : 8 | "name of god" | michael nankin | brad falchuk | None row 9 : 9 | "devil's child" | tom wright | thania st. john | None row 10 : 10 | "avalon" | dwight little | i. c. rapoport | None row 11 : 11 | "the lost codex" | tom wright | gabrielle stanton & harry | None row 12 : 12 | "eternal" | fred gerber | thania st. john | None row 13 : 13 | "helmholtz resonance" | larry shaw | patrick massett & john | None ] Execute this SQL based on the above table: select title where id = ( select id where title = '"eternal"' ) + 1
"helmholtz resonance"
[ header: rank | county | per capita income | median household income | median family income | population | number of households row 1 : 1 | mccone | $32,205 | $42,998 | $52,636 | 1,734 | 774 row 2 : 3 | stillwater | $27,168 | $57,227 | $65,438 | 9,117 | 3,796 row 3 : 4 | richland | $26,888 | $52,516 | $60,236 | 9,746 | 4,167 row 4 : 5 | fallon | $26,819 | $52,529 | $64,500 | 2,890 | 1,233 row 5 : 6 | sheridan | $26,537 | $39,578 | $55,313 | 3,384 | 1,587 row 6 : 10 | carbon | $24,983 | $49,010 | $59,823 | 10,078 | 4,571 row 7 : 13 | park | $24,717 | $38,830 | $50,252 | 15,636 | 7,310 row 8 : 15 | missoula | $24,343 | $42,887 | $58,302 | 109,299 | 45,926 row 9 : 17 | phillips | $24,227 | $36,453 | $55,362 | 4,253 | 1,819 row 10 : None | montana | $23,836 | $43,872 | $55,725 | 989,415 | 409,607 row 11 : 21 | granite | $23,222 | $36,052 | $47,685 | 3,079 | 1,417 row 12 : 22 | cascade | $22,963 | $42,389 | $53,540 | 81,327 | 33,809 row 13 : 23 | sweet grass | $22,785 | $43,723 | $56,552 | 3,651 | 1,590 row 14 : 24 | wibaux | $22,579 | $40,417 | $51,354 | 1,017 | 457 row 15 : 29 | powder river | $21,543 | $37,685 | $50,156 | 1,743 | 755 row 16 : 30 | hill | $21,420 | $43,606 | $55,963 | 16,096 | 6,275 row 17 : 33 | beaverhead | $21,110 | $38,264 | $53,036 | 9,246 | 4,014 row 18 : 34 | petroleum | $21,008 | $36,875 | $39,107 | 494 | 225 row 19 : 36 | musselshell | $20,875 | $37,033 | $47,860 | 4,538 | 2,046 row 20 : 38 | teton | $20,509 | $39,516 | $49,102 | 6,073 | 2,450 row 21 : 39 | toole | $20,464 | $42,949 | $54,722 | 5,324 | 2,015 row 22 : 40 | chouteau | $20,202 | $41,064 | $50,201 | 5,813 | 2,294 row 23 : 42 | rosebud | $19,844 | $44,776 | $56,282 | 9,233 | 3,395 row 24 : 43 | lincoln | $19,626 | $30,823 | $39,600 | 19,687 | 8,843 row 25 : 47 | liberty | $19,097 | $40,212 | $44,957 | 2,339 | 822 row 26 : 48 | pondera | $18,989 | $36,419 | $47,656 | 6,153 | 2,285 row 27 : 50 | sanders | $18,472 | $30,622 | $37,514 | 11,413 | 5,121 row 28 : 51 | powell | $17,849 | $39,851 | $45,339 | 7,027 | 2,466 row 29 : 52 | roosevelt | $17,821 | $37,451 | $50,146 | 10,425 | 3,553 row 30 : 55 | blaine | $16,813 | $37,034 | $40,890 | 6,491 | 2,357 ] Execute this SQL based on the above table: select county where county = 'sanders'
sanders
[ header: rank | player | county | tally | total | opposition row 1 : 1 | eamonn flynn | dublin | 3-5 | 14 | wexford row 2 : 1 | charlie mccarthy | cork | 2-8 | 14 | galway row 3 : 3 | paddy fahy | galway | 2-7 | 13 | kildare row 4 : 5 | charlie mccarthy | cork | 3-3 | 12 | offaly row 5 : 5 | michael moroney | clare | 2-6 | 12 | dublin row 6 : 5 | declan lovett | kerry | 1-9 | 12 | galway row 7 : 9 | ger cuddy | laois | 3-2 | 11 | wicklow row 8 : 9 | pat enright | waterford | 2-5 | 11 | kerry row 9 : 9 | pat enright | waterford | 1-8 | 11 | laois row 10 : 9 | johnny walsh | kildare | 0-11 | 11 | waterford row 11 : 9 | eddie keher | kilkenny | 0-11 | 11 | wexford row 12 : 14 | brendan cummins | cork | 3-1 | 10 | wexford row 13 : 14 | p. j. molloy | galway | 3-1 | 10 | kerry row 14 : 14 | nick behan | kildare | 3-1 | 10 | kerry row 15 : 14 | seanie o'leary | cork | 3-1 | 10 | limerick row 16 : 14 | michael keating | tipperary | 2-4 | 10 | wexford row 17 : 14 | declan lovett | kerry | 2-4 | 10 | waterford row 18 : 14 | michael keating | tipperary | 2-4 | 10 | dublin row 19 : 14 | eddie keher | kilkenny | 2-4 | 10 | dublin row 20 : 14 | mick dwan | kildare | 2-4 | 10 | antrim row 21 : 14 | charlie mccarthy | cork | 1-7 | 10 | kilkenny row 22 : 14 | paddy fahy | galway | 0-10 | 10 | kerry row 23 : 14 | johnny walsh | kildare | 0-10 | 10 | westmeath row 24 : 27 | p flynn | wexford | 3-0 | 9 | offaly row 25 : 27 | n casey | clare | 3-0 | 9 | cork row 26 : 27 | willie moore | limerick | 3-0 | 9 | cork row 27 : 27 | ger cuddy | laois | 3-0 | 9 | westmeath row 28 : 27 | tom ryan | galway | 3-0 | 9 | laois row 29 : 27 | seanie o'leary | cork | 3-0 | 9 | offaly row 30 : 27 | p flynn | wexford | 2-3 | 9 | cork row 31 : 27 | eddie keher | kilkenny | 2-3 | 9 | limerick row 32 : 27 | johnny walsh | kildare | 1-6 | 9 | galway row 33 : 27 | francis loughnane | tipperary | 1-6 | 9 | cork row 34 : 27 | richie bennis | limerick | 1-6 | 9 | cork row 35 : 27 | pat enright | waterford | 0-9 | 9 | kildare row 36 : 27 | johnny walsh | kildare | 0-9 | 9 | kerry ] Execute this SQL based on the above table: select county order by total desc limit 1
dublin
[ 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 date + tv where attendance = 81500
0, 0
[ header: type | stage | cyclist | team | reason row 1 : dnf | 2 | remi pauriol | cofidis | broken collarbone row 2 : dns | 3 | jose angel gomez marchante | cervelo testteam | broken arm sustained from crash in stage 2 row 3 : dns | 3 | daniel martin | garmin-slipstream | illness row 4 : dns | 3 | joost posthuma | rabobank | illness row 5 : dnf | 3 | matteo bono | lampre-ngc | None row 6 : dnf | 3 | anthony charteau | caisse d'epargne | None row 7 : dns | 4 | sylvain calzat | agritubel | None row 8 : dns | 4 | bradley wiggins | garmin-slipstream | death in the family row 9 : dnf | 4 | jussi veikkanen | francaise des jeux | None row 10 : dns | 5 | inigo cuesta | cervelo testteam | None row 11 : dns | 5 | enrico franzoi | liquigas | None row 12 : dnf | 5 | steven cozza | garmin-slipstream | None row 13 : dnf | 5 | philippe gilbert | silence-lotto | None row 14 : dnf | 5 | brian vandborg | liquigas | None row 15 : dns | 6 | jelle vanendert | silence-lotto | None row 16 : dnf | 6 | jose luis arrieta | ag2r-la mondiale | None row 17 : dnf | 6 | sebastien chavanel | francaise des jeux | None row 18 : dnf | 6 | simon spilak | lampre-ngc | None row 19 : dnf | 6 | thomas voeckler | bbox bouygues telecom | shoulder injury sustained from crash row 20 : dns | 7 | sebastian langeveld | rabobank | None row 21 : dnf | 7 | samuel sanchez | euskaltel-euskad | None row 22 : dnf | 7 | mickael cherel | francaise des jeux | None row 23 : dnf | 7 | thomas fothen | team milram | None row 24 : dnf | 7 | marcel sieberg | team columbia-high road | None row 25 : dnf | 7 | tom veelers | skil-shimano | None row 26 : dnf | 7 | mickael buffaz | cofidis | None row 27 : dnf | 7 | javier aramendia | euskaltel-euskad | None row 28 : dnf | 7 | romain feillu | agritubel | None ] Execute this SQL based on the above table: select reason order by stage asc limit 1
broken collarbone
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | china (chn) | 71 | 39 | 35 | 145 row 2 : 2 | south korea (kor) | 45 | 30 | 31 | 106 row 3 : 3 | thailand (tha) | 17 | 22 | 18 | 57 row 4 : 4 | singapore (sin) | 14 | 18 | 21 | 53 row 5 : 5 | japan (jpn) | 12 | 11 | 10 | 33 row 6 : 6 | hong kong (hkg) | 7 | 13 | 18 | 38 row 7 : 7 | india (ind) | 8 | 7 | 10 | 25 row 8 : 8 | chinese taipei | 7 | 13 | 20 | 40 row 9 : 9 | kazakhstan (kaz) | 5 | 10 | 12 | 27 row 10 : 10 | north korea (prk) | 5 | 6 | 9 | 20 row 11 : 11 | vietnam (vie) | 5 | 6 | 2 | 13 row 12 : 12 | malaysia (mas) | 4 | 6 | 8 | 18 row 13 : 13 | kuwait (kuw) | 4 | 3 | 5 | 12 row 14 : 14 | philippines (phi) | 2 | 4 | 1 | 7 row 15 : 15 | iran (iri) | 1 | 9 | 4 | 14 row 16 : 16 | qatar (qat) | 1 | 4 | 0 | 5 row 17 : 17 | uzbekistan (uzb | 1 | 2 | 8 | 11 row 18 : 18 | indonesia (ina) | 1 | 2 | 3 | 6 row 19 : 19 | saudi arabia (ksa) | 1 | 1 | 2 | 4 row 20 : 20 | yemen (yem) | 1 | 0 | 1 | 2 row 21 : 21 | syria (syr | 1 | 0 | 0 | 1 row 22 : 22 | sri lanka (sr | 0 | 2 | 7 | 9 row 23 : 23 | iraq (irq) | 0 | 1 | 1 | 2 row 24 : 23 | macau (mac) | 0 | 1 | 1 | 2 row 25 : 23 | tajikistan (tjk) | 0 | 1 | 1 | 2 row 26 : 26 | jordan (jor) | 0 | 0 | 3 | 3 row 27 : 26 | mongolia (mgl) | 0 | 0 | 3 | 3 row 28 : 28 | bahrain (brn) | 0 | 0 | 2 | 2 row 29 : 29 | kyrgyzstan (kgz | 0 | 0 | 1 | 1 row 30 : 29 | myanmar (mya) | 0 | 0 | 1 | 1 row 31 : 29 | pakistan (pak) | 0 | 0 | 1 | 1 row 32 : total | total | 213 | 211 | 239 | 663 ] Execute this SQL based on the above table: select nation order by total limit 1
syria (syr)
[ header: km | municipality | location | interescting highway | notes row 1 : 0 | canada-united states border | canada-united states border | nd 18 - cavalier, | pth 30 begins row 2 : 3 | r.m. of rhine | gretna | pr 243 east - emerson | begin pr 243 west concurrence row 3 : 5 | r.m. of rhine | None | pr 243 west - blumenfeld | end pr 243 west concurrence row 4 : 10 | r.m. of rhine | None | pr 421 east - sommerfeld | None row 5 : 14 | r.m. of rhine | altona | pr 201 west - brown, windy | begin pr 201 east concurrence row 6 : 18 | r.m. of rhine | None | pr 201 east - letellier, | end pr 201 east concurrence row 7 : 25 | r.m. of rhine | rosenfeld | pth 14 - morden, win | pth 30 ends highway continues as pr 3 ] Execute this SQL based on the above table: select count ( * ) where municipality = 'r.m. of rhineland'
6
[ header: rank | name | nationality | time row 1 : None | sule utura | ethiopia | 15:38.70 row 2 : None | emebet anteneh men | ethiopia | 15:40.13 row 3 : None | pauline korikwiang | kenya | 15:40.93 row 4 : 4 | hyvin jepkemoi | kenya | 15:42.64 row 5 : 5 | esther ndiema | kenya | 15:43.48 row 6 : 6 | goytetom gebresil | ethiopia | 15:49.90 row 7 : 7 | angeline myiramsabimana | rwanda | 16:24.04 row 8 : 8 | mekdes weldu | eritrea | 16:42.69 row 9 : 9 | thandiwe nyathy | zimbabwe | 17:13.00 ] Execute this SQL based on the above table: select ( select time where nationality = 'kenya' ) > ( select time where nationality = 'kenya' )
0
[ header: team | basic elements | tumbling | stunts | tosses | pyramids | deductions | total score | result row 1 : ccp bobcats | 62 | 54 | 60 | 66 | 70.5 | -4 | 308.5 | champion row 2 : up pep squad | 61.5 | 61.5 | 61 | 62 | 71 | -11 | 306 | runner-up row 3 : altas perp squad | 57 | 55.5 | 53.5 | 53.5 | 69.5 | -6 | 283 | third place row 4 : eac generals pep squad | 55.5 | 46.5 | 57.5 | 55 | 66 | -4 | 276.5 | fourth place row 5 : ateneo blue babble batallion | 59 | 55.5 | 50 | 47 | 64.5 | -13 | 263 | fifth place row 6 : adamson pep squad | 56 | 55 | 52.5 | 48.5 | 66 | -19 | 259 | sixth place row 7 : pup-taguig pep squad | 52 | 45.5 | 49.5 | 48.5 | 65 | -2 | 258.5 | seventh place row 8 : pup stars | 49 | 46.5 | 50.5 | 49.5 | 64.5 | -12 | 248 | eighth place ] Execute this SQL based on the above table: select result where id = 1
champion
[ header: no. | name | position | date of birth (age) | signed from | notes row 1 : 1 | leonardo burian | gk | january 21, 1984 (age 30) | bella vista | first team goalkeeper row 2 : 4 | christian nunez | df | september 24, 1982 (age 31) | cerro | None row 3 : 5 | santiago romero | mf | february 15, 1990 (age 24) | the academy | reserve team player row 4 : 6 | alexis rolin | df | march 2, 1989 (age 25) | the academy | None row 5 : 7 | rafael garcia | mf | january 6, 1989 (age 25) | rampla juniors | None row 6 : 10 | tabare viudez | fw | september 8, 1989 (age 24) | necaxa | None row 7 : 14 | diego placente | df | april 24, 1977 (age 37) | san lorenzo | None row 8 : 16 | mathias abero | df | april 9, 1990 (age 24) | racing | None row 9 : 17 | maximiliano calzada | mf | april 21, 1990 (age 24) | the academy | None row 10 : 19 | andres scotti | df | december 14, 1975 (age 38) | colo-colo | in on 3 january 2012 row 11 : 21 | matias vecino | mf | august 24, 1991 (age 22) | central espanol | None row 12 : 23 | facundo piriz | mf | march 27, 1990 (age 24) | the academy | None row 13 : 24 | marcos aguirre | mf | march 30, 1984 (age 30) | san martin (san | in on 12 january 2012 row 14 : 25 | jorge bava | gk | january 22, 1982 (age 32) | cerro | in on 13 january 2012 row 15 : None | diego barboza | df | january 9, 1991 (age 23) | the academy | reserve team player row 16 : None | sebastian coates | df | october 7, 1990 (age 23 | the academy | out on 26 august 2011 row 17 : None | gabriel marques | df | march 31, 1983 (age 31) | river plate | out on 29 december 2011 row 18 : None | gonzalo godoy | df | january 17, 1988 (age 26) | cerro | out on 5 january 2012 row 19 : None | sebastian gorga | df | april 6, 1994 (age 20) | the academy | reserve team player row 20 : None | maximiliano moreira | df | june 11, 1994 (age 20) | the academy | reserve team player row 21 : None | agustin tabarez | df | october 15, 1994 (age 19 | the academy | reserve team player row 22 : None | damian eroza | mf | march 22, 1993 (age 21) | the academy | reserve team player row 23 : None | gaston pereiro | mf | june 11, 1995 (age 19) | the academy | reserve team player row 24 : None | gonzalo vega | mf | june 29, 1992 (age 21) | the academy | reserve team player row 25 : None | leandro barcia | fw | october 8, 1993 (age 20 | the academy | reserve team player row 26 : None | lucas cavallini | fw | december 28, 1992 (age 21) | the academy | reserve team player row 27 : None | renato cesar | fw | april 8, 1993 (age 20) | the academy | None ] Execute this SQL based on the above table: select position where id = ( select id where position = 'df' ) + 1
mf
[ header: trial number | date | name of trial | celebrity/ies taking part | winner/number of stars | notes row 1 : 1 | 13 november 2006 | mineshaft misery | jan | None | none row 2 : 2 | 14 november 2006 | flash flood | david | None | none row 3 : 3 | 15 november 2006 | jungle boogie | scott | None | None row 4 : 4 | 16 november 2006 | treetop terror | jan scott | None | none row 5 : 5 (live) | 17 november 2006 | jungle spa | dean | None | None row 6 : 6 | 18 november 2006 | operation | phina jason | None | None row 7 : 7 | 19 november 2006 | snake bite | jan | None | None row 8 : 8 | 20 november 2006 | bull in a china shop | jan | None | none row 9 : 9 | 21 november 2006 | catch a falling star | jan scott | jan | None row 10 : 10 | 22 november 2006 | bushtucker duel | jan scott | scott | none row 11 : 11 | 23 november 2006 | what lurks beneath | phina scott | phina | None row 12 : 12 | 24 november 2006 | thunderball | jason malandra matt | None | none row 13 : 13 | 25 november 2006 | jungle falls | dean lauren phina | None | none row 14 : 14 | 26 november 2006 | tomb of torment | myleene | None | none row 15 : 15 | 27 november 2006 | shooting gallery | david jason matt | None | none row 16 : 16 | 28 november 2006 | skyscrape | malandra myleene | None | none row 17 : 17 | 29 november 2006 | temple of doom | dean | None | none row 18 : 18 | 30 november 2006 | celebrity cyclone | jason myleene matt | None | none row 19 : 19 | 1 december 2006 | bushtucker bonanza | matt | None | none row 20 : 20 | 1 december 2006 | fill your face | jason | None | none row 21 : 21 | 1 december 2006 | scareoke | myleene | None | none ] Execute this SQL based on the above table: select winner/number of stars where notes = 'none'
scott
[ 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 senate members on election day 2000 where affiliation = 'progressive conservative'
35.0
[ header: pos. | driver | co-driver | car | time row 1 : 1 | giandomenico basso | lorenzo granai | peugeot 207 s2000 | 2h28m50.8s row 2 : 2 | bruno magalhaes | nuno r. silva | peugeot 207 s2000 | +07.3s row 3 : 3 | miguel nunes | joao paulo | mitsubishi lancer x r4 | + 3m30.8s row 4 : 4 | pedro meireles | mario castro | skoda fabia s2000 | +3m42.5s row 5 : 5 | luca betti | francesco pezzoli | ford fiesta s2000 | +4m04.1s row 6 : 6 | filipe freitas | daniel figueiroa | mitsubishi lancer x r4 | +5m36s row 7 : 7 | filipe pires | vasco rodrigues | mitsubishi lancer x | +9m11.2s row 8 : 8 | luis serrado | joao sousa | peugeot 206 s1600 | +10m53.7s row 9 : 9 | jose camacho | fernando spinola | peugeot 206 s1600 | +13m08.3s row 10 : 10 | rui conceicao | duarte coelho | ford escort cosworth | +16m50.1s ] Execute this SQL based on the above table: select driver where pos. = 6
filipe freitas
[ 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 competition where opposition = 'west germany'
international friendly, international friendly
[ header: protein | natural host | normal function | prion state | prion phenotype | year identified row 1 : ure2p | saccharomyces cerevisiae | nitrogen catabolite repressor | [ure3] | growth on poor nitrogen sources | 1994 row 2 : sup35p | saccharomyces cerevisiae | translation termination factor | [psi+] | increased levels of nonsense suppression | 1994 row 3 : het-s | podospora anserina | regulates heterokaryon incompatibility | [het-s] | heterokaryon formation between incompatible strains | 1997 row 4 : vacuolar protease b | saccharomyces cerevisiae | death in stationary phase, failure in meio | [β] | failure to degrade cellular proteins under n | 2003 row 5 : map kinases | podospora anserina | increased pigment, slow growth | [c] | None | 2006 row 6 : rnq1p | saccharomyces cerevisiae | protein template factor | [rnq+],[pin+] | promotes aggregation of other prions | 2008 row 7 : mca1 | saccharomyces cerevisiae | putative yeast caspase | [mca+] | None | 2008 row 8 : swi1 | saccharomyces cerevisiae | chromatin remodeling | [swi+] | poor growth on some carbon sources | 2008 row 9 : cyc8 | saccharomyces cerevisiae | transcriptional repressor | [oct+] | transcriptional derepression of multiple genes | 2009 row 10 : mot3 | saccharomyces cerevisiae | nuclear transcription factor | [mot3+] | transcriptional derepression of anaero | 2009 row 11 : pma1+std1 | saccharomyces cerevisiae | pma1 = major plasma membrane proton pump | [gar+] | resistant to glucose-associated repression | 2009 row 12 : sfp1 | saccharomyces cerevisiae | global transcriptional regulator | [isp+] | antisuppressor of certain sup | 2010 row 13 : mod5 | saccharomyces cerevisiae | None | [mod+] | None | 2012 ] Execute this SQL based on the above table: select protein order by year identified desc limit 1
mod5
[ header: name of place | counties | principal county | lower zip code row 1 : campbell hall | 1 | orange county | 10916 row 2 : canaan | 1 | columbia county | 12029 row 3 : canajoharie | 1 | montgomery county | None row 4 : canoe place | 1 | suffolk county | 11946 row 5 : careys corners | 1 | oneida county | None row 6 : carman | 1 | schenectady county | 12303 row 7 : carpenters corners | 1 | fulton county | None row 8 : cass | 1 | erie county | 14206 row 9 : castle point | 1 | dutchess county | 12511 row 10 : catfish corners | 1 | oswego county | None row 11 : catskill (town) | 1 | greene county | 12414 row 12 : cayuta | 1 | schuyler county | 14824 row 13 : cedar hill | 1 | albany county | 12158 row 14 : cedarville station | 1 | herkimer county | None row 15 : central nyack | 1 | rockland county | 10960 row 16 : chase lake | 1 | lewis county | 13343 row 17 : chelsea | 1 | dutchess county | 12512 row 18 : chemung | 1 | chemung county | None row 19 : chili junction | 1 | monroe county | None row 20 : chittenango springs | 1 | madison county | None row 21 : churchville | 1 | monroe county | 14428 row 22 : clarkson | 1 | monroe county | 14430 row 23 : claverack | 1 | columbia county | None row 24 : clifton heights | 1 | erie county | 14085 row 25 : clinton county airport | 1 | clinton county | None row 26 : coldbrook | 1 | erie county | 14072 row 27 : colemans mills | 1 | oneida county | 13492 row 28 : coleman station | 1 | dutchess county | None row 29 : colonial acres | 1 | albany county | 12077 row 30 : colonial acres | 1 | westchester county | 10583 row 31 : columbus quarter | 1 | chenango county | None row 32 : como | 1 | cayuga county | None row 33 : congers | 1 | rockland county | 10920 row 34 : connelly park | 1 | chautauqua county | 14710 row 35 : conquest | 1 | cayuga county | None row 36 : cooperstown junction | 1 | otsego county | 12116 row 37 : craterclub | 1 | essex county | 12936 row 38 : crescent beach | 1 | monroe county | 14612 row 39 : crestwood | 1 | westchester county | 10707 row 40 : crestwood | 1 | westchester county | None row 41 : crittenden | 1 | erie county | 14038 row 42 : croghan | 1 | lewis county | 13327 row 43 : croghan | 1 | lewis county | None ] Execute this SQL based on the above table: select count ( principal county )
43
[ header: year | title | label | uk singles chart | u.s. billboard hot 100 chart row 1 : 1969 | "melting pot" | philips | 3 | None row 2 : 1970 | "good morning freedom" | philips | 10 | None row 3 : 1970 | "our world" | philips | 17 | 64 row 4 : 1971 | "the banner man" | regal zonophone | 3 | None row 5 : 1972 | "stay with me" | regal zonophone | 11 | None row 6 : 1973 | "by the devil (i was tempted | emi | 26 | None row 7 : 1973 | "randy" | emi | 9 | None ] Execute this SQL based on the above table: select title where year = 1971
"the banner man"
[ header: name | population (2002 census) | population (2007 estimation) | population (2011 census) | area (km2) | density (pop/km2) row 1 : brasov | 283901 | 277945 | 253200 | 267.32 | 1204 row 2 : codlea | 24256 | 24550 | 21708 | 132.79 | 182 row 3 : sacele | 30044 | 31796 | 30798 | 320 | 93 row 4 : ghimbav | 5100 | 5357 | 4698 | 28.08 | 181.62 row 5 : predeal | 5625 | 5174 | 4755 | 58.4 | 96.14 row 6 : rasnov | 15436 | 16055 | 15022 | 164.36 | 94 row 7 : cristian | 3952 | 4300 | 4490 | 27.73 | 142.51 row 8 : sanpetru | 3401 | 3759 | 4819 | 30.74 | 110.63 row 9 : halchiu | 4072 | 4560 | 4218 | 56.67 | 71.85 row 10 : tarlungeni | 7413 | 7996 | 8320 | 135.66 | 54.65 row 11 : prejmer | 8323 | 8876 | 8472 | 60.48 | 137.61 row 12 : harman | 4437 | 4775 | 5402 | 52.79 | 84.05 row 13 : bod | 3942 | 4173 | 3994 | 33.56 | 117.46 row 14 : total | 399902 | 399316 | 369896 | 1368.58 | 270 ] Execute this SQL based on the above table: select count ( name ) where population (2011 census) < 8
0
[ header: team | winners | runners-up | years won | years runner-up row 1 : liverpool | 8 | 3 | 1981, 1982, 1983, 1984, 1995, | 1978, 1987, 2005 row 2 : aston villa | 5 | 3 | 1961, 1975, 1977, 1994, 1996 | 1963, 1971, 2010 row 3 : manchester united | 4 | 4 | 1992, 2006, 2009, 2010 | 1983, 1991, 1994, 2003 row 4 : tottenham hotspur | 4 | 3 | 1971, 1973, 1999, 2008 | 1982, 2002, 2009 row 5 : chelsea | 4 | 2 | 1965, 1998, 2005, 2007 | 1972, 2008 row 6 : nottingham forest | 4 | 2 | 1978, 1979, 1989, 1990 | 1980, 1992 row 7 : leicester city | 3 | 2 | 1964, 1997, 2000 | 1965, 1999 row 8 : manchester city | 3 | 1 | 1970, 1976, 2014 | 1974 row 9 : arsenal | 2 | 5 | 1987, 1993 | 1968, 1969, 1988, 2007, 2011 row 10 : norwich city | 2 | 2 | 1962, 1985 | 1973, 1975 row 11 : birmingham city | 2 | 1 | 1963, 2011 | 2001 row 12 : wolverhampton wanderers | 2 | 0 | 1974, 1980 | None row 13 : west bromwich albion | 1 | 2 | 1966 | 1967, 1970 row 14 : middlesbrough | 1 | 2 | 2004 | 1997, 1998 row 15 : queens park rangers | 1 | 1 | 1967 | 1986 row 16 : leeds united | 1 | 1 | 1968 | 1996 row 17 : stoke city | 1 | 1 | 1972 | 1964 row 18 : luton town | 1 | 1 | 1988 | 1989 row 19 : sheffield wednesday | 1 | 1 | 1991 | 1993 row 20 : swindon town | 1 | 0 | 1969 | None row 21 : oxford united | 1 | 0 | 1986 | None row 22 : blackburn rovers | 1 | 0 | 2002 | None row 23 : swansea city | 1 | 0 | 2013 | None row 24 : west ham united | 0 | 2 | None | 1966, 1981 row 25 : everton | 0 | 2 | None | 1977, 1984 row 26 : bolton wanderers | 0 | 2 | None | 1995, 2004 row 27 : sunderland | 0 | 2 | None | 1985, 2014 row 28 : rotherham united | 0 | 1 | None | 1961 row 29 : rochdale | 0 | 1 | None | 1962 row 30 : newcastle united | 0 | 1 | None | 1976 row 31 : southampton | 0 | 1 | None | 1979 row 32 : oldham athletic | 0 | 1 | None | 1990 row 33 : tranmere rovers | 0 | 1 | None | 2000 row 34 : wigan athletic | 0 | 1 | None | 2006 row 35 : cardiff city | 0 | 1 | None | 2012 row 36 : bradford city | 0 | 1 | None | 2013 ] Execute this SQL based on the above table: select team where team in ( 'queens park rangers' , 'bolton wanderers' ) order by winners desc limit 1
queens park rangers
[ header: # | menteri besar | took office | left office | party row 1 : 1 | jaafar mohamed | 1886 | july 1890 | no party row 2 : 2 | mohamed mahbob | june 1920 | 1922 | no party row 3 : 3 | abdullah jaafar | september 1923 | 1928 | no party row 4 : 4 | mustapha jaafar | september 16, 1928 | november 23, 1931 | no party row 5 : 5 | abdul hamid yusof | november 23, 1931 | december 28, 1934 | no party row 6 : 6 | ungku abdul aziz abd | april 1935 | june 1, 1947 | no party row 7 : 7 | onn jaafar | june 1, 1947 | may 18, 1950 | no party row 8 : 8 | syed abdul kadir mo | february 18, 1952 | june 5, 1955 | no party row 9 : 9 | wan idris ibra | october 1, 1955 | august 31, 1957 | no party ] Execute this SQL based on the above table: select abs ( # - # ) where # = 9
0.0
[ header: tie no | home team | score | away team row 1 : 50 | sjomarkens if (d | 1-4 | bk slatta damm ( row 2 : 53 | falkopings fk (d4) | 2-0 | ganghesters sk (d row 3 : 56 | lindas bk (d4) | 1-3 | hultsfreds f row 4 : 58 | bredaryds ik ( | 3-0 | ulricehamns ifk ( row 5 : 59 | hovslatts ik | 0-9 | tidaholms g row 6 : 60 | torpa ais (d4) | 0-2 | bk zeros (d3) row 7 : 61 | fiskeby if (wc) | 2-1 (gg) | vasterviks ff (d4) row 8 : 62 | gnosjo if (d4) | 1-3 | skovde aik (d row 9 : 63 | savsjo ff ( | 5-3 | skillingaryds is (d4) row 10 : 65 | lsw if (d4) | 2-1 | husqvarna ff (d row 11 : 67 | rorviks if (d4) | 0-2 | lunds bk (d2) row 12 : 69 | if eksjo (d4) | 1-4 | kalmar ff (d2) row 13 : 71 | bankeryds sk (d4) | 4-1 | hjulsbro ik ( row 14 : 73 | gullspangs if ( | 0-7 | rynninge ik (d3) row 15 : 74 | skara fc (d4) | 0-4 | karlslunds if ( row 16 : 75 | bratens ik (d4) | 0-4 | vivalla-lundby if row 17 : 76 | finnerodja if(d4) | 3-1 | ifk mariestad (d4) row 18 : 77 | skollersta if (d4) | 1-3 | hemgardarnas bk (d row 19 : 78 | simonstorps if (d4) | 0-5 | nykopings bis (d2) row 20 : 82 | harad if (d4) | 2-3 (gg) | ifk vasteras (d2) row 21 : 83 | kolsva if (d4) | 0-3 | karlstad bk (d row 22 : 85 | ransta ik (d4) | 1-3 | ifk hallsberg (d4) row 23 : 86 | skyllbergs ik (wc | 0-4 | ifk kristinehamn ( row 24 : 87 | filipstads ff (d | 3-1 | kungsors sk ( row 25 : 89 | bk hird (d4) | 0-5 | hargs bk (d2) row 26 : 91 | frovi ik (wc) | 1-9 | skiljebo sk (d row 27 : 95 | new mill ff (wc) | 4-2 | vartans sk (d3) ] Execute this SQL based on the above table: select count ( * ) where tie no > 10
27
[ header: team | county | wins | years won row 1 : greystones | wicklow | 1 | 2011 row 2 : ballymore eustace | kildare | 1 | 2010 row 3 : maynooth | kildare | 1 | 2009 row 4 : ballyroan abbey | laois | 1 | 2008 row 5 : fingal ravens | dublin | 1 | 2007 row 6 : confey | kildare | 1 | 2006 row 7 : crettyard | laois | 1 | 2005 row 8 : wolfe tones | meath | 1 | 2004 row 9 : dundalk gaels | louth | 1 | 2003 ] Execute this SQL based on the above table: select max ( years won )
2011
[ header: date | tournament | winner | purse ($) | notes row 1 : 25 feb | pinamar open | miguel rodriguez | 70000 | None row 2 : 3 mar | south open | rafael gomez | 100000 | None row 3 : 10 mar | parana open | julio zapata | 70000 | None row 4 : 8 apr | norpatagonico open | luciano dodda (amateur | None | pga argentina- no row 5 : 15 apr | center open | angel cabrera | 200000 | co-sanctioned by the row 6 : 22 apr | angel cabrera classic | rafael gomez | 120000 | None row 7 : 29 apr | chaco open | fabian gomez | 70000 | None row 8 : 9 jun | north open | ricardo gonzalez, | 80000 | None row 9 : 10 jul | metropolitano open | jose coceres | None | pga argentina- no row 10 : 11 aug | misiones open | sergio acevedo | 70000 | None row 11 : 19 aug | carlos franco invitational | marco ruiz | 93000 | None row 12 : 29 sep | salta open | andres romero | 80000 | None row 13 : 7 oct | tandil open | diego ortiz | 70000 | None row 14 : 27 oct | argentine masters | angel cabrera | 420000 | co-sanctioned by the row 15 : 4 nov | mendoza open | rafael echen | 80000 | None row 16 : 11 nov | roberto de vicenzo classic | miguel guzman | 120000 | None row 17 : 25 nov | san luis open | emilio dominguez | 450000 | co-sanctioned by the row 18 : 2 dec | abierto del litoral | miguel rodriguez | 520000 | co-sanctioned by the row 19 : 9 dec | argentine open | marco ruiz | 600000 | co-sanctioned by the ] Execute this SQL based on the above table: select tournament order by purse ($) desc limit 1
argentine open
[ 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 km group by km order by count ( county ) desc limit 1
36.0
[ header: title | year | channel | role | notes row 1 : parkinson | 2002 | bbc one | herself | performed "we will rock you" and "we row 2 : loose women | 2007 | itv | elphaba | performed "the wizard and i" row 3 : i'd do anything | 2008 | bbc one | herself | mentored potential nancys at the row 4 : royal variety performance | 2008 | bbc one | herself | performed "defying gravity" with bri row 5 : over the rainbow | 2010 | bbc one | herself | mentored potential dorothys at row 6 : big brother's little brother | 2010 | e4 | herself | interview row 7 : tonight's the night | 2010 | bbc one | herself | performed "wind beneath my wings" with contestant row 8 : this morning | 2010 | itv | herself | interview; performed "anthem" with bri row 9 : breakfast | 2010 | bbc one | herself | interview row 10 : proms in the park | 2010 | bbc red button | herself | performed "dangerland", "i'm row 11 : the wright stuff | 2010 | channel 5 | herself | special guest panelist row 12 : festival of remembrance | 2010 | bbc one | herself | performed "anthem" with brian may row 13 : only men aloud - merry | 2010 | s4c | herself | performed "somebody to love" with only men row 14 : breakfast | 2011 | bbc one | herself | interview with brian may row 15 : 2011 laurence olivier awards | 2011 | bbc red button | herself | performed "look to the rainbow" with barry row 16 : the alan titchmarsh | 2011 | itv | herself | performed "defying gravity" row 17 : fern | 2011 | channel 4 | herself | interview; performed "i love a butterfly" row 18 : the hour | 2011 | stv | herself | interview; performed "i love a butterfly" row 19 : fa community shield | 2011 | sky sports | herself | performed the british national anthem row 20 : sanremo music festival 2012 | 2012 | rai 1 | herself | performed "i (who have nothing)" and row 21 : the voice uk | 2012 | bbc one | herself | auditioned for the show's first series row 22 : foxes live: wild in the city | 2012 | channel 4 | herself | appeared in a short film about saving fox row 23 : live with | 2012 | channel 5 | herself | interview with jeff wayne row 24 : the wright stuff | 2012 | channel 5 | herself | special guest panelist row 25 : itv news london | 2013 | itv | herself | interview about tiger tracks and animal conservation with row 26 : the late late show | 2013 | rte one | herself | interview; performed "life is real" with row 27 : this morning | 2013 | itv | herself | interview; performed "born free" with bri row 28 : the alan titchmarsh | 2013 | itv | herself | interview; performed "the kissing me song" row 29 : sunday brunch | 2013 | channel 4 | herself | interview with brian may row 30 : big brother's bit on the side | 2013 | channel 5 | herself | surprise guest panelist ] Execute this SQL based on the above table: select sum ( year ) where notes in ( 'performed "defying gravity"' , 'performed "defying gravity" with brian may' , 'interview about tiger tracks and animal conservation with brian may' , 'surprise guest panelist' )
8045
[ header: category | age (ethnicity) | n | v1 | v2 | v3 | v4 | v5 | v6 row 1 : None | 1 week - 1 y | 210 | 92% | 74% | 27% | 20% | 0.50% | 0% row 2 : None | 1 y - 2 y | 154 | 96% | 85% | 39% | 10% | 0.70% | 0% row 3 : None | 2 y - 5 y | 202 | 98% | 50% | 22% | 7% | 1% | 0% row 4 : None | 5 y - 8 y | 94 | 91% | 25% | 14% | 5% | 1% | 1% row 5 : None | 8 y - 16 y | 90 | 62% | 7% | 2% | 0% | 0% | 0% row 6 : males | 12 y - 13 y | 209 | 47% | 7% | 0% | 0% | 0% | 0% row 7 : males | 13 y - 14 y | 260 | 35% | 4.60% | 0.80% | 0% | 0% | 0% row 8 : males | 16 y - 19 y (white | 50 | 32% | 0% | 0% | 0% | 0% | 0% row 9 : males | 16 y - 19 y (black | 310 | 46% | 7% | 2.90% | 1.30% | 0% | 0% row 10 : males | 20 - 30 y (whites) | 285 | 41% | 0% | 0% | 0% | 0% | 0% row 11 : males | 20 - 30 y (blacks) | 295 | 37% | 0% | 0% | 0% | 0% | 0% row 12 : females | 12 y - 13 y | 174 | 69% | 11% | 1.20% | 0% | 0% | 0% row 13 : females | 13 y - 14 y | 154 | 52% | 8.40% | 1.40% | 0% | 0% | 0% row 14 : females | 16 y - 19 y (white | 50 | 66% | 0% | 0% | 0% | 0% | 0% row 15 : females | 16 - 19 y (blacks) | 310 | 73% | 9% | 1.30% | 0.60% | 0% | 0% row 16 : females | 20 - 30 y (whites) | 280 | 55% | 0% | 0% | 0% | 0% | 0% row 17 : females | 20 - 30 y (blacks) | 330 | 55% | 2.40% | 1% | 0% | 0% | 0% ] Execute this SQL based on the above table: select count ( * ) where v4 = '1%'
0
[ header: year | english title | chinese title | role | notes row 1 : 1990 | wandering heroes | 游侠儿 - you xia er | xiao guai | None row 2 : 1995 | forever friends | 四个不平凡的少年 - si ge bu ping fan | luo zhi j | None row 3 : 1996 | flirting expert | 泡妞专家 - pao niu | xiao pei | None row 4 : 1996 | pale sun | 情色 - qing se | lao wu | None row 5 : 1998 | red bride | 红娘 - hong niang | zhang jun rui | None row 6 : 1999 | winner takes all | 大赢家 - da ying ji | shi sheng zi | None row 7 : 1999 | cotton fleece | 白棉花 - bai mian h | ma cheng gong | None row 8 : 2000 | devoted to you | 初恋的故事 - chu lian de | yu hai | None row 9 : 2002 | reunion | 手足情深 - shou zu q | ka chung | None row 10 : 2003 | grandpa's home | 爷爷的家 - ye ye | xin qiang gong an | None row 11 : 2005 | taklamakan | 塔克拉玛干 - takelamagan | cheng cheng (成成) | None row 12 : 2008 | fit lover | 爱情呼叫转移ii:爱情左右 - a | guo ying (郭影) | None row 13 : 2009 | l-o-v-e | 爱到底 - ai dao di | None | guest star row 14 : 2009 | a singing fairy | 寻找刘三姐 - xun zha | wei wende (韦文德) | None row 15 : 2009 | the message | 风声 - feng sheng | bai xiaonian (白小年) | aka "sound of the wind" row 16 : 2009 | the star and the sea | 星海 - xinghai | xiao youmei (萧友梅) | aka "the musician" row 17 : 2010 | the four cupids | 四个丘比特 - si ge qiu | qi bolin (齐泊霖) | None row 18 : 2010 | secret battleground | 孤岛秘密战 - gu dao mi mi | japanese officer | None row 19 : 2010 | the love song of kang ding | 康定情歌 - kang ding | li su jie | None row 20 : 2010 | lost in panic room | 密室之不可告人 - mi shi zi bu | liu feiyun | None row 21 : 2011 | deng enming's childhood | 少年邓恩铭 - shao nian den | None | None row 22 : 2012 | design of death | 杀生 - sha sheng | longevity town doctor | previous title: 长寿镇 - chang row 23 : 2012 | the assassins | 铜雀台 - tong que ta | emperor xian (獻帝) | alt pinyin: tong qi row 24 : 2012 | back to 1942 | 一九四二 - yi ji | song ziwen (宋子文) | None row 25 : 2012 | three unmarried mothers | 三个未婚妈妈 - san ge wei | None | None row 26 : 2013 | sweet alibis | 甜蜜殺機 | 王志毅 - wang zhi | None ] Execute this SQL based on the above table: select chinese title where id = 1
游侠儿 - you xia er
[ header: title | character | broadcaster | episodes | date row 1 : rev | pip | bbc two | 1 | 2010 row 2 : the i.t. crowd | nikki | channel 4 | 1 | 2010 row 3 : eastenders: e20 | ava | bbc one | 15 | 2011 row 4 : fresh meat | caz | channel 4 | 1 | 2011 row 5 : phoneshop | daisy | channel 4 | 1 | 2011 row 6 : holby city | heidi hall | bbc one | 1 | 2012 row 7 : plebs | cynthia | itv2 | 6 | 2013 row 8 : blandings | valerie fanshawe | bbc | 2.5 | 2014 row 9 : death in paradise | helen walker | bbc | 3.4 | 2014 ] Execute this SQL based on the above table: select count ( title ) where character = 'heidi hall'
1
[ header: episode | name | synopsis | sent home | highest seller row 1 : 1 | vegas meltdown | nine aspiring restaurateurs arrive in las | ammerah, kimmy | patrick row 2 : 2 | tantrum in temecula | the restaurant express bus arrives in temecula, | johnathan | eric row 3 : 3 | express: impossible | the restaurant express bus arrives in los angeles | bianca | none row 4 : 4 | battle by the beach | the restaurant express bus arrives at the iconic balb | patrick | eric row 5 : 5 | going, going, gone! | the remaining four contestants are given their biggest budget | eric | adam row 6 : 6 | the truck stops here! | the three remaining chefs are each given a food | none | adam row 7 : 7 | vegas or bust | jan and seonkyoung battle to | jan, adam | seonkyoung ] Execute this SQL based on the above table: select count ( * ) where synopsis = 'the restaurant express bus arrives at the iconic balboa pier in newport beach, calif. the remaining five contestants will each have to open a concession stand with the same three dishes; a burger, a dessert and something on a stick. they also must produce a commercial for their stand. the contestant with the best commercial gets to have their ad play on the pier, but will that marketing advantage be enough to draw the most customers?'
1
[ header: name | nationality | matches played | goals scored | notes row 1 : adrian caceres | australia | 42 | 6 | None row 2 : andrew nabbout | australia | 21 | 4 | None row 3 : andrew vlahos | australia | 18 | 0 | None row 4 : antun kovacic | australia | 2 | 0 | None row 5 : archie thompson | australia | 160 | 69 | melbourne's first ever signing first dual row 6 : billy celeski | australia | 91 | 2 | None row 7 : carl recchia | australia | 12 | 0 | None row 8 : carlos hernandez | costa rica | 121 | 36 | first costa rican to play for row 9 : christopher cristaldo | australia | 3 | 1 | None row 10 : diogo ferreira | australia | 52 | 2 | None row 11 : dylan murnane | australia | 2 | 0 | None row 12 : eugene galekovic | australia | 15 | 0 | None row 13 : evan berger | australia | 43 | 0 | None row 14 : fred carreiro | brazil | 20 | 4 | first brazilian to play for melbourne row 15 : geoff kellaway | wales | 9 | 0 | first welsh to play for mel row 16 : geoffrey claeys | belgium | 16 | 0 | first belgian to play for melbourne row 17 : isaka cernak | australia | 21 | 2 | None row 18 : james jeggo | australia | 19 | 1 | None row 19 : jason geria | australia | 4 | 0 | None row 20 : jonathan bru | mauritius | 19 | 0 | first mauritian to play for melbourne row 21 : joe keenan | england | 12 | 0 | None row 22 : kaz patafta | australia | 14 | 1 | None row 23 : kosta barbarouses | new zealand | 0 | 0 | None row 24 : lawrence thomas | australia | 4 | 0 | None row 25 : leandro love | brazil | 15 | 0 | None row 26 : luke o'dea | australia | 2 | 0 | None row 27 : marcos flores | argentina | 24 | 4 | first argentine to play for melbourne row 28 : mark byrnes | australia | 19 | 1 | None row 29 : mark milligan | australia | 32 | 10 | club captain 2013- row 30 : marvin angulo | costa rica | 36 | 0 | None row 31 : matthew spiranovic | australia | 1 | 0 | None row 32 : michael ferrante | australia | 26 | 1 | None row 33 : mitchell langerak | australia | 21 | 0 | None row 34 : nick ward | australia | 46 | 5 | None row 35 : ramazan tavsanc | australia | 4 | 0 | None row 36 : richard kitzbichler | austria | 18 | 5 | first austrian to play for melbourne row 37 : ricky diaco | australia | 13 | 1 | None row 38 : robbie kruse | australia | 39 | 16 | None row 39 : rodrigo vargas | australia | 139 | 7 | None row 40 : sam gallagher | australia | 2 | 0 | None row 41 : scott galloway | australia | 11 | 0 | None row 42 : sebastian ryall | australia | 24 | 0 | None row 43 : simon storey | australia | 32 | 0 | None ] Execute this SQL based on the above table: select notes where notes = 'first costa rican to play for melbourne'
first costa rican to play for melbourne
[ header: group | members | caucusing | total row 1 : socialist group | 242 | 8 | 250 row 2 : rpr group | 136 | 6 | 140 row 3 : udf group | 107 | 6 | 113 row 4 : communist group | 34 | 2 | 36 row 5 : radical, citizen and green | 33 | 0 | 33 row 6 : non-inscrits | 5 | 0 | 5 row 7 : total | 555 | 22 | 577 ] Execute this SQL based on the above table: select count ( members )
7
[ header: wrestler: | times: | date: | location: | notes: row 1 : jonnie stewart | 1 | june 6, 1996 | rochester, minnesota | defeated larry gligorovich to row 2 : king kong bundy | 1 | march 31, 1999 | oshkosh, wiscons | later stripped of the title by owner dale row 3 : the patriot (danny dominion) | 1 | july 29, 2000 | pine bluff, arkansa | defeated dale gagne in an impro row 4 : ricky enrique | 1 | july 29, 2000 | pine bluff, arkansa | None row 5 : eric priest | 1 | june 3, 2001 | hillside, illinois | None row 6 : evan karagias | 1 | march 22, 2002 | casa grande, arizona | None row 7 : horshu | 1 | october 12, 2002 | mercedes, texas | stripped of the title due to missing mandatory title defense row 8 : evan karagias | 2 | july 6, 2003 | lemoore, california | defeated eric priest to win the vac row 9 : steve corino | 1 | june 11, 2005 | bay city, michigan | None row 10 : shinjiro otani | 1 | january 22, 2006 | tokyo, japan | None row 11 : takao omori | 2 | april 1, 2006 | tokyo, japan | None row 12 : ric converse | 1 | june 14, 2006 | indianapolis, indiana | None row 13 : steve corino | 2 | january 7, 2007 | pottstown, pennsyl | on march 23, 2007, corino lost the title row 14 : takao omori | 3 | march 31, 2007 | yokohama, japan | None row 15 : masato tanaka | 1 | october 26, 2007 | tokyo, japan | None row 16 : larry zbyszko | 1 | february 5, 2008 | minneapolis, minnesot | title awarded row 17 : brian logan | None | april 20, 2008 | fayetteville, west virgini | logan defeated zbyszko row 18 : ricky landell | 1 | october 11, 2008 | indianapolis, indiana | title becomes known as the wsl world row 19 : keith walker | 1 | february 21, 2009 | michigan city, indiana | None ] Execute this SQL based on the above table: select count ( distinct location: )
15
[ header: # | title | tpb isbn | tpb release date | tpb page number | collected material row 1 : 1 | the name of the game | isbn 91-33-30546-3 | june, 2007 | 152 | the boys #1-6 row 2 : 2 | get some | isbn 1-933305-68-1 | march, 2008 | 192 | the boys #7-14 row 3 : 3 | good for the soul | isbn 1-933305-92-4 | october, 2008 | 192 | the boys #15-22 row 4 : 4 | we gotta go now | isbn 1-84856-298-5 | july, 2009 | 192 | the boys #23-30 row 5 : 5 | herogasm | isbn 1-60690-082-x | november, 2009 | 144 | herogasm #1-6 row 6 : 6 | the self-preservation society | isbn 1-60690-125-7 | march, 2010 | 192 | the boys #31-38 row 7 : 7 | the innocents | isbn 1-60690-150-8 | december, 2010 | 216 | the boys #39-47 row 8 : 8 | highland laddie | isbn 1-60690-207-5 | april, 2011 | 144 | highland laddie #1-6 row 9 : 9 | the big ride | isbn 1-60690-220-2 | november 9, 2011 | 276 | the boys #48-59 row 10 : 10 | butcher, baker, candlestickmaker | isbn 1-60690-264-4 | march 6, 2012 | 144 | butcher, baker, candlestickmaker #1 row 11 : 11 | over the hill with the sword of a thousand | isbn 1-60690-341-1 | june/july, 2012 | 152 | the boys #60-65 row 12 : 12 | the bloody doors off | isbn 1-60690-373- | december, 2012 | 170 | the boys #66-72 ] Execute this SQL based on the above table: select tpb isbn where tpb isbn in ( 'isbn 1-60690-341-1' , 'isbn 1-60690-220-2' ) and # <= 14 and tpb page number >= 14
isbn 1-60690-220-2, isbn 1-60690-341-1
[ header: year | competition | date | location | opponent | score | result | bye row 1 : 1990 | world group, 1st round | 2-4 feb | barcelona (esp) | spain | 3-2 | win | row 2 : 1990 | world group, quarterfinals | 30 mar - 2 apr | vienna (aut) | italy | 5-0 | win | row 3 : 1990 | world group, semifinals | 21-23 sep | vienna (aut) | united states | 2-3 | loss | row 4 : 1991 | world group, 1st round | 1-3 feb | prague (tch) | czechoslovakia | 1-4 | loss | row 5 : 1991 | world group, relegation play-off | 20-22 sep | manchester (gbr) | great britain | 1-3 | loss | row 6 : 1992 | euro/african zone group i | None | None | None | None | None | row 7 : 1992 | euro/african zone group i | 1-3 may | helsinki (fin) | finland | 4-1 | win | row 8 : 1992 | world group, relegation play-off | 25-27 sep | vancouver (can) | canada | 3-1 | win | row 9 : 1993 | world group, 1st round | 26-28 mar | vienna (aut) | france | 1-4 | loss | row 10 : 1993 | world group, relegation play-off | 24-26 sep | christchurch (nzl) | new zealand | 3-2 | win | row 11 : 1994 | world group, 1st round | 26-28 mar | graz (aut) | germany | 2-3 | loss | row 12 : 1994 | world group, relegation play-off | 23-25 sep | montevideo (uru) | uruguay | 3-2 | win | row 13 : 1995 | world group, 1st round | 3-5 feb | vienna (aut) | spain | 4-1 | win | row 14 : 1995 | world group, quarterfinals | 31 mar - 2 apr | vaxjo (swe) | sweden | 0-5 | loss | row 15 : 1996 | world group, 1st round | 9-12 feb | johannesburg (rsa) | south africa | 2-3 | loss | row 16 : 1996 | world group, relegation play-off | 20-22 sep | sao paulo (bra) | brazil | 1-4 | loss | row 17 : 1997 | euro/african zone group i | None | None | None | None | None | row 18 : 1997 | euro/african zone group i | 4-6 apr | graz (aut) | croatia | 3-2 | win | row 19 : 1997 | world group, relegation play-off | 19-21 sep | harare (zim) | zimbabwe | 2-3 | loss | row 20 : 1998 | euro/african zone group i | 3-5 apr | ramat hasharon (isr) | israel | 1-4 | loss | row 21 : 1998 | euro/african zone group i | 25-27 sep | portschach (aut) | denmark | 5-0 | win | row 22 : 1999 | euro/african zone group i | 2-4 apr | wels (aut) | portugal | 4-1 | win | row 23 : 1999 | world group, relegation play-off | 24-26 sep | portschach (aut) | sweden | 3-2 | win | ] Execute this SQL based on the above table: select competition where competition = 'euro/african zone group i, semifinals'
euro/african zone group i, semifinals, euro/african zone group i, semifinals
[ header: week | date | opponent | result | attendance row 1 : 1 | september 28, 1952 | at dallas texans | w 24-6 | 17,499 row 2 : 2 | october 4, 1952 | at philadelphia eagle | w 31-7 | 18,648 row 3 : 3 | october 12, 1952 | at cleveland browns | w 17-9 | 51,858 row 4 : 4 | october 19, 1952 | chicago cardinals | l 24-23 | 41,182 row 5 : 5 | october 26, 1952 | philadelphia eagles | l 14-10 | 21,458 row 6 : 6 | november 2, 1952 | at chicago cardinals | w 28-6 | 27,195 row 7 : 7 | november 9, 1952 | san francisco 49ers | w 23-14 | 54,230 row 8 : 8 | november 16, 1952 | green bay packers | l 17-3 | 26,723 row 9 : 9 | november 23, 1952 | at washington redskins | w 14-10 | 21,125 row 10 : 10 | november 30, 1952 | at pittsburgh steelers | l 63-7 | 15,140 row 11 : 11 | december 7, 1952 | washington redskins | l 27-17 | 21,237 row 12 : 12 | december 14, 1952 | cleveland browns | w 37-34 | 41,610 ] Execute this SQL based on the above table: select count ( date )
12
[ header: state | incumbent | party | result | candidates row 1 : idaho | herman welker | republican | lost re-election democratic gain | frank church (democratic) 56. row 2 : illinois | everett m. dirks | republican | re-elected | everett m. dirks row 3 : indiana | homer e. capehart | republican | re-elected | homer e. capehart (re row 4 : kentucky special: class 2 | robert humphrey | democratic | appointee retired winner elected to finish term | john s. cooper (republican row 5 : maryland | john m. butler | republican | re-elected | john m. butler (republic row 6 : missouri | thomas c. henning | democratic | re-elected | thomas c. henning row 7 : nevada | alan bible | democratic | re-elected | alan bible (democratic) 52. row 8 : new hampshire | norris cotton | republican | re-elected | norris cotton (republican) 64 row 9 : north dakota | milton r. young | republican | re-elected | milton r. young (republican row 10 : ohio | george h. bender | republican | lost re-election democratic gain | frank j. lausche ( row 11 : oregon | wayne morse | democratic | re-elected | wayne morse (democratic) row 12 : pennsylvania | james h. duff | republican | lost re-election democratic gain | joseph s. clark ( row 13 : south carolina | olin b. johnston | democratic | re-elected | olin b. johnston (democrat row 14 : utah | wallace f. bennett | republican | re-elected | wallace f. bennett (re row 15 : west virginia special: class 1 | william r. laird | democratic | appointee retired winner elected to finish term | chapman revercomb (republican) ] Execute this SQL based on the above table: select party order by party desc limit 1
republican
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 5 | fernando alonso | renault | 56 | 1:31:33.736 | 1 | 10 row 2 : 2 | 16 | jarno trulli | toyota | 56 | 24.327 | 2 | 8 row 3 : 3 | 8 | nick heidfeld | williams-bmw | 56 | 32.188 | 10 | 6 row 4 : 4 | 10 | juan pablo montoya | mclaren-mercedes | 56 | 41.631 | 11 | 5 row 5 : 5 | 17 | ralf schumacher | toyota | 56 | 51.854 | 5 | 4 row 6 : 6 | 14 | david coulthard | red bull-cosworth | 56 | +1:12.543 | 8 | 3 row 7 : 7 | 1 | michael schumacher | ferrari | 56 | +1:19.988 | 13 | 2 row 8 : 8 | 15 | christian klien | red bull-cosworth | 56 | +1:20.835 | 7 | 1 row 9 : 9 | 9 | kimi raikkonen | mclaren-mercedes | 56 | +1:21.580 | 6 | None row 10 : 10 | 12 | felipe massa | sauber-petronas | 55 | +1 lap | 14 | None row 11 : 11 | 19 | narain karthikeyan | jordan-toyota | 54 | +2 laps | 17 | None row 12 : 12 | 18 | tiago monteiro | jordan-toyota | 53 | +3 laps | 18 | None row 13 : 13 | 21 | christijan albers | minardi-cosworth | 52 | +4 laps | 19 | None row 14 : ret | 2 | rubens barrichello | ferrari | 49 | handling | 12 | None row 15 : ret | 6 | giancarlo fisichella | renault | 36 | collision | 3 | None row 16 : ret | 7 | mark webber | williams-bmw | 36 | collision | 4 | None row 17 : ret | 11 | jacques villeneuve | sauber-petronas | 26 | spun off | 16 | None row 18 : ret | 3 | jenson button | bar-honda | 2 | engine | 9 | None row 19 : ret | 4 | anthony davidson | bar-honda | 2 | engine | 15 | None row 20 : ret | 20 | patrick friesacher | minardi-cosworth | 2 | spun off | 20 | None ] Execute this SQL based on the above table: select count ( constructor ) where constructor = 'minardi-cosworth' and constructor = 1711
0
[ header: pos | no | driver | constructor | laps | time/retired | grid row 1 : 1 | 12 | clay regazzoni | ferrari | 60 | 1:01:25.34 | 3 row 2 : 2 | 4 | patrick depailler | tyrrell-ford | 60 | + 0:08.35 | 5 row 3 : 3 | 2 | jochen mass | mclaren-ford | 60 | + 0:15.44 | 4 row 4 : 4 | 5 | ronnie peterson | lotus-ford | 60 | + 0:40.14 | 10 row 5 : 5 | 18 | john watson | surtees-ford | 60 | + 0:45.55 | 6 row 6 : 6 | 8 | carlos pace | brabham-ford | 60 | + 0:45.90 | 7 row 7 : 7 | 16 | tom pryce | shadow-ford | 60 | + 0:46.66 | 8 row 8 : 8 | 24 | james hunt | hesketh-ford | 59 | + 1 lap | 11 row 9 : 9 | 31 | chris amon | ensign-ford | 59 | + 1 lap | 9 row 10 : 10 | 21 | jacques laffite | williams-ford | 59 | + 1 lap | 13 row 11 : 11 | 9 | vittorio brambilla | march-ford | 58 | + 2 laps | 12 row 12 : 12 | 22 | rolf stommelen | hill-ford | 58 | + 2 laps | 14 row 13 : 13 | 35 | tony trimmer | maki-ford | 54 | + 6 laps | 16 row 14 : nc | 20 | jo vonlanthen | williams-ford | 51 | + 9 laps | 15 row 15 : ret | 17 | jean-pierre jarier | shadow-ford | 33 | transmission | 1 row 16 : ret | 1 | emerson fittipaldi | mclaren-ford | 6 | clutch | 2 ] Execute this SQL based on the above table: select pos order by id asc limit 1
1
[ header: result | record | opponent | method | date | round | location row 1 : loss | 31-3-0 | j.h. isbell | ko | 1934 mar 31 | 2 | cambridge, massachusetts row 2 : loss | 31-2-0 | "modest" bill smith | ko | 1934 feb 27 | 2 | cambridge, massachusetts row 3 : win | 31-1-0 | frankie hagen | ko | 1934 feb 24 | 1 | cambridge, massachusetts row 4 : win | 30-1-0 | harry gardner | ko | 1934 feb 21 | 1 | cambridge, massachusetts row 5 : win | 29-1-0 | sid stoneman | ko | 1934 feb 14 | 1 | cambridge, massachusetts row 6 : win | 28-1-0 | frankie hagan | pts | 1934 jan 30 | 3 | cambridge, massachusetts row 7 : win | 27-1-0 | basil barnett | ko | 1934 jan 24 | 2 | cambridge, massachusetts row 8 : win | 25-1-0 | bob delmont | ko | 1934 jan 07 | 1 | cambridge, massachusetts row 9 : loss | 24-1-0 | brad simmons | ko | 1934 jan 01 | 1 | cambridge, massachusetts row 10 : win | 24-0-0 | herman zeinman | ko | 1933 | 1 | cambridge, massachusetts row 11 : win | 23-0-0 | william beltran | ko | 1933 | 1 | cambridge, massachusetts row 12 : win | 21-0-0 | lawrence "larry" o | ko | 1933 | 1 | cambridge, massachusetts row 13 : win | 20-0-0 | igg rosenberg | ko | 1933 | 1 | cambridge, massachusetts row 14 : win | 19-0-0 | melvin kenyon | ko | 1933 | 1 | cambridge, massachusetts row 15 : win | 17-0-0 | samuel rodgway | ko | 1933 may 28 | 1 | cambridge, massachusetts row 16 : exch | 16-0-0 | "irish" tommy mitchell | ko | 1933 may 21 | 1 | cambridge, massachusetts row 17 : win | 15-0-0 | jim crawford | ko | 1933 may 14 | 1 | cambridge, massachusetts row 18 : win | 14-0-0 | max levine | ko | 1933 may 7 | 1 | cambridge, massachusetts row 19 : win | 13-0-0 | leo hart | ko | 1933 may 1 | 1 | cambridge, massachusetts row 20 : win | 12-0-0 | paul benjamin | pts | 1932 | 3 | evanston, illinois row 21 : win | 11-0-0 | fred chapman | ko | 1932 | 3 | evanston, illinois row 22 : win | 10-0-0 | paul benjamin | ko | 1932 | 3 | evanston, illinois row 23 : win | 9-0-0 | rod conley | ko | 1932 | 2 | evanston, illinois row 24 : win | 8-0-0 | paul gilmore | ko | 1932 | 1 | chicago, illinois row 25 : win | 7-0-0 | jack lewis | ko | 1932 | 3 | chicago, illinois row 26 : exch | 6-0-0 | eddie mitchell | ko | 1932 | 1 | chicago, illinois ] Execute this SQL based on the above table: select method where date = '1934 jan 30'
pts
[ header: state | incumbent | party | result | candidates row 1 : idaho | herman welker | republican | lost re-election democratic gain | frank church (democratic) 56. row 2 : illinois | everett m. dirks | republican | re-elected | everett m. dirks row 3 : indiana | homer e. capehart | republican | re-elected | homer e. capehart (re row 4 : kentucky special: class 2 | robert humphrey | democratic | appointee retired winner elected to finish term | john s. cooper (republican row 5 : maryland | john m. butler | republican | re-elected | john m. butler (republic row 6 : missouri | thomas c. henning | democratic | re-elected | thomas c. henning row 7 : nevada | alan bible | democratic | re-elected | alan bible (democratic) 52. row 8 : new hampshire | norris cotton | republican | re-elected | norris cotton (republican) 64 row 9 : north dakota | milton r. young | republican | re-elected | milton r. young (republican row 10 : ohio | george h. bender | republican | lost re-election democratic gain | frank j. lausche ( row 11 : oregon | wayne morse | democratic | re-elected | wayne morse (democratic) row 12 : pennsylvania | james h. duff | republican | lost re-election democratic gain | joseph s. clark ( row 13 : south carolina | olin b. johnston | democratic | re-elected | olin b. johnston (democrat row 14 : utah | wallace f. bennett | republican | re-elected | wallace f. bennett (re row 15 : west virginia special: class 1 | william r. laird | democratic | appointee retired winner elected to finish term | chapman revercomb (republican) ] Execute this SQL based on the above table: select count ( candidates ) where party <= 944
0
[ header: date | constituency | gain | loss | note row 1 : 30 may 1963 | dublin north-east | fine gael | fine gael | paddy belton (fg) holds the row 2 : 27 october 1963 | dublin south-east | labour party | national progressive democrats | noel browne (npd) row 3 : 27 october 1963 | roscommon | labour party | national progressive democrats | jack mcquillan (n row 4 : 27 october 1963 | dublin county | labour party | independent | sean dunne (ind) row 5 : 19 february 1964 | cork borough | fianna fail | fianna fail | sheila galvin (ff) wins row 6 : 19 february 1964 | kildare | fianna fail | labour party | terence boylan (ff) wins row 7 : 8 july 1964 | roscommon | fine gael | fine gael | joan burke (fg) holds row 8 : 3 december 1964 | galway east | fine gael | clann na talmhan | john donnellan (fg) wins row 9 : 10 march 1965 | cork mid | labour party | labour party | eileen desmond (lab) holds ] Execute this SQL based on the above table: select gain order by note desc limit 1
fianna fail
[ header: res. | record | opponent | method | event | date | round | time | location | notes row 1 : loss | 5-3 | alistair overeem | tko (kick to the body | ufc 141 | december 30, 2011 | 1 | 2:26 | las vegas, united states | announced retirement after fight row 2 : loss | 5-2 | cain velasquez | tko (punches) | ufc 121 | october 23, 2010 | 1 | 4:12 | anaheim, california | lost ufc heavyweight championship row 3 : win | 5-1 | shane carwin | submission (arm triangle choke) | ufc 116 | july 3, 2010 | 2 | 2:19 | las vegas, united states | defended ufc heavyweight championship. row 4 : win | 4-1 | frank mir | tko (punches) | ufc 100 | july 11, 2009 | 2 | 1:48 | las vegas, united states | defended ufc heavyweight championship. row 5 : win | 3-1 | randy couture | tko (punches) | ufc 91 | november 15, 2008 | 2 | 3:07 | las vegas, united states | won ufc heavyweight championship row 6 : win | 2-1 | heath herring | decision (unanimous) | ufc 87 | august 9, 2008 | 3 | 5:00 | minneapolis, minnesot | None row 7 : loss | 1-1 | frank mir | submission (kneebar) | ufc 81 | february 2, 2008 | 1 | 1:30 | las vegas, united states | ufc debut row 8 : win | 1-0 | min-soo kim | submission (punches) | dynamite!! usa | june 2, 2007 | 1 | 1:09 | los angeles, united states | mma debut ] Execute this SQL based on the above table: select count ( time )
8
[ header: year | show | role | channel | extra row 1 : 2004 | boogie woogie-chalo | dance contestant | set (sony entertainment television) | finalist (top 5) row 2 : 2007 (may-october) | saregamapa challenge | singing contestant | zee network | finalist (top 7) row 3 : 2008 (march-may) | rock n roll family | host | zee network | None row 4 : 2010 ( released dec. 5th) | ek anhonee (tele- | lead role (divyani) | zoom | None row 5 : 2011 (june-july) | khatron ke khiladi | celebrity contestant | colors | finalist (top 2) row 6 : 2012 (feb) | kahani comedy circus ki | guest appearance (15 episodes) | set (sony entertainment television) | None row 7 : 2013 (feb) | welcome - baazi mehma | herself | life ok | None ] Execute this SQL based on the above table: select count ( role ) where show = 'kahani comedy circus ki'
1
[ header: # | air date | timeslot (est) | season | rating | share | 18-49 (rating/share) | viewers (m) | weekly rank (#) row 1 : 1 | march 2, 2008 | sunday 9:00 p.m | 2007-2008 | 9.4 | 14 | 5.3/12 | 15.55 | 4 row 2 : 2 | march 9, 2008 | sunday 9:00 p.m | 2007-2008 | 7.4 | 11 | 4.1/10 | 11.83 | 10 row 3 : 3 | march 16, 2008 | sunday 9:00 p.m | 2007-2008 | 6 | 9 | 3.6/9 | 9.71 | 18 row 4 : 4 | march 23, 2008 | sunday 9:00 p.m | 2007-2008 | 6.1 | 10 | 3.5/9 | 9.92 | 19 row 5 : 5 | march 30, 2008 | sunday 9:00 p.m | 2007-2008 | 7.1 | 11 | 3.9/9 | 11.35 | 13 row 6 : 6 | april 6, 2008 | sunday 9:00 p.m | 2007-2008 | 5.9 | 9 | 3.2/8 | 9.42 | 27 row 7 : 7 | april 13, 2008 | sunday 8:00 p.m | 2007-2008 | 5.6 | 9 | 2.9/9 | 8.88 | 19 row 8 : 8 | april 20, 2008 | sunday 8:00 p.m | 2007-2008 | 6.4 | 10 | 3.2/9 | 10.03 | None ] Execute this SQL based on the above table: select count ( * ) where air date = 'march 9, 2008'
1
[ header: season | skip | third | second | lead row 1 : 1996-97 | mirjam ott | marianne flotron manuela kormann | franziska von kanel | caroline balz row 2 : 2001-02 | luzia ebnother | mirjam ott | tanya frei | nadia rothlisberger la row 3 : 2004-05 | mirjam ott | binia beeli | brigitte schori | michele knobel row 4 : 2005-06 | mirjam ott | binia beeli | valeria spalty | michele moser row 5 : 2006-07 | mirjam ott | binia feltscher-beeli | valeria spalty | janine greiner row 6 : 2007-08 | mirjam ott | carmen schafer | valeria spalty | janine greiner row 7 : 2008-09 | mirjam ott | carmen schafer | valeria spalty | janine greiner row 8 : 2009-10 | mirjam ott | carmen schafer | carmen kung | janine greiner row 9 : 2010-11 | mirjam ott | carmen schafer | carmen kung | janine greiner row 10 : 2011-12 | mirjam ott | carmen schafer | carmen kung | janine greiner row 11 : 2012-13 | mirjam ott | carmen schafer | carmen kung | janine greiner row 12 : 2013-14 | mirjam ott | carmen schafer | carmen kung | janine greiner ] Execute this SQL based on the above table: select season where lead = 'janine greiner'
2006-07, 2007-08, 2008-09, 2009-10, 2010-11, 2011-12, 2012-13, 2013-14
[ header: district | vacator | reason for change | successor | date successor seated row 1 : indiana's 8th | disputed | house declared mccloskey the winner | frank mccloskey ( | may 1, 1985 row 2 : louisiana's 8th | gillis w. long (d | died january 20, 1985 | catherine s. long (d) | march 30, 1985 row 3 : texas's 1st | sam b. hall (d) | resigned may 27, 1985 after being appointed judge | jim chapman (d) | august 3, 1985 row 4 : new york's 6th | joseph p. addabbo | died april 10, 1986 | alton r. waldon, | june 10, 1986 row 5 : hawaii's 1st | cecil heftel (d) | resigned july 11, 1986 | neil abercrombie (d | september 20, 1986 row 6 : north carolina's 10th | jim broyhill (r) | resigned july 14, 1986 after being | cass ballenger (r) | november 4, 1986 row 7 : illinois's 4th | george m. o'bri | died july 17, 1986 | vacant | not filled this term row 8 : illinois's 14th | john e. grotberg ( | died november 15, 1986 | vacant | not filled this term row 9 : north carolina's 3rd | charles o. whitley | resigned december 31, 1986 | vacant | not filled this term ] Execute this SQL based on the above table: select count ( reason for change ) where date successor seated = 'died january 20, 1985'
0
[ header: year | film | director | cast | details row 1 : 2011 | rajanna | vijayendra prasad | akkineni nagarjun | won nandi award for best feature film row 2 : 2005 | super | puri jagannadh | akkineni nagarjun | won filmfare best comedian in telu row 3 : 2004 | mass | raghava lawrence | akkineni nagarjun | won cinemaa award for best actor (na row 4 : 2003 | satyam | surya kiran | sumanth genelia d's | None row 5 : 1998 | aaha | suresh krishna | jagapathi babu sangh | None row 6 : 1987 | agni putrudu | k. raghavendra ra | nagarjuna akkinen | first film starring two generations of the ak row 7 : 1986 | vikram | v. madhusudhana | akkineni nagarjun | debut film of superstar akkineni row 8 : 1982 | yuvaraju | dasari narayana rao | akkineni nageswara | None row 9 : 1981 | prema kaanuka | k. raghavendra ra | akkineni nageswara | None row 10 : 1980 | premabhishekam | dasari narayana rao | akkineni nageswara | the film has completed 100 days in 30 centres row 11 : 1980 | butchi babu | dasari narayana rao | akkineni nageswara | None row 12 : 1979 | kalyani | dasari narayana rao | murali mohan kaikala s | None row 13 : 1978 | manchi manasulu | adurthi subba ra | akkineni nageshwar | None row 14 : 1970 | maro prapancham | adurthi subba ra | akkineni nageswara | None ] Execute this SQL based on the above table: select count ( details ) where film < 195
0
[ 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 pos. where pos. in ( '11th' , 'None' ) order by tier asc limit 1457
11th, 11th
[ header: tie no | home team | score | away team | date row 1 : 1 | liverpool | 0-1 | west bromwich albion | 28 january 1922 row 2 : 2 | preston north end | 3-1 | newcastle united | 28 january 1922 row 3 : 3 | southampton | 1-1 | cardiff city | 28 january 1922 row 4 : replay | cardiff city | 2-0 | southampton | 1 february 1922 row 5 : 4 | leicester city | 2-0 | fulham | 28 january 1922 row 6 : 5 | nottingham forest | 3-0 | hull city | 28 january 1922 row 7 : 6 | aston villa | 1-0 | luton town | 28 january 1922 row 8 : 7 | bolton wanderers | 1-3 | manchester city | 28 january 1922 row 9 : 8 | swindon town | 0-1 | blackburn rovers | 28 january 1922 row 10 : 9 | tottenham hotspur | 1-0 | watford | 28 january 1922 row 11 : 10 | barnsley | 3-1 | oldham athletic | 28 january 1922 row 12 : 11 | northampton town | 2-2 | stoke | 28 january 1922 row 13 : replay | stoke | 3-0 | northampton town | 1 february 1922 row 14 : 12 | brighton & hove albion | 0-0 | huddersfield town | 28 january 1922 row 15 : replay | huddersfield town | 2-0 | brighton & hove albion | 1 february 1922 row 16 : 13 | bradford city | 1-1 | notts county | 28 january 1922 row 17 : replay | notts county | 0-0 | bradford city | 1 february 1922 row 18 : replay | notts county | 1-0 | bradford city | 6 february 1922 row 19 : 14 | crystal palace | 0-0 | millwall | 28 january 1922 row 20 : replay | millwall | 2-0 | crystal palace | 1 february 1922 row 21 : 15 | southend united | 0-1 | swansea town | 28 january 1922 row 22 : 16 | bradford park avenue | 2-3 | arsenal | 28 january 1922 ] Execute this SQL based on the above table: select away team where tie no >= 14
millwall, swansea town, arsenal
[ header: season | winner | team | position | age row 1 : 1932-33 | carl voss | detroit red wings | c | 25 row 2 : 1933-34 | russ blinco | montreal maroons | c | 25 row 3 : 1934-35 | sweeney schriner | new york americans | lw | 22 row 4 : 1936-37 | syl apps | toronto maple leafs | c | 21 row 5 : 1937-38 | cully dahlstrom | chicago black hawks | c | 24 row 6 : 1939-40 | kilby macdonald | new york rangers | lw | 25 row 7 : 1940-41 | johnny quilty | montreal canadiens | c | 19 row 8 : 1946-47 | howie meeker | toronto maple leafs | rw | 21 row 9 : 1947-48 | jim mcfadden | detroit red wings | c | 27 row 10 : 1948-49 | pentti lund | new york rangers | rw | 22 row 11 : 1949-50 | jack gelineau | boston bruins | g | 24 row 12 : 1951-52 | bernie geoffrion | montreal canadiens | rw | 20 row 13 : 1952-53 | gump worsley | new york rangers | g | 23 row 14 : 1953-54 | camille henry | new york rangers | c | 20 row 15 : 1961-62 | bobby rousseau | montreal canadiens | rw | 21 row 16 : 1963-64 | jacques laperriere | montreal canadiens | d | 21 row 17 : 1964-65 | roger crozier | detroit red wings | g | 22 row 18 : 1967-68 | derek sanderson | boston bruins | c | 21 row 19 : 1969-70 | tony esposito | chicago black hawks | g | 26 row 20 : 1972-73 | steve vickers | new york rangers | lw | 21 row 21 : 1974-75 | eric vail | atlanta flames | lw | 20 row 22 : 1975-76 | bryan trottier | new york islanders | c | 19 row 23 : 1976-77 | willi plett | atlanta flames | rw | 21 row 24 : 1977-78 | mike bossy | new york islanders | rw | 20 row 25 : 1982-83 | steve larmer | chicago black hawks | rw | 21 row 26 : 1983-84 | tom barrasso | buffalo sabres | g | 18 row 27 : 1984-85 | mario lemieux | pittsburgh penguins | c | 19 row 28 : 1986-87 | luc robitaille | los angeles kings | lw | 20 row 29 : 1987-88 | joe nieuwendyk | calgary flames | c | 21 row 30 : 1992-93 | teemu selanne | winnipeg jets | rw | 22 row 31 : 1994-95 | peter forsberg | quebec nordiques | c | 21 row 32 : 1995-96 | daniel alfredsson | ottawa senators | rw | 22 row 33 : 1997-98 | sergei samsonov | boston bruins | lw | 19 row 34 : 1998-99 | chris drury | colorado avalanche | c | 22 row 35 : 2001-02 | dany heatley | atlanta thrashers | rw | 20 row 36 : 2003-04 | andrew raycroft | boston bruins | g | 23 ] Execute this SQL based on the above table: select count ( team ) where age = 319
0
[ header: region | rnd | host | venue | city | state row 1 : east | 1 | florida state university | tully gymnasium | tallahassee | florida row 2 : east | 1 | old dominion university | old dominion university fieldhouse | norfolk | virginia row 3 : east | 1 | university of maryland | cole field house | college park | maryland row 4 : east | 2 | providence college | alumni hall (providence) | providence | rhode island row 5 : east | 2 | university of connecticut | harry a. gampel pavilion | storrs | connecticut row 6 : east | 2 | university of tennessee | thompson-boling arena | knoxville | tennessee row 7 : east | 2 | university of virginia | university hall (university of virginia) | charlottesville | virginia row 8 : mideast | 1 | depaul university | alumni hall (depaul university) | chicago | illinois row 9 : mideast | 1 | university of south carolina | carolina coliseum | columbia | south carolina row 10 : mideast | 1 | tennessee tech | eblen center | cookeville | tennessee row 11 : mideast | 1 | vanderbilt university | memorial gymnasium (vanderbilt university) | nashville | tennessee row 12 : mideast | 2 | auburn university | memorial coliseum (beard- | auburn | alabama row 13 : mideast | 2 | northwestern university | welsh-ryan arena | evanston | illinois row 14 : mideast | 2 | university of iowa | carver-hawkeye arena | iowa city | indiana row 15 : mideast | 2 | university of washington | hec edmundson pavilion | seattle | washington row 16 : midwest | 1 | northern illinois university | chick evans field house | dekalb | illinois row 17 : midwest | 1 | ohio state university | st. john arena | columbus | ohio row 18 : midwest | 1 | university of southern mississippi | reed green coliseum | hattiesburg | mississippi row 19 : midwest | 1 | oklahoma state university | gallagher-iba arena | stillwater | oklahoma row 20 : midwest | 2 | louisiana tech university | thomas assembly center | ruston | louisiana row 21 : midwest | 2 | north carolina state university | reynolds colise | raleigh | north carolina row 22 : midwest | 2 | university of texas | frank erwin center | austin | texas row 23 : midwest | 2 | purdue university | mackey arena | west lafayette | indiana row 24 : west | 1 | long beach state | university gym (gold mine) | long beach | california row 25 : west | 1 | university of mississippi | tad smith colise | university, mississippi | mississippi row 26 : west | 1 | university of montana | dahlberg arena | missoula | montana row 27 : west | 1 | university of arkansas | barnhill arena | fayetteville | arkansas row 28 : west | 2 | university of georgia | georgia coliseum ( | athens | georgia row 29 : west | 2 | stanford university | maples pavilion | stanford | california ] Execute this SQL based on the above table: select count ( city ) where rnd = 1
15
[ header: song | chinese | hito radio top 10 | 9+2 music top 15 | global asia top 15 | ufo radio top 15 | channel [v] top 20 | mtv taiwan top 20 | yes 93.3 top 20 row 1 : super star | None | 3 | None | >4 | 3 | 4 | None | 14 row 2 : far away | 遠方 | None | None | 3 | 2 | 5 | None | 7 row 3 : half-sugarism | 半糖主義 | 3 | None | None | 7 | None | 3 | None row 4 : river shore park | 河濱公園 | 1 | 2 | None | None | None | None | None row 5 : i.o.i.o | None | 2 | None | None | 5 | 3 | None | None row 6 : heavy rain | 落大雨 | 1 | None | None | None | None | >1 | None row 7 : smile of summer | 夏天的微笑 | 3 | None | None | None | None | 7 | None ] Execute this SQL based on the above table: select count ( song ) where hito radio top 10 = 3
3
[ header: color & icon | name | name | mark | first section opened | last ex- tension | length | stations row 1 : yellow | line 1 | higashiyama line | h | 1957 | 1982 | 20.6 km (12.8 mi) | 22 row 2 : purple | line 2 | meijo line | m | 1965 | 1971 | 8.9 km (5.5 mi) | 12 row 3 : purple | line 4 | meijo line | m | 1974 | 2004 | 17.5 km (10.9 mi) | 17 row 4 : purple & white | line 2 | meiko line | e | 1971 | None | 6.0 km (3.7 mi) | 7 row 5 : blue | via trackage rights | meitetsu inuyama line | None | 1993 | None | 21.4 km (13.3 mi) | 13 row 6 : blue | line 3 | tsurumai line | t | 1977 | 1993 | 20.4 km (12.7 mi) | 20 row 7 : blue | via trackage rights | meitetsu toyot | None | 1979 | None | 15.2 km (9.4 mi) | 8 row 8 : blue | via trackage rights | meitetsu mikawa line | None | None | None | 1.4 km (0.87 mi) | 2 row 9 : red | line 6 | sakura-dori line | s | 1989 | 2011 | 19.1 km (11.9 mi) | 21 row 10 : pink | via trackage rights | meitetsu komaki line | None | 2003 | None | 18.3 km (11.4 mi) | 13 row 11 : pink | via trackage rights | meitetsu komaki line | None | 2003 | None | 2.3 km (1.4 mi) | 2 row 12 : pink | line 7 | kamiiida line | k | 2003 | None | 0.8 km (0.50 mi) | 2 ] Execute this SQL based on the above table: select stations where name = 'tsurumai line'
20.0
[ header: battle, siege, or offensive | conflict | dates | estimated number of americans killed row 1 : meuse-argonne offensive | world war i | september 26 to november 11, 1918 | 26,277 killed row 2 : battle of the bulge | world war ii | december 16, 1944 to january | 19,276 killed row 3 : battle of okinawa | world war ii | april 1 to june 21, | 12,513 killed row 4 : battle of hurtgen forest | world war ii | september 19, 1944 to february 10, 1945 | over 12,000 killed row 5 : battle of gettysburg | american civil war | july 1 to july 3, 18 | 7,863 killed (3,155 union and 4, row 6 : battle of iwo jima | world war ii | february 16 to march 26, 1945 | 7,000 killed row 7 : battle of anzio | world war ii | january 22 to june 5, | 5,538 killed row 8 : battle of pusan perimeter | korean war | august to september, 1950 | 4,599 killed row 9 : battle of spotsylvania | american civil war | may 8 to may 21, 1864 | 4,192 killed (2,725 union and 1, row 10 : battle of chickamauga | american civil war | september 19 to september 20, 1863 | 3,969 killed (1,657 union and row 11 : battle of the wilderness | american civil war | may 5 to may 7, 1864 | 3,741 killed (2,246 union and row 12 : battle of antietam | american civil war | september 17, 1862 | 3,654 killed (2,108 union and 1,5 row 13 : battle of shiloh | american civil war | april 6 to april | 3,482 killed (1,754 union and row 14 : battle of chancellorsville | american civil war | april 30 to may 6, 1863 | 3,271 killed (1,606 union and row 15 : battle of sicily | world war ii | july 9 to august 17, 1943 | 2,572 killed row 16 : pearl harbor attack | world war ii | december 7, 1941 | 2,500 killed row 17 : battle of salerno | world war ii | september 3 - september 16, 1943 | 2,000 killed row 18 : battle of belleau wood | world war i | june 1 to june 26, 1918 | 1,811 killed row 19 : battle of peleliu | world war ii | september 15 to november 27, 1944 | 1,794 killed row 20 : second battle of guam | world war ii | july 21 to august 8, 1944 | 1,747 killed row 21 : battle of tarawa | world war ii | november 20 to november 23, 1943 | 1,677 killed row 22 : d-day (first day of operation over | world war ii | june 6, 1944 | 1,465 killed row 23 : battle of chosin reservoir | korean war | november 27 to december 13, 1950 | 1,029 killed row 24 : battle for manila | world war ii | february 3 to march 3, 1945 | 1,010 killed row 25 : battle of the kasserine pass | world war ii | february 19 to february 25, 1943 | over 1,000 killed row 26 : battle of taejon | korean war | july 14 to july 21, 1950 | 922 killed row 27 : battle of khe sanh | vietnam war | 21 january to 8 apri | 737 killed ] Execute this SQL based on the above table: select battle, siege, or offensive where battle, siege, or offensive != 'battle of chancellorsville' and conflict = ( select conflict where battle, siege, or offensive = 'battle of chancellorsville' )
battle of gettysburg, battle of spotsylvania, battle of chickamauga, battle of the wilderness, battle of antietam, battle of shiloh
[ header: city 2010 census | chinese | built-up area | urban area | level | administrative area | province-level division | remarks row 1 : suzhou | 苏州 | shanghai | 5349090 | prefecture-level city | 10465994 | jiangsu | None row 2 : yangzhou | 扬州 | 2399079 | 2399079 | prefecture-level city | 4459760 | jiangsu | None row 3 : huizhou | 惠州 | guangzhou | 2344507 | prefecture-level city | 4597002 | guangdong | 2 urban districts part of guangzhou- row 4 : baotou | 包头 | 2034996 | 2070801 | prefecture-level city | 2650364 | inner mongolia | shiguai urban district not yet urban row 5 : jilin city | 吉林市 | 1975803 | 1975803 | prefecture-level city | 4414681 | jilin | None row 6 : cixi | 慈溪 | 1462383 | 1462383 | county-level city | ningbo | zhejiang | None row 7 : datong | 大同 | 1447550 | 1570035 | prefecture-level city | 3318057 | shanxi | None row 8 : panjin | 盘锦 | 1392493 | 666205 | prefecture-level city | 1392493 | liaoning | incl. 2 urban districts plus d row 9 : fushun | 抚顺 | shenyang | 1356987 | prefecture-level city | 2138090 | liaoning | None row 10 : yingkou | 营口 | 1351519 | 738128 | prefecture-level city | 2428534 | liaoning | incl. dashiqia row 11 : xining | 西宁 | 1198304 | 1198304 | prefecture-level city provincial capital | 2208708 | qinghai | None row 12 : tianshui | 天水 | 1197174 | 1197174 | prefecture-level city | 3262548 | gansu | None row 13 : taixing | 泰兴市 | 1192213 | 1192213 | county-level city | taizhou | jiangsu | None row 14 : qujing | 曲靖 | 1171805 | 740925 | prefecture-level city | 5855055 | yunnan | incl. zhanyi county row 15 : jining | 济宁 | 1115300 | 1115300 | prefecture-level city | 8081900 | shandong | None row 16 : jinhua | 金华 | 1077300 | 1077300 | prefecture-level city | 5361600 | zhejiang | None row 17 : pingdingshan | 平顶山 | 1033975 | 1033975 | prefecture-level city | 4904367 | henan | None row 18 : qiqihar | 齐齐哈尔 | 979517 | 1481637 | prefecture-level city | 5611000 | heilongjiang | incl. longsha, j row 19 : bengbu | 蚌埠 | 972784 | 972784 | prefecture-level city | 3164467 | anhui | None row 20 : danyang | 丹阳市 | 960418 | 960418 | county-level city | zhenjiang | jiangsu | None row 21 : wuchuan | 吴川 | 947499 | 947499 | county-level city | zhanjiang | guangdong | None ] Execute this SQL based on the above table: select count ( city 2010 census ) where city 2010 census >= 312
21
[ header: rank | hospital | city | county | # beds | type of hospital row 1 : 4 | sonoma developmental center | eldridge | sonoma | 1300 | mental health row 2 : 6 | fairview developmental center | costa mesa | orange | 1218 | mental health row 3 : 7 | porterville developmental center | porterville | tulare | 1210 | mental health row 4 : 10 | veterans home of california | yountville | napa | 1100 | veteran admin row 5 : 11 | metropolitan state hospital | norwalk | los angeles | 1096 | mental health row 6 : 12 | va palo alto health care system | palo alto | santa clara | 967 | veteran admin row 7 : 13 | cedars-sinai medical center | west hollywood | los angeles | 952 | general acute care row 8 : 14 | loma linda university medica center | loma linda | san bernardino | 822 | university/teaching row 9 : 15 | ucla medical center | los angeles | los angeles | 668 | general acute care row 10 : 18 | ucsd medical center | san diego | san diego | 594 | university/teaching row 11 : 19 | ucsf medical center mount zion | san francisco | san francisco | 579 | general acute care row 12 : 20 | ucd medical center | sacramento | sacramento | 577 | university/teaching row 13 : 23 | harbor ucla medical center | torrance | los angeles | 553 | general acute care row 14 : 24 | mission hospital regional medical center | mission viejo | orange | 552 | general acute care row 15 : 25 | alta bates summit medical center | berkeley | alameda | 551 | general acute care row 16 : 26 | san francisco general hospital | san francisco | san francisco | 550 | general acute care row 17 : 27 | ucsf medical center at parn | san francisco | san francisco | 536 | general acute care row 18 : 29 | santa clara valley medical center | san jose | santa clara | 524 | general acute care row 19 : 30 | scripps mercy hospital | san diego | san diego | 523 | general acute care row 20 : 31 | huntington memorial hospital | pasadena | los angeles | 522 | general acute care row 21 : 33 | grossmont hospital | la mesa | san diego | 481 | general acute care row 22 : 34 | doctors medical center | modesto | stanislaus | 465 | general acute care row 23 : 35 | st. bernardine medical | san bernardino | san bernardino | 463 | general acute care row 24 : 36 | uci medical center | orange | orange | 462 | general acute care row 25 : 37 | stanford medical center | stanford | santa clara | 460 | general acute care row 26 : 39 | methodist hospital | arcadia | los angeles | 455 | general acute care row 27 : 40 | providence st. joseph | burbank | los angeles | 455 | general acute care row 28 : 42 | agnews developmental center | san jose | santa clara | 450 | mental health row 29 : 43 | jewish home | san francisco | san francisco | 450 | nursing homes row 30 : 44 | st. joseph hospital orange | orange | orange | 448 | general acute care row 31 : 45 | presbyterian intercommunity | whittier | los angeles | 441 | general acute care ] Execute this SQL based on the above table: select max ( # beds ) - min ( # beds )
859.0
[ header: choke | constriction (inch) | percentage of lead shot in 30-inch circle at 40 yards | identification (notches) | identification (stars) (spanish shotguns) row 1 : cylinder | 0 | 40 at 40 yd 70 at 25 | 5 | 5 row 2 : skeet 1 | 0.005 | 45 at 40 yd 75 at 25 | None | None row 3 : 2 | 0.01 | 50 | 4 | 4 row 4 : skeet 2 (light mod.) | 0.015 | 55 | None | None row 5 : modified | 0.02 | 60 | 3 | 3 row 6 : 3 | 0.025 | 65 | 2 | 2 row 7 : full | 0.03 | 70 | 1 | 1 row 8 : extra full | 0.04 | 73 | 1 | None row 9 : turkey | 0.045 plus | 75 plus | 1 | None ] Execute this SQL based on the above table: select count ( choke ) where choke = 'skeet 1'
1
[ header: county | feinstein | votes | seymour | votes | horne | votes | meeu. | votes | boddie | votes | w/i | v's row 1 : san mateo | 67.25% | 181,990 | 27.89% | 75,470 | 1.84% | 4,983 | 1.29% | 3,478 | 1.73% | 4,684 | 0.00% | 0 row 2 : contra costa | 62.96% | 229,988 | 31.62% | 115,507 | 1.92% | 7,011 | 1.77% | 6,470 | 1.73% | 6,320 | 0.00% | 2 row 3 : sonoma | 62.84% | 121,471 | 29.38% | 56,793 | 3.02% | 5,846 | 2.43% | 4,702 | 2.33% | 4,502 | 0.00% | 0 row 4 : santa clara | 62.19% | 364,997 | 30.98% | 181,858 | 2.15% | 12,646 | 2.20% | 12,912 | 2.47% | 14,518 | 0.00% | 2 row 5 : monterey | 58.89% | 66,417 | 34.74% | 39,182 | 2.10% | 2,369 | 2.30% | 2,590 | 1.96% | 2,216 | 0.00% | 0 row 6 : los angeles | 58.72% | 1,552,223 | 34.03% | 899,656 | 3.18% | 84,093 | 2.09% | 55,380 | 1.97% | 52,123 | 0.00% | 20 row 7 : napa | 57.01% | 29,875 | 35.38% | 18,539 | 2.46% | 1,288 | 2.93% | 1,537 | 2.22% | 1,161 | 0.00% | 0 row 8 : del norte | 50.92% | 4,696 | 39.66% | 3,658 | 2.56% | 236 | 4.98% | 459 | 1.89% | 174 | 0.00% | 0 row 9 : merced | 47.61% | 22,010 | 43.79% | 20,246 | 2.79% | 1,289 | 2.95% | 1,365 | 2.86% | 1,323 | 0.00% | 0 row 10 : nevada | 46.04% | 20,044 | 44.73% | 19,476 | 2.90% | 1,261 | 3.32% | 1,444 | 3.02% | 1,313 | 0.00% | 0 row 11 : placer | 45.75% | 40,511 | 45.73% | 40,497 | 2.38% | 2,109 | 3.30% | 2,920 | 2.84% | 2,518 | 0.00% | 0 row 12 : mariposa | 45.38% | 3,681 | 43.98% | 3,568 | 3.09% | 251 | 5.07% | 411 | 2.48% | 201 | 0.00% | 0 row 13 : sierra | 45.12% | 818 | 44.57% | 808 | 2.48% | 45 | 3.47% | 63 | 4.36% | 79 | 0.00% | 0 row 14 : mono | 45.11% | 1,931 | 44.64% | 1,911 | 2.83% | 121 | 3.95% | 169 | 3.48% | 149 | 0.00% | 0 row 15 : butte | 44.72% | 37,396 | 45.57% | 38,111 | 2.96% | 2,477 | 3.56% | 2,980 | 3.19% | 2,666 | 0.00% | 0 row 16 : trinity | 42.41% | 2,743 | 43.66% | 2,824 | 3.80% | 246 | 6.29% | 407 | 3.83% | 248 | 0.00% | 0 ] Execute this SQL based on the above table: select w/i where county >= 'monterey' and feinstein <= 'merced'
0.00%, 0.00%, 0.00%, 0.00%, 0.00%, 0.00%, 0.00%, 0.00%, 0.00%, 0.00%
[ header: # | event year | season | flag bearer row 1 : 10 | 2012 | summer | nino salukvadze row 2 : 9 | 2010 | winter | iason abramashvili row 3 : 8 | 2008 | summer | ramaz nozadze row 4 : 7 | 2006 | winter | vakhtang murvanidze row 5 : 6 | 2004 | summer | zurab zviadauri row 6 : 5 | 2002 | winter | sofia akhmeteli row 7 : 4 | 2000 | summer | giorgi asanidze row 8 : 3 | 1998 | winter | sofia akhmeteli row 9 : 2 | 1996 | summer | giorgi k'andel row 10 : 1 | 1994 | winter | zurab dzhidzhishvil ] Execute this SQL based on the above table: select event year where season = 'summer'
2012, 2008, 2004, 2000, 1996
[ header: year | winner | second | third | starters row 1 : 2013 | new year's day | havana | strong mandate | 13 row 2 : 2012 | shanghai bobby | he's had enough | capo bastone | 9 row 3 : 2011 | hansen | union rags | creative cause | 13 row 4 : 2010 | uncle mo | boys at toscanova | rogue romance | 11 row 5 : 2009 | vale of york | lookin at lucky | noble's promise | 13 row 6 : 2008 | midshipman | square eddie | street hero | 12 row 7 : 2007 | war pass | pyro | kodiak kowboy | 11 row 8 : 2006 | street sense | circular quay | great hunter | 14 row 9 : 2005 | stevie wonderboy | henny hughes | first samurai | 14 row 10 : 2004 | wilko | afleet alex | sun king | 8 row 11 : 2003 | action this day | minister eric | chapel royal | 12 row 12 : 2002 | vindication | kafwain | hold that tiger | 13 row 13 : 2001 | johannesburg | repent | siphonic | 12 row 14 : 2000 | macho uno | point given | street cry | 14 row 15 : 1999 | anees | chief seattle | high yield | 14 row 16 : 1998 | answer lively | aly's alley | cat thief | 13 row 17 : 1997 | favorite trick | dawson's legacy | nationalore | 8 row 18 : 1996 | boston harbor | acceptable | ordway | 10 row 19 : 1995 | unbridled's song | hennessy | editor's note | 13 row 20 : 1994 | timber country | eltish | tejano run | 13 row 21 : 1993 | brocco | blumin affair | tabasco cat | 11 row 22 : 1992 | gilded time | it'sali'lknownfact | river special | 13 row 23 : 1991 | arazi | bertrando | snappy landing | 14 row 24 : 1990 | fly so free | take me out | lost mountain | 11 row 25 : 1989 | rhythm | grand canyon | slavic | 12 row 26 : 1988 | is it true | easy goer | tagel | 10 row 27 : 1987 | success express | regal classic | tejano | 13 row 28 : 1986 | capote | qualify | alysheba | 13 row 29 : 1985 | tasso | storm cat | scat dancer | 13 row 30 : 1984 | chief's crown | tank's prospect | spend a buck | 10 ] Execute this SQL based on the above table: select starters where starters in ( 13 , 13 ) order by year desc limit 1
13
[ header: fin | st | driver | car # | make | points | bonus | laps | winnings row 1 : 1 | 1 | jeff gordon | 24 | chevrolet | 195 | 10 | 192 | $355,511 row 2 : 2 | 8 | jimmie johnson | 48 | chevrolet | 175 | 5 | 192 | $251,736 row 3 : 3 | 26 | kurt busch | 2 | dodge | 170 | 5 | 192 | $212,483 row 4 : 4 | 2 | david gilliland | 38 | ford | 160 | None | 192 | $182,689 row 5 : 5 | 25 | jamie mcmurray | 26 | ford | 160 | 5 | 192 | $134,675 row 6 : 7 | 36 | dale earnhardt jr | 8 | chevrolet | 151 | 5 | 192 | $149,233 row 7 : 8 | 20 | david stremme | 40 | dodge | 147 | 5 | 192 | $106,025 row 8 : 9 | 28 | ryan newman | 12 | dodge | 138 | None | 192 | $133,450 row 9 : 10 | 37 | martin truex jr | 1 | chevrolet | 134 | None | 192 | $126,495 row 10 : 11 | 9 | scott riggs | 10 | dodge | 130 | None | 192 | $107,050 row 11 : 12 | 30 | kasey kahne | 9 | dodge | 132 | 5 | 192 | $138,891 row 12 : 13 | 34 | jeff green | 66 | chevrolet | 129 | 5 | 192 | $120,933 row 13 : 14 | 17 | matt kenseth | 17 | ford | 126 | 5 | 192 | $137,641 row 14 : 17 | 10 | david ragan | 6 | ford | 117 | 5 | 192 | $127,100 row 15 : 19 | 31 | j.j. yeley | 18 | chevrolet | 106 | None | 192 | $116,033 row 16 : 20 | 35 | bobby labonte | 43 | dodge | 103 | None | 192 | $127,111 row 17 : 21 | 3 | denny hamlin | 11 | chevrolet | 105 | 5 | 192 | $102,550 row 18 : 23 | 18 | jeremy mayfield | 36 | toyota | 94 | None | 192 | $83,075 row 19 : 25 | 29 | reed sorenson | 41 | dodge | 88 | None | 192 | $101,947 row 20 : 27 | 11 | boris said | 160 | ford | 87 | 5 | 191 | $80,775 row 21 : 28 | 32 | tony stewart | 20 | chevrolet | 84 | 5 | 190 | $127,761 row 22 : 30 | 21 | johnny sauter | 70 | chevrolet | 73 | None | 190 | $79,325 row 23 : 32 | 14 | david reutimann | 0 | toyota | 67 | None | 184 | $78,525 row 24 : 34 | 42 | jeff burton | 31 | chevrolet | 66 | 5 | 151 | $118,266 row 25 : 37 | 13 | kyle busch | 5 | chevrolet | 52 | None | 130 | $95,800 row 26 : 38 | 33 | joe nemechek | 13 | chevrolet | 49 | None | 130 | $77,450 row 27 : 39 | 7 | casey mears | 25 | chevrolet | 51 | 5 | 124 | $85,250 row 28 : 40 | 43 | dale jarrett | 44 | toyota | 43 | None | 38 | $77,000 ] Execute this SQL based on the above table: select min ( points ) where st < 1540
43.0
[ header: rank | hospital | city | county | # beds | type of hospital row 1 : 4 | sonoma developmental center | eldridge | sonoma | 1300 | mental health row 2 : 6 | fairview developmental center | costa mesa | orange | 1218 | mental health row 3 : 7 | porterville developmental center | porterville | tulare | 1210 | mental health row 4 : 10 | veterans home of california | yountville | napa | 1100 | veteran admin row 5 : 11 | metropolitan state hospital | norwalk | los angeles | 1096 | mental health row 6 : 12 | va palo alto health care system | palo alto | santa clara | 967 | veteran admin row 7 : 13 | cedars-sinai medical center | west hollywood | los angeles | 952 | general acute care row 8 : 14 | loma linda university medica center | loma linda | san bernardino | 822 | university/teaching row 9 : 15 | ucla medical center | los angeles | los angeles | 668 | general acute care row 10 : 18 | ucsd medical center | san diego | san diego | 594 | university/teaching row 11 : 19 | ucsf medical center mount zion | san francisco | san francisco | 579 | general acute care row 12 : 20 | ucd medical center | sacramento | sacramento | 577 | university/teaching row 13 : 23 | harbor ucla medical center | torrance | los angeles | 553 | general acute care row 14 : 24 | mission hospital regional medical center | mission viejo | orange | 552 | general acute care row 15 : 25 | alta bates summit medical center | berkeley | alameda | 551 | general acute care row 16 : 26 | san francisco general hospital | san francisco | san francisco | 550 | general acute care row 17 : 27 | ucsf medical center at parn | san francisco | san francisco | 536 | general acute care row 18 : 29 | santa clara valley medical center | san jose | santa clara | 524 | general acute care row 19 : 30 | scripps mercy hospital | san diego | san diego | 523 | general acute care row 20 : 31 | huntington memorial hospital | pasadena | los angeles | 522 | general acute care row 21 : 33 | grossmont hospital | la mesa | san diego | 481 | general acute care row 22 : 34 | doctors medical center | modesto | stanislaus | 465 | general acute care row 23 : 35 | st. bernardine medical | san bernardino | san bernardino | 463 | general acute care row 24 : 36 | uci medical center | orange | orange | 462 | general acute care row 25 : 37 | stanford medical center | stanford | santa clara | 460 | general acute care row 26 : 39 | methodist hospital | arcadia | los angeles | 455 | general acute care row 27 : 40 | providence st. joseph | burbank | los angeles | 455 | general acute care row 28 : 42 | agnews developmental center | san jose | santa clara | 450 | mental health row 29 : 43 | jewish home | san francisco | san francisco | 450 | nursing homes row 30 : 44 | st. joseph hospital orange | orange | orange | 448 | general acute care row 31 : 45 | presbyterian intercommunity | whittier | los angeles | 441 | general acute care ] Execute this SQL based on the above table: select count ( * ) where city = 'torrance'
1
[ header: bank | foundation | # of branches as of 30 september 2012 | total assets (million tl) as of 30 september 2012 row 1 : turkiye is bankası | 1924 | 1294 | 210535 row 2 : ziraat bankası | 1863 | 1510 | 207871 row 3 : garanti bank | 1946 | 947 | 154550 row 4 : akbank | 1948 | 963 | 150241 row 5 : yapı ve kred | 1944 | 949 | 160309 row 6 : halk bankası | 1938 | 807 | 116372 row 7 : vakıfbank | 1954 | 741 | 135578 row 8 : finansbank | 1987 | 530 | 49902 row 9 : turk ekonomi bankas | 1927 | 510 | 42505 row 10 : denizbank | 1997 | 624 | 40457 row 11 : hsbc bank | 1990 | 331 | 25797 row 12 : ing bank | 1984 | 320 | 23184 row 13 : turk eximbank | 1987 | 2 | 14724 row 14 : sekerbank | 1953 | 272 | 14656 row 15 : iller bankası | 1933 | 19 | 12309 row 16 : turkiye sına | 1950 | 4 | 9929 row 17 : alternatif bank | 1992 | 63 | 7904 row 18 : citibank | 1980 | 37 | 7884 row 19 : anadolubank | 1996 | 88 | 7218 row 20 : burgan bank | 1992 | 60 | 4275 row 21 : imkb takas ve | 1995 | 1 | 3587 row 22 : tekstilbank | 1986 | 44 | 3502 row 23 : deutsche bank | 1988 | 1 | 3426 row 24 : fibabanka | 1984 | 27 | 3120 row 25 : aktif yatırım | 1999 | 7 | 2997 row 26 : the royal bank of scotland | 1921 | 3 | 2750 row 27 : turkiye kalkın | 1975 | 1 | 2651 row 28 : turkland bank | 1991 | 27 | 2649 row 29 : arap turk bankası | 1977 | 7 | 2147 row 30 : merrill lynch | 1992 | 1 | 1898 row 31 : bankpozitif | 1999 | 1 | 1788 row 32 : societe generale | 1989 | 16 | 1457 row 33 : turkish bank | 1982 | 20 | 837 row 34 : jpmorgan chase | 1984 | 1 | 830 row 35 : birlesik fon banka | 1958 | 1 | 801 row 36 : bank mellat | 1982 | 3 | 729 row 37 : portigon | 1985 | 1 | 279 row 38 : nurol yatırım bank | 1999 | 2 | 227 row 39 : diler yatırım bank | 1998 | 1 | 108 row 40 : gsd yatırı | 1998 | 1 | 108 row 41 : habib bank limited | 1983 | 1 | 80 row 42 : credit agricole | 1990 | 1 | 72 row 43 : adabank | 1985 | 1 | 51 row 44 : taib yatır | 1987 | 1 | 18 ] Execute this SQL based on the above table: select bank order by total assets (million tl) as of 30 september 2012 desc limit 1
turkiye is bankası
[ header: rank | player | from | to | transfer fee (€ million) | year row 1 : 1 | miralem sulejman | heerenveen | ajax | 16.25 | 2008 row 2 : 2 | strootman & merten | utrecht | psv | 13 | 2011 row 3 : 3 | mateja kezman | partizan | psv | 11.3 | 2000 row 4 : 4 | klaas-jan huntelaar | heerenveen | ajax | 9 | 2006 row 5 : 5 | nikos machlas | vitesse | ajax | 8.6 | 1999 row 6 : 6 | zlatan ibrahimovic | malmo ff | ajax | 8.4 | 2001 row 7 : 7 | jan vennegoor of h | twente | psv | 8.2 | 2001 row 8 : 8 | luis suarez | groningen | ajax | 7.5 | 2007 row 9 : 9 | dario cvitanich | banfield | ajax | 7.5 | 2008 row 10 : 10 | ferdi vierklau | tenerife | ajax | 7.3 | 1998 row 11 : 11 | adam maher | az | psv | 6.5 | 2013 ] Execute this SQL based on the above table: select player order by transfer fee (€ million) desc limit 1
miralem sulejmani
[ header: name | gauge | builder | type | date | works number | notes row 1 : no.774 | 2 ft (610 mm) | baguley | 4wpm | 1919 | 774 | undergoing restoration, not on display, purchased 1998 row 2 : dot | 18 in (457 mm) | beyer peacock | 0-4-0wt | 1887 | 2817 | built for the internal gorton locomotive works of be row 3 : rough pup | 2 ft (610 mm) | hunslet | 0-4-0st | 1891 | 541 | built for the dinorwic quarry railway. row 4 : no. 13 | 1 ft 10 in (560 mm | william spence ltd | 0-4-0t | 1895 | None | one of a fleet of overtype locomotives row 5 : george henry | 1 ft 10 3⁄4 in (5 | de winton | 0-4-0vb | 1877 | None | ex-penrhyn quarry locomotive. row 6 : jubilee 1897 | 1 ft 11 1⁄2 in (5 | manning wardle | 0-4-0st | 1897 | 1382 | built for the cilgwyn quarry in row 7 : dundee gasworks no.2 | 1 ft 11 1⁄2 in (5 | kerr stuart | 0-4-0wt | 1907 | 720 | built for the dundee gasworks railway ] Execute this SQL based on the above table: select sum ( type ) where type = '0-4-0vb'
0.0
[ header: team 1 | agg. | team 2 | 1st leg | 2nd leg row 1 : benfica | 3-2 | paris saint-germain | 2-1 | 1-1 row 2 : dynamo kyiv | 2-1 | manchester city | 2-0 | 0-1 row 3 : twente | 3-2 | zenit saint petersburg | 3-0 | 0-2 row 4 : cska moscow | 1-3 | porto | 0-1 | 1-2 row 5 : psv eindhoven | 1-0 | rangers | 0-0 | 1-0 row 6 : bayer leverkusen | 3-5 | villarreal | 2-3 | 1-2 row 7 : ajax | 0-4 | spartak moscow | 0-1 | 0-3 row 8 : braga | 1-08 | liverpool | 1-0 | 0-0 ] Execute this SQL based on the above table: select 2nd leg group by 2nd leg order by count ( team 2 ) desc limit 1
1-2
[ header: rank | name | image | height ft (m) | floors | year | notes row 1 : 1 | key tower | | 947 (289) | 57 | 1991 | 104th-tallest building in the row 2 : 3 | 200 public square | | 658 (201) | 45 | 1985 | also known as the bp building tallest row 3 : 4 | tower at erieview | | 529 (161) | 40 | 1964 | tallest building constructed in cleveland in row 4 : 5 | one cleveland center | | 450 (137) | 31 | 1983 | None row 5 : 6 | fifth third center | | 446 (136) | 27 | 1992 | None row 6 : 7 | federal court house tower | | 430 (131) | 23 | 2002 | tallest building constructed in the city in the 2000 row 7 : 8 | justice center complex | | 420 (128) | 26 | 1977 | tallest building constructed in the city in the 1970 row 8 : 9 | anthony j. celebrezze | | 419 (128) | 31 | 1967 | None row 9 : 10 | pnc center | | 410 (125) | 35 | 1980 | originally known as the national city center; building was row 10 : 12 | at&t huron road building | | 365 (111) | 24 | 1927 | commonly known as ohio bell build row 11 : 13 | rhodes tower | | 363 (111) | 20 | 1971 | originally known as the university tower row 12 : 14 | eaton center | | 356 (109) | 28 | 1983 | None row 13 : 15 | ernst & young tower | | 330 (101) | 21 | 2013 | phase i of the flats east bank row 14 : 16 | marriott at key center | | 320 (98) | 28 | 1991 | tallest all-hotel building in the city row 15 : 17 | mcdonald investment center | | 308 (94) | 23 | 1968 | also known as key center formerly known as the row 16 : 18 | 55 public square | | 300 (91) | 22 | 1958 | tallest building constructed in the city the 1950s row 17 : 19 | huntington bank building | | 289 (88) | 21 | 1924 | None row 18 : 20 | north point tower | | 285 (87) | 20 | 1990 | None row 19 : 21 | diamond building | | 282 (86) | 23 | 1972 | None row 20 : 21 | standard building | | 282 (86) | 21 | 1925 | None row 21 : 23 | 1717 east ninth building | | 275 (84) | 21 | 1959 | also known as the east ohio row 22 : 24 | keith building | | 272 (83) | 21 | 1922 | None row 23 : 25 | east tower | | 266 (81) | 25 | 1973 | tallest all-residential building in the row 24 : 25 | embassy suites tower | | 266 (81) | 26 | 1969 | also known as embassy suites at reserve square row 25 : 27 | superior building | | 265 (81) | 22 | 1922 | None row 26 : 28 | fenn tower | | 265 (81) | 21 | 1930 | None row 27 : 29 | landmark office towers | | 260 (79) | 22 | 1930 | None row 28 : 30 | penton media building | | 253 (77) | 21 | 1972 | None ] Execute this SQL based on the above table: select count ( * ) where name = '200 public square'
1
[ header: map or catalog | creator | time created | contets | links row 1 : shi shen astronomy (石申天文shi | shi shen (石申) | c. 350 b.c | 138 constellations and the name of 810 | [citation needed] row 2 : five star prediction device (安徽阜陽五星候占儀) | None | 168 bc | also an equatorial device | [citation needed] row 3 : eastern han celestial globe and star maps | zhang heng (张衡) | 117 ad | None | None row 4 : northern wei period iron armillary sphere | hu lan (斛蘭) | bei wei | level being used in this kind of device | None row 5 : kitora kofun 法隆寺f | None | c. late 7th century - early | detailed whole sky map | None row 6 : japanese star chart 瀧谷寺 | None | c. 14th or 15th centuries | None | None row 7 : star chart | mao kun 茅坤 | c. 1422 | polaris compared with southern cross and al | zh:郑和航海图 row 8 : ming dynasty star map | matteo ricci 利玛窦li | c. 1550 | None | None row 9 : picture depicted song dynasty | japanese painter | 1675 | showing top portion of a celestial globe | file:chinese astronomer 1675 row 10 : japanese edo period | (渋川昔尹she chuan xi | 1699 元禄十二年 | including stars from wu shien ( | None row 11 : korean star map stone | None | c. 17th century | None | None row 12 : ceramic ink sink cover | None | c. 17th century | showing big dipper | None row 13 : korean star maps, north and south | None | 1742 | None | None row 14 : north sky map 清嘉庆年间huang dao | xu choujun 徐朝俊 | 1807 ad | more than 1000 stars and the 28 consellation | None row 15 : japanese star chart | 伊能忠誨 | c. 19th century | None | None row 16 : japanese edo period | 古筆源了材 | 1835 天保6年 | None | None row 17 : japanese edo period | 藤岡有貞 | 1845 弘化2年 | None | None row 18 : japanese star chart 梅園星図 | 高橋景保 | None | None | None row 19 : korean book of new song of the | 李俊養 | 1862 | star maps and a revised version of the song | None row 20 : korean map of heaven and earth | None | c. 19th century | 28 constellations and geographic map | None row 21 : korean star chart 渾天図 | 朴? | None | None | None ] Execute this SQL based on the above table: select count ( links ) where map or catalog = 'ming dynasty star map (渾蓋通憲圖說)'
0
[ header: institution | location | established | gained university status | vice-chancellor | total number of students | research funding (£,000) row 1 : birkbeck, university of lon | london | 1823 | 1920 | professor david latchman | 19020 | 9985 row 2 : university of east anglia | norwich | 1963 | 1963 | professor edward acton | 19585 | 16482 row 3 : university of essex | colchester | 1964 | 1964 | professor anthony forster | 11690 | 9967 row 4 : goldsmiths, university of london | london | 1891 | 1904 | dr pat loughrey | 7615 | 8539 row 5 : institute of education, university of london | london | 1902 | 1932 | professor chris husbands | 7215 | 7734 row 6 : university of lancaster | lancaster | 1964 | 1964 | professor mark smith | 12695 | 18640 row 7 : university of leicester | leicester | 1921 | 1957 | professor robert burgess | 16160 | 22225 row 8 : loughborough university | loughborough | 1909 | 1966 | professor robert allison | 17825 | 22398 row 9 : royal holloway, university of lon | egham | 1849 | 1900 | professor paul layzell (principal | 7620 | 13699 row 10 : soas, university of london | london | 1916 | 1916 | professor paul webley | 4525 | 7238 row 11 : university of sussex | brighton | 1961 | 1961 | professor michael farthing | 12415 | 16196 ] Execute this SQL based on the above table: select location where location in ( 'egham' , 'leicester' ) order by total number of students desc limit 1
leicester
[ header: date | opponent | score | result | location | attendance row 1 : december 3, 1948 | butler | 67-62 | win | champaign, il | None row 2 : december 8, 1948 | notre dame | 59-58 | win (ot) | notre dame, in | None row 3 : december 11, 1948 | depaul | 50-60 | loss | chicago, il | 17189 row 4 : december 13, 1948 | oklahoma | 73-68 | win | champaign, il | 6902 row 5 : december 18, 1948 | pennsylvania | 80-61 | win | champaign, il | 3943 row 6 : december 20, 1948 | depaul | 89-51 | win | champaign, il | 6013 row 7 : december 21, 1948 | cornell | 71-47 | win | champaign, il | 3042 row 8 : december 29, 1948 | colgate | 77-54 | win | champaign, il | 4541 row 9 : december 30, 1948 | colgate | 85-55 | win | champaign, il | 3880 row 10 : january 3, 1949 | wisconsin | 62-50 | win | champaign, il | None row 11 : january 8, 1949 | indiana | 44-42 | win (2ot) | bloomington, in | 10000 row 12 : january 10, 1949 | ohio state | 64-63 | win | columbus, oh | 6958 row 13 : january 15, 1949 | creighton | 96-30 | win | champaign, il | 6958 row 14 : january 29, 1949 | minnesota (ranked #4) | 45-44 | win | champaign, il | 6905 row 15 : january 31, 1949 | purdue | 53-55 | loss | west lafayette, in | 10000 row 16 : february 5, 1949 | wisconsin | 61-54 | win | madison, wi | 13,5000 row 17 : february 7, 1949 | northwestern | 85-66 | win | champaign, il | None row 18 : february 12, 1949 | ohio state | 64-49 | win | champaign, il | 6905 row 19 : february 21, 1949 | iowa | 80-49 | win | champaign, il | None row 20 : february 26, 1949 | northwestern | 81-64 | win | chicago, il | 17905 row 21 : february 28, 1949 | indiana | 91-28 | win | champaign, il | None row 22 : march 7, 1949 | michigan | 53-70 | loss | ann arbor, mi | None ] Execute this SQL based on the above table: select location order by attendance desc limit 1
madison, wi
[ header: year | title | us hot 100 | us modern rock | us mainstream rock | album row 1 : 1994 | "neenah menasha" | None | None | None | rotting pinata row 2 : 1994 | "plowed" | None | 5 | 9 | rotting pinata row 3 : 1995 | "molly (16 candles down the drain)" | 55 | 3 | 11 | rotting pinata row 4 : 1995 | "rainin'" | None | 34 | 18 | rotting pinata row 5 : 1996 | "wax ecstatic (to | None | 15 | 11 | wax ecstatic row 6 : 1997 | "have you seen mary" | None | None | 7 | wax ecstatic row 7 : 1999 | "live here without you" | None | None | None | new pop sunday row 8 : 1999 | "1000 times" | None | None | None | new pop sunday row 9 : 2003 | "treat me wrong" | None | None | None | for all the drugs in the world row 10 : 2003 | "leave this world" | None | None | None | for all the drugs in the world row 11 : 2005 | "the man" | None | None | None | the man row 12 : 2005 | "higher (part 1)" | None | None | None | the man row 13 : 2009 | "come in from the rain" | None | None | None | destroy the boy ep row 14 : 2010 | "destroy the boy" | None | None | None | destroy the boy ep row 15 : 2013 | "fade from view" | None | None | None | stop the bleeding row 16 : 2013 | "lifes bitter pills" | None | None | None | stop the bleeding ] Execute this SQL based on the above table: select title where album = 'the man'
"the man", "higher (part 1)"
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | nigeria | 13 | 5 | 6 | 24 row 2 : 2 | south africa | 11 | 11 | 8 | 30 row 3 : 3 | ethiopia | 6 | 3 | 2 | 11 row 4 : 4 | kenya | 5 | 4 | 8 | 17 row 5 : 5 | tunisia | 2 | 2 | 1 | 5 row 6 : 6 | senegal | 2 | 1 | 3 | 6 row 7 : 7 | ghana | 2 | 0 | 4 | 6 row 8 : 8 | cameroon | 1 | 4 | 1 | 6 row 9 : 9 | egypt | 1 | 1 | 2 | 4 row 10 : 10 | mauritius | 1 | 0 | 1 | 2 row 11 : 11 | mozambique | 1 | 0 | 0 | 1 row 12 : 12 | algeria | 0 | 8 | 1 | 9 row 13 : 13 | madagascar | 0 | 2 | 1 | 3 row 14 : 14 | zimbabwe | 0 | 1 | 1 | 2 row 15 : 15 | tanzania | 0 | 1 | 0 | 1 row 16 : 15 | togo | 0 | 1 | 0 | 1 row 17 : 15 | burkina faso | 0 | 1 | 0 | 1 row 18 : 18 | central african republic | 0 | 0 | 1 | 1 row 19 : 18 | uganda | 0 | 0 | 1 | 1 row 20 : 18 | namibia | 0 | 0 | 1 | 1 row 21 : 18 | ivory coast | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select ( select silver where nation = 'mozambique' ) > 1675
0
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | venezuela | 7 | 4 | 3 | 14 row 2 : 2 | bolivia | 2 | 2 | 2 | 6 row 3 : 2 | chile | 2 | 2 | 2 | 6 row 4 : 4 | peru | 1 | 3 | 3 | 7 row 5 : 5 | ecuador | 1 | 1 | 1 | 3 row 6 : 6 | colombia | 0 | 1 | 2 | 3 row 7 : total | total | 13 | 13 | 13 | 39 ] Execute this SQL based on the above table: select nation order by rank desc limit 1
colombia
[ header: place | total | men | women | children | elderly | serbs | jews | romani | rusyns | hungarians | russians row 1 : becej | 215 | 111 | 72 | 13 | 19 | 102 | 110 | None | None | None | None row 2 : vilovo | 64 | 44 | 6 | 8 | 6 | 64 | None | None | None | None | None row 3 : gardinovci | 37 | 32 | 3 | None | 2 | 37 | None | None | None | None | None row 4 : gospođinci | 85 | 47 | 19 | 15 | 4 | 73 | 10 | None | 2 | None | None row 5 : đurđevo | 223 | 107 | 60 | 41 | 15 | 173 | 22 | None | 27 | None | None row 6 : zabalj | 666 | 355 | 141 | 101 | 69 | 614 | 28 | 23 | None | 1 | None row 7 : lok | 47 | 46 | None | None | 1 | 46 | None | None | None | 1 | None row 8 : mosorin | 205 | 94 | 41 | 44 | 26 | 170 | None | 34 | None | 1 | None row 9 : novi sad | 1246 | 489 | 415 | 165 | 177 | 375 | 809 | None | 2 | 18 | 15 row 10 : srbobran | 3 | 3 | None | None | None | 2 | 2 | None | None | None | None row 11 : temerin | 48 | 14 | 15 | 7 | 12 | 6 | 42 | None | None | None | None row 12 : titel | 51 | 45 | None | 1 | 5 | 49 | 1 | None | None | None | None row 13 : curug | 893 | 554 | 153 | 82 | 104 | 842 | 44 | 7 | None | None | None row 14 : sajkas | 26 | 24 | 2 | None | None | 25 | 1 | None | None | None | None row 15 : all places | 3809 | 1965 | 927 | 477 | 440 | 2578 | 1068 | 64 | 31 | 21 | 15 ] Execute this SQL based on the above table: select place where place = 'sajkas'
sajkas
[ 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 count ( city ) where airport = 'langkawi international airport'
1
[ header: state (class) | vacator | reason for change | successor | date of successor's formal installation row 1 : new hampshire (3) | vacant | disputed election. norris cotton appointed to | norris cotton (r) | august 8, 1975 row 2 : new hampshire (3) | norris cotton (r) | successor elected september 18, 1975 | john a. durkin (d) | september 18, 1975 row 3 : michigan (1) | philip hart (d) | died december 26, 1976 | donald w. riegle, | december 27, 1976 row 4 : missouri (1) | stuart symington (d) | resigned december 27, 1976 | john danforth (r) | december 27, 1976 row 5 : nebraska (1) | roman hruska (r) | resigned december 27, 1976 | edward zorinsky ( | december 28, 1976 row 6 : ohio (1) | robert taft, | resigned december 28, 1976 | vacant | not filled this term row 7 : rhode island (1) | john o. pastore (d) | resigned december 28, 1976 | john chafee (r) | december 29, 1976 row 8 : minnesota (2) | walter mondale (dfl) | resigned december 30, 1976 after being | wendell anderson (dfl) | december 30, 1976 row 9 : california (1) | john v. tunney (d) | resigned january 1, 1977 | s. i. hayakawa ( | january 2, 1977 ] Execute this SQL based on the above table: select vacator where id = 1
vacant
[ header: # | season | competition | date | round | opponent | h / a | result | scorer (s) row 1 : 35 | 2011 | afc champions league | 2011-03-02 | group stage | al-ain | a | 1-0 | s : dejan damjanovic row 2 : 36 | 2011 | afc champions league | 2011-03-15 | group stage | hangzhou greentown | h | 3-0 | s : dejan damjanovic, row 3 : 37 | 2011 | afc champions league | 2011-04-06 | group stage | nagoya grampus | a | 1-1 | s : choi hy row 4 : 39 | 2011 | afc champions league | 2011-05-04 | group stage | al-ain | h | 3-0 | s : dejan damjanovic (2) row 5 : 41 | 2011 | afc champions league | 2011-05-25 | round of 16 | kashima antlers | h | 3-0 | s : bang seung-h row 6 : 42 | 2011 | afc champions league | 2011-09-14 | quarter-finals 1st leg | al-ittihad | a | 1-3 | s : choi ta row 7 : 43 | 2011 | afc champions league | 2011-09-27 | quarter-finals 2nd leg | al-ittihad | h | 1-0 | s : mauricio molina row 8 : 44 | 2013 | afc champions league | 2013-02-26 | group stage | jiangsu sainty | h | 5-1 | s : dejan damjanovic (2) row 9 : 45 | 2013 | afc champions league | 2013-03-12 | group stage | buriram united | a | 0-0 | None row 10 : 46 | 2013 | afc champions league | 2013-04-02 | group stage | vegalta sendai | h | 2-1 | s : sergio escudero row 11 : 48 | 2013 | afc champions league | 2013-04-24 | group stage | jiangsu sainty | a | 2-0 | s : koh myong row 12 : 49 | 2013 | afc champions league | 2013-05-01 | group stage | buriram united | h | 2-2 | s : jung seung-y row 13 : 50 | 2013 | afc champions league | 2013-05-14 | round of 16 1st leg | beijing guoan | a | 0-0 | None row 14 : 53 | 2013 | afc champions league | 2013-09-18 | quarter-finals 2nd leg | al-ahli | h | 1-0 | s : dejan damjanovic row 15 : 55 | 2013 | afc champions league | 2013-10-02 | semi-finals 2nd leg | esteghlal | a | 2-2 | s : ha dae-sung ] Execute this SQL based on the above table: select round order by # asc limit 1
group stage
[ header: pos | no. | rider | manufacturer | laps | time/retired | grid | points row 1 : 1 | 75 | mattia pasini | aprilia | 27 | 39:44.091 | 3 | 25 row 2 : 2 | 19 | alvaro bautista | aprilia | 27 | 0.01 | 2 | 20 row 3 : 3 | 52 | lukas pesek | derbi | 27 | 0.111 | 1 | 16 row 4 : 5 | 24 | simone corsi | gilera | 27 | 9.372 | 9 | 11 row 5 : 6 | 1 | thomas luthi | honda | 27 | 10.57 | 13 | 10 row 6 : 7 | 18 | nicolas terol | derbi | 27 | 11.835 | 5 | 9 row 7 : 8 | 36 | mika kallio | ktm | 27 | 11.905 | 4 | 8 row 8 : 9 | 6 | joan olive | aprilia | 27 | 26.017 | 16 | 7 row 9 : 10 | 33 | sergio gadea | aprilia | 27 | 26.172 | 12 | 6 row 10 : 11 | 32 | fabrizio lai | honda | 27 | 26.361 | 6 | 5 row 11 : 12 | 38 | bradley smith | honda | 27 | 26.389 | 14 | 4 row 12 : 13 | 11 | sandro cortese | honda | 27 | 26.48 | 11 | 3 row 13 : 14 | 14 | gabor talmacsi | honda | 27 | 26.606 | 7 | 2 row 14 : 15 | 71 | tomoyoshi koyama | malaguti | 27 | 27.068 | 15 | 1 row 15 : 16 | 54 | randy krummenacher | ktm | 27 | 27.192 | 21 | None row 16 : 18 | 17 | stefan bradl | ktm | 27 | 46.201 | 18 | None row 17 : 19 | 95 | georg frohlich | honda | 27 | 56.274 | 28 | None row 18 : 20 | 35 | raffaele de rosa | aprilia | 27 | 56.549 | 25 | None row 19 : 21 | 26 | vincent braillard | aprilia | 27 | 56.782 | 31 | None row 20 : 23 | 15 | michele pirro | aprilia | 27 | 57.474 | 22 | None row 21 : 24 | 29 | andrea iannone | aprilia | 27 | 57.707 | 20 | None row 22 : 25 | 7 | alexis masbou | malaguti | 27 | +1:04.698 | 37 | None row 23 : 26 | 16 | michele conti | honda | 27 | +1:04.793 | 32 | None row 24 : 28 | 43 | manuel hernandez | aprilia | 27 | +1:17.323 | 30 | None row 25 : 29 | 23 | lorenzo baroni | honda | 27 | +1:17.507 | 26 | None row 26 : 30 | 21 | mateo tunez | aprilia | 27 | +1:20.583 | 29 | None row 27 : 32 | 98 | toni wirsing | honda | 26 | +1 lap | 42 | None row 28 : ret | 44 | karel abraham | aprilia | 16 | retirement | 33 | None row 29 : ret | 13 | dino lombardi | aprilia | 13 | retirement | 41 | None row 30 : ret | 37 | joey litjens | honda | 11 | retirement | 38 | None row 31 : ret | 22 | pablo nieto | aprilia | 9 | retirement | 8 | None ] Execute this SQL based on the above table: select sum ( grid ) where points >= 18 and points <= 1786
5.0
[ header: representative | title | from | to | appointed by row 1 : william shaler | special diplomatic agent | 1810 | 1812 | james madison row 2 : john h. robinson | special diplomatic agent | 1812 | 1814 | james madison row 3 : joel roberts po | minister | 1825 | 1829 | john quincy adams row 4 : anthony butler | charge d'affaires | 1829 | 1835 | None row 5 : powhatan ellis | charge d'affaires | 1836 | None | andrew jackson row 6 : powhatan ellis | minister | 1839 | 1842 | martin van buren row 7 : waddy thompson, j | minister | 1842 | 1844 | john tyler row 8 : gilbert l. tho | special diplomatic agent | 1844 | None | john tyler row 9 : wilson shannon | minister | 1844 | 1845 | john tyler row 10 : john slidell | minister | 1845 | None | james k. polk row 11 : david conner | special diplomatic agent | 1846 | None | james k. polk row 12 : nathan clifford | minister | 1848 | 1849 | james k. polk row 13 : robert greenhow | special diplomatic agent | 1850 | None | None row 14 : george g. goss | special diplomatic agent | 1850 | 1852 | None row 15 : edward smith | special diplomatic agent | 1852 | None | millard fillmore row 16 : george e. cooper | special diplomatic agent | 1853 | None | None row 17 : christopher l. ward | special diplomatic agent | 1853 | None | None row 18 : richard s. spofford | special diplomatic agent | 1854 | None | franklin pierce row 19 : william m. churchwell | special diplomatic agent | 1858 | None | james buchanan row 20 : alfred mordecai | special diplomatic agent | 1858 | None | james buchanan row 21 : duff green | special diplomatic agent | 1859 | None | james buchanan row 22 : david r. porter | special diplomatic agent | 1859 | None | james buchanan row 23 : robert milligan mclane | minister | 1859 | 1860 | james buchanan row 24 : henry roy de la reintrie | special diplomatic agent | 1860 | None | james buchanan row 25 : lewis d. campbell | minister | 1866 | 1867 | andrew johnson row 26 : marcus otterbourg | minister | 1867 | None | andrew johnson row 27 : william s. rosecrans | minister | 1868 | 1869 | andrew johnson row 28 : john w. foster | minister | 1873 | 1880 | ulysses s. grant row 29 : philip hicky morgan | minister | 1880 | 1885 | rutherford b. hayes row 30 : thomas courtland manning | minister | 1886 | 1887 | grover cleveland row 31 : thomas ryan | minister | 1889 | 1893 | None row 32 : matt whitaker ransom | minister | 1895 | 1897 | grover cleveland row 33 : powell clayton | minister | 1897 | 1898 | None ] Execute this SQL based on the above table: select appointed by where id = ( select id where appointed by = 'rutherford b. hayes' ) - 1
ulysses s. grant
[ header: round | circuit | date | pole position | winning driver | winning team | trophy winner row 1 : 1 | aci vallelunga circuit, camp | 7 april | milos pavlovic | milos pavlovic | target racing | nino fama row 2 : 2 | misano world circuit | 28 april | milos pavlovic | milos pavlovic | target racing | giovanni faraonio row 3 : 3 | autodromo di pergusa, | 19 may | milos pavlovic | philip cloostermans | azeta racing | carmine tancredi row 4 : 4 | autodromo nazionale monza | 30 june | philip cloostermans | philip cloostermans | azeta racing | carmine tancredi row 5 : 5 | autodromo riccardo paletti | 21 july | milos pavlovic | milos pavlovic | target racing | carmine tancredi row 6 : 6 | autodromo enzo e din | 1 september | vitantonio liuzzi | vitantonio liuzzi | bertram schafer racing | silvio alberti row 7 : 7 | autodromo del levante, | 8 september | christiano citron | milos pavlovic | target racing | carmine tancredi row 8 : 8 | mugello circuit, scarperia | 6 october | milos pavlovic | milos pavlovic | target racing | dino lusuardi row 9 : 9 | autodromo dell'umbria | 20 october | andreas zuber | christiano citron | target racing | alberto morelli ] Execute this SQL based on the above table: select pole position where round < 6 order by round desc limit 1
milos pavlovic
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 5 | jim clark | lotus-ford | 80 | 1:59:25.6 | 1 | 9 row 2 : 2 | 2 | denny hulme | brabham-repco | 80 | + 12.8 | 4 | 6 row 3 : 3 | 8 | chris amon | ferrari | 80 | + 16.6 | 6 | 4 row 4 : 4 | 1 | jack brabham | brabham-repco | 80 | + 21.8 | 3 | 3 row 5 : 5 | 12 | pedro rodriguez | cooper-maserati | 79 | + 1 lap | 9 | 2 row 6 : 6 | 7 | john surtees | honda | 78 | + 2 laps | 7 | 1 row 7 : 7 | 15 | chris irwin | brm | 77 | + 3 laps | 13 | None row 8 : 8 | 20 | david hobbs | brm | 77 | + 3 laps | 14 | None row 9 : 9 | 14 | alan rees | cooper-maserati | 76 | + 4 laps | 15 | None row 10 : 10 | 18 | guy ligier | brabham-repco | 76 | + 4 laps | 21 | None row 11 : ret | 19 | bob anderson | brabham-climax | 67 | engine | 17 | None row 12 : ret | 6 | graham hill | lotus-ford | 64 | engine | 2 | None row 13 : ret | 4 | mike spence | brm | 44 | ignition | 11 | None row 14 : ret | 9 | dan gurney | eagle-weslake | 34 | clutch | 5 | None row 15 : ret | 22 | silvio moser | cooper-ats | 29 | oil pressure | 20 | None row 16 : ret | 11 | jochen rindt | cooper-maserati | 26 | engine | 8 | None row 17 : ret | 3 | jackie stewart | brm | 20 | transmission | 12 | None row 18 : ret | 10 | bruce mclaren | eagle-weslake | 14 | engine | 10 | None row 19 : ret | 17 | jo siffert | cooper-maserati | 10 | engine | 18 | None row 20 : ret | 23 | jo bonnier | cooper-maserati | 0 | engine | 9 | None row 21 : dns | 16 | piers courage | brm | 0 | non starter | None | None ] Execute this SQL based on the above table: select count ( * ) where driver = '10'
0
[ header: # | title | producer(s) | featured guest(s) | length row 1 : 1 | "intro" | swizzo (of drum squad) | None | 1:41 row 2 : 2 | "interlude" | crown kingz productions (ckp) | None | 2:22 row 3 : 3 | "dem boyz" | nitti | p. diddy | 4:16 row 4 : 4 | "felonies" | jazze pha | None | 5:49 row 5 : 5 | "look" | drumma boy | None | 4:56 row 6 : 6 | "gangstas" | erick sermon | eazy-e | 3:49 row 7 : 7 | "don't put your hands on me" | dj toomp | None | 4:33 row 8 : 8 | "bitches & bizness" | nitti | rick ross (uncredited) | 4:21 row 9 : 9 | "trap niggas" | drumma boy | None | 3:37 row 10 : 10 | "still slizzard" | nitti | None | 5:07 row 11 : 11 | "no talkin" | sanchez | None | 5:25 row 12 : 12 | "happy jamz" | jazze pha | jazze pha | 4:48 row 13 : 13 | "if u a thug | keith mack | None | 5:09 row 14 : 14 | "lay it down" | jasper | None | 4:17 row 15 : 15 | "pussy m.f.' | horace "bubba" mitchell | trick daddy | 4:24 row 16 : 16 | "keep it hood 2nite" | midnight black | None | 3:23 ] Execute this SQL based on the above table: select title where producer(s) = 'nitti' order by id asc limit 1208
"dem boyz", "bitches & bizness", "still slizzard"
[ 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 count ( nation ) where nation = 'canada (can)'
3
[ header: outcome | no. | date | tournament | surface | partner | opponents | score row 1 : winner | 1 | april 18, 2004 | jackson, united states | clay | alisa kleybanova | cory ann avants kristen | 6-2, 6-3 row 2 : runner-up | 1 | september 26, 2004 | albuquerque, united states | hard | maria emilia salern | maureen drake carly gul | 3-6, 6-7(6-8) row 3 : winner | 2 | march 27, 2005 | redding, united states | hard | yulia beygelzimer | leanne baker francesca lub | 6-4, 6-7(1-7), row 4 : runner-up | 2 | may 8, 2005 | raleigh, united states | clay | maria fernanda alves | ashley harkleroad lindsay | 2-6, 6-0, 3-6 row 5 : runner-up | 3 | march 19, 2006 | orange, united states | hard | lilia osterloh | kateryna bondarenko alon | 2-6, 4-6 row 6 : winner | 3 | november 12, 2006 | pittsburgh, united states | hard (i) | alisa kleybanova | ashley harkleroad galina | 6-4, 5-7, 6-1 row 7 : runner-up | 4 | february 11, 2007 | midland, united states | hard (i) | maureen drake | laura granville abigail spears | 4-6, 6-3, 3-6 row 8 : runner-up | 5 | july 7, 2007 | southlake, united states | hard | valerie tetreault | surina de beer kim grant | 6-4, 4-6, 4-6 row 9 : winner | 4 | july 22, 2007 | hamilton, canada | clay | surina de beer | michaela johansson pa | walkover row 10 : winner | 5 | august 4, 2007 | vancouver, canada | hard | marie-eve pelletier | soledad esperon agustin | 6-4, 6-4 row 11 : winner | 6 | october 21, 2007 | lawrenceville, united states | hard | alisa kleybanova | leanne baker julie ditty | 6-2, 6-0 row 12 : winner | 7 | november 12, 2007 | pittsburgh, united states | hard (i) | alisa kleybanova | raquel kops-jones | 6-4, 4-6, [10-6] row 13 : runner-up | 6 | april 27, 2008 | dothan, united states | clay | maria fernanda alves | tetiana luzhan | 1-6, 3-6 row 14 : winner | 8 | october 18, 2008 | toronto, canada | hard (i) | marie-eve pelletier | nikola frankova carmen | 6-4, 6-2 row 15 : runner-up | 7 | september 27, 2009 | saguenay, canada | hard (i) | rebecca marino | sofia arvidsson s | 3-6, 1-6 row 16 : runner-up | 8 | april 13, 2013 | poza rica, mexico | hard | olga savch | maria fernanda alvarez | 2-6, 3-6 ] Execute this SQL based on the above table: select date where surface = 'hard (i)'
november 12, 2006, february 11, 2007, november 12, 2007, october 18, 2008, september 27, 2009
[ header: year | place | gold | silver | bronze row 1 : 1962 | cairo | mercedes mata (ven) | marjorie annan (usa) | elena shebashova (urs row 2 : 1966 | wiesbaden | claudia smirnova (urs | mercedes garcia (ven) | michele valery (fra) row 3 : 1967 | bologna | larisa gurvich (urs | claudia smirnova (urs | mirella lenzini (ita) row 4 : 1970 | phoenix | larissa korchinskaya (urs | nuria ortiz (mex | kari linden (nor) row 5 : 1971 | bologna | nuria ortiz (mex | larissa korchinskaya (urs | kari linden (nor) row 6 : 1974 | bern | larissa korchinskaya (urs | saskia brixner ( | evior melander (swe) row 7 : 1975 | munich | larisa gurvich (urs | pinky le grelle (bel) | ruth jordan (frg row 8 : 1977 | antibes | ruth jordan (frg | ila hill (usa) | bianca rosa hansberg row 9 : 1979 | montecatini terme | bianca rosa hansberg | larisa gurvich (urs | svetlana yakimova row 10 : 1981 | tucuman | lanying wu (chn) | ila hill (usa) | bianca rosa hansberg row 11 : 1982 | caracas | svetlana yakimova | meimei feng (chn) | weiping shao (chn) row 12 : 1986 | suhl | svetlana demina ( | michaela rink (frg | connie schiller (usa) row 13 : 1987 | valencia | meimei feng (chn) | bonnie mc laurin (us | nuria ortiz (mex row 14 : 1989 | montecatini terme | shan zhang (chn) | antonella parrini (it | erzsebet vasvari row 15 : 1991 | perth | jong ran pak (prk | svetlana demina ( | erzsebet vasvari row 16 : 1994 | fagnano | erdzhanik avetisyan | diana igaly (hun) | daniela bolis (ita row 17 : 1999 | tampere | erdzhanik avetisyan | cristina vitali (ita) | svetlana demina ( row 18 : 2001 | cairo | zemfira meftakhe | olga panarina ( | cristina vitali (ita) row 19 : 2002 | lahti | diana igaly (hun) | andrea stranovska (svk | elena little (gbr) row 20 : 2003 | nicosia | ning wei (chn) | katiuscia spada (it | diana igaly (hun) ] Execute this SQL based on the above table: select year where bronze = 'elena shebashova (urs)' and year = 1962
1962
[ header: name(s) | yard no. | type (as built) | owner | imo number | laid down | launched | delivered/ commissioned | fate/ decommissioned | notes row 1 : sally | 100 | yacht | lyman | | None | None | None | None | None row 2 : caprice | 101 | yacht | robinson | | None | None | None | None | None row 3 : eleanor | 103 | yacht | clapp | | None | None | None | None | None row 4 : uss lawrence (dd-8) | 104 | bainbridge-class destroyer | u.s. navy | | 10 april 1899 | 7 november 1900 | 7 april 1903 | 20 june 1919 | sold to joseph g. hit row 5 : uss macdonough (dd-9) | 105 | bainbridge-class destroyer | u.s. navy | | 10 april 1899 | 24 december 1900 | 5 september 1903 | 3 september 1919 | sold to joseph g. hit row 6 : jule | 106 | yacht | j. arthur | | None | None | 12 june 1899 | None | None row 7 : united states lightship lv-72 | 107 | lightvessel | u.s lighthouse board | | None | None | 13 february 1901 | None | None ] Execute this SQL based on the above table: select notes where launched > ( select launched where fate/ decommissioned = '20 june 1919' and notes = 'sold to joseph g. hitner; scrapped' ) order by launched asc limit 1
sold to joseph g. hitner; scrapped
[ 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 order by id desc limit 1
mitsubishi lancer evo ix
[ header: district | incumbent | party | first elected | result | candidates row 1 : virginia 1 | thomas newton, j | adams-clay republican | 1801 | re-elected | thomas newton, j row 2 : virginia 2 | arthur smith | crawford republican | 1821 | retired jacksonian gain | james trezvant (j) 75. row 3 : virginia 4 | mark alexander | crawford republican | 1819 | re-elected | mark alexander (j) row 4 : virginia 5 | john randolph | crawford republican | 1799 1819 | re-elected | john randolph (j) 100% row 5 : virginia 6 | george tucker | crawford republican | 1819 | retired jacksonian gain | thomas davenport (j) row 6 : virginia 7 | jabez leftwich | crawford republican | 1821 | lost re-election jacksonia | nathaniel h. row 7 : virginia 8 | burwell bassett | crawford republican | 1805 1821 | re-elected | burwell bassett (j) 95. row 8 : virginia 9 | andrew stevenson | crawford republican | 1821 | re-elected | andrew stevenson (j) row 9 : virginia 10 | william c. rives | crawford republican | 1823 | re-elected | william c. rives ( row 10 : virginia 11 | philip p. barbour | crawford republican | 1814 (special) | retired adams gain | robert taylor ( row 11 : virginia 12 | robert s. garnett | crawford republican | 1817 | re-elected | robert s. garnett ( row 12 : virginia 16 | james stephenson | federalist | 1821 | retired adams gain | william armstrong (a) 57 row 13 : virginia 17 | jared williams | crawford republican | 1819 | retired adams gain | alfred h. powell (a row 14 : virginia 18 | joseph johnson | jackson republican | 1823 | re-elected | joseph johnson (j) row 15 : virginia 19 | william mccoy | crawford republican | 1811 | re-elected | william mccoy (j row 16 : virginia 20 | john floyd | crawford republican | 1817 | re-elected | john floyd (j) 84 ] Execute this SQL based on the above table: select count ( result ) where incumbent = 'arthur smith'
1
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | venezuela | 9 | 8 | 6 | 23 row 2 : 2 | guatemala | 6 | 6 | 6 | 18 row 3 : 3 | peru | 5 | 8 | 9 | 22 row 4 : 4 | chile | 4 | 4 | 1 | 9 row 5 : 5 | el salvador | 4 | 0 | 2 | 6 row 6 : 6 | ecuador | 2 | 5 | 1 | 8 row 7 : 7 | bolivia | 2 | 1 | 2 | 5 row 8 : 8 | dominican republic | 1 | 0 | 2 | 3 row 9 : 9 | colombia | 0 | 1 | 3 | 4 row 10 : total | total | 33 | 33 | 32 | 98 ] Execute this SQL based on the above table: select nation order by gold asc limit 634
colombia, dominican republic, ecuador, bolivia, chile, el salvador, peru, guatemala, venezuela, total
[ header: species | common name | ncbi accession # | ncbi name | length | sequence identity | sequence similarity | years since divergence from human (mya) row 1 : pan troglodytes | chimpanzee | xp_003317262 | depdc5 | 1572 aa | 99% | 99% | 6.4 row 2 : nomascus leucogenys | gibbon | xp_003258163 | depdc5 | 1602 aa | 99% | 99% | 20.4 row 3 : mus musculus | mouse | np_001164038 | depdc5 | 1591 aa | 94% | 96% | 92.4 row 4 : bos taurus | cow | xp_002694678 | depdc5 | 1593 aa | 94% | 96% | 94.4 row 5 : sorex araneus | shrew | ace77702 | depdc5 | 1570 aa | 94% | 96% | 94.4 row 6 : monodelphis domestica | possum | xp_001378772 | depdc5 | 1522 aa | 89% | 93% | 163.9 row 7 : gallus gallus | chicken | xp_415249 | depdc5 | 1592 aa | 88% | 93% | 301.7 row 8 : meleagris gallopavo | turkey | xp_003211073 | depdc5 | 1592 aa | 88% | 93% | 301.7 row 9 : taeniopygi | zebra finch | xp_002199825 | depdc5 | 1572 aa | 87% | 92% | 301.7 row 10 : xenopus tropicalis | frog | xp_002931964 | depdc5-like | 1574 aa | 79% | 86% | 371.2 row 11 : danio rerio | zebra fish | xp_691450 | depdc5-like | 1590 aa | 75% | 84% | 400.1 row 12 : oreochromis niloticus | cichlid | xp_003459226 | depdc5 | 1577 aa | 74% | 82% | 400.1 row 13 : strongylocentrotus purpuratus | sea urchin | xp_794020 | similar to depdc5 | 1608 aa | 43% | 57% | 742.9 row 14 : drosophila melanogaster | drosophila | np_647618 | gc12090 | 1471 aa | 41% | 57% | 782.7 row 15 : pediculus humanus corporis | louse | xp_002429401 | depdc, putative | 1538 aa | 38% | 53% | 782.7 row 16 : anopheles gambiae | mosquito | xp_308760 | agap007010-pa | 1640 aa | 36% | 51% | 782.7 row 17 : ascaris suum | ascaris | ady40551 | depdcp5 | 1359 aa | 31% | 51% | 937.5 row 18 : ustilago maydis | corn smut | xp_757759 | vacuolar-associated protein iml1 | 1867 aa | 23% | 52% | 1215.8 row 19 : saccharomyces cerevisiae | yeast | np_012672 | iml1p | 1584 aa | 20% | 50% | 1215.8 row 20 : albugo laibachii | white rust | cca27519 | vacuolar membrane-associated protein putative | 1591 aa | 20% | 46% | 1362 ] Execute this SQL based on the above table: select count ( species ) where length > 943
20