inputs
stringlengths
291
3.71k
targets
stringlengths
1
2.65k
[ header: event | record | athlete(s) | date | time (s) row 1 : bobsleigh - two-man | start | beat hefti & thomas | 6 february 2009 | 4.7 row 2 : bobsleigh - two-man | track | thomas florschutz & | 20 february 2010 21 february 2010 | 51.57 row 3 : bobsleigh - four-man | start | andre lange, kevin kuske | 26 february 2010 | 4.7 row 4 : bobsleigh - four-man | track | steve holcomb, justin | 26 february 2010 | 50.86 row 5 : bobsleigh - two-woman | start | kaillie humphries | 23 february 2010 24 february 2010 | 5.11 row 6 : bobsleigh - two-woman | track | kaillie humphries | 24 february 2010 | 52.85 row 7 : men's skeleton | start | alexander tretiakov (rus | 18 february 2010 | 4.48 row 8 : men's skeleton | track | jon montgomery (can) | 19 february 2010 | 52.2 row 9 : women's skeleton | start | anja huber (ger) | 18 february 2010 | 4.9 row 10 : women's skeleton | track | amy williams (gbr | 19 february 2010 | 53.68 row 11 : luge - men's singles | start | andi langenhan (ger) | 21 february 2009 | 3.541 row 12 : luge - men's singles | track | felix loch (ger) | 21 february 2009 | 46.808 row 13 : luge - women's singles | start | natalie geisenberger (ger | 20 february 2009 | 7.183 row 14 : luge - women's singles | track | natalie geisenberger (ger | 20 february 2009 | 48.992 row 15 : luge - men's doubles | start | tobias wendl & tobia | 20 february 2009 | 7.054 row 16 : luge - men's doubles | track | patric leitner & alexander | 20 february 2009 | 48.608 ] Execute this SQL based on the above table: select sum ( time (s) ) where record in ( 'thomas florschutz & richard adjei (ger) andre lange & kevin kuske (ger)' , 'track' , '18 february 2010' )
405.56800000000004
[ header: rank | wrestler | no. of reigns | combined days row 1 : 1 | lou thesz | 3 | 3749 row 2 : 2 | ric flair | 8 | 3103 row 3 : 3 | harley race | 7 | 1799 row 4 : 4 | dory funk, jr | 1 | 1563 row 5 : 5 | dan severn | 2 | 1559 row 6 : 6 | gene kiniski | 1 | 1131 row 7 : 7 | adam pearce | 5 | 1078 row 8 : 8 | jeff jarrett | 6 | 1006 row 9 : 9 | pat o'connor | 1 | 903 row 10 : 10 | jack brisco | 2 | 866 row 11 : 11 | orville brown | 1 | 692 row 12 : 12 | buddy rogers | 1 | 573 row 13 : 13 | blue demon, jr | 1 | 505 row 14 : 14 | naoya ogawa | 2 | 469 row 15 : 15 | terry funk | 1 | 424 row 16 : 16 | dick hutton | 1 | 421 row 17 : 17 | rob conway | 1 | 294 row 18 : 18 | christian cage | 2 | 245 row 19 : 19 | whipper billy watson | 1 | 239 row 20 : 20 | sting | 2 | 216 row 21 : 21 | a.j. styles | 3 | 196 row 22 : 22 | mike rapada | 2 | 176 row 23 : 23 | steve corino | 1 | 175 row 24 : 24 | colt cabana | 2 | 152 row 25 : 25 | barry windham | 1 | 147 row 26 : 26 | masahiro chono | 1 | 145 row 27 : 27 | kahagas | 1 | 134 row 28 : 28 | ron killings | 2 | 119 row 29 : 29 | dusty rhodes | 3 | 107 row 30 : 30 | chris candido | 1 | 97 row 31 : 31 | raven | 1 | 88 row 32 : 32 | satoshi kojima | 1 | 159 row 33 : 33 | shinya hashimoto | 1 | 84 row 34 : 34 | the sheik | 1 | 79 row 35 : 35 | ricky steamboat | 1 | 76 row 36 : 36 | ron garvin | 1 | 62 row 37 : 37 | abyss | 1 | 56 row 38 : 39 | ken shamrock | 1 | 49 row 39 : 39 | brent albright | 1 | 49 row 40 : 40 | the great muta | 1 | 48 row 41 : 41 | sabu | 1 | 38 row 42 : 42 | giant baba | 3 | 19 row 43 : 43 | kerry von erich | 1 | 18 row 44 : 44 | gary steele | 1 | 7 row 45 : 45 | tommy rich | 1 | 4 row 46 : 46 | rhino | 1 | 2 row 47 : 47 | shane douglas | 1 | <1 ] Execute this SQL based on the above table: select wrestler where id = ( select id where wrestler = 'shinya hashimoto' ) - 1
satoshi kojima
[ header: season | team | country | competition | matches | goals row 1 : 1999 | djurgardens if | sweden | allsvenskan | 15 | 1 row 2 : 2000 | djurgardens if | sweden | superettan | 15 | 3 row 3 : 2001 | djurgardens if | sweden | allsvenskan | 22 | 7 row 4 : 2002-2003 | grazer ak | austria | bundesliga | 24 | 6 row 5 : 2003 | denizlispor | turkey | super lig | 3 | 0 row 6 : 2003 | landskrona bois | sweden | allsvenskan | 11 | 3 row 7 : 2004 | landskrona bois | sweden | allsvenskan | 22 | 4 row 8 : 2005 | djurgardens if | sweden | allsvenskan | 24 | 12 row 9 : 2006 | djurgardens if | sweden | allsvenskan | 17 | 6 row 10 : 2007 | djurgardens if | sweden | allsvenskan | 23 | 4 row 11 : 2008 | djurgardens if | sweden | allsvenskan | 29 | 6 row 12 : 2008-09 | esbjerg fb | denmark | superliga | 6 | 0 row 13 : 2010 | aab | denmark | superliga | 3 | 1 row 14 : 2011 | assyriska ff | sweden | superettan | 19 | 5 row 15 : total | total | total | total | 233 | 58 ] Execute this SQL based on the above table: select season where country = 'sweden'
1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2011
[ header: name | 1989 | 1990 | 1991 | 1992 | 1993 | 1994 | 1995 | 1996 | 1997 | 1998 | 1999 | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | career sr | career win-loss row 1 : australian open | a | a | 1r | a | 2r | 3r | 2r | 1r | a | 3r | 4r | 1r | 2r | 1r | 3r | 2r | 1r | qf | 3r | 2r | 3r | 1r | 0 / 18 | 22-18 row 2 : wimbledon | a | 1r | a | a | a | a | 1r | a | 1r | a | 2r | 2r | 3r | 2r | 2r | 2r | 2r | 2r | 2r | 1r | 2r | a | 0 / 14 | 11-14 row 3 : us open | a | 3r | 1r | 2r | 1r | a | 1r | a | 1r | 3r | 3r | 1r | 2r | 1r | 2r | 3r | 2r | 1r | 2r | 1r | 1r | a | 0 / 18 | 13-18 row 4 : grand slam win-loss | 0-1 | 3-3 | 3-3 | 1-2 | 1-3 | 4-2 | 1-4 | 0-1 | 0-3 | 6-3 | 6-4 | 2-4 | 7-4 | 2-4 | 5-4 | 6-4 | 2-4 | 5-4 | 4-4 | 2-4 | 3-4 | 0-1 | None | 63-70 row 5 : indian wells | nme | a | 3r | 1r | qf | 3r | 2r | a | a | 1r | a | 3r | 2r | 3r | 1r | 1r | 4r | 1r | a | a | a | a | 0 / 13 | 16-13 row 6 : miami | nme | 2r | 2r | 1r | 3r | a | a | a | a | 4r | 3r | 2r | 4r | 2r | a | 1r | a | 2r | 3r | 3r | 2r | a | 0 / 14 | 15-14 row 7 : monte carlo | nme | 1r | 2r | 2r | 1r | a | 3r | 3r | sf | qf | a | 2r | 1r | 1r | 1r | 3r | 2r | 1r | a | 1r | a | a | 0 / 16 | 17-16 row 8 : rome | nme | a | qf | 3r | 3r | a | 3r | a | 2r | 1r | 3r | 3r | 2r | 1r | 1r | a | 2r | 3r | a | 1r | a | a | 0 / 14 | 18-14 row 9 : hamburg | nme | 2r | a | a | a | a | 1r | a | a | qf | 2r | 1r | qf | 1r | 1r | a | 1r | 1r | a | a | nme | nme | 0 / 10 | 8-10 row 10 : canada | nme | a | a | a | a | a | a | a | qf | 2r | qf | 1r | sf | qf | 1r | qf | 1r | 1r | a | a | a | a | 0 / 10 | 17-10 ] Execute this SQL based on the above table: select 2008 order by 1997 desc limit 1
1r
[ header: districts | ubigeo | area (km2) | population | population density (/km2) | created | postal code row 1 : ancon | 150102 | 299.22 | 29419 | 98.3 | 29 october 1874 | 2 row 2 : ate | 150103 | 77.72 | 419663 | 5399.7 | 2 january 1857 | 3 row 3 : barranco | 150104 | 3.33 | 45922 | 13790.4 | 26 october 1874 | 4 row 4 : carabayllo | 150106 | 346.88 | 188764 | 544.2 | 4 august 1821 | 6 row 5 : cieneguilla | 150109 | 240.33 | 15784 | 65.7 | 3 march 1970 | 40 row 6 : comas | 150110 | 48.75 | 464745 | 9533.2 | 12 december 1961 | 7 row 7 : el agustino | 150111 | 12.54 | 165425 | 13191.8 | 6 january 1965 | 10 row 8 : lima | 150101 | 21.88 | 278804 | 13187.2 | 2 january 1857 | 1 row 9 : magdalena del mar | 150120 | 3.61 | 48445 | 13419.7 | 10 may 1920 | 17 row 10 : miraflores | 150122 | 9.62 | 92815 | 9648.1 | 2 january 1857 | 18 row 11 : pachacamac | 150123 | 160.23 | 54763 | 341.8 | 2 january 1857 | 19 row 12 : pucusana | 150124 | 37.83 | 9231 | 244 | 22 january 1943 | 20 row 13 : pueblo libre | 150121 | 4.38 | 71892 | 16413.7 | 2 january 1857 | 21 row 14 : rimac | 150128 | 11.87 | 175793 | 14809.9 | 16 august 1921 | 25 row 15 : san bartolo | 150129 | 45.01 | 5733 | 127.4 | 5 may 1946 | 26 row 16 : san isidro | 150131 | 11.1 | 55309 | 6165.6 | 24 april 1931 | 27 row 17 : san juan de miraflore | 150133 | 23.98 | 335237 | 13979.9 | 12 january 1965 | 29 row 18 : san luis | 150134 | 3.49 | 46258 | 13254.4 | 30 may 1968 | 30 row 19 : san martin de porres | 150135 | 36.91 | 525155 | 14228 | 22 may 1950 | 31 row 20 : san miguel | 150136 | 10.72 | 124904 | 11651.5 | 10 may 1920 | 32 row 21 : santa maria del mar district | 150138 | 9.81 | 88 | 9 | 16 january 1962 | 37 row 22 : santa rosa | 150139 | 21.5 | 9379 | 436.2 | 7 february 1962 | 38 row 23 : santiago de surco | 150140 | 34.75 | 272690 | 7847.2 | 16 december 1929 | 33 row 24 : surquillo | 150141 | 3.46 | 84202 | 24335.8 | 15 july 1949 | 34 ] Execute this SQL based on the above table: select districts order by population desc limit 1
san martin de porres
[ header: county | feinstein | votes | seymour | votes | horne | votes | meeu. | votes | boddie | votes | w/i | v's row 1 : san mateo | 67.25% | 181,990 | 27.89% | 75,470 | 1.84% | 4,983 | 1.29% | 3,478 | 1.73% | 4,684 | 0.00% | 0 row 2 : contra costa | 62.96% | 229,988 | 31.62% | 115,507 | 1.92% | 7,011 | 1.77% | 6,470 | 1.73% | 6,320 | 0.00% | 2 row 3 : sonoma | 62.84% | 121,471 | 29.38% | 56,793 | 3.02% | 5,846 | 2.43% | 4,702 | 2.33% | 4,502 | 0.00% | 0 row 4 : santa clara | 62.19% | 364,997 | 30.98% | 181,858 | 2.15% | 12,646 | 2.20% | 12,912 | 2.47% | 14,518 | 0.00% | 2 row 5 : monterey | 58.89% | 66,417 | 34.74% | 39,182 | 2.10% | 2,369 | 2.30% | 2,590 | 1.96% | 2,216 | 0.00% | 0 row 6 : los angeles | 58.72% | 1,552,223 | 34.03% | 899,656 | 3.18% | 84,093 | 2.09% | 55,380 | 1.97% | 52,123 | 0.00% | 20 row 7 : napa | 57.01% | 29,875 | 35.38% | 18,539 | 2.46% | 1,288 | 2.93% | 1,537 | 2.22% | 1,161 | 0.00% | 0 row 8 : del norte | 50.92% | 4,696 | 39.66% | 3,658 | 2.56% | 236 | 4.98% | 459 | 1.89% | 174 | 0.00% | 0 row 9 : merced | 47.61% | 22,010 | 43.79% | 20,246 | 2.79% | 1,289 | 2.95% | 1,365 | 2.86% | 1,323 | 0.00% | 0 row 10 : nevada | 46.04% | 20,044 | 44.73% | 19,476 | 2.90% | 1,261 | 3.32% | 1,444 | 3.02% | 1,313 | 0.00% | 0 row 11 : placer | 45.75% | 40,511 | 45.73% | 40,497 | 2.38% | 2,109 | 3.30% | 2,920 | 2.84% | 2,518 | 0.00% | 0 row 12 : mariposa | 45.38% | 3,681 | 43.98% | 3,568 | 3.09% | 251 | 5.07% | 411 | 2.48% | 201 | 0.00% | 0 row 13 : sierra | 45.12% | 818 | 44.57% | 808 | 2.48% | 45 | 3.47% | 63 | 4.36% | 79 | 0.00% | 0 row 14 : mono | 45.11% | 1,931 | 44.64% | 1,911 | 2.83% | 121 | 3.95% | 169 | 3.48% | 149 | 0.00% | 0 row 15 : butte | 44.72% | 37,396 | 45.57% | 38,111 | 2.96% | 2,477 | 3.56% | 2,980 | 3.19% | 2,666 | 0.00% | 0 row 16 : trinity | 42.41% | 2,743 | 43.66% | 2,824 | 3.80% | 246 | 6.29% | 407 | 3.83% | 248 | 0.00% | 0 ] Execute this SQL based on the above table: select county where boddie = '2.84%'
placer
[ header: team | location | home ground | first year in qld cup | last year in qld cup | qld cup premierships row 1 : aspley broncos | brisbane | bishop park | 2007 | 2007 | nil row 2 : brothers-valleys | brisbane | o'callaghan park | 2004 | 2004 | nil row 3 : bundaberg grizzlies | bundaberg | salter oval | 1996 | 1998 | nil row 4 : cairns cyclones | cairns | barlow park | 1996 | 2000 | nil row 5 : central capras | rockhampton | browne park | 1996 | 1997 | nil row 6 : gold coast vikings | gold coast | owen park and carrara stadium | 1998 | 1998 | nil row 7 : logan scorpions | logan city | meakin park | 1996 | 2002 | nil row 8 : mackay sea eagles | mackay | mackay junior rugby league ground | 1996 | 1996 | nil row 9 : north queensland young guns | townsville | dairy farmers stadium | 2002 | 2007 | 2005 row 10 : past brothers | brisbane | corbett park, crosby park, | 1996 | 1998 | nil row 11 : port moresby vipers | port moresby | lloyd robson oval | 1996 | 1997 | nil row 12 : souths magpies | brisbane | davies park | 1996 | 2002 | nil row 13 : sunshine coast falcons | sunshine coast | quad park | 1996 | 1996 | nil row 14 : townsville stingers | townsville | dairy farmers stadium, townsville sports reserve | 1998 | 1998 | nil row 15 : toowoomba clydesdales | toowoomba | athletic oval (clive berghofer | 1996 | 2006 | 1996, 2001 row 16 : wests panthers | brisbane | purtell park | 1996 | 2003 | nil ] Execute this SQL based on the above table: select location group by location order by count ( * ) desc limit 1
brisbane
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 8 february 2011 | stade georges pompidou, | mali | 1-0 | 1-0 | friendly row 2 : 2 | 11 may 2011 | stade felix houphouet- | namibia | 4-1 | 5-1 | friendly row 3 : 3 | 5 june 2011 | stade de l'amitie | benin | 0-1 | 2-6 | 2012 africa cup of nations qualification - group row 4 : 4 | 10 august 2011 | stade de geneve, geneve, | israel | 1-0 | 4-3 | friendly row 5 : 5 | 3 september 2011 | stade amahoro, ki | rwanda | 0-4 | 0-5 | 2012 africa cup of nations qualification - group row 6 : 6 | 14 november 2012 | linzer stadion, | austria | 0-1 | 0-3 | friendly row 7 : 7 | 14 january 2013 | al nahyan stadium, abu | egypt | 4-2 | 4-2 | friendly row 8 : 8 | 26 january 2013 | royal bafokeng stadium, rustenburg | tunisia | 3-0 | 3-0 | 2013 africa cup of nations ] Execute this SQL based on the above table: select # where id = 1
1.0
[ header: year | competition | venue | position | event | notes row 1 : 2002 | world junior championships | kingston, jamaica | 17th (q) | shot put (6 kg) | 17.77 m row 2 : 2003 | european junior championships | tampere, finland | 2nd | shot put (6 kg) | 20.10 m row 3 : 2005 | european u23 championships | erfurt, germany | 1st | shot put | 20.44 m row 4 : 2005 | world championships | helsinki, finland | 15th (q) | shot put | 19.56 m row 5 : 2005 | universiade | izmir, turkey | 3rd | shot put | 19.40 m row 6 : 2006 | world indoor championships | moscow, russia | 8th | shot put | 19.93 m row 7 : 2006 | european championships | gothenburg, sweden | 11th | shot put | 19.44 m row 8 : 2007 | european indoor championships | birmingham, united kingdom | 11th (q) | shot put | 19.12 m row 9 : 2007 | world championships | osaka, japan | 13th (q) | shot put | 19.91 m row 10 : 2008 | olympic games | beijing, china | 18th (q) | shot put | 19.87 m row 11 : 2009 | european indoor championships | turin, italy | 4th | shot put | 20.14 m ] Execute this SQL based on the above table: select position where position in ( '17th (q)' , '8th' ) order by notes limit 1
17th (q)
[ header: games | host city | dates | nations | participants | events row 1 : 1904 summer olympics | st. louis, missouri | 1 july - 23 november | 12 | 651 | 91 row 2 : 1932 winter olympics | lake placid, new york | 7 - 15 february | 17 | 252 | 14 row 3 : 1932 summer olympics | los angeles, californi | 30 july - 14 august | 37 | 1332 | 117 row 4 : 1960 winter olympics | squaw valley, californ | 2 - 20 february | 30 | 665 | 27 row 5 : 1980 winter olympics | lake placid, new york | 13 - 24 february | 37 | 1072 | 38 row 6 : 1984 summer olympics | los angeles, californi | 20 july - 18 august | 140 | 6829 | 221 row 7 : 1996 summer olympics | atlanta, georgia | 18 july - 4 august | 197 | 1318 | 271 row 8 : 2002 winter olympics | salt lake city, utah | 8 - 24 february | 77 | 2399 | 78 ] Execute this SQL based on the above table: select games where id = ( select id where games = '1980 winter olympics' ) - 1
1960 winter olympics
[ header: county | obama% | obama# | mccain% | mccain# | total row 1 : andrew | 38.8% | 3345 | 61.2% | 5279 | 8624 row 2 : audrain | 41.8% | 4434 | 58.2% | 6167 | 10601 row 3 : barry | 32.2% | 4630 | 67.8% | 9758 | 14388 row 4 : boone | 56.1% | 47062 | 43.9% | 36849 | 83911 row 5 : buchanan | 50.1% | 19164 | 49.9% | 19110 | 38274 row 6 : carroll | 34.2% | 1535 | 65.8% | 2955 | 4490 row 7 : carter | 34.8% | 984 | 65.2% | 1840 | 2824 row 8 : cedar | 32.9% | 2060 | 67.1% | 4194 | 6254 row 9 : clay | 49.7% | 53761 | 50.3% | 54516 | 108277 row 10 : cooper | 37.9% | 2996 | 62.1% | 4902 | 7898 row 11 : dekalb | 36.9% | 1692 | 63.1% | 2889 | 4581 row 12 : douglas | 32.7% | 2140 | 67.3% | 4405 | 6545 row 13 : gentry | 38.6% | 1235 | 61.4% | 1964 | 3199 row 14 : greene | 42.0% | 56181 | 58.0% | 77683 | 133864 row 15 : grundy | 34.5% | 1580 | 65.5% | 3006 | 4586 row 16 : hickory | 43.2% | 2171 | 56.8% | 2850 | 5021 row 17 : howard | 42.9% | 2036 | 57.1% | 2708 | 4744 row 18 : howell | 34.3% | 5736 | 65.7% | 10982 | 16718 row 19 : jefferson | 51.3% | 53467 | 48.7% | 50804 | 104271 row 20 : knox | 38.5% | 759 | 61.5% | 1212 | 1971 row 21 : lewis | 41.5% | 1837 | 58.5% | 2594 | 4431 row 22 : lincoln | 44.2% | 10234 | 55.8% | 12924 | 23158 row 23 : livingston | 37.9% | 2435 | 62.1% | 3993 | 6428 row 24 : madison | 41.3% | 2042 | 58.7% | 2897 | 4939 row 25 : maries | 35.9% | 1599 | 64.1% | 2853 | 4452 row 26 : marion | 37.9% | 4703 | 62.1% | 7705 | 12408 row 27 : mercer | 30.7% | 519 | 69.3% | 1169 | 1688 row 28 : miller | 31.3% | 3553 | 68.7% | 7797 | 11350 row 29 : moniteau | 31.8% | 2084 | 68.2% | 4467 | 6551 row 30 : montgomery | 40.6% | 2347 | 59.4% | 3428 | 5775 row 31 : morgan | 39.5% | 3565 | 60.5% | 5451 | 9016 row 32 : oregon | 40.6% | 1811 | 59.4% | 2652 | 4463 row 33 : pike | 45.0% | 3487 | 55.0% | 4268 | 7755 row 34 : polk | 33.7% | 4553 | 66.3% | 8956 | 13509 row 35 : scotland | 38.8% | 793 | 61.2% | 1249 | 2042 row 36 : st. clair | 38.8% | 1886 | 61.2% | 2981 | 4867 ] Execute this SQL based on the above table: select count ( obama% ) where mccain# < 0
0
[ header: year | english title | chinese title | director | role row 1 : 1933 | twenty-four hours in shanghai | 上海二十四小时 | shen xiling | None row 2 : 1937 | street angel | 马路天使 | yuan muzhi | xiao chen row 3 : 1937 | crossroads | 十字街头 | shen xiling | zhao row 4 : 1947 | far away love | 遙遠的愛 | chen liting | xiao yuanxi row 5 : 1947 | rhapsody of happiness | 幸福狂想曲 | chen liting | None row 6 : 1949 | crows and sparrows | 烏鴉与麻雀 | zheng junli | little broadcast row 7 : 1949 | women side by side | 丽人行 | chen liting | zhang yuliang row 8 : 1950 | the life of wu xun | 武训传 | sun yu | wu xun row 9 : 1951 | the married couple | 我们夫妇之间 | zheng junli | None row 10 : 1956 | li shizhen | 李时珍 | shen fu | li shizhen row 11 : 1958 | lin zexu | 林则徐 | zheng junli | lin zexu row 12 : 1959 | nie er | 聂耳 | zheng junli | nie er ] Execute this SQL based on the above table: select director where id = ( select id where director = 'chen liting' ) + 1
chen liting
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | japan | 18 | 8 | 8 | 34 row 2 : 2 | india | 4 | 5 | 6 | 15 row 3 : 3 | philippines | 4 | 3 | 3 | 10 row 4 : 4 | taiwan | 2 | 6 | 7 | 15 row 5 : 5 | south korea | 2 | 3 | 1 | 6 row 6 : 6 | thailand | 2 | 2 | 0 | 4 row 7 : 7 | pakistan | 2 | 1 | 0 | 3 row 8 : 8 | iran | 2 | 0 | 2 | 4 row 9 : 9 | israel | 1 | 0 | 1 | 2 row 10 : 10 | singapore | 0 | 4 | 4 | 8 row 11 : 11 | malaysia | 0 | 3 | 1 | 4 row 12 : 12 | iraq | 0 | 2 | 0 | 2 row 13 : 13 | kampuchea | 0 | 0 | 2 | 2 row 14 : 14 | nepal | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select nation where nation = 'singapore'
singapore
[ header: party | candidate | votes | % | ±% row 1 : labour | frank dobson | 14857 | 43.2 | -10.7 row 2 : liberal democrat | jill fraser | 10070 | 29.3 | 11.3 row 3 : conservative | margot james | 6482 | 18.9 | 2 row 4 : green | adrian oliver | 2798 | 8.1 | 2.1 row 5 : rainbow dream ticket | rainbow george weiss | 152 | 0.4 | 0.4 row 6 : majority | majority | 4787 | 13.9 | None row 7 : turnout | turnout | 34359 | 50.4 | 0.8 row 8 : labour hold | labour hold | swing | -11 | None ] Execute this SQL based on the above table: select count ( * ) where % >= 1359
0
[ header: area served | city of license | vc | rf | callsign | network | notes row 1 : cape girardeau | ~harrisburg il | 3 | 34 | wsil-tv | abc | None row 2 : cape girardeau | ~paducah ky | 6 | 32 | wpsd-tv | nbc | None row 3 : cape girardeau | cape girardeau | 23 | 22 | kbsi | fox | None row 4 : cape girardeau | ~marion il | 27 | 17 | wtct | ind | None row 5 : cape girardeau | ~paducah ky | 49 | 49 | wdka | mnt | None row 6 : columbia/jefferson city | sedalia | 6 | 15 | kmos-tv | pbs | None row 7 : columbia/jefferson city | columbia | 17 | 17 | kmiz | abc | None row 8 : hannibal | ~quincy il | 10 | 10 | wgem-tv | nbc | None row 9 : hannibal | ~quincy il | 16 | 32 | wtjr | ind | None row 10 : joplin | ~pittsburg ks | 7 | 7 | koam-tv | cbs | None row 11 : joplin | joplin | 12 | 43 | kode-tv | abc | None row 12 : joplin | ~pittsburg ks | 14 | 13 | kfjx | fox | None row 13 : joplin | joplin | 26 | 25 | kozj | pbs | satellite of kozk ch. row 14 : kansas city | kansas city | 4 | 34 | wdaf-tv | fox | None row 15 : kansas city | kansas city | 5 | 24 | kctv | cbs | None row 16 : kansas city | kansas city | 9 | 29 | kmbc-tv | abc | None row 17 : kansas city | kansas city | 19 | 18 | kcpt | pbs | None row 18 : kansas city | kansas city | 29 | 31 | kcwe | cw | None row 19 : kansas city | kansas city | 41 | 42 | kshb-tv | nbc | None row 20 : kirksville | kirksville | 3 | 33 | ktvo | abc | None row 21 : kirksville | ~ottumwa i | 15 | 15 | kyou-tv | fox | None row 22 : st. louis | st. louis | 24 | 14 | knlc | ind | None row 23 : st. louis | ~east st. louis | 46 | 47 | wrbu | mnt | None row 24 : springfield | springfield | 3 | 44 | kytv | nbc | None row 25 : springfield | springfield | 27 | 28 | kozl-tv | ind | None row 26 : springfield | ~harrison ar | 31 | 31 | kwbm | ind | None row 27 : springfield | springfield | 33 | 19 | kspr | abc | k15cz (cw) on row 28 : springfield | osage beach | 49 | 49 | krbk | fox | None row 29 : springfield | springfield | 8 | 8 | krft-ld | mundofox | tnn on 8.2, my family ] Execute this SQL based on the above table: select callsign order by rf asc limit 1
koam-tv
[ header: number | builder | entered service | withdrawn | notes row 1 : 439 | nzr addington | 9-1-1909 | 2-3-1957 | converted to 4-cylinder simple, 6-1949 row 2 : 440 | nzr addington | 25-3-1909 | 2-3-1957 | converted to 4-cylinder simple, 7-1948 row 3 : 441 | nzr addington | 10-5-1909 | 2-3-1957 | None row 4 : 442 | nzr addington | 10-7-1909 | 4-3-1944 | converted to 4-cylinder simple, 6-1943. row 5 : 443 | nzr addington | 1-12-1909 | 2-3-1957 | converted to 4-cylinder simple, 7-1947 row 6 : 444 | nzr addington | 3-2-1910 | 2-3-1957 | converted to 4-cylinder simple, 12-1949 row 7 : 445 | nzr addington | 24-5-1910 | 26-5-1949 | None row 8 : 446 | nzr addington | 30-4-1910 | 6-12-1946 | converted to 4-cylinder simple, 12-1946. row 9 : 588 | nzr addington | 14-10-1913 | 2-3-1957 | converted to 4-cylinder simple, 5-1951 row 10 : 589 | nzr addington | 11-11-1949 | 6-1949 | None row 11 : 590 | nzr addington | 27-1-1914 | 2-3-1957 | None row 12 : 591 | nzr addington | 17-3-1914 | 2-3-1957 | converted to 4-cylinder simple, 12-1950 row 13 : 592 | nzr addington | 22-6-1914 | 2-3-1957 | converted to 4-cylinder simple, 10-1950 row 14 : 593 | nzr addington | 3-9-1914 | 2-3-1957 | converted to 4-cylinder simple, 6-1950 row 15 : 594 | nzr addington | 31-10-1914 | 2-3-1957 | converted to 4-cylinder simple, 5-1945 row 16 : 595 | nzr addington | 3-12-1914 | 2-3-1957 | None row 17 : 596 | nzr addington | 26-1-1915 | 2-3-1957 | converted to 4-cylinder simple, 12-1949 row 18 : 597 | nzr addington | 1-4-1915 | 2-3-1957 | None ] Execute this SQL based on the above table: select notes where entered service = 1
converted to 4-cylinder simple, 7-1947
[ header: week | date | opponent | result | game site | attendance row 1 : 1 | september 11, 1960 | at new york titans | l 27-3 | polo grounds | 10,200 row 2 : 2 | september 18, 1960 | denver broncos | l 27-21 | war memorial stadium | 15,229 row 3 : 3 | september 23, 1960 | at boston patriots | w 13-0 | nickerson field | 20,732 row 4 : 4 | october 2, 1960 | los angeles chargers | l 24-10 | war memorial stadium | 15,821 row 5 : 6 | october 16, 1960 | new york titans | l 17-13 | war memorial stadium | 14,988 row 6 : 7 | october 23, 1960 | oakland raiders | w 38-9 | war memorial stadium | 8,876 row 7 : 8 | october 30, 1960 | houston oilers | w 25-24 | war memorial stadium | 23,001 row 8 : 9 | november 6, 1960 | dallas texans | l 45-28 | war memorial stadium | 19,610 row 9 : 10 | november 13, 1960 | at oakland raiders | l 20-7 | kezar stadium | 8,800 row 10 : 11 | november 20, 1960 | at los angeles chargers | w 32-3 | los angeles memorial coliseum | 16,161 row 11 : 12 | november 27, 1960 | at denver broncos | t 38-38 | bears stadium | 7,785 row 12 : 13 | december 4, 1960 | boston patriots | w 38-14 | war memorial stadium | 14,335 row 13 : 14 | december 11, 1960 | at houston oilers | l 31-23 | jeppesen stadium | 25,243 row 14 : 15 | december 18, 1960 | at dallas texans | l 24-7 | cotton bowl | 18,000 ] Execute this SQL based on the above table: select opponent where week = 13
boston patriots
[ header: year | national champion | score | runner-up | host or site row 1 : 2001 | ucla | 5-4 | stanford | stanford university, avery aquatic center row 2 : 2002 | stanford | 8-4 | ucla | usc, mcdonald' row 3 : 2003 | ucla (2) | 4-3 | stanford | uc san diego, canyon row 4 : 2004 | usc | 10-8 | loyola marymount | stanford university, avery aquatic center row 5 : 2005 | ucla (3) | 3-2 | stanford | university of michigan, canham nat row 6 : 2006 | ucla (4) | 9-8 | usc | uc davis, schaal row 7 : 2007 | ucla (5) | 5-4 | stanford | long beach state, joint forces training base, los row 8 : 2008 | ucla (6) | 6-3 | usc | stanford university, avery aquatic center row 9 : 2009 | ucla (7) | 5-4 | usc | university of maryland, eppley recreation row 10 : 2010 | usc (2) | 10-9 | stanford | san diego state, az row 11 : 2011 | stanford (2) | 9-5 | california | university of michigan, canham nat row 12 : 2012 | stanford (3) | 6-4 | usc | san diego state, az row 13 : 2013 | usc (3) | 10-9 5ot | stanford | harvard university, blodget row 14 : 2014 | None | None | None | usc, uytengsu ] Execute this SQL based on the above table: select count ( * ) where runner-up = 1264
0
[ header: dance | best dancer(s) | best score | worst dancer(s) | worst score row 1 : cha cha | argo ader | 34 | henrik normann piret | 14 row 2 : waltz (international standard) | maarja-liis ilus | 36 | arne niit | 14 row 3 : rumba | argo ader | 40 | arne niit | 15 row 4 : quickstep | argo ader maarja-l | 40 | henrik normann piret | 16 row 5 : jive | argo ader | 32 | henrik normann | 24 row 6 : tango | maarja-liis ilus | 37 | erika salumae | 26 row 7 : paso doble | lauri pedaja | 36 | evelyn sepp | 28 row 8 : foxtrot | argo ader evelyn | 34 | henrik normann | 25 row 9 : samba | maarja-liis ilus | 37 | henrik normann | 26 row 10 : showdance | argo adar maarja-l | 40 | None | None ] Execute this SQL based on the above table: select best score where dance = 'tango' and best dancer(s) = 'maarja-liis ilus' intersect select best score where dance = 'samba' and best dancer(s) = 'maarja-liis ilus'
37
[ header: year | title | role | notes row 1 : 1995 | polio water | diane | short film row 2 : 1996 | new york crossing | drummond | television film row 3 : 1997 | lawn dogs | devon stockard | None row 4 : 1999 | pups | rocky | None row 5 : 1999 | notting hill | 12-year-old actress | None row 6 : 1999 | the sixth sense | kyra collins | None row 7 : 2000 | paranoid | theresa | None row 8 : 2000 | skipped parts | maurey pierce | None row 9 : 2000 | frankie & hazel | francesca 'frankie' | television film row 10 : 2001 | lost and delirious | mary 'mouse' bedford | None row 11 : 2001 | julie johnson | lisa johnson | None row 12 : 2001 | tart | grace bailey | None row 13 : 2002 | a ring of endless light | vicky austin | television film row 14 : 2003 | octane | natasha 'nat' | None row 15 : 2006 | the oh in ohio | kristen taylor | None row 16 : 2007 | closing the ring | young ethel ann | None row 17 : 2007 | st trinian's | jj french | None row 18 : 2007 | virgin territory | pampinea | None row 19 : 2008 | assassination of a high school | francesca fachini | None row 20 : 2009 | walled in | sam walczak | None row 21 : 2009 | homecoming | shelby mercer | None row 22 : 2010 | don't fade away | kat | None row 23 : 2011 | you and i | lana | None row 24 : 2012 | into the dark | sophia monet | None row 25 : 2012 | ben banks | amy | None row 26 : 2012 | apartment 1303 3d | lara slate | None row 27 : 2012 | cyberstalker | aiden ashley | television film row 28 : 2013 | bhopal: a prayer for rain | eva gascon | None row 29 : 2013 | a resurrection | jessie | also producer row 30 : 2013 | l.a. slasher | the actress | None row 31 : 2013 | gutsy frog | ms. monica | television film ] Execute this SQL based on the above table: select role order by year desc limit 1
eva gascon
[ header: round | pick | player | nationality | college/junior/club team row 1 : 1 | 3 | rick hampton | canada | st. catharines black hawk row 2 : 1 | 17 | ron chipperfield | canada | brandon wheat kings (wchl row 3 : 2 | 21 | bruce affleck | canada | university of denver pioneers (wcha) row 4 : 3 | 39 | charlie simmer | canada | sault ste. marie greyhound row 5 : 4 | 57 | tom price | canada | ottawa 67's ( row 6 : 5 | 75 | jim warden | united states | michigan tech huskies (wcha row 7 : 6 | 93 | tom sundberg | united states | st. paul vulcans row 8 : 7 | 111 | tom anderson | united states | st. paul vulcans row 9 : 8 | 128 | jim mccabe | canada | welland sabres (so ] Execute this SQL based on the above table: select player order by id desc limit 1
jim mccabe
[ header: rank | athlete | ski time | penalties p+s+p+s | total row 1 : None | zhang qing (chn) | 59:53.2 | 1+1+0+1 | 1:02:53.2 row 2 : None | dmitriy pozdn | 1:01:01.0 | 0+2+0+0 | 1:03:01.0 row 3 : None | dmitriy pantov ( | 59:24.8 | 1+2+0+1 | 1:03:24.8 row 4 : 4 | hideki yamamoto (jpn) | 1:02:55.5 | 0+1+3+0 | 1:06:55.5 row 5 : 5 | qiu lianhai (ch | 1:03:18.9 | 1+1+0+2 | 1:07:18.9 row 6 : 6 | shin byung-gook (kor | 1:02:49.3 | 1+2+1+1 | 1:07:49.3 row 7 : 7 | son hae-kwon (kor) | 1:02:58.3 | 1+1+2+1 | 1:07:58.3 row 8 : 8 | wang xin (chn) | 1:04:42.4 | 2+1+1+1 | 1:09:42.4 row 9 : 9 | naoki shindo | 1:03:08.5 | 3+1+0+3 | 1:10:08.5 row 10 : 9 | jeon jae-won (kor) | 1:02:08.5 | 2+2+2+2 | 1:10:08.5 row 11 : 11 | alexey karevskiy ( | 1:03:28.8 | 3+1+1+2 | 1:10:28.8 row 12 : 12 | sergey abdukarov (kaz | 1:05:11.4 | 1+2+1+3 | 1:12:11.4 row 13 : 13 | takashi shindo ( | 1:01:15.0 | 3+3+2+4 | 1:13:15.0 row 14 : 14 | shinji ebisawa (jp | 1:04:13.6 | 3+3+1+3 | 1:14:13.6 row 15 : 15 | choi neung-chul | 1:08:50.6 | 3+2+0+1 | 1:14:50.6 row 16 : 16 | byamba enkh-amgalan | 1:15:20.4 | 4+5+2+2 | 1:28:20.4 ] Execute this SQL based on the above table: select penalties p+s+p+s where id = ( select id where penalties p+s+p+s = '1+2+1+3' ) - 1
3+1+1+2
[ header: week | date | kickoff | opponent | results final score | results team record | game site | attendance row 1 : 1 | saturday, april 13 | 7:00 p.m | at rhein fire | w 27-21 | 1-0 | rheinstadion | 32092 row 2 : 2 | saturday, april 20 | 7:00 p.m | london monarchs | w 37-3 | 2-0 | waldstadion | 34186 row 3 : 3 | sunday, april 28 | 6:00 p.m | at barcelona dragons | w 33-29 | 3-0 | estadi olimpic de mont | 17503 row 4 : 4 | sunday, may 5 | 7:00 p.m | amsterdam admirals | w 40-28 | 4-0 | waldstadion | 28627 row 5 : 5 | saturday, may 11 | 7:00 p.m | scottish claymores | l 0-20 | 4-1 | waldstadion | 32126 row 6 : 6 | sunday, may 19 | 3:00 p.m | at london monarchs | l 7-27 | 4-2 | white hart lane | 10764 row 7 : 7 | sunday, may 26 | 3:00 p.m | at scottish claymores | l 17-20 | 4-3 | murrayfield stadium | 13116 row 8 : 8 | saturday, june 1 | 7:00 p.m | rhein fire | l 8-31 | 4-4 | waldstadion | 38798 row 9 : 9 | saturday, june 8 | 7:00 p.m | barcelona dragons | w 24-21 | 5-4 | waldstadion | 33115 row 10 : 10 | saturday, june 15 | 6:30 p.m | at amsterdam admirals | w 28-20 | 6-4 | olympisch stadion | 14062 row 11 : 11 | sunday, june 23 | 6:00 p.m | at scottish claymores | l 27-32 | 6-5 | murrayfield stadium | 38982 ] Execute this SQL based on the above table: select opponent where id = 1
at rhein fire
[ header: # | title | producer(s) | performer (s) | time row 1 : 1 | "i see dead people" | phd | grand puba, lord jamar, | 4:26 row 2 : 2 | "hunny" | grant parks | grand puba | 4:04 row 3 : 3 | "it is what it is" | phd | grand puba, tiffani davis | 5:03 row 4 : 4 | "how long?" | elements | grand puba | 3:22 row 5 : 5 | "good to go" | q-tip | grand puba, q-tip | 3:53 row 6 : 6 | "same old drama" | large professor | grand puba, large professor | 1:29 row 7 : 7 | "get that money" | phd | grand puba | 3:29 row 8 : 8 | "this joint right here" | grand puba | grand puba, kid capri | 3:17 row 9 : 9 | "go hard" | grand puba | grand puba, talee | 3:35 row 10 : 10 | "reality check" | phd | grand puba, sarah martine | 3:09 row 11 : 11 | "cold cold world" | grand puba | grand puba, khadija mo | 3:31 row 12 : 12 | "smile" | big throwback | grand puba, big phill | 1:55 row 13 : 13 | "the joint right here (remix)" | grand puba | grand puba, kid capri, lor | 3:23 ] Execute this SQL based on the above table: select count ( * ) where producer(s) = 'grand puba'
4
[ header: race | race name | pole position | fastest lap | winning driver | winning team | yokohama winner | jay-ten winner | report row 1 : 1 | race of brazil | robert huff | robert huff | robert huff | chevrolet | kristian poulsen | michel nykjær | report row 2 : 3 | race of belgium | robert huff | robert huff | robert huff | chevrolet | kristian poulsen | michel nykjær | report row 3 : 5 | race of italy | robert huff | yvan muller | robert huff | chevrolet | norbert michelisz | fredy barth | report row 4 : 7 | race of hungary | alain menu | norbert michelisz | alain menu | chevrolet | norbert michelisz | aleksei dudukalo | report row 5 : 8 | race of hungary | None | norbert michelisz | yvan muller | chevrolet | franz engstler | aleksei dudukalo | report row 6 : 9 | race of the czech republic | yvan muller | robert huff | robert huff | chevrolet | kristian poulsen | aleksei dudukalo | report row 7 : 10 | race of the czech republic | None | yvan muller | yvan muller | chevrolet | michel nykjær | aleksei dudukalo | report row 8 : 11 | race of portugal | alain menu | alain menu | alain menu | chevrolet | norbert michelisz | no finishers | report row 9 : 17 | race of spain | yvan muller | yvan muller | yvan muller | chevrolet | kristian poulsen | fabio fabiani | report row 10 : 18 | race of spain | None | yvan muller | yvan muller | chevrolet | kristian poulsen | fabio fabiani | report row 11 : 20 | race of japan | None | robert dahlgren | tom coronel | roal motorsport | michel nykjær | charles ng | report row 12 : 21 | race of china | alain menu | robert huff | alain menu | chevrolet | colin turkington | fabio fabiani | report row 13 : 22 | race of china | None | yvan muller | yvan muller | chevrolet | colin turkington | fabio fabiani | report row 14 : 23 | guia race of macau | robert huff | yvan muller | robert huff | chevrolet | michel nykjær | jo merszei | report ] Execute this SQL based on the above table: select sum ( distinct race ) where fastest lap in ( 'yvan muller' , 'norbert michelisz' )
110.0
[ header: # | title | english translation | original album | length row 1 : 1 | mimpi yang sempurn | a perfect dream | kisah 2002 malam | 4:30 row 2 : 2 | bintang di surga | stars in the heaven | bintang di surga | None row 3 : 3 | aku dan bintang | the stars and me | taman langit | 3:39 row 4 : 4 | jauh mimpiku | distant dreams of mine | ost. alexandria | None row 5 : 5 | hari yang cerah un | a bright day for a lonely soul | hari yang cerah | 3:59 row 6 : 6 | menunggu pagi | waiting for dawn | ost. alexandria | None row 7 : 7 | khayalan tingkat ting | high-level imagination | bintang di surga | None row 8 : 8 | sahabat | best friend | taman langit | 4:33 row 9 : 9 | sally sendiri | sally alone | hari yang cerah | 4:17 row 10 : 10 | langit tak mendengar | the sky didn't listen | ost. alexandria | None row 11 : 11 | di belakangku | behind me | bintang di surga | None row 12 : 12 | kita tertawa | we laugh | taman langit | 3:29 row 13 : 13 | membebaniku | burdening me | ost. alexandria | 4:25 row 14 : 14 | cobalah mengerti | try to understand | hari yang cerah | 3:30 row 15 : 15 | topeng | mask | taman langit | 4:25 ] Execute this SQL based on the above table: select count ( * ) where title = 'cobalah mengerti'
1
[ header: # | date | venue | opponent | result | competition | scored row 1 : 1 | 5 march 2002 | lagos | sweden | 3-6 | algarve cup | 1 row 2 : 2 | 22 september 2002 | st andrew's, | iceland | 1-0 | 2003 fifa world cup qual | 1 row 3 : 3 | 21 october 2003 | kryoia soveto, | russia | 2-2 | friendly | 1 row 4 : 4 | 14 november 2003 | deepdale, preston | scotland | 5-0 | friendly | 1 row 5 : 5 | 16 september 2004 | sportpark de wending, heer | netherlands | 2-1 | friendly | 1 row 6 : 6 | 17 february 2005 | national hockey stadium, milton keynes | italy | 4-1 | friendly | 1 row 7 : 7 | 9 march 2005 | faro | portugal | 4-0 | algarve cup | 1 row 8 : 8 | 21 april 2005 | prenton park, tranmere | scotland | 2-1 | friendly | 1 row 9 : 9 | 5 june 2005 | city of manchester stadium, manchester | finland | 3-2 | 2005 uefa championship | 1 row 10 : 10 | 1 september 2005 | ertl-glas-stadi | austria | 4-1 | 2007 fifa world cup qual | 1 ] Execute this SQL based on the above table: select date where scored = 1
5 march 2002, 22 september 2002, 21 october 2003, 14 november 2003, 16 september 2004, 17 february 2005, 9 march 2005, 21 april 2005, 5 june 2005, 1 september 2005
[ header: rank | hospital | city | county | # beds | type of hospital row 1 : 4 | sonoma developmental center | eldridge | sonoma | 1300 | mental health row 2 : 6 | fairview developmental center | costa mesa | orange | 1218 | mental health row 3 : 7 | porterville developmental center | porterville | tulare | 1210 | mental health row 4 : 10 | veterans home of california | yountville | napa | 1100 | veteran admin row 5 : 11 | metropolitan state hospital | norwalk | los angeles | 1096 | mental health row 6 : 12 | va palo alto health care system | palo alto | santa clara | 967 | veteran admin row 7 : 13 | cedars-sinai medical center | west hollywood | los angeles | 952 | general acute care row 8 : 14 | loma linda university medica center | loma linda | san bernardino | 822 | university/teaching row 9 : 15 | ucla medical center | los angeles | los angeles | 668 | general acute care row 10 : 18 | ucsd medical center | san diego | san diego | 594 | university/teaching row 11 : 19 | ucsf medical center mount zion | san francisco | san francisco | 579 | general acute care row 12 : 20 | ucd medical center | sacramento | sacramento | 577 | university/teaching row 13 : 23 | harbor ucla medical center | torrance | los angeles | 553 | general acute care row 14 : 24 | mission hospital regional medical center | mission viejo | orange | 552 | general acute care row 15 : 25 | alta bates summit medical center | berkeley | alameda | 551 | general acute care row 16 : 26 | san francisco general hospital | san francisco | san francisco | 550 | general acute care row 17 : 27 | ucsf medical center at parn | san francisco | san francisco | 536 | general acute care row 18 : 29 | santa clara valley medical center | san jose | santa clara | 524 | general acute care row 19 : 30 | scripps mercy hospital | san diego | san diego | 523 | general acute care row 20 : 31 | huntington memorial hospital | pasadena | los angeles | 522 | general acute care row 21 : 33 | grossmont hospital | la mesa | san diego | 481 | general acute care row 22 : 34 | doctors medical center | modesto | stanislaus | 465 | general acute care row 23 : 35 | st. bernardine medical | san bernardino | san bernardino | 463 | general acute care row 24 : 36 | uci medical center | orange | orange | 462 | general acute care row 25 : 37 | stanford medical center | stanford | santa clara | 460 | general acute care row 26 : 39 | methodist hospital | arcadia | los angeles | 455 | general acute care row 27 : 40 | providence st. joseph | burbank | los angeles | 455 | general acute care row 28 : 42 | agnews developmental center | san jose | santa clara | 450 | mental health row 29 : 43 | jewish home | san francisco | san francisco | 450 | nursing homes row 30 : 44 | st. joseph hospital orange | orange | orange | 448 | general acute care row 31 : 45 | presbyterian intercommunity | whittier | los angeles | 441 | general acute care ] Execute this SQL based on the above table: select city where city in ( 'san jose' , 'san francisco' ) order by rank desc limit 1
san francisco
[ header: place | player | country | score | to par | money ($) row 1 : 1 | ben hogan | united states | 70-72-70-68=280 | -8 | 3,000 row 2 : 2 | skee riegel | united states | 73-68-70-71=28 | -6 | 1,875 row 3 : t3 | lloyd mangrum | united states | 69-74-70-73=2 | -2 | 1162 row 4 : t3 | lew worsham | united states | 71-71-72-72=2 | -2 | 1162 row 5 : 5 | dave douglas | united states | 74-69-72-73=2 | e | 750 row 6 : 6 | lawson little | united states | 72-73-72-72=289 | +1 | 600 row 7 : 7 | jim ferrier | australia | 74-70-74-72=290 | +2 | 525 row 8 : t8 | johnny bulla | united states | 71-72-73-75=2 | +3 | 450 row 9 : t8 | byron nelson | united states | 71-73-73-74=2 | +3 | 450 row 10 : t8 | sam snead | united states | 69-74-68-80=2 | +3 | 450 ] Execute this SQL based on the above table: select ( select score where country = 'united states' ) > 4
1
[ header: date | race | competition | rider | country | location row 1 : february 9 | tour of qatar, stage 3 | uci asia tour | tom boonen (bel) | qatar | mesaieed row 2 : february 11 | tour of qatar, stage 5 | uci asia tour | tom boonen (bel) | qatar | madinat al shamal row 3 : february 18 | tour of oman, stage 5 | uci asia tour | tom boonen (bel) | oman | sultan qaboos row 4 : march 11 | tirreno-adriatico | uci world ranking | tom boonen (bel) | italy | montecatini terme row 5 : march 26 | volta a catalunya | uci protour | davide malacarne (it | spain | cabaces row 6 : may 10 | giro d'italia, stage | uci world ranking | wouter weylandt (bel) | netherlands | middelburg row 7 : may 13 | giro d'italia, stage | uci world ranking | jerome pineau (fra) | italy | novi ligure row 8 : may 30 | giro d'italia, premi | uci world ranking | jerome pineau (fra) | italy | None row 9 : may 30 | tour of belgium, overall | uci europe tour | stijn devolder (bel) | belgium | None row 10 : june 23 | halle-ingooigem | uci europe tour | jurgen van de walle (bel) | belgium | ingooigem row 11 : july 5 | tour de france, stage 2 | uci world ranking | sylvain chavane | belgium | spa row 12 : july 10 | tour de france, stage 7 | uci world ranking | sylvain chavane | france | les rousses row 13 : september 12 | vuelta a espana, | uci world ranking | carlos barredo (esp) | spain | lagos de covadonga row 14 : october 3 | circuit franco-belge, stage 4 | uci europe tour | wouter weylandt (bel) | belgium | tournai row 15 : october 10 | g.p. beghelli | uci europe tour | dario cataldo (ita | italy | monteveglio ] Execute this SQL based on the above table: select count ( location )
13
[ header: outcome | no. | date | tournament | surface | opponent in the final | score row 1 : runner-up | 1 | 2 september 2001 | mostar | clay | adriana basaric | 4-6, 3-6 row 2 : winner | 1 | 27 january 2002 | courmayeur | hard | stefanie weis | 4-6, 7-6(7-3), row 3 : winner | 2 | 17 february 2002 | bergamo | hard | rita degli-esposti | 6-1, 6-2 row 4 : runner-up | 2 | 31 march 2002 | rome - parioli | clay | dinara safina | 7-6(7-3), 2-6, row 5 : runner-up | 3 | 23 june 2002 | gorizia | clay | ainhoa goni-blanco | 6-7(4-7), 1-6 row 6 : runner-up | 4 | 11 august 2002 | rimini | clay | laurence andretto | 5-7, 4-6 row 7 : winner | 3 | 26 january 2003 | grenoble | hard | sophie lefevre | 7-5, 7-5 row 8 : winner | 4 | 16 february 2003 | southampton | hard | magdalena zdenovcova | 6-1, 3-0, ret row 9 : winner | 5 | 23 february 2003 | redbridge | hard | olga barabanschikov | 6-3, 6-2 row 10 : winner | 6 | 23 march 2003 | castellon | clay | ludmila cervanova | 6-3, 6-3 row 11 : winner | 7 | 2 november 2003 | poitiers | hard | roberta vinci | 6-4, 7-5 row 12 : winner | 8 | 1 march 2009 | biberach | hard | kirsten flipkens | 6-1, 6-2 row 13 : winner | 9 | 11 april 2009 | torhout | hard | viktoriya kutuzova | 6-1, 6-4 row 14 : winner | 10 | 11 april 2009 | mestre | hard | yvonne meusburger | 2-6, 6-2, 6-4 ] Execute this SQL based on the above table: select outcome where outcome = 'winner' and tournament = 'courmayeur'
winner
[ header: sr. no. | name | from | till | occupation row 1 : 1 | padamvir singh | 2009 | current | ias row 2 : 2 | rudhra gangadhara | 06/04/2006 | 02/09/2009 | ias row 3 : 3 | d.s. mathur | 29/10/2004 | 06/04/2006 | ias row 4 : 4 | binod kumar | 20/01/2003 | 15/10/2004 | ias row 5 : 5 | wajahat habibullah | 08/11/2000 | 13/01/2003 | ias row 6 : 6 | b.s. baswan | 06/10/1996 | 08/11/2000 | ias row 7 : 7 | n.c. saxena | 25/05/1993 | 06/10/1996 | ias row 8 : 8 | b.n. yugandhar | 26/05/1988 | 25/01/1993 | ias row 9 : 9 | r.n. chopra | 06/06/1985 | 29/04/1988 | ias row 10 : 10 | k. ramanujam | 27/02/1984 | 24/02/1985 | ias row 11 : 11 | r.k. shastri | 09/11/1982 | 27/02/1984 | ias row 12 : 12 | i.c. puri | 16/06/1982 | 11/10/1982 | ias row 13 : 13 | p.s. appu | 02/08/1980 | 01/03/1982 | ias row 14 : 14 | g.c.l. jone | 23/07/1977 | 30/06/1980 | ias row 15 : 15 | b.c. mathur | 17/05/1977 | 23/07/1977 | ias row 16 : 16 | rajeshwar prasa | 11/05/1973 | 11/04/1977 | ias row 17 : 17 | d.d. sathe | 19/03/1969 | 11/05/1973 | ics row 18 : 18 | k.k. das | 12/07/1968 | 24/02/1969 | ics row 19 : 19 | m.g. pimputkar | 04/09/1965 | 29/04/1968 | ics row 20 : 20 | s.k. dutta | 13/08/1963 | 02/07/1965 | ics row 21 : 21 | a.n. jha | 01/09/1959 | 30/09/1962 | ics ] Execute this SQL based on the above table: select till where id = ( select id where till = '11/05/1973' ) + 1
24/02/1969
[ header: res. | record | opponent | method | event | date | round | time | location | notes row 1 : win | 12-3 | mike hayes | ko (punch) | ksw 25: khali | december 7, 2013 | 1 | 1:12 | wrocław, poland | None row 2 : win | 11-3 | nick moghadden | tko (punches) | bellator 99 | september 13, 2013 | 1 | 3:22 | temecula, california | bellator debut row 3 : loss | 10-3 | guto inocente | decision (unanimous) | strikeforce: barnett vs. cor | may 19, 2012 | 3 | 5:00 | san jose, californ | light heavyweight debut row 4 : win | 10-2 | brett albee | tko (strikes) | strikeforce: diaz vs. | april 9, 2011 | 1 | 1:46 | san diego, californ | None row 5 : loss | 9-2 | lavar johnson | ko (punches) | strikeforce challengers: bowling v | october 22, 2010 | 1 | 2:17 | fresno, californ | None row 6 : win | 9-1 | eddie sapp | submission (rear-naked choke) | native fighting championship 6 | august 14, 2010 | 1 | 2:01 | campo, california, | None row 7 : loss | 8-1 | cody goodale | decision (unanimous) | gladiator challenge: maximum force | april 25, 2010 | 3 | 5:00 | san jacinto, cali | None row 8 : win | 8-0 | ovince st. preux | tko (punches) | top combat championship 1 | september 26, 2009 | 2 | 0:46 | san juan, puerto | None row 9 : win | 7-0 | william richey | decision (unanimous) | called out mma 1 | august 15, 2009 | 3 | 5:00 | ontario, california | None row 10 : win | 6-0 | buckley acosta | tko (punches) | gladiator challenge: venom | april 23, 2009 | 1 | 2:59 | pauma valley, californi | None row 11 : win | 5-0 | dave diaz | submission | gc 85: cross fire | october 25, 2008 | 1 | 1:41 | san diego, californ | None row 12 : win | 4-0 | abraham ramirez | tko (punches) | apocalypse fights | august 7, 2008 | 1 | None | None | None row 13 : win | 3-0 | ty montgomery | tko (punches) | galaxy productions | august 24, 2007 | 1 | 0:41 | california, united states | None row 14 : win | 2-0 | tom hubert | tko (doctor stoppage | total combat 10 | october 15, 2005 | 2 | 1:54 | san diego, californ | None row 15 : win | 1-0 | denis hall | tko (punches) | cff: cobra classic 9 | april 16, 2003 | 1 | 0:58 | anza, california, | None ] Execute this SQL based on the above table: select date where round = 2 order by id desc limit 1
october 15, 2005
[ header: ship | built | in service for cunard | type | tonnage | notes row 1 : queen mary | 1936 | 1936-1967 | express | 80,750 grt | blue riband, sold 1967, now row 2 : mauretania | 1939 | 1939-1965 | express | 37,750 grt | scrapped 1965 row 3 : queen elizabeth | 1940 | 1946-1968 | express | 83,650 grt | wwii troopship 1940-1945 row 4 : media | 1947 | 1947-1961 | cargo liner | 13,350 grt | sold to cogedar line 1961, scrapped row 5 : parthia | 1947 | 1947-1961 | cargo liner | 13,350 grt | sold to p&o 1961, re row 6 : caronia | 1949 | 1949-1968 | cruise | 34,200 grt | sold 1968, wrecked 1974 row 7 : britannic | 1929 | 1950-1960 | intermediate | 26,943 grt | built for white star line, scrapped 1960 row 8 : georgic | 1932 | 1950-1956 | intermediate | 27,759 grt | built for white star line, scrapped 1956 row 9 : saxonia carmania | 1954 | 1954-1962 1962-1973 | intermediate cruise | 21,637 grt 21,370 grt | sold to the black sea shipping company, sovie row 10 : ivernia franconia | 1955 | 1955-1963 1963-1973 | intermediate cruise | 21,800 grt | sold to the far eastern shipping company, sovie row 11 : carinthia | 1956 | 1956-1968 | intermediate | 21,800 grt | sold to sitmar line 1968, scrapped 2005 row 12 : sylvania | 1957 | 1957-1968 | intermediate | 21,800 grt | sold to sitmar line 1968, scrapped 2004 row 13 : alaunia | 1960 | 1960-1969 | cargo liner | 7,004 grt | sold to brocklebank line in 1969 row 14 : queen elizabeth 2 | 1969 | 1969-2008 | express | 70,300 grt | sold 2008, laid up in port rashi row 15 : atlantic causeway | 1969 | 1970-1986 | container ship | 14,950 grt | scrapped in 1986 row 16 : atlantic conveyor | 1970 | 1970-1982 | container ship | 14,946 grt | sunk in falklands war 1982 ] Execute this SQL based on the above table: select ship order by built desc limit 1
atlantic conveyor
[ header: city of licence | analog channel | digital channel | virtual channel | callsign | network | notes row 1 : brandon | 4 | None | None | ckyb-tv | ctv | satellite of cky-dt winn row 2 : dauphin | 12 | None | None | ckyd-tv | ctv | satellite of cky-dt winn row 3 : fisher branch | 8 | None | None | ckya-tv | ctv | satellite of cky-dt winn row 4 : flin flon | 13 | None | None | ckyf-tv | ctv | satellite of cky-dt winn row 5 : mccreary | 13 | None | None | ckyb-tv | ctv | satellite of cky-dt winn row 6 : minnedosa | 2 | None | None | cknd-tv-2 | global | None row 7 : the pas | 12 | None | None | ckyp-tv | ctv | satellite of cky-dt winn row 8 : portage la prairie | None | 13 | 13.1 | chmi-dt | city | None row 9 : thompson | 9 | None | None | ckyt-tv | ctv | satellite of cky-dt winn row 10 : winnipeg | None | 51 | 3.1 | cbwft-dt | r-c | None row 11 : winnipeg | None | 27 | 6.1 | cbwt-dt | cbc | None row 12 : winnipeg | None | 7 | 7.1 | cky-dt | ctv | None row 13 : winnipeg | None | 40 | 9.1 | cknd-dt | global | None row 14 : winnipeg | None | 13 | 13.1 | chmi-dt | city | mts tv hd row 15 : winnipeg | None | 35 | 35.1 | ciit-dt | religious independent | None ] Execute this SQL based on the above table: select count ( * ) where city of licence > 897
15
[ header: # | season | competition | date | round | opponent | h / a | result | scorer (s) row 1 : 35 | 2011 | afc champions league | 2011-03-02 | group stage | al-ain | a | 1-0 | s : dejan damjanovic row 2 : 36 | 2011 | afc champions league | 2011-03-15 | group stage | hangzhou greentown | h | 3-0 | s : dejan damjanovic, row 3 : 37 | 2011 | afc champions league | 2011-04-06 | group stage | nagoya grampus | a | 1-1 | s : choi hy row 4 : 39 | 2011 | afc champions league | 2011-05-04 | group stage | al-ain | h | 3-0 | s : dejan damjanovic (2) row 5 : 41 | 2011 | afc champions league | 2011-05-25 | round of 16 | kashima antlers | h | 3-0 | s : bang seung-h row 6 : 42 | 2011 | afc champions league | 2011-09-14 | quarter-finals 1st leg | al-ittihad | a | 1-3 | s : choi ta row 7 : 43 | 2011 | afc champions league | 2011-09-27 | quarter-finals 2nd leg | al-ittihad | h | 1-0 | s : mauricio molina row 8 : 44 | 2013 | afc champions league | 2013-02-26 | group stage | jiangsu sainty | h | 5-1 | s : dejan damjanovic (2) row 9 : 45 | 2013 | afc champions league | 2013-03-12 | group stage | buriram united | a | 0-0 | None row 10 : 46 | 2013 | afc champions league | 2013-04-02 | group stage | vegalta sendai | h | 2-1 | s : sergio escudero row 11 : 48 | 2013 | afc champions league | 2013-04-24 | group stage | jiangsu sainty | a | 2-0 | s : koh myong row 12 : 49 | 2013 | afc champions league | 2013-05-01 | group stage | buriram united | h | 2-2 | s : jung seung-y row 13 : 50 | 2013 | afc champions league | 2013-05-14 | round of 16 1st leg | beijing guoan | a | 0-0 | None row 14 : 53 | 2013 | afc champions league | 2013-09-18 | quarter-finals 2nd leg | al-ahli | h | 1-0 | s : dejan damjanovic row 15 : 55 | 2013 | afc champions league | 2013-10-02 | semi-finals 2nd leg | esteghlal | a | 2-2 | s : ha dae-sung ] Execute this SQL based on the above table: select date where scorer (s) is null
2013-03-12, 2013-05-14
[ header: # | weekend end date | film | weekend gross (millions) | notes row 1 : 1 | january 6, 2008 | national treasure: book of secrets | $1.65 | None row 2 : 3 | january 20, 2008 | cloverfield | $2.26 | None row 3 : 4 | january 27, 2008 | rambo | $1.71 | meet the spartans was #1 in north row 4 : 6 | february 10, 2008 | fool's gold | $1.55 | None row 5 : 7 | february 17, 2008 | jumper | $2.06 | None row 6 : 8 | february 24, 2008 | vantage point | $1.55 | None row 7 : 11 | march 16, 2008 | horton hears a who! | $2.89 | None row 8 : 12 | march 23, 2008 | horton hears a who! | $1.99 | None row 9 : 13 | march 30, 2008 | 21 | $2.17 | None row 10 : 14 | april 6, 2008 | 21 | $1.63 | None row 11 : 15 | april 13, 2008 | prom night | $1.25 | None row 12 : 18 | may 4, 2008 | iron man | $7.49 | None row 13 : 19 | may 11, 2008 | iron man | $3.93 | None row 14 : 20 | may 18, 2008 | the chronicles of narnia: prince | $4.11 | None row 15 : 21 | may 25, 2008 | indiana jones and the kingdom of | $7.00 | None row 16 : 22 | june 1, 2008 | sex and the city | $4.88 | None row 17 : 26 | june 29, 2008 | wanted | $3.10 | wall-e was #1 in north america row 18 : 27 | july 6, 2008 | hancock | $3.67 | None row 19 : 28 | july 13, 2008 | hellboy ii: the golden army | $2.50 | None row 20 : 29 | july 20, 2008 | the dark knight | $10.53 | the dark knight had the highest weekend debut of 2008 row 21 : 31 | august 3, 2008 | the dark knight | $3.65 | None row 22 : 32 | august 10, 2008 | the dark knight | $2.39 | None row 23 : 33 | august 17, 2008 | tropic thunder | $2.11 | None row 24 : 34 | august 24, 2008 | tropic thunder | $1.45 | None row 25 : 35 | august 31, 2008 | tropic thunder | $1.48 | None row 26 : 37 | september 14, 2008 | burn after reading | $1.75 | None row 27 : 38 | september 21, 2008 | burn after reading | $1.15 | lakeview terrace was #1 in north america row 28 : 39 | september 28, 2008 | eagle eye | $2.20 | None row 29 : 40 | october 5, 2008 | eagle eye | $1.16 | beverly hills chihuah row 30 : 41 | october 12, 2008 | body of lies | $1.18 | beverly hills chihuah row 31 : 42 | october 19, 2008 | max payne | $1.50 | None row 32 : 44 | november 2, 2008 | zack & miri make a | $1.53 | high school musical 3: senior year was #1 in row 33 : 46 | november 16, 2008 | quantum of solace | $7.64 | None row 34 : 47 | november 23, 2008 | twilight | $5.30 | None row 35 : 49 | december 7, 2008 | twilight | $1.52 | four christmases was #1 in north america row 36 : 50 | december 14, 2008 | the day the earth stood still | $1.81 | None row 37 : 51 | december 21, 2008 | yes man | $1.22 | None row 38 : 52 | december 28, 2008 | the curious case of benjamin button | $2.22 | marley & me was #1 in north ] Execute this SQL based on the above table: select sum ( weekend gross (millions) ) where weekend end date in ( 'may 25, 2008' , '31' )
7.0
[ header: title | year | peak chart positions us | peak chart positions us r&b | peak chart positions us rap | peak chart positions uk | certifications | album row 1 : "can't you see" (total | 1995 | 13 | 3 | None | 43 | riaa: gold | total row 2 : "player's anthem" (with | 1995 | 13 | 7 | 2 | None | riaa: gold | conspiracy row 3 : "this time around" (michae | 1995 | None | None | None | None | None | history row 4 : "you can't stop the reign" ( | 1996 | None | None | None | 40 | None | you can't stop the reign row 5 : "only you" (112 featuring the notorious | 1996 | 13 | 3 | None | None | riaa: gold | 112 row 6 : "get money" (with junior m. | 1996 | 17 | 4 | 1 | 63 | riaa: platinum | conspiracy row 7 : "crush on you" (lil' | 1996 | 6 | None | 1 | 36 | None | hard core row 8 : "stop the gunfight" (trapp featuring | 1997 | 77 | 35 | 9 | None | None | stop the gunfight row 9 : "be the realist" (trapp featuring | 1997 | None | 65 | 14 | None | None | stop the gunfight row 10 : "been around the world" (puff | 1997 | 2 | 7 | 1 | 4 | None | no way out row 11 : "it's all about the benja | 1997 | 2 | 7 | 1 | 20 | None | no way out row 12 : "victory" (puff daddy featuring | 1998 | 19 | 13 | 2 | None | None | no way out row 13 : "runnin' (dying to live | 2004 | 19 | 11 | 5 | 17 | None | tupac: resurrection row 14 : "angels" (diddy-dir | 2009 | 116 | 71 | None | None | None | last train to paris ] Execute this SQL based on the above table: select title where album = 'tupac: resurrection'
"runnin' (dying to live)" (2pac featuring the notorious b.i.g.)
[ header: position | club | played | points | wins | draws | losses | goals for | goals against | goal difference row 1 : 1 | ue lleida | 38 | 57+19 | 23 | 11 | 4 | 56 | 20 | 36 row 2 : 2 | real valladolid | 38 | 52+14 | 20 | 12 | 6 | 50 | 30 | 20 row 3 : 3 | racing de santander | 38 | 52+14 | 23 | 6 | 9 | 56 | 38 | 18 row 4 : 4 | rcd mallorca | 38 | 50+12 | 21 | 8 | 9 | 57 | 34 | 23 row 5 : 5 | real betis | 38 | 43+5 | 16 | 11 | 11 | 49 | 33 | 16 row 6 : 6 | real madrid b | 38 | 42+4 | 15 | 12 | 11 | 57 | 41 | 16 row 7 : 7 | atletico marbella | 38 | 42+4 | 17 | 8 | 13 | 45 | 41 | 4 row 8 : 8 | barcelona b | 38 | 39+1 | 15 | 9 | 14 | 59 | 55 | 4 row 9 : 9 | cp merida | 38 | 39+1 | 13 | 13 | 12 | 43 | 42 | 1 row 10 : 10 | cd castellon | 38 | 36-2 | 13 | 10 | 15 | 40 | 45 | -5 row 11 : 11 | cd badajoz | 38 | 36-2 | 14 | 8 | 16 | 37 | 36 | 1 row 12 : 12 | sd compostela | 38 | 35-3 | 10 | 15 | 13 | 35 | 39 | -4 row 13 : 13 | villarreal cf | 38 | 34-4 | 13 | 8 | 17 | 38 | 51 | -14 row 14 : 14 | palamos cf | 38 | 33-5 | 12 | 9 | 17 | 33 | 50 | -17 row 15 : 15 | athletic de bilbao b | 38 | 33-5 | 9 | 15 | 14 | 33 | 34 | -1 row 16 : 16 | sd eibar | 38 | 32-6 | 10 | 12 | 16 | 33 | 44 | -11 row 17 : 17 | ue figueres | 38 | 32-6 | 11 | 10 | 17 | 41 | 59 | -18 row 18 : 18 | cd lugo | 38 | 25-13 | 7 | 11 | 20 | 23 | 41 | -18 row 19 : 19 | sestao | 38 | 24-14 | 7 | 10 | 21 | 29 | 54 | -25 row 20 : 20 | ce sabadell fc 1 | 38 | 24-14 | 8 | 8 | 22 | 30 | 57 | -27 ] Execute this SQL based on the above table: select club where club != 'sd eibar' and points = ( select points where club = 'sd eibar' )
ue figueres
[ header: year | film | language | character | co-star | music | banner row 1 : 1941 | bhaktimala | telugu | radha | None | None | bhaskar films row 2 : 1941 | dharmapatni | tamil | None | None | None | famous films row 3 : 1944 | tahsildar | telugu | kamala | None | None | None row 4 : 1946 | gruhapravesam | telugu | janaki | None | None | sarati films row 5 : 1947 | ratnamala | telugu | ratnamala | c. s. r. an | c. r. subburaman | bharani pictures row 6 : 1949 | laila majnu | telugu | laila | a. nageswara r | c. r. subburaman | bharani pictures row 7 : 1949 | apoorva sagodhar | tamil | kanchana | m. k. radha | s. rajeswara | gemini studios row 8 : 1951 | malleeswari | telugu | malleeswari | n. t. rama r | adepalli rama r | vijaya studios row 9 : 1951 | mangala | hindi | mangala | None | None | gemini studios row 10 : 1952 | rani | tamil | None | s. balachander | c. r. subburaman | jupiter pictures row 11 : 1952 | rani | hindi | None | anoop kumar | c. r. subburaman | jupiter pictures row 12 : 1953 | chandirani | hindi | champa & chandi | dilip kumar | c. r. subburaman | bharani pictures row 13 : 1957 | makkalai petra magarasi | tamil | rangamma | sivaji ganesan | k. v. mahadevan | sri lakshmi row 14 : 1961 | batasari | telugu | madhavi | a. nageswara r | master venu | bharani pictures row 15 : 1965 | antastulu | telugu | None | a. nageswara r | k. v. mahadevan | None row 16 : 1967 | grihalakshmi | telugu | laxmi | None | None | None row 17 : 1967 | pattatthu rani | tamil | None | gemini ganesan | t. k. ramamoorth | None row 18 : 1984 | mangamma gari manavadu | telugu | mangamma | None | None | None row 19 : 1988 | attagaru swagatham | telugu | None | None | None | None ] Execute this SQL based on the above table: select co-star where language = 'tamil'
m. k. radha, s. balachander, sivaji ganesan, gemini ganesan
[ header: position | club | played | points | wins | draws | losses | goals for | goals against | goal difference row 1 : 1 | ue lleida | 38 | 57+19 | 23 | 11 | 4 | 56 | 20 | 36 row 2 : 2 | real valladolid | 38 | 52+14 | 20 | 12 | 6 | 50 | 30 | 20 row 3 : 3 | racing de santander | 38 | 52+14 | 23 | 6 | 9 | 56 | 38 | 18 row 4 : 4 | rcd mallorca | 38 | 50+12 | 21 | 8 | 9 | 57 | 34 | 23 row 5 : 5 | real betis | 38 | 43+5 | 16 | 11 | 11 | 49 | 33 | 16 row 6 : 6 | real madrid b | 38 | 42+4 | 15 | 12 | 11 | 57 | 41 | 16 row 7 : 7 | atletico marbella | 38 | 42+4 | 17 | 8 | 13 | 45 | 41 | 4 row 8 : 8 | barcelona b | 38 | 39+1 | 15 | 9 | 14 | 59 | 55 | 4 row 9 : 9 | cp merida | 38 | 39+1 | 13 | 13 | 12 | 43 | 42 | 1 row 10 : 10 | cd castellon | 38 | 36-2 | 13 | 10 | 15 | 40 | 45 | -5 row 11 : 11 | cd badajoz | 38 | 36-2 | 14 | 8 | 16 | 37 | 36 | 1 row 12 : 12 | sd compostela | 38 | 35-3 | 10 | 15 | 13 | 35 | 39 | -4 row 13 : 13 | villarreal cf | 38 | 34-4 | 13 | 8 | 17 | 38 | 51 | -14 row 14 : 14 | palamos cf | 38 | 33-5 | 12 | 9 | 17 | 33 | 50 | -17 row 15 : 15 | athletic de bilbao b | 38 | 33-5 | 9 | 15 | 14 | 33 | 34 | -1 row 16 : 16 | sd eibar | 38 | 32-6 | 10 | 12 | 16 | 33 | 44 | -11 row 17 : 17 | ue figueres | 38 | 32-6 | 11 | 10 | 17 | 41 | 59 | -18 row 18 : 18 | cd lugo | 38 | 25-13 | 7 | 11 | 20 | 23 | 41 | -18 row 19 : 19 | sestao | 38 | 24-14 | 7 | 10 | 21 | 29 | 54 | -25 row 20 : 20 | ce sabadell fc 1 | 38 | 24-14 | 8 | 8 | 22 | 30 | 57 | -27 ] Execute this SQL based on the above table: select count ( * ) where points <= 190
20
[ header: no. | date | tournament | winning score | margin of victory | runner(s)-up row 1 : 1 | 20 jan 2008 | abu dhabi golf championship | -15 (66-65-68-74 | 4 strokes | henrik stenson, lee west row 2 : 2 | 22 jun 2008 | bmw international open | -15 (68-63-67-75 | playoff | anders hansen row 3 : 3 | 5 jul 2009 | open de france alstom | -13 (62-72-69-68 | playoff | lee westwood row 4 : 4 | 12 jul 2009 | barclays scottish open | -15 (69-65-66-69 | 2 strokes | gonzalo fernandez- row 5 : 5 | 24 jan 2010 | abu dhabi golf championship | -21 (67-67-67-66 | 1 stroke | ian poulter row 6 : 6 | 15 aug 2010 | pga championship | -11 (72-68-67-70 | playoff | bubba watson row 7 : 7 | 12 sep 2010 | klm open | -14 (67-67-66-66 | 4 strokes | christian nilsson, row 8 : 8 | 10 oct 2010 | alfred dunhill links championship | -17 (68-69-68-66 | 3 strokes | danny willett row 9 : 9 | 23 jan 2011 | abu dhabi hsb | -24 (67-65-66-66 | 8 strokes | rory mcilroy row 10 : 10 | 6 nov 2011 | wgc-hsbc champion | -20 (69-68-68-63 | 3 strokes | fredrik jacobson ] Execute this SQL based on the above table: select date where date = '6 nov 2011'
6 nov 2011
[ header: week | date | opponent | results final score | results team record | venue | attendance row 1 : 1 | september 20 | at detroit lions | w 16-13 | 1-0 | tiger stadium | 54,418 row 2 : 2 | september 26 | chicago bears | l 20-17 | 1-1 | metropolitan stadium | 47,900 row 3 : 3 | october 3 | buffalo bills | w 19-0 | 2-1 | metropolitan stadium | 47,900 row 4 : 4 | october 10 | at philadelphia eagle | w 13-0 | 3-1 | veterans stadium | 65,358 row 5 : 5 | october 17 | at green bay packers | w 24-13 | 4-1 | lambeau field | 56,263 row 6 : 6 | october 25 | baltimore colts | w 10-3 | 5-1 | metropolitan stadium | 49,784 row 7 : 7 | october 31 | at new york giants | w 17-10 | 6-1 | yankee stadium | 62,829 row 8 : 8 | november 7 | san francisco 49ers | l 13-9 | 6-2 | metropolitan stadium | 49,784 row 9 : 9 | november 14 | green bay packers | w 3-0 | 7-2 | metropolitan stadium | 49,784 row 10 : 10 | november 21 | at new orleans saints | w 23-10 | 8-2 | tulane stadium | 83,130 row 11 : 11 | november 28 | atlanta falcons | w 24-7 | 9-2 | metropolitan stadium | 49,784 row 12 : 12 | december 5 | at san diego chargers | l 30-14 | 9-3 | san diego stadium | 54,505 row 13 : 13 | december 11 | detroit lions | w 29-10 | 10-3 | metropolitan stadium | 49,784 row 14 : 14 | december 19 | at chicago bears | w 27-10 | 11-3 | soldier field | 55,049 ] Execute this SQL based on the above table: select opponent order by attendance desc limit 1
at new orleans saints
[ header: rank | name | nationality | result | notes row 1 : None | park ho-hyun | south korea | 55.58 | pb row 2 : None | lee young-sun | south korea | 55.29 | None row 3 : None | anne de silva | sri lanka | 54.86 | None row 4 : 4 | liliya dusmetova | uzbekistan | 54.52 | sb row 5 : 5 | zhang li | china | 54.11 | None row 6 : 6 | harumi yamamoto | japan | 52.6 | None row 7 : 7 | suman devi | india | 52.58 | None row 8 : 8 | emika yoshida | japan | 51.62 | None row 9 : 9 | nadeeka lakmali | sri lanka | 48.54 | None row 10 : 10 | jang ok-ju | north korea | 41.68 | pb row 11 : 11 | parveen akhtar | pakistan | 37.51 | None ] Execute this SQL based on the above table: select name where name = 'liliya dusmetova'
liliya dusmetova
[ 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 count ( * ) where album + remixed by = 1
0
[ 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 trainer order by id desc limit 1
d. wayne lukas
[ header: | name | took office | left office | party row 1 : 1 | vasso papandreou | 21 february 1996 | 19 february 1999 | panhellenic socialist movement row 2 : 2 | evangelos venizelos | 19 february 1999 | 13 april 2000 | panhellenic socialist movement row 3 : 3 | nikos christodoulaki | 13 april 2000 | 24 october 2001 | panhellenic socialist movement row 4 : 4 | akis tsochatzo | 24 october 2001 | 10 march 2004 | panhellenic socialist movement row 5 : 5 | dimitris sioufas | 10 march 2004 | 19 september 2007 | new democracy row 6 : 6 | christos folias | 19 september 2007 | 8 january 2009 | new democracy row 7 : 7 | kostis hatzidakis | 8 january 2009 | 7 october 2009 | new democracy ] Execute this SQL based on the above table: select party where took office < ( select took office where party = 'panhellenic socialist movement' and left office = '10 march 2004' ) order by took office desc limit 1
panhellenic socialist movement
[ header: name | location | opened | gender | security level(s) | capacity row 1 : northland region corrections facility | near kaikohe, northland | 2005 | male | minimum to high | 548 row 2 : auckland prison | paremoremo, auckland | 1968 | male | minimum to maximum | 681 row 3 : mount eden corrections facility | mount eden, auckland | 2011 | male | remand | 966 row 4 : auckland region women's correction | wiri, auckland | 2006 | female | minimum to maximum | 456 row 5 : spring hill corrections facility | hampton downs, waikato | 2007 | male | minimum to high | 1050 row 6 : waikeria prison | south of te awamutu, | 1911 | male | minimum to high | 750 row 7 : tongariro/rangipo | near turangi, waikato | 1922 | male | minimum to low-medium | 540 row 8 : whanganui prison | kaitoke, south of wang | 1978 | male | minimum to high | 538 row 9 : hawke's bay regional prison | south of hastings | 1989 | male | minimum to high | 666 row 10 : manawatu prison | linton, south of palmerston | 1979 | male | None | 290 row 11 : rimutaka prison | trentham, upper hutt | 1967 | male | minimum to high | 942 row 12 : arohata prison | tawa, wellington | 1944 | female | minimum to high | 88 row 13 : christchurch men's prison | near templeton, christchurch | 1915 | male | minimum to high | 926 row 14 : christchurch women's prison | near templeton, christchurch | 1974 | female | minimum to high | 138 row 15 : rolleston prison | near rolleston, canterbury | 1958 | male | minimum to low-medium | 260 row 16 : otago corrections facility | north of milton, otago | 2007 | male | minimum to high-medium | 485 row 17 : invercargill prison | invercargill | 1910 | male | minimum to low-medium | 180 ] Execute this SQL based on the above table: select abs ( ( select capacity where location = 'wiri, auckland' ) - ( select capacity where location = 'south of te awamutu, waikato' ) )
294.0
[ header: # | name | birth and death | office started | office ended row 1 : 1 | geir vidalin | 27 october 1761 - | 1801 | 1823 row 2 : 2 | steingrimur jonsson | None | 1824 | 1845 row 3 : 3 | helgi thordersen | 8 april 1794 - 4 | 1846 | 1866 row 4 : 4 | 'petur petursson | 3 october 1808 - | 1866 | 1889 row 5 : 5 | hallgrimur sveinsson | 5 april 1841 - 16 | 1889 | 1908 row 6 : 6 | þorhallur bjarnar | 2 december 1855 - 15 de | 1908 | 1916 row 7 : 7 | jon helgason | 1866 - 1942 | 1917 | 1939 row 8 : 8 | sigurgeir sigurðsson | 3 august 1890 - 13 oc | 1939 | 1953 row 9 : 9 | asmundur guðmunds | 6 october 1888 re | 1954 | 1989 row 10 : 10 | sigurbjorn einarsson | 30 june 1911 vestur-skaf | 1959 | 1981 row 11 : 11 | petur sigurgeirsson (son | 2 june 1919 - 3 jun | 1981 | 1989 row 12 : 12 | olafur skulason | 29 december 1929 - 9 jun | 1989 | 1997 row 13 : 13 | karl sigurbjornsson ( | 5 february 1947 reykja | 1998 | 2012 row 14 : 14 | agnes sigurðardottir | 19 october 1954 isaf | 24 june 2012 | incumbent ] Execute this SQL based on the above table: select office started order by name limit 1
1866
[ header: year | title | chart positions nor | chart positions aus | chart positions aut | chart positions bel | chart positions ger | chart positions nl | chart positions nz | chart positions swe | chart positions swi | chart positions uk | album row 1 : 2003 | "she's so high" | 1 | 60 | 42 | 9 | 25 | 16 | 38 | None | 91 | 25 | i row 2 : 2004 | "here she comes" | 12 | None | None | 53 | None | None | None | None | None | None | i row 3 : 2004 | "all you have to offer" | None | None | None | None | None | None | None | None | None | None | i row 4 : 2004 | "my street" | None | None | None | None | None | None | None | None | None | None | a part of me row 5 : 2004 | "before you leave" | None | None | None | 52 | None | None | None | None | None | None | a part of me row 6 : 2005 | "never easy" | None | None | None | None | None | None | None | None | None | None | a part of me row 7 : 2006 | "when the stars go blue" (feat | 14 | None | None | None | None | None | None | None | None | None | venke knutson's places row 8 : 2006 | "hallelujah" (with espen | 1 | None | None | None | None | None | None | None | None | None | hallelujah - live row 9 : 2006 | "boys of summer" (with espen | 12 | None | None | None | None | None | None | None | None | None | hallelujah - live row 10 : 2007 | "push, push" | 1 | None | None | None | None | None | None | None | None | None | push push row 11 : 2007 | "silence" | 9 | None | None | None | None | None | None | None | None | None | push push row 12 : 2008 | "reality kicks" | 20 | None | None | None | None | None | None | None | None | None | push push row 13 : 2008 | "lost highway" (featuring will | 1 | None | None | None | None | None | None | None | None | None | rise to the occasion row 14 : 2008 | "don't have what it takes" | 19 | None | None | None | None | None | None | None | None | None | rise to the occasion row 15 : 2008 | "rise to the occasion" | None | None | None | None | None | None | None | 38 | None | None | rise to the occasion row 16 : 2009 | "with or without you" (with espen | 1 | None | None | None | None | None | None | None | None | None | hallelujah - live volume 2 row 17 : 2010 | "himmel pa jord" | 5 | None | None | None | None | None | None | None | None | None | have yourself a merry little christmas row 18 : 2013 | "adieu" | 9 | None | None | None | None | None | None | None | None | None | None row 19 : 2013 | "engler i sneen | 7 | None | None | None | None | None | None | None | None | None | None ] Execute this SQL based on the above table: select count ( album ) where year > 1276
17
[ header: no. | score | player | team | balls | inns. | opposing team | date | result row 1 : 1 | 325 | andy sandham | england | 640 | 1 | west indies | 3 april 1930 | drawn row 2 : 4 | 270 | george headley (2/2) | west indies | nr | 1 | england | 14 march 1935 | won row 3 : 6 | 141 | everton weekes (1/2) | west indies | nr | 2 | england | 27 march 1948 | won row 4 : 9 | 237 | frank worrell | west indies | nr | 2 | india | 28 march 1953 | drawn row 5 : 12 | 150 | pankaj roy | india | nr | 3 | west indies | 28 march 1953 | drawn row 6 : 14 | 116 | willie watson | england | nr | 4 | west indies | 15 january 1954 | lost row 7 : 16 | 116 | clyde walcott (2/5) | west indies | nr | 3 | england | 30 march 1954 | lost row 8 : 19 | 108 | clyde walcott (3/5) | west indies | nr | 2 | australia | 26 march 1955 | lost row 9 : 21 | 155 | clyde walcott (4/5) | west indies | nr | 1 | australia | 11 june 1955 | lost row 10 : 24 | 109 | keith miller (2/2) | australia | nr | 2 | west indies | 11 june 1955 | won row 11 : 25 | 128 | ron archer | australia | nr | 2 | west indies | 11 june 1955 | won row 12 : 27 | 110 | clyde walcott (5/5) | west indies | nr | 3 | australia | 11 june 1955 | lost row 13 : 31 | 106 | wazir mohammad | pakistan | nr | 3 | west indies | 26 february 1958 | lost row 14 : 32 | 114 | colin cowdrey (1/2) | england | nr | 1 | west indies | 17 february 1960 | drawn row 15 : 33 | 147 | garfield sobers (2/5) | west indies | nr | 2 | england | 17 february 1960 | drawn row 16 : 41 | 158 | rohan kanhai (2/ | west indies | nr | 3 | india | 18 february 1971 | drawn row 17 : 42 | 163 | roy fredericks | west indies | nr | 1 | new zealand | 16 february 1972 | drawn row 18 : 45 | 100 | lawrence rowe (2/3) | west indies | nr | 3 | new zealand | 16 february 1972 | drawn row 19 : 46 | 101 | mark burgess | new zealand | nr | 4 | west indies | 16 february 1972 | drawn row 20 : 48 | 142 | keith stackpole | australia | nr | 3 | west indies | 16 february 1973 | drawn row 21 : 56 | 153 | graham gooch | england | 213 | 1 | west indies | 10 april 1981 | drawn row 22 : 58 | 127 | gordon greenidge (2/2) | west indies | 193 | 2 | australia | 28 april 1984 | won row 23 : 61 | 156 | richie richardson (1/3) | west indies | 314 | 2 | india | 28 april 1989 | won row 24 : 62 | 110 | viv richards | west indies | 178 | 2 | india | 28 april 1989 | won row 25 : 65 | 104 | richie richardson (2/3) | west indies | 233 | 3 | australia | 1 may 1991 | drawn ] Execute this SQL based on the above table: select count ( * ) where team = 'west indies'
15
[ header: year | title | role | notes row 1 : 1941 | the maltese falcon | kasper gutman | nominated - academy award for best supporting row 2 : 1941 | they died with their boots on | lt. gen. winfield | None row 3 : 1942 | across the pacific | dr. lorenz | None row 4 : 1942 | casablanca | signor ferrari | None row 5 : 1943 | background to danger | col. robinson | None row 6 : 1944 | passage to marseille | major duval | None row 7 : 1944 | between two worlds | rev. tim thompson | None row 8 : 1944 | the mask of dimitrios | mr. peters | None row 9 : 1944 | the conspirators | ricardo quintanilla | None row 10 : 1944 | hollywood canteen | himself | None row 11 : 1945 | pillow to post | col. michael otley | None row 12 : 1945 | conflict | dr. mark hamilton | None row 13 : 1945 | christmas in connecticut | alexander yardley | None row 14 : 1946 | three strangers | jerome k. arbutny | None row 15 : 1946 | devotion | william makepeace thacke | None row 16 : 1946 | the verdict | supt. george e | None row 17 : 1947 | that way with women | james p. alden | None row 18 : 1947 | the hucksters | evan llewellyn | None row 19 : 1948 | the velvet touch | capt. danbury | None row 20 : 1948 | ruthless | buck mansfield | None row 21 : 1948 | the woman in white | count alessandro fosco | None row 22 : 1949 | flamingo road | sheriff titus semple | None row 23 : 1949 | malaya | the dutchman | None ] Execute this SQL based on the above table: select notes where year > 1384
nominated - academy award for best supporting actor
[ header: year | team | co-drivers | car | class | laps | pos. | class pos. row 1 : 2001 | team den bla avis team goh | john nielsen hiroki | dome s101-judd | lmp900 | 66 | dnf | dnf row 2 : 2003 | rn motorsport | john nielsen hayanari | dba4 03s-zytek | lmp675 | 288 | 22nd | 2nd row 3 : 2004 | lister racing | john nielsen jens | lister storm lmp-chevrole | lmp1 | 279 | 24th | 9th row 4 : 2006 | zytek engineering team essex invest | john nielsen philip and | zytek 06s | lmp1 | 269 | nc | nc row 5 : 2007 | aston martin racing larbre | christophe bouchut f | aston martin dbr | gt1 | 341 | 7th | 3rd row 6 : 2008 | team essex | john nielsen sasch | porsche rs spyder evo | lmp2 | 347 | 12th | 2nd row 7 : 2009 | team essex | kristian poulsen e | porsche rs spyder evo | lmp2 | 357 | 10th | 1st row 8 : 2011 | hope racing | steve zacchia jan | oreca 01-swiss | lmp1 | 115 | dnf | dnf ] Execute this SQL based on the above table: select car group by car order by count ( * ) desc limit 1
porsche rs spyder evo
[ header: | district | headquarters | population (2011) | males | females | percentage decadal growth 2001-2011 | sex ratio | density (persons per km2) | child population 0-6 years | child sex ratio | literacy rate row 1 : 1 | angul | angul | 1271703 | 654898 | 616805 | 11.55 | 942 | 199 | 145690 | 884 | 78.96 row 2 : 3 | balasore | baleswar | 2317419 | 1184371 | 1133048 | 14.47 | 957 | 609 | 274432 | 941 | 80.66 row 3 : 4 | bargarh | bargarh | 1478833 | 748332 | 730501 | 9.84 | 976 | 253 | 156185 | 946 | 75.16 row 4 : 5 | bhadrak | bhadrak | 1506522 | 760591 | 745931 | 12.95 | 981 | 601 | 176793 | 931 | 83.25 row 5 : 7 | cuttack | cuttack | 2618708 | 1339153 | 1279555 | 11.87 | 955 | 666 | 251152 | 913 | 84.2 row 6 : 9 | dhenkanal | dhenkanal | 1192948 | 612597 | 580351 | 11.82 | 947 | 268 | 132647 | 870 | 79.41 row 7 : 11 | ganjam | chhatrapur | 3520151 | 1777324 | 1742827 | 11.37 | 981 | 429 | 397920 | 899 | 71.88 row 8 : 12 | jagatsinghpur | jagatsinghpur | 1136604 | 577699 | 558905 | 7.44 | 967 | 681 | 103517 | 929 | 87.13 row 9 : 13 | jajpur | jajpur | 1826275 | 926058 | 900217 | 12.43 | 972 | 630 | 207310 | 921 | 80.44 row 10 : 14 | jharsuguda | jharsuguda | 579499 | 297014 | 282485 | 12.56 | 951 | 274 | 61823 | 938 | 78.36 row 11 : 16 | kandhamal | phulbani | 731952 | 359401 | 372551 | 12.92 | 1037 | 91 | 106379 | 960 | 65.12 row 12 : 19 | khordha | khordha | 2246341 | 1166949 | 1079392 | 19.65 | 925 | 799 | 222275 | 910 | 87.51 row 13 : 21 | malkangiri | malkangiri | 612727 | 303913 | 308814 | 21.53 | 1016 | 106 | 105636 | 979 | 49.49 row 14 : 23 | nabarangapur | nabarangpur | 1218762 | 604046 | 614716 | 18.81 | 1018 | 230 | 201901 | 988 | 48.2 row 15 : 26 | puri | puri | 1697983 | 865209 | 832774 | 13 | 963 | 488 | 164388 | 924 | 85.37 row 16 : 28 | sambalpur | sambalpur | 1044410 | 529424 | 514986 | 12.24 | 973 | 158 | 112946 | 931 | 76.91 row 17 : 30 | sundergarh | sundergarh | 2080664 | 1055723 | 1024941 | 13.66 | 971 | 214 | 249020 | 937 | 74.13 ] Execute this SQL based on the above table: select headquarters where id = ( select id where headquarters = 'bargarh' ) + 1
bhadrak
[ header: pos | no | driver | team | laps | time/retired | grid | points row 1 : 1 | 26 | paul tracy | team kool green | 225 | 1:48:49.169 | 6 | 20 row 2 : 2 | 99 | greg moore | forsythe racing | 225 | 5.88 | 3 | 16 row 3 : 3 | 5 | gil de ferran | walker racing | 225 | 6.456 | 16 | 14 row 4 : 4 | 12 | jimmy vasser | chip ganassi racing | 225 | 7.937 | 2 | 12 row 5 : 5 | 40 | adrian fernandez | patrick racing | 225 | 9.929 | 18 | 10 row 6 : 6 | 11 | christian fittipaldi | newman-haas racing | 225 | 11.251 | 13 | 8 row 7 : 7 | 27 | dario franchitti | team kool green | 225 | 12.578 | 4 | 6 row 8 : 8 | 17 | mauricio gugelmin | pacwest racing | 225 | 15.223 | 12 | 5 row 9 : 9 | 33 | patrick carpentier | forsythe racing | 224 | +1 lap | 8 | 4 row 10 : 10 | 4 | juan pablo montoya | chip ganassi racing | 224 | +1 lap | 5 | 3+1 row 11 : 11 | 25 | cristiano da matta | arciero-wells racing | 224 | +1 lap | 7 | 2 row 12 : 12 | 18 | roberto moreno | pacwest racing | 223 | +2 laps | 9 | 1 row 13 : 13 | 7 | max papis | team rahal | 222 | +3 laps | 17 | None row 14 : 14 | 36 | alex barron | all american racing | 222 | +3 laps | 10 | None row 15 : 15 | 6 | michael andretti | newman-haas racing | 222 | +3 laps | 11 | None row 16 : 16 | 19 | michel jourdain, j | payton/coyne racing | 222 | +3 laps | 21 | None row 17 : 17 | 24 | scott pruett | arciero-wells racing | 222 | +3 laps | 15 | None row 18 : 18 | 44 | tony kanaan | forsythe racing | 221 | +4 laps | 20 | None row 19 : 19 | 2 | al unser, jr | marlboro team penske | 221 | +4 laps | 22 | None row 20 : 20 | 20 | p. j. jones | patrick racing | 219 | +6 laps | 14 | None row 21 : 21 | 10 | richie hearn | della penna motorsports | 219 | +6 laps | 19 | None row 22 : 22 | 34 | dennis vitolo | payton/coyne racing | 212 | +13 laps | 26 | None row 23 : 23 | 16 | shigeaki hattori | bettenhausen racing | 118 | contact | 24 | None row 24 : 24 | 22 | robby gordon | team gordon | 83 | electrical | 23 | None row 25 : 25 | 8 | bryan herta | team rahal | 81 | handling | 25 | None row 26 : 26 | 9 | helio castro-neves | hogan racing | 30 | turbo boost | 1 | 1 ] Execute this SQL based on the above table: select driver order by time/retired desc limit 1
mauricio gugelmin
[ header: model | origin | type | versions | in service | notes row 1 : vought f-8 crusa | united states | air superiority fighter/interceptor aircraft | f-8p | 35 | placed in open storage 1988-01-23 at bas row 2 : northrop f-5 freedom fighter | united states | fighter/bomber | f-5a f-5b | 37 | retired. the 10 remaining f-5s, row 3 : north american f-86 sabre | united states | fighter/bomber | f-86f f-86d | 50 20 | replaced by the northrop f-5a row 4 : north american p-51 mustang | united states | fighter | p-51d | 103 | paf's 1950s fighter, replaced by row 5 : north american t-28 trojan | united states | trainer/light strike aircraft | t-28a t-28d | 20 24 | replaced by ov-10 bronco row 6 : north american t-6 texan | united states | trainer aircraft | None | 38 | None row 7 : beechcraft t-34 mentor | united states | trainer aircraft | None | 36 | replaced by the sf-260 row 8 : lockheed t-33 shooting star | united states | trainer aircraft | t-33a rt-33 | 25 2 | replaced by the s-211 row 9 : douglas ac-47 s | united states | close air support aircraft | None | 11 | None row 10 : douglas c-47 skytrain | united states | military transport aircraft | None | None | replaced by the c-130 row 11 : de havilland canada dhc | canada | military transport aircraft | None | None | replaced by the c-130 row 12 : grumman hu-16 albatros | united states | military transport aircraft | hu-16b | 6 | None row 13 : namc ys-11 | japan | vip transport | None | None | None row 14 : stinson l-5 sentine | united states | liaison aircraft | None | None | None row 15 : sikorsky s-62 | united states japan | multipurpose utility helicopter multipurpose utility helicopter vip | s-62a s-62j | 1 2 | None row 16 : sikorsky h-34 | united states | sar helicopter | None | None | None row 17 : sikorsky h-19 | united states | None | None | None | None row 18 : bell 212 | united states | utility helicopter | None | 1 | a presidential aircraft that crashed in bengue row 19 : aerospatiale sa 330 | france | presidential helicopter | sa 330l | 2 | None ] Execute this SQL based on the above table: select versions where versions != 'hu-16b' and origin = ( select origin where versions = 'hu-16b' )
f-8p, f-5a f-5b, f-86f f-86d, p-51d, t-28a t-28d, t-33a rt-33a
[ 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 ( select enrollment where institution = 'wilkes university' ) = ( select enrollment where institution = 'misericordia university' )
0
[ header: week | date | opponent | result | attendance row 1 : 1 | september 12, 1982 | at new york jets | w 45-28 | 53,360 row 2 : 2 | september 19, 1982 | baltimore colts | w 24-20 | 51,999 row 3 : 3 | november 21, 1982 | at buffalo bills | w 9-7 | 52,945 row 4 : 4 | november 29, 1982 | at tampa bay buccaneers | l 17-23 | 65,854 row 5 : 5 | december 5, 1982 | minnesota vikings | w 22-14 | 45,721 row 6 : 6 | december 12, 1982 | at new england patriots | l 0-3 | 25,716 row 7 : 7 | december 18, 1982 | new york jets | w 20-19 | 67,702 row 8 : 8 | december 27, 1982 | buffalo bills | w 27-10 | 73,924 row 9 : 9 | january 2, 1983 | at baltimore colts | w 34-7 | 19,073 ] Execute this SQL based on the above table: select abs ( ( select result where result = 'w 45-28' ) - ( select result where opponent = 'at baltimore colts' ) )
0
[ header: national team | title(s) represented | first worn | number of stars | notes row 1 : brazil | world cup | 1971 | 5 | third win was in 1970; fourth and fifth stars row 2 : italy | world cup | 1982 | 4 | added after third win; fourth star added after the row 3 : germany | world cup | 1996 | 3 | 1954, 1974, third win was in 1990 row 4 : uruguay | world cup and olympics | 1930 | 4 | represent 2 world cups (1930 & 1950) row 5 : argentina | world cup | 2003 | 2 | 1978, second win was in 1986 row 6 : england | world cup | 2003 | 1 | title won in 1966. star added after a row 7 : france | world cup | 1998 | 1 | title won in 1998. star added above their badge row 8 : spain | world cup | 2010 | 1 | title won in 2010. spain played in their away ] Execute this SQL based on the above table: select abs ( ( select number of stars where national team = 'england' ) - ( select number of stars where national team = 'spain' ) )
0.0
[ header: pos. | car # | driver | make | team row 1 : 1 | 38 | jason leffler | toyota | braun racing row 2 : 2 | 16 | greg biffle | ford | roush fenway racing row 3 : 3 | 99 | david reutimann | toyota | michael waltrip racing row 4 : 4 | 60 | carl edwards | ford | roush fenway racing row 5 : 5 | 77 | ron hornaday | chevrolet | kevin harvick incorporated row 6 : 6 | 20 | aric almirola | chevrolet | joe gibbs racing row 7 : 7 | 29 | scott wimmer | chevrolet | richard childress racing row 8 : 8 | 42 | kevin hamlin | dodge | chip ganassi racing row 9 : 9 | 10 | mike bliss | toyota | braun racing row 10 : 10 | 88 | brad keselowski | chevrolet | jr motorsports ] Execute this SQL based on the above table: select count ( * ) where make = 'toyota'
3
[ header: stage | date | route | terrain | length | winner row 1 : 1 | 22 june | rennes - lisieux | plain stage | 215 km (134 mi) | edward sels (bel) row 2 : 2 | 23 june | lisieux - amiens | plain stage | 208 km (129 mi) | andre darrigade (fra row 3 : 3a | 24 june | amiens - forest | plain stage | 197 km (122 mi) | bernard vandekerkhove ( row 4 : 4 | 25 june | forest - metz | plain stage | 292 km (181 mi) | rudi altig (ger) row 5 : 5 | 26 june | metz - freiburg | plain stage | 161 km (100 mi) | willy derboven (bel) row 6 : 6 | 27 june | freiburg - besancon | plain stage | 200 km (120 mi) | henk nijdam (n row 7 : 7 | 28 june | besancon - thonon | plain stage | 195 km (121 mi) | jan janssen (ned) row 8 : 8 | 29 june | thonon-les-bains | stage with mountain(s) | 249 km (155 mi) | federico bahamontes (es row 9 : 9 | 30 june | briancon - monaco | stage with mountain(s) | 239 km (149 mi) | jacques anquetil (fr row 10 : 10a | 1 july | monaco - hyeres | plain stage | 187 km (116 mi) | jan janssen (ned) row 11 : 10b | 1 july | hyeres - toulon | individual time trial | 21 km (13 mi) | jacques anquetil (fr row 12 : 11 | 2 july | toulon - montpellier | plain stage | 250 km (160 mi) | edward sels (bel) row 13 : 12 | 3 july | montpellier - perpignan | plain stage | 174 km (108 mi) | jo de roo (ne row 14 : 13 | 4 july | perpignan - andorra | stage with mountain(s) | 170 km (110 mi) | julio jimenez ( row 15 : 15 | 7 july | toulouse - luchon | stage with mountain(s) | 203 km (126 mi) | raymond poulidor (fra row 16 : 16 | 8 july | luchon - pau | stage with mountain(s) | 197 km (122 mi) | federico bahamontes (es row 17 : 17 | 9 july | peyrehorade - bayonne | individual time trial | 43 km (27 mi) | jacques anquetil (fr row 18 : 18 | 10 july | bayonne - bordeaux | plain stage | 187 km (116 mi) | andre darrigade (fra row 19 : 19 | 11 july | bordeaux - brive | plain stage | 215 km (134 mi) | edward sels (bel) row 20 : 20 | 12 july | brive - puy de dome | stage with mountain(s) | 217 km (135 mi) | julio jimenez ( row 21 : 21 | 13 july | clermont-ferrand - | plain stage | 311 km (193 mi) | jean stablinski (fra) ] Execute this SQL based on the above table: select route order by id desc limit 1
clermont-ferrand - orleans
[ header: wrestler: | times: | date: | location: | notes: row 1 : jonnie stewart | 1 | june 6, 1996 | rochester, minnesota | defeated larry gligorovich to row 2 : king kong bundy | 1 | march 31, 1999 | oshkosh, wiscons | later stripped of the title by owner dale row 3 : the patriot (danny dominion) | 1 | july 29, 2000 | pine bluff, arkansa | defeated dale gagne in an impro row 4 : ricky enrique | 1 | july 29, 2000 | pine bluff, arkansa | None row 5 : eric priest | 1 | june 3, 2001 | hillside, illinois | None row 6 : evan karagias | 1 | march 22, 2002 | casa grande, arizona | None row 7 : horshu | 1 | october 12, 2002 | mercedes, texas | stripped of the title due to missing mandatory title defense row 8 : evan karagias | 2 | july 6, 2003 | lemoore, california | defeated eric priest to win the vac row 9 : steve corino | 1 | june 11, 2005 | bay city, michigan | None row 10 : shinjiro otani | 1 | january 22, 2006 | tokyo, japan | None row 11 : takao omori | 2 | april 1, 2006 | tokyo, japan | None row 12 : ric converse | 1 | june 14, 2006 | indianapolis, indiana | None row 13 : steve corino | 2 | january 7, 2007 | pottstown, pennsyl | on march 23, 2007, corino lost the title row 14 : takao omori | 3 | march 31, 2007 | yokohama, japan | None row 15 : masato tanaka | 1 | october 26, 2007 | tokyo, japan | None row 16 : larry zbyszko | 1 | february 5, 2008 | minneapolis, minnesot | title awarded row 17 : brian logan | None | april 20, 2008 | fayetteville, west virgini | logan defeated zbyszko row 18 : ricky landell | 1 | october 11, 2008 | indianapolis, indiana | title becomes known as the wsl world row 19 : keith walker | 1 | february 21, 2009 | michigan city, indiana | None ] Execute this SQL based on the above table: select count ( * ) where times: = 2
3
[ header: persian unit | persian name | relation to previous unit | metric value | imperial value row 1 : finger | aiwas | None | ≈ 20 mm | ≈ 0.8 in row 2 : hand | dva | 5 aiwas | ≈ 100 mm | ≈ 4 in row 3 : foot | trayas | 3 dva | ≈ 300 mm | ≈ 1 foot row 4 : four-hands | remen | 4 dva | ≈ 400 mm | ≈ 16 in row 5 : cubit (five-hands) | pank'a dva | 5 dva | ≈ 500 mm | ≈ 20 in row 6 : great cubit (six-hands) | (k)swacsh | 6 dva | ≈ 600 mm | ≈ 2 ft row 7 : pace | pank'a | 5 trayas | ≈ 1.5 m | ≈ 5 ft row 8 : ten-foot | daca trayas | pank'a | ≈ 3 m | ≈ 10 ft row 9 : hundred-foot | chebel | 8 daca trayas | ≈ 24 m | ≈ 80 ft row 10 : league, the distance a horse could walk in | parasang | 250 chebel | ≈ 6 km | ≈ 3.75 miles row 11 : mansion, one day's march on the | (greek stathmos) | 4 or 5 parasang | ≈ 24-30 km | ≈ 14-18 miles ] Execute this SQL based on the above table: select count ( persian unit ) where relation to previous unit = '6 dva'
1
[ header: year | competition | venue | position | notes row 1 : 2006 | iaaf world athletics final | stuttgart, germany | 5th | 110 m hurdles row 2 : 2007 | world championships | osaka, japan | 4th (semis) | 110 m hurdles row 3 : 2008 | world indoor championships | valencia, spain | 4th (semis) | 60 m hurdles row 4 : 2008 | olympic games | beijing, china | 3rd | 110 m hurdles row 5 : 2008 | iaaf world athletics final | stuttgart, germany | 1st | 110 m hurdles row 6 : 2010 | world indoor championships | doha, qatar | 3rd | 60 m hurdles row 7 : 2010 | 2010 diamond league | multiple locations | 1st | 110 m hurdles row 8 : 2013 | 2013 diamond league | multiple locations | 1st | 110 m hurdles row 9 : 2013 | world championships | moscow, russia | 1st | 110 m hurdles ] Execute this SQL based on the above table: select venue where year = 2010 and year = 2010
doha, qatar, multiple locations
[ header: rank | name | nationality | time row 1 : None | gustavo borges | brazil | 1:49.41 row 2 : None | scott tucker | united states | 1:50.99 row 3 : None | leonardo costa | brazil | 1:51.29 row 4 : None | mark johnston | canada | 1:51.29 row 5 : 5 | nate boyle | united states | 1:52.83 row 6 : 6 | yannick lupien | canada | 1:52.92 row 7 : 7 | joshua ilika | mexico | 1:53.73 row 8 : 8 | javier diaz | mexico | 1:54.01 ] Execute this SQL based on the above table: select nationality order by time desc limit 1
brazil
[ header: pos | driver | entrant | constructor | time/retired | grid row 1 : 1 | innes ireland | team lotus | lotus-climax | 1.00:14.8 | 4 row 2 : 2 | stirling moss | rob walker racing team | cooper-climax | + 2.8 s | 2 row 3 : 3 | chris bristow | yeoman credit racing team | cooper-climax | + 1:05.0 s | 1 row 4 : 4 | bruce mclaren | cooper car company | cooper-climax | + 1:17.6 s | 6 row 5 : 5 | graham hill | owen racing organisation | brm | 41 laps | 9 row 6 : 6 | jo bonnier | owen racing organisation | brm | 41 laps | 10 row 7 : 7 | tony brooks | g.a. vandervell | vanwall | 41 laps | 8 row 8 : ret | roy salvadori | c.t. atkins / high | cooper-climax | transmission | 5 row 9 : ret | harry schell | yeoman credit racing team | cooper-climax | throttle | 3 row 10 : ret | mike taylor | taylor & crawley | lotus-climax | engine | 13 row 11 : ret | keith greene | gilby engineering | cooper-climax | None | 12 row 12 : ret | alan stacey | team lotus | lotus-climax | oil pipe | 11 row 13 : ret | dan gurney | owen racing organisation | brm | accident | 7 row 14 : wd | jack brabham | cooper car company | cooper-climax | None | None row 15 : wd | geoff richardson | geoff richardson | cooper | None | None ] Execute this SQL based on the above table: select time/retired where grid = 13
engine
[ header: year | winner | score | county | opponent | score | county row 1 : 2013-14 | mount leinster rangers | 0-11 | carlow | oulart-the-ballagh | 0-08 | wexford row 2 : 2010-11 | o'loughlin gaels | 0-14 | kilkenny | oulart-the-ballagh | 1-08 | wexford row 3 : 2009-10 | ballyhale shamrocks | 1-16 | kilkenny | tullamore | 1-08 | offaly row 4 : 2007-08 | birr | 1-11 | offaly | ballyboden st endas | 0-13 | dublin row 5 : 2006-07 | ballyhale shamrocks | 1-20 | kilkenny | birr | 1-08 | offaly row 6 : 2005-06 | james stephens | 2-13 | kilkenny | ucd | 1-12 | dublin row 7 : 2004-05 | james stephens | 1-13 | kilkenny | ucd | 1-12 | dublin row 8 : 2003-04 | o'loughlin gaels | 0-15 | kilkenny | birr | 0-09 | offaly row 9 : 2002-03 | birr | 2-05 | offaly | gowran | 1-02 | kilkenny row 10 : 2001-02 | birr | 0-10; 2-10 | offaly | castletown | 1-07; 0-05 | laois row 11 : 2000-01 | graigue-ballycallan | 0-14 | kilkenny | ucd | 1-08 | dublin row 12 : 1999-00 | birr | 1-16 | offaly | castletown | 0-11 | laois row 13 : 1998-99 | rathnure | 1-13 | wexford | portlaoise | 1-06 | laois row 14 : 1997-98 | birr | 0-11 | offaly | castletown | 0-05 | laois row 15 : 1995-96 | glenmore | 2-13 | kilkenny | oulart-the-ballagh | 2-10 | wexford row 16 : 1994-95 | birr | 3-07 | offaly | oulart-the-ballagh | 2-05 | wexford row 17 : 1992-93 | buffer's alley | 2-13 | wexford | st. rynagh's | 0-13 | offaly row 18 : 1991-92 | birr | 2-14 | offaly | ballyhale shamrocks | 0-03 | kilkenny row 19 : 1990-91 | glenmore | 0-15 | kilkenny | camross | 1-09 | laois row 20 : 1987-88 | rathnure | 3-08 | wexford | portlaoise | 1-13 | laois row 21 : 1986-87 | rathnure | 2-16 | wexford | camross | 3-09 | laois row 22 : 1980-81 | ballyhale shamrocks | 3-10 | kilkenny | coolderry | 1-08 | offaly row 23 : 1979-80 | crumlin | 3-05 | dublin | camross | 0-11 | laois row 24 : 1978-79 | ballyhale shamrocks | 1-13 | kilkenny | crumlin | 1-06 | dublin row 25 : 1977-78 | rathnure | 0-16 | wexford | the fenians | 1-10 | kilkenny row 26 : 1976-77 | camross | 3-09 | laois | james stephens | 1-14 | kilkenny row 27 : 1973-74 | rathnure | 1-18 | wexford | st. rynagh's | 2-09 | offaly ] Execute this SQL based on the above table: select score where id = ( select id where county = 'kilkenny' ) + 1
1-07; 0-05
[ 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 count ( inducted for ) where ring name (birth name) = 'grizzly smith (aurelian smith)'
0
[ header: date | operation | location | type | information row 1 : 16 july 1992 - 22 nov | operation maritime monitor | international waters off serbia | naval blockade | naval blockade aimed at enfor row 2 : 16 october 1992 - 12 | operation sky monitor (resolution 781) | bosnian airspace | no-fly zone | established a no-fly zone over the row 3 : 22 november 1992 - 1993 | operation maritime guard (resolution 787) | international waters in adriatic sea | naval blockade | authorized nato to use force, and row 4 : 13 april 1993 - 20 de | operation deny flight (resolutions 816 | bosnian airspace | no-fly zone | resolution 816 extended the ban to cover flights by row 5 : 15 june 1993 - 2 o | operation sharp guard (numerous resolutions) | yugoslavia | naval blockade | a widespread naval blockade aimed at row 6 : 30 august - 20 september 1995 | operation deliberate force | bosnia and herzegovin | air campaign | involving approximately 400 aircraft, deliberate force targeted at row 7 : 20 december 1995 - 20 dec | operation joint endeavour | bosnia and herzegovin | peacekeeping force | nato-led implementation force(if row 8 : 21 december 1996 - 19 jun | operation joint guard | bosnia and herzegovin | peacekeeping force | nato-led stabilisation force( row 9 : 20 june 1998 - 2 dec | operation joint forge | bosnia and herzegovin | peacekeeping force | a continuation of operation joint guard ] Execute this SQL based on the above table: select count ( location )
9
[ header: | episode title | romanized title | translation of title | broadcast date | ratings row 1 : ep. 1 | 児童虐待からの脱出 渡り鳥になった二人 | jido gyakut | escape from child abuse, the two who became birds | 14 april 2010 5 august 2011 8 | 11.8% row 2 : ep. 2 | 居場所のない二人 | ibasho no nai | the two without a place to go | 21 april 2010 12 august 2011 15 | 12.0% row 3 : ep. 3 | 母の手のぬくもり | haha no te no nukumor | the warmth of a mother's hand | 28 april 2010 19 august 2011 22 | 12.8% row 4 : ep. 4 | 学校へ行かせたい | gakko e ika setai | i want to let her attend school | 5 may 2010 26 august 2011 29 august 2011 | 10.0% row 5 : ep. 5 | 二人の"母親" | ni-nin no"haha | two "mothers" | 12 may 2010 2 september 2011 5 september | 11.9% row 6 : ep. 6 | さよならお母さん | sayonara okasan | goodbye mother | 19 may 2010 9 september 2011 12 september | 13.9% row 7 : ep. 7 | あの子を返して! | ano ko o kae | return her to me! | 26 may 2010 16 september 2011 19 september | 12.4% row 8 : ep. 8 | 断ち切れない絆 | tachikirenai kizu | the bond that can't be broken | 2 june 2010 23 september 2011 26 | 14.0% row 9 : ep. 9 | 引き裂かれる二人 | hikisaka reru n | the two torn apart | 9 june 2010 30 september 2011 3 | 12.2% row 10 : ep. 10 | ひと目会いたい | hitome aitai | i want to see you just once | 16 june 2010 7 octo | 14.8% row 11 : ep. 11 | すっと愛してる | zutto aishi teru | i will always love you | 23 june 2010 14 octo | 16.3% ] Execute this SQL based on the above table: select romanized title order by desc limit 1
zutto aishi teru
[ header: sum | mongolian | population (2005) | population (2008) | population (2009) | area km2 | density /km2 | sum centre population row 1 : battsengel | батцэнгэл | 3818 | 3855 | 3846 | 3500 | 1.1 | 1096 row 2 : bulgan | булган | 2285 | 2361 | 2434 | 3100 | 0.79 | 961 row 3 : chuluut | чулуут | 3943 | 3749 | 3744 | 3900 | 0.96 | 935 row 4 : erdenebulgan | эрдэнэбулг | 17790 | 18022 | 17770 | 536 | 33.15 | 17770 row 5 : erdenemandal | эрдэнэманда | 6099 | 5843 | 5933 | 3400 | 1.74 | 1091 row 6 : ikh-tamir | их тамир | 5714 | 5154 | 5247 | 4800 | 1.09 | 1050 row 7 : jargalant | жаргалант | 4089 | 4114 | 4111 | 3832 | 1.07 | 1035 row 8 : khairkhan | хаирхан | 3756 | 3558 | 3656 | 2500 | 1.46 | 739 row 9 : khangai | хангаи | 3054 | 2805 | 2926 | 4400 | 0.66 | 795 row 10 : khashaat | хашаат | 3594 | 3305 | 3344 | 2600 | 1.29 | 802 row 11 : khotont | хотонт | 4763 | 4809 | 4440 | 2200 | 2.02 | 774 row 12 : ogii nuur | өгии нуур | 3015 | 3041 | 3086 | None | None | 622 row 13 : olziit | өлзиит | 3154 | 3037 | 3102 | 1700 | 1.82 | 829 row 14 : ondor-ulaan | өндөр-улаан | 5873 | 5729 | 5798 | 4000 | 1.45 | 1097 row 15 : tariat | тариат | 5082 | 5022 | 5086 | 3800 | 1.34 | 644 row 16 : tuvshruule | түвшрүүлэх | 3489 | 3410 | 3438 | 1200 | 2.86 | 1869 row 17 : tsakhir | цахир | 2058 | 2126 | 2143 | 3398 | 0.63 | 438 row 18 : tsenkher | цэнхэр | 5480 | 5387 | 5414 | 3200 | 1.69 | 997 row 19 : tsetserleg | цэцэрлэг | 2058 | 3955 | 3813 | 2500 | 1.53 | 848 ] Execute this SQL based on the above table: select count ( * ) where population (2008) >= 1682 and population (2008) <= 1493
0
[ header: | year | city | country | date | venue | no. of events | no. of athletes row 1 : 1st | 2000 | monterrey | mexico | august 3-5 | universidad autonoma de nuevo | 45 | 184 row 2 : 2nd | 2002 | san antonio | united states | august 9-11 | e.m. stevens stadium | 45 | 245 row 3 : 3rd | 2004 | sherbrooke | canada | july 30 - august 1 | universite de sherbrooke stadium | 42 | 243 row 4 : 4th | 2006 | santo domingo | dominican republic | july 7-9 | estadio felix san | 44 | 373 row 5 : 5th | 2008 | toluca | mexico | july 18-20 | estadio universitario alber | 44 | None row 6 : 6th | 2010 | miramar | united states | july 9-11 | ansin sports complex | 44 | None row 7 : 7th | 2012 | irapuato | mexico | july 6-8 | centro paralimpico nacional | 44 | None row 8 : 8th | 2014 | kamloops | canada | august 8-10 | hillside stadium | None | None ] Execute this SQL based on the above table: select count ( * ) where country = 10 and = 840
0
[ header: # | secretary of state | prime minister | tenure row 1 : 1 | hector louis langevin | macdonald | july 1, 1867 - dec row 2 : 4 | richard william scott | mackenzie | january 9, 1874 - row 3 : 6 | john o'connor | macdonald | november 8, 1880 - may 19, row 4 : 9 | james colebrooke patterson | abbott | january 25, 1892 - row 5 : None | joseph alderic ouimet | bowell | december 21, 1895 - jan row 6 : 13 | sir charles tupper | bowell | january 15, 1896 - row 7 : 15 | charles murphy | laurier | october 9, 1908 - row 8 : 17 | louis coderre | borden | october 29, 1912 - row 9 : 18 | pierre edouard blondin | borden | october 6, 1915 - row 10 : 19 | esioff leon patenau | borden | january 8, 1917 - jun row 11 : None | albert sevigny (acting) | borden | june 13, 1917 - august 24, 1917 row 12 : 22 | arthur lewis sifton | borden | december 31, 1919 - july row 13 : 22 | arthur lewis sifton | meighen | july 10, 1920 - janu row 14 : 26 | walter edward foster | king | september 26, 1925 - november 12, row 15 : 27 | guillaume andre fauteux | meighen | august 23, 1926 - september 25, 19 row 16 : 28 | fernand rinfret | king | september 25, 1926 - august 7, 1930 row 17 : 35 | jack pickersgill | st. laurent | june 11, 1953 - june row 18 : 38 | henri courtemanche | diefenbaker | may 12, 1958 - june 19, 1960 row 19 : None | leon balcer (acting minister) | diefenbaker | june 21, 1960 - oc row 20 : 39 | noel dorion | diefenbaker | october 11, 1960 - row 21 : 43 | jean marchand | trudeau | april 20, 1968 - ju row 22 : 44 | gerard pelletier | trudeau | july 5, 1968 - november row 23 : 45 | james hugh faulk | trudeau | november 27, 1972 - september 13, row 24 : 46 | john roberts | trudeau | september 14, 1976 - june 3, row 25 : 47 | david macdonald | clark | june 4, 1979 - march 2, 1980 row 26 : 49 | gerald regan | trudeau | september 22, 1981 - octo row 27 : 50 | serge joyal | turner | june 30, 1984 - september 16, row 28 : 54 | lucien bouchard | mulroney | march 31, 1988 - january 29, row 29 : 55 | gerry weiner | mulroney | january 30, 1989 - a row 30 : 57 | monique landry | mulroney | january 4, 1993 - jun ] Execute this SQL based on the above table: select count ( secretary of state ) where # < 1692
27
[ header: name | faith | type | gov | opened | intake | dcsf number | ofsted number | web | coordinates row 1 : ashfield | None | junior | vc | 1845 | 60 | 3012 | 117391 | w | 51°38′22′′n 0° row 2 : bournehall | None | primary | cy | 1969 | 30 | 2360 | 117296 | w | 51°39′00′′n 0° row 3 : bushey heath | None | primary | cy | 1879 | 30 | 2012 | 117088 | w | 51°38′12′′n 0° row 4 : bushey manor | None | junior | cy | 1907 | 60 | 2261 | 117242 | w | 51°38′49′′n 0° row 5 : falconer | None | special | cy | None | None | 7033 | 117686 | w | 51°38′49′′n 0° row 6 : hartsbourne | None | primary | cy | None | 30 | 2372 | 117300 | w | 51°37′52′′n 0° row 7 : highwood | None | primary | cy | 1949 | 60 | 2013 | 117089 | w | 51°39′57′′n 0° row 8 : little reddings | None | primary | fd | None | 51 | 5208 | 117568 | w | 51°38′51′′n 0° row 9 : meadow wood | None | special | cy | None | None | 7043 | 117691 | w | 51°38′54′′n 0° row 10 : merry hill | None | infants | cy | 1885 | 60 | 2014 | 117090 | w | 51°38′17′′n 0° row 11 : sacred heart | rc | primary | va | 1970 | 40 | 3415 | 117488 | w | 51°38′38′′n 0° ] Execute this SQL based on the above table: select name order by dcsf number desc limit 1
meadow wood
[ header: seat | state | majority | member | party row 1 : hinkler | qld | 0 | paul neville | npa row 2 : solomon | nt | 0.1 | dave tollner | lib row 3 : adelaide | sa | 0.2 | hon trish worth | lib row 4 : canning | wa | 0.4 | don randall | lib row 5 : dobell | nsw | 0.4 | ken ticehurst | lib row 6 : parramatta | nsw | 1.1 | ross cameron | lib row 7 : mcewen | vic | 1.2 | fran bailey | lib row 8 : paterson | nsw | 1.4 | bob baldwin | lib row 9 : herbert | qld | 1.6 | peter lindsay | lib row 10 : richmond | nsw | 1.6 | hon larry anthony | npa row 11 : deakin | vic | 1.7 | philip barresi | lib row 12 : eden-monaro | nsw | 1.7 | gary nairn | lib row 13 : hindmarsh | sa | 1.9 | hon christine gallus | lib ] Execute this SQL based on the above table: select max ( member )
ross cameron
[ header: name | animal type | introduced | reintroduced | retired | beanie baby resembled row 1 : antlers | moose | None | 1999 (neon) | 1999 | chocolate row 2 : baba | lamb | None | 1999 (neon) | 1999 | fleece row 3 : bruiser | bulldog | 1997 | None | None | wrinkles row 4 : carrots | bunny | None | 1999 (neon) | 1999 | ears, but pink instead of brown row 5 : chewy | None | None | 1999 (neon) | 1999 | None row 6 : clover | bunny | 1998 | None | None | ears, but white instead of brown row 7 : foxy | fox | None | None | None | sly row 8 : glide | porpoise | None | None | None | echo the dolphin row 9 : huggy | bear | 1995 | 1999 (neon) | 1999 | cubbie, but yellow instead of brown row 10 : meow | cat | 1997 | 1999 (neon) | 1999 | snip row 11 : moo | cow | 1995 | None | None | daisy, but with white body instead of row 12 : oink | pig | 1995 | None | None | squealer row 13 : paddles | platypus | None | 1999 (neon) | 1999 | patti row 14 : purr | tiger | None | None | None | stripes, but yellow-orange instead of orange row 15 : red | bull | None | None | None | snort row 16 : ribbit (all-green) | frog | 1995 | 1999 (neon) | 1999 | legs row 17 : ribbit (green-yellow) | frog | None | None | None | smoochy row 18 : sherbert | tie-dye bear | 1998 | 1999 (neon) | 1999 | sammy row 19 : snap (all-yellow) | turtle | 1995 | None | None | speedy, but yellow instead of green row 20 : snap (yellow-green) | turtle | None | 1999 (neon) | None | peekaboo row 21 : snuggy | bear | 1995 | None | None | cubbie, but pink instead of brown row 22 : sparkler | bear | None | None | 1999 | spangle row 23 : speckles | leopard | None | None | None | freckles row 24 : spotty | dalmatian | None | None | None | dotty row 25 : squirt | elephant | None | 1999 (neon) | 1999 | peanut row 26 : swinger | monkey | None | 1999 (neon) | 1999 | bongo row 27 : tide | whale | None | None | None | splash row 28 : tubby | hippopotamus | None | None | None | happy row 29 : woof | dog | 1995 | 1999 (neon) | 1999 | bones row 30 : zulu | zebra | None | None | None | ziggy, but pink-green instead of black ] Execute this SQL based on the above table: select animal type where introduced = 1997
bulldog, cat
[ header: # | title | date | director | story | synopsis | notes row 1 : 13 | sacre bleu cross | february 1, 1967 | gerry chiniquy | john w. dunn | when they go after hassan the ass | the commissioner does not appear row 2 : 14 | le quiet squad | may 17, 1967 | robert mckimson | jim ryan | the commissioner is overworked and needs absolute | sgt. deux-deux does row 3 : 15 | bomb voyage | may 22, 1967 | robert mckimson | tony benedict | the commissioner is kidnapped by alien | music score is set to ottorin row 4 : 16 | le pig-al patrol | may 24, 1967 | gerry chiniquy | jim ryan | the inspector is sent after biker pig al | sgt. deux-deux does row 5 : 17 | le bowser bagger | may 30, 1967 | gerry chiniquy | jim ryan | the inspector is given private bowser, | sgt. deux-deux does row 6 : 18 | le escape goat | june 29, 1967 | gerry chiniquy | jim ryan | after being fired for letting louie le | sgt. deux-deux does row 7 : 19 | le cop on le rocks | july 3, 1967 | george singer | jim ryan | the inspector is sent to prison having been mistaken | sgt. deux-deux and row 8 : 20 | crow de guerre | august 16, 1967 | gerry chiniquy | john w. dunn | the inspector is continually outwitted by a | sgt. deux-deux and row 9 : 21 | canadian can-can | september 20, 1967 | gerry chiniquy | john w. dunn | sent to canada on an exchange programme, the inspector | sgt. deux-deux does row 10 : 22 | tour de farce | october 25, 1967 | gerry chiniquy | jim ryan | through his own mistake, the inspector is strand | sgt. deux-deux and row 11 : 23 | the shooting of caribou lou | december 20, 1967 | gerry chiniquy | john w. dunn | on holiday in canada as a mountie | sgt. deux-deux and ] Execute this SQL based on the above table: select max ( # )
23.0
[ header: date | result | opponent | event | location | method | round | time row 1 : 2013-12-14 | loss | mohamed diaby | victory, semi finals | paris, france | decision | 3 | 3:00 row 2 : 2013-03-09 | None | juanma chacon | enfusion live: barcelona | barcelona, spain | None | None | None row 3 : 2012-05-27 | loss | murthel groenhart | k-1 world max 2012 world championship tournament final | madrid, spain | ko (punches) | 3 | 3:00 row 4 : 2012-02-11 | win | francesco tadiello | sporthal de zandbergen | sint-job-in-'t- | ko | 1 | None row 5 : 2012-01-28 | win | chris ngimbi | it's showtime 2012 in leeu | leeuwarden, netherlands | tko (cut) | 2 | 1:22 row 6 : 2011-09-24 | loss | andy souwer | bfn group & music hall presents | brussels, belgium | extra round decision (split) | 4 | 3:00 row 7 : 2011-04-09 | win | lahcen ait ouss | le grande ko xi | liege, belgium | ko | 1 | None row 8 : 2011-02-12 | win | henri van opstal | war of the ring | amsterdam, netherlands | decision (unanimous) | 3 | 3:00 row 9 : 2010-09-10 | win | edson fortes | ring sensation gala | utrecht, netherlands | decision | 3 | 3:00 row 10 : 2010-03-21 | loss | mohamed khamal | k-1 world max 2010 west europe tournament | utrecht, netherlands | ko (punch) | 2 | None row 11 : 2009-11-21 | win | seo doo won | it's showtime 2009 barneveld | barneveld, netherlands | tko (referee stop | 1 | None row 12 : 2009-09-24 | win | chris ngimbi | it's showtime 2009 lommel | lommel, belgium | extra round decision | 4 | 4:00 row 13 : 2009-04-11 | win | farid riffi | almelo fight for delight | almelo, netherlands | tko | None | None row 14 : 2009-03-14 | win | viktor sarezki | war of the ring | belgium | ko (punch to the body) | 1 | None row 15 : 2009-02-21 | win | pedro sedarous | turnhout gala | turnhout, belgium | decision | 5 | 3:00 row 16 : 2009-01-31 | win | dahou naim | tielrode gala | tielrode, belgium | 2nd extra round decision | 5 | 3:00 row 17 : 2008-09-20 | win | abdallah mabel | s-cup europe 2008, reserve bout | gorinchem, netherlands | decision | 3 | 3:00 row 18 : 2008-09-14 | win | jordy sloof | the outland rumble | rotterdam, netherlands | ko (right cross) | 1 | None row 19 : 2008-03-08 | win | naraim ruben | lommel gala | lommel, belgium | tko (retirement) | 3 | None row 20 : 2008-02-23 | win | pierre petit | st. job gala | st. job, belgium | ko (right punch) | 2 | None ] Execute this SQL based on the above table: select event where id = 1
victory, semi finals
[ header: year | competition | venue | position | notes row 1 : 1982 | european championships | athens, greece | 1st | 2.30 m row 2 : 1983 | world championships | helsinki, finland | 4th | 2.29 m row 3 : 1984 | olympic games | los angeles, united states | 1st | 2.35 m row 4 : 1986 | european championships | stuttgart, west germany | 4th | 2.29 m row 5 : 1987 | world championships | rome, italy | 4th | 2.35 m row 6 : 1988 | olympic games | seoul, south korea | 6th | 2.34 m row 7 : 1989 | world indoor championships | budapest, hungary | 2nd | 2.35 m row 8 : 1990 | european championships | split, yugoslavia | 6th | 2.31 m row 9 : 1992 | olympic games | barcelona, spain | None | 2.15 m ] Execute this SQL based on the above table: select count ( * ) where position = '4th'
3
[ 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 ( * ) ( select result group by result having count ( * ) = 2 )
0
[ header: year | actor | award | category | role | episode | result row 1 : 1992 | nancy cartwright | primetime emmy award | outstanding voice-over performance | bart simpson | "separate vocations" | won row 2 : 1992 | dan castellaneta | primetime emmy award | outstanding voice-over performance | homer simpson | "lisa's pony" | won row 3 : 1992 | julie kavner | primetime emmy award | outstanding voice-over performance | marge simpson | "i married marge" | won row 4 : 1992 | jackie mason | primetime emmy award | outstanding voice-over performance | rabbi hyman k | "like father, like clown" | won row 5 : 1992 | yeardley smith | primetime emmy award | outstanding voice-over performance | lisa simpson | "lisa the greek" | won row 6 : 1992 | marcia wallace | primetime emmy award | outstanding voice-over performance | edna krabappel | "bart the lover" | won row 7 : 1993 | dan castellaneta | primetime emmy award | outstanding voice-over performance | homer simpson | "mr. plow" | won row 8 : 1995 | nancy cartwright | annie award | voice acting in the field of animation | bart simpson | "radio bart" | won row 9 : 1997 | maggie roswell | annie award | best voice acting by a female performer | shary bobbins | "simpsoncalifragilisticex | nominated row 10 : 1998 | hank azaria | primetime emmy award | outstanding voice-over performance | apu nahasapee | None | won row 11 : 2001 | hank azaria | primetime emmy award | outstanding voice-over performance | various | "worst episode ever" | won row 12 : 2003 | hank azaria | primetime emmy award | outstanding voice-over performance | various | "moe baby blues" | won row 13 : 2004 | dan castellaneta | primetime emmy award | outstanding voice-over performance | various characters | "today i am a clown" | won row 14 : 2006 | kelsey grammer | primetime emmy award | outstanding voice-over performance | sideshow bob | "the italian bob" | won row 15 : 2007 | julie kavner | annie award | best voice acting in an animated feature | marge simpson | the simpsons movie | nominated row 16 : 2009 | hank azaria | primetime emmy award | outstanding voice-over performance | moe szyslak | "eeny teeny maya mo | nominated row 17 : 2009 | dan castellaneta | primetime emmy award | outstanding voice-over performance | homer simpson | "father knows worst" | won row 18 : 2009 | harry shearer | primetime emmy award | outstanding voice-over performance | mr. burns, smithers | "the burns and the bees" | nominated row 19 : 2010 | hank azaria | primetime emmy award | outstanding voice-over performance | moe szyslak, | "moe letter blues" | nominated row 20 : 2010 | dan castellaneta | primetime emmy award | outstanding voice-over performance | homer simpson, grampa | "thursday with abie" | nominated ] Execute this SQL based on the above table: select count ( year )
20
[ header: game | date | team | score | high points | high rebounds | high assists | location attendance | record row 1 : 75 | april 1 | @ sacramento | w 99-90 | raymond felton (17) | nene (12) | nene (6) | power balance pavilion 15,871 | 46-29 row 2 : 76 | april 3 | @ l.a. lakers | w 95-90 | danilo gallinari (22) | kenyon martin (8) | ty lawson (8) | staples center 18,997 | 47-29 row 3 : 77 | april 5 | oklahoma city | l 94-101 | ty lawson (28) | nene (8) | ty lawson (5) | pepsi center 18,203 | 47-30 row 4 : 78 | april 6 | @ dallas | w 104-96 | j. r. smith (23) | nene (15) | ty lawson (8) | american airlines center 20,364 | 48-30 row 5 : 79 | april 8 | @ oklahoma city | l 89-104 | nene (18) | kenyon martin (13) | ty lawson (6) | oklahoma city arena 18,203 | 48-31 row 6 : 80 | april 9 | minnesota | w 130-106 | ty lawson (37) | kenyon martin, j | raymond felton (14) | pepsi center 19,155 | 49-31 row 7 : 81 | april 11 | golden state | w 134-111 | j. r. smith (22) | chris andersen (12) | raymond felton (10) | pepsi center 19,155 | 50-31 row 8 : 82 | april 13 | @ utah | l 103-107 | wilson chandler (27) | chris andersen (10) | wilson chandler, gary | energysolutions arena 19,051 | 50-32 ] Execute this SQL based on the above table: select team where date = 1
@ sacramento
[ header: type | manufacturer | numbers | year built | quantity built | power (horsepower) | max speed (km/h) | note row 1 : rhn | hitachi | 1011-1048 (power cars) 11- | 1967 | 38+38 | 220 | 90 | now use as a northeastern line commute row 2 : rts | tokyu | d9-d16 (power cars) | 1971 | 8+4 | 220 | 70 | ex-mahachai railways, row 3 : thn | tokyu, hitachi and nippo | 1101-1140 | 1983 | 40 | 235 | 105 | similar to nkf row 4 : nkf | nippon sharyo, hitachi | 1201-1264, (center) 2101 | 1985 | 64+12 | 235 | 105 | similar to thn, but with plastic chairs row 5 : asr (class 158 express sprinter) | brel, derby works | 2501-2512, (center) 2113-2 | 1991 | 12+8 | 285 | 120 | metre gauge version of british rail row 6 : apd .20 | daewoo heavy industries | 2513-2524 (center) 2121-21 | 1995 | 10+8 | 298 | 120 | first batch, narrow body row 7 : apd .60 | daewoo heavy industries | 2525-2544 | 1996 | 20+40 | 298 | 120 | second batch, wide body ] Execute this SQL based on the above table: select manufacturer order by note limit 573
tokyu, daewoo heavy industries, brel, derby works, hitachi, daewoo heavy industries, tokyu, hitachi and nippon sharyo, nippon sharyo, hitachi, fuji heavy industries,kawasaki heavy industries, niigata tekkousho, and kinki sharyo
[ header: team | basic elements | tumbling | stunts | tosses | pyramids | deductions | total score | result row 1 : ccp bobcats | 62 | 54 | 60 | 66 | 70.5 | -4 | 308.5 | champion row 2 : up pep squad | 61.5 | 61.5 | 61 | 62 | 71 | -11 | 306 | runner-up row 3 : altas perp squad | 57 | 55.5 | 53.5 | 53.5 | 69.5 | -6 | 283 | third place row 4 : eac generals pep squad | 55.5 | 46.5 | 57.5 | 55 | 66 | -4 | 276.5 | fourth place row 5 : ateneo blue babble batallion | 59 | 55.5 | 50 | 47 | 64.5 | -13 | 263 | fifth place row 6 : adamson pep squad | 56 | 55 | 52.5 | 48.5 | 66 | -19 | 259 | sixth place row 7 : pup-taguig pep squad | 52 | 45.5 | 49.5 | 48.5 | 65 | -2 | 258.5 | seventh place row 8 : pup stars | 49 | 46.5 | 50.5 | 49.5 | 64.5 | -12 | 248 | eighth place ] Execute this SQL based on the above table: select tosses + total score where team = 'pup stars'
297.5
[ header: location | region | coordinates (links to map & photo sources) | population | elevation row 1 : andahuaylas | apurimac | 13°39′20′′s 73° | 17444 | 3052 row 2 : barranca | lima | 10°45′00′′s 77° | 46290 | 64 row 3 : candarave | tacna | 17°16′04′′s 70°14 | 3415 | 3077 row 4 : checca | cusco | 14°28′22′′s 71° | 3810 | 3991 row 5 : chota | cajamarca | 6°33′s 78°39′ | 14240 | 2552 row 6 : independencia | lima | 11°59′24′′s 77° | 3987 | 390 row 7 : iquitos | loreto | 3°44′53′′s 73° | 437620 | 107 row 8 : junin | junin | 11°09′32′′s 75°59 | 15320 | 3999 row 9 : los aquijes | ica | 14°05′48′′s 75°41 | 7848 | 457 row 10 : mochumi | lambayeque | 6°32′49′′s 79° | 7460 | 151 row 11 : morrope | lambayeque | 6°32′30′′s 80°00 | 6662 | 116 row 12 : oyon | lima | 10°40′05′′s 76° | 6276 | 3553 row 13 : pangoa | cusco | 12°07′00′′s 73° | 6638 | 901 row 14 : pucallpa | ucayali | 8°22′45′′s 74° | 310750 | 158 row 15 : salaverry | la libertad | 8°14′00′′s 78° | 10066 | 70 row 16 : salinera colan | piura | 5°02′00′′s 81° | 14210 | 1 row 17 : san pedro de cachor | apurimac | 13°38′00′′s 72°53 | None | 2772 row 18 : sullana | piura | 4°54′14′′s 80°41 | 160789 | 67 row 19 : talara | piura | 4°34′38′′s 81° | 99074 | 14 ] Execute this SQL based on the above table: select region where region in ( 'ica' , 'cajamarca' ) order by population asc limit 1
ica
[ header: res. | record | opponent | method | event | date | round | time | location | notes row 1 : win | 12-3 | mike hayes | ko (punch) | ksw 25: khali | december 7, 2013 | 1 | 1:12 | wrocław, poland | None row 2 : win | 11-3 | nick moghadden | tko (punches) | bellator 99 | september 13, 2013 | 1 | 3:22 | temecula, california | bellator debut row 3 : loss | 10-3 | guto inocente | decision (unanimous) | strikeforce: barnett vs. cor | may 19, 2012 | 3 | 5:00 | san jose, californ | light heavyweight debut row 4 : win | 10-2 | brett albee | tko (strikes) | strikeforce: diaz vs. | april 9, 2011 | 1 | 1:46 | san diego, californ | None row 5 : loss | 9-2 | lavar johnson | ko (punches) | strikeforce challengers: bowling v | october 22, 2010 | 1 | 2:17 | fresno, californ | None row 6 : win | 9-1 | eddie sapp | submission (rear-naked choke) | native fighting championship 6 | august 14, 2010 | 1 | 2:01 | campo, california, | None row 7 : loss | 8-1 | cody goodale | decision (unanimous) | gladiator challenge: maximum force | april 25, 2010 | 3 | 5:00 | san jacinto, cali | None row 8 : win | 8-0 | ovince st. preux | tko (punches) | top combat championship 1 | september 26, 2009 | 2 | 0:46 | san juan, puerto | None row 9 : win | 7-0 | william richey | decision (unanimous) | called out mma 1 | august 15, 2009 | 3 | 5:00 | ontario, california | None row 10 : win | 6-0 | buckley acosta | tko (punches) | gladiator challenge: venom | april 23, 2009 | 1 | 2:59 | pauma valley, californi | None row 11 : win | 5-0 | dave diaz | submission | gc 85: cross fire | october 25, 2008 | 1 | 1:41 | san diego, californ | None row 12 : win | 4-0 | abraham ramirez | tko (punches) | apocalypse fights | august 7, 2008 | 1 | None | None | None row 13 : win | 3-0 | ty montgomery | tko (punches) | galaxy productions | august 24, 2007 | 1 | 0:41 | california, united states | None row 14 : win | 2-0 | tom hubert | tko (doctor stoppage | total combat 10 | october 15, 2005 | 2 | 1:54 | san diego, californ | None row 15 : win | 1-0 | denis hall | tko (punches) | cff: cobra classic 9 | april 16, 2003 | 1 | 0:58 | anza, california, | None ] Execute this SQL based on the above table: select date group by date order by count ( * ) desc limit 1
september 26, 2009
[ header: name | location | opened | gender | security level(s) | capacity row 1 : northland region corrections facility | near kaikohe, northland | 2005 | male | minimum to high | 548 row 2 : auckland prison | paremoremo, auckland | 1968 | male | minimum to maximum | 681 row 3 : mount eden corrections facility | mount eden, auckland | 2011 | male | remand | 966 row 4 : auckland region women's correction | wiri, auckland | 2006 | female | minimum to maximum | 456 row 5 : spring hill corrections facility | hampton downs, waikato | 2007 | male | minimum to high | 1050 row 6 : waikeria prison | south of te awamutu, | 1911 | male | minimum to high | 750 row 7 : tongariro/rangipo | near turangi, waikato | 1922 | male | minimum to low-medium | 540 row 8 : whanganui prison | kaitoke, south of wang | 1978 | male | minimum to high | 538 row 9 : hawke's bay regional prison | south of hastings | 1989 | male | minimum to high | 666 row 10 : manawatu prison | linton, south of palmerston | 1979 | male | None | 290 row 11 : rimutaka prison | trentham, upper hutt | 1967 | male | minimum to high | 942 row 12 : arohata prison | tawa, wellington | 1944 | female | minimum to high | 88 row 13 : christchurch men's prison | near templeton, christchurch | 1915 | male | minimum to high | 926 row 14 : christchurch women's prison | near templeton, christchurch | 1974 | female | minimum to high | 138 row 15 : rolleston prison | near rolleston, canterbury | 1958 | male | minimum to low-medium | 260 row 16 : otago corrections facility | north of milton, otago | 2007 | male | minimum to high-medium | 485 row 17 : invercargill prison | invercargill | 1910 | male | minimum to low-medium | 180 ] Execute this SQL based on the above table: select count ( location ) where opened = 1967
1
[ header: match | date | round | home/away | opponent team | score | scorers row 1 : 1 | 17 september 2007 | group stage | home | benfica | 2-1 | pirlo 9', inzaghi row 2 : 2 | 3 october 2007 | group stage | away | celtic | 2-1 | kaka 68' (pen.) row 3 : 3 | 24 october 2007 | group stage | home | shakhtar donetsk | 4-1 | gilardino 6', 14 row 4 : 4 | 6 november 2007 | group stage | away | shakhtar donetsk | 0-3 | inzaghi 66', 90+3 row 5 : 5 | 28 november 2007 | group stage | away | benfica | 1-1 | pirlo 15' row 6 : 6 | 4 december 2007 | group stage | home | celtic | 1-0 | inzaghi 70' row 7 : 7 | 20 february 2008 | round of 16 | away | arsenal | 0-0 | None row 8 : 8 | 4 march 2008 | round of 16 | home | arsenal | 0-2 | None ] Execute this SQL based on the above table: select opponent team where match < ( select match where opponent team = 'shakhtar donetsk' ) order by match desc limit 1
celtic
[ header: # | title | celebrity guest(s) | directed by | written by | original airdate row 1 : 1 (1) | "nelson the online predator" | toby anstis | adam miller | daniel peak jon brown | 22 june 2010 row 2 : 2 (2) | "destiny the reluctant sniffer dog" | christopher biggins gemma bis | adam miller | jon brown | 29 june 2010 row 3 : 3 (3) | "marion the young lover" | terry nutkins chris | adam miller | jon brown | 6 july 2010 row 4 : 4 (4) | "nelson the stroke virgin" | clive anderson jeff brazier | adam miller | jon brown | 13 july 2010 row 5 : 5 (5) | "kali the genetic engineer" | scott mills | adam miller | jon brown | 20 july 2010 row 6 : 6 (6) | "destiny the infection risk" | christopher hughes | adam miller | daniel peak | 27 july 2010 row 7 : 7 (7) | "marion the superfluous feed character" | vicki butler-henderson | adam miller | jon brown | 3 august 2010 row 8 : 8 (8) | "nelson the naughty ar | eamonn holmes | adam miller | daniel peak | 10 august 2010 row 9 : 9 (9) | "mongrels uncovered" | None | samantha peters | None | 11 august 2010 ] Execute this SQL based on the above table: select original airdate where written by > 1204
22 june 2010, 29 june 2010, 6 july 2010, 13 july 2010, 20 july 2010, 27 july 2010, 3 august 2010, 10 august 2010
[ header: team | wins | losses | win % | gb row 1 : detroit tigers | 104 | 58 | .642 | 0 row 2 : toronto blue jays | 89 | 73 | .549 | 15.0 row 3 : new york yankees | 87 | 75 | .537 | 17.0 row 4 : boston red sox | 86 | 76 | .531 | 18.0 row 5 : baltimore orioles | 85 | 77 | .525 | 19.0 row 6 : cleveland indians | 75 | 87 | .463 | 29.0 row 7 : milwaukee brewers | 67 | 94 | .416 | 36.5 ] Execute this SQL based on the above table: select team where team in ( 'boston red sox' , 'baltimore orioles' ) order by gb desc limit 1
baltimore orioles
[ header: week | date | opponent | result | attendance row 1 : 1 | september 30, 1956 | philadelphia eagles | w 27-7 | 54,412 row 2 : 2 | october 7, 1956 | at san francisco 49ers | l 33-30 | 54,589 row 3 : 3 | october 14, 1956 | at detroit lions | l 24-21 | 56,281 row 4 : 4 | october 21, 1956 | at green bay packers | l 42-17 | 24,200 row 5 : 5 | october 28, 1956 | detroit lions | l 16-7 | 76,758 row 6 : 6 | november 4, 1956 | chicago bears | l 35-24 | 69,894 row 7 : 7 | november 11, 1956 | san francisco 49ers | w 30-6 | 69,828 row 8 : 8 | november 18, 1956 | at chicago bears | l 30-21 | 48,102 row 9 : 9 | november 25, 1956 | at baltimore colts | l 56-21 | 40,321 row 10 : 10 | december 2, 1956 | at pittsburgh steelers | l 30-13 | 20,450 row 11 : 11 | december 9, 1956 | baltimore colts | w 31-7 | 51,037 row 12 : 12 | december 16, 1956 | green bay packers | w 49-21 | 45,209 ] Execute this SQL based on the above table: select count ( * ) where opponent = 'baltimore colts'
1
[ header: club | founded | nickname | location | home ground | entered competition | most recent promotion row 1 : bundoora football club | 1974 | bulls | bundoora | yulong reserve | 1981 | 1982 row 2 : eltham football club | 1909 | panthers | eltham | central park | 1922 | 2003 row 3 : greensborough football club | 1905 | boro | greensborough | war memorial park | 1922 | 2007 row 4 : heidelberg football club | 1876 | tigers | heidelberg | warringal park | 1923 | 1983 row 5 : lalor football club | 1955 | bloods | lalor | lalor reserve | 1968 | 2011 row 6 : macleod football club | 1946 | kangaroos | rosanna | de winton park | 1947 | 2010 row 7 : montmorency football club | 1924 | magpies | montmorency | montmorency park, north oval | 1924 | None row 8 : north heidelberg football club | 1958 | bulldogs | heidelberg heights | shelley street reserve | 1958 | None row 9 : northcote park football club | 1952 | cougars | northcote | bill lawry oval | 1982 | 1995 row 10 : west preston lakeside football club | 1998 | roosters | reservoir | j e moore park | 1996 | 1997 ] Execute this SQL based on the above table: select nickname where entered competition < ( select entered competition where nickname = 'tigers' ) order by entered competition desc limit 1
panthers
[ header: model | released | usage | features | storage row 1 : betsie/dottie | None | used for calculating odds for bookmakers | None | None row 2 : mark 2 | 1973 | sales order processing | totally new processor with hardware interrupt stacking, | fabritek or emm fer row 3 : mark 3 | None | None | designation not used but was effectively the 3me/6 | None row 4 : mark 4 | None | sop, livestock markets, paper merchants, | developed after the demise of bcl | core memory or static ram, introduced the row 5 : mark 5 | 1984 | sop, livestock markets, paper merchants, | basically a re engineering of the 6me | initially large-format ampex ferrite core row 6 : None | 1990 | sop, livestock markets, paper merchants, | a single board processor was developed to replace the | support for seven additional external lark 2 or row 7 : distributor ep | 1989 | sop, livestock markets | enhanced version of the distributor | scsi disk and tape support ] Execute this SQL based on the above table: select released where usage = 'sop, livestock markets, paper merchants, plumbers merchants'
1984, 1990
[ header: rank | mountain peak | mountain range | elevation | prominence | isolation | location row 1 : 1 | mount whitney | sierra nevada | 14,505 ft 4421 m | 10,080 ft 3072 m | 1,646 mi 2,649 km | 36°34′43′′n 118° row 2 : 2 | mount williamson | sierra nevada | 14,379 ft 4383 m | 1,677 ft 511 m | 5.4 mi 8.7 km | 36°39′21′′n 118° row 3 : 4 | north palisade | sierra nevada | 14,248 ft 4343 m | 2,894 ft 882 m | 32 mi 52 km | 37°05′39′′n 118° row 4 : 5 | mount shasta | cascade range | 14,179 ft 4322 m | 9,832 ft 2997 m | 335 mi 539 km | 41°24′33′′n 122° row 5 : 6 | mount humphreys | sierra nevada | 13,992 ft 4265 m | 2,563 ft 781 m | 15 mi 24 km | 37°16′14′′n 118° row 6 : 7 | mount keith | sierra nevada | 13,982 ft 4262 m | 1,936 ft 590 m | 3.1 mi 5.0 km | 36°42′00′′n 118° row 7 : 10 | mount morgan | sierra nevada | 13,758 ft 4193 m | 2,648 ft 807 m | 10 mi 16 km | 37°24′19′′n 118° row 8 : 11 | mount gabb | sierra nevada | 13,747 ft 4190 m | 2,601 ft 793 m | 4.3 mi 6.9 km | 37°22′37′′n 118° row 9 : 12 | mount tom | sierra nevada | 13,657 ft 4163 m | 1,992 ft 607 m | 4.8 mi 7.7 km | 37°22′34′′n 119° row 10 : 13 | mount dubois | white mountains | 13,565 ft 4135 m | 2,339 ft 713 m | 10 mi 16 km | 37°47′00′′n 118° row 11 : 15 | red slate mountain | sierra nevada | 13,162 ft 4012 m | 1,736 ft 529 m | 8 mi 13 km | 37°30′27′′n 118° row 12 : 16 | mount ritter | sierra nevada | 13,149 ft 4008 m | 3,990 ft 1216 m | 22 mi 35 km | 37°41′21′′n 119° ] Execute this SQL based on the above table: select location where location in ( '37°30′27′′n 118°52′09′′w / 37.5075°n 118.8693°w' , '37°24′19′′n 118°43′58′′w / 37.4053°n 118.7329°w' ) order by mountain peak asc limit 1
37°24′19′′n 118°43′58′′w / 37.4053°n 118.7329°w
[ header: draw | country | language | artist | song | english translation | place | points row 1 : 1 | belgium | dutch | bobbejaan schoepen | "straatdeuntje" | street tune | 8 | 5 row 2 : 2 | luxembourg | french | daniele dupre | "amours mortes (tant de peine | dead love (so much sorrow) | 4 | 8 row 3 : 3 | united kingdom | english | patricia bredin | "all" | None | 7 | 6 row 4 : 4 | italy | italian | nunzio gallo | "corde della mia chi | strings of my guitar | 6 | 7 row 5 : 5 | austria | german | bob martin | "wohin, kleines pony?" | where to, little pony? | 10 | 3 row 6 : 6 | netherlands | dutch | corry brokken | "net als toen" | just like then | 1 | 31 row 7 : 7 | germany | german | margot hielscher | "telefon, telefon" | telephone, telephone | 4 | 8 row 8 : 8 | france | french | paule desjardins | "la belle amour" | beautiful love | 2 | 17 row 9 : 9 | denmark | danish | birthe wilke & gusta | "skibet skal sejle | the ship will sail tonight | 3 | 10 row 10 : 10 | switzerland | french | lys assia | "l'enfant que j'et | the child i was | 8 | 5 ] Execute this SQL based on the above table: select draw order by draw desc limit 1
10
[ header: round | # | player | position | nationality | college/junior/club team (league) row 1 : 1 | 7 | kyle okposo | right wing | united states | des moines buccaneers (ushl row 2 : 2 | 60 | jesse joensuu | wing | finland | assat (sm-liiga row 3 : 3 | 70 | robin figren | wing | sweden | frolunda hc (e row 4 : 4 | 100 | rhett rakhshan | right wing | united states | university of denver(ncaa) row 5 : 4 | 108 | jase weslosky | goalie | canada | sherwood park crusaders ( row 6 : 4 | 115 | tomas marcinko | center | slovakia | hc kosice (slovak row 7 : 4 | 119 | doug rogers | center | united states | saint sebastian's school (independent row 8 : 5 | 141 | kim johansson | wing | sweden | malmo jr row 9 : 6 | 160 | andrew macdonald | defenceman | canada | moncton wildcats (qm row 10 : 6 | 171 | brian day | right wing | united states | governor dummer (independent school league) row 11 : 6 | 173 | stefan ridderwall | goalie | sweden | djurgarden jr. ( row 12 : 7 | 190 | troy mattila | left wing | united states | springfield jr. blues (nah ] Execute this SQL based on the above table: select college/junior/club team (league) order by position desc limit 1
assat (sm-liiga)
[ header: # | judge | state | born/died | active | chief | senior | appointed by | reason for termination row 1 : 3 | david davie shelby | al | 1847-1914 | 1899-1914 | None | None | mckinley | death row 2 : 4 | richard wilde walker, jr | al | 1857-1936 | 1914-1930 | None | 1930-1936 | wilson | death row 3 : 9 | samuel hale | ga | 1873-1958 | 1931-1949 | None | 1949-1958 | hoover | death row 4 : 11 | edwin ruthven hol | ms | 1878-1961 | 1936-1954 | None | 1954-1961 | f. roosevel | death row 5 : 12 | leon clarence mccord | al | 1878-1952 | 1938-1951 | None | 1951-1952 | f. roosevel | death row 6 : 13 | curtis longino waller | fl | 1887-1950 | 1943-1950 | None | None | f. roosevel | death row 7 : 17 | louie willard strum | fl | 1890-1954 | 1950-1954 | None | None | truman | death row 8 : 22 | john robert brown | tx | 1909-1984 | 1955-1984 | 1967-1979 | 1984-1993 | eisenhower | death row 9 : 23 | john minor wisdom | la | 1905-1999 | 1957-1977 | None | 1977-1999 | eisenhower | death row 10 : 24 | griffin bell | ga | 1918-2009 | 1961-1976 | None | None | kennedy | resignation row 11 : 25 | walter pettus gewin | al | 1908-1981 | 1961-1976 | None | 1976-1981 | kennedy | death row 12 : 26 | william homer thornberry | tx | 1909-1995 | 1965-1978 | None | 1978-1995 | l. johnson | death row 13 : 29 | john cooper godbold | al | 1920-2009 | 1966-1981 | 1981-1981 | None | l. johnson | reassignment to 11th circuit row 14 : 37 | joe mcdonald in | tx | 1903-1990 | 1969-1973 | None | 1973-1990 | nixon | death row 15 : 41 | james clinkscales hill | ga | 1924- | 1976-1981 | None | None | ford | reassignment to 11th circuit row 16 : 45 | phyllis a. krav | ga | 1920- | 1979-1981 | None | None | carter | reassignment to 11th circuit row 17 : 49 | joseph woodrow hatchett | fl | 1932- | 1979-1981 | None | None | carter | reassignment to 11th circuit row 18 : 52 | henry anthony politz | la | 1932-2002 | 1979-1999 | 1992-1999 | 1999-2002 | carter | death row 19 : 56 | thomas alonzo clark | ga | 1920-2005 | 1979-1981 | None | None | carter | reassignment to 11th circuit ] Execute this SQL based on the above table: select count ( senior ) where # > 361
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 count ( * ) where title = '"last call"'
1
[ header: week | date | opponent | result | game site | attendance row 1 : 1 | september 11, 1960 | at new york titans | l 27-3 | polo grounds | 10,200 row 2 : 2 | september 18, 1960 | denver broncos | l 27-21 | war memorial stadium | 15,229 row 3 : 3 | september 23, 1960 | at boston patriots | w 13-0 | nickerson field | 20,732 row 4 : 4 | october 2, 1960 | los angeles chargers | l 24-10 | war memorial stadium | 15,821 row 5 : 6 | october 16, 1960 | new york titans | l 17-13 | war memorial stadium | 14,988 row 6 : 7 | october 23, 1960 | oakland raiders | w 38-9 | war memorial stadium | 8,876 row 7 : 8 | october 30, 1960 | houston oilers | w 25-24 | war memorial stadium | 23,001 row 8 : 9 | november 6, 1960 | dallas texans | l 45-28 | war memorial stadium | 19,610 row 9 : 10 | november 13, 1960 | at oakland raiders | l 20-7 | kezar stadium | 8,800 row 10 : 11 | november 20, 1960 | at los angeles chargers | w 32-3 | los angeles memorial coliseum | 16,161 row 11 : 12 | november 27, 1960 | at denver broncos | t 38-38 | bears stadium | 7,785 row 12 : 13 | december 4, 1960 | boston patriots | w 38-14 | war memorial stadium | 14,335 row 13 : 14 | december 11, 1960 | at houston oilers | l 31-23 | jeppesen stadium | 25,243 row 14 : 15 | december 18, 1960 | at dallas texans | l 24-7 | cotton bowl | 18,000 ] Execute this SQL based on the above table: select date order by week desc limit 1
december 18, 1960
[ header: japanese title | western title | regions | release | platform(s) | genre row 1 : chinese hero | None | jp | 1984 | arcade | action row 2 : super chinese | kung-fu heroes | jp, na | 1986 | fc/nes | action row 3 : super chinese 2 | little ninja brothers | jp, na | 1989 | fc/nes | role-playing row 4 : super chinese 3 | None | jp | 1991 | fc | role-playing row 5 : super chinese land | ninja boy | jp, na | 1990 | gb | action row 6 : super chinese land 2 | ninja boy 2 | jp, na | 1990 | gb | role-playing row 7 : super chinese land 3 | None | jp | 1995 | gb | role-playing row 8 : super chinese world | super ninja boy | jp, na | 1991 | sfc/snes | role-playing row 9 : super chinese world 2 | None | jp | 1993 | sfc | role-playing row 10 : super chinese world 3 | None | jp | 1995 | sfc | role-playing row 11 : super chinese fighter | None | jp | 1995 | sfc | fighting row 12 : super chinese fighter gb | None | jp | 1996 | gb | fighting row 13 : super chinese fighter ex | None | jp | 1999 | gbc | fighting ] Execute this SQL based on the above table: select genre where japanese title = 'chinese hero'
action