inputs
stringlengths
291
3.71k
targets
stringlengths
1
2.65k
[ header: singing position | song title | informal translation | act | percentage of votes | final position row 1 : 1 | das tut unheimlich weh | it hurts so much | jeanette biedermann | 12.2% | 4 row 2 : 2 | lover boy | None | carol bee | None | 7 row 3 : 3 | ein bißchen sonne, ein bi | a little sun, a little rain | patrick lindner | None | 6 row 4 : 4 | ich habe meine tage | i've got my period | megasuß | None | 8 row 5 : 5 | reise nach jerusalem - | journey to jerusalem | surpriz | 16.2% | 2 row 6 : 6 | heaven | None | elvin | None | 9 row 7 : 7 | hor den kindern einfach zu | just listen to the children | corinna may | 32.6% | 1 (dq) row 8 : 8 | itsy bitsy spider | None | naima | None | 11 row 9 : 9 | bye bye bar | None | michael von der heide | None | 5 row 10 : 10 | lost in love | None | wind | None | 10 row 11 : 11 | together we're strong | None | cathrin | 15.9% | 3 ] Execute this SQL based on the above table: select max ( singing position ) where percentage of votes not null
7
[ header: name | area | height | floors | year row 1 : ratan planet | opp. alimco, | 90 metres (295 ft) | 16 | 2013 row 2 : the landmark hotel | near navin market, mall road, downtown | 80 metres (262 ft) | 14 | 2000 row 3 : ratan orbit | mukherjee vihar, | 70 metres (230 ft) | 14 | 2011 row 4 : bsnl tower | opp. resrve bank | 65 metres (213 ft) | 15 | 2001 row 5 : som business square (el mart) | mega mall crossing, the mall, downtown | 80 metres (262 ft) | 15 | 2005 row 6 : akashganga heights | city bypass, chakeri | 60 metres (197 ft) | 15 | 1995 row 7 : krishna tower | opp. green park stadium, parw | 48 metres (157 ft) | 10 | 2003 ] Execute this SQL based on the above table: select count ( area )
7
[ header: date | opponent | home/away | field | result row 1 : june 2 | lizards | away | hofstra stadium | l 8-21 row 2 : june 7 | pride | away | commerce bank ballpark | l 7-12 row 3 : june 15 | cannons | home | the ballpark at harbor yard | l 18-19 ot row 4 : june 21 | bayhawks | home | dunning field | l 7-15 row 5 : june 22 | bayhawks | away | ravens stadium | w 15-12 row 6 : june 28 | lizards | home | the ballpark at harbor yard | l 20-21 ot row 7 : july 6 | pride | home | the ballpark at harbor yard | l 16-17 ot row 8 : july 12 | rattlers | away | frontier field | l 5-15 row 9 : july 18 | cannons | away | cawley memorial stadium | l 13-22 row 10 : july 25 | rattlers | home | the ballpark at harbor yard | l 12-16 row 11 : july 27 | cannons | away | cawley memorial stadium | w 19-17 row 12 : july 31 | lizards | home | the ballpark at harbor yard | w 15-13 row 13 : august 9 | cannons | home | the ballpark at harbor yard | l 15-17 row 14 : august 17 | lizards | away | hofstra stadium | l 11-18 ] Execute this SQL based on the above table: select home/away order by opponent - opponent asc limit 1
away
[ header: place | nation | 5 hoops | 3 balls, 2 ribbons | total row 1 : 1 | bulgaria | 19.800 (1) | 19.800 (1) | 39.600 row 2 : 2 | spain | 19.700 (3) | 19.700 (2) | 39.400 row 3 : 3 | belarus | 19.733 (2) | 19.600 (3) | 39.333 row 4 : 4 | russia | 19.600 (4) | 19.566 (4) | 39.166 row 5 : 5 | ukraine | 19.366 (5) | 15.500 (5) | 38.866 row 6 : 6 | japan | 19.166 (6) | 19.333 (7) | 38.499 row 7 : 7 | italy | 19.066 (7) | 19.400 (6) | 38.466 row 8 : 8 | hungary | 18.766 (8) | 19.166 (8) | 37.932 ] Execute this SQL based on the above table: select nation where total = '38.866'
ukraine
[ header: round | # | player | nationality | college/junior/club team (league) row 1 : 1 | 26 | cory schneider (g) | united states | phillips academy (us high school) row 2 : 3 | 91 | alexander edler (d) | sweden | jamtland (sweden) row 3 : 4 | 125 | andrew sarauer (lw | canada | langley hornets (bch row 4 : 5 | 159 | mike brown (rw) | united states | university of michigan (ccha) row 5 : 6 | 189 | julien ellis (g) | canada | shawinigan cataractes (qm row 6 : 8 | 254 | david schulz (d) | canada | swift current broncos (whl row 7 : 9 | 287 | jannik hansen (rw | denmark | malmo jr. (sj ] Execute this SQL based on the above table: select nationality where id = 1
united states
[ header: year | ibm model number | name | processor | bus | hd interface | case | notes row 1 : 1987 | 8525-004 | model 25 | 8 mhz intel 8086 | isa 8 bit | None | desktop with integrated color display | single disk drive row 2 : 1987 | 8525-g04 | model 25 | 8 mhz intel 8086 | isa 8 bit | None | desktop with integrated color display | single disk drive, enhanced keyboard row 3 : 1987 | 8525-c02 | model 25 collegiate | 8 mhz intel 8086 | isa 8 bit | None | desktop with integrated monochrome display | two disk drives row 4 : 1987 | 8525-c05 | model 25 collegiate | 8 mhz intel 8086 | isa 8 bit | None | desktop with integrated color display | two disk drives row 5 : 1987 | 8525-k02 | model 25 collegiate | 8 mhz intel 8086 | isa 8 bit | None | desktop with integrated monochrome display | two disk drives, enhanced keyboard row 6 : 1990 | 8525-006 | model 25 286 | 10 mhz intel 286 | isa 16 bit | None | desktop with integrated color display | single hd disk drive row 7 : 1992 | 8525-k01 | model 25 sx | 16 mhz intel 386 | isa 16 bit | None | desktop with integrated color display | single hd disk drive, ethernet row 8 : 1992 | 8525-l02 | model 25 sx | 16 mhz intel 386 | isa 16 bit | None | desktop with integrated color display | single hd disk drive, token-ring row 9 : 1987 | 8530-002 | model 30 | 8 mhz intel 8086 | isa 8 bit | None | desktop | two disk drives row 10 : 1988 | 8530-e01 | model 30 286 | 10 mhz intel 286 | isa 16 bit | None | desktop | single hd disk drive row 11 : 1989 | 8530-e31 | model 30 286 | 10 mhz intel 286 | isa 16 bit | esdi, 30mb | desktop | single hd disk drive row 12 : 1987 | 8530-r02 | model 30 | 8 mhz intel 8086 | isa 8 bit | None | desktop, intelligent financial workstation | two disk drives, 4700 host support row 13 : 1987 | 8560 | 60 | intel 80286 | mca 16 bit | mfm or esdi | tower | None row 14 : 1988 | 8550-031, 8550-061 | 50 z | intel 80286 | mca 16 bit | None | desktop | None row 15 : 1989 | 8555 | 55 sx | intel 80386 sx | mca 16 bit | esdi | desktop | None row 16 : 1990 | 8573 | p75 486 | intel 80486 | mca 32 bit | scsi | portable | 4 mca slots, two full length, row 17 : 1990 | 8580 | 80 | intel 80386 dx | mca 32 bit | scsi | tower | None row 18 : 1990 | 8565 | 65 sx | intel 80386 sx | mca 16 bit | scsi | tower | None row 19 : 1990 | 8590 | 90 xp 486 | intel 80486 | mca 32 bit | scsi | desktop | None row 20 : 1991 | 8540 | 40 sx | intel 80386 sx | isa 16 bit | None | desktop | None row 21 : 1991 | 8557 | 57 sx | intel 80386 sx | mca 16 bit | scsi | desktop | None row 22 : 1991 | 8570 | 70 | intel 80386 dx, in | mca 32 bit | None | desktop | None ] Execute this SQL based on the above table: select max ( year ) where bus = 'isa 8 bit'
1987
[ header: year | winners | score | runners up | notes row 1 : 1947 | wellington town reserves | 4-1 | walsall wood | None row 2 : 1949 | bilston town | 1-0 | oswestry town | None row 3 : 1950 | brereton social drew | None | None | None row 4 : 1951 | bloxwich strollers | 1-0 | walsall wood | after extra time row 5 : 1955 | shelfield athletic | 5-1 | walsall trinity | None row 6 : 1956 | shelfield athletic | 2-0 | ogley hay | None row 7 : 1959 | shelfield athletic | 4-0 | walsall wood | None row 8 : 1960 | shelfield athletic | 3-0 | walsall wood | None row 9 : 1965 | rushall olympic | 2-1 | brereton social | None row 10 : 1966 | lower gornal athletic | 4-2 | kidderminster harriers | after extra time row 11 : 1968 | wrockwardine wood | 2-1 | tamworth | None row 12 : 1971 | baddesley colliery | 4-3 | atherstone town | aggregate score, 1st leg 2-2, row 13 : 1973 | bilston town | 1-0 | darlaston | None row 14 : 1974 | brereton social | 3-2 | warley county borough | after extra time row 15 : 1977 | blakenall | 1-0 | bilston town | replay, 1st game 0-0 a row 16 : 1978 | sutton coldfield town | 2-0 | alvechurch | None row 17 : 1980 | sutton coldfield town | 1-0 | rushall olympic | None row 18 : 1981 | blakenall | 2-1 | sutton coldfield town | replay, 1st game 1-1 a row 19 : 1983 | coleshill town | 4-3 | wolverhampton united | None row 20 : 1984 | atherstone town | 4-0 | tividale | None row 21 : 1985 | harrisons | 2-0 | wolverhampton united | None row 22 : 1987 | boldmere st. michaels | 2-0 | bloxwich town | None row 23 : 1990 | meir ka | 2-1 | rushall olympic | replay, 1st game 0-0 a row 24 : 1991 | chasetown | 1-0 | blakenall | after extra time row 25 : 1992 | armitage 90 | 3-2 | meir ka | after extra time row 26 : 1993 | chasetown | 3-1 | pelsall villa | None row 27 : 1994 | newcastle town | 1-0 | oldbury united | after extra time row 28 : 1995 | newcastle town | 1-1 | knypersley victoria | after extra time, newcastle won on penalties row 29 : 1996 | blakenall | 0-0 | newcastle town | after extra time, blakenall won on row 30 : 1998 | blakenall | 2-1 | halesowen harriers | None row 31 : 1999 | blakenall | 3-2 | meir ka | None row 32 : 2000 | rushall olympic | 2-2 | rocester | after extra time, rushall won 5-4 on row 33 : 2001 | wolverhampton casuals | 2-0 | sutton coldfield town | None row 34 : 2002 | bolehall swifts | 4-4 | tividale | after extra time, bolehall won 4 row 35 : 2004 | sutton coldfield town | 3-1 | tividale | None row 36 : 2005 | chasetown | 2-1 | tividale | None row 37 : 2006 | boldmere st michaels | 1-0 | tipton town | None ] Execute this SQL based on the above table: select count ( * ) where runners up = 'walsall wood'
4
[ header: year | competition | venue | position | notes row 1 : 2002 | european championships | munich, germany | 6th | 7.78 m row 2 : 2003 | world championships | paris, france | 9th | 7.93 m row 3 : 2004 | olympic games | athens, greece | 5th | 8.25 m row 4 : 2006 | european championships | gothenburg, sweden | 9th | 7.74 m row 5 : 2008 | world indoor championships | valencia, spain | 2nd | 8.06 m row 6 : 2008 | olympic games | beijing, china | 27th | 7.70 m row 7 : 2009 | world championships | berlin, germany | 8th | 8.06 m row 8 : 2010 | european championships | barcelona, spain | 3rd | 8.23 m row 9 : 2011 | european team championships | stockholm, sweden | 3rd | 8.12 m row 10 : 2011 | world championships | daegu, south korea | 11th | 7.87 m row 11 : 2012 | olympic games | london, england | 6th | 8.07 m row 12 : 2013 | european indoor championships | gothenburg, sweden | 7th | 7.95 m ] Execute this SQL based on the above table: select count ( * ) where venue >= 1686
12
[ header: week | date | opponent | result | attendance row 1 : 1 | september 6, 1981 | new orleans saints | w 27-0 | 57,406 row 2 : 2 | september 13, 1981 | at green bay packers | w 31-17 | 55,382 row 3 : 3 | september 20, 1981 | san francisco 49ers | w 34-17 | 56,653 row 4 : 4 | september 27, 1981 | at cleveland browns | l 28-17 | 78,283 row 5 : 5 | october 5, 1981 | at philadelphia eagle | l 16-13 | 71,488 row 6 : 6 | october 11, 1981 | los angeles rams | l 37-35 | 57,841 row 7 : 7 | october 18, 1981 | st. louis cardinals | w 41-20 | 51,428 row 8 : 8 | october 25, 1981 | new york giants | l 27-24 | 48,410 row 9 : 9 | november 1, 1981 | at new orleans saints | w 41-10 | 63,637 row 10 : 10 | november 8, 1981 | at san francisco 49ers | l 17-14 | 59,127 row 11 : 11 | november 15, 1981 | pittsburgh steelers | l 34-20 | 57,485 row 12 : 12 | november 23, 1981 | minnesota vikings | w 31-30 | 54,086 row 13 : 13 | november 29, 1981 | at houston oilers | w 31-27 | 40,201 row 14 : 14 | december 6, 1981 | at tampa bay buccaneers | l 24-23 | 69,221 row 15 : 15 | december 14, 1981 | at los angeles rams | l 21-16 | 57,054 row 16 : 16 | december 20, 1981 | cincinnati bengals | l 30-28 | 35,972 ] Execute this SQL based on the above table: select opponent where opponent in ( 'at los angeles rams' , 'at cleveland browns' ) order by week desc limit 1
at los angeles rams
[ header: team | year | regular season won | regular season lost | regular season win % | regular season finish | postseason won | postseason lost | postseason win % | postseason result row 1 : cle | 1991 | 32 | 53 | 0.376 | 7th in al east | None | None | None | None row 2 : cle | 1992 | 76 | 86 | 0.469 | 5th in al east | None | None | None | None row 3 : cle | 1993 | 76 | 86 | 0.469 | 6th in al east | None | None | None | None row 4 : cle | 1994 | 66 | 47 | 0.584 | 2nd in al central | None | None | None | no mlb postseason row 5 : cle | 1995 | 100 | 44 | 0.694 | 1st in al central | 9 | 6 | 0.6 | lost ws to atl row 6 : cle | 1996 | 99 | 62 | 0.615 | 1st in al central | 1 | 3 | 0.25 | lost lds to bal row 7 : cle | 1997 | 86 | 75 | 0.534 | 1st in al central | 10 | 8 | 0.556 | lost ws to fla row 8 : cle | 1998 | 89 | 73 | 0.549 | 1st in al central | 5 | 5 | 0.5 | lost lcs to nyy row 9 : cle | 1999 | 97 | 65 | 0.599 | 1st in al central | 2 | 3 | 0.4 | lost lds to bos row 10 : bal | 2000 | 74 | 88 | 0.457 | 4th in al east | None | None | None | None row 11 : bal | 2001 | 63 | 98 | 0.391 | 4th in al east | None | None | None | None row 12 : bal | 2002 | 67 | 95 | 0.414 | 4th in al east | None | None | None | None row 13 : bal | 2003 | 71 | 91 | 0.438 | 4th in al east | None | None | None | None row 14 : sea | 2005 | 69 | 93 | 0.426 | 4th in al west | None | None | None | None row 15 : sea | 2006 | 78 | 84 | 0.481 | 4th in al west | None | None | None | None row 16 : sea | 2007 | 45 | 33 | 0.571 | 2nd in al west | None | None | None | None row 17 : cle total | cle total | 721 | 591 | 0.55 | None | 27 | 25 | 0.519 | None row 18 : bal total | bal total | 275 | 372 | 0.425 | None | 0 | 0 | 0 | None row 19 : sea total | sea total | 192 | 210 | 0.478 | None | 0 | 0 | 0 | None row 20 : total | total | 1188 | 1173 | 0.503 | None | 27 | 25 | 0.519 | None ] Execute this SQL based on the above table: select postseason result order by regular season win % desc limit 1
lost ws to atl
[ header: devanagari | iso 15919 | unrsgn | iast | comment row 1 : ए / | e | e | e | to distinguish between long and short 'e' row 2 : ओ / ो | o | o | o | to distinguish between long and short 'o' row 3 : ऋ / | r | r | r | in iso 15919, r is row 4 : ॠ / | r | r | r | for consistency with r row 5 : ऌ / | l | l | l | in iso 15919, l is row 6 : ॡ / | l | l | l | for consistency with l row 7 : ◌ | m | m | m | iso 15919 has two options about an row 8 : ◌ | n n n n m | m | m | iso 15919 has two options about an row 9 : ◌ | m | None | m | vowel nasalization is transliterated as ] Execute this SQL based on the above table: select devanagari where devanagari = '◌'
◌, ◌, ◌
[ header: sport | gold | silver | bronze | total row 1 : athletics | 14 | 8 | 10 | 32 row 2 : weightlifting | 9 | 2 | 1 | 12 row 3 : swimming | 8 | 7 | 5 | 20 row 4 : taekwondo | 7 | 3 | 2 | 12 row 5 : boxing | 7 | 1 | 3 | 11 row 6 : judo | 5 | 3 | 6 | 14 row 7 : canoeing | 5 | 2 | 3 | 10 row 8 : sailing | 4 | 3 | 1 | 8 row 9 : sepak takraw | 4 | 0 | 0 | 4 row 10 : wrestling | 3 | 5 | 4 | 12 row 11 : rowing | 3 | 3 | 3 | 9 row 12 : gymnastic - artistic | 3 | 2 | 3 | 8 row 13 : fencing | 3 | 1 | 9 | 13 row 14 : petanque | 3 | 1 | 2 | 6 row 15 : cycling | 2 | 8 | 4 | 14 row 16 : paragliding | 3 | 1 | 2 | 6 row 17 : fin swimming | 2 | 3 | 7 | 12 row 18 : tennis | 2 | 3 | 4 | 9 row 19 : golf | 2 | 3 | 0 | 5 row 20 : water ski | 2 | 2 | 1 | 5 row 21 : ekuestrian | 2 | 2 | 1 | 5 row 22 : bridge | 2 | 1 | 2 | 5 row 23 : billiard & snooker | 2 | 1 | 1 | 4 row 24 : futsal | 2 | 0 | 0 | 2 row 25 : volleyball | 2 | 0 | 0 | 2 row 26 : shooting | 1 | 6 | 5 | 12 row 27 : badminton | 1 | 2 | 6 | 9 row 28 : gymnastic - aerobic | 1 | 1 | 1 | 3 row 29 : gymnastic - rhythmic | 1 | 1 | 0 | 2 row 30 : basketball | 1 | 1 | 0 | 2 row 31 : wushu | 1 | 0 | 3 | 4 row 32 : beach volleyball | 1 | 0 | 2 | 3 row 33 : chess | 1 | 0 | 0 | 1 row 34 : bowling | 1 | 0 | 0 | 1 row 35 : soft tennis | 0 | 4 | 5 | 9 row 36 : pencak silat | 0 | 4 | 3 | 7 row 37 : traditional boat race | 0 | 2 | 5 | 7 row 38 : karate-do | 0 | 2 | 4 | 6 row 39 : roller sport | 0 | 2 | 2 | 4 row 40 : wall climbing | 0 | 2 | 1 | 3 row 41 : archery | 0 | 1 | 4 | 5 row 42 : table tennis | 0 | 1 | 2 | 3 row 43 : synchronized swimming | 0 | 1 | 1 | 2 row 44 : softball | 0 | 1 | 0 | 1 row 45 : baseball | 0 | 0 | 1 | 1 row 46 : diving | 0 | 0 | 1 | 1 row 47 : total | 109 | 100 | 120 | 329 ] Execute this SQL based on the above table: select count ( sport ) where sport = 'water ski'
1
[ header: name | year built | country | town | height | remarks row 1 : glacial aerial tramway kaprun i | 1966 | austria | kaprun | 113.6 m | the tallest pylon is on the third row 2 : mississippi aerial river transit | 1984 | usa | new orleans | 109 m | the tallest pylon on a row 3 : torre jaume i | 1931 | spain | barcelona | 107 m | intermediate stop of the harbour aerial tramway, also row 4 : gant hohtaelli aerial tram | None | switzerland | zermatt | 94 m | one pylon row 5 : london emirates air line | early 2012 | uk | london | 88 m | north main tower. river thames aerial row 6 : singapore cable car | 1972 | singapore | singapore | 88 m | pylon i row 7 : eibsee aerial tramway | 1962 | germany | garmisch-partenkirchen | 85 m | pylon ii row 8 : nizhny novgorod vol | 2012 | russia | nizhny novgorod | 82 m | None row 9 : mittersill goods aerial tramway | 1940s | austria | mittersill | 80 m | two pylons for a tramway row 10 : singapore cable car | 1972 | singapore | singapore | 80 m | pylon ii row 11 : 3s aerial tramway | 2004 | austria | kitzbuhel | 80 m | one pylon row 12 : torre sant sebasti | 1931 | spain | barcelona | 78 m | terminal of harbour aerial tramway row 13 : roosevelt island tram | 1976 | usa | new york city | 76 m | central pylon of commuter tramway row 14 : wendelstein aerial tramway | 1970 | germany | bayerischzell-osterhof | 75 m | None row 15 : vinpearl cable car | 2007 | vietnam | nha trang | 75 m | 7 pylons standing in the sea. row 16 : sandia peak tramway | 1965 | usa | albuquerque | 70.7 m | pylon 1, inclined at an angle of 18 row 17 : eibsee aerial tramway | 1962 | germany | garmisch-partenkirchen | 65 m | pylon i ] Execute this SQL based on the above table: select country where name < ( select name where country = 'singapore' ) order by name desc limit 1
usa
[ header: election | number of popular votes | % of popular votes | total elected seats | +/- row 1 : 1988 | 139982 | 22.16 | 61 / 264 | None row 2 : 1991 | 170757 | 32.11 | 83 / 272 | 22 row 3 : 1994 | 242557 | 35.34 | 121 / 346 | 38 row 4 : 1999 | 271251 | 33.45 | 122 / 390 | 1 row 5 : 2003 | 459640 | 44.67 | 194 / 400 | 72 row 6 : 2007 | 445781 | 39.15 | 127 / 405 | 30 row 7 : 2011 | 464512 | 39.34 | 103 / 412 | 18 ] Execute this SQL based on the above table: select total elected seats where number of popular votes > 1363
61 / 264, 83 / 272, 121 / 346, 122 / 390, 194 / 400, 127 / 405, 103 / 412
[ header: volume | year | names | articles | pages | images | maps | number of copies row 1 : 1 | 1974 | ա-արգինա | 3442 | 720 | 1294 | 75 | 100000 row 2 : 2 | 1976 | արգիշտի-գեղերվան | 3503 | 720 | 1798 | 75 | 100000 row 3 : 3 | 1977 | գեղեցիկը-զուրաբյան | 3509 | 720 | 1726 | 53 | 100000 row 4 : 4 | 1978 | է-խաղխաղ | 3451 | 720 | 1228 | 53 | 100000 row 5 : 5 | 1979 | խաղող-կուլիսներ | 3694 | 720 | 1326 | 68 | 100000 row 6 : 6 | 1980 | կուլզոր-ձուլուկ | 3108 | 720 | 1097 | 64 | 100000 row 7 : 7 | 1981 | ձուլում-մոնոպխոնք | 3250 | 720 | 1436 | 46 | 100000 row 8 : 8 | 1982 | մոնոպոլիա-չեչերեկ | 3145 | 720 | 1274 | 70 | 100000 row 9 : 9 | 1983 | չեչքար-ռստակես | 3185 | 720 | 1046 | 60 | 100000 row 10 : 10 | 1984 | ռստամ-սսհմ | 2009 | 736 | 1065 | 61 | 100000 row 11 : 11 | 1985 | սովետական-տիեզերք | 2970 | 720 | 958 | 67 | 100000 row 12 : 12 | 1986 | տիեպոլո-ֆուքսին | 3501 | 752 | 1015 | 96 | 100000 row 13 : total | 1974-1986 | ա-ֆուքսին | 36767 | 8688 | 15263 | 858 | 1200000 row 14 : 13 | 1987 | սովետական հայաստան | None | None | None | None | None ] Execute this SQL based on the above table: select names order by pages asc limit 1
սովետական հայաստան
[ header: year | title | role | notes row 1 : 1987 | frog | kathy | television movie row 2 : 1988 | platinum blonde | None | short film row 3 : 1992 | saved by the bell: hawaii | jessie spano | television movie row 4 : 1994 | molly & gina | kimberly sweeny | None row 5 : 1994 | bandit: bandit goes country | beth | television movie row 6 : 1994 | saved by the bell: wedding in las | jessie spano | television movie row 7 : 1995 | white wolves ii: legend of the | crystal | None row 8 : 1995 | showgirls | nomi malone | golden raspberry award for worst actress golden raspberry award for row 9 : 1996 | the first wives club | phoebe lavelle | national board of review award for best cast row 10 : 1997 | a time to revenge | tiffany whittmar | scenes deleted row 11 : 1997 | armitage iii | naomi armitage ( | video row 12 : 1997 | the real blonde | tina | None row 13 : 1998 | random encounter | alicia 'allie' bray | None row 14 : 1999 | taxman | nadia rubakov | None row 15 : 1999 | africa | barbara craig | None row 16 : 1999 | last call | helena | None row 17 : 1999 | tail lights fade | eve | None row 18 : 1999 | any given sunday | mandy murphy | None row 19 : 2000 | becoming dick | maggie | television movie row 20 : 2001 | the curse of the jade scorpion | jill | None row 21 : 2001 | the elevator | celeste | television movie row 22 : 2001 | the shipment | candy colucci | None row 23 : 2002 | cover story | samantha noble | None row 24 : 2002 | roger dodger | andrea | None row 25 : 2003 | detonator | jane dreyer | None row 26 : 2003 | moving malcolm | liz woodward | None row 27 : 2003 | control factor | karen bishop | television movie row 28 : 2003 | student seduction | christie dawson | television movie row 29 : 2008 | meet market | linda | None row 30 : 2008 | the butler's in love | angelique | short film row 31 : 2008 | black widow | olivia whitfield / grace | television movie row 32 : 2009 | women in trouble | tracy | None row 33 : 2009 | s. darko | trudy | None row 34 : 2011 | lucky christmas | holly ceroni | television movie ] Execute this SQL based on the above table: select sum ( year )
67991
[ header: event | winner | second | third | fourth row 1 : 2008 telstra men's pro | josh constable | seb wilson | grant thomas | jackson close row 2 : 2008 banana boat women's pro | jennifer smith | janna irons | justin dupont | selby riddle row 3 : 2007 odyssey 20/20 men | josh constable | harrison roach | jackson close | harley ingleby row 4 : 2007 banana boat women's pro | chelsea wlliam | lisa nicholson | isabelle braley | crystal dzigas row 5 : 2009 golden breed mens pro lqs | taylor jensen | josh constable | christian wach | harrison roach row 6 : 2009 banana boat women's pro | chelsea wlliam | melissa combo | isaselby riddle | isabelle brayley row 7 : 2010 golden breed mens pro lqs | taylor jensen | josh constable | christian wach | jackson close row 8 : 2010 the back beach women's 1 star pro | crystal dzigas | isabele braly | leah dawson | rosie locke ] Execute this SQL based on the above table: select second where third = 'grant thomas'
seb wilson
[ header: year | team | games | combined tackles | tackles | assisted tackles | sacks | forced fumbles | fumble recoveries | fumble return yards | interceptions | interception return yards | yards per interception return | longest interception return | interceptions returned for touchdown | passes defended row 1 : 2004 | hou | 16 | 63 | 51 | 12 | 4 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 4 row 2 : 2005 | hou | 12 | 35 | 24 | 11 | 4 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 row 3 : 2006 | hou | 15 | 26 | 19 | 7 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 row 4 : 2008 | kc | 7 | 31 | 25 | 6 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 row 5 : 2008 | sea | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 row 6 : 2009 | phi | 12 | 16 | 11 | 5 | 2.5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 row 7 : 2010 | ten | 16 | 58 | 44 | 14 | 12.5 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 row 8 : 2011 | phi | 16 | 40 | 35 | 5 | 18 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 row 9 : 2012 | phi | 11 | 26 | 21 | 5 | 5.5 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 row 10 : 2012 | jax | 5 | 11 | 7 | 4 | 1.5 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 row 11 : 2013 | jax | 16 | 40 | 31 | 9 | 7.5 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 row 12 : career | None | 128 | 347 | 269 | 78 | 62.5 | 14 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 9 ] Execute this SQL based on the above table: select team where team in ( 'phi' , 'sea' ) and team = 'phi' order by team - interceptions desc limit 1
phi
[ header: pos | no | driver | constructor | lap | gap row 1 : 1 | 98 | walt faulkner | kurtis kraft-offenhaus | 4:27.97 | None row 2 : 2 | 28 | fred agabashian | kurtis kraft-offenhaus | 4:31.10 | + 3.13 row 3 : 3 | 31 | mauri rose | deidt-offenhauser | 4:32.07 | + 4.10 row 4 : 4 | 5 | george connor | lesovsky-offenhauser | 4:32.39 | + 4.42 row 5 : 5 | 1 | johnnie parsons | kurtis kraft-offenhaus | 4:32.43 | + 4.46 row 6 : 6 | 49 | jack mcgrath | kurtis kraft-offenhaus | 4:33.00 | + 5.03 row 7 : 7 | 69 | duke dinsmore | kurtis kraft-offenhaus | 4:34.67 | + 6.70 row 8 : 8 | 14 | tony bettenhausen | deidt-offenhauser | 4:34.92 | + 6.95 row 9 : 9 | 17 | joie chitwood | kurtis kraft-offenhaus | 4:35.32 | + 7.35 row 10 : 10 | 3 | bill holland | deidt-offenhauser | 4:35.90 | + 7.93 row 11 : 11 | 59 | pat flaherty | kurtis kraft-offenhaus | 4:37.76 | + 9.79 row 12 : 12 | 54 | cecil green | kurtis kraft-offenhaus | 4:30.86 | + 2.89 row 13 : 13 | 18 | duane carter | stevens-offenhauser | 4:33.42 | + 5.45 row 14 : 14 | 21 | spider webb | maserati-offenhauser | 4:37.46 | + 9.49 row 15 : 16 | 2 | myron fohr | marchese-offenhauser | 4:33.32 | + 5.35 row 16 : 17 | 24 | bayliss levrett | adams-offenhauser | 4:34.43 | + 6.46 row 17 : 18 | 45 | dick rathmann | watson-offenhauser | 4:34.96 | + 6.99 row 18 : 19 | 7 | paul russo | nichels-offenhauser | 4:35.25 | + 7.28 row 19 : 21 | 12 | henry banks | maserati-offenhauser | 4:37.68 | + 9.71 row 20 : 22 | 67 | bill schindler | snowberger-offenhauser | 4:31.31 | + 3.34 row 21 : 23 | 8 | lee wallard | moore-offenhauser | 4:31.83 | + 3.86 row 22 : 24 | 55 | troy ruttman | lesovsky-offenhauser | 4:32.91 | + 4.94 row 23 : 26 | 15 | mack hellings | kurtis kraft-offenhaus | 4:35.32 | + 7.35 row 24 : 27 | 22 | jimmy davies | ewing-offenhauser | 4:36.07 | + 8.10 row 25 : 29 | 27 | walt ader | rae-offenhauser | 4:37.05 | + 9.08 row 26 : 30 | 77 | jackie holmes | olson-offenhauser | 4:37.57 | + 9.60 row 27 : 32 | 61 | jimmy jackson | kurtis kraft-cummins | 4:38.62 | + 10.65 row 28 : 33 | 62 | johnny mcdowell | kurtis kraft-offenhaus | 4:37.58 | + 9.61 ] Execute this SQL based on the above table: select count ( constructor ) where constructor = 'watson-offenhauser'
1
[ header: | date of award | honour/award title | reason for award | awarding body row 1 : 1 | 1973 | lenin peace prize | None | ussr row 2 : 2 | 1980 | frederic joliot curie gold | None | None row 3 : 3 | 1984 | medaglia pontificia ( | None | the vatican city,italy row 4 : 4 | 1988 | grant master order merit: the grant cruz ( | None | brazil row 5 : 5 | 1988 | ho chi minh peace award | None | vietnam row 6 : 6 | 1988 | the namibia freedom award | for his leadership role in the struggle against aparthe | california state university, us row 7 : 7 | 1988 | honorary citizenship of the city of atlanta | for his leadership role in the struggle for freedom, | atlanta, usa row 8 : 8 | 1988 | recognition granted | None | city and county of san francisco row 9 : 9 | 1988 | recognition granted | None | city of chicago row 10 : 10 | 1988 | recognition granted | None | city of east palo alto row 11 : 11 | 1990 | indira gandhi peace prize | in recognition of his outstanding contribution in leading the people | india row 12 : 12 | 1991 | medaglia pontificia ( | None | the vatican city, italy row 13 : 13 | 1991 | order of jose marti | None | cuba row 14 : 14 | 1991 | ordre du merite congo | None | republic of congo row 15 : 15 | 1992 | chief of golden heart | None | kenya row 16 : 16 | 1992 | order of the national flag (first class) | None | democratic people's republic of korea row 17 : 17 | 1994 | "grand cordon" decoration | None | tunisia row 18 : 18 | 1995 | grand master of the order of welwitschi | None | namibia row 19 : 19 | 1995 | order of liberty (highest cross) | None | portugal row 20 : 20 | 1995 | africa prize for leadership for the sustainable end of hunger | None | the hunger project row 21 : 21 | 1996 | order of good hope (gold) | None | south africa row 22 : 22 | 2002 | order of friendship award | None | vietnam row 23 : 23 | 2003 | o.b.f.f.s | None | romania row 24 : 24 | 2003 | fellowship award of the institute of governance and social research | in recognition of his contribution to the liberation of | institute of governance and social research, nigeria row 25 : 25 | 2004 | companion of the order of the star of ghan | as an expression of respect and admiration of the | ghana row 26 : 26 | 2004 | founding president of the republic of namibia | in recognition of his dedication to his selfless sacrifice | namibian parliament row 27 : 27 | 2004 | lifetime conservation award | None | cheetah conservation fund (n row 28 : 28 | 2008 | international kim il sung prize certificate | None | india row 29 : 29 | 2010 | sir seretse kham | None | sadc ] Execute this SQL based on the above table: select awarding body order by honour/award title limit 1
tunisia
[ header: name | status | population | district | former local authority row 1 : cronton | civil parish | 1379 | knowsley | whiston rural district row 2 : halewood | town | 20309 | knowsley | whiston rural district row 3 : huyton with roby | unparished area | 49859 | knowsley | huyton with roby urban district row 4 : kirkby | unparished area | 40374 | knowsley | kirkby urban district row 5 : knowsley | civil parish | 11343 | knowsley | whiston rural district row 6 : prescot | town | 11184 | knowsley | prescot urban district row 7 : tarbock | civil parish | 2382 | knowsley | whiston rural district row 8 : whiston | town | 13629 | knowsley | whiston rural district row 9 : liverpool | unparished area | 439473 | liverpool | liverpool county borough row 10 : aintree village | civil parish | 7126 | sefton | west lancashire rural district row 11 : crosby | unparished area | 45872 | sefton | crosby municipal borough row 12 : formby | civil parish | 23586 | sefton | formby urban district row 13 : hightown | civil parish | 2247 | sefton | crosby municipal borough row 14 : ince blundell | civil parish | 518 | sefton | west lancashire rural district row 15 : little altcar | civil parish | 892 | sefton | west lancashire rural district row 16 : lydiate | civil parish | 6672 | sefton | west lancashire rural district row 17 : maghull | town | 22225 | sefton | west lancashire rural district row 18 : melling | civil parish | 2810 | sefton | west lancashire rural district row 19 : sefton | civil parish | 772 | sefton | west lancashire rural district row 20 : southport | unparished area | 90336 | sefton | southport county borough row 21 : thornton | civil parish | 2262 | sefton | west lancashire rural district row 22 : billinge chapel end | civil parish | 6554 | st helens | billinge and winstanley urban district row 23 : eccleston | civil parish | 10528 | st helens | whiston rural district row 24 : haydock | unparished area | 15684 | st helens | haydock urban district row 25 : newton le willows | unparished area | 21418 | st helens | newton le willows urban district row 26 : rainford | civil parish | 8344 | st helens | rainford urban district row 27 : rainhill | civil parish | 11913 | st helens | whiston rural district row 28 : seneley green | civil parish | 6163 | st helens | ashton in makerfield urban district row 29 : st helens | unparished area | 91414 | st helens | st helens county row 30 : windle | civil parish | 2542 | st helens | whiston rural district row 31 : bebington | unparished area | 58226 | wirral | bebington municipal borough row 32 : birkenhead | unparished area | 103206 | wirral | birkenhead county borough row 33 : heswall | unparished area | 29977 | wirral | wirral urban district row 34 : hoylake | unparished area | 35655 | wirral | hoylake urban district row 35 : wallasey | unparished area | 84348 | wirral | wallasey county borough ] Execute this SQL based on the above table: select name where id = ( select id where name = 'birkenhead' ) - 1
bebington
[ header: year | title | peak chart positions ger | label | artist row 1 : 1981 | savoir faire | None | capitol | mink deville row 2 : 1993 | spanish stroll 1977-1987 | None | disky, raven | mink deville row 3 : 1995 | les inoubliables de willy deville | None | wagram | willy deville row 4 : 1996 | love & emotion: the atlantic years | 54 | atlantic | mink deville row 5 : 1996 | mink/willy deville greatest hits | None | emi | mink deville row 6 : 1996 | spanish stroll | None | disky | mink deville row 7 : 1996 | best of willy deville | None | arcade | willy deville row 8 : 1997 | his greatest hits | None | arcade | mink deville row 9 : 1997 | premium gold collection | None | emi | mink deville row 10 : 1997 | the best of mink deville | None | emi | mink deville row 11 : 1999 | collection legende | None | wagram | willy deville row 12 : 2001 | cadillac walk: the mink de | None | capitol | mink deville row 13 : 2003 | greatest hits | None | emi | mink deville row 14 : 2005 | mink deville | None | disky | mink deville row 15 : 2009 | introducing willy deville | None | edel | willy deville ] Execute this SQL based on the above table: select count ( artist ) where peak chart positions ger = 'None'
0
[ header: episode | airdate | game 1 | game 2 | game 3 | viewers row 1 : 1 | 17 april 2010 | 'twin peaks' | 'a walk in the dark' | 'lock and key' | 4.52m row 2 : 2 | 24 april 2010 | 'caught in the net' | 'stick 'em up' | 'power trip' | 4.41m row 3 : 3 | 1 may 2010 | 'knotting hills' | 'it's a wrap!' | 'lock and key' | 4.31m row 4 : 4 | 8 may 2010 | 'caught in the net' | 'a walk in the dark' | 'power trip' | 4.44m row 5 : 5 | 15 may 2010 | 'twin peaks' | 'it's a wrap!' | 'lock and key' | 4.46m row 6 : 6 | 22 may 2010 | 'knotting hills' | 'stick 'em up' | 'power trip' | under 2.61m row 7 : 7 | 29 may 2010 | 'caught in the net' | 'a walk in the dark' | 'lock and key' | 4.68m row 8 : 8 | 5 june 2010 | 'knotting hills' | 'stick 'em up' | 'lock and key' | 3.44m ] Execute this SQL based on the above table: select viewers where id = 6
under 2.61m
[ header: year | competition | venue | position | notes row 1 : 1982 | european championships | athens, greece | 1st | 2.30 m row 2 : 1983 | world championships | helsinki, finland | 4th | 2.29 m row 3 : 1984 | olympic games | los angeles, united states | 1st | 2.35 m row 4 : 1986 | european championships | stuttgart, west germany | 4th | 2.29 m row 5 : 1987 | world championships | rome, italy | 4th | 2.35 m row 6 : 1988 | olympic games | seoul, south korea | 6th | 2.34 m row 7 : 1989 | world indoor championships | budapest, hungary | 2nd | 2.35 m row 8 : 1990 | european championships | split, yugoslavia | 6th | 2.31 m row 9 : 1992 | olympic games | barcelona, spain | None | 2.15 m ] Execute this SQL based on the above table: select position order by venue desc limit 1
4th
[ header: year | miss northern ireland | hometown | placement at miss world | notes row 1 : 2012 | tiffany brien | belfast | top 30 | top 10 of beach fashion and 1st row 2 : 2011 | finola guinnane | drumbo | non-finalist | top 20 of beach beauty and top 77 of row 3 : 2010 | lori moore | belfast | top 25 | winner of sports at miss world 2010 row 4 : 2009 | cherie gardiner | bangor | non-finalist | None row 5 : 2008 | judith wilson | enniskillen | non-finalist | top 19 of talent at miss world 2008 row 6 : 2007 | melissa patton | belfast | non-finalist | None row 7 : 2006 | catherine jean milligan | newtownards | top 17 | winner of miss talent at miss world 2006 row 8 : 2005 | lucy evangelista | portglenone | top 15 | later miss united kingdom 2005 and miss universe united kingdom row 9 : 2004 | kirsty anne gabriel stew | enniskillen | non-finalist | None row 10 : 2003 | diana sayers | belfast | non-finalist | None row 11 : 2002 | gayle williamson | lurgan | non-finalist | later miss united kingdom 2002 row 12 : 2001 | angela mccarthy | belfast | non-finalist | None row 13 : 2000 | julie lee-ann mart | belfast | non-finalist | None ] Execute this SQL based on the above table: select year where notes = 'top 10 of beach fashion and 1st runner-up of sports & fitness at miss world 2012'
2012
[ header: year | award ceremony | category | film/show | result row 1 : 2005 | indian television academy awards | ita award for best actress - comedy | sarabhai vs | won row 2 : 2005 | indian telly awards | best actress in a comic role | sarabhai vs | won row 3 : 2006 | indian television academy awards | ita award for best actress - comedy | sarabhai vs | nominated row 4 : 2009 | screen awards | screen award for best supporting actress | jaane tu ya ja | nominated row 5 : 2009 | filmfare awards | filmfare best supporting actress award | jaane tu ya ja | nominated row 6 : 2011 | filmfare awards | filmfare best supporting actress award | golmaal 3 | nominated row 7 : 2011 | screen awards | screen award for best supporting actress | golmaal 3 | nominated row 8 : 2011 | zee cine awards | zee cine award for best actor in | golmaal 3 | nominated row 9 : 2011 | apsara film & television producers | apsara award for best actress in | golmaal 3 | nominated row 10 : 2011 | 12th iifa awards | iifa award for best supporting actress | golmaal 3 | nominated ] Execute this SQL based on the above table: select year where year > 889 order by year desc limit 1
2011
[ header: year | album details | peak chart positions us billboard 200 | peak chart positions us christian | peak chart positions us heatseekers row 1 : 2001 | the moon is down released: march 27, 2001 label | None | None | None row 2 : 2003 | how to start a fire released: febru | 133 | 6 | 1 row 3 : 2004 | hide nothing released: august 24, 2004 label: tooth | 122 | 4 | 3 row 4 : 2012 | penny black released: october 23, | 62 | 3 | None ] Execute this SQL based on the above table: select max ( album details + album details )
0
[ header: | wine | rank | beer | rank | spirits | rank | total | rank↓ row 1 : yukon | 18.3 | 1 | 90.6 | 1 | 13.8 | 1 | 12.7 | 1 row 2 : northwest territories | 8.1 | 7 | 55.2 | 5 | 10.8 | 2 | 9.2 | 2 row 3 : alberta | 13.9 | 4 | 89.8 | 4 | 7.6 | 9 | 8.6 | 3 row 4 : newfoundland & labrador | 6.5 | 11 | 93.3 | 3 | 7.3 | 10 | 8 | 4 row 5 : british columbia | 14.5 | 3 | 76.6 | 12 | 9 | 7 | 7.8 | 5 row 6 : ontario | 11.8 | 5 | 84.3 | 6 | 8.8 | 8 | 7.8 | 6 row 7 : quebec | 17.4 | 2 | 93.9 | 2 | 4.1 | 12 | 7.8 | 7 row 8 : prince edward island | 7.4 | 10 | 78.9 | 9 | 9.7 | 3 | 7.5 | 8 row 9 : nova scotia | 8 | 8 | 79.5 | 8 | 9.1 | 5 | 7.5 | 9 row 10 : manitoba | 8 | 9 | 76.8 | 10 | 9.4 | 4 | 7.4 | 10 row 11 : saskatchewan | 5 | 12 | 76.8 | 11 | 9.1 | 6 | 7 | 11 row 12 : new brunswick | 8.4 | 6 | 79.8 | 7 | 6.8 | 11 | 6.7 | 12 row 13 : nunavut | None | None | None | None | None | None | None | None row 14 : canada | 13.1 | None | 85.6 | None | 7.5 | None | 7.8 | None ] Execute this SQL based on the above table: select where rank↓ = 1
yukon
[ 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 district order by candidates desc limit 1
virginia 19
[ header: pos | driver | entrant | constructor | time/retired | grid row 1 : 1 | innes ireland | team lotus | lotus-climax | 1.00:14.8 | 4 row 2 : 2 | stirling moss | rob walker racing team | cooper-climax | + 2.8 s | 2 row 3 : 3 | chris bristow | yeoman credit racing team | cooper-climax | + 1:05.0 s | 1 row 4 : 4 | bruce mclaren | cooper car company | cooper-climax | + 1:17.6 s | 6 row 5 : 5 | graham hill | owen racing organisation | brm | 41 laps | 9 row 6 : 6 | jo bonnier | owen racing organisation | brm | 41 laps | 10 row 7 : 7 | tony brooks | g.a. vandervell | vanwall | 41 laps | 8 row 8 : ret | roy salvadori | c.t. atkins / high | cooper-climax | transmission | 5 row 9 : ret | harry schell | yeoman credit racing team | cooper-climax | throttle | 3 row 10 : ret | mike taylor | taylor & crawley | lotus-climax | engine | 13 row 11 : ret | keith greene | gilby engineering | cooper-climax | None | 12 row 12 : ret | alan stacey | team lotus | lotus-climax | oil pipe | 11 row 13 : ret | dan gurney | owen racing organisation | brm | accident | 7 row 14 : wd | jack brabham | cooper car company | cooper-climax | None | None row 15 : wd | geoff richardson | geoff richardson | cooper | None | None ] Execute this SQL based on the above table: select ( select grid where constructor = 'cooper-climax' ) > 60
0
[ header: edition | year | men's winner | time (h:m:s) | women's winner | time (h:m:s) row 1 : 34th | 2013 | sean hehir (irl) | 2:18:19 | maria mccambridge (ir | 2:38:51 row 2 : 33rd | 2012 | geoffrey ndungu (ken) | 2:11:09 | magdalene mukunza ( | 2:30:46 row 3 : 29th | 2008 | andriy naumov (uk | 2:11:06 | larisa zyuzko | 2:29:55 row 4 : 26th | 2005 | dmytro osa | 2:13:14 | zinaida semenova (rus) | 2:32:53 row 5 : 25th | 2004 | lezan kipkosgei ki | 2:13:07 | yelena burykina ( | 2:32:53 row 6 : 24th | 2003 | onesmus musyoka kil | 2:17:03 | ruth kutol (ken) | 2:27:22 row 7 : 23rd | 2002 | frederick cherono (ken | 2:14:25 | lidiya vasilevskay | 2:32:58 row 8 : 17th | 1996 | joseph kahugu ( | 2:17:42 | cathy shum (irl | 2:38:56 row 9 : 16th | 1995 | william musyoki (ken | 2:16:57 | trudi thomson (g | 2:38:23 row 10 : 15th | 1994 | steve brace (gbr) | 2:17:13 | linda rushmere (gbr | 2:40:17 row 11 : 14th | 1993 | john treacy (irl) | 2:14:40 | cathy shum (irl | 2:38:14 row 12 : 13th | 1992 | jerry kiernan (i | 2:17:19 | karen cornwall (gbr) | 2:41:58 row 13 : 12th | 1991 | tommy hughes (gbr | 2:14:46 | christine kennedy (i | 2:35:56 row 14 : 11th | 1990 | john bolger (irl) | 2:17:17 | christine kennedy (i | 2:41:27 row 15 : 10th | 1989 | john griffin (irl) | 2:16:44 | pauline nolan (irl) | 2:44:32 row 16 : 9th | 1988 | john griffin (irl) | 2:16:02 | moira o'neill ( | 2:37:06 row 17 : 8th | 1987 | pavel klimes (tch) | 2:14:21 | carolyn naisby ( | 2:42:08 row 18 : 6th | 1985 | dick hooper (irl | 2:13:48 | julia gates (gbr | 2:41:26 row 19 : 5th | 1984 | svend-erik kristen | 2:18:25 | ailish smyth (i | 2:47:30 row 20 : 4th | 1983 | ronny agten (bel) | 2:14:19 | mary purcell (irl) | 2:46:09 row 21 : 2nd | 1981 | neil cusack (irl | 2:13:58 | emily dowling (ir | 2:48:22 ] Execute this SQL based on the above table: select count ( distinct men's winner ) where time (h:m:s) >= '2:17:03'
0
[ header: year | competition | venue | position | notes row 1 : 1999 | european junior championships | riga, latvia | 6th | 49.65 m row 2 : 2001 | european u23 championships | amsterdam, netherlands | 10th | 53.30 m row 3 : 2005 | universiade | izmir, turkey | 9th | 58.29 m row 4 : 2006 | european championships | gothenburg, sweden | 15th (q) | 59.54 m row 5 : 2007 | universiade | bangkok, thailand | 1st | 61.55 m row 6 : 2008 | olympic games | beijing, china | 18th (q) | 61.32 m row 7 : 2009 | world championships | berlin, germany | 8th | 63.17 m row 8 : 2010 | european championships | barcelona, spain | 15th (q) | 60.76 m row 9 : 2011 | world championships | daegu, south korea | 21st (q) | 61.47 m row 10 : 2012 | european championships | helsinki, finland | 7th | 62.85 m row 11 : 2012 | olympic games | london, united kingdom | 24th (q) | 60.81 m row 12 : 2013 | world championships | moscow, russia | 18th (q) | 59.85 m ] Execute this SQL based on the above table: select venue where venue != 'moscow, russia' and competition = ( select competition where venue = 'moscow, russia' )
berlin, germany, daegu, south korea
[ header: pump type and source | typical use | 35 °c (e.g. heated screed floor) | 45 °c (e.g. heated screed floor) | 55 °c (e.g. heated timber floor) | 65 °c (e.g. radiator or dhw) | 75 °c (e.g. radiator and dhw) | 85 °c (e.g. radiator and dhw) row 1 : high-efficiency air source heat pump (ashp | None | 2.2 | 2 | None | None | None | None row 2 : two-stage ashp, air at | low source temperature | 2.4 | 2.2 | 1.9 | None | None | None row 3 : high efficiency ashp, air at 0 | low output temperature | 3.8 | 2.8 | 2.2 | 2 | None | None row 4 : prototype transcritical co 2 (r744) heat | high output temperature | 3.3 | None | None | 4.2 | None | 3 row 5 : ground source heat pump (gshp), | None | 5 | 3.7 | 2.9 | 2.4 | None | None row 6 : gshp, ground at 10 | low output temperature | 7.2 | 5 | 3.7 | 2.9 | 2.4 | None row 7 : theoretical carnot cycle limit, source -20 | None | 5.6 | 4.9 | 4.4 | 4 | 3.7 | 3.4 row 8 : theoretical carnot cycle limit, source 0 | None | 8.8 | 7.1 | 6 | 5.2 | 4.6 | 4.2 row 9 : theoretical lorentzen cycle limit (co 2 | None | 10.1 | 8.8 | 7.9 | 7.1 | 6.5 | 6.1 row 10 : theoretical carnot cycle limit, source 10 ° | None | 12.3 | 9.1 | 7.3 | 6.1 | 5.4 | 4.8 ] Execute this SQL based on the above table: select typical use where id = ( select id where typical use = 'low output temperature' ) - 1
low source temperature
[ 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 team 2 order by team 1 asc limit 1
spartak moscow
[ header: original work | liszt work | forces | date | s no. | notes row 1 : opera lucrezia borgia (1833 | reminiscences de lucrezi | piano | 1840 | s.400 | the sections are: (1) trio du second acte row 2 : opera lucia di lammermoor (18 | reminiscences de luci | piano | 1835-36 | s.397 | based on the sextet row 3 : opera lucia di lammermoor (18 | marche et cavatine de luci | piano | 1835-36 | s.398 | intended as part of the reminisc row 4 : lucia di lammermoor | valse a capriccio | piano | 1842 | s.401 | combines motifs from lucia di la row 5 : opera parisina (1833) | valse a capriccio | piano | 1842 | s.401 | combines motifs from lucia di la row 6 : nuits d'ete a | nuits d'ete a | piano | 1838 | s.399 | None row 7 : opera la favorite (1840): duettin | spirito gentil | piano | 1847 | s.400a | possibly same as s.742 row 8 : opera dom sebastien (1843): | marche funebre de dom sebastien | piano | 1844 | s.402 | None row 9 : act iv | paraphrase | piano | None | s.744 | lost; this was based on theodor row 10 : "duettino" | transcription | piano | None | s.742 | lost. possibly same as s.400a ] Execute this SQL based on the above table: select forces where id = 10
piano
[ header: event | gold | silver | bronze | total | ranking row 1 : 1976 winter paralympics | 10 | 1 | 1 | 12 | 2nd row 2 : 1984 winter paralympics | 4 | 2 | 3 | 9 | 5th row 3 : 1988 winter paralympics | 5 | 16 | 16 | 37 | 7th row 4 : 1992 winter paralympics | 3 | 8 | 4 | 15 | 8th row 5 : 1994 winter paralympics | 2 | 9 | 5 | 16 | 11th row 6 : 1998 winter paralympics | 10 | 5 | 8 | 23 | 6th row 7 : 2002 winter paralympics | 6 | 4 | 2 | 12 | 7th row 8 : 2006 winter paralympics | 0 | 1 | 1 | 2 | 13th row 9 : 2010 winter paralympics | 1 | 2 | 0 | 3 | 13th ] Execute this SQL based on the above table: select ( select total where ranking = '7th' ) - ( select total where ranking = '8th' )
22.0
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | france | 1 | 3 | 0 | 4 row 2 : 2 | england | 1 | 2 | 1 | 4 row 3 : 3 | ireland | 1 | 1 | 0 | 2 row 4 : 3 | sweden | 1 | 1 | 0 | 2 row 5 : 5 | belgium | 1 | 0 | 2 | 3 row 6 : 6 | hungary | 1 | 0 | 0 | 1 row 7 : 6 | netherlands | 1 | 0 | 0 | 1 row 8 : 6 | spain | 1 | 0 | 0 | 1 row 9 : 9 | scotland | 0 | 1 | 0 | 1 row 10 : 10 | czechoslovakia | 0 | 0 | 2 | 2 row 11 : 10 | italy | 0 | 0 | 2 | 2 row 12 : 12 | denmark | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select count ( * ) where nation = 'ireland'
1
[ header: team | wins | losses | win % | gb row 1 : detroit tigers | 104 | 58 | .642 | 0 row 2 : toronto blue jays | 89 | 73 | .549 | 15.0 row 3 : new york yankees | 87 | 75 | .537 | 17.0 row 4 : boston red sox | 86 | 76 | .531 | 18.0 row 5 : baltimore orioles | 85 | 77 | .525 | 19.0 row 6 : cleveland indians | 75 | 87 | .463 | 29.0 row 7 : milwaukee brewers | 67 | 94 | .416 | 36.5 ] Execute this SQL based on the above table: select team - team where gb = '29.0'
0
[ 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 ( air date ) where timeslot (est) >= 'sunday 8:00 p.m'
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 count ( featured guest(s) ) where featured guest(s) = 'None'
0
[ header: rebounds | off | def | player | team | date | opponent | score | minutes played | points | assists | steals | blocks | 20-20 | led the league in rebounding | notes row 1 : 37 | 19 | 18 | moses malone | houston rockets | february 9, 1979 | new orleans jazz | 106-99 | 44 | 33 | 2 | None | None | yes | yes | 14 rebounds in the first quarter row 2 : 35 | 16 | 19 | charles oakley | chicago bulls | april 22, 1988 | cleveland cavaliers | 103-107 | 41 | 26 | 3 | 1 | 0 | yes | no | second to last game of season, in a row 3 : 34 | 5 | 29 | kareem abdul-ja | los angeles lakers | december 14, 1975 | detroit pistons | 110-100 | 42 | 27 | 6 | None | None | yes | yes | nba single-game record for defensive row 4 : 34 | 18 | 16 | dennis rodman | detroit pistons | march 4, 1992 | indiana pacers | 110-107 | 45 | 10 | 3 | 2 | 0 | no | yes | overtime. 21 rebounds in the second half, row 5 : 32 | 4 | 28 | elvin hayes | capital bullets | november 17, 1973 | atlanta hawks | 115-109 | 48 | 43 | 0 | None | None | yes | yes | on hayes's 28th birthday row 6 : 32 | 7 | 25 | robert parish | golden state warriors | march 30, 1979 | new york knicks | 114-98 | 36 | 30 | 5 | 1 | 2 | yes | no | 11 rebounds in the first quarter. 15 row 7 : 32 | 7 | 25 | swen nater (2) | san diego clippers | december 14, 1979 | denver nuggets | 112-108 | 44 | 12 | 3 | None | None | no | yes | 21 rebounds in the second half. 18 defensive row 8 : 32 | 9 | 23 | dennis rodman (3) | san antonio spurs | january 22, 1994 | dallas mavericks | 103-83 | 43 | 8 | 5 | 1 | 1 | no | yes | 13 defensive rebounds in the first half row 9 : 31 | 14 | 17 | larry smith | golden state warriors | march 28, 1981 | denver nuggets | 139-142 | 45 | 23 | 5 | None | 0 | yes | no | rookie. last warriors home game of season row 10 : 31 | 8 | 23 | dikembe mutombo | denver nuggets | march 26, 1996 | charlotte hornets | 112-119 | 51 | 16 | 0 | 1 | 6 | no | no | double overtime row 11 : 30 | 10 | 20 | george t. johnson | golden state warriors | march 15, 1974 | los angeles lakers | 112-107 | 48 | 14 | 7 | None | 1 | no | no | elmore smith of the lakers row 12 : 30 | 6 | 24 | wes unseld | washington bullets | april 6, 1975 | new orleans jazz | 119-103 | 46 | 11 | 5 | None | None | no | yes | last game of season; won season rebounding title row 13 : 30 | 7 | 23 | kareem abdul-ja | los angeles lakers | february 3, 1978 | new jersey nets | 105-99 | 48 | 37 | 5 | None | None | yes | no | overtime ] Execute this SQL based on the above table: select notes order by id desc limit 1
overtime
[ header: year | title | chart positions nor | chart positions aus | chart positions aut | chart positions bel | chart positions ger | chart positions nl | chart positions nz | chart positions swe | chart positions swi | chart positions uk | album row 1 : 2003 | "she's so high" | 1 | 60 | 42 | 9 | 25 | 16 | 38 | None | 91 | 25 | i row 2 : 2004 | "here she comes" | 12 | None | None | 53 | None | None | None | None | None | None | i row 3 : 2004 | "all you have to offer" | None | None | None | None | None | None | None | None | None | None | i row 4 : 2004 | "my street" | None | None | None | None | None | None | None | None | None | None | a part of me row 5 : 2004 | "before you leave" | None | None | None | 52 | None | None | None | None | None | None | a part of me row 6 : 2005 | "never easy" | None | None | None | None | None | None | None | None | None | None | a part of me row 7 : 2006 | "when the stars go blue" (feat | 14 | None | None | None | None | None | None | None | None | None | venke knutson's places row 8 : 2006 | "hallelujah" (with espen | 1 | None | None | None | None | None | None | None | None | None | hallelujah - live row 9 : 2006 | "boys of summer" (with espen | 12 | None | None | None | None | None | None | None | None | None | hallelujah - live row 10 : 2007 | "push, push" | 1 | None | None | None | None | None | None | None | None | None | push push row 11 : 2007 | "silence" | 9 | None | None | None | None | None | None | None | None | None | push push row 12 : 2008 | "reality kicks" | 20 | None | None | None | None | None | None | None | None | None | push push row 13 : 2008 | "lost highway" (featuring will | 1 | None | None | None | None | None | None | None | None | None | rise to the occasion row 14 : 2008 | "don't have what it takes" | 19 | None | None | None | None | None | None | None | None | None | rise to the occasion row 15 : 2008 | "rise to the occasion" | None | None | None | None | None | None | None | 38 | None | None | rise to the occasion row 16 : 2009 | "with or without you" (with espen | 1 | None | None | None | None | None | None | None | None | None | hallelujah - live volume 2 row 17 : 2010 | "himmel pa jord" | 5 | None | None | None | None | None | None | None | None | None | have yourself a merry little christmas row 18 : 2013 | "adieu" | 9 | None | None | None | None | None | None | None | None | None | None row 19 : 2013 | "engler i sneen | 7 | None | None | None | None | None | None | None | None | None | None ] Execute this SQL based on the above table: select album order by chart positions uk desc limit 1
i
[ header: rank | area | state/ province | csa/cma 2009 population | projected 2025 population | projected increase 2009-2025 row 1 : 1 | chicago | il-in-wi | 9804845 | 10935100 | 1130255 row 2 : 2 | toronto | on | 5741400 | 7408000 | 1666600 row 3 : 3 | detroit | mi | 5327764 | 6191000 | 863236 row 4 : 4 | cleveland | oh | 2891988 | 3172000 | 280012 row 5 : 5 | milwaukee | wi | 1760268 | 1913000 | 157732 row 6 : 6 | ottawa - gatin | on-qc | 1451415 | 1596556 | 145141 row 7 : 7 | grand rapids | mi | 1327366 | 1530000 | 202634 row 8 : 8 | buffalo | ny | 1203493 | 1040400 | -163093 row 9 : 9 | rochester | ny | 1149653 | 1248600 | 98947 row 10 : 10 | hamilton | on | 740200 | 954858 | 214658 row 11 : 11 | toledo | oh | 672220 | 672220 | 0 row 12 : 12 | lansing | mi | 523609 | 547325 | 23716 row 13 : 13 | kitchener - cambridge - waterl | on | 492400 | 635196 | 142796 row 14 : 14 | london | on | 492200 | 634938 | 142738 row 15 : 15 | fort wayne | in | 414315 | 455623 | 39366 row 16 : 16 | st. catharines - | on | 404400 | 521676 | 117276 row 17 : 17 | windsor | on | 330900 | 426861 | 95961 row 18 : 18 | erie | pa | 280985 | None | None ] Execute this SQL based on the above table: select count ( state/ province ) where state/ province = 12
0
[ header: athlete | event | race 1 time | race 2 time | total time | total rank row 1 : johann haraldsson | giant slalom | 1:19.10 | dnf | dnf | None row 2 : kristinn magnusson | giant slalom | 1:17.50 | 1:16.29 | 2:33.79 | 42 row 3 : bjorgvin bjorgvin | giant slalom | 1:15.86 | dnf | dnf | None row 4 : kristinn magnusson | slalom | dnf | None | dnf | None row 5 : bjorgvin bjorgvin | slalom | dnf | None | dnf | None row 6 : johann haraldsson | slalom | 56.98 | 1:00.19 | 1:57.17 | 28 row 7 : kristinn bjorns | slalom | 53.05 | 56.76 | 1:49.81 | 21 ] Execute this SQL based on the above table: select count ( * ) where athlete < 5
0
[ header: act | year signed | # albums released under bad boy row 1 : diddy | 1993 | 6 row 2 : the notorious b.i.g | 1993 | 5 row 3 : harve pierre | 1993 | None row 4 : the hitmen | 1993 | None row 5 : mario winans | 1995 | 1 row 6 : kalenna harper | 2004 | None row 7 : cassie | 2006 | 1 row 8 : janelle monae | 2007 | 2 row 9 : red cafe | 2009 | None row 10 : machine gun kelly | 2011 | 1 row 11 : french montana | 2012 | 1 row 12 : megan nicole | 2012 | None ] Execute this SQL based on the above table: select count ( act ) where act = 'diddy'
1
[ header: edition | year | men's winner | time | women's winner | time row 1 : 29th | october 14, 2012 | dickson kiptolo | 2:05:46 | aberume mekuria (eth | 2:27:20 row 2 : 28th | october 9, 2011 | jafred chirchir kipchu | 2:05:48 | georgina rono (ken) | 2:24:33 row 3 : 26th | october 11, 2009 | geoffrey mutai (ken) | 2:07:01 | beata naigambo (nam) | 2:31:01 row 4 : 25th | october 12, 2008 | geoffrey mutai (ken) | 2:07:49 | lydia kurgat (ken | 2:33:39 row 5 : 24th | october 14, 2007 | philip singoei (ken) | 2:07:57 | lydia kurgat (ken | 2:39:21 row 6 : 23rd | october 8, 2006 | philip singoei (ken) | 2:08:18 | agnes hijman (ned | 2:54:36 row 7 : 22nd | october 9, 2005 | boniface usisivu (ken | 2:08:45 | tatyana perepelkina ( | 2:38:27 row 8 : 21st | october 10, 2004 | willy cheruiyot ( | 2:09:20 | annelieke van der sluij | 2:37:33 row 9 : 20th | october 12, 2003 | willy cheruiyot ( | 2:09:05 | vivian ruijters | 2:36:36 row 10 : 19th | october 13, 2002 | willy cheruiyot ( | 2:10:12 | marleen van reusel (bel) | 2:54:23 row 11 : 18th | october 14, 2001 | samuel tangus ( | 2:12:47 | valentina poltavs | 2:54:30 row 12 : 16th | october 10, 1999 | david ngetich (ken) | 2:09:24 | nadezhda wij | 2:28:45 row 13 : 12th | october 8, 1995 | pyotro sarafiny | 2:16:40 | carla beurskens (ned | 2:35:16 row 14 : 11th | october 9, 1994 | aiduna aitnafa | 2:11:37 | jeanne jansen (ned | 2:45:03 row 15 : 7th | october 14, 1990 | john vermeule (ned | 2:15:03 | mieke hombergen (ne | 2:44:59 row 16 : 6th | october 16, 1988 | jean-pierre paumen (bel | 2:14:54 | heather macduff (eng) | 2:34:26 row 17 : 5th | october 12, 1986 | kim reynierse (n | 2:15:13 | heather macduff (eng) | 2:55:39 row 18 : 3rd | october 24, 1982 | lucien rottiers (bel) | 2:16:27 | ann rindt (ned) | 2:59:07 row 19 : None | 1961-1981 | marathon race not held | None | None | None ] Execute this SQL based on the above table: select count ( * ) where women's winner = 'aberume mekuria (eth)' and women's winner = 'vivian ruijters (ned)'
0
[ header: rank in 2011 | name of concern | location of headquarters | revenue (thou. pln) | profit (thou. pln) | employees row 1 : 1 | pkn orlen sa | płock | 79037121 | 2396447 | 4445 row 2 : 2 | lotos group sa | gdansk | 29258539 | 584878 | 5168 row 3 : 3 | pge sa | warsaw | 28111354 | 6165394 | 44317 row 4 : 4 | jeronimo martins | kostrzyn | 25285407 | None | 36419 row 5 : 5 | pgnig sa | warsaw | 23003534 | 1711787 | 33071 row 6 : 6 | tauron group sa | katowice | 20755222 | 1565936 | 26710 row 7 : 7 | kghm polska miedz | lubin | 20097392 | 13653597 | 18578 row 8 : 8 | metro group poland | warsaw | 17200000 | None | 22556 row 9 : 9 | fiat auto poland sa | bielsko-biała | 16513651 | 83919 | 5303 row 10 : 10 | orange polska | warsaw | 14922000 | 1785000 | 23805 ] Execute this SQL based on the above table: select count ( * ) where name of concern = 'fiat auto poland sa'
1
[ header: season | series | team | races | wins | poles | fast laps | points | pos. row 1 : 2001 | formula one | prost | None | None | None | None | None | test driver row 2 : 2001 | formula 3000 international | gd racing | 4 | 0 | 0 | 0 | 0 | nc row 3 : 2001 | world series by nissan | gd racing | 6 | 0 | 0 | 1 | 51 | 9th row 4 : 2002 | world series by nissan | gd racing | 6 | 0 | 0 | 0 | 30 | 13th row 5 : 2003 | world series by nissan | gd racing | 2 | 0 | 0 | 0 | 0 | nc row 6 : 2006 | formula one | renault | None | None | None | None | None | test driver row 7 : 2007-08 | a1 grand prix | a1 team france | 2 | 0 | 0 | 0 | 0 | 4th ] Execute this SQL based on the above table: select team order by id asc limit 557
prost, gd racing, gd racing, gd racing, gd racing, renault, a1 team france
[ 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 ( select season where h / a = 'a' ) - ( select season where h / a = 'a' )
0
[ header: county | obama% | obama# | mccain% | mccain# | total row 1 : andrew | 38.8% | 3345 | 61.2% | 5279 | 8624 row 2 : audrain | 41.8% | 4434 | 58.2% | 6167 | 10601 row 3 : barry | 32.2% | 4630 | 67.8% | 9758 | 14388 row 4 : boone | 56.1% | 47062 | 43.9% | 36849 | 83911 row 5 : buchanan | 50.1% | 19164 | 49.9% | 19110 | 38274 row 6 : carroll | 34.2% | 1535 | 65.8% | 2955 | 4490 row 7 : carter | 34.8% | 984 | 65.2% | 1840 | 2824 row 8 : cedar | 32.9% | 2060 | 67.1% | 4194 | 6254 row 9 : clay | 49.7% | 53761 | 50.3% | 54516 | 108277 row 10 : cooper | 37.9% | 2996 | 62.1% | 4902 | 7898 row 11 : dekalb | 36.9% | 1692 | 63.1% | 2889 | 4581 row 12 : douglas | 32.7% | 2140 | 67.3% | 4405 | 6545 row 13 : gentry | 38.6% | 1235 | 61.4% | 1964 | 3199 row 14 : greene | 42.0% | 56181 | 58.0% | 77683 | 133864 row 15 : grundy | 34.5% | 1580 | 65.5% | 3006 | 4586 row 16 : hickory | 43.2% | 2171 | 56.8% | 2850 | 5021 row 17 : howard | 42.9% | 2036 | 57.1% | 2708 | 4744 row 18 : howell | 34.3% | 5736 | 65.7% | 10982 | 16718 row 19 : jefferson | 51.3% | 53467 | 48.7% | 50804 | 104271 row 20 : knox | 38.5% | 759 | 61.5% | 1212 | 1971 row 21 : lewis | 41.5% | 1837 | 58.5% | 2594 | 4431 row 22 : lincoln | 44.2% | 10234 | 55.8% | 12924 | 23158 row 23 : livingston | 37.9% | 2435 | 62.1% | 3993 | 6428 row 24 : madison | 41.3% | 2042 | 58.7% | 2897 | 4939 row 25 : maries | 35.9% | 1599 | 64.1% | 2853 | 4452 row 26 : marion | 37.9% | 4703 | 62.1% | 7705 | 12408 row 27 : mercer | 30.7% | 519 | 69.3% | 1169 | 1688 row 28 : miller | 31.3% | 3553 | 68.7% | 7797 | 11350 row 29 : moniteau | 31.8% | 2084 | 68.2% | 4467 | 6551 row 30 : montgomery | 40.6% | 2347 | 59.4% | 3428 | 5775 row 31 : morgan | 39.5% | 3565 | 60.5% | 5451 | 9016 row 32 : oregon | 40.6% | 1811 | 59.4% | 2652 | 4463 row 33 : pike | 45.0% | 3487 | 55.0% | 4268 | 7755 row 34 : polk | 33.7% | 4553 | 66.3% | 8956 | 13509 row 35 : scotland | 38.8% | 793 | 61.2% | 1249 | 2042 row 36 : st. clair | 38.8% | 1886 | 61.2% | 2981 | 4867 ] Execute this SQL based on the above table: select county order by mccain# desc limit 1
greene
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | russia | 8 | 12 | 10 | 30 row 2 : 2 | china | 7 | 4 | 2 | 13 row 3 : 3 | ukraine | 7 | 1 | 1 | 9 row 4 : 4 | poland | 3 | 4 | 2 | 9 row 5 : 5 | belarus | 2 | 2 | 2 | 6 row 6 : 6 | germany | 2 | 1 | 2 | 5 row 7 : 6 | south africa | 2 | 1 | 2 | 5 row 8 : 7 | australia | 2 | 1 | 1 | 4 row 9 : 8 | japan | 2 | 0 | 1 | 3 row 10 : 9 | france | 1 | 3 | 0 | 4 row 11 : 10 | romania | 1 | 2 | 2 | 5 row 12 : 11 | hungary | 1 | 2 | 1 | 4 row 13 : 12 | great britain | 1 | 1 | 2 | 4 row 14 : 12 | spain | 1 | 1 | 2 | 4 row 15 : 14 | morocco | 1 | 1 | 1 | 3 row 16 : 15 | brazil | 1 | 0 | 3 | 3 row 17 : 16 | czech republic | 1 | 0 | 2 | 3 row 18 : 17 | moldova | 1 | 0 | 0 | 1 row 19 : 18 | finland | 0 | 2 | 1 | 3 row 20 : 19 | estonia | 0 | 1 | 1 | 2 row 21 : 19 | north korea | 0 | 1 | 1 | 2 row 22 : 19 | south korea | 0 | 1 | 1 | 2 row 23 : 22 | denmark | 0 | 1 | 0 | 1 row 24 : 22 | ireland | 0 | 1 | 0 | 1 row 25 : 22 | jamaica | 0 | 1 | 0 | 1 row 26 : 22 | kazakhstan | 0 | 1 | 0 | 1 row 27 : 22 | uganda | 0 | 1 | 0 | 1 row 28 : 27 | croatia | 0 | 0 | 2 | 2 row 29 : 28 | canada | 0 | 0 | 1 | 1 row 30 : 28 | cyprus | 0 | 0 | 1 | 1 row 31 : 28 | italy | 0 | 0 | 1 | 1 row 32 : 28 | switzerland | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select ( select total where nation = 'czech republic' ) - ( select total where nation = 'belarus' )
-3.0
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | vietnam (vie) | 3 | 0 | 3 | 6 row 2 : 2 | south korea (kor) | 2 | 1 | 2 | 5 row 3 : 3 | kyrgyzstan (kgz | 1 | 1 | 2 | 4 row 4 : 4 | kazakhstan (kaz) | 1 | 1 | 1 | 3 row 5 : 5 | iraq (irq) | 1 | 0 | 1 | 2 row 6 : 5 | turkmenistan (tkm) | 1 | 0 | 1 | 2 row 7 : 7 | jordan (jor) | 0 | 2 | 3 | 5 row 8 : 8 | uzbekistan (uzb | 0 | 2 | 1 | 3 row 9 : 9 | tajikistan (tjk) | 0 | 1 | 1 | 2 row 10 : 10 | kuwait (kuw) | 0 | 1 | 0 | 1 row 11 : 11 | independent athletes (aoi) | 0 | 0 | 1 | 1 row 12 : 11 | mongolia (mgl) | 0 | 0 | 1 | 1 row 13 : 11 | palestine (ple) | 0 | 0 | 1 | 1 row 14 : total | total | 9 | 9 | 18 | 36 ] Execute this SQL based on the above table: select nation where id = 1
vietnam (vie)
[ header: # | title | time | lead vocals | notes row 1 : 1 | savior more than life | 6:44 | keisha grandy | None row 2 : 2 | whatcha lookin' 4 | 4:25 | darrell blair, dal | None row 3 : 3 | melodies from heaven | 4:34 | the family | None row 4 : 4 | conquerors | 8:24 | dalon collins | None row 5 : 5 | don't take your joy away | 6:33 | tamela mann | None row 6 : 6 | when i think about jesus | 1:38 | None | None row 7 : 7 | mama's song | 4:16 | kirk franklin | None row 8 : 8 | jesus paid it all | 5:04 | kirk franklin, darrell | None row 9 : 9 | i love you jesus | 7:25 | teresa young, stephani | None row 10 : 10 | washed away | 5:20 | jeannette johnson, carrie | None row 11 : 11 | where the spirit is | 4:03 | jon drummond | None row 12 : 12 | let me touch you | 5:26 | dalon collins | None row 13 : 13 | anything 4 u | 5:08 | david mann, yoland | None row 14 : 14 | whatcha lookin' 4 (remix) | 4:36 | kirk franklin, d | drum & synth programming - buster row 15 : 15 | melodies from heaven (skate remix | 4:18 | kirk franklin | drum & synth programming - buster ] Execute this SQL based on the above table: select ( select lead vocals where lead vocals = 'jon drummond' ) < ( select lead vocals where lead vocals = 'jeannette johnson, carrie young-davis' )
0
[ header: rank | wrestler | no. of reigns | combined days row 1 : 1 | lou thesz | 3 | 3749 row 2 : 2 | ric flair | 8 | 3103 row 3 : 3 | harley race | 7 | 1799 row 4 : 4 | dory funk, jr | 1 | 1563 row 5 : 5 | dan severn | 2 | 1559 row 6 : 6 | gene kiniski | 1 | 1131 row 7 : 7 | adam pearce | 5 | 1078 row 8 : 8 | jeff jarrett | 6 | 1006 row 9 : 9 | pat o'connor | 1 | 903 row 10 : 10 | jack brisco | 2 | 866 row 11 : 11 | orville brown | 1 | 692 row 12 : 12 | buddy rogers | 1 | 573 row 13 : 13 | blue demon, jr | 1 | 505 row 14 : 14 | naoya ogawa | 2 | 469 row 15 : 15 | terry funk | 1 | 424 row 16 : 16 | dick hutton | 1 | 421 row 17 : 17 | rob conway | 1 | 294 row 18 : 18 | christian cage | 2 | 245 row 19 : 19 | whipper billy watson | 1 | 239 row 20 : 20 | sting | 2 | 216 row 21 : 21 | a.j. styles | 3 | 196 row 22 : 22 | mike rapada | 2 | 176 row 23 : 23 | steve corino | 1 | 175 row 24 : 24 | colt cabana | 2 | 152 row 25 : 25 | barry windham | 1 | 147 row 26 : 26 | masahiro chono | 1 | 145 row 27 : 27 | kahagas | 1 | 134 row 28 : 28 | ron killings | 2 | 119 row 29 : 29 | dusty rhodes | 3 | 107 row 30 : 30 | chris candido | 1 | 97 row 31 : 31 | raven | 1 | 88 row 32 : 32 | satoshi kojima | 1 | 159 row 33 : 33 | shinya hashimoto | 1 | 84 row 34 : 34 | the sheik | 1 | 79 row 35 : 35 | ricky steamboat | 1 | 76 row 36 : 36 | ron garvin | 1 | 62 row 37 : 37 | abyss | 1 | 56 row 38 : 39 | ken shamrock | 1 | 49 row 39 : 39 | brent albright | 1 | 49 row 40 : 40 | the great muta | 1 | 48 row 41 : 41 | sabu | 1 | 38 row 42 : 42 | giant baba | 3 | 19 row 43 : 43 | kerry von erich | 1 | 18 row 44 : 44 | gary steele | 1 | 7 row 45 : 45 | tommy rich | 1 | 4 row 46 : 46 | rhino | 1 | 2 row 47 : 47 | shane douglas | 1 | <1 ] Execute this SQL based on the above table: select wrestler order by no. of reigns desc limit 1
ric flair
[ header: province | capital | population | density | municipalities | legal districts row 1 : almeria | almeria | 702819 | 72.5 /km2 (188 / | 102 municipalities | 8 row 2 : cadiz | cadiz | 1243519 | 158.8 /km2 (411 | 44 municipalities | 14 row 3 : cordoba | cordoba | 805857 | 72.4 /km2 (188 / | 75 municipalities | 12 row 4 : granada | granada | 924550 | 68.7 /km2 (178 | 169 municipalities | 9 row 5 : huelva | huelva | 521968 | 47.7 /km2 (124 | 79 municipalities | 6 row 6 : jaen | jaen | 670600 | 49.1 /km2 (127 | 97 municipalities | 10 row 7 : malaga | malaga | 1625827 | 204.1 /km2 (529 / | 101 municipalities | 11 row 8 : seville | seville | 1928962 | 129.2 /km2 (335 | 105 municipalities | 15 ] Execute this SQL based on the above table: select province order by municipalities desc limit 1
granada
[ header: pos | no | driver | team | laps | time/retired | grid | points row 1 : 1 | 1 | sebastien bourdais | newman/haas racing | 66 | 1:51:31.146 | 2 | 34 row 2 : 2 | 9 | justin wilson | rusport | 66 | +3.528 secs | 1 | 29 row 3 : 3 | 5 | will power | team australia | 66 | +46.536 secs | 4 | 26 row 4 : 4 | 2 | bruno junqueira | newman/haas racing | 66 | +1:04.023 | 3 | 23 row 5 : 5 | 15 | alex tagliani | team australia | 66 | +1:18.033 | 8 | 22 row 6 : 6 | 6 | oriol servia | pkv racing | 66 | +1:28.745 | 7 | 19 row 7 : 7 | 4 | nelson philippe | cte racing - hv | 66 | +1:29.997 | 10 | 17 row 8 : 8 | 27 | andrew ranger | mi-jack conquest racing | 65 | + 1 lap | 16 | 16 row 9 : 9 | 3 | david martinez | forsythe racing | 65 | + 1 lap | 9 | 13 row 10 : 10 | 7 | buddy rice | forsythe racing | 65 | + 1 lap | 14 | 11 row 11 : 11 | 34 | charles zwolsman | mi-jack conquest racing | 65 | + 1 lap | 12 | 10 row 12 : 12 | 18 | antonio pizzonia | rocketsports racing | 65 | + 1 lap | 15 | 9 row 13 : 13 | 11 | jan heylen | dale coyne racing | 65 | + 1 lap | 17 | 8 row 14 : 14 | 10 | ryan briscoe | rusport | 64 | + 2 laps | 5 | 7 row 15 : 15 | 19 | andreas wirth | dale coyne racing | 64 | + 2 laps | 18 | 6 row 16 : 16 | 20 | katherine legge | pkv racing | 63 | + 3 laps | 13 | 5 row 17 : 17 | 8 | mario dominguez | rocketsports racing | 59 | retired | 11 | 4 row 18 : 18 | 14 | dan clarke | cte racing - hv | 7 | differential | 6 | 3 ] Execute this SQL based on the above table: select driver where id = ( select id where driver = 'david martinez' ) - 1
andrew ranger
[ header: # | district | land area (km2) | population (2010 census) | density (persons/km2) row 1 : 1 | anse la raye | 30.9 | 6247 | 210 row 2 : 2 | praslin | 16 | 2044 | 119 row 3 : 3 | castries | 79.5 | 65656 | 776 row 4 : 4 | choiseul | 31.3 | 6098 | 206 row 5 : 5 | dennery | 69.7 | 12599 | 182 row 6 : 6 | forest reserve | 78 | 0 | 0 row 7 : 7 | gros islet | 101.5 | 25210 | 196 row 8 : 8 | laborie | 37.8 | 6701 | 210 row 9 : 9 | micoud | 77.7 | 16284 | 220 row 10 : 10 | soufriere | 50.5 | 8472 | 144 row 11 : 11 | vieux fort | 43.8 | 16284 | 371 row 12 : None | saint lucia | 608.7 | 165595 | 256 ] Execute this SQL based on the above table: select district order by id desc limit 1
saint lucia
[ header: date from | date to | pos. | name | from row 1 : 3 august 2012 | 31 january 2013 | fw | benik afobe | arsenal row 2 : 31 august 2012 | 30 june 2013 | mf | jay spearing | liverpool row 3 : 21 september 2012 | 22 december 2012 | df | stephen warnock | aston villa row 4 : 8 november 2012 | 5 january 2013 | mf | jacob butterfield | norwich city row 5 : 25 january 2013 | 27 april 2013 | df | craig dawson | west brom row 6 : 25 january 2013 | january 2014 | mf | jan gregus | banik ostrava row 7 : 31 january 2013 | 3 march 2013 | mf | steve de ridder | southampton row 8 : 28 march 2013 | 30 june 2013 | fw | robert hall | west ham row 9 : 28 march 2013 | 4 may 2013 | df | danny butterfield | southampton ] Execute this SQL based on the above table: select from where from > ( select from where from = 'banik ostrava' ) order by from asc limit 653
liverpool, norwich city, southampton, southampton, west brom, west ham
[ header: material | formula | refractive index(es) 589.3 nm | dispersion 431 - 687 nm | hardness (mohs' scale) | density (g/cm3) | thermal cond. | state of the art row 1 : diamond | c | 2.417 | 0.044 | 10 | 3.52 | excellent | (natural) row 2 : glasses | silica with pb, al, | ~ 1.6 | > 0.020 | < 6 | 2.4 - 4.2 | poor | 1700 - row 3 : white sapphire | al2o3 | 1.762 - 1.770 | 0.018 | 9 | 3.97 | poor | 1900-1947 row 4 : spinel | mgo·al2o3 | 1.727 | 0.02 | 8 | ~ 3.6 | poor | 1920-1947 row 5 : rutile | tio2 | 2.62 - 2.9 | 0.33 | ~ 6 | 4.25 | poor | 1947-1955 row 6 : strontium titanate | srtio3 | 2.41 | 0.19 | 5.5 | 5.13 | poor | 1955-1970 row 7 : yag | y3al5o12 | 1.83 | 0.028 | 8.25 | 4.55 - 4.65 | poor | 1970-1975 row 8 : ggg | gd3ga5o12 | 1.97 | 0.045 | 7 | 7.02 | poor | 1973-1975 row 9 : cubic zirconia | zro2(+ rare earths | ~ 2.2 | ~ 0.06 | ~ 8.3 | ~ 5.7 | poor | 1976 - row 10 : moissanite | sic | 2.648 - 2.691 | 0.104 | 8.5-9.25 | 3.2 | high | 1998 - row 11 : quartz | silica | 1.543 - 1.554 | None | 7- | 2.50 - 2.65 | None | ancient ] Execute this SQL based on the above table: select thermal cond. where thermal cond. in ( 'poor' , 'high' ) group by thermal cond. order by count ( thermal cond. ) desc limit 1
poor
[ header: rank | player | county | tally | total | opposition row 1 : 1 | nicky english | tipperary | 2-12 | 18 | antrim row 2 : 2 | mark corrigan | offaly | 3-7 | 16 | kilkenny row 3 : 3 | joe hennessy | kerry | 3-5 | 14 | limerick row 4 : 3 | finbarr delaney | cork | 1-11 | 14 | waterford row 5 : 5 | nicky english | tipperary | 0-13 | 13 | waterford row 6 : 5 | adrian ronan | kilkenny | 1-10 | 13 | westmeath row 7 : 7 | nicky english | tipperary | 2-5 | 11 | limerick row 8 : 7 | danny mcnaughton | antrim | 2-5 | 11 | down row 9 : 9 | m. j. ryan | dublin | 1-7 | 10 | laois row 10 : 10 | gary kirby | limerick | 1-6 | 9 | kerry row 11 : 10 | pat murphy | waterford | 3-0 | 9 | cork ] Execute this SQL based on the above table: select count ( tally ) where total < 638
11
[ header: pick | player | team | position | school row 1 : 1 | pat burrell | philadelphia phillies | 1b | university of miami row 2 : 2 | mark mulder | oakland athletics | p | michigan state university row 3 : 3 | corey patterson | chicago cubs | of | harrison hs (kennesaw row 4 : 4 | jeff austin | kansas city royals | p | stanford university row 5 : 5 | j. d. drew | st. louis cardinals | of | florida state university row 6 : 6 | ryan mills | minnesota twins | p | arizona state university row 7 : 7 | austin kearns | cincinnati reds | of | lafayette hs (le row 8 : 8 | felipe lopez | toronto blue jays | 3b | lake brantley hs (alta row 9 : 9 | sean burroughs | san diego padres | 3b | woodrow wilson classical hs row 10 : 10 | carlos pena | texas rangers | 1b | northeastern university row 11 : 11 | josh mckinley | montreal expos | ss | malvern prep (malvern, pa row 12 : 12 | adam everett | boston red sox | ss | university of south carolina row 13 : 13 | j.m. gold | milwaukee brewers | p | toms river hs north (to row 14 : 14 | jeff weaver | detroit tigers | p | fresno state university row 15 : 15 | clint johnston | pittsburgh pirates | 1b | vanderbilt university row 16 : 16 | kip wells | chicago white sox | p | baylor university row 17 : 17 | brad lidge | houston astros | p | university of notre dame row 18 : 18 | seth etherton | anaheim angels | p | university of southern california row 19 : 19 | tony torcato | san francisco giants | of | woodland hs (woodland, ca row 20 : 20 | cc sabathia | cleveland indians | p | vallejo hs (valle row 21 : 21 | jason tyner | new york mets | of | texas a&m university row 22 : 22 | matt thornton | seattle mariners | p | grand valley state university row 23 : 23 | bubba crosby | los angeles dodgers | of | rice university row 24 : 24 | andy brown | new york yankees | of | richmond hs (richmond, in row 25 : 25 | nate bump | san francisco giants | p | penn state university row 26 : 26 | rick elder | baltimore orioles | of | sprayberry hs (sprayberry row 27 : 27 | chip ambres | florida marlins | of | west brook hs (beaumont row 28 : 28 | matt roney | colorado rockies | p | edmond north hs (e row 29 : 29 | arturo mcdowell | san francisco giants | of | forest hill community hs (west palm beach ] Execute this SQL based on the above table: select player where player = 'jeff austin' order by player limit 1501
jeff austin
[ header: part | number | first public release date (first edition) | latest public release date (edition) | latest amendment | title | description row 1 : part 1 | iso/iec 15938-1 | 2002 | 2002 | 2006 | systems | the architectural framework of mpeg-7, row 2 : part 2 | iso/iec 15938-2 | 2002 | 2002 | None | description definition language | None row 3 : part 3 | iso/iec 15938-3 | 2002 | 2002 | 2010 | visual | None row 4 : part 4 | iso/iec 15938-4 | 2002 | 2002 | 2006 | audio | None row 5 : part 5 | iso/iec 15938-5 | 2003 | 2003 | 2008 | multimedia description schemes | None row 6 : part 6 | iso/iec 15938-6 | 2003 | 2003 | 2010 (2011) | reference software | None row 7 : part 7 | iso/iec 15938-7 | 2003 | 2003 | 2010 (2011) | conformance testing | None row 8 : part 8 | iso/iec tr | 2002 | 2002 | 2010 | extraction and use of mpeg-7 descriptions | None row 9 : part 9 | iso/iec 15938-9 | 2005 | 2005 | (2011) | profiles and levels | None row 10 : part 10 | iso/iec 15938-10 | 2005 | 2005 | None | schema definition | None row 11 : part 11 | iso/iec tr | 2005 | 2005 | None | mpeg-7 profile schemas | None row 12 : part 12 | iso/iec 15938-12 | 2008 | 2008 | (2011) | query format | None ] Execute this SQL based on the above table: select title where first public release date (first edition) = 2005
profiles and levels, schema definition, mpeg-7 profile schemas
[ header: new municipality | old municipalities | seat row 1 : gortynia | dimitsana | dimitsana row 2 : gortynia | vytina | dimitsana row 3 : gortynia | iraia | dimitsana row 4 : gortynia | kleitor | dimitsana row 5 : gortynia | kontovazaina | dimitsana row 6 : gortynia | langadia | dimitsana row 7 : gortynia | trikolonoi | dimitsana row 8 : gortynia | tropaia | dimitsana row 9 : megalopoli | gortyna | megalopoli row 10 : megalopoli | falaisia | megalopoli row 11 : north kynouria (vore | north kynouria | astros row 12 : south kynouria (noti | leonidio | leonidio row 13 : south kynouria (noti | kosmas | leonidio row 14 : south kynouria (noti | tyros | leonidio row 15 : tripoli | valtetsi | tripoli row 16 : tripoli | korythio | tripoli row 17 : tripoli | levidi | tripoli row 18 : tripoli | mantineia | tripoli row 19 : tripoli | skyritida | tripoli row 20 : tripoli | tegea | tripoli row 21 : tripoli | falanthos | tripoli ] Execute this SQL based on the above table: select new municipality where seat = 'tripoli'
tripoli, tripoli, tripoli, tripoli, tripoli, tripoli, tripoli
[ header: year | competition | venue | position | notes row 1 : 1996 | olympic games | atlanta, united states | 36th (q) | 5.55 m row 2 : 1998 | asian games | bangkok, thailand | 8th | 6.07 m row 3 : 1999 | world championships | seville, spain | 23rd (q) | 6.40 m row 4 : 2000 | olympic games | sydney, australia | 14th (q) | 6.57 m row 5 : 2001 | world championships | edmonton, canada | 13th (q) | 6.46 m row 6 : 2002 | asian championships | colombo, sri lan | 1st | 6.61 m row 7 : 2002 | asian games | busan, south korea | 3rd | 6.30 m row 8 : 2003 | world championships | paris, france | 23rd (q) | 6.13 m row 9 : 2003 | asian championships | manila, philippines | 6th | 6.23 m row 10 : 2004 | olympic games | athens, greece | 11th | 6.53 m ] Execute this SQL based on the above table: select max ( year )
2004
[ header: year | competition | venue | position | event | notes row 1 : 1975 | asian championships | seoul, south korea | 1st | 5,000m | 14:00.8 row 2 : 1979 | asian championships | tokyo, japan | 2nd | 10,000m | 29:00.2 row 3 : 1981 | asian championships | tokyo, japan | 1st | 10,000m | 28:53.3 row 4 : 1981 | fukuoka marathon | fukuoka, japan | 2nd | marathon | 2:09:37 row 5 : 1982 | fukuoka marathon | fukuoka, japan | 4th | marathon | 2:11:45 row 6 : 1983 | world championships | helsinki, finland | 28th | 10,000m | 29:49.0 ] Execute this SQL based on the above table: select max ( event + position )
38
[ header: edition | year | men's winner | time | women's winner | time row 1 : 29th | october 14, 2012 | dickson kiptolo | 2:05:46 | aberume mekuria (eth | 2:27:20 row 2 : 28th | october 9, 2011 | jafred chirchir kipchu | 2:05:48 | georgina rono (ken) | 2:24:33 row 3 : 26th | october 11, 2009 | geoffrey mutai (ken) | 2:07:01 | beata naigambo (nam) | 2:31:01 row 4 : 25th | october 12, 2008 | geoffrey mutai (ken) | 2:07:49 | lydia kurgat (ken | 2:33:39 row 5 : 24th | october 14, 2007 | philip singoei (ken) | 2:07:57 | lydia kurgat (ken | 2:39:21 row 6 : 23rd | october 8, 2006 | philip singoei (ken) | 2:08:18 | agnes hijman (ned | 2:54:36 row 7 : 22nd | october 9, 2005 | boniface usisivu (ken | 2:08:45 | tatyana perepelkina ( | 2:38:27 row 8 : 21st | october 10, 2004 | willy cheruiyot ( | 2:09:20 | annelieke van der sluij | 2:37:33 row 9 : 20th | october 12, 2003 | willy cheruiyot ( | 2:09:05 | vivian ruijters | 2:36:36 row 10 : 19th | october 13, 2002 | willy cheruiyot ( | 2:10:12 | marleen van reusel (bel) | 2:54:23 row 11 : 18th | october 14, 2001 | samuel tangus ( | 2:12:47 | valentina poltavs | 2:54:30 row 12 : 16th | october 10, 1999 | david ngetich (ken) | 2:09:24 | nadezhda wij | 2:28:45 row 13 : 12th | october 8, 1995 | pyotro sarafiny | 2:16:40 | carla beurskens (ned | 2:35:16 row 14 : 11th | october 9, 1994 | aiduna aitnafa | 2:11:37 | jeanne jansen (ned | 2:45:03 row 15 : 7th | october 14, 1990 | john vermeule (ned | 2:15:03 | mieke hombergen (ne | 2:44:59 row 16 : 6th | october 16, 1988 | jean-pierre paumen (bel | 2:14:54 | heather macduff (eng) | 2:34:26 row 17 : 5th | october 12, 1986 | kim reynierse (n | 2:15:13 | heather macduff (eng) | 2:55:39 row 18 : 3rd | october 24, 1982 | lucien rottiers (bel) | 2:16:27 | ann rindt (ned) | 2:59:07 row 19 : None | 1961-1981 | marathon race not held | None | None | None ] Execute this SQL based on the above table: select count ( * ) where time = '2:35:16' and time > '2:09:05'
0
[ header: | brand | active ingredient | therapeutic area | pathology row 1 : 1 | ebastel and others | ebastine | respiratory | allergy row 2 : 2 | prevencor | atorvastatin | cardiovascular | cholesterol row 3 : 3 | esertia | escitalopram | central nervous system | depression row 4 : 4 | plusvent | salmeterol+fluticasone | respiratory | asthma & copd row 5 : 5 | almogran and others | almotriptan | central nervous system | migraine row 6 : 6 | parapres | candesartan cilexetil | cardiovascular | hypertension row 7 : 7 | airtal and others | aceclofenac | osteomuscular | pain row 8 : 8 | opiren | lansoprazole | digestive | ulcer row 9 : 9 | dobupal | venlafaxine | central nervous system | depression row 10 : 10 | tesavel & efficib | sitagliptin & sitaglip | gastrointestinal | diabetes row 11 : 11 | solaraze | diclofenac solium + h | dermatology | actinic keratoses row 12 : 12 | almax and others | almagate | gastrointestinal | antacid row 13 : 13 | balneum and others | soya oil | dermatology | atopic dermatitis row 14 : 14 | pantopam | pantoprazole | gastrointestinal | gastroesophageal reflux row 15 : 15 | decoderm tri and others | fluprednidene | dermatology | mycotic dermatitis ] Execute this SQL based on the above table: select brand where id = ( select id where brand = 'almax and others' ) - 1
solaraze
[ header: date | name of ship | nationality | tonnage | fate row 1 : 5 june 1940 | ss stancor | united kingdom | 798 | sunk at 58°48′n row 2 : 7 june 1940 | ss frances massey | united kingdom | 4212 | sunk at 55°33′n 08 row 3 : 7 june 1940 | ss eros | united kingdom | 5888 | damaged at 55°33′n 08°26 row 4 : 11 june 1940 | ss violando n go | greece | 2375 | sunk at 44°04′n 12 row 5 : 19 june 1940 | mv tudor | norway | 6607 | sunk at 45°10′n 11 row 6 : 19 june 1940 | ss baron loudoun | united kingdom | 3164 | sunk at 45°00′n 11 row 7 : 19 june 1940 | ss british monarch | united kingdom | 5661 | sunk at 45°00′n 11 row 8 : 20 june 1940 | mv moerdrecht | netherlands | 7493 | sunk at 43°34′n 14 row 9 : 16 august 1940 | ss hedrun | sweden | 2325 | sunk at 57°10′n row 10 : 19 august 1940 | ss ville de gand | belgium | 7590 | sunk at 55°28′n 15 row 11 : 24 august 1940 | ss la brea | united kingdom | 6666 | sunk at 57°24′n row 12 : 25 august 1940 | ss empire merlin | united kingdom | 5763 | sunk at 58°30′n row 13 : 25 august 1940 | mv athelcrest | united kingdom | 6825 | sunk at 58°24′n ] Execute this SQL based on the above table: select fate where fate in ( 'damaged at 55°33′n 08°26′w / 55.550°n 8.433°w' , 'sunk at 58°24′n 11°25′w / 58.400°n 11.417°w' ) order by tonnage asc limit 1
damaged at 55°33′n 08°26′w / 55.550°n 8.433°w
[ header: p.s. # | school name | neighborhood | low grade | high grade | year closed | building status row 1 : 1 | school 1 | lakeview | k | 8 | 1976 | demolished row 2 : 2 | school 2 | downtown | k | 8 | 1961 | demolished row 3 : 4 | harbor heights elementary school | first ward | k | 8 | 2002 | vacant row 4 : 5 | school 5 | kaisertown | k | 8 | 1955 | demolished row 5 : 8 | follow through urban learning lab school | masten park | k | 8 | 2004 | vacant row 6 : 9 | school 9 | schiller park | k | 8 | 1980 | demolished row 7 : 11 | poplar academy | schiller park | k | 4 | 2009 | vacant row 8 : 12 | harriet ross tubman early | willert park | k | 4 | 2005 | house office of special education row 9 : 14 | school 14 | downtown | k | 8 | 1930s | demolished row 10 : 15 | school 15 | downtown | k | 8 | 1965 | demolished row 11 : 20 | school 20 | black rock | k | 8 | 1935 | demolished row 12 : 21 | school 21 | north park | k | 8 | 1980 | demolished row 13 : 23 | school 23 | genesee moselle | k | 8 | 1980 | demolished row 14 : 24 | school 24 | broadway-fillmore | k | 8 | 2002 | vacant row 15 : 34 | school 34 | first ward | k | 8 | 1976 | demolished row 16 : 35 | school 35 | south ellicott | k | 8 | 1933 | demolished row 17 : 36 | days park early childhood center | allentown | prek | 4 | 2009 | houses elmwood village charter school row 18 : 41 | school 41 | johnson | prek | 8 | 1976 | demolished row 19 : 44 | lincoln academy | lovejoy | k | 8 | 2005 | houses alternative high school row 20 : 47 | school 47 | willert park | prek | 8 | 1978 | demolished row 21 : 49 | school 49 | front park | k | 8 | 1980 | community services building row 22 : 50 | school 50 | emsilie | special | education | 1975 | demolished row 23 : 52 | school 52 | forest | k | 8 | 1980 | demolished row 24 : 55 | school 55 | broadway-fillmore | k | 8 | 1955 | demolished row 25 : 58 | school 58 | broadway-fillmore | k | 8 | 1961 | demolished row 26 : 59 | school 59 | mlk park | k | 8 | 1976 | demolished row 27 : 60 | riverside academy | riverside | prek | 4 | 2002 | renovation row 28 : 62 | school 62 | mlk park | k | 8 | 1980 | houses crucial human services row 29 : 63 | campus north school | lasalle | prek | 8 | 2007 | vacant row 30 : 70 | indian park academy | cazenovia park | k | 8 | 2002 | vacant row 31 : 71 | web early childhood center | schiller park | prek | 4 | 2007 | vacant row 32 : 75 | school 75 | emslie | k | 8 | 1979 | vacant row 33 : 78 | montessori e.c.c. | lasalle | prek | 8 | 2008 | vacant row 34 : 83 | school 83 | university heights | k | 4 | 1976 | houses anderson gallery for university at buffalo row 35 : 86 | st. lawrence academy | starin central | prek | 4 | 2004 | houses bps' adult learning program row 36 : 93 | school 93 | hamlin park | k | 4 | 1975 | community action organization row 37 : 142 | fulton academic complex | perry | k | 8 | 1982 | opportunity center ] Execute this SQL based on the above table: select count ( year closed )
37
[ header: rank | name | nationality | time | notes row 1 : None | alberto garcia | spain | 7:43.89 | cr row 2 : None | antonio david jime | spain | 7:46.49 | pb row 3 : None | jesus espana | spain | 7:48.08 | pb row 4 : None | john mayock | great britain | 7:48.08 | None row 5 : 5 | michael buchleitner | austria | 7:54.39 | sb row 6 : 6 | mohammed mourhit | belgium | 7:59.79 | None row 7 : 7 | sergey ivanov | russia | 8:02.98 | None row 8 : 8 | mindaugas pukstas | lithuania | 8:03.21 | pb row 9 : 9 | irba lakhal | france | 8:03.38 | None row 10 : 10 | joakim johansson | denmark | 8:06.47 | None row 11 : 11 | harald steindorfer | austria | 8:09.21 | None row 12 : 12 | ferdinando vicari | italy | 8:17.46 | None row 13 : 13 | martin steinbauer | austria | 8:22.06 | None row 14 : 14 | christos papapetrou | cyprus | 8:30.59 | None ] Execute this SQL based on the above table: select name order by time desc limit 1
sergey ivanov
[ header: date | series | circuit | city / state | winner | team | car | report row 1 : 23 feb | atcc round 1 | amaroo park | sydney, new south w | mark skaife | winfield team nissan | nissan skyline r32 | None row 2 : 8 mar | atcc round 2 | sandown international raceway | melbourne, victoria | john bowe | shell ultra-high racing | ford sierra rs500 | None row 3 : 15 mar | atcc round 3 | symmons plains raceway | launceston, tasmania | glenn seton | peter jackson racing | ford sierra rs500 | None row 4 : 5 apr | atcc round 4 | winton motor raceway | benalla, victoria | mark skaife | winfield team nissan | nissan skyline r32 | None row 5 : 3 may | atcc round 5 | lakeside international raceway | brisbane, queensland | tony longhurst | benson & hedges racing | bmw m3 evolution | None row 6 : 24 may | atcc round 6 | eastern creek raceway | sydney, new south w | john bowe | shell ultra-high racing | ford sierra rs500 | None row 7 : 31 may | atcc round 7 | mallala motor sport park | mallala, south australia | mark skaife | winfield team nissan | nissan skyline r32 | None row 8 : 7 jun | atcc round 8 | barbagallo raceway | perth, western australia | john bowe | shell ultra-high racing | ford sierra rs500 | None row 9 : 21 jun | atcc round 9 | oran park raceway | sydney, new south w | mark skaife | winfield team nissan | nissan skyline r32 | None row 10 : 13 sep | drink/drive sandown 500 | sandown international raceway | melbourne, victoria | larry perkins steve harrington | bob jane t-mart | holden vl commodore | report row 11 : 4 oct | tooheys 1000 | mount panorama circuit | bathurst, new south wales | mark skaife jim richard | winfield team nissan | nissan skyline r32 | report row 12 : 8 nov | clarke shoes group a finale | adelaide street circuit | adelaide, south australia | jim richards | winfield team nissan | nissan skyline r32 | None ] Execute this SQL based on the above table: select ( select count ( * ) where circuit = 'amaroo park' and circuit = 'eastern creek raceway' ) > 5
0
[ header: terminal | operator | depth (m) | berths | quay length (m) | quay cranes | area (m2) | capacity (kteus) row 1 : terminal 1 (ct1) | mtl | 14 | 1 | None | 4 | None | None row 2 : terminal 2 (ct2) | mtl | 14 | 1 | None | 5 | None | None row 3 : terminal 3 (ct3) | dpi | 14 | 1 | 305 | 6 | 167000 | >1,200 row 4 : terminal 4 (ct4) | hit | 12.5 | 3 | None | 8 | None | None row 5 : terminal 5 (ct5) | mtl | 14 | 1 | None | 4 | None | None row 6 : terminal 6 (ct6) | hit | 12.5-15.5 | 3 | None | 11 | None | None row 7 : terminal 7 (ct7) | hit | 15.5 | 4 | None | 15 | None | None row 8 : terminal 8 east (ct8e) | hit/cosco | 15.5 | 2 | 640 | 9 | 300000 | 1800 row 9 : terminal 8 west (ct8w) | act | 15.5 | 2 | 740 | 8 | 285000 | >2,000 row 10 : terminal 9 north (ct9n) | hit | 15.5 | 2 | 700 | 9 | 190000 | >2,600 (n&s) row 11 : terminal 9 south (ct9s) | mtl | 15.5 | 4 | 1240 | 13 | 490000 | None ] Execute this SQL based on the above table: select operator where quay length (m) >= 470
hit/cosco, act, hit, mtl
[ header: pos | rider | manufacturer | time/retired | grid | points row 1 : 1 | roberto rolfo | honda | 45:14.ret3 | 8 | 25 row 2 : 2 | anthony west | aprilia | 14.04 | 11 | 20 row 3 : 3 | fonsi nieto | aprilia | 33.511 | 5 | 16 row 4 : 4 | franco battaini | aprilia | 54.252 | 3 | 13 row 5 : 5 | alex debon | honda | +1:06.895 | 13 | 11 row 6 : 6 | naoki matsudo | yamaha | +1:06.943 | 9 | 10 row 7 : 7 | erwan nigon | aprilia | +1:13.421 | 12 | 9 row 8 : 8 | jaroslav hules | yamaha | +1:22.119 | 10 | 8 row 9 : 9 | manuel poggiali | aprilia | +1:22.163 | 7 | 7 row 10 : 10 | johann stigefelt | aprilia | +1:25.303 | 22 | 6 row 11 : 11 | toni elias | aprilia | +1:41.591 | 1 | 5 row 12 : 12 | lukas pesek | yamaha | +2:49.682 | 18 | 4 row 13 : 13 | dirk heidolf | aprilia | +1 lap | 17 | 3 row 14 : 14 | hugo marchand | aprilia | +1 lap | 19 | 2 row 15 : 15 | chaz davies | aprilia | +1 lap | 15 | 1 row 16 : 16 | hector faubel | aprilia | +1 lap | 16 | None row 17 : 17 | henk vd lagema | honda | +2 laps | 25 | None row 18 : 18 | joan olive | aprilia | +3 laps | 20 | None row 19 : ret | randy de puniet | aprilia | retirement | 4 | None row 20 : ret | christian gemmel | honda | retirement | 23 | None row 21 : ret | eric bataille | honda | retirement | 14 | None row 22 : ret | sebastian porto | honda | retirement | 2 | None row 23 : ret | katja poensgen | honda | retirement | 24 | None row 24 : ret | geoff hardcastle | yamaha | retirement | 26 | None row 25 : ret | alex baldolini | aprilia | retirement | 21 | None row 26 : ret | sylvain guintoli | aprilia | retirement | 6 | None ] Execute this SQL based on the above table: select count ( * ) where pos >= 942
8
[ header: season | series | team | races | wins | poles | fast laps | points | pos. row 1 : 2001 | formula one | prost | None | None | None | None | None | test driver row 2 : 2001 | formula 3000 international | gd racing | 4 | 0 | 0 | 0 | 0 | nc row 3 : 2001 | world series by nissan | gd racing | 6 | 0 | 0 | 1 | 51 | 9th row 4 : 2002 | world series by nissan | gd racing | 6 | 0 | 0 | 0 | 30 | 13th row 5 : 2003 | world series by nissan | gd racing | 2 | 0 | 0 | 0 | 0 | nc row 6 : 2006 | formula one | renault | None | None | None | None | None | test driver row 7 : 2007-08 | a1 grand prix | a1 team france | 2 | 0 | 0 | 0 | 0 | 4th ] Execute this SQL based on the above table: select pos. where races < ( select races where pos. = '9th' ) order by races desc limit 1
nc
[ header: finished | post | horse | jockey | trainer | owner | time / behind row 1 : 1st | 6 | silver charm | gary l. stevens | bob baffert | bob & beverly lewis | 2:02.44 row 2 : 2nd | 5 | captain bodgit | alex solis | gary a. capuano | team valor | None row 3 : 3rd | 12 | free house | david flores | j. paco gonzal | john toffan & trud | None row 4 : 4th | 3 | pulpit | shane sellers | frank l. brothers | claiborne farm | None row 5 : 5th | 10 | crypto star | pat day | wayne m. catalano | evelyn & darrell | None row 6 : 6th | 9 | phantom on tour | jerry d. bailey | lynn s. whiting | w. cal partee | None row 7 : 7th | 5 | jack flash | craig perret | nick zito | dogwood stable | None row 8 : 8th | 6 | hello | mike smith | ronald mcanally | sandee & al k | None row 9 : 9th | 1 | concerto | carlos h. marquez, j | john j. tammaro | kinsman stable | None row 10 : 10th | 13 | celtic warrior | francisco torres | danny hutt | hutt, quackenbush | None row 11 : 11th | 4 | crimson classic | robby albarado | forrest kaelin | john w. clay | None row 12 : 12th | 15 | shammy davis | willie martinez | nick zito | fox hill farm | None row 13 : 13th | 11 | deeds not words | corey nakatani | d. wayne luka | michael tabor & susan | None ] Execute this SQL based on the above table: select jockey order by id desc limit 1
corey nakatani
[ header: year | film | role | language | notes row 1 : 2007 | chirutha | sanjna | telugu | debut telugu film row 2 : 2009 | kurradu | hema | telugu | None row 3 : 2010 | crook: it's good to be | suhani | hindi | debut hindi film row 4 : 2012 | teri meri kahaani | meera | hindi | special appearance row 5 : 2012 | kyaa super kool | simran | hindi | None row 6 : 2013 | jayantabhai ki | simran | hindi | None row 7 : 2013 | yamla pagla deewana | suman | hindi | None row 8 : 2014 | youngistaan | anwita chauhan | hindi | None ] Execute this SQL based on the above table: select notes where year = 2012
special appearance
[ header: no | driver | entrant | constructor | chassis | engine | tyre row 1 : 2 | johnny claes | ecurie belge | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 2 : 6 | yves giraud-cab | yves giraud-cab | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 3 : 8 | louis rosier | ecurie rosier | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 4 : 10 | henri louveau | ecurie rosier | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 5 : 12 | george abecassis | hw motors | hwm-alta | hwm 51 | alta 1.5 l4s | d row 6 : 16 | peter whitehead | scuderia ferrari | ferrari | ferrari 125 | ferrari 125 f1 1.5 v | d row 7 : 18 | luigi villoresi | scuderia ferrari | ferrari | ferrari 375 | ferrari type 375 4.5 v12 | p row 8 : 20 | alberto ascari | scuderia ferrari | ferrari | ferrari 375 | ferrari type 375 4.5 v12 | p row 9 : 22 | nino farina | alfa romeo spa | alfa romeo | alfa romeo 159a | alfa romeo 1.5 l8 | p row 10 : 24 | juan manuel fangio | alfa romeo spa | alfa romeo | alfa romeo 159a | alfa romeo 1.5 l8 | p row 11 : 26 | toulo de graffenried | alfa romeo spa | alfa romeo | alfa romeo 159a | alfa romeo 1.5 l8 | p row 12 : 30 | louis chiron | enrico plate | maserati | maserati 4clt-48 | maserati 4 cl 1.5 | p row 13 : 32 | harry schell | enrico plate | maserati | maserati 4clt-48 | maserati 4 cl 1.5 | p row 14 : 40 | guy mairesse | yves giraud-cab | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 15 : 42 | jose froilan gonzal | jose froilan gonzal | talbot-lago | talbot-lago t26c | talbot 23cv 4.5 l | d row 16 : 48 | maurice trintignant | equipe gordini | simca-gordini | simca-gordini t | simca-gordini 15c | e row 17 : 52 | peter hirt | peter hirt | veritas | veritas meteor | veritas 2.0 l6 | None ] Execute this SQL based on the above table: select engine order by no desc limit 1
veritas 2.0 l6
[ 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 sum ( year )
59955
[ header: goal | date | location | opponent | lineup | min | assist/pass | score | result | competition row 1 : 1 | may 9, 2004 | usaalbuquerque nm | mexico | on 70' (off lilly) | 19 | tarpley | 3-0 | 3-0 | friendly row 2 : 2 | jun 26, 2005 | usavirginia beach | canada | 90.start | 12 | unassisted | 1-0 | 2-0 | friendly row 3 : 3 | jan 30, 2007 | chnguangzhou | china pr | 90.start | 46 | unassisted | 1-0 | 2-0 | four nations tournament row 4 : 4 | may 12, 2007 | usafrisco tx | canada | off 72' (on wagner) | 28 | tarpley | 3-1 | 6-2 | friendly row 5 : 5 | sep 18, 2007 | chnshanghai | nigeria | 90.start | 1 | wambach | 1-0 | 1-0 | world cup - group b row 6 : 6 | sep 30, 2007 | chnshanghai | norway | 90.start | 58 | unassisted | 3-0 | 4-1 | world cup final - third place playoff row 7 : 7 | aug 18, 2008 | chnbeijing | japan | 90.start | 44 | rodriguez | 2-1 | 4-2 | olympics tournament row 8 : 8 | sep 20, 2008 | usabridgeview il | ireland | 90.start | 19 | tarpley | 1-0 | 2-0 | friendly ] Execute this SQL based on the above table: select location where goal < 4 order by goal desc limit 1
chnguangzhou
[ header: name | 1989 | 1990 | 1991 | 1992 | 1993 | 1994 | 1995 | 1996 | 1997 | 1998 | 1999 | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | career sr | career win-loss row 1 : australian open | a | a | 1r | a | 2r | 3r | 2r | 1r | a | 3r | 4r | 1r | 2r | 1r | 3r | 2r | 1r | qf | 3r | 2r | 3r | 1r | 0 / 18 | 22-18 row 2 : wimbledon | a | 1r | a | a | a | a | 1r | a | 1r | a | 2r | 2r | 3r | 2r | 2r | 2r | 2r | 2r | 2r | 1r | 2r | a | 0 / 14 | 11-14 row 3 : us open | a | 3r | 1r | 2r | 1r | a | 1r | a | 1r | 3r | 3r | 1r | 2r | 1r | 2r | 3r | 2r | 1r | 2r | 1r | 1r | a | 0 / 18 | 13-18 row 4 : grand slam win-loss | 0-1 | 3-3 | 3-3 | 1-2 | 1-3 | 4-2 | 1-4 | 0-1 | 0-3 | 6-3 | 6-4 | 2-4 | 7-4 | 2-4 | 5-4 | 6-4 | 2-4 | 5-4 | 4-4 | 2-4 | 3-4 | 0-1 | None | 63-70 row 5 : indian wells | nme | a | 3r | 1r | qf | 3r | 2r | a | a | 1r | a | 3r | 2r | 3r | 1r | 1r | 4r | 1r | a | a | a | a | 0 / 13 | 16-13 row 6 : miami | nme | 2r | 2r | 1r | 3r | a | a | a | a | 4r | 3r | 2r | 4r | 2r | a | 1r | a | 2r | 3r | 3r | 2r | a | 0 / 14 | 15-14 row 7 : monte carlo | nme | 1r | 2r | 2r | 1r | a | 3r | 3r | sf | qf | a | 2r | 1r | 1r | 1r | 3r | 2r | 1r | a | 1r | a | a | 0 / 16 | 17-16 row 8 : rome | nme | a | qf | 3r | 3r | a | 3r | a | 2r | 1r | 3r | 3r | 2r | 1r | 1r | a | 2r | 3r | a | 1r | a | a | 0 / 14 | 18-14 row 9 : hamburg | nme | 2r | a | a | a | a | 1r | a | a | qf | 2r | 1r | qf | 1r | 1r | a | 1r | 1r | a | a | nme | nme | 0 / 10 | 8-10 row 10 : canada | nme | a | a | a | a | a | a | a | qf | 2r | qf | 1r | sf | qf | 1r | qf | 1r | 1r | a | a | a | a | 0 / 10 | 17-10 ] Execute this SQL based on the above table: select max ( career sr ) where career win-loss = '13-18'
0 / 18
[ header: frequency band | band number | radio interface | generation | status | notes row 1 : 850 mhz | 5 | gsm/gprs/ | 2g | roaming | not operated by t-mobile, except for row 2 : 850 mhz clr | 5 | umts/hspa | 3g | roaming | not operated by t-mobile. after the row 3 : 1900 mhz | 2 | gsm/gprs/ | 2g | in service | most of this spectrum will be upgraded to 4g row 4 : 1700/2100 mhz a | 4 | umts/dc-hspa 42 | 4g | in service | has marketed 3g hspa+ as row 5 : 1900 mhz pcs | 2 | umts/hspa+ 21mbit | 4g | in service/building out | hspa+ 21mbps on the 1900 row 6 : 1700/2100 mhz a | 4 | lte | 4g | in service/building out | covers 210 million pops as of march, row 7 : 700 mhz block a | 12 | lte | 4g | rollout starts by q4 2014 | spectrum acquired from verizon wireless row 8 : 1900 mhz pcs | 2 | lte | 4g | rolling out in 2014 | None ] Execute this SQL based on the above table: select generation where status = 'roaming'
2g, 3g
[ header: year | competition | venue | position | notes row 1 : 2002 | european championships | munich, germany | 6th | 7.78 m row 2 : 2003 | world championships | paris, france | 9th | 7.93 m row 3 : 2004 | olympic games | athens, greece | 5th | 8.25 m row 4 : 2006 | european championships | gothenburg, sweden | 9th | 7.74 m row 5 : 2008 | world indoor championships | valencia, spain | 2nd | 8.06 m row 6 : 2008 | olympic games | beijing, china | 27th | 7.70 m row 7 : 2009 | world championships | berlin, germany | 8th | 8.06 m row 8 : 2010 | european championships | barcelona, spain | 3rd | 8.23 m row 9 : 2011 | european team championships | stockholm, sweden | 3rd | 8.12 m row 10 : 2011 | world championships | daegu, south korea | 11th | 7.87 m row 11 : 2012 | olympic games | london, england | 6th | 8.07 m row 12 : 2013 | european indoor championships | gothenburg, sweden | 7th | 7.95 m ] Execute this SQL based on the above table: select year where year in ( 2011 , 2009 ) order by year desc limit 1
2011
[ header: season | tier | division | place row 1 : 1981/82 | 4 | 3a | 17th row 2 : 1982/83 | 5 | regional | None row 3 : 1983/84 | 4 | 3a | 1st row 4 : 1984/85 | 4 | 3a | 2nd row 5 : 1985/86 | 4 | 3a | 1st row 6 : 1986/87 | 3 | 2ab | 10th row 7 : 1987/88 | 3 | 2ab | 1st row 8 : 1988/89 | 2 | 2a | 18th row 9 : 1989/90 | 3 | 2ab | 7th row 10 : 1990/91 | 3 | 2ab | 8th row 11 : 1991/92 | 3 | 2ab | 20th row 12 : 1992/93 | 4 | 3a | 14th row 13 : 1993/94 | 4 | 3a | 19th row 14 : 1994/95 | 5 | reg. pref | 9th row 15 : 1995/96 | 5 | reg. pref | 4th row 16 : 1996/97 | 5 | reg. pref | 1st row 17 : 1997/98 | 5 | reg. pref | 2nd ] Execute this SQL based on the above table: select place order by tier asc limit 1
18th
[ header: # | date | opponent | score | site/stadium | win | loss | save | attendance | overall record | ncaat record row 1 : 72 | june 15 | rice | 17-5 | rosenblatt stadium | wilson (8-5) | berry (8-5) | none | 18108 | 43-29 | 6-2 row 2 : 73 | june 17 | north carolina | 5-3 | rosenblatt stadium | breckley (3-2) | warren (9-2) | burke (13) | 23314 | 44-29 | 7-2 row 3 : 74 | june 21 | north carolina | 4-3 | rosenblatt stadium | white (13-3) | miller (6-4) | none | 18611 | 44-30 | 7-3 row 4 : 75 | june 22 | north carolina | 6-1 | rosenblatt stadium | allison (4-5) | moran (1-2) | none | 15125 | 45-30 | 8-3 row 5 : 76 | june 23 | georgia | 7-6 | rosenblatt stadium | harvil (2-1) | burke (4-6) | fields (18) | 19559 | 45-31 | 8-4 row 6 : 77 | june 24 | georgia | 19-10 | rosenblatt stadium | sprague (6-2) | dodson (5-5) | hower (1) | 17223 | 46-31 | 9-4 row 7 : 78 | june 25 | georgia | 6-1 | rosenblatt stadium | wilson (5-5) | moreau (4-4) | none | 18932 | 47-31 | 10-4 ] Execute this SQL based on the above table: select loss group by loss order by count ( loss ) asc limit 1
berry (8-5)
[ header: full name | nickname | gender | weight at birth | meaning row 1 : chukwuebuka n | ebuka | girl | 690g (22 oz.) | god is big row 2 : chidinma anulika | chidi | girl | 760g (24.4 oz.) | god is good row 3 : chinecherem nwabugw | echerem | girl | 800g (25.7 oz.) | god thinks for me row 4 : chimaijem otto | chima | girl | 730g (23.5 oz.) | god knows my journey row 5 : chijindu chidera | odera | girl | 320g (10.3 oz.) | god holds my life row 6 : chukwubuikem madu | ikem | boy | 500g (16.0 oz.) | god is my strength row 7 : chijioke chinedum | jioke | boy | 810g (26.0 oz.) | god holds my share row 8 : chinagorom chidiebere | gorom | girl | 520g (16.7 oz.) | god is my advocate ] Execute this SQL based on the above table: select gender where meaning = 'god thinks for me'
girl
[ header: date | sub | flight | dead | hurt | pax. | type | perpetrator | description row 1 : 27-jun-76 | | air france - 193 tl | 4 | 10 | 260 | hijacking -- hostage taking (8 days) | pflp-eo (palestinian | -hijacking in israeli row 2 : 23-nov-85 | | egypt air - 6 | 58 | 20 | 95 | hijacking -- hostage taking (2 days) | abu nidal organisation | -hijacking in greek air ] Execute this SQL based on the above table: select ( select pax. where perpetrator = 'pflp-eo (palestinian nationalists) & revolutionary cells' ) > 1706
0
[ header: | code | symbol | name | value row 1 : 🚹 | u+1f6b9 | 🚹 | mens symbol | men's restroom row 2 : 🚺 | u+1f6ba | 🚺 | womens symbol | women's restroom row 3 : 🚻 | u+1f6bb | 🚻 | restroom | restrooms or unisex restroom row 4 : 🚼 | u+1f6bc | 🚼 | baby symbol | baby changing station row 5 : ♿ | u+267f | ♿ | wheelchair symbol | disabled accessible facilities row 6 : 🚽 | u+1f6bd | 🚽 | toilet | restroom row 7 : 🚾 | u+1f6be | 🚾 | water closet | restroom with flush toilet row 8 : 🚿 | u+1f6bf | 🚿 | shower | shower facilities row 9 : 🛀 | u+1f6c0 | 🛀 | bath | bathing facilities row 10 : 🛁 | u+1f6c1 | 🛁 | bathtub | bath facilities ] Execute this SQL based on the above table: select count ( * ) where symbol = 2006
0
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 10 october 2004 | estadio cuscatlan, | el salvador | 2-0 | 2-0 | 2006 fifa world cup qualification row 2 : 2 | 13 october 2004 | rfk stadium, washington, | panama | 3-0 | 6-0 | 2006 fifa world cup qualification row 3 : 3 | 13 october 2004 | rfk stadium, washington, | panama | 4-0 | 6-0 | 2006 fifa world cup qualification row 4 : 4 | 13 october 2004 | rfk stadium, washington, | panama | 5-0 | 6-0 | 2006 fifa world cup qualification row 5 : 5 | 17 november 2004 | columbus crew stadium, columbus, | jamaica | 1-0 | 1-1 | 2006 fifa world cup qualification row 6 : 6 | 9 february 2005 | queen's park oval, port of spain | trinidad and tobago | 1-0 | 2-1 | 2006 fifa world cup qualification row 7 : 7 | 19 march 2005 | university stadium, albuquerque, united | honduras | 1-0 | 1-0 | friendly row 8 : 8 | 30 march 2005 | legion field, birmingham, united | guatemala | 1-0 | 2-0 | 2006 fifa world cup qualification row 9 : 9 | 19 february 2006 | pizza hut park, frisco, united states | guatemala | 3-0 | 4-0 | friendly row 10 : 10 | 9 june 2007 | the home depot center, carson, united states | trinidad and tobago | 2-0 | 2-0 | 2007 concacaf gold cup row 11 : 11 | 28 june 2007 | estadio jose pachencho | argentina | 1-0 | 1-4 | 2007 copa america row 12 : 12 | 15 june 2008 | the home depot center, carson, united states | barbados | 6-0 | 8-0 | 2010 fifa world cup qualification row 13 : 13 | 12 october 2012 | sir vivian richards stadium | antigua and barbuda | 1-0 | 2-1 | 2014 fifa world cup qualification row 14 : 14 | 12 october 2012 | sir vivian richards stadium | antigua and barbuda | 2-1 | 2-1 | 2014 fifa world cup qualification row 15 : 15 | 12 june 2013 | centurylink field, seattle, united states | panama | 2-0 | 2-0 | 2014 fifa world cup qualification row 16 : 16 | 21 july 2013 | m&t bank stadium, balti | el salvador | 3-1 | 5-1 | 2013 concacaf gold cup row 17 : 17 | 24 july 2013 | cowboys stadium, arlington, united | honduras | 1-0 | 3-1 | 2013 concacaf gold cup row 18 : 18 | 14 august 2013 | asim ferhatovic hase stadium, | bosnia and herzegovin | 1-2 | 4-3 | friendly row 19 : 19 | 10 september 2013 | columbus crew stadium, columbus, | mexico | 1-0 | 2-0 | 2014 fifa world cup qualification ] Execute this SQL based on the above table: select max ( # ) where # >= 13
19.0
[ header: no | name | date of birth | height | weight | spike | block | 2008 club row 1 : 1 | oliveira walewska | 1 october 1979 | 1.90 m (6 ft 3 in | 73 kg (161 lb) | 310 cm (120 in) | 290 cm (110 in) | cav murcia row 2 : 2 | carolina albuquerque | 25 july 1977 | 1.82 m (6 ft 0 | 76 kg (168 lb) | 289 cm (114 in) | 279 cm (110 in) | finasa row 3 : 3 | marianne steinbrecher | 23 august 1983 | 1.88 m (6 ft 2 in | 70 kg (150 lb) | 310 cm (120 in) | 290 cm (110 in) | scavolini pesaro row 4 : 4 | paula pequeno | 22 january 1982 | 1.84 m (6 ft 0 | 74 kg (163 lb) | 302 cm (119 in) | 285 cm (112 in) | finasa row 5 : 6 | thaisa menezes | 15 may 1987 | 1.96 m (6 ft 5 in | 79 kg (174 lb) | 316 cm (124 in) | 301 cm (119 in) | rexona ades row 6 : 7 | helia souza | 3 october 1970 | 1.73 m (5 ft 8 in | 63 kg (139 lb) | 283 cm (111 in) | 264 cm (104 in) | cav murcia row 7 : 8 | valeska menezes | 23 april 1976 | 1.80 m (5 ft 11 in | 62 kg (137 lb) | 302 cm (119 in) | 290 cm (110 in) | asystel novara row 8 : 9 | fabiana claudino | 24 january 1984 | 1.93 m (6 ft 4 in | 76 kg (168 lb) | 314 cm (124 in) | 293 cm (115 in) | rexona ades row 9 : 10 | welissa gonzaga | 9 september 1982 | 1.79 m (5 ft 10 in | 76 kg (168 lb) | 300 cm (120 in) | 287 cm (113 in) | rexona ades row 10 : 12 | jacqueline carvalho | 31 december 1983 | 1.86 m (6 ft 1 in | 70 kg (150 lb) | 302 cm (119 in) | 286 cm (113 in) | cav murcia row 11 : 13 | sheilla castro | 1 july 1983 | 1.85 m (6 ft 1 in | 64 kg (141 lb) | 302 cm (119 in) | 284 cm (112 in) | scavolini pesaro row 12 : 14 | fabiana de oliveira | 7 march 1980 | 1.69 m (5 ft 7 in | 59 kg (130 lb) | 276 cm (109 in) | 266 cm (105 in) | rexona ades ] Execute this SQL based on the above table: select date of birth order by no desc limit 1
7 march 1980
[ header: outcome | no. | date | championship | surface | partner | opponents in the final | score in the final row 1 : runner-up | 1 | 1968 | hamburg, germany | clay | john newcombe | tom okker marty ries | 4-6, 4-6, 5-7 row 2 : runner-up | 2 | 1968 | hobart, australia | grass | fred stolle | mal anderson roger tay | 5-7, 3-6, 6-4, 6 row 3 : winner | 2 | 1969 | french open, paris | clay | john newcombe | roy emerson rod laver | 4-6, 6-1, 3-6, row 4 : winner | 3 | 1969 | wimbledon, london | grass | john newcombe | tom okker marty ries | 7-5, 11-9, 6-3 row 5 : winner | 5 | 1970 | louisville, u.s | hard | john newcombe | roy emerson rod laver | 8-6, 5-7, 6-4 row 6 : winner | 6 | 1971 | australian open, melbourne | grass | john newcombe | tom okker marty ries | 6-2, 7-6 row 7 : winner | 7 | 1971 | miami wct, u. | hard | john newcombe | roy emerson rod laver | 7-6, 7-6 row 8 : runner-up | 4 | 1971 | chicago wct, u | carpet | john newcombe | tom okker marty ries | 6-7, 6-4, 6-7 row 9 : runner-up | 5 | 1972 | richmond wct, u. | carpet | john newcombe | tom okker marty ries | 6-7, 6-7 row 10 : runner-up | 6 | 1972 | philadelphia wct, | carpet | john newcombe | arthur ashe robert l | 3-6, 7-6, 3-6 row 11 : runner-up | 8 | 1972 | las vegas wct, | hard | john newcombe | roy emerson rod laver | def row 12 : runner-up | 9 | 1972 | washington wct, u. | clay | john newcombe | tom okker marty ries | 6-3, 3-6, 2-6 row 13 : winner | 11 | 1972 | boston wct, u. | hard | john newcombe | arthur ashe robert l | 6-3, 1-6, 7-6 row 14 : winner | 12 | 1974 | toronto wct, canada | carpet | raul ramirez | tom okker marty ries | 6-3, 2-6, 6-4 row 15 : runner-up | 10 | 1974 | monte carlo wct, | clay | manuel orantes | john alexander phil dent | 6-7, 6-4, 6-7, row 16 : winner | 13 | 1974 | wimbledon, london | grass | john newcombe | robert lutz stan | 8-6, 6-4, 6-4 row 17 : runner-up | 11 | 1974 | sydney indoor, australia | hard (i) | john newcombe | ross case geoff masters | 4-6, 4-6 row 18 : winner | 14 | 1976 | australian open, melbourne | grass | john newcombe | ross case geoff masters | 7-6, 6-4 row 19 : winner | 15 | 1976 | charlotte wct, u | carpet | john newcombe | vitas gerulaitis gene | 6-3, 7-5 ] Execute this SQL based on the above table: select surface order by no. desc limit 1
carpet
[ header: pick # | nfl team | player | position | college row 1 : 417 | buffalo bills | wayne lineberry | linebacker | east carolina row 2 : 418 | atlanta falcons | paul williams | running back | california row 3 : 419 | philadelphia eagles | bob haack | tackle | linfield (ore.) row 4 : 420 | pittsburgh steelers | bill eppright | kicker | kent state row 5 : 421 | cincinnati bengals | terry story | tackle | georgia tech row 6 : 422 | boston patriots | george muse | linebacker | grambling row 7 : 423 | new orleans saints | chico kurzawski | defensive back | northwestern row 8 : 424 | detroit lions | gary steele | tight end | army row 9 : 425 | denver broncos | buster o'brien | quarterback | richmond row 10 : 426 | washington redskins | rich dobbert | defensive end | springfield (mass.) row 11 : 427 | miami dolphins | tom krallman | defensive end | xavier row 12 : 428 | green bay packers | john mack | running back | central missouri row 13 : 429 | new york giants | ken riley | linebacker | texas-arlington row 14 : 430 | houston oilers | hank autry | center | southern mississippi row 15 : 431 | chicago bears | bob long | wide receiver | texas a&m row 16 : 432 | san francisco 49ers | joe rushing | linebacker | memphis state row 17 : 433 | minnesota vikings | wendell housely | running back | texas a&m row 18 : 434 | san diego chargers | larry rentz | defensive back | florida row 19 : 435 | st. louis cardinals | george hummer | center | arizona state row 20 : 436 | cleveland browns | bob oliver | defensive end | abilene christian row 21 : 437 | los angeles rams | jim thorpe | defensive back | hofstra row 22 : 438 | kansas city chiefs | ralph jenkins | defensive back | tuskegee row 23 : 439 | dallas cowboys | bill bailey | defensive tackle | lewis & clark row 24 : 440 | oakland raiders | billy austin | tight end | arkansas am&n row 25 : 441 | baltimore colts | joe cowan | wide receiver | johns hopkins row 26 : 442 | new york jets | fred zirkie | defensive tackle | duke ] Execute this SQL based on the above table: select college order by pick # desc limit 1
duke
[ header: game | date | opponent | venue | result | attendance | goalscorers row 1 : 1 | 19 august 1978 | hereford united | away | 0-0 | 5674 | None row 2 : 3 | 26 august 1978 | reading | away | 0-2 | 4788 | None row 3 : 5 | 9 september 1978 | wimbledon | away | 1-2 | 3217 | corrigan row 4 : 6 | 13 september 1978 | rochdale | home | 3-0 | 5746 | wright, corrigan, hinn row 5 : 8 | 23 september 1978 | york city | away | 1-0 | 3307 | gore row 6 : 10 | 30 september 1978 | scunthorpe united | home | 1-0 | 4459 | brownbill row 7 : 12 | 14 october 1978 | doncaster rovers | home | 1-0 | 5788 | ward row 8 : 13 | 18 october 1978 | halifax town | home | 1-0 | 5216 | hinnigan row 9 : 14 | 21 october 1978 | barnsley | away | 0-0 | 9841 | None row 10 : 16 | 3 november 1978 | stockport county | away | 1-0 | 8357 | hinnigan row 11 : 20 | 16 december 1978 | halifax town | away | 2-1 | 2437 | moore, purdie row 12 : 21 | 26 december 1978 | crewe alexandra | home | 1-0 | 7586 | houghton row 13 : 22 | 30 december 1978 | aldershot | home | 3-2 | 7289 | moore, houghton (2) row 14 : 23 | 9 january 1979 | port vale | away | 1-2 | 3744 | wright (pen.) row 15 : 24 | 3 february 1979 | portsmouth | home | 2-0 | 8289 | wright, corrigan row 16 : 25 | 14 february 1979 | wimbledon | home | 1-2 | 6704 | purdie (pen.) row 17 : 26 | 17 february 1979 | huddersfield town | home | 2-1 | 7420 | ward (2) row 18 : 27 | 24 february 1979 | doncaster rovers | away | 1-0 | 4612 | wright row 19 : 28 | 28 february 1979 | york city | home | 1-1 | 5896 | houghton row 20 : 29 | 3 march 1979 | barnsley | home | 1-1 | 9427 | wright row 21 : 30 | 10 march 1979 | northampton town | away | 4-2 | 2275 | brownbill (2), purdie, corrig row 22 : 32 | 17 march 1979 | stockport county | home | 2-0 | 7610 | wright, smart row 23 : 33 | 19 march 1979 | rochdale | away | 2-0 | 3621 | purdie, moore row 24 : 34 | 24 march 1979 | grimsby town | away | 1-3 | 8252 | wigginton (o.g.) row 25 : 36 | 31 march 1979 | bournemouth | home | 1-0 | 5527 | houghton row 26 : 37 | 3 april 1979 | hartlepool united | away | 1-1 | 2081 | houghton row 27 : 41 | 16 april 1979 | hartlepool united | home | 2-2 | 8217 | wright, purdie row 28 : 42 | 21 april 1979 | aldershot | away | 0-1 | 5466 | None row 29 : 43 | 28 april 1979 | darlington | home | 2-2 | 6153 | moore, brownbill row 30 : 44 | 1 may 1979 | scunthorpe united | away | 1-0 | 1582 | gore row 31 : 45 | 5 may 1979 | bournemouth | away | 1-2 | 3063 | purdie row 32 : 46 | 7 may 1979 | bradford city | away | 1-1 | 3748 | moore ] Execute this SQL based on the above table: select count ( date ) where game >= 8
28
[ header: # | title | artist | highest pos. reached | weeks at no. 1 row 1 : 1 | "don't cry for me argentin | julie covington | 1 | 7 row 2 : 2 | "the way you that you do it" | pussyfoot | 1 | 7 row 3 : 3 | "i just want to be your everything" | andy gibb | 1 | 7 row 4 : 4 | "that's rock and roll" | shaun cassidy | 2 | None row 5 : 5 | "living next door to alice" | smokie | 2 | None row 6 : 6 | "i go to rio" | peter allen | 1 | 5 row 7 : 7 | "torn between two lovers" | mary mcgregor | 1 | 4 row 8 : 8 | "walk right in" | dr hook | 1 | 5 row 9 : 9 | "you're moving out today" | carole bayer sager | 1 | 4 row 10 : 10 | "if you leave me now" | chicago | 1 | 5 (pkd #1 in 76 row 11 : 11 | "don't give up on us" | david soul | 1 | 3 row 12 : 12 | "lido shuffle" / " | boz scaggs | 2 | None row 13 : 13 | "you and me" | alice cooper | 2 | None row 14 : 14 | "dance little lady dance" | tina charles | 4 | None row 15 : 15 | "when i need you" | leo sayer | 8 | None row 16 : 16 | "don't fall in love" | ferrets | 2 | None row 17 : 17 | "i feel love" | donna summer | 1 | 1 row 18 : 18 | "help is on its way" | little river band | 1 | 1 row 19 : 19 | "you gotta get up and dance" | supercharge | 3 | None row 20 : 20 | "mull of kintyre" | wings | 1 | 11 (pkd #1 in 77 row 21 : 21 | "don't leave me this way" | thelma houston | 6 | None row 22 : 22 | "ain't gonna bump no more | joe tex | 2 | None row 23 : 23 | "you're in my heart" | rod stewart | 1 | 1 row 24 : 24 | "ma baker" | boney m | 5 | None row 25 : 25 | "lucille" | kenny rogers | 7 | None ] Execute this SQL based on the above table: select title group by title order by count ( artist ) desc limit 1
"you're moving out today"
[ header: fence | name | jockey | age | handicap (st-lb) | starting price | fate row 1 : 22 | what a myth | paul kelleway | 9 | 11-4 | 11/2 | fell row 2 : 3 | rough tweed | pat buckley | 12 | 10-7 | 22/1 | fell row 3 : None | kapeno | david mould | 9 | 10-6 | 100/7 | fell row 4 : 6 | packed home | tommy carberry | 11 | 10-3 | 33/1 | fell row 5 : 22 | greek scholar | michael scudamore | 7 | 10-4 | 50/1 | fell row 6 : None | brown diamond | frank shortt | 11 | 10-0 | 100/1 | fell row 7 : 6 | popham down | willie robinson | 9 | 10-0 | 22/1 | fell row 8 : None | pontin-go | tm jones | 14 | 10-0 | 100/1 | fell row 9 : 15 | game purston | paddy cowley | 8 | 10-0 | 100/1 | fell row 10 : 22 | supersweet | mr d crossley-cook | 9 | 10-6 | 100/1 | fell row 11 : None | major hitch | paddy broderick | 8 | 10-1 | 50/1 | fell row 12 : 15 | irish day | jimmy magee | 10 | 10-0 | 40/1 | fell row 13 : None | scottish final | j gamble | 9 | 10-0 | 100/1 | fell row 14 : None | flamecap | f carroll | 9 | 10-0 | 100/1 | fell row 15 : 15 | black spot | jeremy speid-soo | 9 | 10-0 | 100/1 | fell row 16 : None | harry black | r court | 9 | 10-0 | 100/1 | fell row 17 : None | flying wild | pat taaffe | 10 | 11-0 | 20/1 | pulled up row 18 : None | stirling | hr beasley | 10 | 10-11 | 28/1 | pulled up row 19 : None | vultrix | stan mellor | 8 | 10-7 | 100/7 | pulled up row 20 : None | solimyth | mr john lawrence | 10 | 10-1 | 100/1 | pulled up row 21 : None | april rose | major piers bengough | 11 | 10-7 | 100/1 | pulled up row 22 : None | l'empereur | beltran osorio | 12 | 10-2 | 100/1 | pulled up row 23 : 14 | willow king | liam mcloughlin | 11 | 10-0 | 100/1 | pulled up row 24 : None | royal ryse | t hyde | 8 | 10-0 | 100/1 | pulled up row 25 : None | mac's flare | r langley | 10 | 10-0 | 100/1 | pulled up row 26 : None | king pin | mr tim durant | 10 | 10-11 | 100/1 | pulled up row 27 : None | in haste | j leech | 8 | 10-3 | 100/1 | pulled up row 28 : None | my gift | a redmond | 10 | 10-0 | 100/1 | pulled up row 29 : None | bold biri | j lehane | 10 | 10-0 | 100/1 | pulled up row 30 : 22 | valouis | e prendergast | 7 | 10-0 | 50/1 | brought down row 31 : 22 | leslie | mr jm opperman | 10 | 10-5 | 100/1 | brought down row 32 : None | dorimont | mr w shand-ky | 12 | 10-0 | 50/1 | unseated rider row 33 : 15 | fujino-o | jeff king | 7 | 12-0 | 100/1 | refused row 34 : None | monarch's thought | g cramp | 12 | 10-0 | 100/1 | refused row 35 : 6 | groomsman | mr s roberts | 11 | 11-0 | 100/1 | refused ] Execute this SQL based on the above table: select count ( starting price ) where fence > 1190
0
[ header: name | year built | country | town | height | remarks row 1 : glacial aerial tramway kaprun i | 1966 | austria | kaprun | 113.6 m | the tallest pylon is on the third row 2 : mississippi aerial river transit | 1984 | usa | new orleans | 109 m | the tallest pylon on a row 3 : torre jaume i | 1931 | spain | barcelona | 107 m | intermediate stop of the harbour aerial tramway, also row 4 : gant hohtaelli aerial tram | None | switzerland | zermatt | 94 m | one pylon row 5 : london emirates air line | early 2012 | uk | london | 88 m | north main tower. river thames aerial row 6 : singapore cable car | 1972 | singapore | singapore | 88 m | pylon i row 7 : eibsee aerial tramway | 1962 | germany | garmisch-partenkirchen | 85 m | pylon ii row 8 : nizhny novgorod vol | 2012 | russia | nizhny novgorod | 82 m | None row 9 : mittersill goods aerial tramway | 1940s | austria | mittersill | 80 m | two pylons for a tramway row 10 : singapore cable car | 1972 | singapore | singapore | 80 m | pylon ii row 11 : 3s aerial tramway | 2004 | austria | kitzbuhel | 80 m | one pylon row 12 : torre sant sebasti | 1931 | spain | barcelona | 78 m | terminal of harbour aerial tramway row 13 : roosevelt island tram | 1976 | usa | new york city | 76 m | central pylon of commuter tramway row 14 : wendelstein aerial tramway | 1970 | germany | bayerischzell-osterhof | 75 m | None row 15 : vinpearl cable car | 2007 | vietnam | nha trang | 75 m | 7 pylons standing in the sea. row 16 : sandia peak tramway | 1965 | usa | albuquerque | 70.7 m | pylon 1, inclined at an angle of 18 row 17 : eibsee aerial tramway | 1962 | germany | garmisch-partenkirchen | 65 m | pylon i ] Execute this SQL based on the above table: select town order by height desc limit 1
kaprun
[ header: season | date | jia-a/csl winner | result | fa cup winner | scorers | stadium row 1 : 1995 | 9 december 1995 | shanghai shenhua | 1 - 0 | jinan taishan ( | fan zhiyi | hongkou stadium, shangha row 2 : 1996 | 9 march 1997 | dalian wanda (now dalian | 3 - 2 | beijing guoan | wang tao (2), l | shenzhen stadium, shenzhen row 3 : 1997 | 12 march 1998 | dalian wanda (now dalian | 1 - 2 aet (g | beijing guoan | wang tao, olivas | wenzhou stadium, wenzhou row 4 : 1998 | 7 march 1999 | dalian wanda (now dalian | 0 - 3 | shanghai shenhua | wu chengying, marcel | mianyang stadium, mianyang row 5 : 1999 | 4 march 2000 | shandong luneng | 2 - 4 | liaoning fushun | li xiaopeng, casiano | hongkou stadium, shangha row 6 : 2000 | 30 december 2000 | dalian shide | 4 - 1 | chongqing lifan | hao haidong, wang pe | hongkou stadium, shangha row 7 : 2001 | 26 february 2002 | dalian shide | 1 - 3 (1 - 1 / | shanghai shenhua | srđan bajcetic | hongkou stadium, shangha row 8 : 2001 | 2 march 2002 | dalian shide | 1 - 3 (1 - 1 / | shanghai shenhua | orlando (2) | jinzhou stadium, dalian row 9 : 2002 | 6 february 2003 | dalian shide | 1 - 0 | qingdao beilaite | hao haidong | wuhan sports center, wu row 10 : 2003 | 18 january 2004 | shanghai shenhua | 3 - 4 | beijing hyundai ( | zhang yuning, z | olympic park stadium, w row 11 : 2012 | 25 february 2012 | guangzhou evergrande | 2 - 1 | tianjin teda | cleo (2) wang xinx | guangzhou university city stadium, gu row 12 : 2013 | 3 march 2013 | guangzhou evergrande | 1 - 2 | jiangsu sainty | salihi krivets | tianhe stadium, guangzhou row 13 : 2014 | 17 february 2014 | guangzhou evergrande | 0 - 1 | guizhou renhe | sun jihai | guizhou olympic stadium, ] Execute this SQL based on the above table: select date where jia-a/csl winner > ( select jia-a/csl winner where date = '9 march 1997' ) order by jia-a/csl winner asc limit 1420
25 february 2012, 3 march 2013, 17 february 2014, 4 march 2000, 9 december 1995, 18 january 2004
[ header: year | competition | venue | position | event | notes row 1 : 1979 | grandma's marathon | duluth, united states | 1st | marathon | 2:37:37 row 2 : 1980 | grandma's marathon | duluth, united states | 1st | marathon | 2:38:35 row 3 : 1981 | grandma's marathon | duluth, united states | 1st | marathon | 2:29:35 row 4 : 1984 | boston marathon | boston, united states | 1st | marathon | 2:29:28 row 5 : 1984 | olympic games | los angeles, united states | 5th | marathon | 2:28:54 row 6 : 1986 | osaka ladies marathon | osaka, japan | 1st | marathon | 2:30:24 row 7 : 1986 | commonwealth games | edinburgh, scotl | 2nd | marathon | 2:28:17 row 8 : 1987 | osaka ladies marathon | osaka, japan | 1st | marathon | 2:30:40 row 9 : 1987 | world championships | rome, italy | 21st | 10,000 m | 34:07.26 row 10 : 1988 | olympic games | seoul, south korea | 33rd | marathon | 2:37:52 row 11 : 1989 | osaka ladies marathon | osaka, japan | 1st | marathon | 2:30:21 row 12 : 1989 | hokkaido marathon | sapporo, japan | 1st | marathon | 2:36:39 row 13 : 1991 | hokkaido marathon | sapporo, japan | 1st | marathon | 2:33:20 row 14 : 1992 | olympic games | barcelona, spain | 3rd | marathon | 2:33:59 row 15 : 1996 | olympic games | atlanta, united states | 46th | marathon | 2:42:21 ] Execute this SQL based on the above table: select max ( year ) where year >= 1981
1996
[ 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 athlete where id = ( select id where athlete = 'shen xue / zhao hongbo' ) + 1
jeannette altwegg
[ header: outcome | no. | date | tournament | surface | opponent | score row 1 : runner-up | 1 | 23 august 2004 | la paz, bolivia | clay | jenifer widjaja | 6-3, 4-6, 0-6 row 2 : runner-up | 2 | 6 june 2005 | santa tecla, e | clay | andrea benitez | 3-6, 0-6 row 3 : runner-up | 2 | 22 august 2005 | bogota, colombia | clay | carla tiene | 4-6, 0-6 row 4 : runner-up | 4 | 15 may 2006 | ciudad obregon, mexico | hard | ellah nze | 6-4, 3-6, 3-6 row 5 : winner | 1 | 5 june 2006 | xalapa, mexico | hard | maria irigoyen | 6-1, 3-6, 6-4 row 6 : winner | 2 | 7 september 2009 | mazatlan, mexico | hard | fernanda hermenegildo | 6-1, 6-2 row 7 : winner | 3 | 2 november 2009 | bogota, colombia | clay | yuliana lizarazo | 7-6(7-5), 6-4 row 8 : runner-up | 5 | 16 november 2009 | asuncion, paraguay | clay | paula ormaechea | 6-4, 4-6, 2-6 row 9 : winner | 4 | 8 november 2010 | bogota, colombia | clay | patricia ku flores | 6-1, 7-5 row 10 : winner | 5 | 29 november 2010 | santiago, chile | clay | veronica cepede royg | 6-2, 6-2 row 11 : winner | 6 | 18 july 2011 | ribeirao preto, brazil | clay | vivian segnini | 6-2, 6-2 row 12 : runner-up | 6 | 8 august 2011 | santa cruz de la sierra | clay | maria irigoyen | 2-6, 3-6 row 13 : winner | 7 | 15 august 2011 | la paz, bolivia | clay | maria irigoyen | 6-0, 7-6(7-1) row 14 : runner-up | 7 | 3 october 2011 | yerevan, armenia | clay | julia cohen | 6-7(6-8), 2-6 row 15 : runner-up | 8 | 19 march 2012 | bangalore, india | hard | donna vekic | 2-6, 4-6 row 16 : runner-up | 9 | 8 may 2012 | brasilia, brazil | clay | gabriela paz | 3-6, 3-6 row 17 : winner | 8 | 19 november 2012 | barranquilla, colombia | clay | karolina nowak | 7-6(7-4), 6-0 row 18 : winner | 9 | 21 october 2013 | bogota, colombia | hard | anna katalina alzate | 6-3, 6-3 row 19 : winner | 10 | 11 november 2013 | lima, peru | clay | patricia ku flores | 7-5, 6-7(4-7), row 20 : winner | 11 | 25 november 2013 | bogota, colombia | clay | naomi totka | 6-1, 6-1 row 21 : runner-up | 10 | 2 december 2013 | barranquilla, colombia | clay | maria fernanda herazo | 4-6, 2-6 ] Execute this SQL based on the above table: select count ( * ) where tournament = 'bangalore, india'
1
[ header: boat # | name | builder | laid down | launched | completed | fate row 1 : 4918 | ha-208 | sasebo naval arsenal | 01-05-1945 | 26-05-1945 | 04-08-1945 | decommissioned 30-11-1945. scut row 2 : 4920 | ha-210 | sasebo naval arsenal | 14-05-1945 | 10-06-1945 | 11-08-1945 | decommissioned 30-11-1945. scut row 3 : 4925 | ha-215 | sasebo naval arsenal | 22-05-1945 | 15-05-1945 | None | incomplete until the end of war (95%). row 4 : 4931 | ha-221 | mitsubishi-kobe shipyard | 20-04-1945 | 04-08-1945 | None | incomplete until the end of war (85%). row 5 : 4933 | ha-223 | kawasaki-kobe shipyard | 01-05-1945 | None | None | incomplete until the end of war (60%). scrap row 6 : 4938 | ha-228 | sasebo naval arsenal | 21-06-1945 | 18-07-1945 | None | incomplete until the end of war (75%). row 7 : 4939 | ha-229 | sasebo naval arsenal | 27-06-1945 | 27-07-1945 | None | incomplete until the end of war (75%). scrap row 8 : 4942 | ha-232 | sasebo naval arsenal | 18-07-1945 | None | None | incomplete until the end of war (40%). later row 9 : 4944 | ha-234 | kawasaki-kobe shipyard | 15-05-1945 | None | None | incomplete until the end of war (50%). scrap row 10 : 4945 | ha-235 | kawasaki-senshu shipyard | 01-06-1945 | None | None | incomplete until the end of war (10%). later row 11 : 4946 | ha-236 | kawasaki-kobe shipyard | 01-06-1945 | None | None | incomplete until the end of war (40%). scrap row 12 : 4958 - 4989 | None | None | None | None | None | constructions were not started until the end of war ] Execute this SQL based on the above table: select count ( name ) where builder < 565
0