inputs
stringlengths 291
3.71k
| targets
stringlengths 1
2.65k
|
---|---|
[ 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 pos order by grid desc limit 1 | ret |
[ header: year | title | role | notes row 1 : 1999 | bob rizzo's simply | himself | as matthew j. morrison
row 2 : 2003 | marci x | boyz r us | as matthew j. morrison
row 3 : 2005 | once upon a mattress | sir harry | None
row 4 : 2006 | blinders | scott | None
row 5 : 2007 | music and lyrics | ray | None
row 6 : 2007 | dan in real life | policeman | None
row 7 : 2007 | i think i love my wife | salesman #2 | None
row 8 : 2011 | the muppets | mahna mahna host | None
row 9 : 2012 | what to expect when you're expecting | evan | None ] Execute this SQL based on the above table: select role where title > ( select title where role = 'mahna mahna host' ) order by title limit 1 | evan |
[ header: parameter | en57 | en71 | ew58 row 1 : top speed | 110 km/h | 110 km/h | 120 km/h
row 2 : power (at h) | 740 kw | 1480 kw | 1864 kw
row 3 : constant power | 608 kw | 1216 kw | 1648 kw
row 4 : top acceleration | 0,5 m/s2 | 0,6 m/s2 | 0,9 m/s2
row 5 : max. axle pressure | 14,3 t | 14,3 t | 13,0 t
row 6 : car weight | 57 + 2 x 34 t | 2 x 57 + 2 x 34 | 42 + 2 x 52 t
row 7 : wheel diameter (driving/non driving | 1000/940 mm | 1000/940 mm | 1000/920 mm
row 8 : car length (external + internal) | 20700 + 21570 mm | 20700 + 21570 mm | 21130 + 20940 mm
row 9 : places (seating/standing) | 212/468 | 288/624 | 212/352
row 10 : number of cars in unit | 3 | 4 | 3
row 11 : traction scheme (m-motor, d | d-m-d | d-m-m-d | dm-n-dm
row 12 : number of doors per car per side | 2 | 2 | 3 ] Execute this SQL based on the above table: select parameter group by en57 order by count ( * ) desc limit 1 | traction scheme (m-motor, d-motorman's cabin, n-no cabin/motor) |
[ header: | name | date | location | county | description row 1 : 1 | diamond head | None | honolulu | oahu | state monument
row 2 : 2 | i'ao valley | None | wailuku | maui | state monument
row 3 : 3 | kanaha pond | june 1971 | kahului | maui | bird sanctuary
row 4 : 4 | koʻolau range pali | None | None | oahu | None
row 5 : 5 | makalawena marsh | june 1972 | north kona | hawaiʻi | bird sanctuary
row 6 : 6 | mauna kea | november 1972 | saddle road | hawaiʻi | u.s. state high point
row 7 : 7 | north shore cliffs | december 1972 | molokaʻi | maui | None ] Execute this SQL based on the above table: select count ( name ) | 7 |
[ header: week | date | opponent | result | attendance | bye row 1 : 1 | september 9, 1990 | at new england patriots | w 27-24 | 45305 | 0
row 2 : 2 | september 16, 1990 | buffalo bills | w 30-7 | 68142 | 0
row 3 : 3 | september 23, 1990 | at new york giants | l 20-3 | 76483 | 0
row 4 : 4 | september 30, 1990 | at pittsburgh steelers | w 28-6 | 54691 | 0
row 5 : 5 | october 7, 1990 | new york jets | w 20-16 | 69678 | 0
row 6 : 6 | None | None | None | None | 1
row 7 : 7 | october 18, 1990 | new england patriots | w 17-10 | 62630 | 0
row 8 : 8 | october 28, 1990 | at indianapolis colts | w 27-7 | 59213 | 0
row 9 : 9 | november 4, 1990 | phoenix cardinals | w 23-3 | 54294 | 0
row 10 : 10 | november 11, 1990 | at new york jets | w 17-3 | 68362 | 0
row 11 : 11 | november 19, 1990 | los angeles raiders | l 13-10 | 70553 | 0
row 12 : 12 | november 25, 1990 | at cleveland browns | w 30-13 | 70225 | 0
row 13 : 13 | december 2, 1990 | at washington redskins | l 42-20 | 53599 | 0
row 14 : 14 | december 9, 1990 | philadelphia eagles | w 23-20 | 67034 | 0
row 15 : 15 | december 16, 1990 | seattle seahawks | w 24-17 | 57851 | 0
row 16 : 16 | december 23, 1990 | at buffalo bills | l 24-14 | 80235 | 0
row 17 : 17 | december 30, 1990 | indianapolis colts | w 23-17 | 59547 | 0 ] Execute this SQL based on the above table: select count ( bye ) where attendance > 1957 | 16 |
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 6 september 1994 | bazaly, ostrava | malta | 6-1 | 6-1 | euro 1996 qualifying
row 2 : 2 | 8 march 1995 | stadion za luzan | finland | 1-0 | 4-1 | friendly
row 3 : 3 | 8 march 1995 | stadion za luzan | finland | 2-0 | 4-1 | friendly
row 4 : 4 | 29 march 1995 | bazaly, ostrava | belarus | 2-0 | 4-2 | euro 1996 qualifying
row 5 : 5 | 29 march 1995 | bazaly, ostrava | belarus | 3-1 | 4-2 | euro 1996 qualifying
row 6 : 6 | 26 april 1995 | letna stadium, prague | netherlands | 3-1 | 3-1 | euro 1996 qualifying
row 7 : 7 | 7 october 1995 | dinamo stadium, minsk | belarus | 2-0 | 2-0 | euro 1996 qualifying
row 8 : 8 | 15 november 1995 | letna stadium, prague | luxembourg | 3-0 | 3-0 | euro 1996 qualifying
row 9 : 9 | 30 june 1996 | wembley stadium, london | germany | 1-0 | 1-2 | euro 1996
row 10 : 10 | 18 september 1996 | na stinadle | malta | 1-0 | 6-0 | 1998 world cup qualification
row 11 : 11 | 18 september 1996 | na stinadle | malta | 3-0 | 6-0 | 1998 world cup qualification
row 12 : 12 | 26 february 1997 | zimni stadion, pod | belarus | 4-1 | 4-1 | friendly
row 13 : 13 | 14 october 1998 | na stinadle | estonia | 2-0 | 4-1 | euro 2000 qualifying
row 14 : 14 | 14 october 1998 | na stinadle | estonia | 3-0 | 4-1 | euro 2000 qualifying
row 15 : 15 | 27 march 1999 | na stinadle | lithuania | 2-0 | 2-0 | euro 2000 qualifying
row 16 : 16 | 5 june 1999 | kadrioru stadium, tall | estonia | 1-0 | 2-0 | euro 2000 qualifying
row 17 : 17 | 8 september 1999 | na stinadle | bosnia and herzegovin | 2-0 | 3-0 | euro 2000 qualifying
row 18 : 18 | 3 june 2000 | frankenstadion, nurember | germany | 2-2 | 2-3 | friendly ] Execute this SQL based on the above table: select competition order by # desc limit 8 | friendly, euro 2000 qualifying, euro 2000 qualifying, euro 2000 qualifying, euro 2000 qualifying, euro 2000 qualifying, friendly, 1998 world cup qualification |
[ header: institution | location | founded | type | enrollment | joined | nickname row 1 : bryan college | dayton, tennessee | 1930 | private (non-denominational) | 1044 | 2001 | lions
row 2 : columbia college | columbia, south carolina | 1854 | private (methodist) | 1200 | 2011 | fighting koalas
row 3 : milligan college | elizabethton, | 1866 | private (disciples of christ) | 1006 | 2001 | buffaloes
row 4 : montreat college | montreat, north carolina | 1916 | private (presbyterian) | 1145 | 2001 | cavaliers
row 5 : point university | west point, georgia | 1937 | private (christian churches and churches of | 1000 | 2011 | skyhawks
row 6 : reinhardt university | waleska, georgia | 1883 | private (methodist) | 1057 | 2009 | eagles
row 7 : st. andrews university | laurinburg, north carolina | 1958 | private | 800 | 2012 | knights
row 8 : savannah college of art and design | atlanta, georgia | 2005 | private | 2000 | 2012 | bees
row 9 : tennessee wesleyan college | athens, tennessee | 1857 | private (methodist) | 1103 | 2001 | bulldogs
row 10 : truett-mcconnell college | cleveland, georgia | 1946 | private/christian (baptist) | 550 | 2013 | bears
row 11 : union college | barbourville, kentucky | 1879 | private/christian (methodist) | 1368 | 2001 | bulldogs
row 12 : virginia intermont college | bristol, virginia | 1884 | private/christian (baptist) | 916 | 2001 | cobras ] Execute this SQL based on the above table: select joined where joined in ( 2001 , 2013 ) order by location limit 1 | 2001 |
[ 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 ( title ) | 16 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | germany | 17 | 9 | 14 | 40
row 2 : 2 | russia | 12 | 16 | 8 | 36
row 3 : 3 | ukraine | 6 | 11 | 9 | 26
row 4 : 4 | norway | 6 | 2 | 7 | 15
row 5 : 5 | france | 5 | 4 | 3 | 12
row 6 : 6 | switzerland | 3 | 5 | 3 | 11
row 7 : 7 | finland | 3 | 2 | 4 | 9
row 8 : 8 | japan | 2 | 2 | 1 | 5
row 9 : 9 | netherlands | 2 | 0 | 1 | 3
row 10 : 10 | sweden | 1 | 2 | 2 | 5
row 11 : 11 | denmark | 1 | 0 | 1 | 2
row 12 : 12 | unified team | 1 | 0 | 0 | 1
row 13 : 13 | austria | 0 | 4 | 0 | 4
row 14 : 14 | slovakia | 0 | 2 | 1 | 3
row 15 : 15 | italy | 0 | 0 | 1 | 1
row 16 : 15 | poland | 0 | 0 | 1 | 1
row 17 : 15 | canada | 0 | 0 | 1 | 1
row 18 : 15 | belarus | 0 | 0 | 1 | 1
row 19 : 15 | united states | 0 | 0 | 1 | 1
row 20 : total 19 nations | total 19 nations | 59 | 59 | 59 | 177 ] Execute this SQL based on the above table: select nation where rank = 1 | germany |
[ header: party | first duma | second duma | third duma | fourth duma row 1 : russian social democratic party | 18 (mensheviks) | 47 (mensheviks) | 19 (bolsheviks) | 15 (bolsheviks)
row 2 : socialist-revolutionary party | None | 37 | None | None
row 3 : labour group | 136 | 104 | 13 | 10
row 4 : progressist party | 27 | 28 | 28 | 41
row 5 : constitutional democratic party (kadets) | 179 | 92 | 52 | 57
row 6 : non-russian national groups | 121 | None | 26 | 21
row 7 : centre party | None | None | None | 33
row 8 : octobrist party | 17 | 42 | 154 | 95
row 9 : nationalists | 60 | 93 | 26 | 22
row 10 : rightists | 8 | 10 | 147 | 154
row 11 : total | 566 | 453 | 465 | 448 ] Execute this SQL based on the above table: select second duma where party = 'progressist party' | 28 |
[ header: year | starts | wins | top 5 | top 10 | poles | avg. start | avg. finish | winnings | position | team(s) row 1 : 1986 | 2 | 0 | 0 | 0 | 0 | 21 | 29 | $535 | 110th | #31 grissom racing enterprises
row 2 : 1987 | 2 | 0 | 0 | 0 | 0 | 17 | 21.5 | $975 | 49th | #39 grissom racing enterprises
row 3 : 1988 | 29 | 0 | 1 | 4 | 0 | 23.6 | 20.4 | $45,391 | 13th | #39 grissom racing enterprises
row 4 : 1989 | 29 | 0 | 2 | 5 | 0 | 23.1 | 18.9 | $71,822 | 12th | #9/#19 falcon racing
row 5 : 1990 | 31 | 4 | 11 | 15 | 1 | 14.8 | 13.2 | $166,842 | 3rd | #31 grissom racing enterprises
row 6 : 1991 | 31 | 1 | 7 | 13 | 1 | 20.5 | 15.7 | $152,206 | 10th | #31 grissom racing enterprises
row 7 : 1992 | 31 | 1 | 2 | 7 | 1 | 19.7 | 16.7 | $170,716 | 12th | #31 grissom racing enterprises
row 8 : 1994 | 11 | 0 | 1 | 1 | 0 | 27.5 | 26.6 | $39,475 | 43rd | #31 grissom racing enterprises
row 9 : 1995 | 15 | 2 | 4 | 7 | 0 | 23.9 | 15.6 | $110,105 | 26th | #29 diamond ridge motorsports
row 10 : 1996 | 8 | 1 | 3 | 4 | 0 | 25.9 | 14.1 | $90,942 | 45th | #29 diamond ridge motorsports
row 11 : 1997 | 1 | 0 | 0 | 0 | 0 | 43 | 39 | $4,425 | 114th | #5 labonte motorsports
row 12 : 1998 | 2 | 0 | 0 | 0 | 1 | 22 | 23 | $16,444 | 77th | #12 spencer motor ventures #
row 13 : 1999 | 12 | 0 | 0 | 0 | 0 | 35.5 | 30.6 | $128,750 | 52nd | #74 bace motorsports #12
row 14 : 2000 | 1 | 0 | 0 | 0 | 0 | 43 | 37 | $7,925 | 109th | #8 petty enterprises
row 15 : 2001 | 1 | 0 | 0 | 0 | 0 | 21 | 26 | $27,000 | 151st | #45 petty enterprises
row 16 : 2002 | 7 | 0 | 0 | 0 | 0 | 30.6 | 30.4 | $86,830 | 56th | #34 frank cicci racing
row 17 : 2003 | 6 | 0 | 0 | 0 | 0 | 37 | 27.8 | $83,825 | 67th | #07 dlp racing #61/
row 18 : 2004 | 26 | 0 | 0 | 0 | 0 | 37.3 | 28.6 | $482,604 | 28th | #36 dct motorsports #
row 19 : 2005 | 31 | 0 | 0 | 0 | 0 | 40.3 | 32.2 | $602,395 | 23rd | #49 jay robinson racing
row 20 : 2006 | 2 | 0 | 0 | 0 | 0 | 42 | 30.5 | $72,136 | 98th | #49 jay robinson racing
row 21 : 2007 | 1 | 0 | 0 | 0 | 0 | 43 | 25 | $45,800 | 133rd | #34 frank cicci racing ] Execute this SQL based on the above table: select team(s) order by poles desc limit 1 | #31 grissom racing enterprises |
[ header: make | origin | in service | notes row 1 : dodge charger | canada | 2006-present | photo
row 2 : dodge magnum | canada | 2006-present | photo
row 3 : ford taurus | united states | 2002-present | photo
row 4 : chevrolet impala | canada | 2002-present | photo
row 5 : ford crown victoria police interceptor | canada | 1998-present | photo
row 6 : ford freestar ride vehicle | canada | 2005-present | photo
row 7 : chrysler pt cruiser | mexico | 2003-2005 | photo
row 8 : chevrolet taho | united states | None | photo
row 9 : ford f350 | united states | None | photo
row 10 : ford expedition | united states | None | photo
row 11 : ford explorer | united states | None | photo
row 12 : jeep cherokee | united states | None | photo
row 13 : dodge polara | united states | 1970s | retired, photo
row 14 : chevrolet caprice | canada | 1970s-1998 | retired ] Execute this SQL based on the above table: select count ( * ) where make = 'chevrolet impala' | 1 |
[ header: name | founded | defunct | country | publisher | topics | external link row 1 : amiga active | 1999 | 2001 | united kingdom | pinprint publishing | amiga magazine with cu amiga staff | None
row 2 : amiga power | 1991 | 1996 | united kingdom | future publishing | amiga games magazine | None
row 3 : amiga user international | 1988 | 1997 | europe | aui limited | amiga magazine later published by aui limited | None
row 4 : atari age | 1982 | 1984 | united states | None | atari related topics | None
row 5 : atari st user | 1987 | 1994 | united kingdom | database publications ltd.(later | atari st magazine with hardware focus; | None
row 6 : bgamer | 1998 | None | portugal | goody, sa | general video gaming, hardware | http://www.bgamer.pt
row 7 : commodore force | 1993 | 1994 | united kingdom | europress impact | commodore 64 games; originally named | None
row 8 : computer and video games | 1981 | 2004 | united kingdom | future publishing | home computing, arcade games, video games | http://computerandvideogames.com
row 9 : computing with the amstrad | 1985 | 1988 | united kingdom, australia | database publications | computing with the amstrad or cw | None
row 10 : electronic fun with computers & games | 1982 | 1984 | united states | fun & games publishing inc | video, computer and arcade games | None
row 11 : expert gamer | 1998 | 2001 | united states | None | the bulk of xg's content was | None
row 12 : gamepro | 1989 | 2011 | united states | None | general video gaming | http://www.gamepro.com
row 13 : meeveo | 2013 | None | germany | None | news and information about games and hardware | http://www.meeveo.e
row 14 : nintendo la rivista | 2002 | None | italy | None | italian nintendo related topics | None
row 15 : nintendo power | 1988 | 2012 | united states | None | None | http://www.nintendopower.
row 16 : official dreamcast magazine (uk) | 1999 | 2001 | united kingdom | None | uk dreamcast related topics | None
row 17 : pc games | 1992 | None | germany | None | pc games | http://www.pcgames.de
row 18 : pelit | 1992 | None | finland | None | the oldest and most popular videogame magazine of | http://www.pelit.fi
row 19 : pnm (pure ninte | 2011 | None | united states | magcloud/pure media llc | all things nintendo related | http://purenintendo.com/
row 20 : skoar! | 2003 | None | india | jasubhai digital media pvt | an indian game magazine | http://skoar.thinkdigit.com/
row 21 : thirteen1 | 2008 | None | united kingdom | t1 publishing ltd | a free online-based game magazine | http://www.thirteen1.com/
row 22 : your sinclair | 1986 | 1993 | united kingdom | future publishing | sinclair spectrum | http://www.ysrnry.
row 23 : your spectrum | 1984 | 1985 | united kingdom | sportscene specialist press | sinclair spectrum | http://www.users.globalnet ] Execute this SQL based on the above table: select defunct where country = 'united kingdom' | 2001, 1996, 1994, 1994, 2004, 2001, 1993, 1985 |
[ header: rank | bib | country | time | penalties (p+s) | deficit row 1 : 4 | 5 | norway liv-kjersti e | 1:10:34.1 18:20.4 16 | 0+1 0+2 0+ | 57.8
row 2 : 6 | 7 | ukraine olena | 1:11:08.2 17:36.9 | 0+2 0+6 0 | +1:31.9
row 3 : 8 | 12 | slovenia dijana ravnik | 1:12:02.4 17:50.4 18 | 0+4 0+2 0 | +2:26.1
row 4 : 9 | 6 | china wang chunli l | 1:12:16.9 17:44.7 | 0+2 0+6 0 | +2:40.6
row 5 : 14 | 9 | kazakhstan elena | 1:13:42.9 17:42.1 1 | 0+4 0+5 0 | +4:06.6
row 6 : 16 | 14 | czech republic veronika vit | 1:14:37.5 17:51.1 18 | 2+4 1+6 0+1 | +5:01.2
row 7 : 18 | 16 | estonia kadri leht | 1:17:55.5 18:49.8 | 2+9 0+7 0+ | +8:19.2
row 8 : 19 | 13 | latvia zanna juskan | 1:18:56.2 21:06.7 18 | 2+5 2+7 2+3 | +9:19.9 ] Execute this SQL based on the above table: select penalties (p+s) where bib <= 6 | 0+1 0+2 0+0 0+2 0+0 0+0 0+0 0+0 0+1 0+0, 0+2 0+6 0+1 0+2 0+1 0+1 0+0 0+3 0+0 0+0 |
[ 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 rider where pos = ( select pos where rider = 'jaroslav hules' ) - 1 | erwan nigon |
[ header: place | team | titles | runners-up | winning years row 1 : 1 | maccabi tel aviv | 5 | 1 | 2007, 2010, 2011, 2012, 2013
row 2 : 2 | hapoel jerusalem | 2 | 3 | 2008, 2009
row 3 : 3 | ironi ashkelon | 1 | 0 | 2006
row 4 : 4 | maccabi rishon lezion | 0 | 1 | None
row 5 : 4 | ironi nahariya | 0 | 1 | None
row 6 : 4 | hapoel holon | 0 | 1 | None
row 7 : 4 | maccabi ashdod | 0 | 1 | None ] Execute this SQL based on the above table: select team where id = 1 | maccabi tel aviv |
[ header: date | opponent# | rank# | site | result | attendance row 1 : 1959-09-26 | at #16 georgia tech | #6 | grant field • atlanta, ga | l 12-16 | 43000
row 2 : 1959-10-03 | #15 navy | None | cotton bowl • dallas, t | w 20-7 | 46000
row 3 : 1959-10-09 | missouri | #15 | cotton bowl • dallas, t | w 23-2 | 33000
row 4 : 1959-10-17 | at rice | #16 | rice stadium • houston, tx | t 13-13 | 65000
row 5 : 1959-10-24 | texas tech | None | cotton bowl • dallas, t | w 21-13 | 30000
row 6 : 1959-10-31 | #4 texas | None | cotton bowl • dallas, t | l 0-21 | 65000
row 7 : 1959-11-07 | at texas a&m | None | kyle field • college station, t | w 14-11 | 19000
row 8 : 1959-11-14 | #20 arkansas | None | cotton bowl • dallas, t | l 14-17 | 31000
row 9 : 1959-11-21 | at baylor | None | floyd casey stadium • waco, | w 30-14 | 25000
row 10 : 1959-11-28 | at #8 texas christi | None | amon g. carter stadium • for | l 0-19 | 40000 ] Execute this SQL based on the above table: select count ( * ) where opponent# > 1212 | 7 |
[ header: category | | area (sq miles) | area (km2) | population (2011) | density (per km2) row 1 : mainland | aberdeen city | 70 | 182 | 222800 | 1224
row 2 : mainland | aberdeenshire | 2439 | 6317 | 253000 | 40
row 3 : mainland | angus | 843 | 2184 | 116000 | 53
row 4 : mainland | argyll and bute | 2712 | 7023 | 88200 | 13
row 5 : mainland | clackmannanshire | 61 | 158 | 51400 | 325
row 6 : mainland | dumfries and galloway | 2489 | 6446 | 151300 | 23
row 7 : mainland | dundee city | 21 | 55 | 147300 | 2678
row 8 : mainland | east ayrshire | 492 | 1275 | 122700 | 96
row 9 : mainland | east dunbartonshire | 68 | 176 | 105000 | 597
row 10 : mainland | east lothian | 257 | 666 | 99700 | 150
row 11 : mainland | east renfrewshire | 65 | 168 | 90600 | 539
row 12 : mainland | city of edinburgh | 100 | 260 | 476600 | 1833
row 13 : mainland | falkirk | 113 | 293 | 156000 | 532
row 14 : mainland | fife | 517 | 1340 | 365200 | 273
row 15 : mainland | glasgow city | 68 | 175 | 593200 | 3390
row 16 : mainland | highland | 10085 | 26119 | 232100 | 9
row 17 : mainland | inverclyde | 64 | 167 | 81500 | 488
row 18 : mainland | midlothian | 135 | 350 | 83200 | 238
row 19 : mainland | moray | 864 | 2237 | 93300 | 42
row 20 : mainland | north ayrshire | 343 | 888 | 138200 | 156
row 21 : mainland | north lanarkshire | 184 | 476 | 337800 | 710
row 22 : mainland | perth and kinross | 2083 | 5395 | 146700 | 27
row 23 : mainland | renfrewshire | 102 | 263 | 174900 | 665
row 24 : mainland | scottish borders | 1825 | 4727 | 113900 | 24
row 25 : mainland | south ayrshire | 475 | 1230 | 112800 | 92
row 26 : mainland | south lanarkshire | 686 | 1778 | 313800 | 176
row 27 : mainland | stirling | 866 | 2243 | 90200 | 40
row 28 : mainland | west dunbartonshire | 68 | 176 | 90700 | 515
row 29 : mainland | west lothian | 165 | 427 | 175100 | 410
row 30 : None | total mainland | 28260 | 73193 | 5223100 | 71
row 31 : island | na h-eileanan | 1185 | 3070 | 27700 | 8
row 32 : island | orkney islands | 396 | 1025 | 21400 | 21
row 33 : island | shetland islands | 568 | 1471 | 23200 | 15
row 34 : None | total islands | 2149 | 5566 | 72300 | 13
row 35 : None | total scotland | 30409 | 78759 | 5295400 | 67 ] Execute this SQL based on the above table: select max ( area (km2) ) | 78759.0 |
[ header: no. | name | position | date of birth (age) | signed from | notes row 1 : 1 | leonardo burian | gk | january 21, 1984 (age 30) | bella vista | first team goalkeeper
row 2 : 4 | christian nunez | df | september 24, 1982 (age 31) | cerro | None
row 3 : 5 | santiago romero | mf | february 15, 1990 (age 24) | the academy | reserve team player
row 4 : 6 | alexis rolin | df | march 2, 1989 (age 25) | the academy | None
row 5 : 7 | rafael garcia | mf | january 6, 1989 (age 25) | rampla juniors | None
row 6 : 10 | tabare viudez | fw | september 8, 1989 (age 24) | necaxa | None
row 7 : 14 | diego placente | df | april 24, 1977 (age 37) | san lorenzo | None
row 8 : 16 | mathias abero | df | april 9, 1990 (age 24) | racing | None
row 9 : 17 | maximiliano calzada | mf | april 21, 1990 (age 24) | the academy | None
row 10 : 19 | andres scotti | df | december 14, 1975 (age 38) | colo-colo | in on 3 january 2012
row 11 : 21 | matias vecino | mf | august 24, 1991 (age 22) | central espanol | None
row 12 : 23 | facundo piriz | mf | march 27, 1990 (age 24) | the academy | None
row 13 : 24 | marcos aguirre | mf | march 30, 1984 (age 30) | san martin (san | in on 12 january 2012
row 14 : 25 | jorge bava | gk | january 22, 1982 (age 32) | cerro | in on 13 january 2012
row 15 : None | diego barboza | df | january 9, 1991 (age 23) | the academy | reserve team player
row 16 : None | sebastian coates | df | october 7, 1990 (age 23 | the academy | out on 26 august 2011
row 17 : None | gabriel marques | df | march 31, 1983 (age 31) | river plate | out on 29 december 2011
row 18 : None | gonzalo godoy | df | january 17, 1988 (age 26) | cerro | out on 5 january 2012
row 19 : None | sebastian gorga | df | april 6, 1994 (age 20) | the academy | reserve team player
row 20 : None | maximiliano moreira | df | june 11, 1994 (age 20) | the academy | reserve team player
row 21 : None | agustin tabarez | df | october 15, 1994 (age 19 | the academy | reserve team player
row 22 : None | damian eroza | mf | march 22, 1993 (age 21) | the academy | reserve team player
row 23 : None | gaston pereiro | mf | june 11, 1995 (age 19) | the academy | reserve team player
row 24 : None | gonzalo vega | mf | june 29, 1992 (age 21) | the academy | reserve team player
row 25 : None | leandro barcia | fw | october 8, 1993 (age 20 | the academy | reserve team player
row 26 : None | lucas cavallini | fw | december 28, 1992 (age 21) | the academy | reserve team player
row 27 : None | renato cesar | fw | april 8, 1993 (age 20) | the academy | None ] Execute this SQL based on the above table: select name group by name order by count ( name ) desc limit 1 | tabare viudez |
[ header: rank | name | image | height ft (m) | floors | year | notes row 1 : 1 | key tower | | 947 (289) | 57 | 1991 | 104th-tallest building in the
row 2 : 3 | 200 public square | | 658 (201) | 45 | 1985 | also known as the bp building tallest
row 3 : 4 | tower at erieview | | 529 (161) | 40 | 1964 | tallest building constructed in cleveland in
row 4 : 5 | one cleveland center | | 450 (137) | 31 | 1983 | None
row 5 : 6 | fifth third center | | 446 (136) | 27 | 1992 | None
row 6 : 7 | federal court house tower | | 430 (131) | 23 | 2002 | tallest building constructed in the city in the 2000
row 7 : 8 | justice center complex | | 420 (128) | 26 | 1977 | tallest building constructed in the city in the 1970
row 8 : 9 | anthony j. celebrezze | | 419 (128) | 31 | 1967 | None
row 9 : 10 | pnc center | | 410 (125) | 35 | 1980 | originally known as the national city center; building was
row 10 : 12 | at&t huron road building | | 365 (111) | 24 | 1927 | commonly known as ohio bell build
row 11 : 13 | rhodes tower | | 363 (111) | 20 | 1971 | originally known as the university tower
row 12 : 14 | eaton center | | 356 (109) | 28 | 1983 | None
row 13 : 15 | ernst & young tower | | 330 (101) | 21 | 2013 | phase i of the flats east bank
row 14 : 16 | marriott at key center | | 320 (98) | 28 | 1991 | tallest all-hotel building in the city
row 15 : 17 | mcdonald investment center | | 308 (94) | 23 | 1968 | also known as key center formerly known as the
row 16 : 18 | 55 public square | | 300 (91) | 22 | 1958 | tallest building constructed in the city the 1950s
row 17 : 19 | huntington bank building | | 289 (88) | 21 | 1924 | None
row 18 : 20 | north point tower | | 285 (87) | 20 | 1990 | None
row 19 : 21 | diamond building | | 282 (86) | 23 | 1972 | None
row 20 : 21 | standard building | | 282 (86) | 21 | 1925 | None
row 21 : 23 | 1717 east ninth building | | 275 (84) | 21 | 1959 | also known as the east ohio
row 22 : 24 | keith building | | 272 (83) | 21 | 1922 | None
row 23 : 25 | east tower | | 266 (81) | 25 | 1973 | tallest all-residential building in the
row 24 : 25 | embassy suites tower | | 266 (81) | 26 | 1969 | also known as embassy suites at reserve square
row 25 : 27 | superior building | | 265 (81) | 22 | 1922 | None
row 26 : 28 | fenn tower | | 265 (81) | 21 | 1930 | None
row 27 : 29 | landmark office towers | | 260 (79) | 22 | 1930 | None
row 28 : 30 | penton media building | | 253 (77) | 21 | 1972 | None ] Execute this SQL based on the above table: select count ( notes ) where name = 'marriott at key center' | 1 |
[ header: | name | took office | left office | party | notes/events row 1 : 11 | william mccreery | march 4, 1803 | march 3, 1809 | democratic republican | None
row 2 : 12 | alexander mckim | march 4, 1809 | march 3, 1815 | democratic republican | None
row 3 : 13 | william pinkney | march 4, 1815 | april 18, 1816 | democratic republican | resigned to accept position as minister p
row 4 : 14 | peter little | september 2, 1816 | march 3, 1823 | democratic republican | None
row 5 : 14 | peter little | march 4, 1823 | march 3, 1825 | jacksonian dr | None
row 6 : 14 | peter little | march 4, 1825 | march 3, 1829 | adams | None
row 7 : 15 | benjamin c. howard | march 4, 1829 | march 3, 1833 | jacksonian | None ] Execute this SQL based on the above table: select count ( left office ) where > 129 | 0 |
[ header: institution | location | nickname | founded | type | enrollment | joined mac row 1 : delaware valley college | doylestown, pennsyl | aggies | 1917 | private/non-sectarian | 2241 | 1965
row 2 : desales university | center valley, pennsylvania | bulldogs | 1965 | private/catholic | 3199 | 1997
row 3 : eastern university | st. davids, penn | eagles | 1952 | private/baptist | 4235 | 2008
row 4 : fairleigh dickinson university-flor | madison, new jersey | devils | 1942 | private/non-sectarian | 3288 | 1977
row 5 : king's college | wilkes-barre, penn | monarchs | 1946 | private/catholic | 2725 | 1977
row 6 : manhattanville college | purchase, new york | valiants | 1841 | private/non-sectarian | 2695 | 2007
row 7 : misericordia university | dallas, pennsyl | cougars | 1924 | private/catholic | 2830 | 2008
row 8 : wilkes university | wilkes-barre, penn | colonels | 1933 | private/non-sectarian | 5136 | 1946 ] Execute this SQL based on the above table: select nickname where nickname != 'valiants' and founded > 1694 | aggies, bulldogs, eagles, devils, monarchs, cougars, colonels |
[ header: rank | name | height ft / m | floors | year | notes row 1 : 1 | rhodes state office tower | 629 / 192 | 41 | 1973 | has been the tallest building in columbus
row 2 : 2 | leveque tower | 555 / 169 | 47 | 1927 | tallest building constructed in columbus in the
row 3 : 3 | william green building | 530 / 162 | 33 | 1990 | tallest building constructed in columbus in the
row 4 : 4 | huntington center | 512 / 156 | 37 | 1984 | tallest building constructed in columbus in the
row 5 : 5 | vern riffe state office tower | 503 / 153 | 32 | 1988 | None
row 6 : 6 | one nationwide plaza | 485 / 148 | 40 | 1976 | None
row 7 : 7 | franklin county courthouse | 464 / 141 | 27 | 1991 | None
row 8 : 8 | aep building | 456 / 139 | 31 | 1983 | None
row 9 : 9 | borden building | 438 / 134 | 34 | 1974 | None
row 10 : 10 | three nationwide plaza | 408 / 124 | 27 | 1989 | None
row 11 : 11 | one columbus center | 366 / 112 | 26 | 1987 | None
row 12 : 12 | columbus center | 357 / 109 | 25 | 1964 | tallest building constructed in columbus in the
row 13 : 13 | capitol square | 350 / 107 | 26 | 1984 | None
row 14 : 14 | continental center | 348 / 106 | 26 | 1973 | None
row 15 : 15 | pnc bank building | 317 / 97 | 25 | 1977 | None
row 16 : 16 | miranova condominiums | 314 / 96 | 26 | 2001 | tallest residential building in the state of o
row 17 : 17 | fifth third center | 302 / 92 | 25 | 1998 | None
row 18 : 18 | motorists mutual building | 286 / 87 | 21 | 1973 | None
row 19 : 19 | midland building | 280 / 85 | 21 | 1970 | None
row 20 : 20 | the condominiums at north bank park | 267 / 81 | 20 | 2007 | None
row 21 : 21= | lincoln tower dormitory | 260 / 79 | 26 | 1967 | None
row 22 : 21= | morrill tower dormitory | 260 / 79 | 26 | 1967 | None
row 23 : 23 | hyatt regency columbus | 256 / 78 | 20 | 1980 | None
row 24 : 24 | key bank building | 253 / 77 | 20 | 1963 | None
row 25 : 25 | adam's mark hotel | 243 / 74 | 16 | 1961 | None
row 26 : 26 | town center | 226 / 69 | 17 | 1974 | None
row 27 : 27 | 8 east broad street | 212 / 64.6 | 17 | 1906 | None
row 28 : 28 | huntington building | 202 / 59.4 | 13 | 1926 | None
row 29 : 29 | ohio judicial center | 200 / 57.9 | 14 | 1933 | None
row 30 : 30 | 16 east broad street | 180 / 64.4 | 13 | 1900 | None ] Execute this SQL based on the above table: select abs ( ( select year where name = 'key bank building' ) - ( select year where name = 'franklin county courthouse' ) ) | 28 |
[ header: candidate | votes | percentage | counties | delegates row 1 : john mccain | 701761 | 36% | 45 | 57
row 2 : mitt romney | 604932 | 31.03% | 18 | 0
row 3 : rudy giuliani | 286089 | 14.68% | 0 | 0
row 4 : mike huckabee | 262681 | 13.47% | 4 | 0
row 5 : ron paul | 62887 | 3.23% | 0 | 0
row 6 : fred thompson | 22668 | 1.16% | 0 | 0
row 7 : alan keyes | 4060 | 0.21% | 0 | 0
row 8 : duncan hunter | 2847 | 0.15% | 0 | 0
row 9 : tom tancredo | 1573 | 0.08% | 0 | 0
row 10 : totals | 1949498 | 100% | 67 | 57 ] Execute this SQL based on the above table: select candidate order by id desc limit 1 | totals |
[ header: school | team name | town | county | enrollment (2010-11 & 2011-12) | primary mshsaa class* | football class row 1 : benton high school | (lady) cardinals | st. joseph | buchanan | 846 | 4 | 4
row 2 : bishop leblond high school | (lady) golden eagle | st. joseph | buchanan | 314 | 3 | 2
row 3 : cameron high school | (lady) dragons | cameron | clinton | 503 | 3 | 3
row 4 : chillicothe high school (missouri) | (lady) hornets | chillicothe | livingston | 638 | 4 | 3
row 5 : lafayette high school | fighting irish | st. joseph | buchanan | 801 | 4 | 4
row 6 : maryville high school | (lady) spoofhounds | maryville | nodaway | 473 | 3 | 2
row 7 : savannah high school | (lady) savages | savannah | andrew | 743 | 4 | 4
row 8 : smithville high school | (lady) warriors | smithville | clay | 727 | 4 | 4 ] Execute this SQL based on the above table: select team name order by primary mshsaa class* desc limit 1 | (lady) cardinals |
[ header: year | champion | score | runner-up | coach row 1 : 1954 | boston college | 4-1 | harvard | john "snooks" kelley
row 2 : 1956 | boston college | 4-2 | harvard | john "snooks" kelley
row 3 : 1957 | boston college | 5-4 (ot) | boston university | john "snooks" kelley
row 4 : 1959 | boston college | 7-4 | boston university | john "snooks" kelley
row 5 : 1961 | boston college | 4-2 | harvard | john "snooks" kelley
row 6 : 1963 | boston college | 3-1 | harvard | john "snooks" kelley
row 7 : 1964 | boston college | 6-5 | boston university | john "snooks" kelley
row 8 : 1965 | boston college | 5-4 | boston university | john "snooks" kelley
row 9 : 1976 | boston college | 6-3 | boston university | len ceglarski
row 10 : 1983 | boston college | 8-2 | northeastern | len ceglarski
row 11 : 1994 | boston college | 2-1 (ot) | harvard | steve cedorchuck
row 12 : 2001 | boston college | 5-3 | boston university | jerry york
row 13 : 2004 | boston college | 2-1 (ot) | boston university | jerry york
row 14 : 2008 | boston college | 6-5 (ot) | harvard | jerry york
row 15 : 2010 | boston college | 4-3 | boston university | jerry york
row 16 : 2011 | boston college | 7-6 (ot) | northeastern | jerry york
row 17 : 2012 | boston college | 3-2 (ot) | boston university | jerry york
row 18 : 2013 | boston college | 6-3 | northeastern | jerry york
row 19 : 2014 | boston college | 4-1 | northeastern | jerry york ] Execute this SQL based on the above table: select count ( * ) where champion >= 1058 | 19 |
[ header: year | competition | venue | position | notes row 1 : 1997 | european u23 championships | turku, finland | 1st | 200 m
row 2 : 1997 | world championships | athens, greece | 3rd | 4x100m relay
row 3 : 1998 | european championships | budapest, hungary | 3rd | 200 metres
row 4 : 1998 | european championships | budapest, hungary | 1st | 4x100m relay
row 5 : 1998 | commonwealth games | kuala lumpur, malaysi | 1st | 200 metres
row 6 : 1998 | commonwealth games | kuala lumpur, malaysi | 1st | 4x100m relay
row 7 : 2000 | european indoor championships | ghent, belgium | 3rd | 200 metres ] Execute this SQL based on the above table: select count ( notes ) | 7 |
[ header: ethnicity | islam | christianity | judaism | buddhism | other | none / atheism | row 1 : totals | 70.20% | 26.32% | 0.03% | 0.09% | 0.02% | 2.82% | 0.51%
row 2 : kazakh | 98.34% | 0.39% | 0.02% | 0.01% | 0.02% | 0.98% | 0.26%
row 3 : russian | 1.43% | 91.64% | 0.04% | 0.02% | 0.03% | 6.09% | 0.75%
row 4 : uzbek | 99.05% | 0.39% | 0.01% | 0.01% | 0.02% | 0.37% | 0.16%
row 5 : ukrainian | 0.94% | 90.74% | 0.03% | 0.01% | 0.02% | 7.31% | 0.94%
row 6 : uyghur | 98.35% | 0.51% | 0.02% | 0.01% | 0.03% | 0.61% | 0.47%
row 7 : tatar | 79.57% | 10.24% | 0.02% | 0.03% | 0.06% | 8.11% | 1.97%
row 8 : german | 1.58% | 81.59% | 0.05% | 0.04% | 0.11% | 13.96% | 2.68%
row 9 : korean | 5.24% | 49.35% | 0.21% | 11.40% | 0.14% | 28.51% | 5.16%
row 10 : turkish | 99.13% | 0.30% | 0.01% | 0.01% | 0.02% | 0.33% | 0.21%
row 11 : azeri | 94.81% | 2.51% | 0.02% | 0.02% | 0.03% | 1.86% | 0.76%
row 12 : belorussian | 0.79% | 90.16% | 0.04% | 0.01% | 0.03% | 7.82% | 1.15%
row 13 : dungan | 98.93% | 0.37% | 0.01% | 0.03% | 0.04% | 0.34% | 0.28%
row 14 : kurdish | 98.28% | 0.53% | 0.03% | 0.02% | 0.02% | 0.74% | 0.38%
row 15 : tajik | 97.78% | 0.91% | 0.01% | 0.02% | 0.08% | 0.85% | 0.35%
row 16 : polish | 0.69% | 90.07% | 0.04% | 0.01% | 0.13% | 7.30% | 1.76%
row 17 : chechen | 93.69% | 2.99% | 0.02% | 0.01% | 0.05% | 2.08% | 1.16%
row 18 : kyrgyz | 96.67% | 0.89% | 0.03% | 0.03% | 0.02% | 1.51% | 0.86%
row 19 : others | 34.69% | 52.32% | 0.82% | 0.91% | 0.13% | 8.44% | 2.69% ] Execute this SQL based on the above table: select ethnicity where id = ( select id where ethnicity = 'turkish' ) + 1 | azeri |
[ header: year | competition | venue | position | notes row 1 : 1989 | european indoor championships | the hague, netherlands | 10th | None
row 2 : 1989 | world indoor championships | budapest, hungary | 9th | None
row 3 : 1991 | world indoor championships | lisbon, portugal | 6th | None
row 4 : 1991 | world championships | tokyo, japan | 5th | 5.75 m nr
row 5 : 1992 | european indoor championships | genoa, italy | 5th | None
row 6 : 1993 | world championships | stuttgart, germany | 11th | None ] Execute this SQL based on the above table: select position where year = year | 10th, 9th, 6th, 5th, 5th, 11th |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | united states | 8 | 7 | 1 | 16
row 2 : 2 | russia | 7 | 7 | 5 | 19
row 3 : 3 | france | 3 | 3 | 2 | 8
row 4 : 4 | ethiopia | 3 | 2 | 2 | 7
row 5 : 5 | belarus | 3 | 1 | 3 | 7
row 6 : 6 | sweden | 2 | 1 | 2 | 5
row 7 : 7 | kenya | 2 | 1 | 1 | 4
row 8 : 7= | south africa | 2 | 1 | 1 | 4
row 9 : 9 | morocco | 2 | 1 | 0 | 3
row 10 : 10 | greece | 1 | 1 | 2 | 4
row 11 : 11 | cuba | 1 | 1 | 0 | 2
row 12 : 12 | italy | 1 | 0 | 2 | 3
row 13 : 13 | canada | 1 | 0 | 1 | 2
row 14 : 14 | algeria | 1 | 0 | 0 | 1
row 15 : 14= | australia | 1 | 0 | 0 | 1
row 16 : 14= | dominican republic | 1 | 0 | 0 | 1
row 17 : 14= | ecuador | 1 | 0 | 0 | 1
row 18 : 14= | lithuania | 1 | 0 | 0 | 1
row 19 : 14= | mexico | 1 | 0 | 0 | 1
row 20 : 14= | mozambique | 1 | 0 | 0 | 1
row 21 : 14= | poland | 1 | 0 | 0 | 1
row 22 : 14= | qatar | 1 | 0 | 0 | 1
row 23 : 14= | saint kitts and nevis | 1 | 0 | 0 | 1
row 24 : 24 | jamaica | 0 | 4 | 2 | 6
row 25 : 25 | spain | 0 | 3 | 2 | 5
row 26 : 26 | hungary | 0 | 2 | 0 | 2
row 27 : 27 | germany | 0 | 1 | 3 | 4
row 28 : 27= | japan | 0 | 1 | 3 | 4
row 29 : 27= | ukraine | 0 | 1 | 3 | 4
row 30 : 30 | great britain | 0 | 1 | 2 | 3
row 31 : 31 | brazil | 0 | 1 | 0 | 1
row 32 : 31= | cameroon | 0 | 1 | 0 | 1
row 33 : 31= | czech republic | 0 | 1 | 0 | 1
row 34 : 31= | estonia | 0 | 1 | 0 | 1
row 35 : 31= | ireland | 0 | 1 | 0 | 1
row 36 : 31= | trinidad and tobago | 0 | 1 | 0 | 1
row 37 : 31= | turkey | 0 | 1 | 0 | 1
row 38 : 38 | bahamas | 0 | 0 | 3 | 3
row 39 : 39 | china | 0 | 0 | 2 | 2
row 40 : 40 | india | 0 | 0 | 1 | 1
row 41 : 40= | kazakhstan | 0 | 0 | 1 | 1
row 42 : 40= | netherlands | 0 | 0 | 1 | 1
row 43 : 40= | senegal | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select avg ( rank ) where id <= 902 | 20.232558139534884 |
[ header: name | 1968 cf designator | place of manufacture | primary role(s) | service period | # used row 1 : airco dh.9a | None | uk | bomber | 1920-1929 | 12
row 2 : armstrong whitworth atlas | None | uk | army co-operation | 1927-1942 | 16
row 3 : avro tutor (avro 621) | None | uk | trainer | 1931-1945 | 7
row 4 : avro lancaster | None | uk/canada | heavy bomber | 1944-1965 | 229
row 5 : avro lincoln | None | uk/canada | heavy bomber | 1946-1947 | 3
row 6 : boeing-vertol chinook | ch-147 | us | transport helicopter | 1974-1992 | 9
row 7 : canadair argus | cp-107 | canada | maritime patrol | 1957-1988 | 33
row 8 : canadair dynavert | cx-131 | canada | experimental vtol tilt-wing | 1969-1975 | 3
row 9 : canadair starfighter | cf-104 | canada | fighter | 1961-1988 | 200
row 10 : canadian vickers varuna | None | canada | patrol flying boat | 1926-1930 | 8
row 11 : consolidated catalina/canso | None | us/canada | maritime patrol seaplane | 1941-1962 | 254
row 12 : curtiss h-16 | None | us | patrol flying boat | 1922-1924 | 2
row 13 : curtiss tomahawk | None | us | fighter | 1943-1946 | 4
row 14 : curtiss warhawk | None | us | fighter | 1942-1943 | 9
row 15 : de havilland fox moth | None | canada | transport | 1941-1945 | 1
row 16 : de havilland genet moth | None | uk | role | 1928-1932 | 2
row 17 : de havilland canada chipmunk | ct-120 | canada | elementary trainer | 1948-1972 | 100
row 18 : de havilland canada otter | csr-123 | canada | transport | 1953-1984 | 69
row 19 : douglas mo-2b | None | us | utility/patrol | 1927-1930 | 1
row 20 : fairchild cornell | None | us | elementary trainer | 1942-1948 | 1555
row 21 : fairchild flying boxcar | None | us | transport | 1952-1967 | 35
row 22 : fleet freighter | None | canada | transport | 1942-1944 | 2
row 23 : grumman tracker | cp-121 | canada | carrier-borne asw | 1968-1994 | 72
row 24 : handley page harrow | None | uk | bomber/transport | 1940-1941 | 2
row 25 : handley page halifax | None | uk | heavy bomber | 1944-1947 | 5
row 26 : hawker hurricane | None | uk/canada | fighter | 1939-1948 | 502
row 27 : hawker sea hurricane | None | uk | fighter | 1942-1943 | 1
row 28 : keystone puffer | None | us | crop duster/utility | 1927-1934 | 2
row 29 : lockheed lodestar | None | us | transport | 1943-1948 | 18
row 30 : mcdonnell douglas c | cf-188 | us | fighter | 1982-current | 138
row 31 : noorduyn norseman | None | canada | utility transport | 1940-1957 | 100
row 32 : north american harvard | None | us/canada | advanced trainer | 1939-1968 | 2156
row 33 : north american na-44 | None | us | fighter/utility | 1940-1944 | 1
row 34 : sagem sperwer | cu-161 | france | uav | 2003-current | 31 ] Execute this SQL based on the above table: select primary role(s) where name = 'airco dh.9a' | bomber |
[ header: player | matches | innings | runs | average | 100s | 50s row 1 : herbie hewett | 10 | 15 | 543 | 38.79 | 1 | 2
row 2 : lionel palairet | 10 | 14 | 408 | 29.14 | 1 | 1
row 3 : bill roe | 8 | 12 | 316 | 28.73 | 0 | 1
row 4 : george nichols | 13 | 18 | 497 | 27.61 | 1 | 3
row 5 : john challen | 9 | 14 | 286 | 20.43 | 0 | 1
row 6 : ted tyler | 13 | 18 | 297 | 18.56 | 0 | 0
row 7 : crescens robinson | 9 | 13 | 162 | 14.73 | 0 | 0
row 8 : albert clapp | 11 | 15 | 159 | 10.60 | 0 | 0 ] Execute this SQL based on the above table: select count ( * ) where player = 'john challen' | 1 |
[ header: year | title | chinese title | role | notes row 1 : 1992 | to miss with love | 逃學外傳 | lai man-si | None
row 2 : 1992 | super lady cop | 超级女警 | yoki | None
row 3 : 1992 | fight back to school ii | 逃學威龍2 | sandy | None
row 4 : 1993 | once a cop | 超級計劃 | annie lee | None
row 5 : 1993 | taxi hunter | 的士判官 | yan | None
row 6 : 1993 | vampire family | 一屋哨牙鬼 | chu lee-mei | None
row 7 : 1994 | lantern | 燈籠 | fong | None
row 8 : 1994 | easy money | 先洗未來錢 | sisi li | None
row 9 : 1995 | shaolin kung fu kids | 笑林老祖 | sister lam | None
row 10 : 1995 | trouble maker | 蠟筆小小生 | None | None
row 11 : 1995 | remember m, remember e | 那有一天不想你 | chui ching | None
row 12 : 1995 | cupid love | 七月俏佳人 | ching-ching | None
row 13 : 1995 | a chinese odyss | 西遊記第壹佰零壹回之月光寶盒 | purple / lin zixia | None
row 14 : 1995 | a chinese odyss | 西遊記大結局之仙履奇緣 | lin zixia | None
row 15 : 1996 | the feeling of love | 重慶愛情感覺 | None | None
row 16 : 1996 | hero of swallow | 神偷燕子李三 | chinny | None
row 17 : 1997 | ah fai the dumb | 天才與白痴 | man-man | None
row 18 : 1998 | temptress of a thousand face | 千面嬌娃 | sherry wong | None
row 19 : 1998 | tricky king | 超級整蠱霸王 | dkny / yand | None
row 20 : 1998 | step into the dark | 夜半無人屍語時 | faith ching | None
row 21 : 1998 | shanghai affairs | 新唐山大兄 | sin | None
row 22 : 1998 | raped by an angel 2: the | 強姦2 制服誘惑 | po-man | None
row 23 : 1998 | the conman | 賭俠1999 | ching | None
row 24 : 1999 | the boss up there | 生命楂fit人 | fong hei-tung | None
row 25 : 1999 | raped by an angel 4: the | 強姦終極篇之最後羔羊 | po-man | None
row 26 : 1999 | horoscope 1: the voice from | 生人勿近之問米 | jojo | None
row 27 : 2000 | love correction | 緣份有take 2 | emma lau | None
row 28 : 2001 | stowaway | 驚天大逃亡 | kam lan | None
row 29 : 2001 | never say goodbye | 有人說愛我 | jean | None
row 30 : 2002 | chinese odyssey | 天下無雙 | amour amour | guest star
row 31 : 2002 | time 4 hope | 二人三足 | cindy | None
row 32 : 2003 | dack night wolf | None | None | None
row 33 : 2004 | sex and the beauties | 性感都市 | kwan tak-han | None
row 34 : 2004 | love is a many stupid thing | 精裝追女仔2004 | chu yan | guest star
row 35 : 2007 | whispers and moans | 性工作者十日談 | coco | None ] Execute this SQL based on the above table: select sum ( year ) | 83912 |
[ header: pos. | car # | driver | make | team row 1 : 1 | 38 | jason leffler | toyota | braun racing
row 2 : 2 | 16 | greg biffle | ford | roush fenway racing
row 3 : 3 | 99 | david reutimann | toyota | michael waltrip racing
row 4 : 4 | 60 | carl edwards | ford | roush fenway racing
row 5 : 5 | 77 | ron hornaday | chevrolet | kevin harvick incorporated
row 6 : 6 | 20 | aric almirola | chevrolet | joe gibbs racing
row 7 : 7 | 29 | scott wimmer | chevrolet | richard childress racing
row 8 : 8 | 42 | kevin hamlin | dodge | chip ganassi racing
row 9 : 9 | 10 | mike bliss | toyota | braun racing
row 10 : 10 | 88 | brad keselowski | chevrolet | jr motorsports ] Execute this SQL based on the above table: select driver where driver in ( 'david reutimann' , 'mike bliss' ) group by driver order by count ( * ) desc limit 1 | mike bliss |
[ header: number | author | first line | notes row 1 : 1 | william shakespeare | "when my love swears that she is made | first publication, later appears as sonnet 138
row 2 : 2 | william shakespeare | "two loves i have, of comfort and | first publication, later appears as sonnet 144
row 3 : 3 | william shakespeare | "did not the heavenly rhetoric of thine | a version of longaville's son
row 4 : 4 | None | "sweet cytherea, sitting by | on the theme of venus and adon
row 5 : 5 | william shakespeare | "if love make me forsworn, how | a version of berowne's
row 6 : 6 | None | "scarce had the sun dried up the | on the theme of venus and adon
row 7 : 7 | None | "fair is my love, but not so fair | in the same six-line stanza
row 8 : 8 | richard barnfield | "if music and sweet poetry agree" | first published in poems in diverse humours
row 9 : 9 | None | "fair was the morn when the fair queen | on the theme of venus and adon
row 10 : 10 | None | "sweet rose, fair flower, untimely | in the same six-line stanza
row 11 : 11 | bartholomew griffin | "venus, with young adonis sitting | printed in fidessa (1596). on
row 12 : 12 | thomas deloney? | "crabbed age and youth cannot live together | was reprinted with additional stanza
row 13 : 13 | None | "beauty is but a va | in the same six-line stanza
row 14 : 14 | None | "good-night, good rest, a | in the same six-line stanza
row 15 : 15 | None | "it was a lording' | None
row 16 : 16 | william shakespeare | "on a day (alack the day | dumaine's poem to catherine
row 17 : 18 | None | "when as thine eye hath chose | three versions of the poem exist in manuscript miscell
row 18 : 20 | richard barnfield | "as it fell upon a day" | first published in poems in divers humors (1598 ] Execute this SQL based on the above table: select first line group by first line order by count ( notes ) desc limit 1 | "when my love swears that she is made of truth" |
[ header: no | episode | title | original airdate | viewers | nightly rank row 1 : 1 | 2-01 | "the return" (part 1) | 16 may 2011 | 0.927 | 12
row 2 : 2 | 2-02 | "baby bumps" (part 2) | 16 may 2011 | 0.76 | 16
row 3 : 3 | 2-03 | "dates, decisions & divorces" | 23 may 2011 | 0.905 | 12
row 4 : 4 | 2-04 | "together we are one" | 30 may 2011 | 0.953 | 11
row 5 : 5 | 2-05 | "the way you are" | 6 june 2011 | 0.954 | 11
row 6 : 6 | 2-06 | "behind closed doors" | 13 june 2011 | 0.982 | 13
row 7 : 7 | 2-07 | "cheating on your test" | 20 june 2011 | 0.995 | 11
row 8 : 8 | 2-08 | "two different places" | 22 june 2011 | 0.904 | 10
row 9 : 9 | 2-09 | "just keep talking" | 27 june 2011 | 0.938 | 10
row 10 : 10 | 2-10 | "episode ten" | 29 june 2011 | 1.07 | 6
row 11 : 11 | 2-11 | "episode eleven" | 6 july 2011 | 0.825 | 14
row 12 : 12 | 2-12 | "episode twelve" | 13 july 2011 | 0.96 | 9
row 13 : 13 | 2-13 | "episode thirteen" | 20 july 2011 | 0.997 | 6 ] Execute this SQL based on the above table: select title where title = '"dates, decisions & divorces"' | "dates, decisions & divorces" |
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 3 | michael schumacher | ferrari | 71 | 1:34:45.026 | 2 | 10
row 2 : 2 | 4 | eddie irvine | ferrari | 71 | 19.575 | 4 | 6
row 3 : 3 | 8 | mika hakkinen | mclaren-mercedes | 71 | 19.747 | 1 | 4
row 4 : 4 | 1 | jacques villeneuve | williams-mecachrome | 71 | +1:06.965 | 5 | 3
row 5 : 5 | 6 | alexander wurz | benetton-playlife | 70 | +1 lap | 10 | 2
row 6 : 6 | 7 | david coulthard | mclaren-mercedes | 70 | +1 lap | 3 | 1
row 7 : 7 | 14 | jean alesi | sauber-petronas | 70 | +1 lap | 11 | None
row 8 : 8 | 15 | johnny herbert | sauber-petronas | 70 | +1 lap | 13 | None
row 9 : 9 | 5 | giancarlo fisichella | benetton-playlife | 70 | +1 lap | 9 | None
row 10 : 10 | 18 | rubens barrichello | stewart-ford | 69 | +2 laps | 14 | None
row 11 : 11 | 11 | olivier panis | prost-peugeot | 69 | +2 laps | 16 | None
row 12 : 12 | 19 | jos verstappen | stewart-ford | 69 | +2 laps | 15 | None
row 13 : 13 | 17 | mika salo | arrows | 69 | +2 laps | 19 | None
row 14 : 14 | 16 | pedro diniz | arrows | 69 | +2 laps | 17 | None
row 15 : 15 | 2 | heinz-harald frent | williams-mecachrome | 68 | suspension | 8 | None
row 16 : 16 | 10 | ralf schumacher | jordan-mugen-honda | 68 | +3 laps | 6 | None
row 17 : 17 | 22 | shinji nakano | minardi-ford | 65 | engine | 21 | None
row 18 : ret | 21 | toranosuke takagi | tyrrell-ford | 60 | engine | 20 | None
row 19 : ret | 12 | jarno trulli | prost-peugeot | 55 | spun off | 12 | None
row 20 : ret | 23 | esteban tuero | minardi-ford | 41 | gearbox | 22 | None
row 21 : ret | 9 | damon hill | jordan-mugen-honda | 19 | hydraulics | 7 | None
row 22 : ret | 20 | ricardo rosset | tyrrell-ford | 16 | hydraulics | 18 | None ] Execute this SQL based on the above table: select driver order by grid desc limit 1 | esteban tuero |
[ header: date | opponent | site | result | attendance | record row 1 : thu., dec. 5, 1940 | at loyola maryland | alumni gymnasium • baltimore, | l 32-36 | None | 0-1
row 2 : tue., dec. 10, | western maryland | riverside stadium • washington, dc | w 41-29 | None | 1-1
row 3 : thu., dec. 12, 1940 | at american | clendenen gymnasium • washington | w 41-35 | None | 2-1
row 4 : mon., dec. 16, 1940 | george washington | riverside stadium • washington, dc | w 50-42 | None | 3-1
row 5 : wed., dec. 18, 1940 | at loyola chicago | chicago stadium • chicago, | w 38-35 | None | 4-1
row 6 : wed, jan. 8, 1941 | at canisius | buffalo memorial auditorium • buffalo, ny | w 53-35 | None | 5-1
row 7 : fri., jan. 10, 1941 | at temple | philadelphia convention hall • phil | w 46-45 | None | 6-1
row 8 : wed., jan 15, 1941 | at army | hayes gymnasium • west point, n | w 40-28 | None | 7-1
row 9 : thu., jan. 16, 1941 | new york university | riverside stadium • washington, dc | w 36-27 | None | 8-1
row 10 : fri., jan. 17, 1941 | at maryland | ritchie coliseum • | w 51-34 | None | 9-1
row 11 : wed., jan. 22, 1941 | at navy | dahlgren hall • annapolis, | w 38-18 | None | 10-1
row 12 : wed, jan. 29, 1941 | penn state | riverside stadium • washington, dc | w 28-24 ot | None | 11-1
row 13 : wed., feb. 5, | at syracuse | archbold gymnasium • syrac | l 43-49 | None | 11-2
row 14 : thu., feb. | at colgate | huntington gymnasium • hamilton, | w 39-36 | None | 12-2
row 15 : fri., feb. 7, 1941 | at yale | payne whitney gymnasium • | w 41-39 | None | 13-2
row 16 : mon, feb. 10, 1941 | temple | riverside stadium • washington, dc | w 57-49 | 7000 | 14-2
row 17 : wed., feb. 19, | at penn state | recreation hall • state college, pa | l 38-45 | None | 14-3
row 18 : thu., feb. | at scranton | watres armory • scranton, | w 51-40 | None | 15-3
row 19 : fri., feb. 28, 1941 | at fordham | madison square garden • new york, | l 42-52 | None | 15-4
row 20 : thu., mar. 6, 1941 | at george washington | riverside stadium • washington, dc | w 41-34 | None | 16-4 ] Execute this SQL based on the above table: select site where date = 'thu., dec. 12, 1940' | clendenen gymnasium • washington, dc |
[ header: game | date | opponent | location | score | ot | attendance | record row 1 : 1 | january 6, 2006 | philadelphia wings | xcel energy center | l 11-15 | None | 8024 | 0-1
row 2 : 2 | january 14, 2006 | @ philadelphia wings | wachovia center | w 13-10 | None | 11874 | 1-1
row 3 : 3 | january 20, 2006 | @ calgary roughnecks | pengrowth saddledome | w 12-8 | None | 10637 | 2-1
row 4 : 4 | january 21, 2006 | rochester knighthawks | xcel energy center | l 6-12 | None | 7124 | 2-2
row 5 : 5 | january 29, 2006 | rochester knighthawks | xcel energy center | l 9-10 | None | 7544 | 3-2
row 6 : 6 | february 3, 2006 | @ edmonton rush | rexall place | w 7-6 | None | 8745 | 3-3
row 7 : 7 | february 10, 2006 | philadelphia wings | xcel energy center | w 11-10 | None | 7524 | 4-3
row 8 : 8 | february 18, 2006 | @ buffalo bandits | hsbc arena | l 9-14 | None | 12458 | 4-4
row 9 : 9 | march 3, 2006 | @ toronto rock | air canada centre | l 8-13 | None | 15830 | 4-5
row 10 : 10 | march 4, 2006 | @ buffalo bandits | hsbc arena | w 11-8 | None | 10961 | 5-5
row 11 : 11 | march 17, 2006 | @ portland lumberjax | rose garden | w 14-12 | None | 5487 | 6-5
row 12 : 12 | march 24, 2006 | buffalo bandits | xcel energy center | l 11-13 | None | 9533 | 6-6
row 13 : 13 | april 1, 2006 | toronto rock | xcel energy center | w 10-9 | None | 10084 | 7-6
row 14 : 14 | april 8, 2006 | @ rochester knighthawks | blue cross arena | l 9-10 | None | 10352 | 7-7
row 15 : 15 | april 9, 2006 | san jose stealth | xcel energy center | w 9-8 | ot | 7044 | 8-7
row 16 : 16 | april 15, 2006 | portland lumberjax | xcel energy center | l 8-13 | None | 10104 | 8-8 ] Execute this SQL based on the above table: select count ( date ) | 16 |
[ header: | player | nationality | drafted by | year | round | overall row 1 : w | harald luckner | sweden | new york islanders | 1977 | 7th | 121st
row 2 : d | bjorn olsson | sweden | st. louis blues | 1977 | 9th | 147th
row 3 : c | bengt-ake gustafs | sweden | washington capitals | 1978 | 4th | 55th
row 4 : f | dan hermansson | sweden | st. louis blues | 1978 | 10th | 175th
row 5 : w | hakan loob | sweden | calgary flames | 1980 | 9th | 181st
row 6 : w | jan ingman | sweden | montreal canadiens | 1981 | 1st | 19th
row 7 : lw | magnus roupe | sweden | philadelphia flyers | 1982 | 9th | 182nd
row 8 : c | thomas rundkvist | sweden | montreal canadiens | 1983 | 10th | 198th
row 9 : rw | lars karlsson | sweden | detroit red wings | 1984 | 8th | 152nd
row 10 : d | fredrik olausson | sweden | winnipeg jets | 1985 | 4th | 81st
row 11 : d | mattias olsson | sweden | los angeles kings | 1991 | 10th | 218th
row 12 : c | mathias johansson | sweden | calgary flames | 1992 | 3rd | 54th
row 13 : rw | jonas hoglund | sweden | calgary flames | 1992 | 10th | 222nd
row 14 : d | anders myrvold | norway | quebec nordiques | 1993 | 5th | 127th
row 15 : d | henrik rehnberg | sweden | new jersey devils | 1995 | 4th | 96th
row 16 : rw | kristian huselius | sweden | florida panthers | 1997 | 2nd | 47th
row 17 : lw | peter nordstrom | sweden | boston bruins | 1998 | 3rd | 78th
row 18 : d | jonas frogren | sweden | calgary flames | 1998 | 8th | 206th
row 19 : d | pelle prestberg | sweden | mighty ducks of anaheim | 1998 | 9th | 233rd
row 20 : c | tore vikingstad | norway | st. louis blues | 1999 | 6th | 180th
row 21 : lw | andreas jamtin | sweden | detroit red wings | 2001 | 5th | 157th
row 22 : d | robin jonsson | sweden | st. louis blues | 2002 | 4th | 120th
row 23 : d | pierre johnsson | sweden | calgary flames | 2002 | 7th | 207th
row 24 : d | per johnsson | sweden | calgary flames | 2006 | 7th | 209th
row 25 : c | marcus johansson | sweden | washington capitals | 2009 | 1st | 24th
row 26 : f | henrik bjorklund | sweden | calgary flames | 2009 | 4th | 111th
row 27 : g | johan gustafsson | sweden | minnesota wild | 2010 | 6th | 159th ] Execute this SQL based on the above table: select where year < ( select max ( year ) ) order by year desc limit 1 | c |
[ header: value | diameter | composition | 1979-1989 obverse | 1979-1989 reverse row 1 : 1 cent | 18 mm | bronze | state arms | frigate birds
row 2 : 2 cents | 21 mm | bronze | state arms | b'abal plant
row 3 : 5 cents | 19 mm | cupronickel | state arms | tokay gecko
row 4 : 10 cents | 24 mm | cupronickel | state arms | breadfruit
row 5 : 20 cents | 29 mm | cupronickel | state arms | dolphins
row 6 : 50 cents | 32 mm | cupronickel | state arms | panda nut plant
row 7 : 1 dollar | 30 mm | cupronickel | state arms | outrigger canoe
row 8 : 2 dollars | 29 mm | nickel-brass | state arms | meeting lodge/"tenth anniversary of independence" ] Execute this SQL based on the above table: select composition where 1979-1989 obverse = 'state arms' order by composition asc limit 1962 | bronze, bronze, cupronickel, cupronickel, cupronickel, cupronickel, cupronickel, nickel-brass |
[ header: date | opponent | score | overall record | scba record row 1 : april 3 | uc santa barbara | 5-1 | 28-6 | 4-0
row 2 : april 6 | san diego | 11-11 | 28-6-1 | 4-0-1
row 3 : april 7 | at san diego | 10-3 | 29-6-1 | 5-0-1
row 4 : april 7 | at san diego | 8-2 | 30-6-1 | 6-0-1
row 5 : april 8 | at loyola marymount | 2-1 | 31-6-1 | 7-0-1
row 6 : april 12 | vs. uc ir | 16-2 | 32-6-1 | None
row 7 : april 13 | vs. chapman | 4-13 | 32-7-1 | None
row 8 : april 13 | vs. uc ir | 11-2 | 33-7-1 | None
row 9 : april 14 | vs. chapman | 5-2 | 34-7-1 | None
row 10 : april 14 | vs. chapman | 5-6 | 34-8-1 | None
row 11 : april 17 | cal state la | 12-6 | 35-8-1 | 7-2-1
row 12 : april 20 | pepperdine | 3-5 | 35-9-1 | 7-1-1
row 13 : april 21 | at pepperdine | 9-10 | 35-10-1 | 8-2-1
row 14 : april 21 | pepperdine | 8-7 | 36-10-1 | 9-2-1
row 15 : april 22 | hawaii | 12-4 | 37-10-1 | None
row 16 : april 24 | san diego | 7-2 | 38-10-1 | 10-2-1
row 17 : april 27 | at long beach state | 6-9 | 38-11-1 | 10-3-1
row 18 : april 28 | long beach state | 7-1 | 39-11-1 | 11-3-1
row 19 : april 28 | long beach state | 5-3 | 40-11-1 | 12-3-1 ] Execute this SQL based on the above table: select count ( * ) where date = 276 | 0 |
[ header: date | name | moving from | moving to | fee row 1 : 3 march 2009 | silvestre varela | estrela da amadora | porto | free
row 2 : 14 april 2009 | mario rondon | pontassolense | nacional | free
row 3 : 18 april 2009 | patric | sao caetano | benfica | undisclosed fee
row 4 : 16 may 2009 | manuel jose | cluj | pacos de ferreira | free
row 5 : 26 may 2009 | jonathan bru | aep paphos | academica de coimbra | free
row 6 : 1 june 2009 | boris peskovic | academica de coimbra | cluj | free
row 7 : 6 june 2009 | anselmo | estrela da amadora | nacional | free
row 8 : 15 june 2009 | gustavo lazzaretti | atletico paranaense | vitoria de guimaraes | loan
row 9 : 17 june 2009 | beto | leixoes | porto | undisclosed fee
row 10 : 18 june 2009 | angelo pena | estudiantes de merida | braga | undisclosed fee
row 11 : 23 june 2009 | kostas katsourani | benfica | panathinaikos | € 2,500,000
row 12 : 1 july 2009 | matias fernandez | villarreal | sporting cp | € 3,635,000
row 13 : 2 july 2009 | rodrigo possebon | manchester united | braga | loan
row 14 : 2 july 2009 | tarik sektioui | porto | ajman club | free
row 15 : 3 july 2009 | paulo machado | porto | toulouse | € 3,500,000
row 16 : 4 july 2009 | jean paul yontcha | otopeni | belenenses | free
row 17 : 6 july 2009 | fernando belluschi | olympiacos | porto | € 5,000,000
row 18 : 7 july 2009 | ladji keita | aep paphos | vitoria de setubal | free
row 19 : 8 july 2009 | cristian trombetta | nueva chicago | leixoes | free
row 20 : 10 july 2009 | filipe da costa | levski sofia | nacional | free
row 21 : 10 july 2009 | saulo | belenenses | celta vigo | free
row 22 : 12 july 2009 | romeu ribeiro | benfica | trofense | loan
row 23 : 13 july 2009 | fernando avalos | belenenses | nea salamis | free
row 24 : 14 july 2009 | ibson | porto | spartak moscow | undisclosed fee
row 25 : 14 july 2013 | pedro celestino | sporting cp | belenenses | free
row 26 : 17 july 2009 | carlos carneiro | pacos de ferreira | vizela | free
row 27 : 18 july 2009 | wanderley | cruzeiro | maritimo | € 750,000
row 28 : 18 july 2009 | ruben lima | benfica | vitoria de setubal | loan
row 29 : 18 july 2009 | aly cissokho | porto | lyon | € 15,000,000
row 30 : 24 july 2009 | alberto | rio branco | uniao de leiria | free
row 31 : 21 july 2009 | weldon | sport | benfica | € 276,000 ] Execute this SQL based on the above table: select moving to order by fee desc limit 1 | lyon |
[ header: no. | title | directed by | written by | original air date row 1 : 1 | "reunion" | bryan spicer | patrick massett & john | january 27, 2003
row 2 : 2 | "antarctica" | perry lang | patrick massett & john | february 3, 2003
row 3 : 3 | "skulls" | adam nimoy | patrick massett & john | february 10, 2003
row 4 : 4 | "heist" | rick kolbe | rick kellard | march 10, 2003
row 5 : 5 | "the wheel of dharma" | r. w. goodwin | stephanie bloch-chambers | None
row 6 : 6 | "sangraal" | perry lang | gabrielle stanton & harry | None
row 7 : 7 | "mummy virus" | vern gillum | rick kellard & thani | None
row 8 : 8 | "name of god" | michael nankin | brad falchuk | None
row 9 : 9 | "devil's child" | tom wright | thania st. john | None
row 10 : 10 | "avalon" | dwight little | i. c. rapoport | None
row 11 : 11 | "the lost codex" | tom wright | gabrielle stanton & harry | None
row 12 : 12 | "eternal" | fred gerber | thania st. john | None
row 13 : 13 | "helmholtz resonance" | larry shaw | patrick massett & john | None ] Execute this SQL based on the above table: select count ( original air date ) where no. < 1158 | 4 |
[ header: religious group | population % | growth (1991-2001) | sex ratio (total) | literacy (%) | work participation (%) | sex ratio (rural) | sex ratio (urban) | sex ratio (child) row 1 : hindu | 80.46% | 20.3% | 931 | 65.1% | 40.4% | 944 | 894 | 925
row 2 : muslim | 13.43% | 29.3% | 936 | 59.1% | 31.3% | 953 | 907 | 950
row 3 : christian | 2.34% | 22.6% | 1009 | 80.3% | 39.7% | 1001 | 1026 | 964
row 4 : sikh | 1.87% | 18.2% | 893 | 69.4% | 37.7% | 895 | 886 | 786
row 5 : buddhist | 0.77% | 18.2% | 953 | 72.7% | 40.6% | 958 | 944 | 942
row 6 : animist, others | 0.72% | 103.1% | 992 | 47.0% | 48.4% | 995 | 966 | 976
row 7 : jain | 0.41% | 26.0% | 940 | 94.1% | 32.9% | 937 | 941 | 870 ] Execute this SQL based on the above table: select growth (1991-2001) where sex ratio (child) <= 870 | 18.2%, 26.0% |
[ header: name | lifetime | nationality | notable as | notes row 1 : peter fallico | b. ? | canadian | interior designer, television personality | g
row 2 : sam falson | b. 1982 | american | singer | g
row 3 : rotimi fani-kayode | 1955-1989 | nigerian | photographer | g
row 4 : gareth farr | b. 1968 | new zealander | contemporary classical composer, drag performer | g
row 5 : james fenton | b. 1949 | english | writer, academic | g
row 6 : lynne fernie | b. 1946 | canadian | filmmaker | l
row 7 : mark ferrandino | b. 1977 | american | politician | g
row 8 : frank ferri | b. 1954 | american | politician | g
row 9 : patricia field | b. 1941 | american | costume designer, stylist | l
row 10 : harvey fierstein | b. 1952 | american | actor | g
row 11 : william p. fitzpatrick | b. ? | american | politician | g
row 12 : rosanna flamer-caldera | b. ? | sri lankan | activist | l
row 13 : gustave flaubert | 1821-1880 | french | author | b
row 14 : kate fleming | 1965-2006 | american | audio book narrator and producer | l
row 15 : elizabeth gurley fly | 1890-1964 | american | activist | b
row 16 : waawaate fobister | b. 1984 | canadian | writer, actor | g
row 17 : mark foley | b. 1954 | american | u.s. representative (r-f | g
row 18 : e. m. forster | 1879-1970 | british | writer | g
row 19 : jackie forster | 1926-1998 | english | actor, activist | l
row 20 : wolfgang fortner | 1907-1987 | german | classical composer and conductor | g
row 21 : pim fortuyn | 1948-2002 | dutch | politician, academic and sociologist | g
row 22 : per-kristian foss | b. 1950 | norwegian | politician, first openly gay minister in norway | g
row 23 : michel foucault | 1926-1984 | french | philosopher, historian | b
row 24 : virgil fox | 1912-1980 | american | classical musician | g
row 25 : david france | b. ? | american | journalist, filmmaker | g
row 26 : kay francis | 1905-1968 | american | actor | b
row 27 : margo frasier | b. ? | american | first openly lesbian sheriff elected to office | l
row 28 : marcia freedman | b. 1938 | israeli-american | activist | l
row 29 : elsa von freytag-lor | 1874-1927 | german-american | artist, poet | b
row 30 : benedict friedlander | 1866-1908 | german | early gay rights activist, author | g
row 31 : adrian fulford | b. 1953 | british | judge | g
row 32 : bryan fuller | b. 1969 | american | tv writer | g
row 33 : wes funk | b. ? | canadian | writer | g
row 34 : sia furler | b. 1975 | australian | pop singer | b ] Execute this SQL based on the above table: select count ( lifetime ) | 34 |
[ header: year | single | peak chart positions at | peak chart positions uk | peak chart positions u.s. dance | peak chart positions u.s. rock | peak chart positions ger | peak chart positions sui | peak chart positions ned | peak chart positions swe | album row 1 : 1988 / 89 | "bring me edelweiss" | 1 | 5 | 7 | 24 | 2 | 1 | 2 | 1 | singles only
row 2 : 1989 | "i can't get no... edel | None | None | None | None | None | None | None | None | singles only
row 3 : 1992 | "raumschiff edelweiss" / | 1 | None | None | None | 7 | 8 | 19 | 25 | wonderful world of edelweiss
row 4 : 1992 | "planet edelweiss" | 14 | None | None | None | None | None | None | None | wonderful world of edelweiss
row 5 : 1993 | "beam me up" | None | None | None | None | None | None | None | None | wonderful world of edelweiss
row 6 : 1993 | "ski instructor" | None | None | None | None | None | None | None | None | wonderful world of edelweiss
row 7 : 1997 | "edeltaler hochzeitsmarsch ( | None | None | None | None | None | None | None | None | singles only
row 8 : 2001 | "bring me edelweiss" ( | None | None | None | None | None | None | None | None | singles only ] Execute this SQL based on the above table: select count ( * ) where album = 'wonderful world of edelweiss' | 4 |
[ header: | plain catgut | chromic catgut | polyglycolide (p.g.a.) | polydioxanone (pds) row 1 : composition | None | natural purified collagen | polyglycolic acid | polyester and poly (p-diox
row 2 : tensile strength | strength retention for at least 7 days | maintains strength for 10-14 days | 84% at 2 weeks, 23% at 4 | 80% at 2 weeks, 44% at 8
row 3 : origin | bovine serosa surface finish | bovine serosa | synthetic | synthetic through the critical wound
row 4 : treatment | None | treatment with a glycerol | coated with magnesium stearate | uncoated
row 5 : type of absorption | proteolytic enzymatic digestion complete by | proteolytic enzymatic digestion complete in | absorption by hydrolysis complete between 60 and 90 | wound support can remain up to 42 days, however
row 6 : tissue reaction | moderate. plain catgut enjoys lower tissue reaction | moderate | None | None
row 7 : thread color | straw | brown | violet and undyed | violet and clear
row 8 : size available | usp 6-0 (1 metric) to us | usp 6-0 (1 metric) to us | usp 6-0 (1 metric) to us | usp 6-0 (1 metric) to us
row 9 : advantages | very high knot-pull tensile | very high knot-pull tensile | high initial tensile strength, guaranteed holding | tensile strength retention, guaranteed holding power
row 10 : contraindications | not recommended for incisions that require the | not recommended for an incision that requires sustaining | this suture being absorbable should not be used | this type of suture being absorbable is not ] Execute this SQL based on the above table: select polydioxanone (pds) group by polydioxanone (pds) order by count ( * ) desc limit 1 | wound support can remain up to 42 days, however tensile strength decreases to about 70% at 14 days and 25% at 42 days |
[ header: name | mark | system | from | to | successor | notes row 1 : alexandria and frede | None | rf&p | 1872 | 1890 | baltimore and potomac railroad | None
row 2 : alexandria and washington railroad | None | rf&p | 1854 | 1872 | alexandria and frede | None
row 3 : chesapeake and ohi | c&o, co | c&o | 1891 | 1987 | csx transportation | None
row 4 : consolidated rail corporation | cr | None | 1976 | 1999 | csx transportation/norfo | None
row 5 : east washington railway | None | None | 1935 | 1976 | None | None
row 6 : georgetown barge, dock, elevator | None | b&o | 1888 | 1972 | baltimore and ohio | None
row 7 : orange, alexandria and man | None | sou | 1872 | 1872 | virginia and north carolina railroad | None
row 8 : penn central transportation company | pc | None | 1968 | 1976 | consolidated rail corporation | None
row 9 : pennsylvania railroad | prr | prr | 1918 | 1968 | penn central transportation company | None
row 10 : philadelphia, baltimore | None | prr | 1902 | 1976 | consolidated rail corporation | None
row 11 : philadelphia, wilm | None | prr | 1891 | 1902 | philadelphia, baltimore | None
row 12 : richmond and danville railroad | None | sou | 1886 | 1894 | southern railway | None
row 13 : richmond, fredericksburg and pot | rf&p, rfp | rf&p | 1920 | 1991 | richmond, fredericksburg and pot | None
row 14 : southern railway | sou | sou | 1894 | 1990 | norfolk southern railway | None
row 15 : southern maryland railroad | None | None | 1882 | 1886 | washington and potomac railroad | None
row 16 : virginia midland railway | None | sou | 1880 | 1886 | richmond and danville railroad | None
row 17 : virginia and north carolina railroad | None | sou | 1872 | 1873 | washington city, virginia midland | None
row 18 : washington, alexandria and | None | rf&p | 1862 | 1868 | alexandria and washington railroad | None
row 19 : washington city and point lookout railroad | None | b&o | 1873 | 1874 | baltimore and ohio | None
row 20 : washington city, virginia midland | None | sou | 1873 | 1880 | virginia midland railway | None
row 21 : washington and potomac railroad | None | None | 1886 | 1900 | washington, potomac and chesa | None
row 22 : washington, potomac and chesa | None | None | 1901 | 1910 | washington, potomac and chesa | None
row 23 : washington, potomac and chesa | None | None | 1910 | 1918 | chesapeake beach railway | None
row 24 : washington southern railway | wsn | rf&p | 1901 | 1920 | richmond, fredericksburg and pot | None
row 25 : washington terminal company | watc | b&o/ prr | 1901 | None | None | still exists as a subsidiary of the national railroad
row 26 : washington and western maryland railroad | None | b&o | 1889 | 1985 | None | None ] Execute this SQL based on the above table: select max ( from ) where from = 1886 | 1886 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | france | 28 | 28 | 24 | 80
row 2 : 2 | romania | 16 | 3 | 5 | 24
row 3 : 3 | canada | 14 | 10 | 15 | 39
row 4 : 4 | quebec | 8 | 4 | 16 | 28
row 5 : 5 | morocco | 6 | 11 | 7 | 24
row 6 : 6 | tunisia | 4 | 7 | 1 | 12
row 7 : 7 | egypt | 2 | 5 | 4 | 11
row 8 : 8 | switzerland | 2 | 1 | 5 | 8
row 9 : 9 | senegal | 2 | 1 | 3 | 6
row 10 : 10 | french community of belgium | 1 | 3 | 6 | 10
row 11 : 11 | madagascar | 1 | 2 | 3 | 6
row 12 : 12 | burkina faso | 1 | None | 2 | 3
row 13 : 13 | togo | 1 | None | 1 | 2
row 14 : 14 | guinea | 1 | None | None | 1
row 15 : 15 | lebanon | 1 | None | None | 1
row 16 : 16 | ivory coast | None | 3 | 3 | 6
row 17 : 17 | republic of the congo | None | 3 | 2 | 5
row 18 : 18 | new brunswick | None | 1 | 2 | 3
row 19 : 19 | central african republic | None | 1 | None | 1
row 20 : 20 | dominica | None | 1 | None | 1
row 21 : 21 | gabon | None | 1 | None | 1
row 22 : 22 | mali | None | 1 | None | 1
row 23 : 23 | cambodia | None | None | 2 | 2
row 24 : 24 | luxembourg | None | None | 2 | 2
row 25 : 25 | mauritius | None | None | 2 | 2
row 26 : 26 | burundi | None | None | 1 | 1
row 27 : 27 | djibouti | None | None | 1 | 1
row 28 : 28 | vietnam | None | None | 1 | 1 ] Execute this SQL based on the above table: select count ( nation ) | 28 |
[ header: place | position | number | name | league one | fa cup | league cup | football league trophy | total row 1 : 1 | mf | 4 | luke summerfield | 5 | 0 | 0 | 0 | 5
row 2 : 2 | mf | 17 | paul parry | 3 | 0 | 1 | 0 | 4
row 3 : 3 | fw | 24 | tom eaves | 3 | 0 | 0 | 0 | 3
row 4 : 4 | mf | 11 | jon taylor | 1 | 0 | 0 | 1 | 2
row 5 : 4 | df | 5 | darren jones | 2 | 0 | 0 | 0 | 2
row 6 : 4 | mf | 23 | adam reach | 2 | 0 | 0 | 0 | 2
row 7 : 4 | mf | 22 | ryan woods | 2 | 0 | 0 | 0 | 2
row 8 : 4 | fw | 26 | curtis main | 2 | 0 | 0 | 0 | 2
row 9 : 5 | mf | 2 | jermaine grandison | 1 | 0 | 0 | 0 | 1
row 10 : 5 | mf | 8 | dave mcallister | 1 | 0 | 0 | 0 | 1
row 11 : 5 | fw | 15 | aaron wildig | 1 | 0 | 0 | 0 | 1
row 12 : 5 | fw | 29 | asa hall | 1 | 0 | 0 | 0 | 1
row 13 : 5 | fw | 7 | gozie ugwu | 1 | 0 | 0 | 0 | 1
row 14 : 5 | df | 18 | connor goldson | 1 | 0 | 0 | 0 | 1
row 15 : 5 | mf | 10 | nicky wroe | 1 | 0 | 0 | 0 | 1
row 16 : 5 | fw | 9 | tom bradshaw | 1 | 0 | 0 | 0 | 1 ] Execute this SQL based on the above table: select position where position in ( 'fw' , 'fw' ) order by league one desc limit 1 | fw |
[ header: date | time | opponent# | rank# | site | tv | result | attendance row 1 : august 30 | 8:00 pm | vs. alabama | #9 | georgia dome • atlanta, | abc | l 10-34 | 70097
row 2 : september 6 | 3:30 pm | the citadel | #22 | memorial stadium • clemson, s | None | w 45-17 | 76794
row 3 : september 13 | 12:00 pm | nc state | #23 | memorial stadium • clemson, s | raycom | w 27-9 | 77071
row 4 : september 20 | 1:00 pm | sc state | #21 | memorial stadium • clemson, s | None | w 54-0 | 78607
row 5 : september 27 | 12:00 pm | maryland | #19 | memorial stadium • clemson, s | raycom | l 17-20 | 81500
row 6 : october 9 | 7:45 pm | at wake forest | None | bb&t field • winston- | espn | l 7-12 | 33988
row 7 : october 18 | 12:00 pm | georgia tech | None | memorial stadium • clemson, s | espn | l 17-21 | 81500
row 8 : november 1 | 3:30 pm | at boston college | None | alumni stadium • chestnut hill, ma (o | espnu | w 27-21 | 41863
row 9 : november 8 | 3:30 pm | at #24 florida state | None | doak campbell stadium • tallahasse | abc | l 27-41 | 77013
row 10 : november 15 | 12:00 pm | duke | None | memorial stadium • clemson, s | raycom | w 31-7 | 76217
row 11 : november 22 | 12:00 pm | at virginia | None | scott stadium • charlottesville, | raycom | w 13-3 | 51979
row 12 : november 29 | 12:00 pm | south carolina | None | memorial stadium • clemson, s | espn2 | w 31-14 | 82456
row 13 : january 1, 2009 | 1:00 pm | vs. nebraska | None | jacksonville municipal stadium • jackson | cbs | l 21-26 | 67282 ] Execute this SQL based on the above table: select opponent# where attendance = 33988 | at wake forest |
[ header: code | district | headquarters | population (as of 2011) | area (km2) | density (/km2) row 1 : al | almora | almora | 621972 | 3083 | 202
row 2 : ba | bageshwar | bageshwar | 259840 | 2302 | 113
row 3 : cl | chamoli | chamoli gopeshwar | 391114 | 7613 | 51
row 4 : cp | champawat | champawat | 259315 | 1781 | 146
row 5 : dd | dehradun | dehradun | 1695860 | 3088 | 550
row 6 : ha | haridwar | haridwar | 1927029 | 2360 | 817
row 7 : na | nainital | nainital | 955128 | 3860 | 247
row 8 : pg | pauri garhwal | pauri | 686572 | 5399 | 127
row 9 : pi | pithoragarh | pithoragarh | 485993 | 7100 | 68
row 10 : rp | rudra prayag | rudraprayag | 236857 | 1890 | 125
row 11 : tg | tehri garhwal | new tehri | 616409 | 4080 | 151
row 12 : us | udham singh nagar | rudrapur | 1648367 | 2908 | 567
row 13 : ut | uttarkashi | uttarkashi | 329686 | 8016 | 41 ] Execute this SQL based on the above table: select count ( district ) where population (as of 2011) = 259315 | 1 |
[ header: club | season | league apps | league goals | cup1 apps | cup1 goals | continental2 apps | continental2 goals | other3 apps | other3 goals | total apps | total goals row 1 : anzhi makhachkala | 1999 | 40 | 2 | None | None | None | None | None | None | 40 | 2
row 2 : anzhi makhachkala | 2000 | 30 | 3 | None | None | None | None | None | None | 30 | 3
row 3 : anzhi makhachkala | 2001 | 14 | 0 | None | None | None | None | None | None | 14 | 0
row 4 : anzhi makhachkala | total | 84 | 5 | None | None | None | None | None | None | 84 | 5
row 5 : cska moscow | 2001 | 12 | 1 | None | None | None | None | None | None | 12 | 1
row 6 : cska moscow | 2002 | 29 | 2 | None | None | 2 | 0 | None | None | 31 | 2
row 7 : cska moscow | 2003 | 28 | 1 | None | None | 2 | 0 | 1 | 0 | 31 | 1
row 8 : cska moscow | 2004 | 26 | 1 | None | None | 10 | 0 | 1 | 0 | 27 | 1
row 9 : cska moscow | 2005 | 30 | 1 | 0 | 0 | 15 | 0 | None | None | 45 | 1
row 10 : cska moscow | 2006 | 30 | 1 | 6 | 0 | 7 | 0 | 1 | 0 | 44 | 1
row 11 : cska moscow | 2007 | 27 | 0 | 5 | 0 | 7 | 0 | 1 | 0 | 40 | 0
row 12 : cska moscow | 2008 | 23 | 0 | 3 | 0 | None | None | None | None | 18 | 0
row 13 : cska moscow | 2009 | 10 | 0 | 1 | 0 | 6 | 0 | 1 | 0 | 18 | 0
row 14 : cska moscow | 2010 | 11 | 0 | 1 | 0 | 6 | 0 | 0 | 0 | 18 | 0
row 15 : cska moscow | 2011-12 | 13 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 15 | 0
row 16 : cska moscow | 2012-13 | 0 | 0 | 1 | 0 | 0 | 0 | None | None | 1 | 0
row 17 : cska moscow | 2013-14 | 1 | 0 | 0 | 0 | 0 | 0 | None | None | 1 | 0
row 18 : cska moscow | total | 240 | 7 | 1 | 0 | 56 | 0 | 5 | 0 | 302 | 7
row 19 : career total | career total | 324 | 12 | 1 | 0 | 56 | 0 | 5 | 0 | 386 | 12 ] Execute this SQL based on the above table: select count ( club ) | 19 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | united states (usa) | 25 | 16 | 7 | 48
row 2 : 2 | canada (can) | 5 | 4 | 7 | 16
row 3 : 3 | jamaica (jam) | 4 | 3 | 4 | 11
row 4 : 4 | cuba (cub) | 3 | 8 | 4 | 15
row 5 : 5 | mexico (mex) | 0 | 3 | 3 | 6
row 6 : 6 | brazil (bra) | 0 | 2 | 1 | 3
row 7 : 7 | puerto rico (pur) | 0 | 1 | 1 | 2
row 8 : 8 | colombia (col) | 0 | 0 | 3 | 3
row 9 : 9 | peru (per) | 0 | 0 | 2 | 2
row 10 : 9 | trinidad and tobago (tri) | 0 | 0 | 2 | 2
row 11 : 11 | chile (chi) | 0 | 0 | 1 | 1
row 12 : 11 | uruguay (uru) | 0 | 0 | 1 | 1
row 13 : 11 | venezuela (ven) | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select nation where silver < 3 | brazil (bra), puerto rico (pur), colombia (col), peru (per), trinidad and tobago (tri), chile (chi), uruguay (uru), venezuela (ven) |
[ 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 placement at miss world where placement at miss world = 'non-finalist' | non-finalist, non-finalist, non-finalist, non-finalist, non-finalist, non-finalist, non-finalist, non-finalist, non-finalist |
[ header: album/single | performer | year | variant | notes row 1 : the english and scottish popular balla | ewan maccoll | 1956 | gil morice | the earliest known professional recording (8'37")
row 2 : blood and roses vol 2 | ewan maccoll | 1981 | child maurice | this is a different version from maccoll
row 3 : right of passage | martin carthy | 1988 | bill norrie | None
row 4 : kornog | kornog | 2000 | child noryce | the only known version by a french band
row 5 : the furrowed field | damien barber | 2000 | bill norrie | None
row 6 : songs | spiers and boden | 2005 | child morris | None
row 7 : at ruskin mill | martin carthy | 2005 | bill norrie | the longest recorded version (9'06") ] Execute this SQL based on the above table: select variant where variant not null order by year desc limit 1 | child morris |
[ header: riding | candidate | gender | residence | occupation | votes | % | rank | biographical notes row 1 : cape breton-canso | mark macneill | m | inverness | government and business policy advisor | 7660 | 21.1 | 3rd | served in ottawa as a
row 2 : central nova | mary louise lorefice | f | antigonish | retired educator | 7659 | 19.6 | 3rd | lorefice is a retired teacher
row 3 : cumberland-colchester-musquod | karen olsson | f | north river | stay-at-home mother | 4874 | 12.3 | 2nd | None
row 4 : dartmouth-cole harbour | brad pye | m | ottawa, on | senior political party program officer | 12793 | 31.5 | 2nd | pye is an international development worker and
row 5 : halifax | megan leslie | f | halifax | community legal worker | 19252 | 42.7 | 1st | None
row 6 : halifax west | tamara lorincz | f | halifax | director of nova scotia environment | 12201 | 29.6 | 2nd | an environmentalist
row 7 : kings-hants | carol e. harris | f | wolfville | university professor | 8291 | 22 | 3rd | she was the ndp's candidate in
row 8 : sackville-eastern shore | peter stoffer | m | windsor junction | parliamentarian | 24279 | 61.4 | 1st | stoffer has been the incumbent mp since
row 9 : south shore-st. margaret | gordon s. earle | m | upper tantallon | retired public servant | 13456 | 33.7 | 2nd | earle is the former federal mp for
row 10 : sydney-victoria | wayne mckay | m | sydney | teacher | 8559 | 24.4 | 2nd | None
row 11 : west nova | george barron | m | bear river | paramedic | 7097 | 16.9 | 3rd | barron was born near paris, on ] Execute this SQL based on the above table: select sum ( votes ) where biographical notes in ( 'an environmentalist' , 'None' ) | 12201 |
[ 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 ranking where ranking = '6th' | 6th |
[ header: yacht | nation | owner | skipper | launch year row 1 : afr midnight rambler | (nsw) | ed psaltis | ed psaltis | 2002
row 2 : another challenge | (vic) | chris lewin | chris lewin | 2000
row 3 : another fiasco | (qld) | damian suckling | damian suckling | 1994
row 4 : balance | (nsw) | paul clitheroe | paul clitheroe | 2006
row 5 : bear necessity | (nsw) | andrew & pauline d | andrew dally | 2007
row 6 : berrimilla | (nsw) | alex whitworth | alex whitworth | 1977
row 7 : george gregan foundation | (nsw) | peter goldsworthy | david witt | 2001
row 8 : georgia | (vic) | john williams/graeme | john williams | 2000
row 9 : getaway sailing 2 | (vic) | peter tarimo | jay pettifer | 2000
row 10 : global yacht racing - kioni | (nsw) | kioni sailing services p/l | richard falk | 2001
row 11 : helsal iv | (tas) | tony fisher | rob fisher | 1986
row 12 : huckleberry | (wa) | steve humphries | steve humphries | 1982
row 13 : hugo boss ii | None | alex thomson racing | ross daniel | 2001
row 14 : ichi ban | (nsw) | matt allen | matt allen | 2005
row 15 : imarex | (nsw) | marc & louis ryckmans | ola strand andersen | 2000
row 16 : jazz | None | chris bull | chris bull | 2003
row 17 : living doll | (vic) | michael hiatt | michael hiatt | 2005
row 18 : mr kite | (nsw) | andrew buckland/andre | andrew buckland/andre | 2005
row 19 : noonmark vi | None | sir geoffrey mulcahy | mike gilburt | 1998
row 20 : quantum racing | (nsw) | ray roberts | ray roberts | 2007
row 21 : quetzalcoatl | (nsw) | bruce/hampshire/lee | antony sweetapple | 2001
row 22 : ragamuffin | (nsw) | syd fischer | syd fischer | 2004
row 23 : rosebud | None | roger sturgeon | roger sturgeon | 2007
row 24 : scarlet runner | (vic) | robert date | robert date | 2001
row 25 : secret men's business #1 | (nsw) | smb syndicate | ross trembath/r cur | 1996
row 26 : sextant | (nsw) | denis doyle | denis doyle | 1999
row 27 : shogun | (vic) | rob hanna | rob hanna | 2007
row 28 : toyota aurion | (nsw) | andrew short | andrew short | 1993
row 29 : wild oats xi | (nsw) | bob oatley | mark richards | 2005
row 30 : wot's next | (nsw) | graeme wood | bill sykes | 2005 ] Execute this SQL based on the above table: select count ( owner ) | 30 |
[ header: date | time | opponent | site | tv | result | attendance | record row 1 : 11/09/2013 | 1:00 pm | trinity baptist | moore gymnasium • daytona | None | w 91-74 | 409 | 1-0
row 2 : 11/12/2013 | 7:00 pm | at south florida | usf sun dome • tampa, | espn3 | l 65-91 | 3549 | 1-1
row 3 : 11/19/2013 | 7:00 pm | trinity (fl) | moore gymnasium • daytona | None | w 98-55 | 1180 | 2-2
row 4 : 11/21/2013 | 7:00 pm | fiu | moore gymnasium • daytona | None | l 67-82 | None | 2-3
row 5 : 11/27/2013 | 4:00 pm | at new mexico state | moby arena • fort collins, | None | l 52-66 | 2945 | 2-5
row 6 : 11/29/2013 | 9:00 pm | vs. prairie view a&m | butler-hancock sports pavilion • gre | None | l 80-89 | 102 | 2-6
row 7 : 11/30/2013 | 9:00 pm | at northern colorado | butler-hancock sports pavilion • gre | None | l 60-65 | None | 2-7
row 8 : 12/03/2013 | 7:00 pm | at stetson | edmunds center • del | None | l 52-56 | 1056 | 2-8
row 9 : 12/09/2013 | 7:00 pm | at hampton | hampton convocation center • hampton | None | l 52-85 | 1428 | 2-10 (0-2)
row 10 : 12/17/2013 | 7:00 pm | at youngstown state | beeghly center • youngstown | None | l 59-71 | 1399 | 2-12
row 11 : 12/21/2013 | 7:00 pm | at north florida | unf arena • jacksonville, | None | l 64-68 | 617 | 2-13
row 12 : 12/30/2013 | 8:00 pm | at detroit | calihan hall • detroit, | None | l 53-73 | 3107 | 2-14
row 13 : 01/11/2014 | 4:00 pm | north carolina a&t | moore gymnasium • daytona | None | l 67-70 | 1091 | 2-16 (0-3)
row 14 : 01/13/2014 | 7:30 pm | north carolina central | moore gymnasium • daytona | None | l 49-64 | 1210 | 2-17 (0-4)
row 15 : 01/18/2014 | 6:00 pm | at savannah state | tiger arena • savannah | None | l 60-70 ot | 3220 | 2-18 (0-5)
row 16 : 01/20/2014 | 7:30 pm | at south carolina state | shm memorial center • orangeburg, s | None | l 67-69 | 751 | 2-19 (0-6)
row 17 : 01/27/2014 | 7:30 pm | howard | moore gymnasium • daytona | None | w 58-47 | 1216 | 4-19 (2-6)
row 18 : 02/01/2014 | 4:00 pm | savannah state | moore gymnasium • daytona | None | l 40-50 | 1075 | 4-20 (2-7)
row 19 : 02/03/2014 | 7:30 pm | south carolina state | moore gymnasium • daytona | None | w 91-59 | 1063 | 5-20 (3-7) ] Execute this SQL based on the above table: select count ( record ) | 19 |
[ header: year | location | men's individual | women's individual | men's team | women's team | mixed team | ref row 1 : 1996 | vaulx-en-velin | franck dauphin (fra) | anna campagnoli (ita | None | None | None |
row 2 : 1998 | taoyuan | john blaschke (usa) | shih ya-ping (t | united states | chinese taipei | None |
row 3 : 2000 | madrid | tsai sung-pin | jamie van natta (usa) | united states | united states | None |
row 4 : 2002 | chonburi | adam wheatcroft (usa) | mary zorn (usa) | united states | united states | None |
row 5 : 2004 | madrid | choi yong-hee ( | mary zorn (usa) | south korea | united states | None |
row 6 : 2006 | vinicne | braden gellenthien (usa | amandine bouillot (fr | united states | france | united states |
row 7 : 2008 | tainan | jedd greschock (usa | erika anschutz (usa) | mexico | south korea | united states |
row 8 : 2010 | shenzhen | adam gallant (usa) | vida halimian (ir | united states | united states | united states |
row 9 : 2012 | cordoba | daniel suter (us | kristina berger (ger) | italy | united states | united states |
row 10 : 2014 | legnica | None | None | None | None | None | ] Execute this SQL based on the above table: select sum ( year ) where women's individual in ( 'shih ya-ping (tpe)' , 'kristina berger (ger)' ) | 4010 |
[ header: year | title | album | uk | b-sides row 1 : 2004 | "kim wilde" (download-only) | grey will fade | None | None
row 2 : 2004 | "summer" | grey will fade | 31 | commodore; smut
row 3 : 2005 | "bastardo" | grey will fade | 31 | 3 minutes; i am a kamera
row 4 : 2006 | "behave" | the deep blue | 168 | mr. ed; cou
row 5 : 2007 | "i want you to know" | the deep blue | 108 | sister universe; suspiria
row 6 : 2007 | "siberia" | the deep blue | None | last night; this is pop; i don
row 7 : 2007 | "again" | the deep blue | None | again (acoustic)
row 8 : 2007 | "ch v fd (deep blue | non-album single | None | dawn treader (fredmix); it is
row 9 : 2009 | "white" | new worlds | None | white (squarepusher remix); white (a
row 10 : 2009 | "alexander" | new worlds | None | alexander (radio edit); alex ] Execute this SQL based on the above table: select b-sides order by uk desc limit 1 | mr. ed; cousteau (extended version); behave (luke smith clor remix) |
[ 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 : 2002 | buf | 16 | 96 | 71 | 25 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1
row 2 : 2003 | buf | 16 | 28 | 24 | 4 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2
row 3 : 2004 | buf | 12 | 25 | 14 | 11 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 4 : 2005 | buf | 13 | 9 | 6 | 3 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 5 : 2006 | buf | 16 | 23 | 13 | 10 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 6 : 2007 | buf | 7 | 4 | 3 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 7 : 2008 | atl | 16 | 34 | 28 | 6 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1
row 8 : 2009 | atl | 16 | 17 | 15 | 2 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1
row 9 : 2010 | atl | 15 | 12 | 8 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 10 : career | None | 127 | 248 | 182 | 66 | 5 | 2 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 5 ] Execute this SQL based on the above table: select count ( team ) where team = 'buf' | 6 |
[ 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 sum ( post ) where horse in ( 'celtic warrior' , 'jack flash' ) | 18.0 |
[ header: pos | no | rider | manufacturer | laps | time | grid | points row 1 : 1 | 58 | marco simoncelli | gilera | 25 | 39:02.553 | 1 | 25
row 2 : 2 | 19 | alvaro bautista | aprilia | 25 | 0.223 | 3 | 20
row 3 : 3 | 36 | mika kallio | ktm | 25 | 14.45 | 2 | 16
row 4 : 4 | 60 | julian simon | ktm | 25 | 14.478 | 6 | 13
row 5 : 5 | 6 | alex debon | aprilia | 25 | 26.226 | 8 | 11
row 6 : 6 | 15 | roberto locatelli | gilera | 25 | 26.392 | 11 | 10
row 7 : 7 | 72 | yuki takahashi | honda | 25 | 26.434 | 7 | 9
row 8 : 8 | 41 | aleix espargaro | aprilia | 25 | 40.546 | 9 | 8
row 9 : 9 | 14 | ratthapark wilairot | honda | 25 | +1:00.219 | 12 | 7
row 10 : 10 | 32 | fabrizio lai | gilera | 25 | +1:20.825 | 13 | 6
row 11 : 11 | 17 | karel abraham | aprilia | 25 | +1:22.802 | 17 | 5
row 12 : 12 | 25 | alex baldolini | aprilia | 25 | +1:22.864 | 18 | 4
row 13 : 13 | 10 | imre toth | aprilia | 25 | +1:23.995 | 16 | 3
row 14 : 14 | 52 | lukas pesek | aprilia | 25 | +1:39.740 | 14 | 2
row 15 : 15 | 35 | simone grotzkyj | gilera | 24 | +1 lap | 21 | 1
row 16 : 16 | 92 | daniel arcas | honda | 24 | +1 lap | 20 | None
row 17 : 17 | 45 | doni tata pradita | yamaha | 24 | +1 lap | 22 | None
row 18 : ret | 4 | hiroshi aoyama | ktm | 15 | retirement | 4 | None
row 19 : ret | 75 | mattia pasini | aprilia | 15 | accident | 10 | None
row 20 : ret | 55 | hector faubel | aprilia | 4 | accident | 5 | None
row 21 : ret | 90 | federico sandi | aprilia | 1 | accident | 15 | None
row 22 : ret | 43 | manuel hernandez | aprilia | 1 | retirement | 19 | None
row 23 : dnq | 27 | stefano bianco | gilera | None | None | None | None
row 24 : dnq | 89 | ho wan chow | aprilia | None | None | None | None ] Execute this SQL based on the above table: select rider order by no desc limit 1 | daniel arcas |
[ header: date | venue | opponent | score | result | competition | # row 1 : 15 nov 2006 | lansdowne road, dublin | san marino | 2-0 | 5-0 | euro 2008 qualifying | 1
row 2 : 28 mar 2007 | croke park, dublin | slovakia | 1-0 | 1-0 | euro 2008 qualifying | 2
row 3 : 23 may 2007 | giants stadium, new york | ecuador | 1-1 | 1-1 | friendly | 3
row 4 : 9 sep 2007 | tehelne pole, bra | slovakia | 1-2 | 2-2 | euro 2008 qualifying | 4
row 5 : 17 nov 2007 | millennium stadium, cardiff | wales | 1-2 | 2-2 | euro 2008 qualifying | 5
row 6 : 6 sep 2008 | stadion am bruchweg, main | georgia | 0-1 | 1-2 | 2010 fifa world cup qualifying | 6
row 7 : 5 sep 2009 | neo gsp stadium, | cyprus | 0-1 | 1-2 | 2010 fifa world cup qualifying | 7
row 8 : 25 may 2010 | rds arena, dublin | paraguay | 1-0 | 2-1 | friendly | 8
row 9 : 7 sep 2010 | aviva stadium, dublin | andorra | 2-0 | 3-1 | euro 2012 qualifying | 9
row 10 : 7 oct 2011 | estadi comunal, andorr | andorra | 1-0 | 2-0 | euro 2012 qualifying | 10
row 11 : 7 sep 2012 | astana arena, astana | kazakhstan | 2-1 | 2-1 | 2014 fifa world cup qualifying | 11
row 12 : 11 sep 2012 | craven cottage, london | oman | 3-0 | 4-1 | friendly | 12 ] Execute this SQL based on the above table: select result where date in ( '25 may 2010' , '25 may 2010' ) | 2-1 |
[ header: song | chinese | hito radio top 10 | 9+2 music top 15 | global asia top 15 | ufo radio top 15 | channel [v] top 20 | mtv taiwan top 20 | yes 93.3 top 20 row 1 : super star | None | 3 | None | >4 | 3 | 4 | None | 14
row 2 : far away | 遠方 | None | None | 3 | 2 | 5 | None | 7
row 3 : half-sugarism | 半糖主義 | 3 | None | None | 7 | None | 3 | None
row 4 : river shore park | 河濱公園 | 1 | 2 | None | None | None | None | None
row 5 : i.o.i.o | None | 2 | None | None | 5 | 3 | None | None
row 6 : heavy rain | 落大雨 | 1 | None | None | None | None | >1 | None
row 7 : smile of summer | 夏天的微笑 | 3 | None | None | None | None | 7 | None ] Execute this SQL based on the above table: select channel [v] top 20 where channel [v] top 20 not null order by hito radio top 10 asc limit 361 | 5, 3, 4 |
[ header: year | film | role | language | notes row 1 : 2009 | toss: a flip of destiny | sherry | hindi | None
row 2 : 2009 | aa okkadu | dr. pavitra | telugu | None
row 3 : 2010 | mouna ragam | sandhya | telugu | None
row 4 : 2010 | saradaga kasepu | manimala | telugu | None
row 5 : 2010 | orange | madhu | telugu | special appearance
row 6 : 2012 | kamaal dhamaal malam | maria | hindi | None
row 7 : 2013 | mahankali | tanisha | telugu | None
row 8 : 2013 | shadow | None | telugu | None
row 9 : 2013 | eepeeko | None | tamil | filming
row 10 : 2013 | black coffee | None | malayalam | filming
row 11 : 2014 | koothara | shaista | malayalam | filming
row 12 : 2014 | kotha janta | None | telugu | filming
row 13 : 2013 | serndhu polama | None | tamil | filming ] Execute this SQL based on the above table: select min ( year ) | 2009 |
[ header: | date | opponents | h / a | result | score | attendance row 1 : 1 | 29 august | doncaster knights | h | w | 30 - 14 | 2232
row 2 : 2 | 5 september | london welsh | h | w | 22 - 3 | 2047
row 3 : 3 | 11 september | moseley | a | d | 26 - 26 | 751
row 4 : 4 | 19 september | birmingham & solihull | h | w | 32 - 15 | 1672
row 5 : 5 | 26 september | bristol | a | l | 7 - 21 | 4379
row 6 : 6 | 3 october | plymouth albion | h | w | 46 - 13 | 2439
row 7 : 7 | 9 october | bedford | a | l | 25 - 32 | 3243
row 8 : 8 | 17 october | rotherham titans | h | w | 40 - 15 | 1982
row 9 : 9 | 22 october | worcester warriors | a | w | 23 - 21 | 6928
row 10 : 10 | 31 october | esher | h | w | 54 - 6 | 1767
row 11 : 11 | 7 november | nottingham | a | w | 36 - 10 | 1637
row 12 : 12 | 14 november | london welsh | a | l | 16 - 23 | 1250
row 13 : 13 | 21 november | moseley | h | w | 50 - 7 | 1854
row 14 : None | 28 november | birmingham & solihull | a | None | p - p | None
row 15 : 14 | 5 december | bristol | h | w | 16 - 6 | 2253
row 16 : 15 | 15 december | birmingham & solihull | a | w | 61 - 28 | 407
row 17 : None | 26 december | plymouth albion | a | None | p - p | None
row 18 : 16 | 2 january | bedford blues | h | w | 23 - 13 | 3051
row 19 : 17 | 8 january | rotherham titans | a | l | 18 - 19 | 1067
row 20 : 18 | 12 january | plymouth albion | a | w | 10 - 6 | 2512
row 21 : 19 | 30 january | worcester warriors | h | l | 30 - 33 | 1976
row 22 : 20 | 5 february | esher | a | l | 12 - 13 | 1338
row 23 : 21 | 13 february | nottingham | h | w | 40 - 0 | 2486
row 24 : 22 | 19 february | doncaster knights | a | w | 16 - 13 | 1091 ] Execute this SQL based on the above table: select ( select attendance where = 5 ) > ( select attendance where = 18 ) | 1 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | united states (usa) | 25 | 16 | 7 | 48
row 2 : 2 | canada (can) | 5 | 4 | 7 | 16
row 3 : 3 | jamaica (jam) | 4 | 3 | 4 | 11
row 4 : 4 | cuba (cub) | 3 | 8 | 4 | 15
row 5 : 5 | mexico (mex) | 0 | 3 | 3 | 6
row 6 : 6 | brazil (bra) | 0 | 2 | 1 | 3
row 7 : 7 | puerto rico (pur) | 0 | 1 | 1 | 2
row 8 : 8 | colombia (col) | 0 | 0 | 3 | 3
row 9 : 9 | peru (per) | 0 | 0 | 2 | 2
row 10 : 9 | trinidad and tobago (tri) | 0 | 0 | 2 | 2
row 11 : 11 | chile (chi) | 0 | 0 | 1 | 1
row 12 : 11 | uruguay (uru) | 0 | 0 | 1 | 1
row 13 : 11 | venezuela (ven) | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select nation where rank = 2 | canada (can) |
[ header: date | opponent# | rank# | site | result row 1 : 09/28/1946 | at illinois | None | memorial stadium • champaign, il | w 26-6
row 2 : 10/05/1946 | pittsburgh | None | notre dame stadium • notre dame, in | w 33-0
row 3 : 10/12/1946 | purdue | #3 | notre dame stadium • notre dame, in | w 49-6
row 4 : 10/26/1946 | at #17 iowa | #2 | iowa stadium • iowa | w 41-6
row 5 : 11/02/1946 | vs. navy | #2 | memorial stadium • baltimore, m | w 28-0
row 6 : 11/08/1946 | vs. #1 army | #2 | yankee stadium • new york, | t 0-0
row 7 : 11/16/1946 | at northwestern | #2 | notre dame stadium • notre dame, in | w 27-0
row 8 : 11/23/1946 | at tulane | #2 | tulane stadium • new orleans | w 41-0
row 9 : 11/30/1946 | #16 southern california | #2 | notre dame stadium • notre dame, in | w 26-6 ] Execute this SQL based on the above table: select opponent# where id = 1 | at illinois |
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 10 | juan pablo montoya | mclaren-mercedes | 60 | 1:24:29.588 | 3 | 10
row 2 : 2 | 5 | fernando alonso | renault | 60 | 2.739 | 1 | 8
row 3 : 3 | 9 | kimi raikkonen | mclaren-mercedes | 60 | 14.436 | 12 | 6
row 4 : 4 | 6 | giancarlo fisichella | renault | 60 | 17.914 | 6 | 5
row 5 : 5 | 3 | jenson button | bar-honda | 60 | 40.264 | 2 | 4
row 6 : 6 | 1 | michael schumacher | ferrari | 60 | +1:15.322 | 9 | 3
row 7 : 7 | 2 | rubens barrichello | ferrari | 60 | +1:16.567 | 5 | 2
row 8 : 8 | 17 | ralf schumacher | toyota | 60 | +1:19.212 | 8 | 1
row 9 : 9 | 16 | jarno trulli | toyota | 60 | +1:20.851 | 4 | None
row 10 : 10 | 12 | felipe massa | sauber-petronas | 59 | +1 lap | 16 | None
row 11 : 11 | 7 | mark webber | williams-bmw | 59 | +1 lap | 11 | None
row 12 : 12 | 8 | nick heidfeld | williams-bmw | 59 | +1 lap | 14 | None
row 13 : 13 | 14 | david coulthard | red bull-cosworth | 59 | +1 lap | 13 | None
row 14 : 14 | 11 | jacques villeneuve | sauber-petronas | 59 | +1 lap | 10 | None
row 15 : 15 | 15 | christian klien | red bull-cosworth | 59 | +1 lap | 15 | None
row 16 : 16 | 4 | takuma sato | bar-honda | 58 | +2 laps | 7 | None
row 17 : 17 | 18 | tiago monteiro | jordan-toyota | 58 | +2 laps | 20 | None
row 18 : 18 | 21 | christijan albers | minardi-cosworth | 57 | +3 laps | 18 | None
row 19 : 19 | 20 | patrick friesacher | minardi-cosworth | 56 | +4 laps | 19 | None
row 20 : ret | 19 | narain karthikeyan | jordan-toyota | 10 | electrical | 17 | None ] Execute this SQL based on the above table: select count ( * ) where laps = 59 | 6 |
[ 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 where country = 'austria' and name = 'mittersill goods aerial tramway' | mittersill |
[ header: week | date | opponent | result | venue | attendance row 1 : 1 | september 3, 1978 | at detroit lions | w 13-7 | pontiac silverdome | 51187
row 2 : 2 | september 10, 1978 | new orleans saints | w 28-17 | milwaukee county stadium | 54336
row 3 : 3 | september 17, 1978 | oakland raiders | l 28-3 | lambeau field | 55903
row 4 : 4 | september 24, 1978 | at san diego chargers | w 24-3 | san diego stadium | 42755
row 5 : 5 | october 1, 1978 | detroit lions | w 35-14 | milwaukee county stadium | 54601
row 6 : 6 | october 8, 1978 | chicago bears | w 24-14 | lambeau field | 56267
row 7 : 7 | october 15, 1978 | seattle seahawks | w 45-28 | milwaukee county stadium | 52712
row 8 : 8 | october 22, 1978 | at minnesota vikings | l 21-7 | metropolitan stadium | 47411
row 9 : 9 | october 29, 1978 | tampa bay buccaneers | w 9-7 | lambeau field | 55108
row 10 : 10 | november 5, 1978 | at philadelphia eagle | l 10-3 | veterans stadium | 64214
row 11 : 11 | november 12, 1978 | dallas cowboys | l 42-14 | milwaukee county stadium | 55256
row 12 : 12 | november 19, 1978 | at denver broncos | l 16-3 | mile high stadium | 74965
row 13 : 13 | november 26, 1978 | minnesota vikings | t 10-10 (ot) | lambeau field | 51737
row 14 : 14 | december 3, 1978 | at tampa bay buccaneers | w 17-7 | tampa stadium | 67754
row 15 : 15 | december 10, 1978 | at chicago bears | l 14-0 | soldier field | 34306
row 16 : 16 | december 17, 1978 | at los angeles rams | l 31-14 | los angeles memorial coliseum | 42500 ] Execute this SQL based on the above table: select attendance where opponent = 'at tampa bay buccaneers' | 67754 |
[ header: outcome | no. | date | championship | surface | opponent in the final | score in the final row 1 : winner | 1 | 20 july 1981 | bastad, sweden | clay | anders jarryd | 6-2, 6-3
row 2 : runner-up | 1 | 21 september 1981 | bordeaux, france | clay | andres gomez | 6-7, 6-7, 1-6
row 3 : winner | 2 | 10 june 1985 | bologna, italy | clay | claudio panatta | 6-2, 6-0
row 4 : winner | 3 | 9 september 1985 | palermo, italy | clay | joakim nystrom | 6-2, 6-0
row 5 : winner | 4 | 23 september 1985 | barcelona, spain | clay | mats wilander | 0-6, 6-2, 3-6,
row 6 : winner | 5 | 10 february 1986 | metz, france | indoor | broderick dyke | 6-4, 6-3
row 7 : runner-up | 2 | 28 april 1986 | indianapolis, u.s | clay | andres gomez | 4-6, 6-7(1-7)
row 8 : runner-up | 3 | 28 july 1986 | washington, d.c., | clay | karel novacek | 1-6, 6-7(4-7)
row 9 : runner-up | 4 | 8 september 1986 | geneva, switzerland | clay | henri leconte | 5-7, 3-6 ] Execute this SQL based on the above table: select ( select no. where date = '10 june 1985' ) < ( select no. where date = '8 september 1986' ) | 1 |
[ header: season | level | division | section | position | movements row 1 : 1999 | tier 5 | division 4 | gotland | 6th | varserier (spring series)
row 2 : None | tier 5 | division 4 | gotland | 5th | hostserier (autumn series)
row 3 : 2000 | tier 5 | division 4 | gotland | 2nd | varserier (spring series)
row 4 : None | tier 5 | division 4 | uppland/gotland host | 10th | hostserier (autumn series)
row 5 : 2001 | tier 5 | division 4 | gotland | 4th | varserier (spring series)
row 6 : None | tier 5 | division 4 | gotland | 4th | slutspel a (
row 7 : 2002 | tier 5 | division 4 | gotland | 3rd | promotion playoffs
row 8 : 2003 | tier 5 | division 4 | gotland | 6th | None
row 9 : 2004 | tier 5 | division 4 | gotland | 4th | None
row 10 : 2005 | tier 5 | division 4 | gotland | 1st | None
row 11 : 2006 | tier 5 | division 3 | ostra svealand | 12th | relegated
row 12 : 2007 | tier 6 | division 4 | gotland | 2nd | None
row 13 : 2008 | tier 6 | division 4 | gotland | 3rd | None
row 14 : 2009 | tier 6 | division 4 | gotland | 7th | None
row 15 : 2010 | tier 6 | division 4 | gotland | 2nd | None
row 16 : 2011 | tier 6 | division 4 | gotland | 4th | None ] Execute this SQL based on the above table: select position where section > ( select section where position = '2nd' ) and season > 538 order by section asc limit 1 | 12th |
[ header: | name | took office | left office | party | notes/events row 1 : 11 | william mccreery | march 4, 1803 | march 3, 1809 | democratic republican | None
row 2 : 12 | alexander mckim | march 4, 1809 | march 3, 1815 | democratic republican | None
row 3 : 13 | william pinkney | march 4, 1815 | april 18, 1816 | democratic republican | resigned to accept position as minister p
row 4 : 14 | peter little | september 2, 1816 | march 3, 1823 | democratic republican | None
row 5 : 14 | peter little | march 4, 1823 | march 3, 1825 | jacksonian dr | None
row 6 : 14 | peter little | march 4, 1825 | march 3, 1829 | adams | None
row 7 : 15 | benjamin c. howard | march 4, 1829 | march 3, 1833 | jacksonian | None ] Execute this SQL based on the above table: select sum ( ) | 93.0 |
[ header: year | title | (english) | ifpi israel certification | label row 1 : 1992 | david d'or | "david d'or" | platinum | hed arzi
row 2 : 1993 | begovah mishtaneh | "changing altitudes", or "changing height | double platinum | hed arzi
row 3 : 1995 | david & shlomo | "david and salomon" | platinum | hed arzi
row 4 : 1997 | david d'or & etti | "david d'or & | double platinum | hed arzi
row 5 : 2001 | baneshama | "in the soul" | platinum | sisu
row 6 : 2003 | david d'or vehaphil | "david d'eor | platinum | aviv
row 7 : 2004 | le haamin | "to believe" | platinum | sisu
row 8 : 2006 | kmo haruach | "like the wind" | gold | sisu
row 9 : 2007 | ofa'a haia | "live concert" | platinum | hed arzi
row 10 : 2007 | halelu-shirim shel | "halelu-songs of | None | hed arzi
row 11 : 2008 | shirat rabim | "prayers", or "songs | gold | hed arzi
row 12 : 2008 | 聽見愛的聲音 | "voice of love" | platinum | da jung jang ] Execute this SQL based on the above table: select sum ( year ) | 24021 |
[ header: rank | bib | name | country | run 1 | rank | run 2 | rank | total | difference row 1 : None | 10 | andrea rothfuss | germany | 49.38 | 1 | 50.6 | 1 | 1:39.98 | None
row 2 : None | 12 | petra smarzova | slovakia | 52.5 | 3 | 51.22 | 2 | 1:43.72 | 3.74
row 3 : None | 11 | karolina wisniew | canada | 52.17 | 2 | 53.36 | 4 | 1:45.53 | 5.55
row 4 : 4 | 15 | melania corradini | italy | 54.72 | 5 | 52.95 | 3 | 1:47.67 | 7.69
row 5 : 5 | 13 | solene jambaque | france | 53.95 | 4 | 54.68 | 5 | 1:48.63 | 8.65
row 6 : 6 | 18 | mariya papulova | russia | 55.35 | 6 | 55.96 | 7 | 1:51.31 | 11.33
row 7 : 7 | 9 | katja saarinen | finland | 56.45 | 7 | 55.07 | 6 | 1:51.52 | 11.54
row 8 : 8 | 14 | anna jochemsen | netherlands | 1:00.09 | 8 | 57.21 | 8 | 1:57.30 | 17.32
row 9 : 9 | 17 | elena kudyakova | russia | 1:00.65 | 9 | 1:00.21 | 9 | 2:00.86 | 20.88
row 10 : None | 16 | ursula pueyo marimon | spain | dnf | None | None | None | None | None
row 11 : None | 8 | danja haslacher | austria | dns | None | None | None | None | None ] Execute this SQL based on the above table: select count ( country ) where run 1 >= 889 | 0 |
[ header: location | town | output (mw ac) | modules | number of arrays row 1 : h. lee dennison building | hauppauge | 1.75 | 7737 | 24
row 2 : north county complex | hauppauge | 0.5 | 3431 | 9
row 3 : cohalan court complex | central islip | 3.5 | 15113 | 27
row 4 : riverhead county center | riverside | 3 | 11536 | 31
row 5 : brentwood lirr parking lot | brentwood | 1 | 3924 | 11
row 6 : deer park lirr parking lot | deer park | 2.25 | 3924 | 39
row 7 : ronkonkoma lir | ronkonkoma | 5 | 20110 | 44 ] Execute this SQL based on the above table: select count ( * ) where location = 'north county complex' | 1 |
[ header: rank | name | nationality | time row 1 : None | jorge delgado | ecuador | 1:55.45
row 2 : None | rick demont | united states | 1:55.96
row 3 : None | rex favero | united states | 1:57.08
row 4 : 4 | djan madruga | brazil | 1:57.17
row 5 : 5 | None | None | None
row 6 : 6 | None | None | None
row 7 : 7 | None | None | None
row 8 : 8 | None | None | None ] Execute this SQL based on the above table: select name order by time desc limit 1 | jorge delgado |
[ header: no | date | race | track | winner | reports row 1 : 1 | 02-09-2008 | daytona arca 200 | daytona | michael annett | report
row 2 : 2 | 04-13-2008 | kentuckiana ford dealers 200 | salem speedway | justin allgaier | report
row 3 : 3 | 04-19-2008 | prairie meadows 250 | iowa speedway | matt hawkins | report
row 4 : 4 | 04-25-2008 | kansas lottery $150 grand | kansas speedway | scott speed | report
row 5 : 5 | 05-04-2008 | carolina 500 | rockingham | joey logano | report
row 6 : 6 | 05-10-2008 | drive smart! 150 | kentucky | ricky stenhouse, jr | report
row 7 : 7 | 05-18-2008 | hantz group 200 | toledo | matt carter | report
row 8 : 8 | 06-07-2008 | pocono 200 | pocono | ricky stenhouse, jr | report
row 9 : 9 | 06-14-2008 | racing for wildlife 200 | michigan | justin lofton | report
row 10 : 10 | 06-29-2008 | cayuga arca re/max | cayuga | justin allgaier | report
row 11 : 11 | 07-18-2008 | kentucky 150 | kentucky | scott speed | report
row 12 : 12 | 07-26-2008 | berlin arca 200 | berlin | scott speed | report
row 13 : 13 | 08-02-2008 | pennsylvania 200 | pocono | justin allgaier | report
row 14 : 14 | 08-09-2008 | toyota arca 150 | nashville ss | scott speed | report
row 15 : 15 | 08-17-2008 | allen crowe 100 | springfield | frank kimmel | report
row 16 : 16 | 09-01-2008 | southern illinois 100 | duquoin | frank kimmel | report
row 17 : 17 | 09-06-2008 | chicagoland arca 200 | chicagoland | scott lagasse jr | report
row 18 : 18 | 09-13-2008 | eddie gilstrap motors | salem | frank kimmel | report
row 19 : 19 | 09-28-2008 | loud energy drink 150 | njmp | justin allgaier | report
row 20 : 20 | 10-03-2008 | food world 250 | talladega | justin allgaier | report
row 21 : 21 | 10-12-2008 | toledo arca 200 | toledo | justin allgaier | report ] Execute this SQL based on the above table: select winner where date = '09-06-2008' | scott lagasse jr |
[ header: date | position | name | from | fee row 1 : 5 july 2001 | mf | andy hughes | notts county | £250,000 by a tribunal
row 2 : 5 july 2001 | df | adrian whitbread | portsmouth | free
row 3 : 18 july 2001 | df | alex smith | port vale | free
row 4 : 30 november 2001 | gk | antony malessa | oxford united | free
row 5 : 28 january 2002 | mf | john salako | charlton athletic | £50,000
row 6 : 13 march 2002 | gk | frank talia | sheffield united | free
row 7 : 15 march 2002 | mf | kevin watson | charlton athletic | £150,000 ] Execute this SQL based on the above table: select count ( date ) where position = 'gk' | 2 |
[ header: year | ring name (birth name) | inducted by | inducted for | notes row 1 : 2007 | gene anderson | bill eadie | wrestling | posthumous induction; won the n
row 2 : 2007 | ole anderson (alan rog | bill eadie | wrestling | won the nwa mid-atlantic/
row 3 : 2007 | penny banner (mary ann kostec | nickla roberts | women's wrestling | won the nwa women's world
row 4 : 2007 | swede hanson (rober | gary hart | wrestling | posthumous induction; won the n
row 5 : 2008 | paul jones (paul fr | jack brisco | wrestling and managing | won the nwa mid-atlantic heavy
row 6 : 2008 | ivan koloff (oreal per | don kernodle | wrestling | won the nwa mid-atlantic heavy
row 7 : 2008 | thunderbolt patterson (claude | ole anderson | wrestling | won the nwa georgia
row 8 : 2008 | sandy scott (angus mackay | bob caudle | wrestling and promoting | worked as an executive for jim cro
row 9 : 2008 | grizzly smith (aurelian | magnum t.a | wrestling | won the nwa united states tag team
row 10 : 2008 | johnny weaver (kenneth | rip hawk | wrestling | posthumous induction; won the n
row 11 : 2009 | don fargo (don kalt) | jerry jarrett & | wrestling | won the nwa southern tag team championship
row 12 : 2009 | jackie fargo (henry | jerry jarrett & | wrestling | won the nwa world tag team championship
row 13 : 2009 | sonny fargo (jack lewis | jerry jarrett & | wrestling | posthumous induction; won the n ] Execute this SQL based on the above table: select ring name (birth name) order by year desc limit 1 | don fargo (don kalt) |
[ header: rank | athlete | country | time | notes row 1 : None | kaija mustonen | finland | 2:22.4 | or
row 2 : None | carry geijssen | netherlands | 2:22.7 | None
row 3 : None | stien kaiser | netherlands | 2:24.5 | None
row 4 : 4 | sigrid sundby-dy | norway | 2:25.2 | None
row 5 : 5 | lasma kauniste | soviet union | 2:25.4 | None
row 6 : 6 | kaija-liisa | finland | 2:25.8 | None
row 7 : 7 | lyudmila titova | soviet union | 2:26.8 | None
row 8 : 8 | ruth schleiermacher | east germany | 2:27.1 | None
row 9 : 9 | christina lindblom-scher | sweden | 2:27.5 | None
row 10 : 9 | hildegard sellhuber | west germany | 2:27.5 | None
row 11 : 11 | lidiya skoblikova | soviet union | 2:27.6 | None
row 12 : 12 | ans schut | netherlands | 2:28.3 | None
row 13 : 13 | dianne holum | united states | 2:28.5 | None
row 14 : 14 | martine ivangine | france | 2:29.9 | None
row 15 : 14 | kari karing | norway | 2:29.9 | None
row 16 : 16 | jeanne ashworth | united states | 2:30.3 | None
row 17 : 17 | lisbeth korsmo | norway | 2:30.7 | None
row 18 : 18 | christina karlsson | sweden | 2:31.4 | None
row 19 : 18 | sachiko saito | japan | 2:31.4 | None
row 20 : 20 | ylva hedlund | sweden | 2:31.5 | None
row 21 : 21 | doreen mccannell | canada | 2:32.2 | None
row 22 : 22 | arja kantola | finland | 2:33.2 | None
row 23 : 23 | kaname ide | japan | 2:34.2 | None
row 24 : 24 | marcia parsons | canada | 2:34.4 | None
row 25 : 25 | jeanne omelenchuk | united states | 2:35.5 | None
row 26 : 26 | jitsuko saito | japan | 2:36.6 | None
row 27 : 27 | kim gwi-jin | south korea | 2:36.7 | None
row 28 : 28 | marie-louise perrenou | france | 2:39.2 | None
row 29 : 29 | patricia demartini | france | 2:40.6 | None
row 30 : 30 | paula dufter | west germany | 2:45.2 | None ] Execute this SQL based on the above table: select count ( * ) where notes < 1561 and time = 57 and rank = 157 | 0 |
[ 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 - role where notes = 'special appearance' | 0 |
[ header: no. | train no. | origin | destination | train name row 1 : 4 | 12611/2612 | chennai | h.nizamudin | garib rath
row 2 : 6 | 11042/11041 | chennai | mumbai | mumbai express
row 3 : 7 | 12842/12841 | chennai | howrah | coromandel express
row 4 : 8 | 12840/12839 | chennai | howrah | howrah mail
row 5 : 9 | 12679/12680 | chennai | coimbatore | intercity express
row 6 : 10 | 12673/12674 | chennai | coimbatore | cheran express
row 7 : 11 | 12675/12676 | chennai | coimbatore | kovai express
row 8 : 15 | 16627/16628 | chennai | mangalore central | west coast express
row 9 : 16 | 12601/12602 | chennai | mangalore central | mangalore mail
row 10 : 17 | 12685/12686 | chennai | mangalore central | superfast express
row 11 : 18 | 12656/12655 | chennai | ahmedabad | navjivan express
row 12 : 19 | 12669/12670 | chennai | chhapra | ganga kaveri express
row 13 : 21 | 16053/16054 | chennai | tirupati | tirupati express
row 14 : 23 | 12759/12760 | chennai | hyderabad | charminar express
row 15 : 24 | 12603/12604 | chennai | hyderabad | hyderabad express
row 16 : 25 | 16669/16670 | chennai | erode | yercaud express
row 17 : 26 | 12639/12640 | chennai | bangalore | brindavan express
row 18 : 29 | 12027/12028 | chennai | bangalore | shatabdi express
row 19 : 30 | 12609/12610 | chennai | bangalore | bangalore express
row 20 : 31 | 12691/12692 | chennai | satya sai | satya sai
row 21 : 32 | 12007/12008 | chennai | mysore | shatabdi express
row 22 : 35 | 12623/12624 | chennai | trivandrum | trivandrum mail
row 23 : 36 | 12695/12696 | chennai | trivandrum | superfast express
row 24 : 38 | 16089/16090 | chennai | jolarpet junction | yelagiri express
row 25 : 39 | 16031/16032 | chennai | jammutawi | andaman express
row 26 : 40 | 12687/12688 | chennai | dehradun | dehradun express
row 27 : 41 | 12712/12711 | chennai | vijayawada | pinakini express
row 28 : 42 | 12077/12078 | chennai | vijayawada | jan shatabdi express
row 29 : 45 | 16093/16094 | chennai | lucknow | lucknow express
row 30 : 46 | 17311/17312 | chennai | vasco da gama, goa | vasco express
row 31 : 47 | 17313/7314 | chennai | hubli | hubli express
row 32 : 49 | 12291/12292 | chennai | yeswantpur | yeswantpur express ] Execute this SQL based on the above table: select destination where no. = 32 | mysore |
[ header: song | artists | release | year | notes row 1 : "all of you" | riz mc, aruba red, | microscope | 2012 | original 2011 recording does not feature plan b
row 2 : "atomic" | labrinth, plan b | atomic | 2013 | None
row 3 : "before i die" (remix) | professor green, narstie, | "before i die" | 2006 | None
row 4 : "bring it back" | juse, j.b., | global casino | 2006 | None
row 5 : "broken wings" | mc purple, doctor, plan b | eye of the tiger, vol. 1 | 2005 | None
row 6 : "end credits" | chase & status, plan b | no more idols | 2011 | None
row 7 : "everyday" (rusher remix) | shameless, example, plan b | "everyday (in a broken dream | 2007 | None
row 8 : "fool yourself" | chase & status, plan b, | no more idols | 2011 | None
row 9 : "harry" (plan b remix) | medison, skrein, | "harry" | 2010 | None
row 10 : "how's it feel" | skrein, wyt | the eat up | 2007 | also appears on it's time 4 plan
row 11 : "i wanna get next to you" ( | danielle senior, plan b, | "take you home" | 2006 | None
row 12 : "last dayz" | skreintax, plan b | "scene stealers" | 2009 | None
row 13 : "makin' love 2 hip hop" | plan b, skrein, | sharpest tool in the box | 2007 | None
row 14 : "maybe" | skrein, shameless, plan | bless: the mixtape | 2007 | None
row 15 : "more is enough" | epic man, plan b | "more is enough" | 2006 | also appears as bonus track on australian release of
row 16 : "my eyes" | shameless, tb, plan b | bless: the mixtape | 2007 | None
row 17 : "no hats no trainers" | shameless, plan b | smokers die younger | 2007 | None
row 18 : "on it 08" | adam deacon, plan b | adulthood | 2008 | None
row 19 : "past that" | shameless, plan b | above board | 2006 | None
row 20 : "pieces" | chase & status, plan b | more than alot | 2008 | None
row 21 : "play ur position" | juse, conspicuous, ane | global casino | 2006 | None
row 22 : "polarised nation" | carly bond, ripper, hitman | eye of the tiger, vol. 1 | 2005 | None
row 23 : "reveal your inner self" (plan | killa kela, plan b | "reveal your inner self" | 2007 | None
row 24 : "shifty" | riz mc, sway, | shifty | 2009 | None
row 25 : "shots echo" | the mitchell brothers, plan b, | dressed for the occasion | 2007 | None ] Execute this SQL based on the above table: select notes where notes != 'None' and year > 1361 | original 2011 recording does not feature plan b, also appears on it's time 4 plan b (2006), also appears as bonus track on australian release of who needs actions when you got words (2006) and on time 4 plan b ep (2007) |
[ header: series | launch date | finale date | days | housemates | winner | main presenter | grand prize | liveshow audience millions row 1 : grande fratello 1 | 14 september 2000 | 21 december 2000 | 99 | 10 | cristina plevani | daria bignardi | £250,000,000 (nowadays €12 | 9.82
row 2 : grande fratello 2 | 20 september 2001 | 20 december 2001 | 92 | 16 | flavio montrucchio | daria bignardi | £250,000,000 (nowadays €12 | 8
row 3 : grande fratello 3 | 30 january 2003 | 8 may 2003 | 99 | 16 | floriana secondi | barbara d'urso | €241,000 (reduced from €300 | 8
row 4 : grande fratello 4 | 22 january 2004 | 6 may 2004 | 106 | 15 | serena garitta | barbara d'urso | €300,000 | 8.44
row 5 : grande fratello 5 | 23 september 2004 | 2 december 2004 | 71 | 17 | jonathan kashanian | barbara d'urso | €250,000 | 6.86
row 6 : grande fratello 6 | 19 january 2006 | 27 april 2006 | 99 | 18 | augusto de megni | alessia marcuzzi | €900,000 (reduced from € | 6.51
row 7 : grande fratello 7 | 18 january 2007 | 19 april 2007 | 92 | 19 | milo coretti | alessia marcuzzi | €500,000 | 5.57
row 8 : grande fratello 8 | 21 january 2008 | 21 april 2008 | 92 | 21 | mario ferretti | alessia marcuzzi | €500,000 | 5.46
row 9 : grande fratello 9 | 12 january 2009 | 20 april 2009 | 99 | 23 | ferdi berisa | alessia marcuzzi | €300,000 | 6.63
row 10 : grande fratello 10 | 26 october 2009 | 8 march 2010 | 134 | 26 | mauro marin | alessia marcuzzi | €250,000 | 6.16
row 11 : grande fratello 11 | 18 october 2010 | 18 april 2011 | 183 | 35 | andrea cocco | alessia marcuzzi | €300,000 (extended from €2 | 5.43
row 12 : grande fratello 12 | 24 october 2011 | 1 april 2012 | 161 | 36 | sabrina mbarek | alessia marcuzzi | €240,000 (reduced from €2 | 3.85
row 13 : grande fratello 13 | 3 march 2014 | early june | 92 | 15 | None | alessia marcuzzi | €250,000 | None ] Execute this SQL based on the above table: select count ( * ) where series = 'grande fratello 12' and main presenter < ( select main presenter where series = 'grande fratello 7' ) | 0 |
[ header: rank | lane | name | nationality | time | notes row 1 : None | 4 | sophie pascoe | new zealand | 2:25.65 | wr
row 2 : None | 5 | summer ashley mortimer | canada | 2:32.08 | None
row 3 : None | 3 | zhang meng | china | 2:33.95 | as
row 4 : 4 | 6 | katherine downie | australia | 2:34.64 | None
row 5 : 5 | 2 | nina ryabova | russia | 2:35.65 | None
row 6 : 6 | 8 | aurelie rivard | canada | 2:37.70 | None
row 7 : 7 | 7 | harriet lee | great britain | 2:39.42 | None
row 8 : 8 | 1 | gemma almond | great britain | 2:42.16 | None ] Execute this SQL based on the above table: select time - lane where name = 'sophie pascoe' | -2.0 |
[ header: # | title | producer(s) | performer (s) | sample(s) | length row 1 : 1 | "likwit" | e-swift, th | tash, j-ro, | "ode to billy joe" | 2:34
row 2 : 2 | "only when i'm drunk" | e-swift, th | j-ro, tash, | "seven minutes of funk" by | 3:36
row 3 : 3 | "last call" | e-swift, king | tash, j-ro, | "the payback" by james brown | 4:37
row 4 : 4 | "can't tell me shit" | derick "d. pimp" willi | e-swift, j | "think(about it)" by ly | 4:09
row 5 : 5 | "turn tha party out" | lootpack, tha alka | lootpack, tash, | "synthetic substitution" by mel | 3:19
row 6 : 6 | "bullshit" | king tee, e- | j-ro, king t | "it's a new day" by | 3:27
row 7 : 7 | "soda pop" | e-swift, king | e-swift, field trip | "hard times" by baby huey "s | 2:48
row 8 : 8 | "make room" | e-swift, th | j-ro, tash | "sing a simple song" by | 3:28
row 9 : 9 | "mary jane" | lootpack, tha alka | j-ro, tash | "mary jane" by rick | 3:31
row 10 : 10 | "who dem niggas" | e-swift, th | threat, e-swift, | "take me to the mardi gras" by | 3:46 ] Execute this SQL based on the above table: select ( select # order by length asc limit '3:19' ) - ( select # order by length desc limit 1 ) | -2.0 |
[ header: year | title | peak chart positions aus | peak chart positions nz | peak chart positions uk | album row 1 : 1981 | "stand up" | None | None | None | triffids sixth
row 2 : 1982 | "spanish blue" | None | None | None | single-only release
row 3 : 1984 | "beautiful waste" | None | None | None | single-only release
row 4 : 1985 | "you don't miss your water" | None | None | None | single-only release
row 5 : 1986 | "wide open road" | 64 | None | 26 | born sandy devotional
row 6 : 1987 | "bury me deep in love" | 48 | 34 | None | calenture
row 7 : 1988 | "trick of the light" | 77 | None | 73 | calenture
row 8 : 1988 | "holy water" | None | None | None | calenture
row 9 : 1989 | "goodbye little boy" | 81 | None | None | the black swan
row 10 : 1989 | "falling over you" | None | None | None | the black swan
row 11 : 2007 | "save what you can" | None | None | None | promotional release ] Execute this SQL based on the above table: select album where album = 'calenture' | calenture, calenture, calenture |
[ 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 ( select time (h:m:s) where women's winner = 'christine kennedy (irl)' ) - ( select time (h:m:s) where women's winner = 'zinaida semenova (rus)' ) | 0 |
[ 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 count ( film ) where year = 2013 | 2 |
[ header: district | name | party | district office | first elected row 1 : 1 | a.g. crowe | rep | slidell | 2007
row 2 : 2 | troy brown | dem | napoleonville | 2011
row 3 : 3 | j.p. morrell | dem | new orleans | 2008
row 4 : 4 | ed murray | dem | new orleans | 2005
row 5 : 5 | karen carter peterson | dem | new orleans | 2010
row 6 : 6 | bodi white | rep | baton rouge | 2011
row 7 : 7 | david heitmeier | dem | new orleans | 2007
row 8 : 8 | john alario | rep | westwego | 2007
row 9 : 9 | conrad appel | rep | metairie | 2008
row 10 : 10 | daniel martiny | rep | metairie | 2007
row 11 : 11 | jack donahue | rep | mandeville | 2007
row 12 : 12 | ben nevers | dem | bogalusa | 2003
row 13 : 13 | dale m. erdey | rep | livingston | 2007
row 14 : 14 | yvonne dorsey- | dem | baton rouge | 2007
row 15 : 15 | sharon weston broome | dem | baton rouge | 2004
row 16 : 16 | dan claitor | rep | baton rouge | 2009
row 17 : 17 | rick ward, iii | rep | port allen | 2011
row 18 : 18 | jody amedee | rep | gonzales | 2003
row 19 : 19 | gary smith, jr | dem | norco | 2011
row 20 : 20 | norby chabert | rep | houma | 2009
row 21 : 21 | bret allain | rep | franklin | 2011
row 22 : 22 | fred h. mills, | rep | new iberia | 2011
row 23 : 23 | page cortez | rep | lafayette | 2011
row 24 : 24 | elbert guillory | rep | opelousas | 2009
row 25 : 25 | dan "blade" morrish | rep | jennings | 2007
row 26 : 26 | jonathan perry | rep | kaplan | 2011
row 27 : 27 | ronnie johns | rep | lake charles | 2011
row 28 : 28 | eric lafleur | dem | ville platte | 2007
row 29 : 29 | rick gallot | dem | ruston | 2011
row 30 : 30 | john r. smith | rep | leesville | 2007
row 31 : 31 | gerald long | rep | winnfield | 2007
row 32 : 32 | neil riser | rep | columbia | 2007
row 33 : 33 | mike walsworth | rep | west monroe | 2007
row 34 : 34 | francis c. thomp | dem | delhi | 2007
row 35 : 35 | robert kostelka | rep | monroe | 2003
row 36 : 36 | robert adley | rep | benton | 2003
row 37 : 37 | barrow peacock | rep | bossier | 2011
row 38 : 38 | sherri smith buffington | rep | keithville | 2003
row 39 : 39 | gregory tarver | dem | shreveport | 2011 ] Execute this SQL based on the above table: select count ( party ) where first elected > 1269 | 39 |
[ header: composer | title | genre | date | notes row 1 : flor alpaerts | salome | incidental music | None | None
row 2 : granville bantock | dance of the seven veils | incidental music | 1918 | staged london, 1918
row 3 : leonard bernstein | salome | incidental music | 1955 | chamber orchestra with 8 players and vocal soloists
row 4 : peter maxwell davies | salome | ballet | 1978 | premiered copenhagen, 10 nov
row 5 : pete doherty | salome | popular music | 2009 | appears on his album grace/wastelands
row 6 : alexander glazunov | introduction and dance, op. 90 | incidental music | 1908 | None
row 7 : henry hadley | salome, op. 55 | symphonic poem | 1905 | this was written after hadley had seen a
row 8 : alexander krein | salome, op. 19 | symphonic poem | 1929 | None
row 9 : constant lambert | salome | incidental music | 1929 | clarinet, cello, trumpet,
row 10 : antoine mariotte | salome | opera | 1905 | premiered 1908; he was involved in
row 11 : emil petrovics | salome | ballet | 1978 | flute, trumpet, harp and percussion
row 12 : richard strauss | salome, op. 54 | opera | 1905 | trans. hedwig lachmann;
row 13 : alexander tcherepnin | salome | incidental music | None | None ] Execute this SQL based on the above table: select count ( * ) | 13 |
[ header: song | chinese | hito radio top 10 | 9+2 music top 15 | global asia top 15 | ufo radio top 15 | channel [v] top 20 | mtv taiwan top 20 | yes 93.3 top 20 row 1 : super star | None | 3 | None | >4 | 3 | 4 | None | 14
row 2 : far away | 遠方 | None | None | 3 | 2 | 5 | None | 7
row 3 : half-sugarism | 半糖主義 | 3 | None | None | 7 | None | 3 | None
row 4 : river shore park | 河濱公園 | 1 | 2 | None | None | None | None | None
row 5 : i.o.i.o | None | 2 | None | None | 5 | 3 | None | None
row 6 : heavy rain | 落大雨 | 1 | None | None | None | None | >1 | None
row 7 : smile of summer | 夏天的微笑 | 3 | None | None | None | None | 7 | None ] Execute this SQL based on the above table: select count ( song ) | 7 |
[ header: representative | title | from | to | appointed by row 1 : william shaler | special diplomatic agent | 1810 | 1812 | james madison
row 2 : john h. robinson | special diplomatic agent | 1812 | 1814 | james madison
row 3 : joel roberts po | minister | 1825 | 1829 | john quincy adams
row 4 : anthony butler | charge d'affaires | 1829 | 1835 | None
row 5 : powhatan ellis | charge d'affaires | 1836 | None | andrew jackson
row 6 : powhatan ellis | minister | 1839 | 1842 | martin van buren
row 7 : waddy thompson, j | minister | 1842 | 1844 | john tyler
row 8 : gilbert l. tho | special diplomatic agent | 1844 | None | john tyler
row 9 : wilson shannon | minister | 1844 | 1845 | john tyler
row 10 : john slidell | minister | 1845 | None | james k. polk
row 11 : david conner | special diplomatic agent | 1846 | None | james k. polk
row 12 : nathan clifford | minister | 1848 | 1849 | james k. polk
row 13 : robert greenhow | special diplomatic agent | 1850 | None | None
row 14 : george g. goss | special diplomatic agent | 1850 | 1852 | None
row 15 : edward smith | special diplomatic agent | 1852 | None | millard fillmore
row 16 : george e. cooper | special diplomatic agent | 1853 | None | None
row 17 : christopher l. ward | special diplomatic agent | 1853 | None | None
row 18 : richard s. spofford | special diplomatic agent | 1854 | None | franklin pierce
row 19 : william m. churchwell | special diplomatic agent | 1858 | None | james buchanan
row 20 : alfred mordecai | special diplomatic agent | 1858 | None | james buchanan
row 21 : duff green | special diplomatic agent | 1859 | None | james buchanan
row 22 : david r. porter | special diplomatic agent | 1859 | None | james buchanan
row 23 : robert milligan mclane | minister | 1859 | 1860 | james buchanan
row 24 : henry roy de la reintrie | special diplomatic agent | 1860 | None | james buchanan
row 25 : lewis d. campbell | minister | 1866 | 1867 | andrew johnson
row 26 : marcus otterbourg | minister | 1867 | None | andrew johnson
row 27 : william s. rosecrans | minister | 1868 | 1869 | andrew johnson
row 28 : john w. foster | minister | 1873 | 1880 | ulysses s. grant
row 29 : philip hicky morgan | minister | 1880 | 1885 | rutherford b. hayes
row 30 : thomas courtland manning | minister | 1886 | 1887 | grover cleveland
row 31 : thomas ryan | minister | 1889 | 1893 | None
row 32 : matt whitaker ransom | minister | 1895 | 1897 | grover cleveland
row 33 : powell clayton | minister | 1897 | 1898 | None ] Execute this SQL based on the above table: select from where from in ( 1836 , 1889 ) and title = 'minister' | 1889 |
[ header: version | length | album | remixed by | year | comment row 1 : single version / radio edit | 3:39 | go - the very best of moby | mhc aka philip la | 2006 | remixed version with dance sonorities,
row 2 : extended remix | 6:48 | None | mhc aka philip la | 2006 | similar to the previous but longer
row 3 : axwell remix | 7:24 | None | axwell | 2006 | used in a scene in the 2008 movie 21
row 4 : enzo mori & stephan clar | 7:10 | None | enzo mori and stephan clark | 2006 | None
row 5 : mhc club remix | 7:31 | None | mhc aka philip la | 2006 | None
row 6 : zloot remix | 4:36 | None | toni toolz | 2006 | None
row 7 : music video | 3:58 | None | None | 2006 | None ] Execute this SQL based on the above table: select length order by remixed by desc limit 1 | 4:36 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.