inputs
stringlengths 291
3.71k
| targets
stringlengths 1
2.65k
|
---|---|
[ header: year | competition | venue | position | notes row 1 : 2002 | asian junior championships | bangkok, thailand | 3rd | 1.76 m
row 2 : 2004 | asian junior championships | ipoh, malaysia | 1st | 1.84 m
row 3 : 2004 | world junior championships | grosseto, italy | 7th | 1.84 m
row 4 : 2005 | universiade | izmir, turkey | 7th | 1.80 m
row 5 : 2005 | asian championships | incheon, south korea | 3rd | 1.84 m
row 6 : 2005 | asian indoor games | bangkok, thailand | 2nd | 1.84 m
row 7 : 2006 | asian games | doha, qatar | 6th | 1.84 m
row 8 : 2007 | asian championships | amman, jordan | 3rd | 1.91 m
row 9 : 2007 | universiade | bangkok, thailand | 3rd | 1.90 m
row 10 : 2007 | world championships | osaka, japan | 20th (q) | 1.88 m
row 11 : 2007 | asian indoor games | macau | 3rd | 1.88 m
row 12 : 2008 | asian indoor championships | doha, qatar | 2nd | 1.91 m
row 13 : 2009 | universiade | belgrade, serbia | 14th (q) | 1.80 m
row 14 : 2010 | asian indoor championships | tehran, iran | 2nd | 1.86 m
row 15 : 2010 | world indoor championships | istanbul, turkey | 20th (q) | 1.81 m
row 16 : 2010 | asian games | guangzhou, china | 3rd | 1.90 m
row 17 : 2011 | asian championships | kobe, japan | 4th | 1.85 m
row 18 : 2011 | universiade | shenzhen, china | 10th | 1.84 m ] Execute this SQL based on the above table: select competition where competition = 'world indoor championships' | world indoor championships |
[ header: season | club | league | apps | goals row 1 : 2003-04 | podgrmec | fbih first league | 23 | 16
row 2 : 2004-05 | nk zagreb | prva hnl | 26 | 3
row 3 : 2005-06 | nk zagreb | prva hnl | 25 | 3
row 4 : 2006-07 | nk zagreb | prva hnl | 17 | 4
row 5 : 2007-08 | nk zagreb | prva hnl | 31 | 12
row 6 : 2008-09 | hajduk split | prva hnl | 30 | 12
row 7 : 2009-10 | hajduk split | prva hnl | 29 | 17
row 8 : 2010-11 | hajduk split | prva hnl | 17 | 6
row 9 : 2011-12 | lokomotiv | rfpl | 28 | 4
row 10 : 2012-13 | gaziantepspor | super lig | 1 | 1 ] Execute this SQL based on the above table: select ( select apps where apps = 25 ) - ( select apps where apps = 23 ) | 2.0 |
[ header: genre | year | title | episode | role | notes row 1 : short film | 1992 | the bet | None | henry | 21 minutes
row 2 : short film | 1996 | sin #8 | None | None | None
row 3 : tv series | 1997 | nothing sacred | "speaking in tongues" | dr. elliott | None
row 4 : film | 1998 | finding north | None | travis furlong | None
row 5 : tv series | 1998 | sex and the city | "oh come all ye faithful" | tom | None
row 6 : tv series | 1999 | homicide: life on the street | "zen and the art of murder" | dennis kohler | None
row 7 : film | 1999 | the general's daughter | None | captain goodson | None
row 8 : tv series | 2000 | law & order: special victims unit | "misleader" "nocturne" | assistant district attorney | None
row 9 : film | 2001 | the anniversary party | None | jerry adams | None
row 10 : tv series | 2001 | the guardian | "loyalties" | the hudson's attorney | None
row 11 : tv film | 2001 | life with judy garland: me and | None | roger edens | None
row 12 : tv series | 2002 | hack | "obsession" | dr. martin shan | None
row 13 : tv series | 2005 | law & order | "mammon" | aaron solomon | 5 episodes total
row 14 : tv series | 2006 | brothers & sisters | "light the lights" | major guinness | None
row 15 : tv series | 2006 | justice | "wrongful death" | lloyd barrett | None
row 16 : tv series | 2006 | law & order | "profiteer" | aaron solomon | 5 episodes total
row 17 : tv series | 2007 | critical situation | "nightmare on mt. | narrator | voice actor; also known as situation critical
row 18 : tv series | 2007 | undercover history | "the hunt for hitler" "the hunt | narrator | voice actor; 6 episodes total
row 19 : tv series | 2008 | undercover history | "unabomber: the secret history" | narrator/himself | voice actor; 6 episodes total
row 20 : film | 2009 | the taking of pelham 123 | None | deputy mayor lasalle | None
row 21 : tv series | 2009 | timewatch | "the real bonnie and clyde | narrator | voice actor
row 22 : tv series | 2010 | the big c | "pilot" "summer time" "there | sean tolkey | 36 episodes total
row 23 : tv series | 2011 | a gifted man | "in case of exposure" | ben tucker | None
row 24 : tv series | 2011 | the good wife | "great firewall" | neil gross | 3 episodes total
row 25 : tv series | 2012 | the big c | "thin ice" "what's | sean tolkey | 36 episodes total ] Execute this SQL based on the above table: select episode where year = 1999 | "zen and the art of murder" |
[ header: date | name of ship | nationality | tonnage | fate row 1 : 5 june 1940 | ss stancor | united kingdom | 798 | sunk at 58°48′n
row 2 : 7 june 1940 | ss frances massey | united kingdom | 4212 | sunk at 55°33′n 08
row 3 : 7 june 1940 | ss eros | united kingdom | 5888 | damaged at 55°33′n 08°26
row 4 : 11 june 1940 | ss violando n go | greece | 2375 | sunk at 44°04′n 12
row 5 : 19 june 1940 | mv tudor | norway | 6607 | sunk at 45°10′n 11
row 6 : 19 june 1940 | ss baron loudoun | united kingdom | 3164 | sunk at 45°00′n 11
row 7 : 19 june 1940 | ss british monarch | united kingdom | 5661 | sunk at 45°00′n 11
row 8 : 20 june 1940 | mv moerdrecht | netherlands | 7493 | sunk at 43°34′n 14
row 9 : 16 august 1940 | ss hedrun | sweden | 2325 | sunk at 57°10′n
row 10 : 19 august 1940 | ss ville de gand | belgium | 7590 | sunk at 55°28′n 15
row 11 : 24 august 1940 | ss la brea | united kingdom | 6666 | sunk at 57°24′n
row 12 : 25 august 1940 | ss empire merlin | united kingdom | 5763 | sunk at 58°30′n
row 13 : 25 august 1940 | mv athelcrest | united kingdom | 6825 | sunk at 58°24′n ] Execute this SQL based on the above table: select count ( nationality ) where nationality = 'united kingdom' | 8 |
[ header: rank | name | nationality | time | notes row 1 : 1 | janelle atkinson | jamaica | 4:16.89 | q
row 2 : 2 | None | None | None | q
row 3 : 3 | kaitlin sandeno | united states | 4:18.97 | q
row 4 : 4 | julia stowers | united states | 4:19.84 | q
row 5 : 5 | None | None | None | q
row 6 : 6 | None | None | None | q
row 7 : 7 | None | None | None | q
row 8 : 8 | None | None | None | q ] Execute this SQL based on the above table: select notes order by rank limit 1 | q |
[ header: ethnicity | islam | christianity | judaism | buddhism | other | none / atheism | row 1 : totals | 70.20% | 26.32% | 0.03% | 0.09% | 0.02% | 2.82% | 0.51%
row 2 : kazakh | 98.34% | 0.39% | 0.02% | 0.01% | 0.02% | 0.98% | 0.26%
row 3 : russian | 1.43% | 91.64% | 0.04% | 0.02% | 0.03% | 6.09% | 0.75%
row 4 : uzbek | 99.05% | 0.39% | 0.01% | 0.01% | 0.02% | 0.37% | 0.16%
row 5 : ukrainian | 0.94% | 90.74% | 0.03% | 0.01% | 0.02% | 7.31% | 0.94%
row 6 : uyghur | 98.35% | 0.51% | 0.02% | 0.01% | 0.03% | 0.61% | 0.47%
row 7 : tatar | 79.57% | 10.24% | 0.02% | 0.03% | 0.06% | 8.11% | 1.97%
row 8 : german | 1.58% | 81.59% | 0.05% | 0.04% | 0.11% | 13.96% | 2.68%
row 9 : korean | 5.24% | 49.35% | 0.21% | 11.40% | 0.14% | 28.51% | 5.16%
row 10 : turkish | 99.13% | 0.30% | 0.01% | 0.01% | 0.02% | 0.33% | 0.21%
row 11 : azeri | 94.81% | 2.51% | 0.02% | 0.02% | 0.03% | 1.86% | 0.76%
row 12 : belorussian | 0.79% | 90.16% | 0.04% | 0.01% | 0.03% | 7.82% | 1.15%
row 13 : dungan | 98.93% | 0.37% | 0.01% | 0.03% | 0.04% | 0.34% | 0.28%
row 14 : kurdish | 98.28% | 0.53% | 0.03% | 0.02% | 0.02% | 0.74% | 0.38%
row 15 : tajik | 97.78% | 0.91% | 0.01% | 0.02% | 0.08% | 0.85% | 0.35%
row 16 : polish | 0.69% | 90.07% | 0.04% | 0.01% | 0.13% | 7.30% | 1.76%
row 17 : chechen | 93.69% | 2.99% | 0.02% | 0.01% | 0.05% | 2.08% | 1.16%
row 18 : kyrgyz | 96.67% | 0.89% | 0.03% | 0.03% | 0.02% | 1.51% | 0.86%
row 19 : others | 34.69% | 52.32% | 0.82% | 0.91% | 0.13% | 8.44% | 2.69% ] Execute this SQL based on the above table: select count ( ethnicity ) where judaism = '0.02%' | 5 |
[ header: rank | player | points | points defending | points won | new points | withdrew due to row 1 : 5 | juan martin del potr | 5115 | 720 | 0 | 4395 | right wrist surgery
row 2 : 6 | nikolay davydenko | 5145 | 360 | 0 | 4785 | broken wrist
row 3 : 20 | radek stepanek | 1705 | 90 | 0 | 1615 | fatigue
row 4 : 23 | tommy haas | 1660 | 180 | 0 | 1480 | right hip surgery
row 5 : 32 | gilles simon | 1395 | 90 | 0 | 1305 | right knee injury
row 6 : 36 | ivo karlovic | 1295 | 10 | 0 | 1285 | right foot injury
row 7 : 10 | kim clijsters | 3890 | 0 | 0 | 3890 | left foot injury ] Execute this SQL based on the above table: select player order by points limit 1 | ivo karlovic |
[ header: outcome | no. | year | championship | opponent in the final | score row 1 : winner | 2 | 1988 | british open | mike hallett | 13-2
row 2 : winner | 3 | 1989 | asian open | james wattana | 9-2
row 3 : winner | 4 | 1989 | dubai classic | doug mountjoy | 9-2
row 4 : winner | 6 | 1990 | world snooker championship | jimmy white | 18-12
row 5 : winner | 8 | 1990 | asian open (2) | dennis taylor | 9-3
row 6 : runner-up | 4 | 1991 | classic | jimmy white | 4-10
row 7 : winner | 12 | 1991 | grand prix (3) | steve davis | 10-6
row 8 : runner-up | 5 | 1992 | classic (2) | steve davis | 8-9
row 9 : winner | 14 | 1992 | world snooker championship (2) | jimmy white | 18-14
row 10 : runner-up | 6 | 1992 | dubai classic | john parrott | 8-9
row 11 : runner-up | 7 | 1993 | european open (2) | steve davis | 4-10
row 12 : winner | 16 | 1993 | world snooker championship (3) | jimmy white | 18-5
row 13 : winner | 17 | 1993 | dubai classic (3) | steve davis | 9-3
row 14 : winner | 19 | 1994 | world snooker championship (4) | jimmy white | 18-17
row 15 : winner | 20 | 1994 | uk championship (3) | ken doherty | 10-5
row 16 : winner | 21 | 1994 | european open (2) | john parrott | 9-3
row 17 : winner | 23 | 1995 | grand prix (4) | john higgins | 9-5
row 18 : winner | 27 | 1997 | welsh open (2) | mark king | 9-2
row 19 : winner | 28 | 1997 | international open (2) | tony drago | 9-1
row 20 : runner-up | 9 | 1997 | british open | mark williams | 2-9
row 21 : runner-up | 10 | 1997 | world snooker championship | ken doherty | 12-18
row 22 : runner-up | 11 | 1997 | uk championship (3) | ronnie o'sulliv | 6-10
row 23 : winner | 29 | 1998 | thailand masters (3) | john parrott | 9-6
row 24 : runner-up | 12 | 1998 | british open (2) | john higgins | 8-9
row 25 : runner-up | 13 | 1999 | welsh open | mark williams | 8-9
row 26 : winner | 30 | 1999 | scottish open (3) | graeme dott | 9-1
row 27 : winner | 31 | 1999 | world snooker championship (7) | mark williams | 18-11
row 28 : winner | 32 | 1999 | british open (3) | peter ebdon | 9-1
row 29 : runner-up | 14 | 2000 | thailand masters | mark williams | 5-9
row 30 : winner | 35 | 2003 | british open (4) | ronnie o'sulliv | 9-6
row 31 : runner-up | 18 | 2003 | uk championship (4) | matthew stevens | 8-10
row 32 : winner | 36 | 2005 | malta cup (4) | graeme dott | 9-7
row 33 : runner-up | 20 | 2005 | china open | ding junhui | 5-9
row 34 : runner-up | 21 | 2006 | uk championship (5) | peter ebdon | 6-10 ] Execute this SQL based on the above table: select opponent in the final where opponent in the final in ( 'john parrott' , 'steve davis' ) and outcome = 'winner' | steve davis, steve davis, john parrott, john parrott |
[ header: name of place | number of counties | principal county | lower zip code row 1 : aberdeen | 1 | monroe county | 72134
row 2 : advance | 1 | baxter county | None
row 3 : aggie | 1 | craighead county | None
row 4 : air base | 1 | pulaski county | 72076
row 5 : alabam | 1 | madison county | 72740
row 6 : alamo | 1 | montgomery county | None
row 7 : albion | 1 | white county | 72143
row 8 : alexander | 1 | greene county | 72450
row 9 : alexander | 2 | pulaski county | 72002
row 10 : alfrey | 1 | monroe county | 72021
row 11 : algoa | 1 | jackson county | 72112
row 12 : alix | 1 | franklin county | 72820
row 13 : alleene | 1 | little river county | 71820
row 14 : allis | 1 | drew county | None
row 15 : alpha | 1 | yell county | None
row 16 : amy | 1 | ouachita county | 71701
row 17 : andrews | 1 | white county | None
row 18 : anthony | 1 | hempstead county | 71801
row 19 : anthony subdivision | 1 | crittenden county | None
row 20 : anthonyville | 1 | crittenden county | 72301
row 21 : antioch | 1 | white county | 72012
row 22 : apalco | 1 | lafayette county | None
row 23 : appleby | 1 | washington county | None
row 24 : applegate ford | 1 | carroll county | None
row 25 : arbaugh | 1 | newton county | 72852
row 26 : arden | 1 | little river county | 71822
row 27 : arkansas a and m | 1 | drew county | None
row 28 : arkansas polytechnic college | 1 | pope county | None
row 29 : arkansas state teachers college | 1 | faulkner county | None
row 30 : arkawana | 1 | baxter county | None
row 31 : arkinda | 1 | little river county | 71836
row 32 : armstrong | 1 | sharp county | 72482
row 33 : artesian | 1 | calhoun county | None
row 34 : artex | 1 | miller county | None
row 35 : artist point | 1 | crawford county | None
row 36 : asher | 1 | madison county | 72727
row 37 : asher | 1 | pulaski county | 72204
row 38 : ash flat | 2 | sharp county | 72513
row 39 : ash flat | 2 | fulton county | 72513
row 40 : ashton | 1 | chicot county | 71653
row 41 : athelstan | 1 | mississippi county | 72370
row 42 : athens | 1 | howard county | 71971
row 43 : attica | 1 | randolph county | 72455
row 44 : atwood | 1 | howard county | None
row 45 : aubrey | 1 | lee county | 72311
row 46 : augsburg | 1 | pope county | 72874
row 47 : augusta | 1 | woodruff county | 72006
row 48 : austin | 1 | conway county | 72027
row 49 : avery | 1 | lincoln county | 71639 ] Execute this SQL based on the above table: select name of place where principal county = 'newton county' | arbaugh |
[ header: election | number of popular votes | % of popular votes | total elected seats | +/- row 1 : 1988 | 139982 | 22.16 | 61 / 264 | None
row 2 : 1991 | 170757 | 32.11 | 83 / 272 | 22
row 3 : 1994 | 242557 | 35.34 | 121 / 346 | 38
row 4 : 1999 | 271251 | 33.45 | 122 / 390 | 1
row 5 : 2003 | 459640 | 44.67 | 194 / 400 | 72
row 6 : 2007 | 445781 | 39.15 | 127 / 405 | 30
row 7 : 2011 | 464512 | 39.34 | 103 / 412 | 18 ] Execute this SQL based on the above table: select count ( distinct total elected seats ) | 7 |
[ header: no. | dub no. | english dubbed title / english subbed title original japanese title | original air date | english air date row 1 : 6 | None | "protect the melody of love! usagi is | april 18, 1992 | None
row 2 : 9 | 6 | "time bomb" / "usagi' | may 9, 1992 | september 18, 1995
row 3 : 12 | 9 | "cruise blues" / " | may 30, 1992 | september 21, 1995
row 4 : 14 | 11 | "match point for sailor moon" | june 13, 1992 | september 25, 1995
row 5 : 19 | 16 | "who is that masked man?" | july 25, 1992 | october 2, 1995
row 6 : 24 | 20 | "a friend in wolf's clothing" | august 29, 1992 | october 6, 1995
row 7 : 26 | 22 | "the power of friendship" / "b | september 12, 1992 | october 10, 1995
row 8 : 34 | 30 | "a crystal clear destiny" / "the | november 28, 1992 | october 20, 1995
row 9 : 36 | 32 | "bad hair day" / "usagi | december 12, 1992 | october 24, 1995
row 10 : 40 | 36 | "last resort" / "the legendary lake | january 16, 1993 | october 30, 1995 ] Execute this SQL based on the above table: select english air date where dub no. > ( select dub no. where english air date = 'september 21, 1995' ) order by dub no. limit 1 | september 25, 1995 |
[ header: pos. | time | athlete | country | venue | date row 1 : 1 | 12.21 (+0.7) | yordanka donkova | bulgaria | stara zagora | 20 august 1988
row 2 : 2 | 12.25 (+1.4) | ginka zagorcheva | bulgaria | drama | 8 august 1987
row 3 : 3 | 12.26 (+1.7) | ludmila narozh | russia | seville | 6 june 1992
row 4 : 3 | 12.26 (+1.2) | brianna rollins | united states | des moines | 22 june 2013
row 5 : 5 | 12.28 (+1.1) | sally pearson | australia | daegu | 3 september 2011
row 6 : 6 | 12.33 (-0.3) | gail devers | united states | sacramento | 23 july 2000
row 7 : 7 | 12.36 (+1.9) | grazyna rabszt | poland | warsaw | 13 june 1980
row 8 : 8 | 12.37 (+1.5) | joanna hayes | united states | athens | 24 august 2004
row 9 : 8 | 12.37 (-0.2) | dawn harper | united states | london | 7 august 2012
row 10 : 10 | 12.39 (+1.5) | vera komisova | soviet union | rome | 5 august 1980
row 11 : 10 | 12.39 (+1.8) | nataliya grygoryeva | soviet union | kiev | 11 july 1991
row 12 : 12 | 12.42 (+1.8) | bettine jahn | east germany | berlin | 8 june 1983
row 13 : 12 | 12.42 (+2.0) | anjanette kirkland | united states | edmonton | 11 august 2001
row 14 : 14 | 12.43 (-0.9) | lucyna kalek | poland | hannover | 19 august 1984
row 15 : 14 | 12.43 (-0.3) | michelle perry | united states | carson | 26 june 2005
row 16 : 14 | 12.43 (+0.2) | lolo jones | united states | beijing | 18 august 2008
row 17 : 14 | 12.43 (+1.2) | queen harrison | united states | des moines | 22 june 2013
row 18 : 18 | 12.44 (-0.5) | gloria siebert | east germany | rome | 4 september 1987
row 19 : 18 | 12.44 (-0.8) | olga shishigina | kazakhstan | lucerne | 27 june 1995
row 20 : 18 | 12.44 (+0.4) | glory alozie | nigeria | monaco | 8 august 1998
row 21 : 18 | 12.44 (+0.6) | damu cherry | united states | lausanne | 7 july 2006
row 22 : 22 | 12.45 (+1.3) | cornelia oschkenat | east germany | neubrandenburg | 11 june 1987
row 23 : 22 | 12.45 (+1.4) | brigitte foster-hylton | jamaica | eugene | 24 may 2003
row 24 : 22 | 12.45 (+1.5) | olena krasov | ukraine | athens | 24 august 2004
row 25 : 22 | 12.45 (+1.4) | virginia crawford | united states | new york city | 2 june 2007 ] Execute this SQL based on the above table: select min ( pos. ) where date = date | 1 |
[ header: season | club | country | competition | apps. | goals row 1 : 1997/98 | rapide club lebbeke | belgium | fourth division | None | None
row 2 : 1998/99 | ksc eendracht a | belgium | jupiler league | 30 | 7
row 3 : 1999/00 | ksc eendracht a | belgium | jupiler league | 31 | 7
row 4 : 2000/01 | ksc eendracht a | belgium | jupiler league | 30 | 6
row 5 : 2001/02 | omonia nicosia | cyprus | cypriot first division | 22 | 8
row 6 : 2002/03 | fc denderleeuw | belgium | belgian second division | 32 | 23
row 7 : 2003/04 | 1. fc saarbrucken | germany | regionalliga sud | 33 | 16
row 8 : 2004/05 | 1. fc saarbrucken | germany | 2. bundesliga | 14 | 7
row 9 : 2005/06 | 1. fc saarbrucken | germany | 2. bundesliga | 10 | 0
row 10 : 2005/06 | s.v. zulte | belgium | jupiler league | 14 | 1
row 11 : 2006/07 | fcv dender eh | belgium | belgian second division | 33 | 21
row 12 : 2007/08 | mvv | netherlands | eerste divisie | 33 | 22
row 13 : 2008/09 | mvv | netherlands | eerste divisie | 32 | 20
row 14 : total | None | None | None | 302 | 132 ] Execute this SQL based on the above table: select count ( club ) | 13 |
[ header: # | air date | timeslot (est) | season | rating | share | 18-49 (rating/share) | viewers (m) | weekly rank (#) row 1 : 1 | march 2, 2008 | sunday 9:00 p.m | 2007-2008 | 9.4 | 14 | 5.3/12 | 15.55 | 4
row 2 : 2 | march 9, 2008 | sunday 9:00 p.m | 2007-2008 | 7.4 | 11 | 4.1/10 | 11.83 | 10
row 3 : 3 | march 16, 2008 | sunday 9:00 p.m | 2007-2008 | 6 | 9 | 3.6/9 | 9.71 | 18
row 4 : 4 | march 23, 2008 | sunday 9:00 p.m | 2007-2008 | 6.1 | 10 | 3.5/9 | 9.92 | 19
row 5 : 5 | march 30, 2008 | sunday 9:00 p.m | 2007-2008 | 7.1 | 11 | 3.9/9 | 11.35 | 13
row 6 : 6 | april 6, 2008 | sunday 9:00 p.m | 2007-2008 | 5.9 | 9 | 3.2/8 | 9.42 | 27
row 7 : 7 | april 13, 2008 | sunday 8:00 p.m | 2007-2008 | 5.6 | 9 | 2.9/9 | 8.88 | 19
row 8 : 8 | april 20, 2008 | sunday 8:00 p.m | 2007-2008 | 6.4 | 10 | 3.2/9 | 10.03 | None ] Execute this SQL based on the above table: select 18-49 (rating/share) where rating <= 661 | 5.3/12, 4.1/10, 3.6/9, 3.5/9, 3.9/9, 3.2/8, 2.9/9, 3.2/9 |
[ header: coach | years | seasons | wins | losses | ties | pct row 1 : o. b. "rip" | 1908 | 1 | 5 | 1 | 0 | 0.833
row 2 : ed sabre | 1920 | 1 | 3 | 1 | 0 | 0.75
row 3 : mack erwin | 1957-60 | 4 | 62 | 30 | 1 | 0.672
row 4 : chal port | 1965-91 | 27 | 641 | 386 | 2 | 0.624
row 5 : fred jordan | 1992-pres | 22 | 726 | 552 | 0 | 0.568
row 6 : john d. mcmillan | 1952-53 | 2 | 14 | 15 | 0 | 0.483
row 7 : jim newsome | 1961-64 | 4 | 37 | 43 | 0 | 0.463
row 8 : bunzy o'neal | 1948 | 1 | 6 | 7 | 0 | 0.462
row 9 : george c. rogers | 1914-15, 1921-24 | 6 | 26 | 33 | 1 | 0.441
row 10 : fred montsdeoca | 1954-56 | 2 | 22 | 31 | 0 | 0.415
row 11 : george a. schmick | 1910 | 1 | 4 | 6 | 0 | 0.4
row 12 : thomas s. mc | 1916, 1919 | 2 | 8 | 12 | 0 | 0.4
row 13 : harold manley | 1954 | 1 | 5 | 9 | 0 | 0.357
row 14 : "barney" legge | 1911 | 1 | 2 | 5 | 1 | 0.286
row 15 : h. l. "matty" | 1926-30, 37-38 | 3 | 10 | 25 | 1 | 0.286
row 16 : dusty rhodes | 1947 | 1 | 2 | 5 | 0 | 0.286
row 17 : "shorty" o'brien | 1918 | 1 | 3 | 9 | 0 | 0.25
row 18 : "bull dog" drummond | 1925 | 1 | 2 | 7 | 0 | 0.222 ] Execute this SQL based on the above table: select coach where coach = 'fred jordan' order by pct desc limit 1 | fred jordan |
[ header: year | personnel | album | label | peak positions nor row 1 : 2001 | solveig slettahjell | slow motion orchestra | curling legs | None
row 2 : 2004 | solveig slettahjell | silver | curling legs | 23
row 3 : 2005 | solveig slettahjell | pixiedust | curling legs | 25
row 4 : 2006 | solveig slettahjell | good rain | curling legs (, act) | 28
row 5 : 2007 | solveig slettahjell | domestic songs | curling legs (, act) | 30
row 6 : 2008 | solveig slettahjell | natt i betlehem | kirkelig kulturverksted | 5
row 7 : 2009 | solveig slettahjell | tarpan seasons | universal | 5
row 8 : 2011 | solveig slettahjell | antologie | universal | 6
row 9 : 2013 | solveig slettahjell | arven | universal | 5 ] Execute this SQL based on the above table: select album - album where personnel = 'solveig slettahjell (with morten qvenild)' | 0 |
[ header: position | driver / passenger | equipment | points | wins | second | third row 1 : 1 | daniel willemsen | zabel-vmc | 375 | 15 | None | None
row 2 : 2 | jan hendrickx / | zabel-vmc | 286 | None | 2 | 7
row 3 : 3 | kristers sergis / | ktm-mefo | 242 | 1 | 8 | 1
row 4 : 4 | andy burgler / martin | ktm-vmc | 196 | None | None | 2
row 5 : 5 | vaclav rozehnal / mare | zabel-vmc | 191 | None | None | None
row 6 : 6 | maris rupeiks / har | ktm-ayr | 184 | None | 4 | 1
row 7 : 7 | marco happich / meinrad | zabel-vmc | 180 | None | 1 | 1
row 8 : 8 | joris hendrickx / | ktm-ayr | 177 | None | None | 1
row 9 : 9 | tomas cermak / ond | jawa-mefo | 153 | None | None | None
row 10 : 10 | janis daiders / la | ktm-ayr | 148 | None | None | None ] Execute this SQL based on the above table: select equipment order by wins desc limit 1 | zabel-vmc |
[ header: | album | artist(s) | sales row 1 : 1 | vain elamaa | various artists | 164119
row 2 : 2 | koodi | robin | 117126
row 3 : 3 | vain elamaa | various artists | 81725
row 4 : 4 | chillaa | robin | 73439
row 5 : 5 | 21 | adele | 44297
row 6 : 6 | yhdesta puusta | jukka poika | 42429
row 7 : 7 | vie mut kotiin | jesse kaikuranta | 38985
row 8 : 8 | kun valaistun | chisu | 31541
row 9 : 9 | joululauluja | juha tapio | 29080
row 10 : 10 | hunningolla | erin | 27655 ] Execute this SQL based on the above table: select artist(s) group by artist(s) order by count ( * ) desc limit 1 | various artists |
[ header: year | champion | score | runner-up | coach row 1 : 1954 | boston college | 4-1 | harvard | john "snooks" kelley
row 2 : 1956 | boston college | 4-2 | harvard | john "snooks" kelley
row 3 : 1957 | boston college | 5-4 (ot) | boston university | john "snooks" kelley
row 4 : 1959 | boston college | 7-4 | boston university | john "snooks" kelley
row 5 : 1961 | boston college | 4-2 | harvard | john "snooks" kelley
row 6 : 1963 | boston college | 3-1 | harvard | john "snooks" kelley
row 7 : 1964 | boston college | 6-5 | boston university | john "snooks" kelley
row 8 : 1965 | boston college | 5-4 | boston university | john "snooks" kelley
row 9 : 1976 | boston college | 6-3 | boston university | len ceglarski
row 10 : 1983 | boston college | 8-2 | northeastern | len ceglarski
row 11 : 1994 | boston college | 2-1 (ot) | harvard | steve cedorchuck
row 12 : 2001 | boston college | 5-3 | boston university | jerry york
row 13 : 2004 | boston college | 2-1 (ot) | boston university | jerry york
row 14 : 2008 | boston college | 6-5 (ot) | harvard | jerry york
row 15 : 2010 | boston college | 4-3 | boston university | jerry york
row 16 : 2011 | boston college | 7-6 (ot) | northeastern | jerry york
row 17 : 2012 | boston college | 3-2 (ot) | boston university | jerry york
row 18 : 2013 | boston college | 6-3 | northeastern | jerry york
row 19 : 2014 | boston college | 4-1 | northeastern | jerry york ] Execute this SQL based on the above table: select year group by year order by sum ( runner-up ) limit 1 | 1954 |
[ header: ship name | in service | project number | type | class | comments row 1 : lenin | 1959 | 92m | icebreaker | None | decommissioned 1989. museum ship
row 2 : arktika | 1975 | 1052-1 | icebreaker | arktika | not operational
row 3 : sibir | 1977 | 1052-2 | icebreaker | arktika | defueled and not operational since 1993
row 4 : rossiya | 1985 | 10521-1 | icebreaker | arktika | None
row 5 : sevmorput | 1988 | 10081 | container ship | None | has ice-breaking bow
row 6 : taymyr | 1989 | 10580-1 | river icebreaker | taymyr | None
row 7 : sovetskiy soyuz | 1990 | 10521-2 | icebreaker | arktika | None
row 8 : vaygach | 1990 | 10580-2 | river icebreaker | taymyr | None
row 9 : yamal | 1993 | 10521-3 | icebreaker | arktika | None
row 10 : 50 let pobedy | 2007 | 10521 | icebreaker | arktika | built as ural, completed in 2007 ] Execute this SQL based on the above table: select count ( type ) where class = 'arktika' | 6 |
[ header: year | location | attendance | theme phrase | top messages | host | opening general session guest(s) | closing general session guest(s) | sunday night reception | wednesday night party | cult shirt row 1 : 1993 | orlando | 2300 | working together | None | don bulens | geoffrey moore | None | None | disney-mgm | None
row 2 : 1994 | no event | None | None | None | None | None | None | None | None | None
row 3 : 1997 | nice, france | None | pool of knowledge | don't compete with, embrace the web. | ray ozzie | avery brooks | None | None | magic kingdom the doobie brothers | None
row 4 : 1998 | orlando | None | cultivate your senses | notes r5 | steve beckhardt | jamie clark alan hobson | bill nye | None | disney-mgm earth, wind | None
row 5 : 1999 | orlando | None | lotus: a part of every solution | notes r5 knowledge management | jeff papows | jim lovell gene krantz | marc salem | None | seaworld the pointer sisters | None
row 6 : 2000 | orlando | 10000 | looking forward/forward looking | raven domino access for microsoft outlook | jeff papows > al | walter cronkite | the raspyni brothers | None | universal's islands of adventure chicago | notes world order
row 7 : 2001 | orlando | 10000 | in the know | lotus k-station lotus discovery server | al zollar | al franken francis ford cop | umbilical brothers | None | disney's wide world of sports complex | domino survivor
row 8 : 2003 | orlando | None | the essential human element | nextgen db2 | al zollar > ambuj go | rudy giuliani bounce (dan | dr. ronan t | None | magic kingdom | just-us league & collaboration league
row 9 : 2004 | orlando | 5273 | the workplace for innovation | None | ambuj goyal | patrick stewart | richard jeni | None | universal studios florida | cult shirt on human
row 10 : 2006 | orlando | 6000 | futureinsight | workplace activities sametime 7.5 | mike rhodin | jason alexander | jim gaffigan | poker tables | seaworld | cult man group
row 11 : 2008 | orlando | 7000 | emergence | notes/domino 8.01, 8.5 | mike rhodin | bob costas orlando | alton brown | beach party | universal's islands of adventure | pirates of collaboration
row 12 : 2010 | orlando | None | lotus knows why. lotus knows how | None | bob picciano > alistair | william shatner nutt | brian cox (physicist | None | hollywood studios | None
row 13 : 2011 | orlando | None | get social. do business | None | alistair rennie | kevin spacey mass ensemble | watson | None | wizarding world of harry potter, | None
row 14 : 2013 | orlando | None | get social. do business | None | alistair rennie | joe gordon-levitt | steven strogatz john ho | None | universal studios florida | no cult shirt ] Execute this SQL based on the above table: select host order by year limit 1 | don bulens |
[ header: year | title | album | us r&b | us pop | us dance row 1 : 1989 | "talk to myself"/sweet memories | adventures in paradise a | 4 | 49 | 18
row 2 : 1989 | "promises, promises"/lover | adventures in paradise a | 7 | None | None
row 3 : 1990 | "one girl"/lover come back | adventures in paradise a | 31 | None | None
row 4 : 1991 | "i'm dreamin'" | new jack city soundtrack | 1 | 89 | 16
row 5 : 1991 | "i wanna b ure lover" | f.s. effect featuring christoph | 52 | None | None
row 6 : 1992 | "all i see" | changes | 19 | None | 46
row 7 : 1993 | "every little thing u do" | changes | 7 | 75 | None
row 8 : 1993 | "come go with me" | changes | 74 | None | None
row 9 : 1995 | "dance 4 me" | not a perfect man | 25 | None | None
row 10 : 1995 | "if you say" | not a perfect man | 91 | None | None ] Execute this SQL based on the above table: select title where title in ( '"talk to myself"/sweet memories' , '"every little thing u do"' ) order by us dance desc limit 1 | "talk to myself"/sweet memories |
[ header: year | author | illustrator | title | publisher row 1 : 1982 | angela carter (ed. and translator | michael foreman | sleeping beauty and other favourite fairy tales | v. gollancz
row 2 : 1983 | anthony browne | browne | gorilla | julia macrae
row 3 : 1984 | john burningham | burningham | granpa | j. cape
row 4 : 1985 | ted hughes (1968) | andrew davidson | the iron man | faber
row 5 : 1986 | allan ahlberg | janet ahlberg | the jolly postman | heinemann
row 6 : 1987 | charles causley | charles keeping | jack the treacle eater | macmillan
row 7 : 1988 | lewis carroll (1865) | anthony browne | alice's adventures in wonderland | julia macrae
row 8 : 1989 | martin waddell | barbara firth | the park in the dark | walker
row 9 : 1990 | quentin blake | blake | all join in | j. cape
row 10 : 1991 | colin mcnaughton | mcnaughton | have you seen who's just moved in next | walker
row 11 : 1992 | raymond briggs | briggs | the man | julia macrae
row 12 : 1993 | karen wallace | mike bostock | think of an eel | walker
row 13 : 1994 | trish cooke | helen oxenbury | so much | walker
row 14 : 1995 | kathy henderson | patrick benson | the little boat | walker
row 15 : 1996 | babette cole | cole | drop dead | j. cape
row 16 : 1997 | william mayne | jonathan heale | lady muck | heinemann
row 17 : 1998 | anthony browne | browne | voices in the park | doubleday
row 18 : 1999 | lewis carroll (1865) | helen oxenbury | alice's adventures in wonderland | walker ] Execute this SQL based on the above table: select title where id = 16 | lady muck |
[ header: rank | city | population | area (km2) | density (inhabitants/km2) | altitude (mslm) row 1 : 1st | alessandria | 94191 | 203.97 | 461.8 | 95
row 2 : 2nd | casale monferrato | 36039 | 86.32 | 417.5 | 116
row 3 : 3rd | novi ligure | 28581 | 54.22 | 527.1 | 197
row 4 : 4th | tortona | 27476 | 99.29 | 276.7 | 122
row 5 : 5th | acqui terme | 20426 | 33.42 | 611.2 | 156
row 6 : 6th | valenza | 20282 | 50.05 | 405.2 | 125
row 7 : 7th | ovada | 11912 | 35.33 | 337.2 | 186
row 8 : 8th | serravalle scrivia | 6445 | 16.02 | 402.3 | 225
row 9 : 9th | arquata scrivia | 6260 | 30.36 | 206.2 | 248
row 10 : 10th | castelnuovo scrivia | 5473 | 45.42 | 120.5 | 85 ] Execute this SQL based on the above table: select city where rank = '4th' order by city desc limit 1 | tortona |
[ header: outcome | no. | date | championship | surface | opponent in the final | score in the final row 1 : winner | 1 | 20 july 1981 | bastad, sweden | clay | anders jarryd | 6-2, 6-3
row 2 : runner-up | 1 | 21 september 1981 | bordeaux, france | clay | andres gomez | 6-7, 6-7, 1-6
row 3 : winner | 2 | 10 june 1985 | bologna, italy | clay | claudio panatta | 6-2, 6-0
row 4 : winner | 3 | 9 september 1985 | palermo, italy | clay | joakim nystrom | 6-2, 6-0
row 5 : winner | 4 | 23 september 1985 | barcelona, spain | clay | mats wilander | 0-6, 6-2, 3-6,
row 6 : winner | 5 | 10 february 1986 | metz, france | indoor | broderick dyke | 6-4, 6-3
row 7 : runner-up | 2 | 28 april 1986 | indianapolis, u.s | clay | andres gomez | 4-6, 6-7(1-7)
row 8 : runner-up | 3 | 28 july 1986 | washington, d.c., | clay | karel novacek | 1-6, 6-7(4-7)
row 9 : runner-up | 4 | 8 september 1986 | geneva, switzerland | clay | henri leconte | 5-7, 3-6 ] Execute this SQL based on the above table: select count ( opponent in the final ) where no. <= 1447 | 9 |
[ header: township | fips | population center | population | population density /km2 (/sq mi) | land area km2 (sq mi) | water area km2 (sq mi) | water % | geographic coordinates row 1 : alexandria | 1100 | None | 859 | 7 (18) | 123 (48) | 1 (0) | 0.62% | 39°16′8′′n 95°7
row 2 : delaware | 17450 | None | 1361 | 22 (57) | 62 (24) | 3 (1) | 4.19% | 39°14′50′′n 94°
row 3 : easton | 19625 | None | 1245 | 11 (30) | 109 (42) | 0 (0) | 0.11% | 39°21′57′′n 95°7
row 4 : fairmount | 22325 | basehor | 6266 | 61 (159) | 102 (39) | 0 (0) | 0.39% | 39°8′4′′n 94°
row 5 : high prairie | 32125 | None | 1768 | 14 (37) | 124 (48) | 0 (0) | 0.27% | 39°15′30′′n 95°0
row 6 : kickapoo | 36700 | None | 1760 | 15 (40) | 114 (44) | 3 (1) | 2.39% | 39°20′45′′n 94°
row 7 : reno | 58950 | None | 1143 | 10 (27) | 111 (43) | 2 (1) | 1.56% | 39°1′8′′n 95°8
row 8 : sherman | 65000 | None | 2367 | 22 (57) | 108 (42) | 3 (1) | 2.44% | 39°0′59′′n 95°0
row 9 : stranger | 68500 | None | 2451 | 19 (50) | 127 (49) | 0 (0) | 0.17% | 39°8′16′′n 95°2
row 10 : tonganoxie | 70825 | tonganoxie (part) | 4852 | 35 (91) | 137 (53) | 1 (0) | 0.66% | 39°7′0′′n 95°6 ] Execute this SQL based on the above table: select water % where population >= 3 | 0.62%, 4.19%, 0.11%, 0.39%, 0.27%, 2.39%, 1.56%, 2.44%, 0.17%, 0.66% |
[ header: title | release | genre | computer | console | handheld | smartphone row 1 : bionicle heroes | 2006 | third-person shooter | windows | playstation 2, gamecube, xbox | nintendo ds | None
row 2 : bionicle: matoran adventures | 2002 | platformer | None | None | game boy advance | None
row 3 : bionicle: maze of shadows | 2005 | turn based rpg | None | None | game boy advance | None
row 4 : bionicle: the game | 2003 | adventure | windows, os x | playstation 2, gamecube, xbox | game boy advance | None
row 5 : drome racers | 2002 | racing | windows | playstation 2, gamecube, xbox | game boy advance | None
row 6 : island xtreme stunts | 2002 | action-adventure | windows | playstation 2 | game boy advance | None
row 7 : lego alpha team | 2000 | action | windows | None | game boy color | None
row 8 : lego battles | 2009 | real-time strategy | None | None | nintendo ds | None
row 9 : lego battles: ninjago | 2011 | real-time strategy | None | None | nintendo ds | ios
row 10 : lego chess | 1998 | strategy | windows | None | None | None
row 11 : lego city undercover | 2013 | open world, platform game | None | wii u | None | None
row 12 : lego city undercover: the chase begins | 2013 | open world, platform game | None | None | nintendo 3ds | None
row 13 : lego creationary | 2011 | puzzle | None | None | None | ios, android
row 14 : lego creator: knights kingdom | 2000 | construction and management simulation | windows | None | None | None
row 15 : lego friends | 2013 | miscellaneous | None | None | nintendo ds, | None
row 16 : lego island | 1997 | action-adventure | windows | None | None | None
row 17 : lego island 2 the brickster's revenge | 2001 | action-adventure | windows | playstation | game boy color, game boy advance | None
row 18 : lego knights' kingdom | 2004 | action-adventure | None | None | game boy advance | None
row 19 : lego legends of chima online | 2014 | massively multiplayer online (mmo) | windows | None | None | None
row 20 : lego legends of chima: speed | 2013 | racing | windows | None | None | ios
row 21 : lego loco | 1998 | virtual world | windows | None | None | None
row 22 : lego minifigures online | 2014 | massively multiplayer online (mmo) | windows | None | None | ios, android
row 23 : lego my style kindergarten | 2000 | educational | windows, mac os | None | None | None
row 24 : lego my style preschool | 2000 | educational | windows, mac os | None | None | None
row 25 : lego ninjago: the final | 2013 | platformer | windows | None | None | None
row 26 : lego racers | 1999 | racing | windows | playstation, nintendo 64 | game boy color | None
row 27 : lego racers 2 | 2001 | racing | windows | playstation 2 | game boy advance | None
row 28 : lego rock raiders | 1999 | real-time strategy, action | windows | playstation | None | None
row 29 : lego soccer mania | 2002 | sport | windows | playstation 2 | game boy advance | None
row 30 : lego stunt rally | 2000 | racing | windows | None | game boy color | None
row 31 : lego universe | 2010 | massively multiplayer online (mmo) | windows, os x | None | None | None
row 32 : legoland | 1999 | simulation strategy | windows | None | None | None ] Execute this SQL based on the above table: select computer order by release asc limit 1 | windows |
[ header: transmitter | kw | bbca | bbcb | d3&4 | sdn | arqa | arqb | pol. | a.g. row 1 : allenheads | 0.002 | 27 | 21 | 24 | None | None | None | v | a k
row 2 : alston | 0.08 | 39 | 45 | 42 | None | None | None | v | b e k
row 3 : bellingham | 0.01 | 27 | 21 | 24 | None | None | None | v | a k
row 4 : blaydon burn | 0.002 | 44 | 47 | 41 | None | None | None | v | b e k
row 5 : byrness | 0.01 | 27 | 21 | 24 | None | None | None | v | a k
row 6 : catton beacon | 0.028 | 40 | 46 | 43 | None | None | None | v | b e k
row 7 : durham | 0.003 | 41 | 47 | 44 | None | None | None | v | b e k
row 8 : esh | 0.0024 | 39 | 45 | 42 | None | None | None | v | b e k
row 9 : felling | 0.002 | 40 | 43 | 46 | None | None | None | v | b e k
row 10 : fenham | 0.4 | 27 | 21 | 24 | 25 | 22 | 28 | v | a k
row 11 : haltwhistle | 0.4 | 59 | 55 | 62- | None | None | None | v | c/d e
row 12 : haydon bridge | 0.02 | 44 | 41 | 47 | None | None | None | v | b e k
row 13 : hedleyhope | 0.004 | 41 | 47 | 44 | None | None | None | v | b e k
row 14 : humshaugh | 0.0118 | 39 | 45 | 42 | None | None | None | v | b e k
row 15 : ireshopeburn | 0.0022 | 55 | 59 | 50 | None | None | None | v | c/d e
row 16 : kielder | 0.0054 | 26 | 23 | 29 | None | None | None | v | a k
row 17 : morpeth | 0.0088 | 22 | 28 | 25 | None | None | None | v | a k
row 18 : newton | 0.4 | 26 | 23 | 29 | None | None | None | v | a k
row 19 : seaham | 0.059 | 44 | 47 | 46 | None | None | None | v | b e k
row 20 : shotleyfield | 0.04 | 22 | 28 | 25 | None | None | None | v | a k
row 21 : staithes | 0.002 | 52 | 51 | 48 | None | None | None | v | b c/d e
row 22 : sunderland | 0.006 | 52 | 51 | 48 | None | None | None | v | b c/d e
row 23 : wall | 0.0042 | 52 | 51 | 48 | None | None | None | h | b c/d e
row 24 : weardale | 0.2 | 44 | 41 | 47 | None | None | None | v | b e k
row 25 : whitaside | 0.0025 | 44 | 41 | 47 | None | None | None | v | b e k ] Execute this SQL based on the above table: select count ( * ) where bbca = 22 and arqa > 'None' | 0 |
[ header: n° | name | position | date of birth | nationality row 1 : 1 | marcus popp | s | 23 settembre 1981 | germany
row 2 : 2 | stanislav simin | c | 4 ottobre 1986 | serbia
row 3 : 3 | gerald hardy-dessources | c | 9 febbraio 1983 | france
row 4 : 4 | soane falafala | s | 16 aprile 1993 | france
row 5 : 5 | cyril guitte | l | 13 agosto 1992 | france
row 6 : 6 | david konecny | s/o | 10 ottobre 1982 | czech republic
row 7 : 7 | jean-francois exiga | l | 9 marzo 1982 | france
row 8 : 8 | nuno pinheiro | p | 31 dicembre 1984 | portugal
row 9 : 10 | guillaume di betta | s | 8 settembre 1994 | france
row 10 : 12 | maxime dillies | p | 11 aprile 1984 | france
row 11 : 13 | kamil baranek | s | 2 maggio 1983 | czech republic
row 12 : 14 | renaud lachaise | p | 12 maggio 1991 | france
row 13 : 15 | david smith | c | 15 maggio 1985 | united states
row 14 : 16 | emmanuel ragon | s | 6 agosto 1987 | france
row 15 : 17 | victor le guennec | s | 19 giugno 1994 | france
row 16 : 18 | thibault szymkowi | c | 19 settembre 1991 | france ] Execute this SQL based on the above table: select name order by n° desc limit 1 | thibault szymkowiak |
[ header: year | album | territory | label | notes row 1 : 1989 | good deeds and dirty rags | uk | capitol records | debut album, reached no. 26 on uk
row 2 : 1989 | fish heads and tails | uk | capitol records | mid-price live and rarities compilation
row 3 : 1991 | hammer and tongs | uk | radioactive records/mca | second studio album; reached no. 61 on
row 4 : 1991 | goodbye mr. mackenzie | international | radioactive records/mca | compilation of tracks from both albums, remixed
row 5 : 1993 | live on the day of storms | uk | blokshok records | live album
row 6 : 1994 | five | uk | blokshok records | third studio album
row 7 : 1995 | jezebel | uk | blokshok records | rarities compilation
row 8 : 1996 | the glory hole | uk | blokshok records | fourth and final studio album: manson,
row 9 : 2005 | the river sessions | uk | river records | double live album
row 10 : 2009 | the rattler: live '91' | uk | md music company | live album (digital release) ] Execute this SQL based on the above table: select territory where album = 'the glory hole' | uk |
[ header: season | series | team | races | wins | poles | f/laps | podiums | points | position row 1 : 2001 | formula bmw junior cup iberia | None | 3 | 0 | 0 | 0 | 0 | 38 | 18th
row 2 : 2002 | formula bmw adac | viva racing | 20 | 9 | 5 | 1 | 13 | 264 | 1st
row 3 : 2003 | formula 3 euro series | team rosberg | 20 | 1 | 1 | 2 | 5 | 45 | 8th
row 4 : 2003 | masters of formula 3 | team rosberg | 1 | 0 | 0 | 0 | 0 | None | nc
row 5 : 2003 | macau grand prix | carlin motorsport | 1 | 0 | 0 | 0 | 0 | None | nc
row 6 : 2003 | korea super prix | carlin motorsport | 1 | 0 | 0 | 0 | 0 | None | 11th
row 7 : 2004 | formula 3 euro series | team rosberg | 19 | 3 | 2 | 2 | 5 | 70 | 4th
row 8 : 2004 | macau grand prix | team rosberg | 1 | 0 | 0 | 0 | 0 | None | nc
row 9 : 2004 | masters of formula 3 | team rosberg | 1 | 0 | 0 | 0 | 0 | None | 6th
row 10 : 2004 | bahrain superprix | team rosberg | 1 | 0 | 0 | 0 | 1 | None | 2nd
row 11 : 2005 | gp2 series | art grand prix | 23 | 5 | 4 | 5 | 12 | 120 | 1st
row 12 : 2005 | formula one | bmw williams f1 team | None | None | None | None | None | None | test driver
row 13 : 2006 | formula one | williamsf1 team | 18 | 0 | 0 | 1 | 0 | 4 | 17th
row 14 : 2007 | formula one | at&t williams | 17 | 0 | 0 | 0 | 0 | 20 | 9th
row 15 : 2008 | formula one | at&t williams | 18 | 0 | 0 | 0 | 2 | 17 | 13th
row 16 : 2009 | formula one | at&t williams | 17 | 0 | 0 | 1 | 0 | 34.5 | 7th
row 17 : 2010 | formula one | mercedes gp petrona | 19 | 0 | 0 | 0 | 3 | 142 | 7th
row 18 : 2011 | formula one | mercedes gp petrona | 19 | 0 | 0 | 0 | 0 | 89 | 7th
row 19 : 2012 | formula one | mercedes amg petronas | 20 | 1 | 1 | 2 | 2 | 93 | 9th
row 20 : 2013 | formula one | mercedes amg petronas | 19 | 2 | 3 | 0 | 4 | 171 | 6th
row 21 : 2014 | formula one | mercedes amg petronas | 2 | 1 | 0 | 1 | 2 | 43 | 1st ] Execute this SQL based on the above table: select count ( team ) where team = 'at&t williams' | 3 |
[ header: rd | home team | score | away team | result (w/d/l) | attendance row 1 : 1 | harlequins rl | 28-47 | wigan warriors | l | 8041
row 2 : 2 | hull | 6-24 | harlequins rl | w | 13313
row 3 : 3 | harlequins rl | 34-18 | wakefield trinity wildcats | w | 3176
row 4 : 4 | castleford tigers | 16-22 | harlequins rl | w | 6268
row 5 : 5 | harlequins rl | 24-0 | huddersfield giants | w | 3284
row 6 : 6 | None | None | None | None | None
row 7 : 7 | None | None | None | None | None
row 8 : ccc4 | None | None | None | None | None
row 9 : 8 | None | None | None | None | None
row 10 : 9 | None | None | None | None | None
row 11 : 10 | None | None | None | None | None
row 12 : 11 | None | None | None | None | None
row 13 : 12 | None | None | None | None | None
row 14 : 13 (a) | None | None | None | None | None
row 15 : 14 | None | None | None | None | None
row 16 : 15 | None | None | None | None | None
row 17 : 16 | None | None | None | None | None
row 18 : 17 | None | None | None | None | None
row 19 : 18 | None | None | None | None | None
row 20 : 19 | None | None | None | None | None
row 21 : 20 | None | None | None | None | None
row 22 : 21 | None | None | None | None | None
row 23 : 22 | None | None | None | None | None
row 24 : 23 | None | None | None | None | None
row 25 : 24 | None | None | None | None | None
row 26 : 25 | None | None | None | None | None
row 27 : 26 | None | None | None | None | None
row 28 : 27 | None | None | None | None | None
row 29 : esl po1 | None | None | None | None | None
row 30 : esl po2 | None | None | None | None | None
row 31 : esl po3 | None | None | None | None | None
row 32 : esl gf | None | None | None | None | None ] Execute this SQL based on the above table: select count ( result (w/d/l) ) | 5 |
[ header: date | winning team | score | losing team | score | ot | city | state/province | arena | attendance row 1 : october 21, 1993 | st. louis | 5 | san jose | 2 | None | sacramento | ca | arco arena | 7144
row 2 : october 31, 1993 | ny rangers | 4 | new jersey | 1 | None | halifax | ns | halifax metro centre | 8200
row 3 : november 3, 1993 | pittsburgh | 6 | buffalo | 2 | None | sacramento | ca | arco arena | 10117
row 4 : november 9, 1993 | anaheim | 4 | dallas | 2 | None | phoenix | az | america west arena | 8143
row 5 : november 18, 1993 | ny islanders | 5 | montreal | 1 | None | hamilton | on | copps coliseum | 17008
row 6 : december 9, 1993 | dallas | 6 | ottawa | 1 | None | minneapolis | mn | target center | 14058
row 7 : december 23, 1993 | vancouver | 4 | calgary | 3 | None | saskatoon | sk | saskplace | 11429
row 8 : december 31, 1993 | philadelphia | 4 | boston | 3 | None | minneapolis | mn | target center | 10855
row 9 : january 4, 1994 | tampa bay | 1 | toronto | 0 | None | hamilton | on | copps coliseum | 17526
row 10 : january 5, 1994 | montreal | 2 | quebec | 0 | None | phoenix | az | america west arena | 11393
row 11 : january 6, 1994 | st. louis | 2 | hartford | 1 | None | cleveland | oh | richfield coliseum | 6956
row 12 : january 17, 1994 | detroit | 6 | tampa bay | 3 | None | minneapolis | mn | target center | 8764
row 13 : january 23, 1994 | vancouver | 5 | edmonton | 4 | (ot) | saskatoon | sk | saskplace | None
row 14 : january 24, 1994 | calgary | 3 | los angeles | 3 | (ot) | phoenix | az | america west arena | 14864
row 15 : february 2, 1994 | washington | 5 | philadelphia | 2 | None | cleveland | oh | richfield coliseum | 8312
row 16 : february 8, 1994 | san jose | 4 | chicago | 3 | None | sacramento | ca | arco arena | 14182
row 17 : february 22, 1994 | florida | 3 | winnipeg | 2 | None | hamilton | on | copps coliseum | 6291
row 18 : february 24, 1994 | detroit | 3 | hartford | 0 | None | cleveland | oh | richfield coliseum | 11621
row 19 : march 8, 1994 | chicago | 3 | anaheim | 0 | None | phoenix | az | america west arena | 13847
row 20 : march 9, 1994 | ny rangers | 7 | washington | 5 | None | halifax | ns | halifax metro centre | 9200
row 21 : march 18, 1994 | buffalo | 2 | ny islanders | 2 | (ot) | minneapolis | mn | target center | 8016 ] Execute this SQL based on the above table: select ot order by score desc limit 1520 | (ot), (ot), (ot) |
[ header: rank | name | nationality | time | notes row 1 : None | jill sterkel | united states | 1:00.53 | nr, gr
row 2 : None | lisa buese | united states | 1:00.59 | None
row 3 : None | nancy garapick | canada | 1:02.96 | None
row 4 : 4 | shelley cramer | u.s. virgin islands | 1:03.51 | nr
row 5 : 5 | susan sloan | canada | 1:03.52 | None
row 6 : 6 | maria paris | costa rica | 1:03.58 | None
row 7 : 7 | rosanna juncos | argentina | 1:04.75 | None
row 8 : 8 | adriana pereira | brazil | 1:06.79 | None ] Execute this SQL based on the above table: select time where name = 'lisa buese' | 1 |
[ header: metropolitan area | country | rank | forstall 2003 est. | official population | year row 1 : ahmedabad | india | None | None | 6352254 | 2011
row 2 : atlanta | united states | None | None | 5457831 | 2012
row 3 : bangalore | india | None | None | 8728906 | 2011
row 4 : barcelona | spain | None | None | 5357422 | 2012
row 5 : belo horizonte | brazil | None | None | 5504635 | 2012
row 6 : beijing | china | 19 | 12500000 | None | None
row 7 : berlin | germany | None | None | 5097712 | 2012
row 8 : bogota | colombia | None | None | 9023644 | 2014
row 9 : buenos aires | argentina | 17 | 13170000 | 12801364 | 2010
row 10 : cairo | egypt | 16 | 14450000 | None | None
row 11 : chennai | india | None | None | 8917749 | 2011
row 12 : chicago | united states | None | 9175000 | 9522434 | 2012
row 13 : dallas-fort worth | united states | None | None | 6700991 | 2012
row 14 : dhaka | bangladesh | None | None | 12797394 | 2008
row 15 : houston | united states | None | None | 6177035 | 2012
row 16 : hyderabad | india | None | None | 7749334 | 2011
row 17 : istanbul | turkey | None | None | 14160467 | 2014
row 18 : jakarta | indonesia | 6 | 18900000 | 28019545 | 2010
row 19 : karachi | pakistan | 20 | 11800000 | None | None
row 20 : kolkata | india | 14 | 15100000 | 14617882 | 2011
row 21 : lima | peru | None | None | 9735587 | 2014
row 22 : london | united kingdom | 18 | 12875000 | 13614409 | 2012
row 23 : los angeles | united states | 13 | 15250000 | 13052921 | 2012
row 24 : madrid | spain | None | None | 6387824 | 2012
row 25 : manila | philippines | 11 | 16300000 | 11855975 | 2010
row 26 : miami | united states | None | None | 5762717 | 2012
row 27 : moscow | russia | 15 | 15000000 | 17000000 | None
row 28 : nagoya | japan | None | None | 9107000 | 2010
row 29 : new york | united states | 4 | 19750000 | 19831858 | 2012
row 30 : osaka-kobe-ky | japan | 9 | 17375000 | 19342000 | 2010
row 31 : paris | france | None | None | 12223100 | 2010
row 32 : philadelphia | united states | None | None | 6018800 | 2012
row 33 : pune | india | None | None | 5049968 | 2011
row 34 : ruhr | germany | None | None | 5135136 | 2012
row 35 : rio de janeiro | brazil | None | None | 11846530 | 2012
row 36 : sao paulo | brazil | 7 | 18850000 | 19956590 | 2012
row 37 : santiago | chile | None | None | 6683852 | 2012
row 38 : shanghai | china | 10 | 16650000 | None | None
row 39 : seoul | south korea | 2 | 20550000 | 25721000 | 2012
row 40 : singapore | singapore | None | None | 5312000 | 2012
row 41 : tokyo | japan | 1 | 32450000 | 36923000 | 2010 ] Execute this SQL based on the above table: select forstall 2003 est. order by official population desc limit 1 | 32450000 |
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 27 march 1977 | rico perez, alicante | hungary | 1-1 | 1-1 | friendly
row 2 : 2 | 4 october 1978 | maksimir, zagreb | yugoslavia | 0-1 | 1-2 | euro 1980 qualifying
row 3 : 3 | 24 september 1980 | nepstadion, | hungary | 0-1 | 2-2 | friendly
row 4 : 4 | 18 february 1981 | vicente calderon, madrid, | france | 1-0 | 1-0 | friendly
row 5 : 5 | 23 june 1981 | azteca, mexico city | mexico | 0-1 | 1-3 | friendly
row 6 : 6 | 23 june 1981 | azteca, mexico city | mexico | 0-2 | 1-3 | friendly
row 7 : 7 | 28 june 1981 | olimpico, caracas, | venezuela | 0-1 | 0-2 | friendly
row 8 : 8 | 20 june 1982 | luis casanova, valencia, | yugoslavia | 1-1 | 2-1 | 1982 fifa world cup ] Execute this SQL based on the above table: select competition where competition = 'friendly' | friendly, friendly, friendly, friendly, friendly, friendly |
[ header: community | currency | region | target date | notes row 1 : economic and monetary community of central africa (ce | central african cfa franc | africa | None | not yet functioning common market
row 2 : west african economic and monetary union (u | west african cfa franc | africa | None | not yet functioning common market
row 3 : gulf cooperation council (gcc) | khaleeji | middle east | 2013 | possibly gold backed, but postponed
row 4 : east african community (eac) | east african shilling | africa | 2015 | to be used by the future east african
row 5 : caribbean single market and economy (a | None | latin america /caribbean | 2015 | to supplement the oecs eastern ca
row 6 : southern african customs union (sacu | south african rand | africa | 2015 | de facto for the cma member when the
row 7 : southern african development community (sadc | south african rand (interim proposal) | africa | 2016 | to supplement or succeed the cma and southern africa
row 8 : south asian association for regional cooperation | None | south asia | 2016 | None
row 9 : union of south american nations (unasur) | latino | latin america /caribbean | 2019 | None
row 10 : economic community of central african states (ecca | None | africa | None | to supplement the economic and monetary community of central
row 11 : economic community of west african states (eco | None | africa | None | to succeed uemoa and wa
row 12 : african economic community | None | africa | 2028 | see african monetary union
row 13 : union state of russia and belarus | russian ruble | europe | None | None
row 14 : arab league | arab dinar | arab states | None | arab dinar has been proposed ever since the creation ] Execute this SQL based on the above table: select notes group by notes order by count ( notes ) desc limit 1 | not yet functioning common market |
[ header: name of place | number of counties | principal county | lower zip code row 1 : yager junction | 1 | humboldt county | None
row 2 : yale | 1 | riverside county | 92544
row 3 : yankee hill | 1 | butte county | 95965
row 4 : yankee hill | 1 | tuolumne county | None
row 5 : yankee jims | 1 | placer county | 95713
row 6 : yarmouth | 1 | san joaquin county | None
row 7 : yellowjacket | 1 | tehama county | None
row 8 : yerba buena island | 1 | san francisco county | None
row 9 : yermo | 1 | san bernardino county | 92398
row 10 : yettem | 1 | tulare county | 93670
row 11 : ygnacio valley | 1 | contra costa county | 94598
row 12 : yokohl | 1 | tulare county | None
row 13 : yolano | 1 | solano county | 95620
row 14 : yolo | 1 | yolo county | 95697
row 15 : yontocket | 1 | del norte county | None
row 16 : yorba | 1 | los angeles county | 91767
row 17 : yorba linda | 1 | orange county | 92686
row 18 : york | 1 | los angeles county | 90050
row 19 : yorkville | 1 | mendocino county | 95494
row 20 : yosemite forks | 1 | madera county | None
row 21 : yosemite junction | 1 | tuolumne county | 95389
row 22 : yosemite lakes | 1 | madera county | None
row 23 : yosemite lakes park | 1 | madera county | None
row 24 : yosemite lodge | 1 | mariposa county | 95389
row 25 : yosemite national park | 3 | madera county | 95389
row 26 : yosemite national park | 3 | mariposa county | 95389
row 27 : yosemite national park | 3 | tuolumne county | 95389
row 28 : yosemite national park | 1 | mariposa county | 95389
row 29 : yosemite valley | 1 | mariposa county | None
row 30 : yosemite village | 1 | mariposa county | None
row 31 : you bet | 1 | nevada county | None
row 32 : youngstown | 1 | san joaquin county | None
row 33 : yountville | 1 | napa county | 94599
row 34 : yreka | 1 | siskiyou county | 96097
row 35 : yreka city | 1 | siskiyou county | 96097
row 36 : yuba city | 1 | sutter county | 95991
row 37 : yuba city farm labor center | 1 | sutter county | 95991
row 38 : yuba pass | 1 | nevada county | None
row 39 : yuba-sutter area | 2 | sutter county yuba county | None
row 40 : yucaipa | 1 | san bernardino county | 92399
row 41 : yucca inn | 1 | san bernardino county | None
row 42 : yucca valley | 1 | san bernardino county | 92284
row 43 : yurok indian reservation | 2 | del norte county | 95546 ] Execute this SQL based on the above table: select count ( * ) where name of place > 907 | 43 |
[ header: # | event year | season | flag bearer row 1 : 10 | 2012 | summer | nino salukvadze
row 2 : 9 | 2010 | winter | iason abramashvili
row 3 : 8 | 2008 | summer | ramaz nozadze
row 4 : 7 | 2006 | winter | vakhtang murvanidze
row 5 : 6 | 2004 | summer | zurab zviadauri
row 6 : 5 | 2002 | winter | sofia akhmeteli
row 7 : 4 | 2000 | summer | giorgi asanidze
row 8 : 3 | 1998 | winter | sofia akhmeteli
row 9 : 2 | 1996 | summer | giorgi k'andel
row 10 : 1 | 1994 | winter | zurab dzhidzhishvil ] Execute this SQL based on the above table: select season group by season order by count ( * ) desc limit 1 | winter |
[ header: rank | athlete | shooting score (pts) | fencing victories (pts) | swimming time (pts) | riding penalties (pts) | running time (pts) | total row 1 : 4 | deniss cerkovskis (l | 180 (1096) | 19 (916) | 2:09.00 (1252) | 196 (1004) | 9:38.77 (1088) | 5356
row 2 : 6 | michal michalik (cze) | 181 (1108) | 18 (888) | 2:08.51 (1260) | 56 (1144) | 10:17.68 (932) | 5332
row 3 : 7 | eric walther (ger) | 168 (952) | 16 (832) | 2:02.03 (1336) | 84 (1116) | 9:39.36 (1084) | 5320
row 4 : 9 | vakhtang iagorashvil | 171 (988) | 19 (916) | 2:09.11 (1252) | 28 (1172) | 10:13.95 (948) | 5276
row 5 : 10 | rustem sabizkhuzi | 185 (1156) | 18 (888) | 2:12.02 (1216) | 292 (908) | 9:39.60 (1084) | 5252
row 6 : 12 | manuel pradillo (mex) | 178 (1072) | 15 (804) | 2:07.07 (1276) | 168 (1032) | 9:57.68 (1012) | 5196
row 7 : 14 | niklaus brunisholz (su | 180 (1096) | 14 (776) | 2:09.12 (1252) | 196 (1004) | 9:46.75 (1056) | 5184
row 8 : 15 | sebastien deleigne (fra | 180 (1096) | 15 (804) | 2:12.27 (1216) | 196 (1004) | 9:45.31 (1060) | 5180
row 9 : 16 | qian zhenhua | 185 (1156) | 12 (720) | 2:08.52 (1260) | 56 (1144) | 10:27.25 (892) | 5172
row 10 : 18 | akos kallai (hun | 179 (1084) | 18 (888) | 2:14.64 (1188) | 196 (1004) | 10:08.75 (968) | 5132
row 11 : 23 | erik johansson (s | 163 (892) | 12 (720) | 2:06.68 (1280) | 84 (1116) | 10:08.20 (968) | 4976
row 12 : 26 | enrico dell'amore ( | 180 (1096) | 18 (888) | 2:16.63 (1164) | 440 (760) | 9:55.01 (1020) | 4928
row 13 : 27 | alexander parygin (aus) | 169 (964) | 13 (748) | 2:14.14 (1192) | 196 (1004) | 10:01.57 (996) | 4904
row 14 : 28 | vasileios floros (gre | 174 (1024) | 10 (664) | 2:04.40 (1308) | 100 (1100) | 11:02.25 (752) | 4848
row 15 : 32 | marcin horbacz (pol) | 181 (1108) | 18 (888) | 2:04.43 (1308) | 1088 (112) | 10:07.46 (972) | 4388 ] Execute this SQL based on the above table: select count ( * ) where athlete = 10 and athlete = '10:07.46 (972)' | 0 |
[ header: district | representative | party | residence | counties represented row 1 : 1 | ogden driskill | republican | devils tower | converse, crook, goshen
row 2 : 2 | jim anderson | republican | glenrock | converse, platte
row 3 : 3 | curt meier | republican | lagrange | goshen, platte
row 4 : 4 | tony ross | republican | cheyenne | laramie
row 5 : 5 | fred emerich | republican | cheyenne | laramie
row 6 : 6 | wayne johnson | republican | cheyenne | laramie
row 7 : 7 | leslie nutting | republican | cheyenne | laramie
row 8 : 8 | floyd esquibel | democratic | cheyenne | laramie
row 9 : 9 | chris rothfuss | democratic | laramie | albany
row 10 : 10 | phil nicholas | republican | laramie | albany
row 11 : 11 | larry s. hicks | republican | baggs | albany, carbon
row 12 : 12 | bernadine craft | democratic | rock springs | fremont, sweetwater
row 13 : 13 | john hastert | democratic | green river | sweetwater
row 14 : 14 | stan cooper | republican | kemmerer | lincoln, sublette, sweet
row 15 : 15 | paul barnard | republican | evanston | uinta
row 16 : 16 | dan dockstader | republican | afton | lincoln, sublette,
row 17 : 17 | leland christensen | republican | alta | fremont, teton
row 18 : 18 | hank coe | republican | cody | park
row 19 : 19 | r. ray peterson | republican | cowley | big horn, park
row 20 : 20 | gerald geis | republican | worland | big horn, hot springs, park,
row 21 : 21 | bruce burns | republican | sheridan | sheridan
row 22 : 22 | john schiffer | republican | kaycee | sheridan, johnson
row 23 : 23 | john hines | republican | gillette | campbell
row 24 : 24 | michael von flatern | republican | gillette | campbell
row 25 : 25 | cale case | republican | lander | fremont
row 26 : 26 | eli bebout | republican | riverton | fremont
row 27 : 27 | bill landen | republican | casper | natrona
row 28 : 28 | james lee anderson | republican | casper | natrona
row 29 : 29 | drew perkins | republican | casper | natrona
row 30 : 30 | charles scott | republican | casper | natrona ] Execute this SQL based on the above table: select district + district where representative = 'fred emerich' | 10.0 |
[ header: year | film title | genre | cast | notes row 1 : 1988 | tarka | a murder mystery | shankar nag, devaraj | filmfare award for best director - kann
row 2 : 1990 | utkarsha | thriller | dr.ambareesh, | None
row 3 : 1991 | sangarsha | thriller | dr.vishnuvard | None
row 4 : 1994 | nishkarsha | real time thriller | dr.vishnuvard | karnataka state film award for best
row 5 : 1996 | beladingala baale | love story | ananth nag | filmfare award for best director - kann
row 6 : 1997 | nammoora mandara hoove | love story | ramesh aravind, | karnataka state film award for best
row 7 : 1998 | prema raaga haadu | love story | shivrajkumar, nive | None
row 8 : 1999 | pratyartha | thriller | ramesh aravind, | None
row 9 : 2000 | sparsha | love story | sudeep, sudha rani | filmfare award for best director - kann
row 10 : 2001 | parva | a musical love story | dr.vishnuvard | None
row 11 : 2002 | marma | suspense thriller | prema | None
row 12 : 2006 | ramya chaitrakaal | a village love story | sandeep, nanditha | None
row 13 : 2007 | kshana kshana | a suspense thriller | dr.vishnuvard | None
row 14 : 2011 | sarigama | romance | prajwal devaraj, sunil | filming
row 15 : 2013 | tanana tandanan | drama | ramesh aravind, | filming ] Execute this SQL based on the above table: select year where film title = 'beladingala baale' | 1996 |
[ header: no. in series | no. in season | performer | appearance | air date row 1 : 268 | 1 | tom segura | only | 21 january 2011
row 2 : 269 | 2 | michael kosta | only | 21 january 2011
row 3 : 270 | 3 | sheng wang | only | 28 january 2011
row 4 : 271 | 4 | chelsea peretti | only | 28 january 2011
row 5 : 272 | 5 | chris d'elia | only | 4 february 2011
row 6 : 273 | 6 | nate bargatze | only | 4 february 2011
row 7 : 274 | 7 | hari kondabolu | only | 11 february 2011
row 8 : 275 | 8 | jack whitehall | only | 11 february 2011
row 9 : 276 | 9 | al jackson | only | 18 february 2011
row 10 : 277 | 10 | kyle kinane | only | 25 february 2011
row 11 : 278 | 11 | matt fulchiron | only | 25 february 2011
row 12 : 279 | 12 | mike vecchione | only | 4 march 2011
row 13 : 280 | 13 | jessi klein | only | 4 march 2011
row 14 : 281 | 14 | louis katz | only | 11 march 2011
row 15 : 282 | 15 | jay larson | only | 11 march 2011
row 16 : 283 | 16 | natasha leggero | only | 25 march 2011 ] Execute this SQL based on the above table: select performer where no. in season = 7 and no. in season < 1434 | hari kondabolu |
[ 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 count ( * ) where location = 'northcote' | 1 |
[ header: year | name | date | stages | distance | winner | time row 1 : 1982 | marlboro tour | 22 april-9 may | 15 | 2,192 km | jacinto sicam (phi) | 61:29:17
row 2 : 1983 | marlboro tour | 16 april-1 may | 14 | 2,313.11 km | romeo bonzo (phi) | 63:54:31
row 3 : 1984 | marlboro tour | 26 may-10 june | 14 | 2,464 km | ruben carino (phi) | 68:08:49
row 4 : 1985 | marlboro tour | 18 april-12 may | 21 | 3,668.97 km | pepito calip (phi) | 97:04:42
row 5 : 1986 | marlboro tour | 26 april-11 may | 10 | 2,900.77 km | rolando pagnanaw | 77:39:53
row 6 : 1987 | marlboro tour | 21 may-7 june | 17 | 3,282 km | reynaldo dequito | 88:06:50
row 7 : 1988 | marlboro tour | 28 april-15 may | 17 | 3,544.53 km | armando catalan (phi) | 94:44:03
row 8 : 1989 | marlboro tour | 26 april-14 may | 18 | 3,539.47 km | gerardo igos (phi | 95:40:23
row 9 : 1990 | marlboro tour | 18 april-6 may | 18 | 3,317.42 km | manuel buenaventura (phi) | 95:58:38
row 10 : 1991 | marlboro tour | 25 april-12 may | 17 | 2,373.61 km | bernardo llentad | 63:33:17
row 11 : 1992 | marlboro tour | 21 may-7 june | 17 | 2,731.38 km | renato dolosa (phi) | 71:21:49
row 12 : 1993 | marlboro tour | 17 april-9 may | 21 | 3,480 km | carlo guieb (phi) | 91:41:54
row 13 : 1994 | marlboro tour | 17 april-9 may | 20 | 3,563 km | carlo guieb (phi) | 91:24:13
row 14 : 1995 | marlboro tour | 18 march-8 april | 19 | 3,280.33 km | renato dolosa (phi) | 83:43:39
row 15 : 1996 | marlboro tour | 14 april-5 may | 19 | 3,257.29 km | victor espiritu (phi | 80:50:46
row 16 : 1997 | marlboro tour | 16 april-4 may | 16 | 2,472 km | wong kam-po (hkg) | 62:06:28
row 17 : 1998 | marlboro centennial tour | 15 april-3 may | 16 | 2,494 km | warren davadilla (phi) | 64:58:57
row 18 : 1999-2001 | cancelled | cancelled | cancelled | cancelled | cancelled | cancelled ] Execute this SQL based on the above table: select time where winner = 'jacinto sicam (phi)' | 61:29:17 |
[ header: date | winner | runner-up | result | site | attendance row 1 : february 11, 1978 | #2 maryland | #1 nc state | 89-82 | charlottesville, virginia | 1500
row 2 : february 10, 1979 | #1 maryland | #2 nc state | 75-73 | raleigh, north carolina | 3500
row 3 : february 10, 1980 | #1 nc state | #2 maryland | 85-75 | college park, maryland | None
row 4 : february 14, 1981 | #3 maryland | #4 nc state | 64-63 | clemson, south carolina | 300
row 5 : march 6, 1983 | #3 maryland | #1 nc state | 84-81 | fayetteville, north carolin | 2134
row 6 : march 4, 1984 | #5 north carolina | #3 nc state | 99-76 | fayetteville, north carolin | 3733
row 7 : march 3, 1986 | #5 maryland | #2 north carolina | 92-74 | fayetteville, north carolin | 2632
row 8 : march 2, 1987 | #2 nc state | #1 virginia | 57-56 | fayetteville, north carolin | 2987
row 9 : march 7, 1988 | #2 maryland | #1 virginia | 76-70 | fayetteville, north carolin | 1223
row 10 : march 4, 1991 | #3 nc state | #4 clemson | 84-61 | fayetteville, north carolin | 4102
row 11 : march 9, 1992 | #1 virginia | #7 georgia tech | 70-69 | rock hill, south carolina | 4154
row 12 : march 8, 1993 | #1 virginia | #2 maryland | 106-103 3ot | rock hill, south carolina | 3716
row 13 : march 7, 1994 | #2 north carolina | #1 virginia | 77-60 | rock hill, south carolina | 4386
row 14 : march 5, 1995 | #2 north carolina | #4 duke | 95-70 | rock hill, south carolina | 5724
row 15 : march 2, 1997 | #1 north carolina | #6 clemson | 62-58 | charlotte, north carolina | 5543
row 16 : march 1, 1998 | #4 north carolina | #2 clemson | 81-50 | charlotte, north carolina | 5534
row 17 : march 5, 2001 | #1 duke | #3 nc state | 57-45 | greensboro, north carolina | 8933
row 18 : march 4, 2002 | #1 duke | #2 north carolina | 87-80 | greensboro, north carolina | 9204
row 19 : march 10, 2003 | #1 duke | #2 north carolina | 77-59 | greensboro, north carolina | 11127
row 20 : march 7, 2005 | #1 north carolina | #2 duke | 88-67 | greensboro, north carolina | 11578
row 21 : march 5, 2006 | #1 north carolina | #3 maryland | 91-80 | greensboro, north carolina | 10746
row 22 : march 4, 2007 | #2 north carolina | #4 nc state | 60-54 | greensboro, north carolina | 11538
row 23 : march 9, 2008 | #1 north carolina | #3 duke | 86-73 | greensboro, north carolina | 11132
row 24 : march 7, 2010 | #1 duke | #6 nc state | 70-60 | greensboro, north carolina | 9432
row 25 : march 6, 2011 | #1 duke | #6 north carolina | 81-67 | greensboro, north carolina | 9890
row 26 : march 4, 2012 | #3 maryland | #4 georgia tech | 68-65 | greensboro, north carolina | 9122
row 27 : march 10, 2013 | #1 duke | #3 north carolina | 92-73 | greensboro, north carolina | 8166 ] Execute this SQL based on the above table: select attendance where runner-up = '#2 maryland' | 3716.0 |
[ header: date | opponent | site | result | attendance | record row 1 : thu., dec. 5, 1940 | at loyola maryland | alumni gymnasium • baltimore, | l 32-36 | None | 0-1
row 2 : tue., dec. 10, | western maryland | riverside stadium • washington, dc | w 41-29 | None | 1-1
row 3 : thu., dec. 12, 1940 | at american | clendenen gymnasium • washington | w 41-35 | None | 2-1
row 4 : mon., dec. 16, 1940 | george washington | riverside stadium • washington, dc | w 50-42 | None | 3-1
row 5 : wed., dec. 18, 1940 | at loyola chicago | chicago stadium • chicago, | w 38-35 | None | 4-1
row 6 : wed, jan. 8, 1941 | at canisius | buffalo memorial auditorium • buffalo, ny | w 53-35 | None | 5-1
row 7 : fri., jan. 10, 1941 | at temple | philadelphia convention hall • phil | w 46-45 | None | 6-1
row 8 : wed., jan 15, 1941 | at army | hayes gymnasium • west point, n | w 40-28 | None | 7-1
row 9 : thu., jan. 16, 1941 | new york university | riverside stadium • washington, dc | w 36-27 | None | 8-1
row 10 : fri., jan. 17, 1941 | at maryland | ritchie coliseum • | w 51-34 | None | 9-1
row 11 : wed., jan. 22, 1941 | at navy | dahlgren hall • annapolis, | w 38-18 | None | 10-1
row 12 : wed, jan. 29, 1941 | penn state | riverside stadium • washington, dc | w 28-24 ot | None | 11-1
row 13 : wed., feb. 5, | at syracuse | archbold gymnasium • syrac | l 43-49 | None | 11-2
row 14 : thu., feb. | at colgate | huntington gymnasium • hamilton, | w 39-36 | None | 12-2
row 15 : fri., feb. 7, 1941 | at yale | payne whitney gymnasium • | w 41-39 | None | 13-2
row 16 : mon, feb. 10, 1941 | temple | riverside stadium • washington, dc | w 57-49 | 7000 | 14-2
row 17 : wed., feb. 19, | at penn state | recreation hall • state college, pa | l 38-45 | None | 14-3
row 18 : thu., feb. | at scranton | watres armory • scranton, | w 51-40 | None | 15-3
row 19 : fri., feb. 28, 1941 | at fordham | madison square garden • new york, | l 42-52 | None | 15-4
row 20 : thu., mar. 6, 1941 | at george washington | riverside stadium • washington, dc | w 41-34 | None | 16-4 ] Execute this SQL based on the above table: select attendance where site = 'riverside stadium • washington, dc' | 7000.0 |
[ header: rank | area | date | presenter | seven wonders covered row 1 : 1 | south west | 3 may | samantha smith | dartmoor, jurassic coast,
row 2 : 2 | yorkshire & lincolnshire | 9 may | paul hudson | malham cove, the three peaks,
row 3 : 3 | london | 16 may | bill oddie | islands in the river thames, the
row 4 : 4 | the north | 23 may | chris jackson | lake district, river wear, whin sill
row 5 : 5 | the south | 30 may | aubrey manning | the needles, lulworth cove
row 6 : 6 | the midlands | 6 june | dominic heale | kinder scout, dovedale
row 7 : 7 | the west country | 17 june | amanda parr | avebury, symonds
row 8 : 8 | south east | 22 june | kaddy lee-preston | white cliffs of dover, seven sisters ] Execute this SQL based on the above table: select count ( * ) where seven wonders covered = 'malham cove, the three peaks, flamborough head, hornsea mere, the wash, thorne and hatfield moors, spurn head' | 1 |
[ header: year | single | peak chart positions us | peak chart positions us r&b | peak chart positions us a/c | peak chart positions uk row 1 : 1978 | "i'm coming home again" | None | 54 | None | None
row 2 : 1979 | "am i too late" | None | 45 | None | None
row 3 : 1981 | "when a child is born" (with | None | None | None | 74
row 4 : 1985 | "that's what friends are for" ( | 1 | 1 | 1 | 16
row 5 : 1986 | "loving on borrowed time (love theme | None | None | 16 | None
row 6 : 1989 | "licence to kill" | None | 69 | 18 | 6
row 7 : 1990 | "if i knew then what i know | None | None | 10 | None
row 8 : 1991 | "men" | None | 2 | None | None
row 9 : 1991 | "superwoman" (with dionne warwick | None | 19 | None | None
row 10 : 1991 | "meet me in the middle" | None | 78 | None | None
row 11 : 1992 | "where would i be" | None | 66 | None | None
row 12 : 1994 | "i don't want to know" | 113 | 32 | None | None
row 13 : 1994 | "end of the road medley" | None | 76 | None | None
row 14 : 1995 | "next time" | None | 30 | None | None
row 15 : 1996 | "missing you" (with brandy, | 25 | 10 | 30 | None
row 16 : 2010 | "settle" | None | None | None | None
row 17 : 2011 | "i (who have nothing)" | None | None | None | None ] Execute this SQL based on the above table: select peak chart positions us where single = '"missing you" (with brandy, tamia & chaka khan)' | 25 |
[ header: rank | heat | athlete | nationality | time | notes row 1 : 1 | 1 | natalya ivanova | russia | 23.11 | q
row 2 : 2 | 1 | elodie ouedraogo | belgium | 23.23 | q
row 3 : 3 | 2 | yelena yakovlev | russia | 23.37 | q
row 4 : 4 | 1 | monika bejnar | poland | 23.39 | q, sb
row 5 : 5 | 1 | nataliya pyhy | ukraine | 23.4 | q, sb
row 6 : 6 | 2 | laverne jones-ferr | united states virgin islands | 23.49 | q
row 7 : 7 | 1 | alena neumiarzhits | belarus | 23.52 | None
row 8 : 8 | 1 | adrienne power | canada | 23.62 | None
row 9 : 9 | 2 | grazyna prokopek | poland | 23.69 | q
row 10 : 10 | 2 | nikolett listar | hungary | 23.87 | q
row 11 : 11 | 2 | emily maher | ireland | 23.89 | None
row 12 : 12 | 1 | ruth grajeda | mexico | 23.96 | None
row 13 : 13 | 2 | edita kavaliauskiene | lithuania | 24.09 | None
row 14 : 14 | 2 | raquel da costa | brazil | 24.18 | None
row 15 : 15 | 2 | kim wall | great britain | 24.31 | None
row 16 : 16 | 1 | doris tomasini | italy | 24.4 | None ] Execute this SQL based on the above table: select count ( athlete ) where heat = 1 | 8 |
[ header: model | origin | type | version | in service | notes row 1 : larc-v | united states | amphibious support vehicle | larc-v | 5 | most refurbished in 2006
row 2 : gkn aquatrack | united kingdom | amphibious support vehicle | aquatrack | 2 | introduced in mid 1990s. originally owned by the
row 3 : am general hmmwv | united states | light utility vehicle | m998a1 m1038 | None | divided into several variants and series
row 4 : maxi-ambulance | united states | light utility vehicle | m997a2 | 4 | 150 delivered to afp on nov
row 5 : m939 truck | united states | heavy utility vehicle | m923 | None | several delivered to afp in 2013, several
row 6 : m35 truck | united states | 2 1/2-ton utility vehicle | m35 | None | divided into several variants and series. more delivered
row 7 : m151 | united states | 1/4-ton light utility vehicle and weapons carrier | standard | None | in service, several carrying m40 106
row 8 : delta mini cruiser | philippines | 1/4-ton light utility vehicle | m1777 | None | divided into several variants and series, including short
row 9 : marine multi-purpose vehicle | philippines | light utility vehicle and weapons carrier | standard | None | to replace the m151 mutt,
row 10 : km-50 series | republic of korea | 5-ton utility vehicle | km-500 | 12 | 155mm artillery prime mover.
row 11 : km-45 series | republic of korea | 1 1/2-ton utility vehicle | km-450 | >50 | 3000 purchased by afp on 2007,
row 12 : km-45 series | republic of korea | field ambulance | km-451 | 12 | 500 purchased by afp in 2012, ] Execute this SQL based on the above table: select model order by id desc limit 1 | km-45 series |
[ header: from | to | name | party | position row 1 : 1870 | 1897 | eugene bernain | None | None
row 2 : 1897 | None | albert le barillier | None | None
row 3 : 1935 | 1937 | daubin | None | doctor
row 4 : 1937 | 1941 | francois dommain | radical | None
row 5 : 1971 | 1993 | victor mendiboure | udf | None
row 6 : 1993 | 1999 | michel bonnet | udf | None
row 7 : 1999 | 2001 | alain lamassoure | udf | vice president of the udf advisor to
row 8 : 2001 | 2008 | robert villenave | udf ps | vice-president of cabab vice-p ] Execute this SQL based on the above table: select from order by from desc limit 1 | 2001 |
[ 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 player order by to par desc limit 1 | johnny bulla |
[ header: occasion # | location | date | gold | time | silver | time | bronze | time | report row 1 : 1 | chelyabinsk, russia | 18 november | pekka koskela finland | 35 | jan smeekens nether | 35.01 | yuya oikawa | 35.07 |
row 2 : 1 | chelyabinsk, russia | 19 november | joji kato japan | 34.92 | mo tae-bum south | 35.01 | yuya oikawa | 35.14 |
row 3 : 2 | astana, kazakhstan | 25 november | mo tae-bum south | 34.89 | tucker fredricks united | 34.94 | stefan groothuis nether | 35.01 |
row 4 : 2 | astana, kazakhstan | 26 november | jan smeekens nether | 35.05 | mo tae-bum south | 35.06 | tucker fredricks united | 35.19 |
row 5 : 3 | heerenveen, netherlands | 2 december | tucker fredricks united | 34.98 | joji kato japan | 35.07 | mo tae-bum south | 35.08 |
row 6 : 3 | heerenveen, netherlands | 3 december | pekka koskela finland | 35.01 | joji kato japan | 35.02 | jesper hospes netherlands | 35.06 |
row 7 : 4 | salt lake city, united states | 21 january | keiichiro nagashim | 34.37 | jan smeekens nether | 34.4 | tucker fredricks united | 34.45 |
row 8 : 4 | salt lake city, united states | 22 january | dmitry lobkov russia | 34.54 | keiichiro nagashim | 34.57 | tucker fredricks united | 34.6 |
row 9 : 6 | heerenveen, netherlands | 2 march | dmitry lobkov russia | 35.11 | hein otterspeer net | 35.14 | keiichiro nagashim | 35.2 |
row 10 : 6 | heerenveen, netherlands | 3 march | tucker fredricks united | 35.05 | michel mulder netherlands | 35.12 | joji kato japan | 35.16 |
row 11 : 7 | berlin, germany | 9 march | jamie gregg canada | 35.06 | pekka koskela finland | 35.07 | mo tae-bum south | 35.17 |
row 12 : 7 | berlin, germany | 10 march | michel mulder netherlands | 35.01 | mo tae-bum south | 35.04 | jan smeekens nether | 35.08 | ] Execute this SQL based on the above table: select sum ( time ) where time > '35.06' | 280.52000000000004 |
[ header: drop(s) | multiplayer map(s) | spec ops mission(s) | face off map(s) | xbox 360 release date | playstation 3 release date row 1 : 1-2 | liberation & piazza | None | None | 24 january 2012 | 28 february 2012
row 2 : 3 | overwatch | None | None | 21 february 2012 | 29 march 2012
row 3 : 4-6 | black box | black ice & negotiator | None | 13 march 2012 | 12 april 2012
row 4 : 7-8 | sanctuary & foundation | None | None | 10 april 2012 | 10 may 2012
row 5 : 9-12 | oasis | iron clad & kill switch | getaway & lookout | 15 may 2012 | 14 june 2012
row 6 : 13-15 | None | arctic recon | vortex, u-turn & intersection | 19 june 2012 | 19 july 2012
row 7 : 16-18 | decommission & offshore | vertigo | None | 17 july 2012 | 16 august 2012
row 8 : 19-21 | None | special delivery, light 'em up | None | 7 august 2012 | 6 september 2012
row 9 : 22-24 | parish, gulch & boardwalk | None | None | 5 september 2012 | 9 october 2012 ] Execute this SQL based on the above table: select playstation 3 release date where xbox 360 release date = '7 august 2012' | 6 september 2012 |
[ header: # | wrestlers | reign | date | days held | location | event | notes row 1 : 1 | the super destroyers (a.j. pe | 1 | 23-jun-92 | 283 | philadelphia, pa | live event | petrucci and stahl won the titles
row 2 : 9 | kevin sullivan and the | 1 | 4-dec-93 | 92 | philadelphia, pa | hardcore tv #35 | defeat dreamer and shane dou
row 3 : 12 | the public enemy | 2 | 5-nov-94 | 91 | philadelphia, pa | november to remember (1994) | None
row 4 : 15 | the public enemy | 3 | 8-apr-95 | 83 | philadelphia, pa | three way dance | also def. rick steiner (
row 5 : 16 | raven and stevie richards | 1 | 30-jun-95 | 78 | jim thorpe, pa | hardcore tv #115 | aired 7-4-95 on t
row 6 : 17 | the pitbulls (pitbull #1 and pit | 1 | 16-sep-95 | 21 | philadelphia, pa | gangsta's paradise | None
row 7 : 25 | the dudley boyz (buh bu | 1 | 15-mar-97 | 29 | philadelphia, pa | hostile city showdown | aired 3/20/97 on hardcore
row 8 : 26 | the eliminators | 3 | 13-apr-97 | 68 | philadelphia, pa | barely legal | None
row 9 : 30 | the gangstanators (kronus | 1 | 20-sep-97 | 28 | philadelphia, pa | as good as it gets | aired 9-27-97 on
row 10 : 31 | full blooded italians (little gui | 1 | 18-oct-97 | 48 | philadelphia, pa | hardcore tv #236 | aired 11-1-97 on t
row 11 : 32 | doug furnas and phil | 1 | 5-dec-97 | 1 | waltham, ma | live event | None
row 12 : 35 | the dudley boyz | 4 | 24-oct-98 | 8 | cleveland, oh | hardcore tv #288 | aired 10-28-98 on t
row 13 : 37 | the dudley boyz | 5 | 6-nov-98 | 37 | new york, ny | hardcore tv #290 | aired 11-11-98 on t
row 14 : 40 | spike dudley and balls mahoney | 1 | 18-jul-99 | 26 | dayton, oh | heat wave (1999) | None
row 15 : 43 | the dudley boyz | 8 | 26-aug-99 | 0 | new york, ny | ecw on tnn# | aired 9-3-99 on t
row 16 : 44 | tommy dreamer (2) and raven (3) | 1 | 26-aug-99 | 136 | new york, ny | ecw on tnn# | aired 9-3-99 on t
row 17 : 46 | tommy dreamer (3) and masato | 1 | 26-feb-00 | 7 | cincinnati, oh | hardcore tv #358 | aired 3-7-00 on t ] Execute this SQL based on the above table: select wrestlers where location = 'cleveland, oh' and date = 10 order by date asc limit 1 | the dudley boyz |
[ header: player | matches | innings | runs | average | 100s | 50s row 1 : herbie hewett | 10 | 15 | 543 | 38.79 | 1 | 2
row 2 : lionel palairet | 10 | 14 | 408 | 29.14 | 1 | 1
row 3 : bill roe | 8 | 12 | 316 | 28.73 | 0 | 1
row 4 : george nichols | 13 | 18 | 497 | 27.61 | 1 | 3
row 5 : john challen | 9 | 14 | 286 | 20.43 | 0 | 1
row 6 : ted tyler | 13 | 18 | 297 | 18.56 | 0 | 0
row 7 : crescens robinson | 9 | 13 | 162 | 14.73 | 0 | 0
row 8 : albert clapp | 11 | 15 | 159 | 10.60 | 0 | 0 ] Execute this SQL based on the above table: select player where average < ( select average where player = 'herbie hewett' ) | lionel palairet, bill roe, george nichols, john challen, ted tyler, crescens robinson, albert clapp |
[ header: genre | year | title | episode | role | notes row 1 : short film | 1992 | the bet | None | henry | 21 minutes
row 2 : short film | 1996 | sin #8 | None | None | None
row 3 : tv series | 1997 | nothing sacred | "speaking in tongues" | dr. elliott | None
row 4 : film | 1998 | finding north | None | travis furlong | None
row 5 : tv series | 1998 | sex and the city | "oh come all ye faithful" | tom | None
row 6 : tv series | 1999 | homicide: life on the street | "zen and the art of murder" | dennis kohler | None
row 7 : film | 1999 | the general's daughter | None | captain goodson | None
row 8 : tv series | 2000 | law & order: special victims unit | "misleader" "nocturne" | assistant district attorney | None
row 9 : film | 2001 | the anniversary party | None | jerry adams | None
row 10 : tv series | 2001 | the guardian | "loyalties" | the hudson's attorney | None
row 11 : tv film | 2001 | life with judy garland: me and | None | roger edens | None
row 12 : tv series | 2002 | hack | "obsession" | dr. martin shan | None
row 13 : tv series | 2005 | law & order | "mammon" | aaron solomon | 5 episodes total
row 14 : tv series | 2006 | brothers & sisters | "light the lights" | major guinness | None
row 15 : tv series | 2006 | justice | "wrongful death" | lloyd barrett | None
row 16 : tv series | 2006 | law & order | "profiteer" | aaron solomon | 5 episodes total
row 17 : tv series | 2007 | critical situation | "nightmare on mt. | narrator | voice actor; also known as situation critical
row 18 : tv series | 2007 | undercover history | "the hunt for hitler" "the hunt | narrator | voice actor; 6 episodes total
row 19 : tv series | 2008 | undercover history | "unabomber: the secret history" | narrator/himself | voice actor; 6 episodes total
row 20 : film | 2009 | the taking of pelham 123 | None | deputy mayor lasalle | None
row 21 : tv series | 2009 | timewatch | "the real bonnie and clyde | narrator | voice actor
row 22 : tv series | 2010 | the big c | "pilot" "summer time" "there | sean tolkey | 36 episodes total
row 23 : tv series | 2011 | a gifted man | "in case of exposure" | ben tucker | None
row 24 : tv series | 2011 | the good wife | "great firewall" | neil gross | 3 episodes total
row 25 : tv series | 2012 | the big c | "thin ice" "what's | sean tolkey | 36 episodes total ] Execute this SQL based on the above table: select count ( * ) where title = 'the big c' | 2 |
[ header: year | award | category | nominated work | result row 1 : 2005 | mbc drama awards | best new actor | be strong, geum-soon! | won
row 2 : 2005 | mbc drama awards | excellence award, actor | be strong, geum-soon! | won
row 3 : 2007 | kbs drama awards | best couple award with han ji- | capital scandal | won
row 4 : 2007 | kbs drama awards | excellence award, actor in a miniseries | capital scandal | won
row 5 : 2008 | 44th baeksang arts awards | popularity award | hong gil-dong | won
row 6 : 2008 | 28th korean association of film critic | best new actor | rough cut | won
row 7 : 2008 | 29th blue dragon film awards | best new actor | rough cut | won
row 8 : 2008 | 7th korean film awards | best new actor | rough cut | won
row 9 : 2008 | kbs drama awards | best couple award with sung yu | hong gil-dong | won
row 10 : 2008 | kbs drama awards | netizen award | hong gil-dong | won
row 11 : 2009 | 45th baeksang arts awards | best new actor | rough cut | won
row 12 : 2009 | 10th pusan film critics awards | best new actor | rough cut | won
row 13 : 2009 | 46th grand bell awards | best new actor | my girlfriend is an agent | won
row 14 : 2009 | 5th university film festival of korea | best new actor | my girlfriend is an agent | won
row 15 : 2011 | 6th seoul international drama awards | outstanding korean actor | coffee house | nominated
row 16 : 2011 | sbs drama awards | excellence award, actor in a special planning drama | lie to me | nominated
row 17 : 2013 | sbs drama awards | top excellence award, actor in a drama special | incarnation of money | nominated
row 18 : 2014 | 9th asia model festival awards | asia star award | None | won ] Execute this SQL based on the above table: select award where category = 'top excellence award, actor in a drama special' order by year desc limit 1 | sbs drama awards |
[ header: team | year | regular season won | regular season lost | regular season ties | regular season win % | regular season finish | post season won | post season lost | post season win % | post season result row 1 : den | 1981 | 10 | 6 | 0 | 0.625 | 2nd in afc west | None | None | None | None
row 2 : den | 1982 | 2 | 7 | 0 | 0.222 | 5th in afc west | None | None | None | None
row 3 : den | 1983 | 9 | 7 | 0 | 0.563 | 2nd in afc west | 0 | 1 | 0 | lost to seattle seahawks in a
row 4 : den | 1984 | 13 | 3 | 0 | 0.813 | 1st in afc west | 0 | 1 | 0 | lost to pittsburgh steelers in
row 5 : den | 1985 | 11 | 5 | 0 | 0.688 | 2nd in afc west | None | None | None | None
row 6 : den | 1986 | 11 | 5 | 0 | 0.688 | 1st in afc west | 2 | 1 | 0.667 | lost to new york giants in super bowl
row 7 : den | 1987 | 10 | 4 | 1 | 0.714 | 1st in afc west | 2 | 1 | 0.667 | lost to washington redskins in super bowl
row 8 : den | 1988 | 8 | 8 | 0 | 0.5 | 2nd in afc west | None | None | None | None
row 9 : den | 1990 | 5 | 11 | 0 | 0.313 | 5th in afc west | None | None | None | None
row 10 : den total | den total | 110 | 73 | 1 | 0.601 | None | 7 | 6 | 0.538 | None
row 11 : nyg | 1993 | 11 | 5 | 0 | 0.688 | 2nd in nfc east | 1 | 1 | 0.5 | lost to san francisco 49ers
row 12 : nyg | 1994 | 9 | 7 | 0 | 0.563 | 2nd in nfc east | None | None | None | None
row 13 : nyg | 1995 | 5 | 11 | 0 | 0.313 | 4th in nfc east | None | None | None | None
row 14 : nyg | 1996 | 6 | 10 | 0 | 0.375 | 5th in nfc east | None | None | None | None
row 15 : nyg total | nyg total | 31 | 33 | 0 | 0.484 | None | 1 | 1 | 0.5 | None
row 16 : atl | 1997 | 7 | 9 | 0 | 0.438 | 2nd in nfc west | None | None | None | None
row 17 : atl | 2000 | 4 | 12 | 0 | 0.25 | 5th in nfc west | None | None | None | None
row 18 : atl | 2001 | 7 | 9 | 0 | 0.438 | 3rd in nfc south | None | None | None | None
row 19 : atl | 2002 | 9 | 6 | 1 | 0.594 | 2nd in nfc south | 1 | 1 | 0.5 | lost to philadelphia ea
row 20 : atl | 2003 | 3 | 10 | 0 | 0.231 | 4th in nfc south | None | None | None | None
row 21 : atl total | atl total | 49 | 59 | 1 | 0.454 | None | 3 | 2 | 0.6 | None
row 22 : total | total | 190 | 165 | 2 | 0.535 | None | 11 | 9 | 0.55 | None ] Execute this SQL based on the above table: select count ( * ) where post season result = 1 | 0 |
[ header: location | mile | destinations | notes row 1 : woodmont | 0 | i-68 / us 40 (national | western terminus; i-68 exit
row 2 : woodmont | 0.12 | us 40 scenic west (national pike) | us 40 scenic is county-maintained but signed
row 3 : woodmont | 0.25 | woodmont road south | former md 453
row 4 : hancock | 3.52 | us 522 south - berkeley | ramp is unsigned us 522b
row 5 : hancock | 3.67 | limestone road north | unsigned md 894; old alignment
row 6 : hancock | 3.75 | virginia avenue to us 522 north | unsigned us 522c
row 7 : hancock | 5.91 | i-70 / us 40 east ( | eastern terminus; i-70 exit 3 ] Execute this SQL based on the above table: select notes where mile < ( select mile where notes = 'eastern terminus; i-70 exit 3; no direct access from md 144 to i-70 west; use exit 5 to access i-70 and i-68 west' ) order by mile desc limit 1 | unsigned us 522c |
[ header: no. | name | class | games | minutes | points | 2 points (made/attempts) | 2 points (%) | 3 points (made/attempts) | 3 points (%) | free throws (made/attempts) | free throws (%) | rebounds offensive | rebounds defensive | rebounds total | assists | turnovers | steals | blocked shots | personal fouls | fouls drawn row 1 : 4 | sarah vinci | 1 | 7 | 125 | 8 | 4/9 | 44 | None | None | None | None | 2 | 6 | 8 | 1 | 2 | 2 | 1 | 4 | 1
row 2 : 5 | cobi crispin | 4 | 7 | 180 | 72 | 33/77 | 43 | None | None | 6/14 | 43 | 13 | 34 | 47 | 11 | 13 | 4 | 1 | 18 | 17
row 3 : 6 | bridie kean | 4 | 7 | 109 | 16 | 7/26 | 27 | 0/1 | 0 | 2/8 | 25 | 5 | 27 | 32 | 6 | 4 | 6 | None | 8 | 8
row 4 : 7 | amanda carter | 1 | 3 | 38 | 7 | 3/5 | 60 | None | None | 1/1 | 100 | 4 | None | 4 | None | 1 | 1 | None | 1 | 1
row 5 : 8 | tina mckenzie | 3 | 2 | 18 | None | 0/2 | 0 | None | None | None | None | None | 4 | 4 | 2 | 1 | None | None | 2 | None
row 6 : 9 | leanne del toso | 3.5 | 3 | 24 | 4 | 2/7 | 29 | None | None | None | None | 2 | 7 | 9 | 2 | 3 | None | None | 2 | 1
row 7 : 10 | clare nott | 1 | 7 | 212 | 37 | 18/32 | 56 | 0/1 | 0 | 1/7 | 14 | 6 | 14 | 20 | 7 | 7 | 4 | 3 | 10 | 4
row 8 : 11 | kylie gauci | 2 | 7 | 186 | 54 | 24/68 | 35 | 2/6 | 33 | 0/2 | 0 | 4 | 11 | 15 | 28 | 14 | 5 | None | 9 | 12
row 9 : 12 | shelley chaplin | 3.5 | 7 | 166 | 26 | 13/48 | 27 | 0/1 | 0 | 0/7 | 0 | 5 | 15 | 20 | 28 | 10 | 4 | None | 12 | 13
row 10 : 13 | sarah stewart | 3 | 7 | 83 | 25 | 12/27 | 44 | None | None | 1/5 | 20 | 4 | 12 | 16 | 12 | 2 | 2 | None | 7 | 6
row 11 : 14 | katie hill | 3 | 7 | 107 | 25 | 12/30 | 40 | None | None | 1/1 | 100 | 1 | 7 | 8 | 6 | 4 | 2 | None | 4 | 4
row 12 : 15 | amber merritt | 4.5 | 7 | 153 | 83 | 40/77 | 52 | 0/1 | 0 | 3/12 | 25 | 11 | 30 | 41 | 6 | 8 | 5 | 2 | 16 | 16
row 13 : None | team | None | None | None | None | None | None | None | None | None | None | 7 | 12 | 19 | None | None | None | None | None | None
row 14 : None | team totals | None | None | None | 357 | 168/408 | 41 | 2/10 | 20 | 15/57 | 26 | 64 | 179 | 243 | 109 | 84 | 35 | 7 | 93 | 83 ] Execute this SQL based on the above table: select count ( 2 points (made/attempts) ) | 13 |
[ header: township | fips | population center | population | population density /km2 (/sq mi) | land area km2 (sq mi) | water area km2 (sq mi) | water % | geographic coordinates row 1 : ash creek | 2575 | None | 58 | 1 (2) | 93 (36) | 0 (0) | 0.51% | 38°39′17′′n 98°
row 2 : black wolf | 7025 | None | 87 | 1 (2) | 94 (36) | 0 (0) | 0.10% | 38°44′40′′n 98°
row 3 : carneiro | 10800 | None | 57 | 1 (2) | 93 (36) | 0 (0) | 0.36% | 38°45′2′′n 97°
row 4 : clear creek | 13725 | None | 91 | 1 (3) | 94 (36) | 0 (0) | 0.17% | 38°44′10′′n 98°
row 5 : columbia | 15025 | None | 60 | 1 (2) | 94 (36) | 0 (0) | 0.04% | 38°50′5′′n 98°
row 6 : ellsworth | 20525 | None | 797 | 9 (23) | 88 (34) | 0 (0) | 0.23% | 38°43′6′′n 98°
row 7 : empire | 21150 | None | 174 | 1 (3) | 171 (66) | 14 (6) | 7.79% | 38°39′6′′n 98°
row 8 : garfield | 25575 | None | 27 | 0 (1) | 92 (36) | 0 (0) | 0.30% | 38°50′9′′n 98°
row 9 : langley | 38600 | None | 76 | 1 (2) | 92 (35) | 2 (1) | 1.86% | 38°35′33′′n 97°
row 10 : mulberry | 49050 | None | 44 | 0 (1) | 93 (36) | 0 (0) | 0.24% | 38°50′5′′n 97°
row 11 : noble | 50825 | None | 90 | 1 (3) | 93 (36) | 0 (0) | 0.04% | 38°44′51′′n 98°
row 12 : sherman | 64950 | None | 65 | 1 (2) | 94 (36) | 0 (0) | 0.22% | 38°49′21′′n 98°
row 13 : trivoli | 71525 | None | 55 | 1 (2) | 93 (36) | 0 (0) | 0.38% | 38°35′7′′n 98°
row 14 : valley | 72800 | holyrood | 577 | 6 (16) | 93 (36) | 0 (0) | 0.14% | 38°34′22′′n 98° ] Execute this SQL based on the above table: select geographic coordinates order by fips asc limit 1 | 38°39′17′′n 98°12′47′′w / 38.65472°n 98.21306°w |
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 4 | robert kubica | bmw sauber | 70 | 1:36:24.227 | 2 | 10
row 2 : 2 | 3 | nick heidfeld | bmw sauber | 70 | 16.495 | 8 | 8
row 3 : 3 | 9 | david coulthard | red bull-renault | 70 | 23.352 | 13 | 6
row 4 : 4 | 12 | timo glock | toyota | 70 | 42.627 | 11 | 5
row 5 : 5 | 2 | felipe massa | ferrari | 70 | 43.934 | 6 | 4
row 6 : 6 | 11 | jarno trulli | toyota | 70 | 47.775 | 14 | 3
row 7 : 7 | 17 | rubens barrichello | honda | 70 | 53.597 | 9 | 2
row 8 : 8 | 15 | sebastian vettel | toro rosso-ferr | 70 | 54.12 | 19 | 1
row 9 : 9 | 23 | heikki kovalain | mclaren-mercedes | 70 | 54.433 | 7 | None
row 10 : 10 | 7 | nico rosberg | williams-toyota | 70 | 54.749 | 5 | None
row 11 : 11 | 16 | jenson button | honda | 70 | +1:07.540 | 20 | None
row 12 : 12 | 10 | mark webber | red bull-renault | 70 | +1:11.299 | 10 | None
row 13 : 13 | 14 | sebastien bourdais | toro rosso-ferr | 69 | +1 lap | 18 | None
row 14 : ret | 21 | giancarlo fisichella | force india-ferrari | 51 | spun off | 17 | None
row 15 : ret | 8 | kazuki nakajima | williams-toyota | 46 | accident | 12 | None
row 16 : ret | 5 | fernando alonso | renault | 44 | spun off | 4 | None
row 17 : ret | 6 | nelson piquet j | renault | 43 | brakes | 15 | None
row 18 : ret | 1 | kimi raikkonen | ferrari | 19 | collision | 3 | None
row 19 : ret | 22 | lewis hamilton | mclaren-mercedes | 19 | collision | 1 | None
row 20 : ret | 20 | adrian sutil | force india-ferrari | 13 | gearbox | 16 | None ] Execute this SQL based on the above table: select points group by points order by count ( time/retired ) limit 1 | 1.0 |
[ header: year | derby winner | galaxy | draw | chivas row 1 : 2005 | galaxy | 5 | 0 | 0
row 2 : 2006 | galaxy | 2 | 1 | 1
row 3 : 2007 | chivas | 1 | 1 | 2
row 4 : 2008 | galaxy | 1 | 2 | 0
row 5 : 2009 | galaxy | 3 | 2 | 0
row 6 : 2010 | galaxy | 2 | 0 | 0
row 7 : 2011 | galaxy | 2 | 0 | 0
row 8 : 2012 | galaxy | 2 | 0 | 1
row 9 : 2013 | galaxy | 2 | 1 | 0
row 10 : total | None | 20 | 7 | 4 ] Execute this SQL based on the above table: select avg ( year ) where chivas <= 0 | 2009.3333333333333 |
[ header: party | diet representation representatives | diet representation councillors | party leader(s) | comments row 1 : your party (yp) minna no | 18 | 18 | yoshimi watana | conservative liberalism, neoliberalism
row 2 : japanese communist party (j | 8 | 11 | kazuo shii reps | the japanese communist party is
row 3 : people's life party (plp) | 7 | 2 | ichiro ozawa reps | life party was founded by ichiro
row 4 : social democratic party (sdp) s | 2 | 3 | mizuho fukushima co | sdp is a social democratic party
row 5 : green wind midori no kaze みとりの風 | 2 | 0 | kuniko tanioka co | a house of councillors parliamentary group
row 6 : new party daichi - true democrat | 1 | 0 | muneo suzuki | founded in december 2011 by new party da
row 7 : new renaissance party (n | 0 | 1 | yoichi masuzo | conservatism, neoliberalism
row 8 : okinawa socialist masses party (os | 0 | 1 | keiko itokazu coun | social democracy, okinawa regionalism ] Execute this SQL based on the above table: select comments where id = ( select id where diet representation representatives = 1 ) + 1 | conservatism, neoliberalism |
[ header: party | votes | % | swing | seats | change row 1 : australian labor party | 324135 | 51.52 | -0.12 | 26 | -1
row 2 : liberal and country league | 250312 | 39.79 | -3.97 | 20 | 0
row 3 : nationals sa | 24810 | 3.94 | 2.05 | 1 | 1
row 4 : independent | 27178 | 4.32 | 2.86 | 0 | 0
row 5 : other | 2708 | 0.43 | -0.81 | 0 | 0
row 6 : total | 629143 | None | None | 47 | None
row 7 : australian labor party | win | 54.5 | 1.2 | 26 | -1
row 8 : liberal and country league | None | 45.5 | -1.2 | 21 | 1 ] Execute this SQL based on the above table: select party order by party desc limit 1 | total |
[ 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 sum ( capacity ) where opened <= 1978 | 5043.0 |
[ header: name of place | number of counties | principal county | lower zip code row 1 : yager junction | 1 | humboldt county | None
row 2 : yale | 1 | riverside county | 92544
row 3 : yankee hill | 1 | butte county | 95965
row 4 : yankee hill | 1 | tuolumne county | None
row 5 : yankee jims | 1 | placer county | 95713
row 6 : yarmouth | 1 | san joaquin county | None
row 7 : yellowjacket | 1 | tehama county | None
row 8 : yerba buena island | 1 | san francisco county | None
row 9 : yermo | 1 | san bernardino county | 92398
row 10 : yettem | 1 | tulare county | 93670
row 11 : ygnacio valley | 1 | contra costa county | 94598
row 12 : yokohl | 1 | tulare county | None
row 13 : yolano | 1 | solano county | 95620
row 14 : yolo | 1 | yolo county | 95697
row 15 : yontocket | 1 | del norte county | None
row 16 : yorba | 1 | los angeles county | 91767
row 17 : yorba linda | 1 | orange county | 92686
row 18 : york | 1 | los angeles county | 90050
row 19 : yorkville | 1 | mendocino county | 95494
row 20 : yosemite forks | 1 | madera county | None
row 21 : yosemite junction | 1 | tuolumne county | 95389
row 22 : yosemite lakes | 1 | madera county | None
row 23 : yosemite lakes park | 1 | madera county | None
row 24 : yosemite lodge | 1 | mariposa county | 95389
row 25 : yosemite national park | 3 | madera county | 95389
row 26 : yosemite national park | 3 | mariposa county | 95389
row 27 : yosemite national park | 3 | tuolumne county | 95389
row 28 : yosemite national park | 1 | mariposa county | 95389
row 29 : yosemite valley | 1 | mariposa county | None
row 30 : yosemite village | 1 | mariposa county | None
row 31 : you bet | 1 | nevada county | None
row 32 : youngstown | 1 | san joaquin county | None
row 33 : yountville | 1 | napa county | 94599
row 34 : yreka | 1 | siskiyou county | 96097
row 35 : yreka city | 1 | siskiyou county | 96097
row 36 : yuba city | 1 | sutter county | 95991
row 37 : yuba city farm labor center | 1 | sutter county | 95991
row 38 : yuba pass | 1 | nevada county | None
row 39 : yuba-sutter area | 2 | sutter county yuba county | None
row 40 : yucaipa | 1 | san bernardino county | 92399
row 41 : yucca inn | 1 | san bernardino county | None
row 42 : yucca valley | 1 | san bernardino county | 92284
row 43 : yurok indian reservation | 2 | del norte county | 95546 ] Execute this SQL based on the above table: select number of counties where name of place = 'yosemite valley' | 1.0 |
[ header: publication | score | review row 1 : 1up.com | b | →
row 2 : weekly famitsu | 36 of 40 | print
row 3 : gamepro.com | 6.5 of 10 | →
row 4 : gamespot | 7.5 of 10 | →
row 5 : hardcore gamer magazine | 9.5 of 10 | print
row 6 : ign.com | 7.9 of 10 | →
row 7 : nintendo power | 8 of 10 | print
row 8 : play magazine | 7 of 10 | print
row 9 : metacritic | 76 of 100 | → ] Execute this SQL based on the above table: select score where id = ( select id where score = '36 of 40' ) - 1 | b |
[ header: name | party | took office | left office row 1 : glenlyon campbell | conservative | 1903 | 1908
row 2 : duncan cameron | conservative | 1908 | 1910
row 3 : sam hughes | conservative | 1910 | 1915
row 4 : william findlater | liberal | 1915 | 1922
row 5 : arthur berry | progressive | 1922 | 1932
row 6 : None | liberal-progressive | 1932 | 1936
row 7 : stanley fox | social credit | 1936 | 1940
row 8 : None | social credit (coalition) | 1940 | 1949
row 9 : ray mitchell | liberal-progressive | 1949 | 1958 ] Execute this SQL based on the above table: select name where name in ( 'sam hughes' , 'william findlater' ) order by left office desc limit 1 | william findlater |
[ header: pos | class | no | team | drivers | chassis | engine | laps row 1 : 22 | s 5.0 | 8 | david brown | reg parnell roy salvadori | aston martin db3 | aston martin 2.9l super | 222
row 2 : 26 | s 750 | 58 | automobiles panhard et levass | pierre chancel robert chancel | monopole x88 | panhard 0.6l flat-2 | 157
row 3 : 27 | s 1.5 | 41 | porsche kg | hans herrmann helmut | porsche 550/4 rs 1500 spy | porsche 1.5l flat-4 | 148
row 4 : 31 | s 5.0 | 6 | briggs cunningham | phil walters john fitch | ferrari 375mm | ferrari 4.5l v12 | 120
row 5 : 36 | s 5.0 | 12 | jaguar cars ltd | stirling moss peter walker | jaguar d-type | jaguar 3.4l i6 | 92
row 6 : 37 | s 5.0 | 3 | scuderia ferrari | umberto maglioli paolo | ferrari 375 plus | ferrari 5.0l v12 | 88
row 7 : 41 | s 3.0 | 22 | david brown | carroll shelby paul frere | aston martin db3 | aston martin 2.9l | 74
row 8 : 42 | s 750 | 50 | guy michel et andre | guy michel andre guillard | renault 4cv | renault 0.7l i4 | 73
row 9 : 43 | s 3.0 | 21 | david brown | ian stewart graham whitehead | aston martin db3 | aston martin 2.9l | 64
row 10 : 46 | s 2.0 | 37 | automobiles frazer nash lt | rodney f. peacock ger | frazer nash le mans | bristol 2.0l i6 | 49
row 11 : 47 | s 5.0 | 10 | pierre levegh | pierre levegh lino | talbot-lago t26 | talbot-lago 4.4l | 33
row 12 : 50 | s 750 | 66 | jacques faucher | jacques faucher jean | renault 4cv | renault 0.7l i4 | 20
row 13 : 51 | s 750 | 51 | automobiles deutsch et bonnet | pierre-louis dreyf | db hbr | renault 0.7l i4 | 8
row 14 : 52 | s 750 | 53 | nardi et co | alexandre gacon dr. | nardi 750lm | crosley 0.7l i4 | 7
row 15 : 53 | s 5.0 | 18 | luigi chinetti | porfirio rubirosa innocente | ferrari 375mm berlinetta | ferrari 4.5l v12 | 5
row 16 : 54 | s 750 | 60 | automobiles panhard et levass | lucien pailler jacques dew | panhard x88 | panhard 0.6l flat-2 | 5
row 17 : 55 | s 1.5 | 40 | porsche kg | richard von frankenberg helm | porsche 550/4 rs 1500 spy | porsche 1.5l flat-4 | 4 ] Execute this SQL based on the above table: select chassis order by no limit 1 | ferrari 375 plus |
[ header: | year | location | name | guest(s) of honour row 1 : 1 | 1998 | linkoping | confuse 98 | paul j. mcauley
row 2 : 2 | 1999 | uppsala | upsala: 1999 | michael swanwick
row 3 : 3 | 2000 | stockholm | nasacon 2000 | brian m. stableford,
row 4 : 4 | 2001 | stockholm | fantastika 2001 | robin hobb, rober
row 5 : 5 | 2002 | linkoping | confuse 2002 | china mieville, gwyneth
row 6 : 6 | 2003 | uppsala | upsala sf-mote | alastair reynolds,
row 7 : 7 | 2004 | stockholm | swecon 2004 | m. john harrison, da
row 8 : 8 | 2005 | gothenburg | conceive | charles stross, e
row 9 : 9 | 2006 | stockholm | imagicon | joe haldeman, geoff
row 10 : 10 | 2007 | gothenburg | conviction | richard morgan, john a
row 11 : 11 | 2008 | linkoping | confuse 2008 | cory doctorow, adam rob
row 12 : 12 | 2009 | stockholm | imagicon 2 | liz williams, graham
row 13 : 13 | 2010 | gothenburg | condense | justina robson, nen
row 14 : 14 | 2011 | stockholm | eurocon 2011 | elizabeth bear, i
row 15 : 15 | 2012 | uppsala | kontrast | sara bergmark elfgren,
row 16 : 16 | 2013 | stockholm | fantastika 2013 | lavie tidhar, jo ] Execute this SQL based on the above table: select name order by year limit 1 | confuse 98 |
[ header: name | rank - 2000 | number | country of origin | england - 2001 row 1 : smith | 1 | 2376207 | england, scotland | smith
row 2 : johnson | 2 | 1857160 | england | jones
row 3 : williams | 3 | 1534042 | england, wales | taylor
row 4 : brown | 4 | 1380145 | england, ireland, | brown
row 5 : jones | 5 | 1362755 | england, wales | williams
row 6 : miller | 6 | 1127803 | england, ireland, | wilson
row 7 : davis | 7 | 1072335 | england, wales | johnson
row 8 : garcia | 8 | 858289 | spain | davies
row 9 : rodriguez | 9 | 804240 | spain | robinson
row 10 : wilson | 10 | 783051 | england, scotland | wright ] Execute this SQL based on the above table: select max ( rank - 2000 ) where name = 'garcia' | 8.0 |
[ header: date | event | headline act(s) | supporting act(s) row 1 : july 2002 | move festival | david bowie, new order, green day | None
row 2 : september 2002 | None | oasis | richard ashcroft
row 3 : july 2003 | move festival | r.e.m | john squire, badly drawn boy
row 4 : july 2004 | move festival | the cure, morrissey | None
row 5 : june 2006 | None | richard ashcroft | razorlight
row 6 : june 2006 | None | foo fighters | the strokes, angels & airwave
row 7 : july 2007 | 'mini-festival' | arctic monkeys | supergrass, the coral, the parrots
row 8 : june 2008 | world tour | radiohead | None
row 9 : august 2008 | accelerate tour | r.e.m | None
row 10 : june 2009 | circus tour | take that | the script, lady gaga
row 11 : september 2009 | suicide tour | coldplay | jay-z
row 12 : june 2010 | None | green day | frank turner
row 13 : september 2010 | None | muse | editors, band of skulls, pulled apart by
row 14 : june 2011 | None | bon jovi | None
row 15 : june 2011 | None | kings of leon | white lies, mona ] Execute this SQL based on the above table: select headline act(s) where headline act(s) != 'green day' and date = 'july 2002' | david bowie, new order, green day |
[ header: year | division | league | regular season | playoffs | open cup row 1 : 2006 | 4 | usl pdl | 4th, heartland | did not qualify | did not qualify
row 2 : 2007 | 4 | usl pdl | 2nd, heartland | conference semifinals | did not qualify
row 3 : 2008 | 4 | usl pdl | 4th, heartland | did not qualify | 1st round
row 4 : 2009 | 4 | usl pdl | 4th, heartland | did not qualify | did not qualify
row 5 : 2010 | 4 | usl pdl | 5th, heartland | did not qualify | did not qualify
row 6 : 2011 | 4 | usl pdl | 5th, heartland | did not qualify | did not qualify
row 7 : 2012 | 4 | usl pdl | 7th, heartland | did not qualify | did not qualify
row 8 : 2013 | 4 | usl pdl | 5th, heartland | did not qualify | did not qualify ] Execute this SQL based on the above table: select open cup group by open cup order by count ( division ) asc limit 1 | 1st round |
[ header: # | title | songwriters | producer(s) | performer (s) row 1 : 1 | "a dream" | l. lynn, w | will.i.am | common, will.i.am
row 2 : 2 | "listen!!!" | t.k. greene, k | kwame | talib kweli
row 3 : 3 | "it's r time [lenky | j. ortega, v. | None | jeannie ortega
row 4 : 4 | "when the ship goes down (dia | l. freese, l. | dj muggs | cypress hill
row 5 : 5 | "hip hop hooray" | v. brown, a. cri | naughty by nature | naughty by nature
row 6 : 6 | "keep ya head up" | t. shakur, d | dj daryl | 2pac
row 7 : 7 | "code of the streets" | k. elam, c | dj premier | gang starr
row 8 : 8 | "rebirth of slick (cool like | i. butler, c. | butterfly | digable planets
row 9 : 9 | "officer" | t. hardson, j. mar | j-swift | the pharcyde
row 10 : 10 | "this is how we do it" | m. jordan, o. | montell jordan, oji pier | montell jordan
row 11 : 11 | "colors" | w. adams | will.i.am | will.i.am
row 12 : 12 | "bus ride" | w. adams | will.i.am | will.i.am
row 13 : 13 | "riots" | m. isham, w. | None | mark isham, miri ben-ari
row 14 : 14 | "eva's theme" | m. isham | None | mark isham
row 15 : 15 | "anne frank" | m. isham | None | mark isham, miri ben-ari ] Execute this SQL based on the above table: select title where producer(s) < ( select producer(s) where songwriters = 'w. adams' ) order by producer(s) desc limit 1 | "hip hop hooray" |
[ header: rank | country | winners | runners-up | finals total row 1 : 1 | spain | 17 | 8 | 25
row 2 : 2 | germany east germany | 11 1 12 | 10 3 13 | 21 4 25
row 3 : 3 | soviet union russia | 2 1 3 | 1 0 1 | 3 1 4
row 4 : 4 | hungary | 2 | 3 | 5
row 5 : 5 | belarus | 2 | 0 | 2
row 6 : 6 | france | 1 | 3 | 4
row 7 : 7 | sweden | 0 | 2 | 2
row 8 : 8 | bosnia & herzegov | 0 | 1 | 1
row 9 : 8 | croatia | 0 | 1 | 1
row 10 : 8 | czech republic | 0 | 1 | 1
row 11 : 8 | denmark | 0 | 1 | 1
row 12 : 8 | romania | 0 | 1 | 1
row 13 : 8 | serbia | 0 | 1 | 1
row 14 : 8 | switzerland | 0 | 1 | 1
row 15 : total | total | 37 | 37 | 74 ] Execute this SQL based on the above table: select rank where runners-up = ( select runners-up where rank = 5 ) + 1 | 3, 8, 8, 8, 8, 8, 8, 8 |
[ header: rank | film | year | opening weekend (three day) | inflation-adjusted (2014 usd) row 1 : 1 | marvel's the avengers | 2012 | $207,438,708 | $213,091,480
row 2 : 2 | iron man 3 | 2013 | $174,144,585 | $176,308,953
row 3 : 3 | harry potter and the deathly hall | 2011 | $169,189,427 | $177,373,590
row 4 : 4 | the dark knight rises | 2012 | $160,887,295 | $165,271,526
row 5 : 5 | the dark knight | 2008 | $158,411,483 | $173,518,111
row 6 : 6 | the hunger games: catching fire | 2013 | $158,074,286 | $160,038,924
row 7 : 7 | the hunger games | 2012 | $152,535,747 | $156,692,396
row 8 : 8 | spider-man 3 | 2007 | $151,116,516 | $171,876,545
row 9 : 9 | the twilight saga: | 2009 | $142,839,137 | $157,018,918
row 10 : 10 | the twilight saga: | 2012 | $141,067,634 | $144,911,773
row 11 : 11 | the twilight saga: | 2011 | $138,122,261 | $144,803,619
row 12 : 12 | pirates of the caribbean: dead | 2006 | $135,634,554 | $158,673,173
row 13 : 13 | iron man 2 | 2010 | $128,122,480 | $138,563,103
row 14 : 14 | harry potter and the deathly hall | 2010 | $125,017,372 | $135,204,962
row 15 : 15 | shrek the third | 2007 | $121,629,270 | $138,338,411
row 16 : 16 | man of steel | 2013 | $116,619,362 | $118,068,774
row 17 : 17 | alice in wonderland | 2010 | $116,101,023 | $125,562,025
row 18 : 18 | spider-man | 2002 | $114,844,116 | $150,582,840
row 19 : 19 | pirates of the caribbean: at | 2007 | $114,732,820 | $130,494,543
row 20 : 20 | toy story 3 | 2010 | $110,307,189 | $119,296,055
row 21 : 21 | transformers: revenge of the fallen | 2009 | $108,966,307 | $119,783,499
row 22 : 22 | star wars episode iii: revenge | 2005 | $108,435,841 | $130,939,650
row 23 : 23 | shrek 2 | 2004 | $108,037,878 | $134,895,074
row 24 : 24 | x-men: the last stand | 2006 | $102,750,665 | $120,203,691
row 25 : 25 | harry potter and the goblet | 2005 | $102,685,961 | $123,996,491
row 26 : 26 | indiana jones and the kingdom of | 2008 | $100,137,835 | $109,687,301 ] Execute this SQL based on the above table: select count ( film ) where inflation-adjusted (2014 usd) < '$134,895,074' | 26 |
[ header: year | host | gold | silver | bronze row 1 : 1976 | paraguay (asuncion) | brazil | paraguay | argentina
row 2 : 1981 | peru (lima) | brazil | colombia | argentina
row 3 : 1986 | colombia (cucuta) | brazil | colombia | peru
row 4 : 1987 | argentina (mar del plata) | argentina | brazil | chile
row 5 : 1990 | ecuador (ibarra) | brazil | argentina | ecuador
row 6 : 1992 | chile (santiago) | brazil | argentina | colombia
row 7 : 1995 | brazil (sao ro | colombia | brazil | argentina
row 8 : 1996 | ecuador (quito) | argentina | brazil | colombia
row 9 : 1998 | chile (ancud) | brazil | argentina | bolivia
row 10 : 2000 | venezuela (san feli | brazil | argentina | venezuela
row 11 : 2002 | chile (santiago) | ecuador | chile | paraguay
row 12 : 2004 | bolivia (quillacollo) | brazil | argentina | bolivia
row 13 : 2005 | paraguay (asuncion) | argentina | brazil | paraguay
row 14 : 2007 | venezuela (guanare) | venezuela | argentina | brazil
row 15 : 2009 | chile (santiago) | brazil | chile | argentina
row 16 : 2011 | colombia (pasto) | colombia | argentina | brazil
row 17 : 2013 | ecuador (portoviejo) | brazil | argentina | chile ] Execute this SQL based on the above table: select host , bronze where year = ( select max ( year ) where host = 'bolivia (quillacollo)' ) + 1 | paraguay (asuncion), paraguay |
[ header: year | total | romanians | hungarians | roma row 1 : 1850 | 4,541 | 69.3% | 23.9% | 6.5%
row 2 : 1880 | 4,636 | 63.0% | 30.2% | None
row 3 : 1890 | 5,499 | 62.7% | 31.6% | None
row 4 : 1900 | 5,553 | 64.3% | 29.7% | None
row 5 : 1910 | 6,234 | 64.6% | 30.4% | None
row 6 : 1920 | 5,887 | 71.6% | 27.9% | None
row 7 : 1930 | 6,456 | 70.5% | 22.8% | 2.6%
row 8 : 1941 | 6,981 | 78.3% | 19.4% | None
row 9 : 1956 | 6,649 | 74.7% | 19.0% | 6.0%
row 10 : 1966 | 6,991 | 80.9% | 17.3% | 1.7%
row 11 : 1977 | 7,089 | 78.1% | 16.9% | 4.9%
row 12 : 1992 | 5,723 | 74.1% | 14.2% | 11.6%
row 13 : 2002 | 5,506 | 74.4% | 12.0% | 13.6%
row 14 : 2011 | 4,574 | 70.7% | 11.2% | 17.9% ] Execute this SQL based on the above table: select ( select total where hungarians = '11.2%' ) - ( select total where hungarians = '31.6%' ) | -925.0 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | united states (usa) | 5 | 0 | 0 | 5
row 2 : 2 | italy (ita) | 1 | 1 | 1 | 3
row 3 : 3 | poland (pol) | 1 | 1 | 0 | 2
row 4 : 4 | finland (fin) | 1 | 0 | 4 | 5
row 5 : 5 | czechoslovakia (t | 1 | 0 | 0 | 1
row 6 : 5 | hungary (hun) | 1 | 0 | 0 | 1
row 7 : 7 | soviet union (urs) | 0 | 2 | 4 | 6
row 8 : 8 | south africa (rsa) | 0 | 1 | 3 | 4
row 9 : 9 | argentina (arg) | 0 | 1 | 1 | 2
row 10 : 9 | germany (ger) | 0 | 1 | 1 | 2
row 11 : 9 | romania (rou) | 0 | 1 | 1 | 2
row 12 : 9 | sweden (swe) | 0 | 1 | 1 | 2
row 13 : 13 | ireland (irl) | 0 | 1 | 0 | 1
row 14 : 14 | bulgaria (bul) | 0 | 0 | 1 | 1
row 15 : 14 | denmark (den) | 0 | 0 | 1 | 1
row 16 : 14 | france (fra) | 0 | 0 | 1 | 1
row 17 : 14 | south korea (kor) | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select ( select silver where nation = 'italy (ita)' ) - ( select silver where nation = 'finland (fin)' ) | 1.0 |
[ header: date | number | type | captain | casualties | sunk by row 1 : 4-may-43 | u-209 | viic | heinrich brodda | 46 | catalina flying-boat of no. 5
row 2 : 5-may-43 | u-638 | viic | oskar staudinger | 44 | hms sunflower
row 3 : 5-may-43 | u-531 | ixc/40 | herbert neckel | 54 | hms vidette
row 4 : 6-may-43 | u-192 | ixc/40 | werner happe | 55 | hms loosestrife
row 5 : 6-may-43 | u-125 | ixc | ulrich folkers | 54 | hms oribi, hm
row 6 : 6-may-43 | u-630 | viic | werner winkler | 47 | hms vidette
row 7 : 6-may-43 | u-438 | viic | heinrich hensohn | 48 | hms pelican ] Execute this SQL based on the above table: select sunk by where sunk by != 'hms loosestrife' group by sunk by having count ( * ) = 2 | hms vidette |
[ header: week | date | opponent | score | result | attendance | record row 1 : 1 | thursday, aug 11 | vs. winnipeg blue | 35-21 | loss | 31837 | 0-1
row 2 : 2 | monday, aug 15 | at edmonton eskimos | 33-14 | loss | 17500 | 0-2
row 3 : 3 | saturday, aug 20 | vs. saskatche | 27-12 | win | 29532 | 1-2
row 4 : 4 | monday, aug 22 | at calgary stampeders | 26-19 | win | None | 2-2
row 5 : 5 | monday, aug 29 | vs. edmonton | 26-0 | loss | 28420 | 2-3
row 6 : 6 | thursday, sept 1 | at winnipeg blue bombers | 19-14 | loss | 18297 | 2-4
row 7 : 7 | monday, sept 5 | at saskatchewan roughrid | 31-21 | win | 14105 | 3-4
row 8 : 8 | monday, sept 12 | vs. calgary stampeders | 21-21 | tie | 27759 | 3-4-1
row 9 : 9 | saturday, sept 17 | vs. winnipeg blue | 26-14 | loss | 30292 | 3-5-1
row 10 : 10 | monday, sept 19 | at edmonton eskimos | 18-10 | loss | None | 3-6-1
row 11 : 11 | saturday, sept 24 | at calgary stampeders | 28-14 | loss | 13000 | 3-7-1
row 12 : 12 | thursday, oct 6 | vs. edmonton | 21-13 | win | 21707 | 4-7-1
row 13 : 13 | thursday, oct 13 | at winnipeg blue bombers | 49-21 | loss | 16773 | 4-8-1
row 14 : 14 | saturday, oct 15 | at saskatchewan roughrid | 14-14 | tie | 7255 | 4-8-2
row 15 : 15 | saturday, oct 22 | vs. calgary stampeders | 22-10 | loss | 29599 | 4-9-2
row 16 : 16 | saturday, oct 29 | vs. saskatche | 38-0 | win | 21114 | 5-9-2 ] Execute this SQL based on the above table: select record where result = 'win' | 1-2, 2-2, 3-4, 4-7-1, 5-9-2 |
[ header: season | level | division | place row 1 : 2001/02 | 4 | 3a | 4th
row 2 : 2002/03 | 3 | 2ab | 20th
row 3 : 2003/04 | 4 | 3a | 9th
row 4 : 2004/05 | 4 | 3a | 2nd
row 5 : 2005/06 | 4 | 3a | 3rd
row 6 : 2006/07 | 4 | 3a | 7th
row 7 : 2007/08 | 4 | 3a | 9th
row 8 : 2008/09 | 4 | 3a | 14th
row 9 : 2009/10 | 4 | 3a | 6th
row 10 : 2010/11 | 4 | 3a | 19th
row 11 : 2011/12 | 5 | reg. pref | 18th
row 12 : 2012/13 | 6 | 1a reg | 15th
row 13 : 2013/14 | 6 | 1a reg | None ] Execute this SQL based on the above table: select count ( * ) where division = 1 | 0 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | russia | 3 | 0 | 2 | 5
row 2 : 2 | italy | 1 | 1 | 0 | 2
row 3 : 3 | finland | 0 | 1 | 0 | 1
row 4 : 3 | germany | 0 | 1 | 0 | 1
row 5 : 3 | switzerland | 0 | 1 | 0 | 1
row 6 : 6 | france | 0 | 0 | 1 | 1
row 7 : 6 | georgia | 0 | 0 | 1 | 1
row 8 : None | total | 4 | 4 | 4 | 12 ] Execute this SQL based on the above table: select nation order by id desc limit 1 | total |
[ header: rank | airport | passengers handled | % change 2011 / 12 row 1 : 1 | netherlands - amsterdam | 105349 | None
row 2 : 2 | united kingdom - belfast-international | 92502 | None
row 3 : 3 | portugal - faro | 71676 | None
row 4 : 4 | spain - barcelona | 66565 | None
row 5 : 5 | spain - alicante | 64090 | None
row 6 : 6 | spain - malaga | 59175 | None
row 7 : 7 | ireland - dublin | 35524 | None
row 8 : 8 | jersey - jersey | 35169 | 1128
row 9 : 9 | ireland - waterford | 31907 | 25
row 10 : 10 | spain - palma de mallorca | 27718 | None ] Execute this SQL based on the above table: select ( select count ( airport ) where airport = 'jersey - jersey' ) > 5 | 0 |
[ header: season | division | tms. | pos. | fa cup | afc cl row 1 : 2003 | 1 | 12 | 11 | quarter final |
row 2 : 2004 | 1 | 13 | 10 | round of 32 |
row 3 : 2005 | 1 | 13 | 8 | quarter final |
row 4 : 2006 | 1 | 14 | 7 | quarter final |
row 5 : 2007 | 1 | 14 | 12 | round of 16 |
row 6 : 2008 | 1 | 14 | 11 | semi final |
row 7 : 2009 | 1 | 15 | 15 | quarter-final |
row 8 : 2010 | 1 | 15 | 15 | round of 32 |
row 9 : 2011 | 1 | 16 | 12 | round of 32 |
row 10 : 2012 | 1 | 16 | 10 | round of 16 | ] Execute this SQL based on the above table: select fa cup order by fa cup asc limit 1 | quarter final |
[ header: week # | theme | song choice | original artist | order # | result row 1 : audition | auditioner's choice | "tempos modernos" | lulu santos | None | advanced
row 2 : theater | first solo | "a sombra da maldade" | cidade negra | None | advanced
row 3 : top 30 | semi-final/group 3 | "noite do prazer" | claudio zoli | 10 | advanced
row 4 : top 10 | my idol | "paraiso" | claudio zoli | 6 | safe
row 5 : top 9 | male singers | "ultimo romantico" | lulu santos | 8 | safe
row 6 : top 8 | female singers | "lanterna dos afo | cassia eller | 1 | safe
row 7 : top 7 | birth year songs | "frisson" | tunai | 4 | safe
row 8 : top 6 | jovem pan hits | "do seu lado" | jota quest | 6 | safe
row 9 : top 5 | jovem guarda | "o bom" | eduardo araujo | 3 | safe
row 10 : top 5 | jovem guarda | "vem me ajudar" | the fevers | 8 | safe
row 11 : top 4 | brazil regional | "eva" | radio taxi | 3 | safe
row 12 : top 4 | brazil regional | "admiravel gado novo | ze ramalho | 7 | safe
row 13 : top 3 | contestant's choice | "as sete vampiras | leo jaime | 2 | safe
row 14 : top 3 | contestant's choice | "eu me rendo" | fabio junior | 5 | safe
row 15 : top 2 | winner's single | "deixo a voz me | leandro lopes | 2 | winner
row 16 : top 2 | challenging songs | "queixa" | caetano veloso | 4 | winner
row 17 : top 2 | judge's choice | "quero te encon | kid abelha | 6 | winner
row 18 : top 2 | best of the season | "paraiso" | claudio zoli | 8 | winner
row 19 : top 2 | celebrity duet | "admiravel gado novo | ze ramalho | 10 | winner ] Execute this SQL based on the above table: select week # where id = ( select id where week # = 'top 2' ) + 1 | top 2 |
[ header: date | winner | runner-up | result | site | attendance row 1 : february 11, 1978 | #2 maryland | #1 nc state | 89-82 | charlottesville, virginia | 1500
row 2 : february 10, 1979 | #1 maryland | #2 nc state | 75-73 | raleigh, north carolina | 3500
row 3 : february 10, 1980 | #1 nc state | #2 maryland | 85-75 | college park, maryland | None
row 4 : february 14, 1981 | #3 maryland | #4 nc state | 64-63 | clemson, south carolina | 300
row 5 : march 6, 1983 | #3 maryland | #1 nc state | 84-81 | fayetteville, north carolin | 2134
row 6 : march 4, 1984 | #5 north carolina | #3 nc state | 99-76 | fayetteville, north carolin | 3733
row 7 : march 3, 1986 | #5 maryland | #2 north carolina | 92-74 | fayetteville, north carolin | 2632
row 8 : march 2, 1987 | #2 nc state | #1 virginia | 57-56 | fayetteville, north carolin | 2987
row 9 : march 7, 1988 | #2 maryland | #1 virginia | 76-70 | fayetteville, north carolin | 1223
row 10 : march 4, 1991 | #3 nc state | #4 clemson | 84-61 | fayetteville, north carolin | 4102
row 11 : march 9, 1992 | #1 virginia | #7 georgia tech | 70-69 | rock hill, south carolina | 4154
row 12 : march 8, 1993 | #1 virginia | #2 maryland | 106-103 3ot | rock hill, south carolina | 3716
row 13 : march 7, 1994 | #2 north carolina | #1 virginia | 77-60 | rock hill, south carolina | 4386
row 14 : march 5, 1995 | #2 north carolina | #4 duke | 95-70 | rock hill, south carolina | 5724
row 15 : march 2, 1997 | #1 north carolina | #6 clemson | 62-58 | charlotte, north carolina | 5543
row 16 : march 1, 1998 | #4 north carolina | #2 clemson | 81-50 | charlotte, north carolina | 5534
row 17 : march 5, 2001 | #1 duke | #3 nc state | 57-45 | greensboro, north carolina | 8933
row 18 : march 4, 2002 | #1 duke | #2 north carolina | 87-80 | greensboro, north carolina | 9204
row 19 : march 10, 2003 | #1 duke | #2 north carolina | 77-59 | greensboro, north carolina | 11127
row 20 : march 7, 2005 | #1 north carolina | #2 duke | 88-67 | greensboro, north carolina | 11578
row 21 : march 5, 2006 | #1 north carolina | #3 maryland | 91-80 | greensboro, north carolina | 10746
row 22 : march 4, 2007 | #2 north carolina | #4 nc state | 60-54 | greensboro, north carolina | 11538
row 23 : march 9, 2008 | #1 north carolina | #3 duke | 86-73 | greensboro, north carolina | 11132
row 24 : march 7, 2010 | #1 duke | #6 nc state | 70-60 | greensboro, north carolina | 9432
row 25 : march 6, 2011 | #1 duke | #6 north carolina | 81-67 | greensboro, north carolina | 9890
row 26 : march 4, 2012 | #3 maryland | #4 georgia tech | 68-65 | greensboro, north carolina | 9122
row 27 : march 10, 2013 | #1 duke | #3 north carolina | 92-73 | greensboro, north carolina | 8166 ] Execute this SQL based on the above table: select ( select attendance where site = 'charlottesville, virginia' ) - ( select attendance where site = 'greensboro, north carolina' ) | -7433.0 |
[ header: episode | name | synopsis | sent home | highest seller row 1 : 1 | vegas meltdown | nine aspiring restaurateurs arrive in las | ammerah, kimmy | patrick
row 2 : 2 | tantrum in temecula | the restaurant express bus arrives in temecula, | johnathan | eric
row 3 : 3 | express: impossible | the restaurant express bus arrives in los angeles | bianca | none
row 4 : 4 | battle by the beach | the restaurant express bus arrives at the iconic balb | patrick | eric
row 5 : 5 | going, going, gone! | the remaining four contestants are given their biggest budget | eric | adam
row 6 : 6 | the truck stops here! | the three remaining chefs are each given a food | none | adam
row 7 : 7 | vegas or bust | jan and seonkyoung battle to | jan, adam | seonkyoung ] Execute this SQL based on the above table: select name group by name order by count ( synopsis ) desc limit 1 | vegas or bust |
[ header: affiliation | house members 2000 election results | house members at dissolution | senate members on election day 2000 | senate members at dissolution row 1 : liberal party of canada | 172 | 168 | 55 | 65
row 2 : canadian alliance | 66 | None | 1 | None
row 3 : bloc quebecois | 38 | 33 | 0 | 0
row 4 : new democratic party | 13 | 14 | 0 | 0
row 5 : progressive conservative | 12 | None | 35 | None
row 6 : progressive conservative (senate caucus | None | None | None | 3
row 7 : conservative party of canada | None | 72 | None | 24
row 8 : independent | 0 | 10 | 5 | 5
row 9 : total members | 301 | 297 | 96 | 97
row 10 : vacant | 0 | 4 | 9 | 8
row 11 : total seats | 301 | 301 | 105 | 105 ] Execute this SQL based on the above table: select count ( * ) where affiliation = 'bloc quebecois' | 1 |
[ header: constituency | region | name | party | last elected row 1 : 1 | arica and parinacota tarapac | fulvio rossi | ps | 2009
row 2 : 2 | antofagasta | carlos cantero ojeda | ind | 2005
row 3 : 2 | antofagasta | jose antonio gomez | prsd | 2005
row 4 : 3 | atacama | isabel allende | ps | 2009
row 5 : 4 | coquimbo | gonzalo uriarte | udi | 2005
row 6 : 5 | valparaiso | ignacio walker | pdc | 2009
row 7 : 5 | valparaiso | lily perez | rn | 2009
row 8 : 6 | valparaiso | ricardo l. weber | ppd | 2009
row 9 : 6 | valparaiso | francisco chahuan | rn | 2009
row 10 : 7 | santiago | jovino novoa vasque | udi | 2005
row 11 : 8 | santiago | soledad alvear valenzue | pdc | 2005
row 12 : 9 | o'higgins | alejandro garcia-huidobro | udi | 2005
row 13 : 9 | o'higgins | juan pablo letelier morel | ps | 2005
row 14 : 10 | maule | ximena rincon | pdc | 2009
row 15 : 10 | maule | juan antonio colo | udi | 2009
row 16 : 11 | maule | hernan larrain fernandez | udi | 2009
row 17 : 12 | biobio | hosain sabag castill | pdc | 2005
row 18 : 13 | biobio | mariano ruiz-es | pdc | 2005
row 19 : 14 | araucania | jaime quintana | ppd | 2009
row 20 : 14 | araucania | alberto espina otero | rn | 2009
row 21 : 15 | araucania | eugenio tuma | ppd | 2009
row 22 : 15 | araucania | jose garcia ruminot | rn | 2009
row 23 : 16 | los rios (plus district 55) | carlos larrain pena | rn | 2005
row 24 : 16 | los rios (plus district 55) | eduardo frei rui | pdc | 2005
row 25 : 17 | los lagos (minus district 55) | camilo escalona medin | ps | 2005
row 26 : 17 | los lagos (minus district 55) | carlos kuschel silva | rn | 2005
row 27 : 18 | aisen | patricio walker | pdc | 2009
row 28 : 18 | aisen | antonio horvath | rn | 2001
row 29 : 19 | magallanes | carlos bianchi chelech (vic | ind | 2005
row 30 : 19 | magallanes | pedro munoz abur | ps | 2005 ] Execute this SQL based on the above table: select count ( * ) where party = 'ps' | 5 |
[ header: institution | city | state | team name | affiliation | enrollment | home conference row 1 : augustana college (illinois) | rock island | illinois | vikings | private/lutheran | 2500 | cciw
row 2 : aurora university | aurora | illinois | spartans | private/non-sectarian | 1685 | northern
row 3 : beloit college | beloit | wisconsin | buccaneers | private/non-sectarian | 1300 | midwest
row 4 : benedictine university | lisle | illinois | eagles | private/catholic | 3282 | northern
row 5 : carthage college | kenosha | wisconsin | red men | private/lutheran | 2188 | cciw
row 6 : concordia university wisconsin | mequon | wisconsin | falcons | private/lutheran | 1608 | northern
row 7 : university of dubuque | dubuque | iowa | spartans | private/presbyterian | 1559 | iiac
row 8 : elmhurst college | elmhurst | illinois | bluejays | private/united church of christ | 3400 | cciw
row 9 : fontbonne university | st. louis | missouri | griffins | private/catholic | 2924 | sliac
row 10 : college of mount st. josep | cincinnati | ohio | lions | private/catholic | 1334 | hcac
row 11 : north central college | naperville | illinois | cardinals | private/methodist | 2900 | cciw ] Execute this SQL based on the above table: select count ( institution ) where enrollment > 1485 | 9 |
[ header: value | diameter | composition | 1979-1989 obverse | 1979-1989 reverse row 1 : 1 cent | 18 mm | bronze | state arms | frigate birds
row 2 : 2 cents | 21 mm | bronze | state arms | b'abal plant
row 3 : 5 cents | 19 mm | cupronickel | state arms | tokay gecko
row 4 : 10 cents | 24 mm | cupronickel | state arms | breadfruit
row 5 : 20 cents | 29 mm | cupronickel | state arms | dolphins
row 6 : 50 cents | 32 mm | cupronickel | state arms | panda nut plant
row 7 : 1 dollar | 30 mm | cupronickel | state arms | outrigger canoe
row 8 : 2 dollars | 29 mm | nickel-brass | state arms | meeting lodge/"tenth anniversary of independence" ] Execute this SQL based on the above table: select 1979-1989 reverse order by composition desc limit 1 | meeting lodge/"tenth anniversary of independence" |
[ header: year | album | label | peak chart positions us | peak chart positions us r&b row 1 : 1969 | gimme shelter | ode | None | None
row 2 : 1971 | celebration | ode | None | None
row 3 : 1971 | merry clayton | ode | 180 | 36
row 4 : 1975 | keep your eye on the sparrow | ode | 146 | 50
row 5 : 1979 | emotion | fontana | None | None
row 6 : 1994 | miracles | a&m | None | None ] Execute this SQL based on the above table: select label order by year desc limit 1 | a&m |
[ header: code | year row 1 : a | 1927
row 2 : b | 1928
row 3 : c | 1929
row 4 : ch | 1930
row 5 : d | 1931
row 6 : e | 1932
row 7 : f | 1933
row 8 : g | 1934
row 9 : h | 1935
row 10 : i | 1936
row 11 : j | 1937
row 12 : k | 1938
row 13 : l | 1939
row 14 : ll | 1940
row 15 : m | 1941
row 16 : n | 1942
row 17 : n | 1943
row 18 : o | 1944
row 19 : p | 1945
row 20 : q | 1946
row 21 : r | 1947
row 22 : s | 1948
row 23 : t | 1949
row 24 : u | 1950
row 25 : v | 1951
row 26 : x | 1952
row 27 : y | 1953
row 28 : z | 1954
row 29 : a1 | 1955
row 30 : b1 | 1956
row 31 : c1 | 1957
row 32 : ch1 | None
row 33 : d1 | 1958
row 34 : e1 | 1959
row 35 : f1 | 1960
row 36 : g1 | 1961
row 37 : h1 | 1962
row 38 : i1 | 1963
row 39 : j1 | 1964
row 40 : k1 | 1965
row 41 : l1 | 1966
row 42 : ll1 | None
row 43 : m1 | 1967
row 44 : n1 | 1968
row 45 : n1 | 1969
row 46 : o1 | 1970
row 47 : p1 | 1971
row 48 : q1 | 1972
row 49 : r1 | 1973
row 50 : s1 | 1974
row 51 : t1 | 1975
row 52 : u1 | 1976
row 53 : v1 | 1977
row 54 : x1 | 1978
row 55 : y1 | 1979
row 56 : z1 | 1980
row 57 : a2 | 1981
row 58 : b2 | 1982
row 59 : c2 | 1983
row 60 : ch2 | None
row 61 : d2 | 1984
row 62 : e2 | 1985
row 63 : f2 | 1986
row 64 : g2 | 1987
row 65 : h2 | 1988
row 66 : i2 | 1989
row 67 : j2 | 1990
row 68 : k2 | 1991
row 69 : l2 | 1992
row 70 : ll2 | None
row 71 : m2 | 1993
row 72 : n2 | 1994
row 73 : n2 | 1995
row 74 : o2 | 1996
row 75 : p2 | 1997
row 76 : q2 | 1998
row 77 : r2 | 1999
row 78 : s2 | 2000
row 79 : t2 | 2001
row 80 : u2 | 2002
row 81 : v2 | 2003
row 82 : x2 | 2004
row 83 : y2 | 2005
row 84 : z2 | 2006 ] Execute this SQL based on the above table: select year where year in ( 1570 , 1936 ) order by code desc limit 1 | 1936 |
[ header: outcome | no. | date | tournament | surface | partner | opponents | score row 1 : winner | 1 | april 18, 2004 | jackson, united states | clay | alisa kleybanova | cory ann avants kristen | 6-2, 6-3
row 2 : runner-up | 1 | september 26, 2004 | albuquerque, united states | hard | maria emilia salern | maureen drake carly gul | 3-6, 6-7(6-8)
row 3 : winner | 2 | march 27, 2005 | redding, united states | hard | yulia beygelzimer | leanne baker francesca lub | 6-4, 6-7(1-7),
row 4 : runner-up | 2 | may 8, 2005 | raleigh, united states | clay | maria fernanda alves | ashley harkleroad lindsay | 2-6, 6-0, 3-6
row 5 : runner-up | 3 | march 19, 2006 | orange, united states | hard | lilia osterloh | kateryna bondarenko alon | 2-6, 4-6
row 6 : winner | 3 | november 12, 2006 | pittsburgh, united states | hard (i) | alisa kleybanova | ashley harkleroad galina | 6-4, 5-7, 6-1
row 7 : runner-up | 4 | february 11, 2007 | midland, united states | hard (i) | maureen drake | laura granville abigail spears | 4-6, 6-3, 3-6
row 8 : runner-up | 5 | july 7, 2007 | southlake, united states | hard | valerie tetreault | surina de beer kim grant | 6-4, 4-6, 4-6
row 9 : winner | 4 | july 22, 2007 | hamilton, canada | clay | surina de beer | michaela johansson pa | walkover
row 10 : winner | 5 | august 4, 2007 | vancouver, canada | hard | marie-eve pelletier | soledad esperon agustin | 6-4, 6-4
row 11 : winner | 6 | october 21, 2007 | lawrenceville, united states | hard | alisa kleybanova | leanne baker julie ditty | 6-2, 6-0
row 12 : winner | 7 | november 12, 2007 | pittsburgh, united states | hard (i) | alisa kleybanova | raquel kops-jones | 6-4, 4-6, [10-6]
row 13 : runner-up | 6 | april 27, 2008 | dothan, united states | clay | maria fernanda alves | tetiana luzhan | 1-6, 3-6
row 14 : winner | 8 | october 18, 2008 | toronto, canada | hard (i) | marie-eve pelletier | nikola frankova carmen | 6-4, 6-2
row 15 : runner-up | 7 | september 27, 2009 | saguenay, canada | hard (i) | rebecca marino | sofia arvidsson s | 3-6, 1-6
row 16 : runner-up | 8 | april 13, 2013 | poza rica, mexico | hard | olga savch | maria fernanda alvarez | 2-6, 3-6 ] Execute this SQL based on the above table: select date where outcome = 'runner-up' | september 26, 2004, may 8, 2005, march 19, 2006, february 11, 2007, july 7, 2007, april 27, 2008, september 27, 2009, april 13, 2013 |
[ header: crossing | carries | location | coordinates row 1 : chesapeake city bridge | md 213 | chesapeake city, maryland | 39°31′45′′n 75°48
row 2 : summit bridge | us 301 de 71 de 896 | summit, delaware | 39°32′29′′n 75°44
row 3 : chesapeake & delaware | norfolk southern railway | kirkwood, delaware | 39°32′36′′n 75°42
row 4 : chesapeake & delaware | de 1 | st. georges, delaw | 39°33′00′′n 75°39
row 5 : st. georges bridge | u.s. 13 | st. georges, delaw | 39°33′10′′n 75°39
row 6 : reedy point bridge | de 9 | delaware city, delaware | 39°33′30′′n 75°34 ] Execute this SQL based on the above table: select count ( * ) where location is null | 0 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | south korea | 11 | 1 | 2 | 14
row 2 : 2 | chinese taipei | 2 | 2 | 5 | 9
row 3 : 3 | spain | 2 | 0 | 4 | 6
row 4 : 4 | egypt | 1 | 0 | 0 | 1
row 5 : 5 | france | 0 | 2 | 1 | 3
row 6 : 5 | iran | 0 | 2 | 1 | 3
row 7 : 7 | china | 0 | 1 | 1 | 2
row 8 : 7 | cuba | 0 | 1 | 1 | 2
row 9 : 7 | greece | 0 | 1 | 1 | 2
row 10 : 7 | turkey | 0 | 1 | 1 | 2
row 11 : 11 | canada | 0 | 1 | 0 | 1
row 12 : 11 | germany | 0 | 1 | 0 | 1
row 13 : 11 | morocco | 0 | 1 | 0 | 1
row 14 : 11 | philippines | 0 | 1 | 0 | 1
row 15 : 11 | russia | 0 | 1 | 0 | 1
row 16 : 16 | mexico | 0 | 0 | 4 | 4
row 17 : 17 | australia | 0 | 0 | 3 | 3
row 18 : 18 | croatia | 0 | 0 | 2 | 2
row 19 : 18 | united states | 0 | 0 | 2 | 2
row 20 : 20 | ecuador | 0 | 0 | 1 | 1
row 21 : 20 | saudi arabia | 0 | 0 | 1 | 1
row 22 : 20 | thailand | 0 | 0 | 1 | 1
row 23 : 20 | yugoslavia | 0 | 0 | 1 | 1
row 24 : total | total | 16 | 16 | 32 | 64 ] Execute this SQL based on the above table: select nation where nation = 'south korea' | south korea |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.