inputs
stringlengths 291
3.71k
| targets
stringlengths 1
2.65k
|
---|---|
[ header: season | tier | division | pos. | notes row 1 : 2002-03 | 3 | 1a estatal | 9th | None
row 2 : 2003-04 | 3 | 1a estatal | 3rd | None
row 3 : 2004-05 | 3 | 1a estatal | 3rd | None
row 4 : 2005-06 | 3 | 1a estatal | 2nd | promoted
row 5 : 2006-07 | 2 | honor b | 10th | None
row 6 : 2007-08 | 2 | honor b | 11th | None
row 7 : 2008-09 | 2 | honor b | 11th | None
row 8 : 2009-10 | 2 | plata | 5th | None
row 9 : 2010-11 | 2 | plata | 9th | None
row 10 : 2011-12 | 2 | plata | 2nd | promoted
row 11 : 2012-13 | 1 | asobal | 16th | relegated
row 12 : 2013-14 | 2 | plata | None | None ] Execute this SQL based on the above table: select division where pos. = ( select pos. where division = 'honor b' ) + 1 | honor b, honor b |
[ header: team | basic elements | tumbling | stunts | tosses | pyramids | deductions | total score | result row 1 : ccp bobcats | 62 | 54 | 60 | 66 | 70.5 | -4 | 308.5 | champion
row 2 : up pep squad | 61.5 | 61.5 | 61 | 62 | 71 | -11 | 306 | runner-up
row 3 : altas perp squad | 57 | 55.5 | 53.5 | 53.5 | 69.5 | -6 | 283 | third place
row 4 : eac generals pep squad | 55.5 | 46.5 | 57.5 | 55 | 66 | -4 | 276.5 | fourth place
row 5 : ateneo blue babble batallion | 59 | 55.5 | 50 | 47 | 64.5 | -13 | 263 | fifth place
row 6 : adamson pep squad | 56 | 55 | 52.5 | 48.5 | 66 | -19 | 259 | sixth place
row 7 : pup-taguig pep squad | 52 | 45.5 | 49.5 | 48.5 | 65 | -2 | 258.5 | seventh place
row 8 : pup stars | 49 | 46.5 | 50.5 | 49.5 | 64.5 | -12 | 248 | eighth place ] Execute this SQL based on the above table: select ( select deductions where team = 'pup stars' ) - ( select deductions where team = 'eac generals pep squad' ) | -8 |
[ header: country | 2014 | 2013 | 2012 | 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 row 1 : costa rica | (021) 12.23 | (018) 12.08 | (019) -2.25 | (029) 8.08 | (030) 8.00 | (022) 5.10 | (021) 6.50 | (029) 6.67 | (041) 8.50 | (035) 7.63 | (024) 3.83 | (015) 4.25
row 2 : organisation of eastern caribbean states | (036) 20.81 | (034) 19.72 | (025) 0.00 | (057) 16.50 | None | None | None | None | None | None | None | None
row 3 : serbia | (054) 25.05 | (063) 26.59 | (080) 29.00 | (085) 23.00 | (062) 15.50 | (064) 13.50 | (067) 21.00 | (045) 11.50 | (065) 14.83 | (077) 20.13 | (085) 21.33 | (060) 20.75
row 4 : south korea | (057) 25.66 | (050) 24.48 | (044) 12.67 | (042) 13.33 | (069) 15.67 | (047) 9.00 | (039) 12.13 | (031) 7.75 | (034) 7.50 | (048) 11.13 | (049) 9.17 | (039) 10.50
row 5 : mozambique | (079) 29.26 | (073) 28.01 | (066) 21.50 | (098) 26.50 | (082) 19.00 | (090) 20.50 | (073) 23.00 | (045) 11.50 | (049) 10.50 | (064) 16.25 | (063) 14.00 | (070) 23.50
row 6 : republic of the congo | (082) 29.44 | (076) 28.20 | (090) 30.38 | (114) 33.60 | (116) 34.75 | (092) 20.75 | (080) 24.50 | (073) 17.00 | (071) 17.00 | (069) 17.50 | (063) 14.00 | (069) 23.17
row 7 : greece | (099) 31.33 | (084) 28.46 | (070) 24.00 | (070) 19.00 | (035) 9.00 | (031) 7.50 | (030) 9.25 | (032) 8.00 | (018) 4.00 | (033) 7.00 | (031) 6.00 | (019) 5.00
row 8 : seychelles | (103) 31.68 | (093) 29.19 | (073) 25.00 | (065) 18.00 | (072) 16.00 | (074) 15.50 | (104) 33.00 | (095) 24.50 | (071) 17.00 | (083) 23.50 | (093) 26.75 | (060) 20.75
row 9 : macedonia | (123) 36.43 | (116) 34.27 | (094) 31.67 | (068) 18.40 | (034) 8.75 | (042) 8.25 | (036) 11.50 | (045) 11.50 | (043) 8.75 | (049) 11.25 | (051) 9.67 | None
row 10 : india | (140) 40.34 | (140) 41.22 | (131) 58.00 | (122) 38.75 | (105) 29.33 | (118) 30.00 | (120) 39.33 | (105) 26.50 | (106) 27.00 | (120) 38.50 | (128) 39.00 | (080) 26.50 ] Execute this SQL based on the above table: select count ( * ) where 2007 != '(067) 21.00' | 10 |
[ header: title | year | artist(s) | album | writer(s) | producer(s) row 1 : "lucky day (song)" | 2011 | nicola roberts | cinderella's eyes | martina sorbara, dragonette | andras vleminckx
row 2 : "positive" | 2011 | taio cruz | ' | taio cruz, andr | andras vleminckx
row 3 : "broken (kate ryan song | 2010 | kate ryan | electroshock (kate ryan album | anders hansson, kate | anders hansson, felix per
row 4 : "give me more" | 2012 | tara mcdonald | i like this beat | tara mcdonald, luci | andras vleminckx
row 5 : "drop it low (kat deluna | 2011 | kat deluna ft fat | inside out (kat deluna album) | kat deluna, andra | andras vleminckx
row 6 : "8 days a week" | 2012 | jean-roch ft ti | music saved my life | jean-roch, timati, | andras vleminckx
row 7 : "can u feel it" | 2012 | jean-roch ft tara m | music saved my life | jean-roch, tara mcd | andras vleminckx
row 8 : "be there (ballad version)" | 2011 | kat deluna | inside out (kat deluna album) | kat deluna, andra | andras vleminckx
row 9 : "muevete mueve | 2011 | kat deluna | inside out (kat deluna album) | kat deluna, andra | andras vleminckx
row 10 : "hollywood" | 2013 | mitchell niemeyer | ' | andras vleminckx | andras vleminckx ] Execute this SQL based on the above table: select album order by year limit 1 | electroshock (kate ryan album) |
[ header: year | vidhan sabha | members of legislative assembly | winning party | nearest contesting party row 1 : 1951 | 01st vidhan sab | shri hari prasad | sop | inc
row 2 : 1957 | 02nd vidhan sabha | shri bhihari lal | psp | inc
row 3 : 1962 | 03rd vidhan sab | shri durga prasad | inc | psp
row 4 : 1967 | 04th vidhan sabha | shri munendra pal singh | psp | bjs
row 5 : 1969 | 05th vidhan sab | shri tej bhah | bkd | bjs
row 6 : 1974 | 06th vidhan sabha | shri tej bhah | inc | bjs
row 7 : 1977 | 07th vidhan sabha | shri munendra pal singh | jnp | inc
row 8 : 1980 | 08th vidhan sabha | shri tej bhah | inc | jnp
row 9 : 1985 | 09th vidhan sabha | shri tej bhah | inc | jnp
row 10 : 1989 | 10th vidhan sabha | shri harish kumar | jnp | bjp
row 11 : 1991 | 11th vidhan sabha | shri ram saran verm | bjp | inc
row 12 : 1993 | 12th vidhan sabha | shri ram saran verm | bjp | inc
row 13 : 1996 | 13th vidhan sabha | shri anish ahemd k | bsp | bjp
row 14 : 2002 | 14th vidhan sabha | shri anish ahemd k | bsp | bjp
row 15 : 2007 | 15th vidhan sabha | shri anish ahemd k | bsp | bjp
row 16 : 2012 | 16th vidhan sabha | shri ram saran verm | bjp | inc ] Execute this SQL based on the above table: select year where nearest contesting party = 'bjs' | 1967, 1969, 1974 |
[ header: year | film | song | language row 1 : 2005 | the tiger | kaliya visha dhara | malayalam
row 2 : 2006 | chinthamani kolacase | asathoma | malayalam
row 3 : 2006 | the don | theme song | malayalam
row 4 : 2007 | detective | theme song | malayalam
row 5 : 2008 | sound of boot | yamuna sangitaam | malayalam
row 6 : 2009 | kerala cafe (bgm) | lalitham hiranmyam | malayalam
row 7 : 2010 | ringtone | 5 songs | malayalam
row 8 : 2010 | "thriller | bgm | malayalam
row 9 : 2011 | thaazhvaarakaat | 5 songs | malayalam
row 10 : 2012 | shyloo | shyloo | kannada
row 11 : 2012 | crime story | 3 songs | malayalam
row 12 : 2012 | munjane | yaro ob sund | kannada
row 13 : 2012 | sankranthi | belakkilla balali | kannada
row 14 : 2012 | kai thunindavan | 5 songs | tamil ] Execute this SQL based on the above table: select song where year = 2012 and song = '5 songs' | 5 songs |
[ header: pos | no | driver | constructor | lap | gap row 1 : 1 | 98 | walt faulkner | kurtis kraft-offenhaus | 4:27.97 | None
row 2 : 2 | 28 | fred agabashian | kurtis kraft-offenhaus | 4:31.10 | + 3.13
row 3 : 3 | 31 | mauri rose | deidt-offenhauser | 4:32.07 | + 4.10
row 4 : 4 | 5 | george connor | lesovsky-offenhauser | 4:32.39 | + 4.42
row 5 : 5 | 1 | johnnie parsons | kurtis kraft-offenhaus | 4:32.43 | + 4.46
row 6 : 6 | 49 | jack mcgrath | kurtis kraft-offenhaus | 4:33.00 | + 5.03
row 7 : 7 | 69 | duke dinsmore | kurtis kraft-offenhaus | 4:34.67 | + 6.70
row 8 : 8 | 14 | tony bettenhausen | deidt-offenhauser | 4:34.92 | + 6.95
row 9 : 9 | 17 | joie chitwood | kurtis kraft-offenhaus | 4:35.32 | + 7.35
row 10 : 10 | 3 | bill holland | deidt-offenhauser | 4:35.90 | + 7.93
row 11 : 11 | 59 | pat flaherty | kurtis kraft-offenhaus | 4:37.76 | + 9.79
row 12 : 12 | 54 | cecil green | kurtis kraft-offenhaus | 4:30.86 | + 2.89
row 13 : 13 | 18 | duane carter | stevens-offenhauser | 4:33.42 | + 5.45
row 14 : 14 | 21 | spider webb | maserati-offenhauser | 4:37.46 | + 9.49
row 15 : 16 | 2 | myron fohr | marchese-offenhauser | 4:33.32 | + 5.35
row 16 : 17 | 24 | bayliss levrett | adams-offenhauser | 4:34.43 | + 6.46
row 17 : 18 | 45 | dick rathmann | watson-offenhauser | 4:34.96 | + 6.99
row 18 : 19 | 7 | paul russo | nichels-offenhauser | 4:35.25 | + 7.28
row 19 : 21 | 12 | henry banks | maserati-offenhauser | 4:37.68 | + 9.71
row 20 : 22 | 67 | bill schindler | snowberger-offenhauser | 4:31.31 | + 3.34
row 21 : 23 | 8 | lee wallard | moore-offenhauser | 4:31.83 | + 3.86
row 22 : 24 | 55 | troy ruttman | lesovsky-offenhauser | 4:32.91 | + 4.94
row 23 : 26 | 15 | mack hellings | kurtis kraft-offenhaus | 4:35.32 | + 7.35
row 24 : 27 | 22 | jimmy davies | ewing-offenhauser | 4:36.07 | + 8.10
row 25 : 29 | 27 | walt ader | rae-offenhauser | 4:37.05 | + 9.08
row 26 : 30 | 77 | jackie holmes | olson-offenhauser | 4:37.57 | + 9.60
row 27 : 32 | 61 | jimmy jackson | kurtis kraft-cummins | 4:38.62 | + 10.65
row 28 : 33 | 62 | johnny mcdowell | kurtis kraft-offenhaus | 4:37.58 | + 9.61 ] Execute this SQL based on the above table: select driver where driver = 'henry banks' | henry banks |
[ 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 count ( * ) where score = '73-68-70-71=282' | 1 |
[ header: outcome | edition | round | opponent team | surface | opponent | score row 1 : loser | 2010 | world group playoffs | slovakia | clay (i) | daniela hantuchova | 6-2, 6-2
row 2 : winner | 2010 | world group playoffs | slovakia | clay (i) | magdalena rybarikova | 6-1, 7-6(7-4)
row 3 : winner | 2011 | world group ii | canada | hard (i) | aleksandra wozniak | 6-4, 7-5
row 4 : winner | 2011 | world group ii | canada | hard (i) | rebecca marino | 7-6(7-3), 6-3
row 5 : loser | 2011 | world group playoffs | slovakia | clay (i) | dominika cibulkova | 6-4, 3-6, 1-6
row 6 : loser | 2012 | world group | belgium | hard (i) | yanina wickmayer | 4-6, 4-6
row 7 : winner | 2012 | world group | belgium | hard (i) | kirsten flipkens | 6-2, 6-4 ] Execute this SQL based on the above table: select surface order by edition limit 1 | clay (i) |
[ header: year | winners | score | runners up | notes row 1 : 1947 | wellington town reserves | 4-1 | walsall wood | None
row 2 : 1949 | bilston town | 1-0 | oswestry town | None
row 3 : 1950 | brereton social drew | None | None | None
row 4 : 1951 | bloxwich strollers | 1-0 | walsall wood | after extra time
row 5 : 1955 | shelfield athletic | 5-1 | walsall trinity | None
row 6 : 1956 | shelfield athletic | 2-0 | ogley hay | None
row 7 : 1959 | shelfield athletic | 4-0 | walsall wood | None
row 8 : 1960 | shelfield athletic | 3-0 | walsall wood | None
row 9 : 1965 | rushall olympic | 2-1 | brereton social | None
row 10 : 1966 | lower gornal athletic | 4-2 | kidderminster harriers | after extra time
row 11 : 1968 | wrockwardine wood | 2-1 | tamworth | None
row 12 : 1971 | baddesley colliery | 4-3 | atherstone town | aggregate score, 1st leg 2-2,
row 13 : 1973 | bilston town | 1-0 | darlaston | None
row 14 : 1974 | brereton social | 3-2 | warley county borough | after extra time
row 15 : 1977 | blakenall | 1-0 | bilston town | replay, 1st game 0-0 a
row 16 : 1978 | sutton coldfield town | 2-0 | alvechurch | None
row 17 : 1980 | sutton coldfield town | 1-0 | rushall olympic | None
row 18 : 1981 | blakenall | 2-1 | sutton coldfield town | replay, 1st game 1-1 a
row 19 : 1983 | coleshill town | 4-3 | wolverhampton united | None
row 20 : 1984 | atherstone town | 4-0 | tividale | None
row 21 : 1985 | harrisons | 2-0 | wolverhampton united | None
row 22 : 1987 | boldmere st. michaels | 2-0 | bloxwich town | None
row 23 : 1990 | meir ka | 2-1 | rushall olympic | replay, 1st game 0-0 a
row 24 : 1991 | chasetown | 1-0 | blakenall | after extra time
row 25 : 1992 | armitage 90 | 3-2 | meir ka | after extra time
row 26 : 1993 | chasetown | 3-1 | pelsall villa | None
row 27 : 1994 | newcastle town | 1-0 | oldbury united | after extra time
row 28 : 1995 | newcastle town | 1-1 | knypersley victoria | after extra time, newcastle won on penalties
row 29 : 1996 | blakenall | 0-0 | newcastle town | after extra time, blakenall won on
row 30 : 1998 | blakenall | 2-1 | halesowen harriers | None
row 31 : 1999 | blakenall | 3-2 | meir ka | None
row 32 : 2000 | rushall olympic | 2-2 | rocester | after extra time, rushall won 5-4 on
row 33 : 2001 | wolverhampton casuals | 2-0 | sutton coldfield town | None
row 34 : 2002 | bolehall swifts | 4-4 | tividale | after extra time, bolehall won 4
row 35 : 2004 | sutton coldfield town | 3-1 | tividale | None
row 36 : 2005 | chasetown | 2-1 | tividale | None
row 37 : 2006 | boldmere st michaels | 1-0 | tipton town | None ] Execute this SQL based on the above table: select runners up where score = ( select score where runners up = 'wolverhampton united' ) + 1 | walsall trinity |
[ header: name | year | credited with | publisher row 1 : indiana jones and the last cru | 1989 | tester | lucasarts
row 2 : maniac mansion (nes port) | 1990 | tools programmer, scumm | lucasarts
row 3 : the secret of monkey island | 1990 | co-writer, programmer, additional designer | lucasarts
row 4 : monkey island 2: lechuck's revenge | 1991 | co-writer, programmer, additional designer | lucasarts
row 5 : maniac mansion: day of the tent | 1993 | co-designer, co-producer | lucasarts
row 6 : full throttle | 1995 | project leader, writer, designer | lucasarts
row 7 : the curse of monkey island | 1997 | additional design | lucasarts
row 8 : grim fandango | 1998 | project leader, writer, designer | lucasarts
row 9 : star wars: shadows of the empire | 1999 | never actively tried to sabotage the project | lucasarts
row 10 : psychonauts | 2005 | creative director, co-writer, designer | double fine, majesco
row 11 : brutal legend | 2009 | creative director, writer, designer | double fine, electronic arts
row 12 : costume quest | 2010 | creative director, writer | double fine, thq
row 13 : stacking | 2011 | creative director | double fine, thq
row 14 : iron brigade | 2011 | creative director | double fine, microsoft studios
row 15 : sesame street: once upon a monster | 2011 | creative director | double fine, warner bros. interactive entertainment
row 16 : haunt | 2012 | voice actor | nanaon-sha,
row 17 : double fine happy action theater | 2012 | director | double fine, microsoft studios
row 18 : middle manager of justice | 2012 | creative director | double fine, dracogen
row 19 : kinect party | 2012 | creative director | double fine, microsoft studios
row 20 : the cave | 2013 | studio creative director | double fine, sega
row 21 : dropchord | 2013 | creative director | double fine, dracogen
row 22 : spacebase df-9 | 2013 | creative director | double fine, indie fund
row 23 : broken age | 2014 | director, writer | double fine
row 24 : massive chalice | 2014 | creative director | double fine ] Execute this SQL based on the above table: select count ( credited with ) where publisher = 'creative director, writer' | 0 |
[ header: date | round | opponent | venue | result | attendance | scorers row 1 : 16 september 1992 | r1 | lyngby | h | 2-0 | 40036 | hateley, huistra
row 2 : 30 september 1992 | r1 | lyngby | a | 1-0 | 4273 | durrant
row 3 : 21 october 1992 | r2 | leeds united | h | 2-1 | 43251 | mccoist, lukic
row 4 : 4 november 1992 | r2 | leeds united | a | 2-1 | 25118 | hateley, mccoist
row 5 : 25 november 1992 | gs | marseille | h | 2-2 | 41624 | mcswegan, hateley
row 6 : 9 december 1992 | gs | cska moscow | a | 1-0 | 9000 | ferguson
row 7 : 3 march 1993 | gs | club brugge | a | 1-1 | 19000 | huistra
row 8 : 17 march 1993 | gs | club brugge | h | 2-1 | 42731 | durrant, nisbet
row 9 : 7 april 1993 | gs | marseille | a | 1-1 | 46000 | durrant
row 10 : 21 april 1993 | gs | cska moscow | h | 0-0 | 43142 | None ] Execute this SQL based on the above table: select scorers where attendance > 40036 | durrant, mccoist, lukic (o.g.), mcswegan, hateley, ferguson, durrant, nisbet, durrant |
[ header: rank | name | height ft (m) | floors | year | coordinates | notes row 1 : 1 | ordway building | 404 (123) | 28 | 1970 | 37°48′36′′n 122° | tallest building in both oakland and in
row 2 : 2 | kaiser center | 390 (119) | 28 | 1960 | 37°48′32′′n 122° | tallest building constructed in the 1960s
row 3 : 4 | 1111 broadway | 360 (110) | 24 | 1990 | 37°48′10′′n 122° | tallest building constructed in the 1990s
row 4 : 5 | kaiser engineering building | 336 (102) | 25 | 1984 | 37°48′21′′n 122° | None
row 5 : 7= | em harris state office building | 328 (100) | 22 | 1998 | 37°48′23′′n 122° | None
row 6 : 7= | ronald v. dellum | 328 (100) | 18 | 1994 | 37°48′16′′n 122° | None
row 7 : 7= | ronald v. dellum | 328 (100) | 18 | 1994 | 37°48′18′′n 122° | None
row 8 : 10 | oakland city hall | 320 (98) | 14 | 1914 | 37°48′19′′n 122° | tallest building constructed in the 1910s; national
row 9 : 12 | 1330 broadway | 297 (91) | 21 | 1956-1959 | 37°48′14′′n 122° | None
row 10 : 13 | pacific bell building | 296 (90) | 20 | 1985 | 37°48′37′′n 122° | None
row 11 : 14 | 555 city center | 279 (85) | 20 | 2002 | 37°48′13′′n 122° | None
row 12 : 15 | park bellevue tower | 270 (82) | 25 | 1969 | 37°48′28′′n 122° | None
row 13 : 16 | st. paul's towers | 267 (81) | 22 | 1966 | 37°48′42′′n 122° | None
row 14 : 17 | the grand apartments | 263 (80) | 22 | 2008 | 37°48′41′′n 122° | None
row 15 : 18 | central building | 235 (72) | 15 | 1926 | 37°48′15′′n 122° | None
row 16 : 19 | bank of america building | 225 (69) | 18 | 1907 | 37°48′10′′n 122° | tallest building constructed in the decade of 1900 ] Execute this SQL based on the above table: select name where id = ( select id where name = '1111 broadway' order by id desc limit 1 ) + 1 | kaiser engineering building |
[ header: rank | player | from | to | transfer fee (€ million) | year row 1 : 1 | miralem sulejman | heerenveen | ajax | 16.25 | 2008
row 2 : 2 | strootman & merten | utrecht | psv | 13 | 2011
row 3 : 3 | mateja kezman | partizan | psv | 11.3 | 2000
row 4 : 4 | klaas-jan huntelaar | heerenveen | ajax | 9 | 2006
row 5 : 5 | nikos machlas | vitesse | ajax | 8.6 | 1999
row 6 : 6 | zlatan ibrahimovic | malmo ff | ajax | 8.4 | 2001
row 7 : 7 | jan vennegoor of h | twente | psv | 8.2 | 2001
row 8 : 8 | luis suarez | groningen | ajax | 7.5 | 2007
row 9 : 9 | dario cvitanich | banfield | ajax | 7.5 | 2008
row 10 : 10 | ferdi vierklau | tenerife | ajax | 7.3 | 1998
row 11 : 11 | adam maher | az | psv | 6.5 | 2013 ] Execute this SQL based on the above table: select count ( from ) | 11 |
[ header: year | place | gold | silver | bronze row 1 : 1970 | phoenix | united states of america sally carroll | soviet union nadezd | federal republic of germany ortrud f
row 2 : 1974 | thun | soviet union galina zari | czechoslovakia ter | australia judith harrison en
row 3 : 1978 | seoul | denmark kirsten broge bonnie | australia julie aitken patricia | united states of america sally carroll
row 4 : 1982 | caracas | soviet union marina dobrantcheva | hungary palma balogh mart | people's republic of china jian
row 5 : 1986 | suhl | soviet union marina dobrantcheva | france martine guepin eve | albania diana mata eman
row 6 : 1990 | moscow | soviet union yauheniy | sweden kerstin bodin | people's republic of china haiying
row 7 : 1994 | milan | people's republic of china xiaoping | korea soon hee boo | belarus zhanna shitik
row 8 : 1998 | barcelona | people's republic of china yeq | korea eun kyung | mongolia munkhbayar
row 9 : 2002 | lahti | people's republic of china luna ta | russia irina dolgat | united states of america elizabe
row 10 : 2006 | zagreb | people's republic of china ying chen | belarus liudmila | germany munkhbayar dor ] Execute this SQL based on the above table: select bronze order by year desc limit 1 | germany munkhbayar dorjsuren stefanie thurmann claudia verdicchio |
[ header: call sign | frequency | city of license | licensee | format row 1 : kacl | 98.7 fm | bismarck | townsquare media bismarck license, ll | classic hits
row 2 : kauj | 100.9 fm | grafton | simmons broadcasting | oldies
row 3 : kbep-lp | 93.7 fm | bismarck | bismarck educational prayer association | None
row 4 : kbmk | 88.3 fm | bismarck | educational media foundation | contemporary christian
row 5 : kdkt | 1410 am | beulah | digital syndicate network | all sports
row 6 : kdlr | 1240 am | devils lake | double z broadcasting | classic country
row 7 : kdsr | 101.1 fm | williston | williston community broadcasting corp. d | adult hits
row 8 : kegk | 106.9 fm | wahpeton | smahh communications ii | classic hits
row 9 : keya | 88.5 fm | belcourt | keya, inc | country
row 10 : keyz | 660 am | williston | ccr-williston i | news talk information
row 11 : kfaa | 89.5 fm | horace | selah corporation | contemporary christian
row 12 : kfgo | 790 am | fargo | midwest communications, inc | news talk information
row 13 : kfnw | 1200 am | west fargo | northwestern college | religious
row 14 : kjkr | 88.1 fm | jamestown | jamestown college | None
row 15 : kkxl-fm | 92.9 fm | grand forks | citicasters licenses, inc | pop contemporary hit radio
row 16 : kltc | 1460 am | dickinson | cc licenses, llc | classic country
row 17 : kltq | 97.9 fm | beulah | synergy broadcast north dakota, | None
row 18 : kmav-fm | 105.5 fm | mayville | kmsr, inc | country
row 19 : kmsr | 1520 am | mayville | kmsr, inc | all sports
row 20 : kmxa-fm | 99.9 fm | minot | cc licenses, llc | adult contemporary
row 21 : kndc | 1490 am | hettinger | schweitzer media | country
row 22 : kndk | 1080 am | langdon | kndk, inc | news talk information
row 23 : knds-lp | 96.3 fm | fargo | alliance for the arts and humanities | None
row 24 : knox | 1310 am | grand forks | leighton enterprises, inc | news talk information
row 25 : koww-lp | 98.1 fm | burlington | pointe of view institute | None
row 26 : kpfx | 107.9 fm | fargo | l&l licensee, llc | classic rock
row 27 : kppr | 89.5 fm | williston | prairie public broadcasting, inc | variety
row 28 : kqdj-fm | 101.1 fm | valley city | sioux valley broadcasting | pop contemporary hit radio
row 29 : krrz | 1390 am | minot | aloha station trust, llc | oldies
row 30 : krwk | 101.9 fm | fargo | midwest communications, inc | mainstream rock
row 31 : ksjb | 600 am | jamestown | chesterman communications of jamestown, | classic country ] Execute this SQL based on the above table: select count ( call sign ) where frequency < 1139 | 23 |
[ 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 sum ( level ) | 56.0 |
[ header: date | series | circuit | city / state | winner | team | car | report row 1 : 23 feb | atcc round 1 | amaroo park | sydney, new south w | mark skaife | winfield team nissan | nissan skyline r32 | None
row 2 : 8 mar | atcc round 2 | sandown international raceway | melbourne, victoria | john bowe | shell ultra-high racing | ford sierra rs500 | None
row 3 : 15 mar | atcc round 3 | symmons plains raceway | launceston, tasmania | glenn seton | peter jackson racing | ford sierra rs500 | None
row 4 : 5 apr | atcc round 4 | winton motor raceway | benalla, victoria | mark skaife | winfield team nissan | nissan skyline r32 | None
row 5 : 3 may | atcc round 5 | lakeside international raceway | brisbane, queensland | tony longhurst | benson & hedges racing | bmw m3 evolution | None
row 6 : 24 may | atcc round 6 | eastern creek raceway | sydney, new south w | john bowe | shell ultra-high racing | ford sierra rs500 | None
row 7 : 31 may | atcc round 7 | mallala motor sport park | mallala, south australia | mark skaife | winfield team nissan | nissan skyline r32 | None
row 8 : 7 jun | atcc round 8 | barbagallo raceway | perth, western australia | john bowe | shell ultra-high racing | ford sierra rs500 | None
row 9 : 21 jun | atcc round 9 | oran park raceway | sydney, new south w | mark skaife | winfield team nissan | nissan skyline r32 | None
row 10 : 13 sep | drink/drive sandown 500 | sandown international raceway | melbourne, victoria | larry perkins steve harrington | bob jane t-mart | holden vl commodore | report
row 11 : 4 oct | tooheys 1000 | mount panorama circuit | bathurst, new south wales | mark skaife jim richard | winfield team nissan | nissan skyline r32 | report
row 12 : 8 nov | clarke shoes group a finale | adelaide street circuit | adelaide, south australia | jim richards | winfield team nissan | nissan skyline r32 | None ] Execute this SQL based on the above table: select date where date in ( 4 , 12 ) group by date order by count ( * ) desc limit 1 | 4 |
[ header: squad # | position | player | transferred to | fee | date row 1 : 20 | df | lau nim yat | biu chun rangers | free transfer | 5 june 2012
row 2 : 16 | mf | leung chun pong | guangdong sunray cave | free transfer | 12 june 2012
row 3 : 3 | df | yeo jee-hoon | unattached (released) | None | 9 july 2012
row 4 : 8 | mf | xu deshuai | sun pegasus | free transfer (released) | 9 july 2012
row 5 : 11 | mf | li haiqiang | tuen mun | free transfer (released) | 9 july 2012
row 6 : 22 | fw | giovane alves da sil | biu chun rangers | free transfer (released) | 9 july 2012
row 7 : 23 | gk | zhang chunhui | sunray cave jc sun hei | free transfer (released) | 9 july 2012
row 8 : 26 | mf | chan pak hang | sun pegasus | free transfer (released) | 9 july 2012
row 9 : 7 | fw | chan siu ki | guangdong sunray cave | free transfer (released) | 10 july 2012
row 10 : None | mf | kot cho wai | sunray cave jc sun hei | undisclosed | 16 july 2012
row 11 : 6 | df | wong chin hung | biu chun rangers | free transfer | 9 january 2013
row 12 : 33 | fw | mauro rafael | unattached (released) | free transfer | 1 february 2013 ] Execute this SQL based on the above table: select count ( transferred to ) where fee = 'free transfer (released)' | 6 |
[ header: category | | area (sq miles) | area (km2) | population (2011) | density (per km2) row 1 : mainland | aberdeen city | 70 | 182 | 222800 | 1224
row 2 : mainland | aberdeenshire | 2439 | 6317 | 253000 | 40
row 3 : mainland | angus | 843 | 2184 | 116000 | 53
row 4 : mainland | argyll and bute | 2712 | 7023 | 88200 | 13
row 5 : mainland | clackmannanshire | 61 | 158 | 51400 | 325
row 6 : mainland | dumfries and galloway | 2489 | 6446 | 151300 | 23
row 7 : mainland | dundee city | 21 | 55 | 147300 | 2678
row 8 : mainland | east ayrshire | 492 | 1275 | 122700 | 96
row 9 : mainland | east dunbartonshire | 68 | 176 | 105000 | 597
row 10 : mainland | east lothian | 257 | 666 | 99700 | 150
row 11 : mainland | east renfrewshire | 65 | 168 | 90600 | 539
row 12 : mainland | city of edinburgh | 100 | 260 | 476600 | 1833
row 13 : mainland | falkirk | 113 | 293 | 156000 | 532
row 14 : mainland | fife | 517 | 1340 | 365200 | 273
row 15 : mainland | glasgow city | 68 | 175 | 593200 | 3390
row 16 : mainland | highland | 10085 | 26119 | 232100 | 9
row 17 : mainland | inverclyde | 64 | 167 | 81500 | 488
row 18 : mainland | midlothian | 135 | 350 | 83200 | 238
row 19 : mainland | moray | 864 | 2237 | 93300 | 42
row 20 : mainland | north ayrshire | 343 | 888 | 138200 | 156
row 21 : mainland | north lanarkshire | 184 | 476 | 337800 | 710
row 22 : mainland | perth and kinross | 2083 | 5395 | 146700 | 27
row 23 : mainland | renfrewshire | 102 | 263 | 174900 | 665
row 24 : mainland | scottish borders | 1825 | 4727 | 113900 | 24
row 25 : mainland | south ayrshire | 475 | 1230 | 112800 | 92
row 26 : mainland | south lanarkshire | 686 | 1778 | 313800 | 176
row 27 : mainland | stirling | 866 | 2243 | 90200 | 40
row 28 : mainland | west dunbartonshire | 68 | 176 | 90700 | 515
row 29 : mainland | west lothian | 165 | 427 | 175100 | 410
row 30 : None | total mainland | 28260 | 73193 | 5223100 | 71
row 31 : island | na h-eileanan | 1185 | 3070 | 27700 | 8
row 32 : island | orkney islands | 396 | 1025 | 21400 | 21
row 33 : island | shetland islands | 568 | 1471 | 23200 | 15
row 34 : None | total islands | 2149 | 5566 | 72300 | 13
row 35 : None | total scotland | 30409 | 78759 | 5295400 | 67 ] Execute this SQL based on the above table: select where area (sq miles) = 10085 | highland |
[ header: date | result | opponent | event | location | method | round | time row 1 : 2013-12-14 | loss | mohamed diaby | victory, semi finals | paris, france | decision | 3 | 3:00
row 2 : 2013-03-09 | None | juanma chacon | enfusion live: barcelona | barcelona, spain | None | None | None
row 3 : 2012-05-27 | loss | murthel groenhart | k-1 world max 2012 world championship tournament final | madrid, spain | ko (punches) | 3 | 3:00
row 4 : 2012-02-11 | win | francesco tadiello | sporthal de zandbergen | sint-job-in-'t- | ko | 1 | None
row 5 : 2012-01-28 | win | chris ngimbi | it's showtime 2012 in leeu | leeuwarden, netherlands | tko (cut) | 2 | 1:22
row 6 : 2011-09-24 | loss | andy souwer | bfn group & music hall presents | brussels, belgium | extra round decision (split) | 4 | 3:00
row 7 : 2011-04-09 | win | lahcen ait ouss | le grande ko xi | liege, belgium | ko | 1 | None
row 8 : 2011-02-12 | win | henri van opstal | war of the ring | amsterdam, netherlands | decision (unanimous) | 3 | 3:00
row 9 : 2010-09-10 | win | edson fortes | ring sensation gala | utrecht, netherlands | decision | 3 | 3:00
row 10 : 2010-03-21 | loss | mohamed khamal | k-1 world max 2010 west europe tournament | utrecht, netherlands | ko (punch) | 2 | None
row 11 : 2009-11-21 | win | seo doo won | it's showtime 2009 barneveld | barneveld, netherlands | tko (referee stop | 1 | None
row 12 : 2009-09-24 | win | chris ngimbi | it's showtime 2009 lommel | lommel, belgium | extra round decision | 4 | 4:00
row 13 : 2009-04-11 | win | farid riffi | almelo fight for delight | almelo, netherlands | tko | None | None
row 14 : 2009-03-14 | win | viktor sarezki | war of the ring | belgium | ko (punch to the body) | 1 | None
row 15 : 2009-02-21 | win | pedro sedarous | turnhout gala | turnhout, belgium | decision | 5 | 3:00
row 16 : 2009-01-31 | win | dahou naim | tielrode gala | tielrode, belgium | 2nd extra round decision | 5 | 3:00
row 17 : 2008-09-20 | win | abdallah mabel | s-cup europe 2008, reserve bout | gorinchem, netherlands | decision | 3 | 3:00
row 18 : 2008-09-14 | win | jordy sloof | the outland rumble | rotterdam, netherlands | ko (right cross) | 1 | None
row 19 : 2008-03-08 | win | naraim ruben | lommel gala | lommel, belgium | tko (retirement) | 3 | None
row 20 : 2008-02-23 | win | pierre petit | st. job gala | st. job, belgium | ko (right punch) | 2 | None ] Execute this SQL based on the above table: select count ( event ) where time = '3:00' | 0 |
[ header: date | opponents | h / a | result f - a | scorers | attendance row 1 : 26 august 1933 | plymouth argyle | a | 0 - 4 | None | 25700
row 2 : 30 august 1933 | nottingham forest | h | 0 - 1 | None | 16934
row 3 : 2 september 1933 | lincoln city | h | 1 - 1 | green | 16987
row 4 : 7 september 1933 | nottingham forest | a | 1 - 1 | stewart | 10650
row 5 : 9 september 1933 | bolton wanderers | h | 1 - 5 | stewart | 21779
row 6 : 16 september 1933 | brentford | a | 4 - 3 | brown (2), frame, hine | 17180
row 7 : 23 september 1933 | burnley | h | 5 - 2 | dewar (4), brown | 18411
row 8 : 14 october 1933 | bradford park avenue | a | 1 - 6 | hine | 11033
row 9 : 21 october 1933 | bury | a | 1 - 2 | byrne | 15008
row 10 : 25 november 1933 | bradford city | h | 2 - 1 | dewar, own goal | 20902
row 11 : 2 december 1933 | port vale | a | 3 - 2 | black, brown, dewar | 10316
row 12 : 9 december 1933 | notts county | h | 1 - 2 | dewar | 15564
row 13 : 16 december 1933 | swansea town | a | 1 - 2 | hine | 6591
row 14 : 23 december 1933 | millwall | h | 1 - 1 | dewar | 12043
row 15 : 26 december 1933 | grimsby town | a | 3 - 7 | byrne (2), frame | 15801
row 16 : 6 january 1934 | lincoln city | a | 1 - 5 | brown | 6075
row 17 : 20 january 1934 | bolton wanderers | a | 1 - 3 | ball | 11887
row 18 : 3 february 1934 | burnley | a | 4 - 1 | cape (2), green, stewart | 9906
row 19 : 10 february 1934 | oldham athletic | h | 2 - 3 | cape, green | 24480
row 20 : 24 february 1934 | bradford park avenue | h | 0 - 4 | None | 13389
row 21 : 3 march 1934 | bury | h | 2 - 1 | ball, gallimore | 11176
row 22 : 10 march 1934 | hull city | a | 1 - 4 | ball | 5771
row 23 : 17 march 1934 | fulham | h | 1 - 0 | ball | 17565
row 24 : 24 march 1934 | southampton | a | 0 - 1 | None | 4840
row 25 : 30 march 1934 | west ham united | h | 0 - 1 | None | 29114
row 26 : 31 march 1934 | blackpool | h | 2 - 0 | cape, hine | 20038
row 27 : 2 april 1934 | west ham united | a | 1 - 2 | cape | 20085
row 28 : 7 april 1934 | bradford city | a | 1 - 1 | cape | 9258
row 29 : 14 april 1934 | port vale | h | 2 - 0 | brown, mcmillen | 14777
row 30 : 21 april 1934 | notts county | a | 0 - 0 | None | 9645
row 31 : 28 april 1934 | swansea town | h | 1 - 1 | topping | 16678
row 32 : 5 may 1934 | millwall | a | 2 - 0 | cape, manley | 24003 ] Execute this SQL based on the above table: select opponents where opponents != 'nottingham forest' and date = 10 | bradford park avenue, bury |
[ header: title | character | broadcaster | episodes | date row 1 : rev | pip | bbc two | 1 | 2010
row 2 : the i.t. crowd | nikki | channel 4 | 1 | 2010
row 3 : eastenders: e20 | ava | bbc one | 15 | 2011
row 4 : fresh meat | caz | channel 4 | 1 | 2011
row 5 : phoneshop | daisy | channel 4 | 1 | 2011
row 6 : holby city | heidi hall | bbc one | 1 | 2012
row 7 : plebs | cynthia | itv2 | 6 | 2013
row 8 : blandings | valerie fanshawe | bbc | 2.5 | 2014
row 9 : death in paradise | helen walker | bbc | 3.4 | 2014 ] Execute this SQL based on the above table: select count ( * ) where title = 'fresh meat' | 1 |
[ header: rnd | date | location | laps | distance | time | speed (km/h) | winner | pole position | most leading laps | fastest race lap row 1 : 1 | january 24 | walt disney world speedway, flori | 200 | 200 mi (320 km) | 2'06:04.000 | 153.186 | tony stewart | tony stewart | tony stewart | kenny brack
row 2 : 2 | march 22 | phoenix international raceway, ari | 200 | 200 mi (320 km) | 2'02:18.735 | 157.888 | scott sharp | jeff ward | tony stewart | tony stewart
row 3 : 3 | may 24 | indianapolis motor speedway, indian | 200 | 500 mi (800 km) | 3'26:40.524 | 233.598 | eddie cheever | billy boat | eddie cheever | tony stewart
row 4 : 4 | june 6 | texas motor speedway, tex | 208 | 312 mi (502 km) | 2'08:45.543 | 233.973 | billy boat | tony stewart | billy boat | tony stewart
row 5 : 5 | june 28 | new hampshire international speedway, new | 200 | 211.6 mi (340.5 km) | 1'51:30.262 | 183.237 | tony stewart | billy boat | tony stewart | davey hamilton
row 6 : 6 | july 19 | dover international speedway, delaware | 248 | 248 mi (399 km) | 2'29:49.262 | 159.833 | scott sharp | tony stewart | scott sharp | greg ray
row 7 : 7 | july 25 | lowe's motor speedway, north car | 208 | 312 mi (502 km) | 1'58:10.555 | 254.926 | kenny brack | tony stewart | kenny brack | kenny brack
row 8 : 8 | august 16 | pikes peak international raceway, colorad | 200 | 200 mi (320 km) | 1'29:52.649 | 214.866 | kenny brack | billy boat | jeff ward | jeff ward
row 9 : 9 | august 29 | atlanta motor speedway, georgi | 200 | 312 mi (502 km) | 2'17:15.289 | 225.343 | kenny brack | billy boat | scott goodyear | billy boat
row 10 : 10 | september 20 | texas motor speedway, tex | 208 | 312 mi (502 km) | 2'21:53.557 | 212.316 | john paul, jr | billy boat | tony stewart | jeff ward
row 11 : 11 | october 11 | las vegas motor speedway, | 208 | 312 mi (502 km) | 2'18:19.202 | 217.8 | arie luyendyk | billy boat | arie luyendyk | arie luyendyk ] Execute this SQL based on the above table: select count ( pole position ) where date = 'may 24' | 1 |
[ header: season | tier | division | place row 1 : 1928-84 | 5 | regional | None
row 2 : 1984/85 | 4 | 3a | 6th
row 3 : 1985/86 | 4 | 3a | 9th
row 4 : 1986/87 | 4 | 3a | 11th
row 5 : 1987/88 | 4 | 3a | 15th
row 6 : 1988/89 | 4 | 3a | 4th
row 7 : 1989/90 | 4 | 3a | 9th
row 8 : 1990/91 | 4 | 3a | 9th
row 9 : 1991/92 | 4 | 3a | 5th
row 10 : 1992/93 | 4 | 3a | 17th
row 11 : 1993/94 | 4 | 3a | 7th
row 12 : 1994/95 | 4 | 3a | 4th
row 13 : 1995/96 | 4 | 3a | 1st
row 14 : 1996/97 | 3 | 2ab | 19th
row 15 : 1997/98 | 4 | 3a | 2nd ] Execute this SQL based on the above table: select count ( division ) where tier < 5 | 14 |
[ header: title | genre | subdivisions | libretto | premiere date | place, theatre | notes row 1 : primislao, primo re di | dramma per musica | 3 acts | giulio cesare corradi | 1697, autumn | venice, teatro s | music lost
row 2 : aminta | dramma regio pastorale | 3 acts | apostolo zeno | 1703, autumn | florence, cocomero | music lost
row 3 : il piu fedel tra | dramma per musica | 3 acts | francesco silvani | 1705, autumn | genoa, falcone | music lost
row 4 : la prosperita di elio | dramma per musica | 3 acts | nicolo minato | 1707, carnival | genoa, falcone | music lost
row 5 : la fortezza al cimento | melodramma | 2 acts | francesco silvani | 1707 | piacenza, ducale | music lost
row 6 : engelberta | dramma per musica | 3 acts | apostolo zeno and pi | 1709, carnival | venice, teatro s | 4th and 5th acts by francesco
row 7 : ciro | dramma per musica | 3 acts | pietro pariati | 1710, carnival | venice, teatro s | music lost
row 8 : il tiranno eroe | dramma per musica | 3 acts | vincenzo cassani | 1711, carnival | venice, teatro s | None
row 9 : le gare generose | dramma per musica | 3 acts | antonio zaniboni | 1712, autumn | venice, teatro s | music lost, except five arias
row 10 : eumene | dramma per musica | 3 acts | antonio salvi | 1717, autumn | venice, teatro s | music lost, except one aria
row 11 : meleagro | dramma per musica | 3 acts | pietro antonio bern | 1718, carnival | venice, teatro s | music lost
row 12 : scipione nelle spagne | dramma per musica | 3 acts | apostolo zeno | 1724, ascension | venice, teatro s | music lost
row 13 : didone abbandonata | tragedia | 3 acts | metastasio | 1725, carnival | venice, teatro s | music lost
row 14 : l'impresario delle is | intermezzo | 2 acts | metastasio | 1725, carnival | venice, teatro s | music lost
row 15 : ardelinda | dramma | 3 acts | bartolomeo vitturi | 1732, autumn | venice, teatro s | music lost, except five arias
row 16 : artamene | dramma per musica | 3 acts | bartolomeo vitturi | 1741, carnival | venice, teatro s | music lost ] Execute this SQL based on the above table: select title where title != 'meleagro' and subdivisions = ( select subdivisions where title = 'meleagro' ) and title = 'il piu fedel tra i vassalli' | il piu fedel tra i vassalli |
[ header: season | greek league | greek cup | europe | coach | roster row 1 : 1928-29 | champion | None | None | nikos nisiot | christos svolopoulos
row 2 : 1938-39 | champion | None | None | None | None
row 3 : 1949-50 | finalist | None | None | None | None
row 4 : 1950-51 | finalist | None | None | None | None
row 5 : 1952-53 | champion | None | None | None | themis cholevas, panagiot
row 6 : 1953-54 | finalist | None | None | None | None
row 7 : 1956-57 | champion | None | None | None | antonis christeas,
row 8 : 1969-70 | 3rd place | _ | _ | None | vasilis goumas
row 9 : 1974-75 | _ | None | korac cup last 32 | None | vasilis goumas
row 10 : 1977-78 | 3rd place | last 16 | korac cup last 16 | None | None
row 11 : 1978-79 | _ | last 8 | korac cup last 32 | None | None
row 12 : 1980-81 | _ | last 16 | korac cup last 32 | None | None
row 13 : 1986-87 | _ | finalist | cup winners' cup last 32 | nikos pavlou | giannopoulos, stamati
row 14 : 2004-05 | 12th place | last 16 | None | manos manouselis, | gary trent, miroslav beric
row 15 : 2008-09 | 6th place | last 8 | eurocup last 16 | elias zouros | anthony grundy, jurica ] Execute this SQL based on the above table: select greek league where id = ( select id where greek league = '_' ) - 1 | 3rd place |
[ header: release date | single title | uk singles chart position | french charts | german charts | irish charts | various row 1 : 1976 | "sister mary" (duet | None | None | None | 2 | None
row 2 : may 1976 | "who's that lady with my man" | None | 5 | None | None | None
row 3 : october 1976 | "help me" | None | 17 | None | None | None
row 4 : 1976 | "goodbye venice goodbye" | None | None | None | None | None
row 5 : february 1977 | "all we need is love" | None | None | None | None | None
row 6 : june 1977 | "run to me" | None | None | None | None | #22 (netherlands), #5 (
row 7 : february 1978 | "make love to me" | None | None | None | None | #5 (australia), #2 (
row 8 : august 1978 | "loving just for fun" | None | None | None | None | None
row 9 : november 1978 | "take me to paradise" | None | None | None | None | None
row 10 : january 1979 | "if i can't have you" | None | None | None | None | None
row 11 : august 1979 | "feels like i'm in love | None | None | None | None | None
row 12 : may 1980 | "feels like i'm in love | 1 | None | 5 | 3 | #6 (australia), #6
row 13 : november 1980 | "loving just for fun" (re- | 21 | None | 20 | 22 | None
row 14 : february 1981 | "hot love" | 22 | None | 25 | 13 | None
row 15 : may 1981 | "love trial" | 51 | None | 75 | None | None
row 16 : august 1981 | "don't stop your love" | None | None | None | None | None
row 17 : january 1982 | "i need your love" | None | None | None | None | None
row 18 : april 1982 | "i feel love comin' on" | None | None | None | None | None
row 19 : july 1982 | "love's got a hold on | None | None | None | None | None
row 20 : october 1982 | "don't take your love to h | None | None | None | None | None
row 21 : september 1983 | "silent treatment" | None | None | None | None | None
row 22 : july 1984 | "break out" | 90 | None | None | None | None
row 23 : october 1984 | "i'm on fire" | None | None | None | None | None
row 24 : september 1986 | "feels like i'm in love | None | None | None | None | None
row 25 : 1988 | "stealing my time" | None | None | None | None | #2 (denmark)
row 26 : 1988 | "halfway to paradise" | None | None | None | None | None
row 27 : 1998 | "i'm in the mood for dancing" | None | None | None | None | None
row 28 : february 2001 | "hot love 2001" | None | None | None | None | None ] Execute this SQL based on the above table: select uk singles chart position order by uk singles chart position desc limit 1 | 90 |
[ header: conference | bids | record | win % | quarterfinals | semifinals | final | champions row 1 : atlantic coast conference | 4 | 6-4 | 0.6 | 4 | 2 | None | None
row 2 : ivy league | 3 | 4-3 | 0.571 | 2 | 1 | 1 | None
row 3 : independent | 2 | 5-1 | 0.833 | 2 | 1 | 1 | 1
row 4 : colonial athletic association | 2 | 0-2 | 0 | None | None | None | None
row 5 : america east conference | 1 | 0-1 | 0 | None | None | None | None
row 6 : eastern college athletic conference | 1 | 0-1 | 0 | None | None | None | None
row 7 : great western lacrosse league | 1 | 0-1 | 0 | None | None | None | None
row 8 : metro atlantic athletic conference | 1 | 0-1 | 0 | None | None | None | None
row 9 : patriot league | 1 | 0-1 | 0 | None | None | None | None ] Execute this SQL based on the above table: select bids order by conference desc limit 1 | 1 |
[ header: # | title | producer(s) | featured guest(s) | time row 1 : 1 | "the c-quel" | pillo jamel, the heatmakerz | None | 3:36
row 2 : 2 | "2000 b.c. (before can | ty fyffe, laze | None | 3:31
row 3 : 3 | "life liquid" | juju | journalist | 4:24
row 4 : 4 | "shock therapy" (interlude) | None | None | 1:10
row 5 : 5 | "watch who u beef wit" | chaos | None | 4:30
row 6 : 6 | "i'll buss 'em | dj clue, duro | rakim | 4:07
row 7 : 7 | "mic-nificent" | daniel "danny p | None | 3:13
row 8 : 8 | "die slow" | ty fyffe | journalist | 4:00
row 9 : 9 | "doomsday news" | chaos | None | 3:33
row 10 : 10 | "lost @ "c"" | taiwan green, ir | None | 4:59
row 11 : 11 | "phuk u" | mike "punch" harper | None | 4:04
row 12 : 12 | "horsemen" | None | pharoahe monch | 1:22
row 13 : 13 | "horsementality" | chaos | ras kass, kill | 5:59
row 14 : 14 | "100 bars" | mike "punch" harper | None | 4:58
row 15 : 15 | "chaos" | chaos | None | 2:29 ] Execute this SQL based on the above table: select featured guest(s) where title = '"horsementality"' order by time desc limit 1 | ras kass, killah priest, kurupt |
[ header: capacitor type | capacity | volts | temp. | energy-to-weight ratio | power-to-weight ratio row 1 : act premlis lithium ion capacitor | 2000 f | 4.0 v | 25 °c | 54 kj/kg to 2.0 v | 44.4 w/kg @ 5 a
row 2 : act premlis lithium ion capacitor | 2000 f | 4.0 v | 25 °c | 31 kj/kg to 2.0 v | 850 w/kg @ 10 a
row 3 : nesccap electric double-layer capacitor | 5000 f | 2.7 v | 25 °c | 19.58 kj/kg to 1.35 | 5.44 w/kg c/1 (
row 4 : nesccap electric double-layer capacitor | 5000 f | 2.7 v | 25 °c | 5.2 kj/kg to 1.35 | 5,200 w/kg @ 2,547
row 5 : eestor eesu bar | 30.693 f | 3500 v | 85 °c | 1471.98 kj/kg | 80.35 w/kg c/5
row 6 : eestor eesu bar | 30.693 f | 3500 v | 85 °c | 1471.98 kj/kg | 8,035 w∕kg 20 c
row 7 : general atomics 3330cmx22 | 20.5 mf | 3300 v | None | 2.3 kj/kg | 6.8 mw/kg @ 100 ] Execute this SQL based on the above table: select count ( energy-to-weight ratio ) where power-to-weight ratio = '5.44 w/kg c/1 (1.875 a)' | 1 |
[ header: pos | class | no | team | drivers | chassis | engine | laps row 1 : 19 | p +5.0 | 7 | chaparral cars inc | phil hill mike spence | chaparral 2f | chevrolet 7.0l v | 225
row 2 : 26 | s 5.0 | 16 | ford france s.a | pierre dumay henri greder | ford gt40 mk. | ford 4.7l v8 | 179
row 3 : 27 | p +5.0 | 5 | holman & moody | roger mccluskey | ford gt40 mk. | ford 7.0l v8 | 179
row 4 : 28 | gt +5.0 | 9 | dana chevrolet inc | bob bondurant dick guld | chevrolet corvette | chevrolet 7.0l v | 167
row 5 : 29 | p 2.0 | 29 | equipe matra sports | jean-pierre beltoise | matra ms630 | brm 2.0l v8 | 155
row 6 : 32 | gt 2.0 | 60 | philippe farjon | philippe farjon andre wick | porsche 911s | porsche 2.0l flat-6 | 126
row 7 : 36 | p +5.0 | 8 | chaparral cars inc | bob johnson bruce jenning | chaparral 2f | chevrolet 7.0l v | 91
row 8 : 39 | p 2.0 | 39 | porsche system engineering | udo schutz joe buzz | porsche 910/6l | porsche 2.0l flat-6 | 84
row 9 : 41 | p +5.0 | 14 | john wyer automotive engineering | david piper richard thomp | mirage m1 (ford gt | ford 5.7l v8 | 59
row 10 : 45 | p 1.15 | 53 | s.e.c. automobiles | andre guilhaudin ala | cd sp66c | peugeot 1.1l i4 | 35
row 11 : 46 | p 5.0 | 26 | north american racing team (nart) | ricardo rodriguez chuck | ferrari 365 p2 | ferrari 4.4l v12 | 30
row 12 : 47 | p +5.0 | 15 | john wyer automotive engineering | jacky ickx brian mu | mirage m1 (ford gt | ford 5.7l v8 | 29
row 13 : 49 | p +5.0 | 12 | lola cars ltd. / | peter de klerk chr | lola t70 mk.i | aston martin 5.0l | 25
row 14 : 50 | s 5.0 | 62 | john wyer automotive engineering / vis | mike salmon brian redman | ford gt40 mk. | ford 4.7l v8 | 20 ] Execute this SQL based on the above table: select engine where id = ( select id where engine = 'ferrari 4.4l v12' ) + 1 | ford 5.7l v8 |
[ 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 genre where title = 'finding north' | film |
[ header: year | date | title | format(s) | award description(s) | result(s) row 1 : 1987 | july 28 | whitney | album | gold | won
row 2 : 1987 | july 28 | whitney | album | platinum | won
row 3 : 1987 | july 28 | whitney | album | 2× multi-platinum | won
row 4 : 1987 | july 28 | "i wanna dance with somebody (who loves | single | gold | won
row 5 : 1987 | august 4 | whitney | album | 3× multi-platinum | won
row 6 : 1987 | september 30 | whitney | album | 4× multi-platinum | won
row 7 : 1987 | november 20 | whitney | album | 5× multi-platinum | won
row 8 : 1988 | april 18 | whitney | album | 6× multi-platinum | won
row 9 : 1989 | february 13 | "i wanna dance with somebody (who loves | single | platinum | won
row 10 : 1993 | june 23 | whitney | album | 7× multi-platinum | won
row 11 : 1994 | november 29 | whitney | album | 8× multi-platinum | won
row 12 : 1995 | november 29 | whitney | album | 9× multi-platinum | won
row 13 : 1995 | december 6 | "so emotional" | single | gold | won ] Execute this SQL based on the above table: select title where title != 'whitney' and award description(s) = ( select award description(s) where title = 'whitney' ) | "i wanna dance with somebody (who loves me)", "so emotional" |
[ header: year | entrant | chassis | engine | tyres | drivers | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | points | wcc row 1 : 1998 | mild seven benetton | benetton b198 | gc37-01 v10 | b | None | aus | bra | arg | smr | esp | mon | can | fra | gbr | aut | ger | hun | bel | ita | lux | jpn | None | 33 | 5th
row 2 : 1998 | mild seven benetton | benetton b198 | gc37-01 v10 | b | giancarlo fisichella | ret | 6 | 7 | ret | ret | 2 | 2 | 9 | 5 | ret | 7 | 8 | ret | 8 | 6 | 8 | None | 33 | 5th
row 3 : 1998 | mild seven benetton | benetton b198 | gc37-01 v10 | b | alexander wurz | 7 | 4 | 4 | ret | 4 | ret | 4 | 5 | 4 | 9 | 11 | 16 | ret | ret | 7 | 9 | None | 33 | 5th
row 4 : 1999 | mild seven benetton | benetton b199 | fb01 v10 | b | None | aus | bra | smr | mon | esp | can | fra | gbr | aut | ger | hun | bel | ita | eur | mal | jpn | None | 16 | 6th
row 5 : 1999 | mild seven benetton | benetton b199 | fb01 v10 | b | giancarlo fisichella | 4 | ret | 5 | 5 | 9 | 2 | ret | 7 | 12 | ret | ret | 11 | ret | ret | 11 | 14 | None | 16 | 6th
row 6 : 1999 | mild seven benetton | benetton b199 | fb01 v10 | b | alexander wurz | ret | 7 | ret | 6 | 10 | ret | ret | 10 | 5 | 7 | 7 | 14 | ret | ret | 8 | 10 | None | 16 | 6th
row 7 : 2000 | mild seven benetton | benetton b200 | fb02 v10 | b | None | aus | bra | smr | gbr | esp | eur | mon | can | fra | aut | ger | hun | bel | ita | usa | jpn | mal | 20 | 4th
row 8 : 2000 | mild seven benetton | benetton b200 | fb02 v10 | b | giancarlo fisichella | 5 | 2 | 11 | 7 | 9 | 5 | 3 | 3 | 9 | ret | ret | ret | ret | 11 | ret | 14 | 9 | 20 | 4th
row 9 : 2000 | mild seven benetton | benetton b200 | fb02 v10 | b | alexander wurz | 7 | ret | 9 | 9 | 10 | 12 | ret | 9 | ret | 10 | ret | 11 | 13 | 5 | 10 | ret | 7 | 20 | 4th ] Execute this SQL based on the above table: select count ( 2 ) where 7 > 849 and 7 < 1747 | 0 |
[ header: | wine | rank | beer | rank | spirits | rank | total | rank↓ row 1 : yukon | 18.3 | 1 | 90.6 | 1 | 13.8 | 1 | 12.7 | 1
row 2 : northwest territories | 8.1 | 7 | 55.2 | 5 | 10.8 | 2 | 9.2 | 2
row 3 : alberta | 13.9 | 4 | 89.8 | 4 | 7.6 | 9 | 8.6 | 3
row 4 : newfoundland & labrador | 6.5 | 11 | 93.3 | 3 | 7.3 | 10 | 8 | 4
row 5 : british columbia | 14.5 | 3 | 76.6 | 12 | 9 | 7 | 7.8 | 5
row 6 : ontario | 11.8 | 5 | 84.3 | 6 | 8.8 | 8 | 7.8 | 6
row 7 : quebec | 17.4 | 2 | 93.9 | 2 | 4.1 | 12 | 7.8 | 7
row 8 : prince edward island | 7.4 | 10 | 78.9 | 9 | 9.7 | 3 | 7.5 | 8
row 9 : nova scotia | 8 | 8 | 79.5 | 8 | 9.1 | 5 | 7.5 | 9
row 10 : manitoba | 8 | 9 | 76.8 | 10 | 9.4 | 4 | 7.4 | 10
row 11 : saskatchewan | 5 | 12 | 76.8 | 11 | 9.1 | 6 | 7 | 11
row 12 : new brunswick | 8.4 | 6 | 79.8 | 7 | 6.8 | 11 | 6.7 | 12
row 13 : nunavut | None | None | None | None | None | None | None | None
row 14 : canada | 13.1 | None | 85.6 | None | 7.5 | None | 7.8 | None ] Execute this SQL based on the above table: select where = 'alberta' and rank < 12 | alberta |
[ header: year | film | role | notes row 1 : 1986 | love 86 | vikram doshi | None
row 2 : 1987 | khudgarz | kumar saxena | None
row 3 : 1987 | sindoor | ravi | None
row 4 : 1988 | paap ko jalaa | deepak malhotra | None
row 5 : 1988 | halaal ki kamai | kabir khanna | None
row 6 : 1988 | shiv shakti | shakti | None
row 7 : 1989 | sachai ki ta | sagar singh | None
row 8 : 1989 | taaqatwar | john d'mello | None
row 9 : 1990 | maha-sangram | arjun 'munna' | None
row 10 : 1990 | izzatdaar | vijay | None
row 11 : 1990 | naya khoon | dr. anand | None
row 12 : 1990 | taqdeer ka tama | satya | None
row 13 : 1990 | awaargi | dhiren kumar | critically acclaimed role
row 14 : 1992 | baaz | deva | None
row 15 : 1994 | andaz apna a | himself | special appearance
row 16 : 1994 | beta ho to aisa | raju | None
row 17 : 1996 | maahir | bhola | None
row 18 : 1996 | apne dam par | himself | special appearance
row 19 : 1997 | deewana mastana | bunnu | nominated - filmfare best actor
row 20 : 1997 | do ankhen barah hath | sagar | None
row 21 : 1998 | achanak | arjun | None
row 22 : 1998 | naseeb | krishna prasa | None
row 23 : 2000 | kunwara | raju | nominated -filmfare award for
row 24 : 2001 | aamdani atthani k | bhishma | None
row 25 : 2001 | albela | rocky hiranandani | None
row 26 : 2001 | censor | himself | special appearance
row 27 : 2002 | pyaar diwana hota | sunder | None
row 28 : 2002 | chalo ishq ladaa | pappu | None
row 29 : 2003 | three roses | himself | tamil film - guest appearance
row 30 : 2005 | ssukh | chandraprakash sharma | None
row 31 : 2007 | partner | bhaskar diwakar chow | iifa best comedian award zee
row 32 : 2013 | samadhi | deputy inspector general of police | bengali debut
row 33 : 2014 | kill dil | negative role | filming (releasing on 5 september 2014)
row 34 : 2014 | hero | None | filming, (releasing on 12th dec ] Execute this SQL based on the above table: select year where film = 'baaz' | 1992 |
[ header: week | date | opponent | result | record | game site | tv time | attendance | bye row 1 : 1 | september 1, 1996 | arizona cardinals | w 20-13 | 1-0 | rca dome | fox 1:00 pm | 48133 | 0
row 2 : 2 | september 8, 1996 | at new york jets | w 21-7 | 2-0 | the meadowlands | nbc 4:15 pm | 63534 | 0
row 3 : 3 | september 15, 1996 | at dallas cowboys | w 25-24 | 3-0 | texas stadium | nbc 4:15 pm | 63021 | 0
row 4 : 4 | september 23, 1996 | miami dolphins | w 10-6 | 4-0 | rca dome | abc 9:00 pm | 60891 | 0
row 5 : 5 | None | None | None | None | None | None | None | 1
row 6 : 6 | october 6, 1996 | at buffalo bills | l 13-16 | 4-1 | rich stadium | nbc 4:15 pm | 79401 | 0
row 7 : 7 | october 13, 1996 | baltimore ravens | w 26-21 | 5-1 | rca dome | tnt 8:15 pm | 56978 | 0
row 8 : 8 | october 20, 1996 | new england patriots | l 9-27 | 5-2 | rca dome | nbc 1:00 pm | 58725 | 0
row 9 : 9 | october 27, 1996 | at washington redskins | l 16-31 | 5-3 | rfk stadium | nbc 1:00 pm | 54254 | 0
row 10 : 10 | november 3, 1996 | san diego chargers | l 19-26 | 5-4 | rca dome | nbc 1:00 pm | 58484 | 0
row 11 : 11 | november 10, 1996 | at miami dolphins | l 13-37 | 5-5 | joe robbie stadium | nbc 1:00 pm | 66623 | 0
row 12 : 12 | november 17, 1996 | new york jets | w 34-29 | 6-5 | rca dome | nbc 1:00 pm | 48322 | 0
row 13 : 13 | november 24, 1996 | at new england patriots | l 13-27 | 6-6 | foxboro stadium | nbc 1:00 pm | 58226 | 0
row 14 : 14 | december 1, 1996 | buffalo bills | w 13-10 | 7-6 | rca dome | nbc 4:15 pm | 53804 | 0
row 15 : 15 | december 5, 1996 | philadelphia eagles | w 37-10 | 8-6 | rca dome | espn 8:15 pm | 52689 | 0
row 16 : 16 | december 15, 1996 | at kansas city chiefs | w 24-19 | 9-6 | arrowhead stadium | nbc 4:15 pm | 71136 | 0
row 17 : 17 | december 22, 1996 | at cincinnati bengals | l 24-31 | 9-7 | cinergy field | nbc 1:00 pm | 49389 | 0 ] Execute this SQL based on the above table: select record where record = '4-0' | 4-0 |
[ header: athlete | nation | olympics | gold | silver | bronze | total row 1 : gillis grafstrom | sweden (swe) | 1920-1932 | 3 | 1 | 0 | 4
row 2 : evgeni plushenko | russia (rus) | 2002-2014 | 2 | 2 | 0 | 4
row 3 : ludmila belousova | soviet union (urs) | 1964-1968 | 2 | 0 | 0 | 2
row 4 : dick button | united states (usa) | 1948-1952 | 2 | 0 | 0 | 2
row 5 : ekaterina gordeeva | soviet union (urs) russia ( | 1988, 1994 | 2 | 0 | 0 | 2
row 6 : tatiana volosozhar | russia (rus) | 2014 | 2 | 0 | 0 | 2
row 7 : katarina witt | east germany (gdr) | 1984-1988 | 2 | 0 | 0 | 2
row 8 : marina klimova / sergei | unified team (eun) soviet | 1984-1992 | 1 | 1 | 1 | 3
row 9 : tenley albright | united states (usa) | 1952-1956 | 1 | 1 | 0 | 2
row 10 : elena berezhnay | russia (rus) | 1998-2002 | 1 | 1 | 0 | 2
row 11 : carol heiss | united states (usa) | 1956-1960 | 1 | 1 | 0 | 2
row 12 : kim yu-na | south korea (kor) | 2010-2014 | 1 | 1 | 0 | 2
row 13 : shen xue / z | china (chn) | 2002-2010 | 1 | 0 | 2 | 3
row 14 : jeannette altwegg | great britain (gbr) | 1948-1952 | 1 | 0 | 1 | 2
row 15 : marina anissina / g | france (fra) | 1998-2002 | 1 | 0 | 1 | 2
row 16 : beatrix loughran | united states (usa) | 1924-1932 | 0 | 2 | 1 | 3
row 17 : patrick chan | canada (can) | 2014 | 0 | 2 | 0 | 2
row 18 : marika kilius / hans | unified team of germany (eua | 1960-1964 | 0 | 2 | 0 | 2
row 19 : brian orser | canada (can) | 1984-1988 | 0 | 2 | 0 | 2
row 20 : elvis stojko | canada (can) | 1994-1998 | 0 | 2 | 0 | 2
row 21 : phyllis johnson | great britain (gbr) | 1908-1920 | 0 | 1 | 1 | 2
row 22 : michelle kwan | united states (usa) | 1998-2002 | 0 | 1 | 1 | 2
row 23 : irina slut | russia (rus) | 2002-2006 | 0 | 1 | 1 | 2
row 24 : philippe candeloro | france (fra) | 1994-1998 | 0 | 0 | 2 | 2
row 25 : manuela groß / uwe ka | east germany (gdr) | 1972-1976 | 0 | 0 | 2 | 2
row 26 : chen lu | china (chn) | 1994-1998 | 0 | 0 | 2 | 2
row 27 : patrick pera | france (fra) | 1968-1972 | 0 | 0 | 2 | 2 ] Execute this SQL based on the above table: select bronze where nation = 'east germany (gdr)' | 0, 2 |
[ header: title | year | platform | developer | publisher row 1 : swat 3: close quarters battle | 1999 | microsoft windows | sierra northwest | sierra entertainment
row 2 : swat: global strike team | 2003 | playstation 2, xbox | argonaut games | argonaut games sierra entertainment
row 3 : swat 4 | 2005 | microsoft windows | irrational games | vivendi universal games sierra entertainment
row 4 : swat 4: the stetchkov | 2006 | microsoft windows | irrational games | vivendi universal games sierra entertainment
row 5 : swat force | 2006 | mobile phones | kaolink | vivendi games mobile
row 6 : swat: target liberty | 2007 | playstation portable | 3g studios | sierra entertainment
row 7 : swat elite troops | 2008 | mobile phones | rovio mobile | vivendi games mobile ] Execute this SQL based on the above table: select developer order by year limit 1179 | sierra northwest, argonaut games, irrational games, irrational games, kaolink, 3g studios, rovio mobile |
[ header: year | driver | nation of citizenship | racing series | type of vehicle row 1 : 1993 | nigel mansell | united kingdom | formula one | open wheel
row 2 : 1994 | nigel mansell | united kingdom | cart | open wheel
row 3 : 1995 | al unser, jr | united states | cart | open wheel
row 4 : 1996 | jeff gordon | united states | nascar | stock car
row 5 : 1997 | jimmy vasser | united states | cart | open wheel
row 6 : 1998 | jeff gordon | united states | nascar | stock car
row 7 : 1999 | jeff gordon | united states | nascar | stock car
row 8 : 2000 | dale jarrett | united states | nascar | stock car
row 9 : 2001 | bobby labonte | united states | nascar | stock car
row 10 : 2002 | michael schumacher | germany | formula one | open wheel
row 11 : 2003 | tony stewart | united states | nascar | stock car
row 12 : 2004 | dale earnhardt, jr | united states | nascar | stock car
row 13 : 2005 | michael schumacher | germany | formula one | open wheel
row 14 : 2006 | tony stewart | united states | nascar | stock car
row 15 : 2007 | jeff gordon | united states | nascar | stock car
row 16 : 2008 | jimmie johnson | united states | nascar | stock car
row 17 : 2009 | jimmie johnson | united states | nascar | stock car
row 18 : 2010 | jimmie johnson | united states | nascar | stock car
row 19 : 2011 | jimmie johnson | united states | nascar | stock car
row 20 : 2012 | tony stewart | united states | nascar | stock car
row 21 : 2013 | ryan hunter-reay | united states | indycar series | open wheel ] Execute this SQL based on the above table: select nation of citizenship where id = ( select id where nation of citizenship = 'united kingdom' ) + 1 | united kingdom |
[ header: year | association | category | nominated work | result row 1 : 1991 | tony awards | best actress in a play | our country's good | nominated
row 2 : 1995 | drama desk awards | outstanding actress in a play | the heiress | won
row 3 : 1995 | tony awards | best actress in a play | the heiress | won
row 4 : 1998 | drama desk awards | outstanding actress in a play | pride's crossing | won
row 5 : 2000 | tony awards | best actress in a play | a moon for the misbegotten | nominated
row 6 : 2004 | glaad media awards | vito russo award | herself | won
row 7 : 2005 | drama desk awards | outstanding actress in a play | doubt | won
row 8 : 2005 | tony awards | best actress in a play | doubt | won
row 9 : 2006 | drama desk awards | outstanding actress in a play | faith healer | nominated
row 10 : 2009 | primetime emmy awards | outstanding supporting actress in a drama series | 24 | won
row 11 : 2009 | satellite awards | best supporting actress - series, miniseries | 24 | nominated ] Execute this SQL based on the above table: select count ( * ) where year < 699 | 0 |
[ header: genre | year | title | role | episodes | notes row 1 : film | 1995 | timepiece | khris | None | None
row 2 : tv series | 1997 | nash bridges | reggie harell | "dirty tricks" | 4 episodes total
row 3 : film | 1998 | around the fire | trace | None | None
row 4 : short film | 1999 | king of the bingo game | sonny | None | None
row 5 : tv series | 1999 | nash bridges | hassam desmond kenner | "power play" "girl trouble" | 4 episodes total
row 6 : film | 1999 | true crime | wally cartwright | None | None
row 7 : tv series | 2000 | nash bridges | trumpet player | "skin trade" | 4 episodes total
row 8 : film | 2000 | desi's looking for a new girl | mother | None | None
row 9 : film | 2003 | kung phooey! | roy lee | None | None
row 10 : tv series | 2004 | law & order | ronald gumer | "hands free" | 2 episodes total
row 11 : film | 2006 | freedomland | male patient | None | None
row 12 : tv series | 2006 | law & order: criminal intent | sergeant ev sides | "to the bone" | 2 episodes total
row 13 : tv series | 2006 | law & order: trial by jury | gus | "eros in the upper eighties" | None
row 14 : tv series | 2008 | the big gay sketch show | None | None | 8 episodes; 16 episodes total
row 15 : tv series | 2008 | law & order | donnie | "sweetie" | 2 episodes total
row 16 : film | 2008 | miracle at st. anna | west indian postal customer | None | None
row 17 : tv series | 2009 | great performances | mr. franklin/m | "passing strange" | musical telecast
row 18 : tv series | 2010 | the big gay sketch show | None | None | 8 episodes; 16 episodes total
row 19 : tv series | 2010 | law & order: criminal intent | andre lanier | "love sick" | 2 episodes total
row 20 : film | 2012 | lincoln | private harold green | None | None
row 21 : film | 2012 | red hook summer | blessing rowe | None | None
row 22 : film | 2013 | 42 | lawson bowman | None | None
row 23 : film | 2013 | hairbrained | finals moderator | None | None
row 24 : film | 2013 | the butler | freddie fallows | None | None
row 25 : film | 2013 | 400 boys | talon | None | None ] Execute this SQL based on the above table: select sum ( genre ) where genre = 'tv series' | 0.0 |
[ header: year | position row 1 : 1957 | did not enter
row 2 : 1959 | did not enter
row 3 : 1962 | did not enter
row 4 : 1963 | did not enter
row 5 : 1965 | did not enter
row 6 : 1968 | did not qualify
row 7 : 1970 | did not qualify
row 8 : 1972 | round 1
row 9 : 1974 | withdrew
row 10 : 1976 | did not qualify
row 11 : 1978 | did not qualify
row 12 : 1980 | did not qualify
row 13 : 1982 | did not qualify
row 14 : 1984 | round 1
row 15 : 1986 | did not qualify
row 16 : 1988 | did not qualify
row 17 : 1990 | withdrew
row 18 : 1992 | did not qualify
row 19 : 1994 | withdrew during qualifying
row 20 : 1996 | did not qualify
row 21 : 1998 | round 1
row 22 : 2000 | round 1
row 23 : 2002 | round 1
row 24 : 2004 | did not qualify
row 25 : 2006 | round 1
row 26 : 2008 | did not qualify
row 27 : 2010 | withdrew due to rebel attack
row 28 : 2012 | did not qualify
row 29 : 2013 | quarter-final ] Execute this SQL based on the above table: select count ( * ) where position = 1076 | 0 |
[ header: week | date | opponent | result | venue | attendance row 1 : 1 | september 3, 1978 | at detroit lions | w 13-7 | pontiac silverdome | 51187
row 2 : 2 | september 10, 1978 | new orleans saints | w 28-17 | milwaukee county stadium | 54336
row 3 : 3 | september 17, 1978 | oakland raiders | l 28-3 | lambeau field | 55903
row 4 : 4 | september 24, 1978 | at san diego chargers | w 24-3 | san diego stadium | 42755
row 5 : 5 | october 1, 1978 | detroit lions | w 35-14 | milwaukee county stadium | 54601
row 6 : 6 | october 8, 1978 | chicago bears | w 24-14 | lambeau field | 56267
row 7 : 7 | october 15, 1978 | seattle seahawks | w 45-28 | milwaukee county stadium | 52712
row 8 : 8 | october 22, 1978 | at minnesota vikings | l 21-7 | metropolitan stadium | 47411
row 9 : 9 | october 29, 1978 | tampa bay buccaneers | w 9-7 | lambeau field | 55108
row 10 : 10 | november 5, 1978 | at philadelphia eagle | l 10-3 | veterans stadium | 64214
row 11 : 11 | november 12, 1978 | dallas cowboys | l 42-14 | milwaukee county stadium | 55256
row 12 : 12 | november 19, 1978 | at denver broncos | l 16-3 | mile high stadium | 74965
row 13 : 13 | november 26, 1978 | minnesota vikings | t 10-10 (ot) | lambeau field | 51737
row 14 : 14 | december 3, 1978 | at tampa bay buccaneers | w 17-7 | tampa stadium | 67754
row 15 : 15 | december 10, 1978 | at chicago bears | l 14-0 | soldier field | 34306
row 16 : 16 | december 17, 1978 | at los angeles rams | l 31-14 | los angeles memorial coliseum | 42500 ] Execute this SQL based on the above table: select max ( result ) | w 9-7 |
[ header: rank | player | county | tally | total | opposition row 1 : 1 | eamonn flynn | dublin | 3-5 | 14 | wexford
row 2 : 1 | charlie mccarthy | cork | 2-8 | 14 | galway
row 3 : 3 | paddy fahy | galway | 2-7 | 13 | kildare
row 4 : 5 | charlie mccarthy | cork | 3-3 | 12 | offaly
row 5 : 5 | michael moroney | clare | 2-6 | 12 | dublin
row 6 : 5 | declan lovett | kerry | 1-9 | 12 | galway
row 7 : 9 | ger cuddy | laois | 3-2 | 11 | wicklow
row 8 : 9 | pat enright | waterford | 2-5 | 11 | kerry
row 9 : 9 | pat enright | waterford | 1-8 | 11 | laois
row 10 : 9 | johnny walsh | kildare | 0-11 | 11 | waterford
row 11 : 9 | eddie keher | kilkenny | 0-11 | 11 | wexford
row 12 : 14 | brendan cummins | cork | 3-1 | 10 | wexford
row 13 : 14 | p. j. molloy | galway | 3-1 | 10 | kerry
row 14 : 14 | nick behan | kildare | 3-1 | 10 | kerry
row 15 : 14 | seanie o'leary | cork | 3-1 | 10 | limerick
row 16 : 14 | michael keating | tipperary | 2-4 | 10 | wexford
row 17 : 14 | declan lovett | kerry | 2-4 | 10 | waterford
row 18 : 14 | michael keating | tipperary | 2-4 | 10 | dublin
row 19 : 14 | eddie keher | kilkenny | 2-4 | 10 | dublin
row 20 : 14 | mick dwan | kildare | 2-4 | 10 | antrim
row 21 : 14 | charlie mccarthy | cork | 1-7 | 10 | kilkenny
row 22 : 14 | paddy fahy | galway | 0-10 | 10 | kerry
row 23 : 14 | johnny walsh | kildare | 0-10 | 10 | westmeath
row 24 : 27 | p flynn | wexford | 3-0 | 9 | offaly
row 25 : 27 | n casey | clare | 3-0 | 9 | cork
row 26 : 27 | willie moore | limerick | 3-0 | 9 | cork
row 27 : 27 | ger cuddy | laois | 3-0 | 9 | westmeath
row 28 : 27 | tom ryan | galway | 3-0 | 9 | laois
row 29 : 27 | seanie o'leary | cork | 3-0 | 9 | offaly
row 30 : 27 | p flynn | wexford | 2-3 | 9 | cork
row 31 : 27 | eddie keher | kilkenny | 2-3 | 9 | limerick
row 32 : 27 | johnny walsh | kildare | 1-6 | 9 | galway
row 33 : 27 | francis loughnane | tipperary | 1-6 | 9 | cork
row 34 : 27 | richie bennis | limerick | 1-6 | 9 | cork
row 35 : 27 | pat enright | waterford | 0-9 | 9 | kildare
row 36 : 27 | johnny walsh | kildare | 0-9 | 9 | kerry ] Execute this SQL based on the above table: select count ( opposition ) where rank = 0 | 0 |
[ header: pos. | city | population (ab) | surface (km2) | density (ab/km2) | altitude (mslm) row 1 : 1st | bergamo | 121.316 | 39.6 | 3064 | 249
row 2 : 2nd | treviglio | 29.334 | 31.54 | 930 | 125
row 3 : 3rd | seriate | 25.036 | 12.41 | 2017 | 247
row 4 : 4th | dalmine | 23.237 | 11.6 | 2003 | 207
row 5 : 5th | romano di lombardia | 19.472 | 18.03 | 1080 | 120
row 6 : 6th | albino | 18.232 | 31.32 | 582 | 342
row 7 : 7th | caravaggio | 16.258 | 32.81 | 496 | 111
row 8 : 8th | alzano lombardo | 13.821 | 13.43 | 1029 | 304
row 9 : 9th | stezzano | 12.999 | 9.25 | 1405 | 211
row 10 : 10th | osio sotto | 12.083 | 7.45 | 1622 | 182 ] Execute this SQL based on the above table: select surface (km2) where pos. = '1st' | 39.6 |
[ header: region | seed | team | coach | finished | final opponent | score row 1 : west | 4 | unlv | jerry tarkanian | sweet sixteen | 8 auburn | l 70-63
row 2 : west | 8 | auburn | sonny smith | regional runner-up | 2 louisville | l 84-76
row 3 : west | 11 | missouri | norm stewart | round of 64 | 6 uab | l 66-64
row 4 : west | 13 | northeast louisiana | mike vining | round of 64 | 4 unlv | l 74-51
row 5 : west | 14 | utah | lynn archibald | round of 64 | 3 north carolina | l 84-72
row 6 : midwest | 1 | kansas | larry brown | national semifinals | 1 duke | l 71-67
row 7 : midwest | 3 | notre dame | digger phelps | round of 64 | 14 arkansas-little rock | l 90-83
row 8 : midwest | 4 | georgetown | john thompson | round of 32 | 5 michigan state | l 80-68
row 9 : midwest | 5 | michigan state | jud heathcote | sweet sixteen | 1 kansas | l 96-86
row 10 : midwest | 6 | north carolina state | jim valvano | regional runner-up | 1 kansas | l 75-67
row 11 : midwest | 7 | iowa state | johnny orr | sweet sixteen | 6 north carolina state | l 70-66
row 12 : midwest | 8 | jacksonville | bob wenzel | round of 64 | 9 temple | l 61-50
row 13 : midwest | 10 | miami, ohio | jerry peirson | round of 64 | 7 iowa state | l 81-79
row 14 : midwest | 12 | washington | andy russo | round of 64 | 5 michigan state | l 72-70
row 15 : midwest | 13 | texas tech | gerald myers | round of 64 | 4 georgetown | l 70-64
row 16 : midwest | 14 | arkansas-little rock | mike newell | round of 32 | 6 north carolina state | l 80-66
row 17 : southeast | 3 | memphis state (vacated) | dana kirk | round of 32 | 11 lsu | l 83-81
row 18 : southeast | 6 | purdue | gene keady | round of 64 | 11 lsu | l 94-87
row 19 : southeast | 8 | western kentucky | clem haskins | round of 32 | 1 kentucky | l 71-64
row 20 : southeast | 9 | nebraska | moe iba | round of 64 | 8 western kentucky | l 67-59
row 21 : southeast | 13 | fairfield | mitch buonaguro | round of 64 | 4 illinois | l 75-51
row 22 : southeast | 15 | marist | matt furjanic | round of 64 | 2 georgia tech | l 68-53
row 23 : east | 1 | duke | mike krzyzewski | runner up | 2 louisville | l 72-69
row 24 : east | 2 | syracuse | jim boeheim | round of 32 | 7 navy | l 97-85
row 25 : east | 3 | indiana | bob knight | round of 64 | 14 cleveland state | l 83-79
row 26 : east | 8 | old dominion | tom young | round of 32 | 1 duke | l 89-61 ] Execute this SQL based on the above table: select seed where seed > 13 order by seed asc limit 1 | 14 |
[ header: week | room | winning couple | 2nd couple | 3rd couple | chumps row 1 : 1 | guest bedroom 1 | alisa and lysandra | kyal and kara/brad | chantelle and steve | None
row 2 : 2 | downstairs bathrooms, laundry & terrace | brad and dale | alisa and lysandra | chantelle and steve | kyal and kara
row 3 : 3 | guest bedroom 2 | kyal and kara | chantalle and steve | alisa and lysandra | brad and dale
row 4 : 4 | upstairs bathroom | kyal and kara | brad and dale | chantelle and steve | alisa and lysandra
row 5 : 5 | kitchen | alisa and lysandra | kyal and kara | brad and dale | chantelle and steve
row 6 : 6 | living room and dining room | chantelle and steve | alisa and lysandra | brad and dale / kyal | None
row 7 : 7 | master bedroom and ensuite | brad and dale | chantelle and steve | alisa and lysandra | kyal and kara
row 8 : 8 | rooftop/outside terrace | kyal and kara | brad and dale | alisa and lysandra | chantelle and steve ] Execute this SQL based on the above table: select count ( * ) where room = 'kitchen' | 1 |
[ header: abbreviation | settlement | district | official name | division | cup | other information row 1 : taaja | taalintehdas | turku | taalintehtaan | vitonen | 2 | None
row 2 : tampere united | tampere | tampere | tampere united | veikkausliiga | 3 | None
row 3 : tapa 2 | tampere | tampere | tampereen palloil | kutonen | 1 | None
row 4 : tarmo | kalvia, kokkola | keski-pohjanma | kalvian tarmo | kutonen | 1 | None
row 5 : team vanpa | vantaa | uusimaa | team vanpa | vitonen | 1 | None
row 6 : tips | tikkurila, vantaa | uusimaa | tikkurilan palloseura | kolmonen | 2 | None
row 7 : tjk liepo | tampere | tampere | tampereen jalkapall | vitonen | 1 | None
row 8 : tkt | tampere | tampere | tampereen kisat | kolmonen | 2 | None
row 9 : tops-90 | tohmajarvi | ita-suomi | tohmajarven palloseura-90 | nelonen | 2 | None
row 10 : torre calcio | turku | turku | torre calcio | kutonen | 1 | None
row 11 : tota | tornio | pohjois-suomi | tornion tarmo | kolmonen | 1 | None
row 12 : tote/ap | toukola | helsinki | toukolan teras / | vitonen | 2 | None
row 13 : tou/2 | toivala, siilinjarvi | ita-suomi | toivalan urheilijat | vitonen | 1 | None
row 14 : tove | pori | satakunta | toejoen veikot | kolmonen | 2 | None
row 15 : tp-47 | tornio | pohjois-suomi | tornion pallo-47 | kakkonen | 3 | None
row 16 : tp-49 | toijala, akaa | tampere | toijalan pallo-49 | nelonen | 2 | also abbreviated as toip
row 17 : tp-seinajoki | seinajoki | vaasa | tp-seinajoki ( | nelonen | 1 | None
row 18 : tps | turku | turku | turun palloseura | veikkausliiga | 3 | None
row 19 : tpv | tampere | tampere | tampereen palloveiko | ykkonen | 3 | None
row 20 : tpv 2 | tampere | tampere | tampereen pallo- | kolmonen | 2 | None
row 21 : trafk | jarvenpaa | uusimaa | traskanda fotboll k | kutonen | 1 | None ] Execute this SQL based on the above table: select abbreviation where cup = 1 | tapa 2, tarmo, team vanpa, tjk liepo, torre calcio, tota, tou/2, tp-seinajoki, trafk |
[ header: district | incumbent | party | first elected | result | candidates row 1 : pennsylvania 2 | james m. beck | republican | 1927 | resigned republican hold | william h. wilson
row 2 : pennsylvania 5 | james j. connolly | republican | 1920 | lost re-election democratic gain | frank joseph gerard
row 3 : pennsylvania 6 | edward l. sto | republican | 1931 | retired to run for governor democratic gain | michael j. stack (d
row 4 : pennsylvania 7 | george p. darrow | republican | 1914 | re-elected | george p. darrow (
row 5 : pennsylvania 10 | j. roland kinzer | republican | 1930 | re-elected | j. roland kinzer (
row 6 : pennsylvania 14 | william emanuel rich | democratic | 1932 | re-elected | william emanuel rich
row 7 : pennsylvania 17 | j. william ditter | republican | 1932 | re-elected | j. william ditter (
row 8 : pennsylvania 20 | thomas cunningham cochran | republican | 1926 | retired democratic gain | denis j. drisco
row 9 : pennsylvania 22 | harry l. haines | democratic | 1930 | re-elected | harry l. haines (d
row 10 : pennsylvania 23 | j. banks kurtz | republican | 1922 | lost re-election democratic gain | don gingery (d) 52.4% ] Execute this SQL based on the above table: select party where district = 'pennsylvania 5' | republican |
[ 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 date = '23 june 1981' | friendly, friendly |
[ header: outcome | year | championship | surface | opponent | score row 1 : runner-up | 2002 | canada (toronto) (1) | hard | guillermo canas | 4-6, 5-7
row 2 : winner | 2003 | montreal | hard | david nalbandian | 6-1, 6-3
row 3 : winner | 2003 | cincinnati | hard | mardy fish | 4-6, 7-6(7-3), 7
row 4 : winner | 2004 | miami | hard | guillermo coria | 6-7(2-7), 6-3, 6
row 5 : runner-up | 2004 | toronto (2) | hard | roger federer | 5-7, 3-6
row 6 : runner-up | 2005 | cincinnati | hard | roger federer | 3-6, 5-7
row 7 : winner | 2006 | cincinnati (2) | hard | juan carlos ferrero | 6-3, 6-4
row 8 : runner-up | 2010 | indian wells | hard | ivan ljubicic | 6-7(3-7), 6-7(5-7
row 9 : winner | 2010 | miami (2) | hard | tomas berdych | 7-5, 6-4 ] Execute this SQL based on the above table: select score where score = '6-7(2-7), 6-3, 6-1, ret' | 6-7(2-7), 6-3, 6-1, ret |
[ header: rank | name | notability | birthplace | advocate row 1 : 10 | wayne gretzky | hockey player, holder of numerous nh | brantford, ontario | deborah grey
row 2 : 9 | alexander graham bell | scientist, inventor, founder of the bell telephone company | edinburgh, scotl | evan solomon
row 3 : 8 | sir john a. macdonal | first prime minister of canada | glasgow, scotland | charlotte gray
row 4 : 7 | don cherry | hockey coach and commentator | kingston, ontario | bret hart
row 5 : 6 | lester b. pearson | fourteenth prime minister of canada, united nations general | toronto, ontario | paul gross
row 6 : 5 | david suzuki | environmentalist | vancouver, british columb | melissa auf der maur
row 7 : 4 | sir frederick banting | medical scientist, co-discoverer of insulin | alliston, ontario | mary walsh
row 8 : 3 | pierre trudeau | fifteenth prime minister of canada | montreal, quebec | rex murphy
row 9 : 2 | terry fox | athlete, activist, humanitarian | winnipeg, manitob | sook-yin lee
row 10 : 1 | tommy douglas | father of medicare, premier of sa | falkirk, scotland | george stroumboulopoulos ] Execute this SQL based on the above table: select notability where rank = rank | hockey player, holder of numerous nhl records, scientist, inventor, founder of the bell telephone company, first prime minister of canada, hockey coach and commentator, fourteenth prime minister of canada, united nations general assembly president, nobel peace prize laureate, environmentalist, medical scientist, co-discoverer of insulin, winner of the nobel prize in physiology or medicine, fifteenth prime minister of canada, athlete, activist, humanitarian, father of medicare, premier of saskatchewan |
[ 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 counties represented where id = 20 | big horn, hot springs, park, washakie |
[ header: year | title | chinese title | role | notes row 1 : 1992 | to miss with love | 逃學外傳 | lai man-si | None
row 2 : 1992 | super lady cop | 超级女警 | yoki | None
row 3 : 1993 | once a cop | 超級計劃 | annie lee | None
row 4 : 1993 | taxi hunter | 的士判官 | yan | None
row 5 : 1993 | tom, dick and hairy | 風塵三俠 | pearl chan | None
row 6 : 1993 | vampire family | 一屋哨牙鬼 | chu lee-mei | None
row 7 : 1994 | lantern | 燈籠 | fong | None
row 8 : 1995 | trouble maker | 蠟筆小小生 | None | None
row 9 : 1995 | remember m, remember e | 那有一天不想你 | chui ching | None
row 10 : 1995 | cupid love | 七月俏佳人 | ching-ching | None
row 11 : 1995 | a chinese odyss | 西遊記第壹佰零壹回之月光寶盒 | purple / lin zixia | None
row 12 : 1996 | the feeling of love | 重慶愛情感覺 | None | None
row 13 : 1996 | hero of swallow | 神偷燕子李三 | chinny | None
row 14 : 1997 | ah fai the dumb | 天才與白痴 | man-man | None
row 15 : 1998 | temptress of a thousand face | 千面嬌娃 | sherry wong | None
row 16 : 1998 | tricky king | 超級整蠱霸王 | dkny / yand | None
row 17 : 1998 | step into the dark | 夜半無人屍語時 | faith ching | None
row 18 : 1998 | the love and sex of the eastern | 愛在娛樂圈的日子 | yue | None
row 19 : 1998 | take five | 對不起,幹掉你 | None | None
row 20 : 1998 | raped by an angel 2: the | 強姦2 制服誘惑 | po-man | None
row 21 : 1998 | the conman | 賭俠1999 | ching | None
row 22 : 1999 | the h.k. triad | o記三合會檔案 | None | None
row 23 : 1999 | the boss up there | 生命楂fit人 | fong hei-tung | None
row 24 : 1999 | raped by an angel 4: the | 強姦終極篇之最後羔羊 | po-man | None
row 25 : 1999 | horoscope 1: the voice from | 生人勿近之問米 | jojo | None
row 26 : 2000 | love correction | 緣份有take 2 | emma lau | None
row 27 : 2000 | conman in tokyo | 中華賭俠 | karen | None
row 28 : 2001 | stowaway | 驚天大逃亡 | kam lan | None
row 29 : 2001 | never say goodbye | 有人說愛我 | jean | None
row 30 : 2002 | chinese odyssey | 天下無雙 | amour amour | guest star
row 31 : 2002 | time 4 hope | 二人三足 | cindy | None
row 32 : 2003 | shiver | 心寒 | sammi mok sum-y | None
row 33 : 2003 | dack night wolf | None | None | None
row 34 : 2004 | sex and the beauties | 性感都市 | kwan tak-han | None
row 35 : 2004 | love is a many stupid thing | 精裝追女仔2004 | chu yan | guest star ] Execute this SQL based on the above table: select count ( role ) | 37 |
[ header: # | name | office | political party | occupation row 1 : 1 | ole olsen strø | 1886-1901 | None | church bell ringer
row 2 : 2 | peder olai kleppe | 1902-1919 | None | fisherman
row 3 : 3 | olai naustheller | 1920-1925 | None | farmer
row 4 : 4 | mikkel nilsen birkel | 1926-1935 | None | farmer
row 5 : 5 | magnus larssen | 1935-1937 | None | school teacher
row 6 : 6 | salomon o. fagerbak | 1938-1945 | None | fisherman
row 7 : 7 | salomon v. kalvenes | 1946-1959 | None | fisherman
row 8 : 8 | rikard s. storebø | 1960-1969 | liberal party | social security manager
row 9 : 9 | peder kalve | 1970-1975 | conservative party | maritime pilot
row 10 : 10 | magnus stangeland | 1976-1981 | centre party | school principal
row 11 : 11 | knut k. kalvenes | 1982-1985 | conservative party | retailer
row 12 : 12 | hallvard møgster | 1986-1989 | christian democratic party | captain
row 13 : 13 | inge bjarne storeb | 1990-2001 | conservative party | bank manager
row 14 : 14 | olav p. arland | 2001-2003 | christian democratic party | shipmaster
row 15 : 15 | helge andre njasta | 2003- | progress party | student ] Execute this SQL based on the above table: select count ( name ) where # >= 13 | 3 |
[ header: university | winner | runner-up | years won | years runner-up row 1 : waseda university | 15 | 15 | 1965,1966,1968,1970 | 1964,1967,1969,1972,
row 2 : meiji university | 12 | 9 | 1972,1975,1977,1979 | 1973,1974,1976,1978,
row 3 : kanto gakuin university | 6 | 4 | 1997,1998,2000,2001,2003, | 1999,2002,2004,2005
row 4 : doshisha university | 4 | 2 | 1980,1982,1983,1984 | 1979,1987
row 5 : hosei university | 3 | 5 | 1964,1967,1992 | 1965,1966,1971,1993,2000
row 6 : keio university | 3 | 3 | 1968,1985,1999 | 1977,1984,2007
row 7 : daito bunka university | 3 | 1 | 1986,1988,1994 | 1991
row 8 : nippon sport science university | 2 | 3 | 1969,1978 | 1970,1983,1989
row 9 : teikyo university | 3 | 1 | 2009,2010,2011,2012 | 2008
row 10 : tokai university | 0 | 1 | None | 2009
row 11 : tenri university | 0 | 1 | None | 2011
row 12 : tsukuba university | 0 | 1 | None | 2012 ] Execute this SQL based on the above table: select university where id = 1 | waseda university |
[ header: game | date | opponent | location | score | ot | attendance | record row 1 : 1 | january 8, 2005 | philadelphia wings | arrowhead pond | w 13-10 | None | 5,732 | 1-0
row 2 : 2 | january 22, 2005 | rochester knighthawks | arrowhead pond | l 11-15 | None | 4,053 | 1-1
row 3 : 3 | january 28, 2005 | @ minnesota swarm | xcel energy center | w 8-7 | None | 12,514 | 2-1
row 4 : 4 | january 29, 2005 | calgary roughnecks | arrowhead pond | l 12-13 | None | 4,159 | 2-2
row 5 : 5 | february 4, 2005 | @ arizona sting | jobing.com arena | l 10-17 | None | 6,313 | 2-3
row 6 : 6 | february 11, 2005 | @ buffalo bandits | hsbc arena | l 9-20 | None | 8,805 | 2-4
row 7 : 7 | february 18, 2005 | @ calgary roughnecks | pengrowth saddledome | l 15-18 | None | 9,550 | 2-5
row 8 : 8 | march 4, 2005 | colorado mammoth | arrowhead pond | l 12-13 | None | 4,500 | 2-6
row 9 : 9 | march 13, 2005 | toronto rock | arrowhead pond | l 6-14 | None | 4,499 | 2-7
row 10 : 10 | march 19, 2005 | @ colorado mammoth | pepsi center | l 8-16 | None | 16,270 | 2-8
row 11 : 11 | march 25, 2005 | @ san jose stealth | hp pavilion at san jose | l 14-15 | None | 5,022 | 2-9
row 12 : 12 | march 26, 2005 | san jose stealth | arrowhead pond | w 13-12 | ot | 4,834 | 3-9
row 13 : 13 | april 2, 2005 | @ colorado mammoth | pepsi center | w 10-6 | None | 18,326 | 4-9
row 14 : 14 | april 9, 2005 | minnesota swarm | arrowhead pond | l 11-12 | ot | 4,967 | 4-10
row 15 : 15 | april 15, 2005 | arizona sting | arrowhead pond | l 12-14 | None | 5,891 | 4-11
row 16 : 16 | april 16, 2005 | @ arizona sting | jobing.com arena | w 11-10 | None | 7,731 | 5-11 ] Execute this SQL based on the above table: select sum ( game ) | 136.0 |
[ header: no | name | date of birth | height | weight | spike | block | 2008 club row 1 : 1 | oliveira walewska | 1 october 1979 | 1.90 m (6 ft 3 in | 73 kg (161 lb) | 310 cm (120 in) | 290 cm (110 in) | cav murcia
row 2 : 2 | carolina albuquerque | 25 july 1977 | 1.82 m (6 ft 0 | 76 kg (168 lb) | 289 cm (114 in) | 279 cm (110 in) | finasa
row 3 : 3 | marianne steinbrecher | 23 august 1983 | 1.88 m (6 ft 2 in | 70 kg (150 lb) | 310 cm (120 in) | 290 cm (110 in) | scavolini pesaro
row 4 : 4 | paula pequeno | 22 january 1982 | 1.84 m (6 ft 0 | 74 kg (163 lb) | 302 cm (119 in) | 285 cm (112 in) | finasa
row 5 : 6 | thaisa menezes | 15 may 1987 | 1.96 m (6 ft 5 in | 79 kg (174 lb) | 316 cm (124 in) | 301 cm (119 in) | rexona ades
row 6 : 7 | helia souza | 3 october 1970 | 1.73 m (5 ft 8 in | 63 kg (139 lb) | 283 cm (111 in) | 264 cm (104 in) | cav murcia
row 7 : 8 | valeska menezes | 23 april 1976 | 1.80 m (5 ft 11 in | 62 kg (137 lb) | 302 cm (119 in) | 290 cm (110 in) | asystel novara
row 8 : 9 | fabiana claudino | 24 january 1984 | 1.93 m (6 ft 4 in | 76 kg (168 lb) | 314 cm (124 in) | 293 cm (115 in) | rexona ades
row 9 : 10 | welissa gonzaga | 9 september 1982 | 1.79 m (5 ft 10 in | 76 kg (168 lb) | 300 cm (120 in) | 287 cm (113 in) | rexona ades
row 10 : 12 | jacqueline carvalho | 31 december 1983 | 1.86 m (6 ft 1 in | 70 kg (150 lb) | 302 cm (119 in) | 286 cm (113 in) | cav murcia
row 11 : 13 | sheilla castro | 1 july 1983 | 1.85 m (6 ft 1 in | 64 kg (141 lb) | 302 cm (119 in) | 284 cm (112 in) | scavolini pesaro
row 12 : 14 | fabiana de oliveira | 7 march 1980 | 1.69 m (5 ft 7 in | 59 kg (130 lb) | 276 cm (109 in) | 266 cm (105 in) | rexona ades ] Execute this SQL based on the above table: select block where no = 10 | 287 cm (113 in) |
[ header: pick # | nfl team | player | position | college row 1 : 183 | tampa bay buccaneers | parnell dickinson | quarterback | mississippi valley state
row 2 : 184 | seattle seahawks | dick dixon | defensive tackle | arkansas state
row 3 : 185 | miami dolphins | joe ingersoll | guard | unlv
row 4 : 186 | dallas cowboys | greg schaum | defensive tackle | michigan state
row 5 : 187 | cincinnati bengals | bob bateman | quarterback | brown
row 6 : 188 | new york jets | abdul salaam | defensive end | kent state
row 7 : 189 | cleveland browns | steve cassidy | defensive tackle | louisiana state
row 8 : 190 | chicago bears | jerry muckensturm | linebacker | arkansas state
row 9 : 191 | philadelphia eagles | carl hairston | defensive end | maryland-eastern shore
row 10 : 192 | cincinnati bengals | carmen rome | defensive back | miami (oh)
row 11 : 193 | atlanta falcons | karl farmer | wide receiver | pittsburgh
row 12 : 194 | san francisco 49ers | jay chesley | defensive back | vanderbilt
row 13 : 195 | buffalo bills | jackie williams | defensive back | texas a&m
row 14 : 196 | kansas city chiefs | rod wellington | running back | iowa
row 15 : 197 | houston oilers | larry harris | defensive tackle | oklahoma state
row 16 : 198 | detroit lions | garth ten napel | linebacker | texas a&m
row 17 : 199 | new york jets | james richards | running back | florida
row 18 : 200 | miami dolphins | john owens | defensive end | tennessee state
row 19 : 201 | new orleans saints | ed bauer | guard | notre dame
row 20 : 202 | new england patriots | perry brooks | defensive tackle | southern
row 21 : 203 | st. louis cardinals | phil rogers | running back | virginia tech
row 22 : 204 | oakland raiders | clarence chapman | wide receiver | eastern michigan
row 23 : 205 | cincinnati bengals | ken kuhn | linebacker | ohio state
row 24 : 206 | minnesota vikings | larry brune | defensive back | rice
row 25 : 207 | los angeles rams | larry buie | defensive back | mississippi state
row 26 : 208 | dallas cowboys | david williams | running back | colorado
row 27 : 209 | pittsburgh steelers | barry burton | tight end | vanderbilt ] Execute this SQL based on the above table: select player where player in ( 'joe ingersoll' , 'perry brooks' ) order by pick # desc limit 1 | perry brooks |
[ header: round | round | circuit | date | pole position | fastest lap | winning driver | winning team | winning privateer row 1 : 1 | r1 | mantorp park | 10 may | mattias ekstrom | fredrik ekblom | mats linden | kristoffersson motorsport | richard goransson
row 2 : 1 | r2 | mantorp park | 10 may | None | peggen andersson | fredrik ekblom | bmw dealer team | pontus morth
row 3 : 2 | r3 | karlskoga-gellera | 31 may | jan nilsson | jan nilsson | jan nilsson | flash engineering | pontus morth
row 4 : 2 | r4 | karlskoga-gellera | 31 may | None | fredrik ekblom | peggen andersson | bmw dealer team | pontus morth
row 5 : 3 | r5 | anderstorp | 28 june | mattias ekstrom | fredrik ekblom | jan nilsson | flash engineering | pontus morth
row 6 : 3 | r6 | anderstorp | 28 june | None | peggen andersson | peggen andersson | bmw dealer team | georg bakajev
row 7 : 4 | r7 | falkenberg | 9 july | jens edman | jens edman | jan nilsson | flash engineering | pontus morth
row 8 : 4 | r8 | falkenberg | 9 july | None | mattias ekstrom | jens edman | flash engineering | pontus morth
row 9 : 5 | r9 | ring knutstorp | 6 september | fredrik ekblom | fredrik ekblom | fredrik ekblom | bmw dealer team | pontus morth
row 10 : 5 | r10 | ring knutstorp | 6 september | None | mats linden | jan nilsson | flash engineering | georg bakajev
row 11 : 6 | r11 | mantorp park | 27 september | tommy kristoffersson | fredrik ekblom | fredrik ekblom | bmw dealer team | pontus morth
row 12 : 6 | r12 | mantorp park | 27 september | None | peggen andersson | jan nilsson | flash engineering | pontus morth ] Execute this SQL based on the above table: select winning driver where winning driver in ( 'jens edman' , 'jan nilsson' ) order by round desc limit 1 | jan nilsson |
[ 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 currency where currency != 'central african cfa franc' and region = ( select region where currency = 'central african cfa franc' ) | west african cfa franc, east african shilling, south african rand, south african rand (interim proposal) |
[ header: year | competition | venue | position | event | notes row 1 : 1999 | universiade | palma de mallorca, spain | 2nd | 20 km | 1:25:23
row 2 : 2001 | european race walking cup | dudince, slovakia | 12th | 20 km | 1:22:10
row 3 : 2001 | world championships | edmonton, canada | 16th | 20 km | 1:25:28
row 4 : 2001 | universiade | beijing, china | 1st | 20 km | 1:24:42
row 5 : 2002 | european championships | munich, germany | 9th | 20 km | 1:21:21
row 6 : 2002 | world race walking cup | turin, italy | 12th | 20 km | None
row 7 : 2003 | world championships | paris, france | 11th | 20 km | 1:20:34 pb
row 8 : 2005 | world championships | helsinki, finland | 14th | 20 km | None ] Execute this SQL based on the above table: select count ( position ) where venue not null | 8 |
[ header: date | opponent | venue | result | attendance | scorers row 1 : 7 august 2004 | plymouth argyle | a | 0-0 | 16063 | None
row 2 : 10 august 2004 | wigan athletic | h | 0-2 | 10660 | None
row 3 : 28 august 2004 | reading | h | 1-0 | 12098 | dichio
row 4 : 19 september 2004 | watford | h | 0-2 | 10865 | None
row 5 : 25 september 2004 | rotherham united | a | 1-1 | 5062 | ifill
row 6 : 3 october 2004 | nottingham forest | h | 1-0 | 11233 | livermore
row 7 : 16 october 2004 | sunderland | a | 0-1 | 23839 | None
row 8 : 19 october 2004 | gillingham | h | 2-1 | 10722 | hayles, dunne
row 9 : 23 october 2004 | cardiff city | h | 2-2 | 10476 | tessem, harris
row 10 : 30 october 2004 | stoke city | a | 0-1 | 14125 | None
row 11 : 2 november 2004 | queens park rangers | a | 1-1 | 16685 | hayles
row 12 : 13 november 2004 | preston north end | a | 1-1 | 22977 | hayles
row 13 : 27 november 2004 | burnley | a | 0-1 | 11471 | None
row 14 : 30 november 2004 | crewe alexandra | a | 1-2 | 5409 | ifill
row 15 : 11 december 2004 | brighton & hove albion | h | 2-0 | 12196 | dobie, ifill
row 16 : 18 december 2004 | leeds united | a | 1-1 | 26265 | morris (pen)
row 17 : 26 december 2004 | ipswich town | h | 3-1 | 14532 | hayles, dichio, dobie
row 18 : 28 december 2004 | derby county | a | 3-0 | 27725 | hayles (3)
row 19 : 3 january 2005 | rotherham united | h | 1-2 | 11725 | dunne
row 20 : 15 january 2005 | nottingham forest | a | 2-1 | 25949 | hayles, dunne
row 21 : 22 january 2005 | wolverhampton wanderers | h | 1-2 | 13145 | wise (pen)
row 22 : 5 february 2005 | queens park rangers | h | 0-0 | 15603 | None
row 23 : 12 february 2005 | gillingham | a | 0-0 | 9127 | None
row 24 : 19 february 2005 | stoke city | h | 0-1 | 11036 | None
row 25 : 6 march 2005 | leeds united | h | 1-1 | 11510 | robinson
row 26 : 15 march 2005 | coventry city | h | 1-1 | 8835 | morris (pen)
row 27 : 20 march 2005 | plymouth argyle | h | 3-0 | 11465 | sweeney, hayles,
row 28 : 5 april 2005 | reading | a | 1-2 | 14379 | dichio
row 29 : 9 april 2005 | crewe alexandra | h | 4-3 | 10767 | hayles, elliott,
row 30 : 24 april 2005 | preston north end | h | 2-1 | 11417 | sweeney, hayles
row 31 : 8 may 2005 | burnley | h | 0-0 | 12171 | None ] Execute this SQL based on the above table: select venue order by attendance limit 1 | a |
[ header: year | competition | venue | position | event | notes row 1 : 1987 | european junior championships | birmingham, united kingdom | None | 20 km walk | dq
row 2 : 1990 | european championships | split, yugoslavia | 4th | 20 km walk | 1:23.47
row 3 : 1991 | world championships | tokyo, japan | 10th | 20 km walk | 1:21:32
row 4 : 1991 | world championships | tokyo, japan | None | 50 km walk | dnf
row 5 : 1992 | olympic games | barcelona, spain | None | 20 km walk | dnf
row 6 : 1992 | olympic games | barcelona, spain | None | 50 km walk | dq
row 7 : 1993 | world indoor championships | toronto, canada | 2nd | 5000 m walk | 18:35.91
row 8 : 1993 | world championships | stuttgart, germany | None | 50 km walk | dq
row 9 : 1994 | european championships | helsinki, finland | None | 50 km walk | dq
row 10 : 1994 | european championships | helsinki, finland | 5th | 50 km walk | 3:45:57
row 11 : 1995 | world championships | gothenburg, sweden | 3rd | 50 km walk | 3:45.57
row 12 : 1996 | olympic games | atlanta, united states | 8th | 20 km walk | 1:21:13
row 13 : 1996 | olympic games | atlanta, united states | 1st | 50 km walk | 3:43:30
row 14 : 1997 | world championships | athens, greece | 1st | 50 km walk | 3:44:46
row 15 : 1998 | european championships | budapest, hungary | 1st | 50 km walk | 3:43:51
row 16 : 1999 | world race walking cup | mezidon-canon, france | 4th | 20 km walk | 1:20:52
row 17 : 1999 | world championships | seville, spain | None | 50 km walk | dq
row 18 : 2000 | european race walking cup | eisenhuttenstadt, germany | 1st | 20 km walk | 1:18:29
row 19 : 2000 | olympic games | sydney, australia | 1st | 20 km walk | 1:18:59 (or)
row 20 : 2000 | olympic games | sydney, australia | 1st | 50 km walk | 3:42:22
row 21 : 2001 | world championships | edmonton, canada | 1st | 50 km walk | 3:42.08
row 22 : 2001 | goodwill games | brisbane, australia | 2nd | 20,000 m walk | 1:19:52.0
row 23 : 2002 | european championships | munich, germany | 1st | 50 km walk | 3:36:39 (wr)
row 24 : 2003 | world championships | paris, france | 1st | 50 km walk | 3:36:03
row 25 : 2004 | olympic games | athens, greece | 1st | 50 km walk | 3:38:46 ] Execute this SQL based on the above table: select count ( venue ) | 25 |
[ header: date | operation | location | type | information row 1 : 16 july 1992 - 22 nov | operation maritime monitor | international waters off serbia | naval blockade | naval blockade aimed at enfor
row 2 : 16 october 1992 - 12 | operation sky monitor (resolution 781) | bosnian airspace | no-fly zone | established a no-fly zone over the
row 3 : 22 november 1992 - 1993 | operation maritime guard (resolution 787) | international waters in adriatic sea | naval blockade | authorized nato to use force, and
row 4 : 13 april 1993 - 20 de | operation deny flight (resolutions 816 | bosnian airspace | no-fly zone | resolution 816 extended the ban to cover flights by
row 5 : 15 june 1993 - 2 o | operation sharp guard (numerous resolutions) | yugoslavia | naval blockade | a widespread naval blockade aimed at
row 6 : 30 august - 20 september 1995 | operation deliberate force | bosnia and herzegovin | air campaign | involving approximately 400 aircraft, deliberate force targeted at
row 7 : 20 december 1995 - 20 dec | operation joint endeavour | bosnia and herzegovin | peacekeeping force | nato-led implementation force(if
row 8 : 21 december 1996 - 19 jun | operation joint guard | bosnia and herzegovin | peacekeeping force | nato-led stabilisation force(
row 9 : 20 june 1998 - 2 dec | operation joint forge | bosnia and herzegovin | peacekeeping force | a continuation of operation joint guard ] Execute this SQL based on the above table: select location order by location asc limit 1980 | bosnia and herzegovina, bosnia and herzegovina, bosnia and herzegovina, bosnia and herzegovina, bosnian airspace, bosnian airspace, international waters in adriatic sea, international waters off serbia, yugoslavia |
[ header: season | average | high | low | season tickets row 1 : 2001-02 serie a | 17956 | 27498 | 14704 | 12156
row 2 : 2002-03 serie a | 16306 | 25603 | 12980 | 11544
row 3 : 2003-04 serie a | 15904 | 23663 | 11463 | 10439
row 4 : 2004-05 serie a | 14044 | 23010 | 10711 | 9923
row 5 : 2005-06 serie a | 14372 | 23116 | 11575 | 10639
row 6 : 2006-07 serie a | 14644 | 20488 | 11946 | 11120
row 7 : 2007-08 serie a | 15427 | 25149 | 11890 | 11386
row 8 : 2008-09 serie b | 10031 | 12265 | 9261 | None
row 9 : 2009-10 serie a | 17061 | 21323 | 11870 | 13691
row 10 : 2010-11 serie a | 14524 | 19615 | 11975 | 10578
row 11 : 2011-12 serie a | 13646 | 19481 | 10800 | 9620
row 12 : 2012-13 serie a | 12740 | 19073 | 9627 | 10546 ] Execute this SQL based on the above table: select count ( season ) | 12 |
[ header: date | opponent | score | result | record row 1 : june 21 | sacramento | 60-70 | loss | 0-1
row 2 : june 23 | los angeles | 102-89 | win | 1-1
row 3 : june 26 | @ cleveland | 63-74 | loss | 1-2
row 4 : june 28 | houston | 58-76 | loss | 1-3
row 5 : july 2 | @ sacramento | 73-68 (ot) | win | 2-3
row 6 : july 3 | phoenix | 55-77 | loss | 2-4
row 7 : july 5 | new york | 53-66 | loss | 2-5
row 8 : july 7 | sacramento | 69-79 | loss | 2-6
row 9 : july 11 | @ los angeles | 68-75 | loss | 2-7
row 10 : july 12 | phoenix | 52-51 | win | 3-7
row 11 : july 14 | @ houston | 56-79 | loss | 3-8
row 12 : july 16 | @ charlotte | 63-75 | loss | 3-9
row 13 : july 17 | @ new york | 54-80 | loss | 3-10
row 14 : july 19 | @ cleveland | 68-95 | loss | 3-11
row 15 : july 22 | @ new york | 78-71 | win | 4-11
row 16 : july 26 | cleveland | 66-77 | loss | 4-12
row 17 : july 30 | @ los angeles | 69-91 | loss | 4-13
row 18 : august 2 | houston | 74-63 | win | 5-13
row 19 : august 4 | charlotte | 73-70 | win | 6-13
row 20 : august 6 | @ phoenix | 46-78 | loss | 6-14
row 21 : august 8 | @ sacramento | 78-93 | loss | 6-15
row 22 : august 11 | cleveland | 59-74 | loss | 6-16
row 23 : august 12 | @ houston | 56-76 | loss | 6-17
row 24 : august 16 | los angeles | 64-74 | loss | 6-18
row 25 : august 17 | @ phoenix | 63-71 (ot) | loss | 6-19
row 26 : august 19 | new york | 81-75 | win | 7-19
row 27 : august 21 | charlotte | 56-66 | loss | 7-20
row 28 : august 24 | @ charlotte | 52-70 | loss | 7-21 ] Execute this SQL based on the above table: select score where record = '5-13' group by score order by count ( * ) desc limit 1 | 74-63 |
[ header: year | ring name (birth name) | inducted by | inducted for | notes row 1 : 2007 | gene anderson | bill eadie | wrestling | posthumous induction; won the n
row 2 : 2007 | ole anderson (alan rog | bill eadie | wrestling | won the nwa mid-atlantic/
row 3 : 2007 | penny banner (mary ann kostec | nickla roberts | women's wrestling | won the nwa women's world
row 4 : 2007 | swede hanson (rober | gary hart | wrestling | posthumous induction; won the n
row 5 : 2008 | paul jones (paul fr | jack brisco | wrestling and managing | won the nwa mid-atlantic heavy
row 6 : 2008 | ivan koloff (oreal per | don kernodle | wrestling | won the nwa mid-atlantic heavy
row 7 : 2008 | thunderbolt patterson (claude | ole anderson | wrestling | won the nwa georgia
row 8 : 2008 | sandy scott (angus mackay | bob caudle | wrestling and promoting | worked as an executive for jim cro
row 9 : 2008 | grizzly smith (aurelian | magnum t.a | wrestling | won the nwa united states tag team
row 10 : 2008 | johnny weaver (kenneth | rip hawk | wrestling | posthumous induction; won the n
row 11 : 2009 | don fargo (don kalt) | jerry jarrett & | wrestling | won the nwa southern tag team championship
row 12 : 2009 | jackie fargo (henry | jerry jarrett & | wrestling | won the nwa world tag team championship
row 13 : 2009 | sonny fargo (jack lewis | jerry jarrett & | wrestling | posthumous induction; won the n ] Execute this SQL based on the above table: select notes group by notes order by count ( ring name (birth name) ) desc limit 1 | worked as an executive for jim crockett promotions and won the nwa world tag team championship (central states version) (1 time) and nwa southern tag team championship (mid-atlantic version) (3 times) |
[ header: rank | npc | gold | silver | bronze | total row 1 : 1 | china (chn) | 95 | 71 | 65 | 231
row 2 : 2 | russia (rus) | 36 | 38 | 28 | 102
row 3 : 3 | great britain (gbr) | 34 | 43 | 43 | 120
row 4 : 4 | ukraine (ukr) | 32 | 24 | 28 | 84
row 5 : 5 | australia (aus) | 32 | 23 | 30 | 85
row 6 : 6 | united states (usa) | 31 | 29 | 38 | 98
row 7 : 7 | brazil (bra) | 21 | 14 | 8 | 43
row 8 : 8 | germany (ger) | 18 | 26 | 22 | 66
row 9 : 9 | poland (pol) | 14 | 13 | 9 | 36
row 10 : 10 | netherlands (ned) | 10 | 10 | 19 | 39
row 11 : total (75 npcs) | total (75 npcs) | 503 | 503 | 516 | 1522 ] Execute this SQL based on the above table: select npc where total >= 624 | total (75 npcs) |
[ header: districts | ubigeo | area (km2) | population | population density (/km2) | created | postal code row 1 : ancon | 150102 | 299.22 | 29419 | 98.3 | 29 october 1874 | 2
row 2 : ate | 150103 | 77.72 | 419663 | 5399.7 | 2 january 1857 | 3
row 3 : barranco | 150104 | 3.33 | 45922 | 13790.4 | 26 october 1874 | 4
row 4 : carabayllo | 150106 | 346.88 | 188764 | 544.2 | 4 august 1821 | 6
row 5 : cieneguilla | 150109 | 240.33 | 15784 | 65.7 | 3 march 1970 | 40
row 6 : comas | 150110 | 48.75 | 464745 | 9533.2 | 12 december 1961 | 7
row 7 : el agustino | 150111 | 12.54 | 165425 | 13191.8 | 6 january 1965 | 10
row 8 : lima | 150101 | 21.88 | 278804 | 13187.2 | 2 january 1857 | 1
row 9 : magdalena del mar | 150120 | 3.61 | 48445 | 13419.7 | 10 may 1920 | 17
row 10 : miraflores | 150122 | 9.62 | 92815 | 9648.1 | 2 january 1857 | 18
row 11 : pachacamac | 150123 | 160.23 | 54763 | 341.8 | 2 january 1857 | 19
row 12 : pucusana | 150124 | 37.83 | 9231 | 244 | 22 january 1943 | 20
row 13 : pueblo libre | 150121 | 4.38 | 71892 | 16413.7 | 2 january 1857 | 21
row 14 : rimac | 150128 | 11.87 | 175793 | 14809.9 | 16 august 1921 | 25
row 15 : san bartolo | 150129 | 45.01 | 5733 | 127.4 | 5 may 1946 | 26
row 16 : san isidro | 150131 | 11.1 | 55309 | 6165.6 | 24 april 1931 | 27
row 17 : san juan de miraflore | 150133 | 23.98 | 335237 | 13979.9 | 12 january 1965 | 29
row 18 : san luis | 150134 | 3.49 | 46258 | 13254.4 | 30 may 1968 | 30
row 19 : san martin de porres | 150135 | 36.91 | 525155 | 14228 | 22 may 1950 | 31
row 20 : san miguel | 150136 | 10.72 | 124904 | 11651.5 | 10 may 1920 | 32
row 21 : santa maria del mar district | 150138 | 9.81 | 88 | 9 | 16 january 1962 | 37
row 22 : santa rosa | 150139 | 21.5 | 9379 | 436.2 | 7 february 1962 | 38
row 23 : santiago de surco | 150140 | 34.75 | 272690 | 7847.2 | 16 december 1929 | 33
row 24 : surquillo | 150141 | 3.46 | 84202 | 24335.8 | 15 july 1949 | 34 ] Execute this SQL based on the above table: select area (km2) order by population density (/km2) limit 1 | 9.81 |
[ header: result | record | opponent | method | date | round | location row 1 : loss | 31-3-0 | j.h. isbell | ko | 1934 mar 31 | 2 | cambridge, massachusetts
row 2 : loss | 31-2-0 | "modest" bill smith | ko | 1934 feb 27 | 2 | cambridge, massachusetts
row 3 : win | 31-1-0 | frankie hagen | ko | 1934 feb 24 | 1 | cambridge, massachusetts
row 4 : win | 30-1-0 | harry gardner | ko | 1934 feb 21 | 1 | cambridge, massachusetts
row 5 : win | 29-1-0 | sid stoneman | ko | 1934 feb 14 | 1 | cambridge, massachusetts
row 6 : win | 28-1-0 | frankie hagan | pts | 1934 jan 30 | 3 | cambridge, massachusetts
row 7 : win | 27-1-0 | basil barnett | ko | 1934 jan 24 | 2 | cambridge, massachusetts
row 8 : win | 25-1-0 | bob delmont | ko | 1934 jan 07 | 1 | cambridge, massachusetts
row 9 : loss | 24-1-0 | brad simmons | ko | 1934 jan 01 | 1 | cambridge, massachusetts
row 10 : win | 24-0-0 | herman zeinman | ko | 1933 | 1 | cambridge, massachusetts
row 11 : win | 23-0-0 | william beltran | ko | 1933 | 1 | cambridge, massachusetts
row 12 : win | 21-0-0 | lawrence "larry" o | ko | 1933 | 1 | cambridge, massachusetts
row 13 : win | 20-0-0 | igg rosenberg | ko | 1933 | 1 | cambridge, massachusetts
row 14 : win | 19-0-0 | melvin kenyon | ko | 1933 | 1 | cambridge, massachusetts
row 15 : win | 17-0-0 | samuel rodgway | ko | 1933 may 28 | 1 | cambridge, massachusetts
row 16 : exch | 16-0-0 | "irish" tommy mitchell | ko | 1933 may 21 | 1 | cambridge, massachusetts
row 17 : win | 15-0-0 | jim crawford | ko | 1933 may 14 | 1 | cambridge, massachusetts
row 18 : win | 14-0-0 | max levine | ko | 1933 may 7 | 1 | cambridge, massachusetts
row 19 : win | 13-0-0 | leo hart | ko | 1933 may 1 | 1 | cambridge, massachusetts
row 20 : win | 12-0-0 | paul benjamin | pts | 1932 | 3 | evanston, illinois
row 21 : win | 11-0-0 | fred chapman | ko | 1932 | 3 | evanston, illinois
row 22 : win | 10-0-0 | paul benjamin | ko | 1932 | 3 | evanston, illinois
row 23 : win | 9-0-0 | rod conley | ko | 1932 | 2 | evanston, illinois
row 24 : win | 8-0-0 | paul gilmore | ko | 1932 | 1 | chicago, illinois
row 25 : win | 7-0-0 | jack lewis | ko | 1932 | 3 | chicago, illinois
row 26 : exch | 6-0-0 | eddie mitchell | ko | 1932 | 1 | chicago, illinois ] Execute this SQL based on the above table: select count ( * ) where result = 'ko' and method - record > 23 | 0 |
[ header: single/ep | release date | label | format(s) | uk singles chart position | notes row 1 : "hundredweight" | 19 february 2001 | fierce panda records | cd, 7" | None | accompanied by b-sides: "
row 2 : "try not to think" | 11 march 2002 | jive records | cd, 7" | None | accompanied by b-sides: "
row 3 : "bleach" | 20 may 2002 | jive records | cd, 7" | 67 | accompanied by b-sides: "
row 4 : "you & me" | 9 september 2002 | jive records | 2xcd, 7" | 57 | accompanied by b-sides: "
row 5 : "junkies" | 27 january 2003 | jive records | 2xcd, 7" | 40 | accompanied by b-sides: "
row 6 : "2nd amendment" | 6 october 2003 | jive records | 2xcd, 7" | 42 | accompanied by b-sides: "
row 7 : "'til the day" | 19 january 2004 | jive records | 2xcd, 7" | 27 | accompanied by b-sides "stra
row 8 : "how did it ever come to this?" | 30 august 2004 | zomba / bmg | 2xcd, 7" | 50 | accompanied by b-sides: " ] Execute this SQL based on the above table: select count ( * ) where release date = 341 and single/ep < 1353 | 0 |
[ header: county | feinstein | votes | seymour | votes | horne | votes | meeu. | votes | boddie | votes | w/i | v's row 1 : san mateo | 67.25% | 181,990 | 27.89% | 75,470 | 1.84% | 4,983 | 1.29% | 3,478 | 1.73% | 4,684 | 0.00% | 0
row 2 : contra costa | 62.96% | 229,988 | 31.62% | 115,507 | 1.92% | 7,011 | 1.77% | 6,470 | 1.73% | 6,320 | 0.00% | 2
row 3 : sonoma | 62.84% | 121,471 | 29.38% | 56,793 | 3.02% | 5,846 | 2.43% | 4,702 | 2.33% | 4,502 | 0.00% | 0
row 4 : santa clara | 62.19% | 364,997 | 30.98% | 181,858 | 2.15% | 12,646 | 2.20% | 12,912 | 2.47% | 14,518 | 0.00% | 2
row 5 : monterey | 58.89% | 66,417 | 34.74% | 39,182 | 2.10% | 2,369 | 2.30% | 2,590 | 1.96% | 2,216 | 0.00% | 0
row 6 : los angeles | 58.72% | 1,552,223 | 34.03% | 899,656 | 3.18% | 84,093 | 2.09% | 55,380 | 1.97% | 52,123 | 0.00% | 20
row 7 : napa | 57.01% | 29,875 | 35.38% | 18,539 | 2.46% | 1,288 | 2.93% | 1,537 | 2.22% | 1,161 | 0.00% | 0
row 8 : del norte | 50.92% | 4,696 | 39.66% | 3,658 | 2.56% | 236 | 4.98% | 459 | 1.89% | 174 | 0.00% | 0
row 9 : merced | 47.61% | 22,010 | 43.79% | 20,246 | 2.79% | 1,289 | 2.95% | 1,365 | 2.86% | 1,323 | 0.00% | 0
row 10 : nevada | 46.04% | 20,044 | 44.73% | 19,476 | 2.90% | 1,261 | 3.32% | 1,444 | 3.02% | 1,313 | 0.00% | 0
row 11 : placer | 45.75% | 40,511 | 45.73% | 40,497 | 2.38% | 2,109 | 3.30% | 2,920 | 2.84% | 2,518 | 0.00% | 0
row 12 : mariposa | 45.38% | 3,681 | 43.98% | 3,568 | 3.09% | 251 | 5.07% | 411 | 2.48% | 201 | 0.00% | 0
row 13 : sierra | 45.12% | 818 | 44.57% | 808 | 2.48% | 45 | 3.47% | 63 | 4.36% | 79 | 0.00% | 0
row 14 : mono | 45.11% | 1,931 | 44.64% | 1,911 | 2.83% | 121 | 3.95% | 169 | 3.48% | 149 | 0.00% | 0
row 15 : butte | 44.72% | 37,396 | 45.57% | 38,111 | 2.96% | 2,477 | 3.56% | 2,980 | 3.19% | 2,666 | 0.00% | 0
row 16 : trinity | 42.41% | 2,743 | 43.66% | 2,824 | 3.80% | 246 | 6.29% | 407 | 3.83% | 248 | 0.00% | 0
row 17 : yuba | 40.76% | 6,890 | 46.63% | 7,882 | 3.07% | 518 | 6.09% | 1,030 | 3.45% | 584 | 0.00% | 0 ] Execute this SQL based on the above table: select meeu. where votes = 246 | 6.29% |
[ header: # | date | visitor | score | home | record | pts row 1 : 1 | december 27 | toronto | 7-1 | montreal canadiens | 1-0-0 | 2
row 2 : 2 | december 30 | quebec bulldogs | 5-8 | toronto | 2-0-0 | 4
row 3 : 3 | january 3 | toronto 228th battalion | 4-9 | toronto | 2-1-0 | 4
row 4 : 4 | january 6 | toronto | 2-3 | ottawa senators | 2-2-0 | 4
row 5 : 5 | january 10 | montreal wanderers | 4-9 | toronto | 3-2-0 | 6
row 6 : 6 | january 13 | montreal canadiens | 6-2 | toronto | 3-3-0 | 6
row 7 : 7 | january 17 | toronto | 5-1 | quebec bulldogs | 4-3-0 | 8
row 8 : 8 | january 20 | toronto | 6-8 | toronto 228th battalion | 4-4-0 | 8
row 9 : 9 | january 24 | ottawa senators | 5-8 | toronto | 5-4-0 | 10
row 10 : 10 | january 27 | toronto | 3-8 | montreal wanderers | 5-5-0 | 10 ] Execute this SQL based on the above table: select count ( * ) where visitor is null | 0 |
[ header: location | frequency | call sign | network | call sign meaning row 1 : beach | 91.9 | k220fi (kdp | news and classical | None
row 2 : bismarck | 90.5 | kcnd | news and classical | capital of north dakota
row 3 : bowman | 91.9 | k220fj (kdp | news and classical | None
row 4 : crosby | 91.9 | k220ff (kppw | news and classical | None
row 5 : devils lake | 91.7 | kppd | news and classical | prairie public radio devils lake
row 6 : dickinson | 89.9 | kdpr | news and classical | dickinson public radio
row 7 : fargo | 91.9 | kdsu | mixed news and classical & roots, rock, | north dakota state university
row 8 : grand forks | 89.3 | kund-fm | news and classical | university of north dakota
row 9 : grand forks | 90.7 | kfjm | roots, rock, and jazz | folk and jazz music
row 10 : jamestown | 91.5 | kprj | news and classical | public radio jamestown
row 11 : hettinger | 91.9 | k220fg (kdp | news and classical | None
row 12 : lisbon | 98.3 | k252ez (kdsu | mixed news and classical & roots, rock, | None
row 13 : minot | 88.9 | kmpr | news and classical | minot public radio
row 14 : plentywood, mt | 91.9 | k220fe (kppw | news and classical | None
row 15 : thief river falls, mn | 88.3 | k202bk (kund-f | news and classical | None
row 16 : tioga | 91.9 | k220fh (kppw | news and classical | None
row 17 : wahpeton | 94.7 | k234bx (kds | mixed news and classical & roots, rock, | None
row 18 : williston | 89.5 | kppr | roots, rock, and jazz | prairie public radio
row 19 : williston | 88.7 | kppw | news and classical | prairie public williston ] Execute this SQL based on the above table: select count ( * ) where call sign <= 1048 | 0 |
[ header: rank | name | height | floors | year | notes row 1 : 1 | zions bank building zions bank building | 323 ft (98 m) | 20 | 2013 | tallest building in state since 2013
row 2 : 2 | boise airport air traffic control tower | 295 ft (90 m) | None | 2009 | tallest atc tower in the northwest
row 3 : 3 | us bank plaza us bank building in downtown bois | 267 ft (81 m) | 19 | 1978 | tallest building in state from 1978 to 2013. "
row 4 : 3 | one capital center one capital center in downtown boise | 206 ft (63 m) | 14 | 1975 | tallest building in boise from 1975 to 1978
row 5 : 4 | idaho state capitol i | 198 ft (60 m) | 4 | 1920 | tallest building in boise from 1920 to 1975
row 6 : 5 | the grove hotel grove hotel in downtown bois | 196 ft (60 m) | 16 | 2000 | None
row 7 : 6 | the aspen aspen loft building in downtown bois | 194 ft (59 m) | 17 | 2009 | None
row 8 : 7 | wells fargo building wells fargo building | 182 ft (55 m) | 11 | 1988 | first interstate until 1996
row 9 : 8 | banner bank building banner bank building in downtown boise | 181 ft (55 m) | 11 | 2006 | None
row 10 : 9 | key tower key bank building in downtown boise, | 174 ft (53 m) | 13 | 1963 | bank of idaho until 1981
row 11 : 10 | bronco stadium bronco stadium in bois | 170 ft (52 m) | None | 1970 | None
row 12 : 11 | hoff building hoff building in downtown boise | 165 ft (50 m) | 14 | 1930 | None
row 13 : 12 | chase tower plaza chase building in downtown boise | 160 ft (49 m) | 11 | 1995 | washington mutual until 2009
row 14 : 13 | idaho power building i | 160 ft (49 m) | 9 | 1990 | None ] Execute this SQL based on the above table: select notes order by rank limit 37 | tallest building in state since 2013, tallest atc tower in the northwest, tallest building in state from 1978 to 2013. "idaho first plaza" until 1989, tallest building in boise from 1975 to 1978, tallest building in boise from 1920 to 1975, first interstate until 1996, bank of idaho until 1981, first interstate until 1988, washington mutual until 2009 |
[ header: year | fbs opponent | result | opponent's conference | opponent's head coach | charleston southern's head coach row 1 : 2015 | alabama crimson tide | None | sec | nick saban | jamey chadwell
row 2 : 2014 | georgia bulldogs | None | sec | mark richt | jamey chadwell
row 3 : 2014 | vanderbilt commodores | None | sec | derek mason | jamey chadwell
row 4 : 2013 | colorado buffaloes | l, 43-10 | pac-12 | mike macintyre | jamey chadwell
row 5 : 2012 | illinois fighting illini | l, 44-0 | big ten | tim beckman | jay mills
row 6 : 2011 | ucf knights | l, 62-0 | c-usa | george o'leary | jay mills
row 7 : 2011 | florida state seminoles | l, 62-10 | acc | jimbo fisher | jay mills
row 8 : 2010 | kentucky wildcats | l, 49-21 | sec | joker phillips | jay mills
row 9 : 2010 | hawaii warriors | l, 66-7 | wac | greg mcmackin | jay mills
row 10 : 2009 | south florida bulls | l, 59-0 | big east | jim leavitt | jay mills
row 11 : 2009 | florida gators | l, 62-3 | sec | urban meyer | jay mills
row 12 : 2008 | miami redhawks | l, 38-27 | mac | don treadwell | jay mills
row 13 : 2008 | miami hurricanes | l, 52-7 | acc | randy shannon | jay mills
row 14 : 2007 | hawaii warriors | l, 66-10 | wac | june jones | jay mills
row 15 : 2003 | south florida bulls | l, 55-7 | big east | jim leavitt | jay mills
row 16 : 2002 | south florida bulls | l, 56-6 | big east | jim leavitt | david dowd ] Execute this SQL based on the above table: select ( select result where charleston southern's head coach = 'jay mills' ) + ( select opponent's head coach where charleston southern's head coach = 'jay mills' ) | 44 |
[ header: institution | location | enrollment | nickname | varsity sports | rugby since | head coach row 1 : clemson university | clemson, south carolina | 20576 | tigers | 19 | 1967 | justin hickey
row 2 : maryland | college park, maryland | 37641 | terrapins | 20 | 1968 | jeff soeken
row 3 : navy | annapolis, maryland | 4576 | midshipmen | 30 | 1963 | mike flanagan
row 4 : north carolina | chapel hill, north carolina | 29340 | tar heels | 28 | 1966 | pete earsman
row 5 : north carolina state | raleigh, north carolina | 34767 | wolfpack | 25 | 1965 | jim latham
row 6 : university of virginia | charlottesville, virginia | 20895 | cavaliers | 25 | 1961 | jon roberts
row 7 : virginia tech | blacksburg, virginia | 30379 | hokies | 21 | 1891 / 1968 | andy richards
row 8 : wake forest | winston-salem, north car | 7079 | demon deacons | 18 | 1973 | patrick kane ] Execute this SQL based on the above table: select nickname where varsity sports < 20 order by varsity sports desc limit 1 | tigers |
[ header: season | tier | division | place row 1 : 1992-96 | 5 | regional | None
row 2 : 1996/97 | 4 | 3a | 16th
row 3 : 1997/98 | 4 | 3a | 5th
row 4 : 1998/99 | 4 | 3a | 12th
row 5 : 1999/00 | 4 | 3a | 4th
row 6 : 2000/01 | 4 | 3a | 6th
row 7 : 2001/02 | 4 | 3a | 4th
row 8 : 2002/03 | 4 | 3a | 3rd
row 9 : 2003/04 | 3 | 2ab | 19th
row 10 : 2004/05 | 4 | 3a | 2nd ] Execute this SQL based on the above table: select place where place in ( '2nd' , '3rd' ) order by tier asc limit 1 | 3rd |
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 9 | kimi raikkonen | mclaren-mercedes | 44 | 1:30:01.295 | 2 | 10
row 2 : 2 | 5 | fernando alonso | renault | 44 | 28.394 | 4 | 8
row 3 : 3 | 3 | jenson button | bar-honda | 44 | 32.077 | 8 | 6
row 4 : 4 | 7 | mark webber | williams-bmw | 44 | +1:09.167 | 9 | 5
row 5 : 5 | 2 | rubens barrichello | ferrari | 44 | +1:18.136 | 12 | 4
row 6 : 6 | 11 | jacques villeneuve | sauber-petronas | 44 | +1:27.435 | 14 | 3
row 7 : 7 | 17 | ralf schumacher | toyota | 44 | +1:27.574 | 5 | 2
row 8 : 8 | 18 | tiago monteiro | jordan-toyota | 43 | +1 lap | 19 | 1
row 9 : 9 | 15 | christian klien | red bull-cosworth | 43 | +1 lap | 16 | None
row 10 : 10 | 12 | felipe massa | sauber-petronas | 43 | +1 lap | 7 | None
row 11 : 11 | 19 | narain karthikeyan | jordan-toyota | 43 | +1 lap | 20 | None
row 12 : 12 | 21 | christijan albers | minardi-cosworth | 42 | +2 laps | 18 | None
row 13 : 13 | 20 | robert doornbos | minardi-cosworth | 41 | +3 laps | 17 | None
row 14 : 14 | 10 | juan pablo montoya | mclaren-mercedes | 40 | collision | 1 | None
row 15 : 15 | 8 | antonio pizzonia | williams-bmw | 39 | collision | 15 | None
row 16 : ret | 16 | jarno trulli | toyota | 34 | accident | 3 | None
row 17 : ret | 14 | david coulthard | red bull-cosworth | 18 | engine | 11 | None
row 18 : ret | 1 | michael schumacher | ferrari | 13 | collision | 6 | None
row 19 : ret | 4 | takuma sato | bar-honda | 13 | collision | 10 | None
row 20 : ret | 6 | giancarlo fisichella | renault | 10 | accident | 13 | None ] Execute this SQL based on the above table: select max ( time/retired ) - min ( time/retired ) where grid = 16 | 0.0 |
[ header: year | competition | venue | position | event | notes row 1 : 1992 | carifta games (u20) | nassau, bahamas | 1st | discus throw | 37.86 m
row 2 : 1992 | carifta games (u20) | nassau, bahamas | 3rd | javelin throw | 36.37 m
row 3 : 1999 | central american and caribbean championships | bridgetown, barbados | 2nd | javelin throw | 54.24 m
row 4 : 2000 | olympic games | sydney, australia | 21st (q) | javelin throw | 56.36 m
row 5 : 2005 | central american and caribbean championships | nassau, bahamas | 2nd | javelin throw | 61.10 m
row 6 : 2005 | world championships | helsinki, finland | 14th (q) | javelin throw | 58.49 m
row 7 : 2006 | commonwealth games | melbourne, australia | 3rd | javelin throw | 58.27 m
row 8 : 2006 | central american and caribbean games | cartagena, colombia | 4th | javelin throw | 56.82 m
row 9 : 2008 | olympic games | beijing, china | 34th (q) | javelin throw | 55.51 m
row 10 : 2011 | pan american games | guadalajara, me | 7th | javelin throw | 51.40 m ] Execute this SQL based on the above table: select year where event = 'javelin throw' order by notes desc limit 1 | 2005 |
[ header: rank | name | height ft / m | floors | year | notes row 1 : 1 | rhodes state office tower | 629 / 192 | 41 | 1973 | has been the tallest building in columbus
row 2 : 2 | leveque tower | 555 / 169 | 47 | 1927 | tallest building constructed in columbus in the
row 3 : 3 | william green building | 530 / 162 | 33 | 1990 | tallest building constructed in columbus in the
row 4 : 4 | huntington center | 512 / 156 | 37 | 1984 | tallest building constructed in columbus in the
row 5 : 5 | vern riffe state office tower | 503 / 153 | 32 | 1988 | None
row 6 : 6 | one nationwide plaza | 485 / 148 | 40 | 1976 | None
row 7 : 7 | franklin county courthouse | 464 / 141 | 27 | 1991 | None
row 8 : 8 | aep building | 456 / 139 | 31 | 1983 | None
row 9 : 9 | borden building | 438 / 134 | 34 | 1974 | None
row 10 : 10 | three nationwide plaza | 408 / 124 | 27 | 1989 | None
row 11 : 11 | one columbus center | 366 / 112 | 26 | 1987 | None
row 12 : 12 | columbus center | 357 / 109 | 25 | 1964 | tallest building constructed in columbus in the
row 13 : 13 | capitol square | 350 / 107 | 26 | 1984 | None
row 14 : 14 | continental center | 348 / 106 | 26 | 1973 | None
row 15 : 15 | pnc bank building | 317 / 97 | 25 | 1977 | None
row 16 : 16 | miranova condominiums | 314 / 96 | 26 | 2001 | tallest residential building in the state of o
row 17 : 17 | fifth third center | 302 / 92 | 25 | 1998 | None
row 18 : 18 | motorists mutual building | 286 / 87 | 21 | 1973 | None
row 19 : 19 | midland building | 280 / 85 | 21 | 1970 | None
row 20 : 20 | the condominiums at north bank park | 267 / 81 | 20 | 2007 | None
row 21 : 21= | lincoln tower dormitory | 260 / 79 | 26 | 1967 | None
row 22 : 21= | morrill tower dormitory | 260 / 79 | 26 | 1967 | None
row 23 : 23 | hyatt regency columbus | 256 / 78 | 20 | 1980 | None
row 24 : 24 | key bank building | 253 / 77 | 20 | 1963 | None
row 25 : 25 | adam's mark hotel | 243 / 74 | 16 | 1961 | None
row 26 : 26 | town center | 226 / 69 | 17 | 1974 | None
row 27 : 27 | 8 east broad street | 212 / 64.6 | 17 | 1906 | None
row 28 : 28 | huntington building | 202 / 59.4 | 13 | 1926 | None
row 29 : 29 | ohio judicial center | 200 / 57.9 | 14 | 1933 | None
row 30 : 30 | 16 east broad street | 180 / 64.4 | 13 | 1900 | None ] Execute this SQL based on the above table: select name where year = ( select min ( year ) ) | 16 east broad street |
[ header: season | winner | team | position | age row 1 : 1932-33 | carl voss | detroit red wings | c | 25
row 2 : 1933-34 | russ blinco | montreal maroons | c | 25
row 3 : 1934-35 | sweeney schriner | new york americans | lw | 22
row 4 : 1936-37 | syl apps | toronto maple leafs | c | 21
row 5 : 1937-38 | cully dahlstrom | chicago black hawks | c | 24
row 6 : 1939-40 | kilby macdonald | new york rangers | lw | 25
row 7 : 1940-41 | johnny quilty | montreal canadiens | c | 19
row 8 : 1946-47 | howie meeker | toronto maple leafs | rw | 21
row 9 : 1947-48 | jim mcfadden | detroit red wings | c | 27
row 10 : 1948-49 | pentti lund | new york rangers | rw | 22
row 11 : 1949-50 | jack gelineau | boston bruins | g | 24
row 12 : 1951-52 | bernie geoffrion | montreal canadiens | rw | 20
row 13 : 1952-53 | gump worsley | new york rangers | g | 23
row 14 : 1953-54 | camille henry | new york rangers | c | 20
row 15 : 1961-62 | bobby rousseau | montreal canadiens | rw | 21
row 16 : 1963-64 | jacques laperriere | montreal canadiens | d | 21
row 17 : 1964-65 | roger crozier | detroit red wings | g | 22
row 18 : 1967-68 | derek sanderson | boston bruins | c | 21
row 19 : 1969-70 | tony esposito | chicago black hawks | g | 26
row 20 : 1972-73 | steve vickers | new york rangers | lw | 21
row 21 : 1974-75 | eric vail | atlanta flames | lw | 20
row 22 : 1975-76 | bryan trottier | new york islanders | c | 19
row 23 : 1976-77 | willi plett | atlanta flames | rw | 21
row 24 : 1977-78 | mike bossy | new york islanders | rw | 20
row 25 : 1982-83 | steve larmer | chicago black hawks | rw | 21
row 26 : 1983-84 | tom barrasso | buffalo sabres | g | 18
row 27 : 1984-85 | mario lemieux | pittsburgh penguins | c | 19
row 28 : 1986-87 | luc robitaille | los angeles kings | lw | 20
row 29 : 1987-88 | joe nieuwendyk | calgary flames | c | 21
row 30 : 1992-93 | teemu selanne | winnipeg jets | rw | 22
row 31 : 1994-95 | peter forsberg | quebec nordiques | c | 21
row 32 : 1995-96 | daniel alfredsson | ottawa senators | rw | 22
row 33 : 1997-98 | sergei samsonov | boston bruins | lw | 19
row 34 : 1998-99 | chris drury | colorado avalanche | c | 22
row 35 : 2001-02 | dany heatley | atlanta thrashers | rw | 20
row 36 : 2003-04 | andrew raycroft | boston bruins | g | 23 ] Execute this SQL based on the above table: select season order by age desc limit 1 | 1947-48 |
[ header: airline | airline (in russian) | licence # | icao | iata | domestic code | callsign | photo row 1 : aeroservice | ооо «авиаком | 408 | None | None | юг | None | None
row 2 : altay airlines | алтаиское крае | 333 | None | None | бш | None | None
row 3 : bural | оао «авиаком | 218 | bun | u4 | бю | bural | None
row 4 : flight inspections and systems | зао «летные | 467 | lts | None | лт | specair | None
row 5 : globus | ооо «глобус | 515 | glp | gh | гл | globus | None
row 6 : grozny avia | оао «авиаком | 519 | goz | zg | гг | groznyy avia | None
row 7 : i-fly | ооо «аи фла | 533 | rsy | h5 | фл | russian sky | None
row 8 : iraero | зао «авиаком | 480 | iae | io | рд | iraero | None
row 9 : kogalymavia | ооо «авиаком | 165 | kgl | 7k | 7к | kogalym | None
row 10 : mbks | оао «мбк-с | None | plg | None | None | pilgrim | None
row 11 : orenburg tsentralny airport | федеральное | 539 | org | o7 | уэ | orenavia | None
row 12 : panh aircompany | ооо «авиаци | 542 | None | None | шс | None | None
row 13 : polar airlines | оао «авиаком | 538 | rka | None | яп | air sakha | None
row 14 : rossiya | оао «авиаком | 2 | sdm | fv | пл | russia | None
row 15 : sokol | зао «авиаком | 284 | piv | None | юп | aerosokol | None
row 16 : utair express | ооо «ютэир | 504 | utx | ur | юр | kominter | None ] Execute this SQL based on the above table: select airline where airline in ( 'mbks' , 'globus' ) order by licence # - licence # desc limit 1 | globus |
[ header: # | stadium | capacity | city | home team row 1 : 1 | windsor park | 24734 | belfast | linfield, northern ireland
row 2 : 2 | the oval | 15000 | belfast | glentoran
row 3 : 3= | ballymena showgrounds | 8000 | ballymena | ballymena united
row 4 : 3= | new grosvenor stadium | 8000 | ballyskeagh | lisburn distillery
row 5 : 3= | shamrock park | 8000 | portadown | portadown
row 6 : 6 | brandywell stadium | 7700 | derry | derry city
row 7 : 7= | seaview | 6500 | belfast | crusaders
row 8 : 7= | the showgrounds | 6500 | coleraine | coleraine
row 9 : 7= | the showgrounds | 6500 | newry | newry city
row 10 : 10= | inver park | 6000 | larne | larne
row 11 : 10= | solitude | 6000 | belfast | cliftonville
row 12 : 10= | taylors avenue | 6000 | carrickfergus | carrick rangers
row 13 : 13 | dixon park | 5333 | ballyclare | ballyclare comrades
row 14 : 14 | mourneview park | 5000 | lurgan | glenavon
row 15 : 15 | donegal celtic park | 4200 | belfast | donegal celtic
row 16 : 16= | holm park | 3000 | armagh | armagh city
row 17 : 16= | lakeview park | 3000 | loughgall | loughgall
row 18 : 16= | ymca grounds | 3000 | drumahoe | institute
row 19 : 16= | stangmore park | 3000 | dungannon | dungannon swifts
row 20 : 16= | tillysburn park | 3000 | belfast | harland & wolff welder
row 21 : 21 | clandeboye park | 2850 | bangor | bangor, ards
row 22 : 22 | wilgar park | 2500 | belfast | dundela
row 23 : 23= | allen park | 2000 | antrim | chimney corner
row 24 : 23= | ferney park | 2000 | ballinamallard | ballinamallard united
row 25 : 23= | hagan park | 2000 | coagh | coagh united
row 26 : 23= | mill meadow | 2000 | castledawson | wakehurst, moyola park
row 27 : 23= | riada stadium | 2000 | ballymoney | glebe rangers, ballymoney
row 28 : 28= | crystal park | 1500 | banbridge | banbridge town
row 29 : 28= | fortwilliam park | 1500 | tobermore | tobermore united
row 30 : 28= | newforge lane | 1500 | belfast | psni
row 31 : 28= | the showgrounds (limavady) | 1500 | limavady | limavady united
row 32 : 32 | tandragee road | 1250 | portadown | annagh united
row 33 : 33 | darragh park | 1200 | castlederg | dergview
row 34 : 34= | knockrammer park | 1000 | lurgan | lurgan celtic
row 35 : 34= | mid ulster sports arena | 1000 | cookstown | killymoon rangers
row 36 : 36 | seahaven | 500 | portstewart | portstewart
row 37 : 37 | glen road heights | 400 | belfast | sport & leisure swifts
row 38 : 38 | upper braniel | 300 | belfast | knockbreda
row 39 : 39 | milltown playing fields | 280 | warrenpoint | warrenpoint town
row 40 : None | upper malone | None | belfast | queen's university ] Execute this SQL based on the above table: select # where stadium = 'ymca grounds' | 16.0 |
[ header: airline | airline (in russian) | licence # | icao | iata | domestic code | callsign | photo row 1 : aeroservice | ооо «авиаком | 408 | None | None | юг | None | None
row 2 : altay airlines | алтаиское крае | 333 | None | None | бш | None | None
row 3 : bural | оао «авиаком | 218 | bun | u4 | бю | bural | None
row 4 : flight inspections and systems | зао «летные | 467 | lts | None | лт | specair | None
row 5 : globus | ооо «глобус | 515 | glp | gh | гл | globus | None
row 6 : grozny avia | оао «авиаком | 519 | goz | zg | гг | groznyy avia | None
row 7 : i-fly | ооо «аи фла | 533 | rsy | h5 | фл | russian sky | None
row 8 : iraero | зао «авиаком | 480 | iae | io | рд | iraero | None
row 9 : kogalymavia | ооо «авиаком | 165 | kgl | 7k | 7к | kogalym | None
row 10 : mbks | оао «мбк-с | None | plg | None | None | pilgrim | None
row 11 : orenburg tsentralny airport | федеральное | 539 | org | o7 | уэ | orenavia | None
row 12 : panh aircompany | ооо «авиаци | 542 | None | None | шс | None | None
row 13 : polar airlines | оао «авиаком | 538 | rka | None | яп | air sakha | None
row 14 : rossiya | оао «авиаком | 2 | sdm | fv | пл | russia | None
row 15 : sokol | зао «авиаком | 284 | piv | None | юп | aerosokol | None
row 16 : utair express | ооо «ютэир | 504 | utx | ur | юр | kominter | None ] Execute this SQL based on the above table: select domestic code where licence # = 284 | юп |
[ header: country | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | 2011 row 1 : australia | 160 | 230 | 290 | 230 | 200 | 200 | 200 | None | None | None | None | None
row 2 : brazil | 30000 | 22000 | 26000 | 29000 | 29900 | 35000 | 40000 | 57300 | 58000 | 58000 | 58000 | 58000
row 3 : canada | 2290 | 3200 | 3410 | 3280 | 3400 | 3310 | 4167 | 3020 | 4380 | 4330 | 4420 | 4400
row 4 : congo d.r | None | 50 | 50 | 13 | 52 | 25 | None | None | None | None | None | None
row 5 : mozambique | None | None | 5 | 34 | 130 | 34 | 29 | None | None | None | None | None
row 6 : nigeria | 35 | 30 | 30 | 190 | 170 | 40 | 35 | None | None | None | None | None
row 7 : rwanda | 28 | 120 | 76 | 22 | 63 | 63 | 80 | None | None | None | None | None
row 8 : world | 32600 | 25600 | 29900 | 32800 | 34000 | 38700 | 44500 | 60400 | 62900 | 62900 | 62900 | 63000 ] Execute this SQL based on the above table: select 2010 where country = 'canada' | 4420.0 |
[ header: season | skip | third | second | lead | events row 1 : 1995-96 | arnold asham | david nedohin | sean nedohin | don rudd | None
row 2 : 1996-97 | dale duguid | james kirkness | david nedohin | doug armstrong | None
row 3 : 1997-98 | david nedohin (four | randy ferbey (skip | carter rycroft | pat mccallum | None
row 4 : 1998-99 | david nedohin (four | randy ferbey (skip | scott pfeifer | carter rycroft | None
row 5 : 2000-01 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2001 alta., brier, w
row 6 : 2001-02 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2002 alta., brier, w
row 7 : 2002-03 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2003 alta., brier, w
row 8 : 2003-04 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2004 alta., brier
row 9 : 2004-05 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2005 alta., brier, w
row 10 : 2007-08 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2008 alta
row 11 : 2008-09 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2009 alta
row 12 : 2009-10 | david nedohin (four | randy ferbey (skip | scott pfeifer | marcel rocque | 2009 coct, 2010 alta
row 13 : 2010-11 | randy ferbey | david nedohin | blayne iskiw | david harper | 2011 alta
row 14 : 2011-12 | david nedohin (four | randy ferbey (skip | ted appelman | brendan melnyk | None
row 15 : 2012-13 | david nedohin | colin hodgson | mike westlund | tom sallows | None
row 16 : 2013-14 | kevin martin | david nedohin | marc kennedy | ben hebert | 2013 coct, 2014 alta ] Execute this SQL based on the above table: select lead where skip = 'randy ferbey' | david harper |
[ header: district | area size (km2) | population | density per km2 row 1 : yamato flat inland plain | 837.27 | 1,282 | 1,531
row 2 : (share in %) | 22.7% | 89.7% | None
row 3 : yamato highland | 506.89 | 56 | 110
row 4 : (share in %) | 13.7% | 3.9% | None
row 5 : gojo, yoshino | 2,346.84 | 92 | 39
row 6 : (share in %) | 63.6% | 6.4% | None
row 7 : total prefecture | 3,691.09 | 1,430 | 387
row 8 : (share in %) | 100.0% | 100.0% | None ] Execute this SQL based on the above table: select district where density per km2 = 387 | total prefecture |
[ header: year | track | number | team | car | round result row 1 : 1996 | pukekohe park raceway | 1 | holden racing team | holden vr commodore | 1st
row 2 : 2001 | pukekohe park raceway | 51 | k-mart racing team | holden vx commodore | 1st
row 3 : 2002 | pukekohe park raceway | 51 | k-mart racing team | holden vx commodore | 1st
row 4 : 2003 | pukekohe park raceway | 51 | k-mart racing team | holden vy commodore | 1st
row 5 : 2004 | pukekohe park raceway | 51 | k-mart racing team | holden vy commodore | 3rd
row 6 : 2005 | pukekohe park raceway | 51 | paul weel racing | holden vz commodore | 1st
row 7 : 2006 | pukekohe park raceway | 51 | paul weel racing | holden vz commodore | 15th
row 8 : 2007 | pukekohe park raceway | 51 | tasman motorsport | holden ve commodore | 11th
row 9 : 2008 | hamilton street circuit | 51 | tasman motorsport | holden ve commodore | 25th
row 10 : 2009 | hamilton street circuit | 51 | tasman motorsport | holden ve commodore | 22nd
row 11 : 2010 | hamilton street circuit | 51 | paul morris motorsport | holden ve commodore | 14th
row 12 : 2011 | hamilton street circuit | 11 | pepsi max crew | holden ve commodore | 24th
row 13 : 2012 | hamilton street circuit | 51 | pepsi max crew | holden ve commodore | 24th ] Execute this SQL based on the above table: select round result where id = ( select id where round result = '11th' ) - 1 | 15th |
[ 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 max ( silver ) | tucker fredricks united states |
[ header: team | outgoing manager | manner of departure | date of vacancy | replaced by | date of appointment | position in table row 1 : manchester city | stuart pearce | contract terminated | 14 may 2007 | sven-goran eriks | 6 july 2007 | pre-season
row 2 : chelsea | jose mourinho | mutual consent | 20 september 2007 | avram grant | 20 september 2007 | 5th
row 3 : bolton wanderers | sammy lee | mutual consent | 17 october 2007 | gary megson | 25 october 2007 | 19th
row 4 : tottenham hotspur | martin jol | contract terminated | 25 october 2007 | juande ramos | 27 october 2007 | 18th
row 5 : wigan athletic | chris hutchings | contract terminated | 5 november 2007 | steve bruce | 26 november 2007 | 18th
row 6 : birmingham city | steve bruce | wigan purchased rights for £3m | 19 november 2007 | alex mcleish | 28 november 2007 | 15th
row 7 : derby county | billy davies | mutual consent | 26 november 2007 | paul jewell | 28 november 2007 | 20th
row 8 : fulham | lawrie sanchez | contract terminated | 21 december 2007 | roy hodgson | 30 december 2007 | 18th
row 9 : newcastle united | sam allardyce | mutual consent | 9 january 2008 | kevin keegan | 16 january 2008 | 11th
row 10 : chelsea | avram grant | contract terminated | 24 may 2008 | luiz felipe scolari | 1 july 2008 | post-season (2nd)
row 11 : manchester city | sven-goran eriks | mutual consent | 2 june 2008 | mark hughes | 4 june 2008 | post-season (9th)
row 12 : blackburn rovers | mark hughes | manchester city purchased rights for £4.6m | 4 june 2008 | paul ince | 22 june 2008 | post-season (7th) ] Execute this SQL based on the above table: select replaced by where replaced by = 'luiz felipe scolari' | luiz felipe scolari |
[ header: term (french) | description | temperature range | temperature range | usda recommended row 1 : extra-rare or blue (bleu) | very red and cold | 46-49 °c | 115-120 °f | None
row 2 : rare (saignant) | cold red center; soft | 52-55 °c | 125-130 °f | None
row 3 : medium rare (a point) | warm red center; firmer | 55-60 °c | 130-140 °f | 145 °f
row 4 : medium (demi-anglais) | pink and firm | 60-65 °c | 140-150 °f | 160 °f
row 5 : medium well (cuit) | small amount of pink in the center | 65-69 °c | 150-155 °f | None
row 6 : well done (bien cuit) | gray-brown throughout; firm | 71-100 °c | 160-212 °f | 170 °f
row 7 : over cooked (trop cuit, carbonise | blacken throughout; hard | > 100 °c | > 212 °f | 300 °f ] Execute this SQL based on the above table: select count ( description ) | 7 |
[ header: date | time | opponent# | rank# | site | tv | result | attendance row 1 : september 1 | 2:30 pm | nevada | #19 | memorial stadium • lincoln, | abc | w 52-10 | 84078
row 2 : september 8 | 11:00 am | at wake forest | #17 | bb&t field • winston- | espn | w 20-17 | 32483
row 3 : september 15 | 7:00 pm | #1 usc | #14 | memorial stadium • lincoln, | abc | l 31-49 | 84959
row 4 : september 22 | 11:30 am | ball state | #22 | memorial stadium • lincoln, | fsn ppv | w 41-40 | 84294
row 5 : september 29 | 1:05 pm | iowa state | #22 | memorial stadium • lincoln, | None | w 35-17 | 84703
row 6 : october 6 | 8:15 pm | at #17 missouri | #23 | faurot field • columbia | espn | l 6-41 | 70049
row 7 : october 13 | 11:30 am | oklahoma state | None | memorial stadium • lincoln, | ppv | l 14-45 | 84334
row 8 : october 20 | 1:05 pm | texas a&m | None | memorial stadium • lincoln, | None | l 14-36 | 84473
row 9 : october 27 | 2:30 pm | at #16 texas | None | darrell k royal-texas memorial | abc | l 25-28 | 85968
row 10 : november 3 | 11:30 am | at #8 kansas | None | memorial stadium • lawrence, ks | fsn | l 39-76 | 51910
row 11 : november 10 | 11:30 am | kansas state | None | memorial stadium • lincoln, | versus | w 73-31 | 84665
row 12 : november 23 | 11:00 am | at colorado | None | folsom field • boulder, co (rival | abc | l 51-65 | 51403 ] Execute this SQL based on the above table: select rank# where attendance > 582 | #19, #17, #14, #22, #22, #23 |
[ header: date | ship | nationality | tonnage | fate row 1 : 19 august 1941 | ss aguila | united kingdom | 3255 | sunk
row 2 : 27 november 1941 | hmas parramatta | royal australian navy | 1060 | sunk
row 3 : 23 december 1941 | ss shuntien | united kingdom | 3059 | sunk
row 4 : 26 december 1941 | ss warszawa | poland | 2487 | sunk
row 5 : 10 june 1942 | mv athene | norway | 4681 | sunk
row 6 : 10 june 1942 | ss brambleleaf | united kingdom | 5917 | damaged ] Execute this SQL based on the above table: select ship group by ship order by count ( * ) desc limit 1 | ss warszawa |
[ header: name | type | circle | bench | formed | notes row 1 : uberlingen | imperial city | swab | sw | 1268 | 1803: mediatized to baden
row 2 : ulm | 1155: free imperial city | swab | sw | 1115 | 1803: mediatized to bavaria
row 3 : umpfenbach | lordship 1805: hre | None | None | None | to trauttmansdorff
row 4 : unterwalden | imperial valley | None | None | 1415 | division into nidwalden and
row 5 : upper salm | 1163: county | None | None | 1170 | partitioned from salm 1499: raised
row 6 : upper bavaria (oberbayern | duchy | None | None | 1255 | None
row 7 : upper schonburg | county | upp sax | None | 1569 | partitioned from schonburg 1800: partitione
row 8 : urach | county | None | None | None | 1060: 1st mention of ur
row 9 : uri | imperial valley | None | None | 1231 | split off from habsburg 1648: left empire
row 10 : ursberg | 1143: hre abbey | swab | None | None | 1803; secularized
row 11 : utrecht | bishopric | burg | ec | 1024 | 1512: burgundian circle 1528
row 12 : uznach | county | None | None | None | None ] Execute this SQL based on the above table: select type order by name desc limit 1 | county |
[ header: version | date | development cycle | size (in kb) | download | notes row 1 : 0.1 | 9 june 1993 | beta | None | evolt | None
row 2 : 0.2 | 14 june 1993 | beta | None | None | changelog
row 3 : 0.3 | 16 june 1993 | beta | None | None | changelog
row 4 : 0.4 | 18 june 1993 | beta | None | None | changelog
row 5 : 0.5 | 24 june 1993 | beta | None | None | changelog
row 6 : 0.6 | 30 june 1993 | beta | None | None | changelog
row 7 : 0.8 | 5 november 1993 | beta | None | None | changelog (distinct version discontinued)
row 8 : 0.9 | 12 november 1993 | beta-pre | None | None | None
row 9 : 0.9 | 16 november 1993 | beta | None | None | changelog
row 10 : 0.9 | 22 november 1993 | winsock alpha r9.2 | None | None | None
row 11 : 1 | 17 february 1994 | release | None | evolt | None
row 12 : 1.01 | None | release | None | None | None
row 13 : 1.01a | 17 march 1994 | release | 521 | [5], evolt | changelog
row 14 : 2 | None | alpha | None | None | development ceased ] Execute this SQL based on the above table: select count ( download ) where size (in kb) > 'None' | 0 |
[ header: position | driver | no. | car | entrant | rd 1 | rd 2 | rd 3 | rd 4 | rd 5 | rd 6 | rd 7 | rd 8 | total row 1 : 1 | greg crick | 3 | dodge viper gts ac | crickcars.com | 98 | 108 | 91 | 72 | 98 | 96 | 60 | 90 | 713
row 2 : 5 | sven burchartz | 90 | porsche 996 gt3 | cargraphic ag | 32 | 18 | None | 63 | 57 | 69 | 114 | 85.5 | 438.5
row 3 : 6 | david wall | 38 | porsche 996 gt3 r | rds | 32 | 37.5 | 63 | None | 80 | 33 | None | 117 | 362.5
row 4 : 7 | john teulan | 88 | ferrari 360 challenge ferrari f430 challenge | industry central - stahlwille | 47 | 48 | 61 | 77 | None | 48 | 48 | 19.5 | 348.5
row 5 : 8 | max twigg | 18 & 17 | porsche 996 gt3 | twigg waste management luxton | 45 | 33 | 51 | 14 | 37 | 57 | None | 66 | 303
row 6 : 9 | d'arcy russell | 7 | dodge viper gts ac | dupont | 34 | 31.5 | None | 23 | None | 117 | None | 60 | 265.5
row 7 : 14 | paul tressider | 23 | porsche 996 gt3 cup car | wynn tressider management | 29 | 22.5 | 49 | None | None | 45 | None | 43.5 | 189
row 8 : 16 | damien flack | 55 | porsche 996 gt3 cup car | roock | None | None | 69 | 12 | None | 54 | None | 25.5 | 160.5
row 9 : 18 | bill pye | 44 | porsche 996 gt3 cup car | autohaus hamilton property solutions group | None | 58.5 | None | None | None | 39 | None | 43.5 | 141
row 10 : 19 | anthony skinner | 46 | porsche 996 gt3 | travelplan ski holiday | 52 | 18 | None | None | None | None | 69 | None | 139
row 11 : 20 | andrew luxton | 17 & 18 | porsche 996 gt3 cup car | luxton plant twigg waste | None | None | None | None | None | 57 | None | 66 | 123
row 12 : 22 | ian palmer | 20 | honda nsx | instant fountains paluky ho | 25 | None | 33 | 53 | None | None | None | None | 111
row 13 : 24 | kevin miller | 2 | ferrari f430 | property solutions group | None | None | None | None | None | None | 63 | 36 | 99
row 14 : 26 | peter hackett | 5 | lamborghini diablo gt | team lamborghini australia | None | 91.5 | None | None | None | None | None | None | 91.5
row 15 : 28 | graeme cook | 91 | porsche 996 gt3 cup car | container solutions | 27 | None | None | None | 58 | None | None | None | 85
row 16 : 32 | stuart kostera | 70 | porsche 996 gt3 cup car | phr scuderia | None | None | None | 73 | None | None | None | None | 73
row 17 : 34 | justin levis | 78 | lotus elise motorsport 200 | cue autohaus hamilton | None | 24 | None | None | None | 39 | None | None | 63 ] Execute this SQL based on the above table: select ( select rd 3 where entrant = 'industry central - stahlwille' ) - ( select rd 3 where entrant = 'industry central - stahlwille' ) | 0.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.