inputs
stringlengths 291
3.71k
| targets
stringlengths 1
2.65k
|
---|---|
[ header: year | title | role | notes row 1 : 1979 | california fever | lisa bannister | episode: "the girl from somewhere"
row 2 : 1984 | faerie tale theatre | snow white | episode: "snow white and the seven dwarf
row 3 : 1993 | performance | beatrice-joanna | episode: "the changeling"
row 4 : 1995 | if not for you | jessie kent | 8 episodes
row 5 : 1996 | tracey takes on | judge loring | episode: "vanity"
row 6 : 1996 | tales from the crypt | laura kendall | episode: "horror in the night
row 7 : 1999 | the scarlet pimpernel | lady margaret blakeney | 3 episodes
row 8 : 2001 | table 12 | mel | episode: "preserves"
row 9 : 2003 | the brotherhood of poland, new | helen shaw | 7 episodes
row 10 : 2006 | three moons over milford | laura davis | 8 episodes
row 11 : 2007 | law and order: special victims unit | dr. faith sutton | episode: "harm"
row 12 : 2007-2008 | freezing | elizabeth | 3 episodes
row 13 : 2008 | agatha christie: po | dame celia westholme | episode: "appointment with death"
row 14 : 2009 | 10 minute tales | the ex-wife | episode: "the running of the deer"
row 15 : 2010-present | downton abbey | cora, countess of grantham | 29 episodes screen actors guild award for outstanding performance by ] Execute this SQL based on the above table: select role group by role order by count ( * ) desc limit 1 | the ex-wife |
[ header: club | season | league apps | league goals | fa cup apps | fa cup goals | league cup apps | league cup goals | other apps | other goals | total apps | total goals row 1 : bristol rovers | 2000-01 | 10 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 10 | 2
row 2 : bristol rovers | 2001-02 | 31 | 3 | 3 | 0 | 2 | 0 | 3 | 0 | 39 | 3
row 3 : bristol rovers | 2002-03 | 9 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 11 | 0
row 4 : bristol rovers | total | 50 | 5 | 4 | 0 | 2 | 0 | 4 | 0 | 60 | 5
row 5 : yeovil town | 2002-03 | 13 | 13 | 0 | 0 | 0 | 0 | 2 | 1 | 15 | 14
row 6 : yeovil town | 2003-04 | 43 | 8 | 3 | 1 | 1 | 0 | 2 | 1 | 49 | 10
row 7 : yeovil town | 2004-05 | 44 | 3 | 5 | 0 | 2 | 0 | 1 | 0 | 52 | 3
row 8 : yeovil town | 2005-06 | 36 | 2 | 3 | 0 | 2 | 1 | 1 | 0 | 42 | 3
row 9 : yeovil town | total | 136 | 26 | 11 | 1 | 5 | 1 | 6 | 2 | 158 | 30
row 10 : carlisle united | 2006-07 | 45 | 8 | 1 | 0 | 1 | 0 | 1 | 0 | 48 | 8
row 11 : carlisle united | 2007-08 | 21 | 1 | 2 | 0 | 2 | 0 | 2 | 2 | 27 | 3
row 12 : carlisle united | 2008-09 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0
row 13 : carlisle united | total | 66 | 9 | 3 | 0 | 3 | 0 | 3 | 2 | 75 | 11
row 14 : darlington (loan) | 2008-09 | 8 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 0
row 15 : lincoln city (loan | 2008-09 | 9 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 11 | 0
row 16 : port vale (loan) | 2008-09 | 7 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 0
row 17 : darlington | 2009-10 | 10 | 2 | 0 | 0 | 0 | 0 | 2 | 0 | 12 | 2
row 18 : york city | 2009-10 | 5 | 1 | 1 | 0 | 0 | 0 | 3 | 0 | 9 | 1
row 19 : wrexham | 2010-11 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 5 | 0
row 20 : career total | career total | 296 | 43 | 19 | 1 | 11 | 1 | 19 | 4 | 345 | 49 ] Execute this SQL based on the above table: select count ( * ) where club = 'bristol rovers' | 4 |
[ 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 count ( team ) where team = 'quebec nordiques' | 1 |
[ header: year | competition | venue | position | notes row 1 : 1991 | european junior championships | thessaloniki, gree | 10th | 4.90 m
row 2 : 1992 | world junior championships | seoul, south korea | 1st | 5.45 m
row 3 : 1996 | european indoor championships | stockholm, sweden | 14th (q) | 5.45 m
row 4 : 1996 | olympic games | atlanta, united states | 23rd (q) | 5.40 m
row 5 : 1997 | world championships | athens, greece | 27th (q) | 5.30 m
row 6 : 1998 | european championships | budapest, hungary | 10th | 5.40 m
row 7 : 2000 | european indoor championships | ghent, belgium | 13th (q) | 5.20 m
row 8 : 2001 | universiade | beijing, pr china | 3rd | 5.60 m
row 9 : 2005 | european indoor championships | madrid, spain | 15th (q) | 5.40 m
row 10 : 2006 | world indoor championships | moscow, russia | 14th (q) | 5.45 m
row 11 : 2006 | european championships | gothenburg, sweden | 8th | 5.50 m ] Execute this SQL based on the above table: select position order by competition desc limit 1 | 1st |
[ header: state | no. of candidates | no. of elected | total no. of seats in assembly | year of election row 1 : andhra pradesh | 12 | 6 | 294 | 2004
row 2 : assam | 19 | 1 | 126 | 2001
row 3 : bihar | 153 | 5 | 324 | 2000
row 4 : chhattisgarh | 18 | 0 | 90 | 2003
row 5 : delhi | 2 | 0 | 70 | 2003
row 6 : goa | 3 | 0 | 40 | 2002
row 7 : gujarat | 1 | 0 | 181 | 2002
row 8 : haryana | 10 | 0 | 90 | 2000
row 9 : himachal pradesh | 7 | 0 | 68 | 2003
row 10 : jammu and kashmir | 5 | 0 | 87 | 2002
row 11 : karnataka | 5 | 0 | 224 | 2004
row 12 : kerala | 22 | 17 | 140 | 2006
row 13 : madhya pradesh | 17 | 0 | 230 | 2003
row 14 : maharashtra | 19 | 0 | 288 | 1999
row 15 : manipur | 16 | 4 | 60 | 2006
row 16 : meghalaya | 3 | 0 | 60 | 2003
row 17 : mizoram | 4 | 0 | 40 | 2003
row 18 : odisha | 6 | 1 | 147 | 2004
row 19 : puducherry | 2 | 0 | 30 | 2001
row 20 : punjab | 11 | 0 | 117 | 2006
row 21 : rajasthan | 15 | 0 | 200 | 2003
row 22 : tamil nadu | 8 | 6 | 234 | 2006
row 23 : tripura | 2 | 1 | 60 | 2003
row 24 : uttar pradesh | 5 | 0 | 402 | 2002
row 25 : uttarakhand | 14 | 0 | 70 | 2002
row 26 : west bengal | 13 | 8 | 294 | 2006 ] Execute this SQL based on the above table: select ( select total no. of seats in assembly where state = 'punjab' ) - ( select total no. of seats in assembly where state = 'gujarat' ) | -64.0 |
[ 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 name where id = 1 + 1 | alexander graham bell |
[ header: pos | no | driver | team | laps | time/retired | grid | points row 1 : 1 | 1 | sebastien bourdais | newman/haas racing | 66 | 1:51:31.146 | 2 | 34
row 2 : 2 | 9 | justin wilson | rusport | 66 | +3.528 secs | 1 | 29
row 3 : 3 | 5 | will power | team australia | 66 | +46.536 secs | 4 | 26
row 4 : 4 | 2 | bruno junqueira | newman/haas racing | 66 | +1:04.023 | 3 | 23
row 5 : 5 | 15 | alex tagliani | team australia | 66 | +1:18.033 | 8 | 22
row 6 : 6 | 6 | oriol servia | pkv racing | 66 | +1:28.745 | 7 | 19
row 7 : 7 | 4 | nelson philippe | cte racing - hv | 66 | +1:29.997 | 10 | 17
row 8 : 8 | 27 | andrew ranger | mi-jack conquest racing | 65 | + 1 lap | 16 | 16
row 9 : 9 | 3 | david martinez | forsythe racing | 65 | + 1 lap | 9 | 13
row 10 : 10 | 7 | buddy rice | forsythe racing | 65 | + 1 lap | 14 | 11
row 11 : 11 | 34 | charles zwolsman | mi-jack conquest racing | 65 | + 1 lap | 12 | 10
row 12 : 12 | 18 | antonio pizzonia | rocketsports racing | 65 | + 1 lap | 15 | 9
row 13 : 13 | 11 | jan heylen | dale coyne racing | 65 | + 1 lap | 17 | 8
row 14 : 14 | 10 | ryan briscoe | rusport | 64 | + 2 laps | 5 | 7
row 15 : 15 | 19 | andreas wirth | dale coyne racing | 64 | + 2 laps | 18 | 6
row 16 : 16 | 20 | katherine legge | pkv racing | 63 | + 3 laps | 13 | 5
row 17 : 17 | 8 | mario dominguez | rocketsports racing | 59 | retired | 11 | 4
row 18 : 18 | 14 | dan clarke | cte racing - hv | 7 | differential | 6 | 3 ] Execute this SQL based on the above table: select count ( team ) | 18 |
[ header: n° | name | position | date of birth | nationality row 1 : 1 | marcus popp | s | 23 settembre 1981 | germany
row 2 : 2 | stanislav simin | c | 4 ottobre 1986 | serbia
row 3 : 3 | gerald hardy-dessources | c | 9 febbraio 1983 | france
row 4 : 4 | soane falafala | s | 16 aprile 1993 | france
row 5 : 5 | cyril guitte | l | 13 agosto 1992 | france
row 6 : 6 | david konecny | s/o | 10 ottobre 1982 | czech republic
row 7 : 7 | jean-francois exiga | l | 9 marzo 1982 | france
row 8 : 8 | nuno pinheiro | p | 31 dicembre 1984 | portugal
row 9 : 10 | guillaume di betta | s | 8 settembre 1994 | france
row 10 : 12 | maxime dillies | p | 11 aprile 1984 | france
row 11 : 13 | kamil baranek | s | 2 maggio 1983 | czech republic
row 12 : 14 | renaud lachaise | p | 12 maggio 1991 | france
row 13 : 15 | david smith | c | 15 maggio 1985 | united states
row 14 : 16 | emmanuel ragon | s | 6 agosto 1987 | france
row 15 : 17 | victor le guennec | s | 19 giugno 1994 | france
row 16 : 18 | thibault szymkowi | c | 19 settembre 1991 | france ] Execute this SQL based on the above table: select max ( n° ) | 18.0 |
[ header: tie no | home team | score | away team | attendance row 1 : 1 | chesterfield | 1-0 | nottingham forest | 15 february 1997
row 2 : 2 | leicester city | 2-2 | chelsea | 16 february 1997
row 3 : replay | chelsea | 1-0 | leicester city | 26 february 1997
row 4 : 3 | derby county | 3-2 | coventry city | 26 february 1997
row 5 : 4 | manchester city | 0-1 | middlesbrough | 15 february 1997
row 6 : 5 | bradford city | 0-1 | sheffield wednesday | 16 february 1997
row 7 : 6 | wimbledon | 2-1 | queens park rangers | 15 february 1997
row 8 : 7 | leeds united | 2-3 | portsmouth | 15 february 1997
row 9 : 8 | birmingham city | 1-3 | wrexham | 15 february 1997 ] Execute this SQL based on the above table: select score where score = ( select score where score = '2-1' ) + 1 | 3-2 |
[ header: year | album | label | peak chart positions us | peak chart positions us r&b row 1 : 1969 | gimme shelter | ode | None | None
row 2 : 1971 | celebration | ode | None | None
row 3 : 1971 | merry clayton | ode | 180 | 36
row 4 : 1975 | keep your eye on the sparrow | ode | 146 | 50
row 5 : 1979 | emotion | fontana | None | None
row 6 : 1994 | miracles | a&m | None | None ] Execute this SQL based on the above table: select count ( year ) where label = 'a&m' and year <= 1994 | 1 |
[ header: heat | time | pos | rider | country row 1 : sf 1 | 2nd race: 12.101 s 3r | 1 | lori-ann muenzer | canada
row 2 : sf 1 | 1st race: 11.802 s | 2 | anna meares | australia
row 3 : sf 2 | 2nd race: 11.965 s 3 | 1 | tamilla abassova | russia
row 4 : sf 2 | 1st race: 11.893 s | 2 | svetlana grankovs | russia ] Execute this SQL based on the above table: select count ( time ) where heat is null | 0 |
[ header: interval name | size (steps) | size (cents) | midi | just ratio | just (cents) | midi | error row 1 : perfect fifth | 42 | 700 | play (help·info) | 3:2 | 701.96 | play (help·info) | -1.96
row 2 : tridecimal tritone | 34 | 566.67 | play (help·info) | 18:13 | 563.38 | None | 3.28
row 3 : 11th harmonic | 33 | 550 | play (help·info) | 11:8 | 551.32 | play (help·info) | -1.32
row 4 : (15:11) augmented fourth | 32 | 533.33 | play (help·info) | 15:11 | 536.95 | None | -3.62
row 5 : perfect fourth | 30 | 500 | play (help·info) | 4:3 | 498.04 | play (help·info) | 1.96
row 6 : septimal narrow fourth | 28 | 466.66 | play (help·info) | 21:16 | 470.78 | play (help·info) | -4.11
row 7 : 17:13 narrow fourth | 28 | 466.66 | play (help·info) | 17:13 | 464.43 | None | 2.24
row 8 : tridecimal major third | 27 | 450 | play (help·info) | 13:10 | 454.21 | play (help·info) | -4.21
row 9 : septendecimal supermajor third | 27 | 450 | play (help·info) | 22:17 | 446.36 | None | 3.64
row 10 : septimal major third | 26 | 433.33 | play (help·info) | 9:7 | 435.08 | play (help·info) | -1.75
row 11 : undecimal major third | 25 | 416.67 | play (help·info) | 14:11 | 417.51 | play (help·info) | -0.84
row 12 : major third | 23 | 383.33 | play (help·info) | 5:4 | 386.31 | play (help·info) | -2.98
row 13 : neutral third | 21 | 350 | play (help·info) | 11:9 | 347.41 | play (help·info) | 2.59
row 14 : septendecimal supraminor third | 20 | 333.33 | None | 17:14 | 336.13 | None | -2.8
row 15 : minor third | 19 | 316.67 | play (help·info) | 6:5 | 315.64 | play (help·info) | 1.03
row 16 : tridecimal minor third | 17 | 283.33 | play (help·info) | 13:11 | 289.21 | play (help·info) | -5.88
row 17 : septimal minor third | 16 | 266.67 | play (help·info) | 7:6 | 266.87 | play (help·info) | -0.2
row 18 : tridecimal 5/4 tone | 15 | 250 | play (help·info) | 15:13 | 247.74 | None | 2.26
row 19 : whole tone, major tone | 12 | 200 | play (help·info) | 9:8 | 203.91 | play (help·info) | -3.91
row 20 : whole tone, minor tone | 11 | 183.33 | play (help·info) | 10:9 | 182.4 | play (help·info) | 0.93
row 21 : lesser undecimal neutral second | 9 | 150 | play (help·info) | 12:11 | 150.64 | play (help·info) | -0.64
row 22 : greater tridecimal 2/3 tone | 8 | 133.33 | None | 13:12 | 138.57 | None | -5.24
row 23 : great limma | 8 | 133.33 | None | 27:25 | 133.24 | None | 0.09
row 24 : lesser tridecimal 2/3rd tone | 8 | 133.33 | play (help·info) | 14:13 | 128.3 | None | 5.04 ] Execute this SQL based on the above table: select midi order by midi desc limit 1 | play (help·info) |
[ header: place | total | men | women | children | elderly | serbs | jews | romani | rusyns | hungarians | russians row 1 : becej | 215 | 111 | 72 | 13 | 19 | 102 | 110 | None | None | None | None
row 2 : vilovo | 64 | 44 | 6 | 8 | 6 | 64 | None | None | None | None | None
row 3 : gardinovci | 37 | 32 | 3 | None | 2 | 37 | None | None | None | None | None
row 4 : gospođinci | 85 | 47 | 19 | 15 | 4 | 73 | 10 | None | 2 | None | None
row 5 : đurđevo | 223 | 107 | 60 | 41 | 15 | 173 | 22 | None | 27 | None | None
row 6 : zabalj | 666 | 355 | 141 | 101 | 69 | 614 | 28 | 23 | None | 1 | None
row 7 : lok | 47 | 46 | None | None | 1 | 46 | None | None | None | 1 | None
row 8 : mosorin | 205 | 94 | 41 | 44 | 26 | 170 | None | 34 | None | 1 | None
row 9 : novi sad | 1246 | 489 | 415 | 165 | 177 | 375 | 809 | None | 2 | 18 | 15
row 10 : srbobran | 3 | 3 | None | None | None | 2 | 2 | None | None | None | None
row 11 : temerin | 48 | 14 | 15 | 7 | 12 | 6 | 42 | None | None | None | None
row 12 : titel | 51 | 45 | None | 1 | 5 | 49 | 1 | None | None | None | None
row 13 : curug | 893 | 554 | 153 | 82 | 104 | 842 | 44 | 7 | None | None | None
row 14 : sajkas | 26 | 24 | 2 | None | None | 25 | 1 | None | None | None | None
row 15 : all places | 3809 | 1965 | 927 | 477 | 440 | 2578 | 1068 | 64 | 31 | 21 | 15 ] Execute this SQL based on the above table: select jews where place = 'đurđevo' | 22 |
[ header: year | film title | genre | cast | notes row 1 : 1988 | tarka | a murder mystery | shankar nag, devaraj | filmfare award for best director - kann
row 2 : 1990 | utkarsha | thriller | dr.ambareesh, | None
row 3 : 1991 | sangarsha | thriller | dr.vishnuvard | None
row 4 : 1994 | nishkarsha | real time thriller | dr.vishnuvard | karnataka state film award for best
row 5 : 1996 | beladingala baale | love story | ananth nag | filmfare award for best director - kann
row 6 : 1997 | nammoora mandara hoove | love story | ramesh aravind, | karnataka state film award for best
row 7 : 1998 | prema raaga haadu | love story | shivrajkumar, nive | None
row 8 : 1999 | pratyartha | thriller | ramesh aravind, | None
row 9 : 2000 | sparsha | love story | sudeep, sudha rani | filmfare award for best director - kann
row 10 : 2001 | parva | a musical love story | dr.vishnuvard | None
row 11 : 2002 | marma | suspense thriller | prema | None
row 12 : 2006 | ramya chaitrakaal | a village love story | sandeep, nanditha | None
row 13 : 2007 | kshana kshana | a suspense thriller | dr.vishnuvard | None
row 14 : 2011 | sarigama | romance | prajwal devaraj, sunil | filming
row 15 : 2013 | tanana tandanan | drama | ramesh aravind, | filming ] Execute this SQL based on the above table: select notes where year > 424 | filmfare award for best director - kannada, karnataka state film award for best screenplay, filmfare award for best director - kannada karnataka state film award for best screenplay, karnataka state film award for best screenplay, filmfare award for best director - kannada, filming, filming |
[ header: institution | location | athletic nickname | undergraduate enrollment | graduate enrollment | total enrollment | 2013 endowment (and us rank) | academic staff | motto row 1 : brown university | providence, rhode island | bears | 6316 | 2333 | 8649 | $2.7 billion (30th) | 736 | in deo speramus (in god
row 2 : columbia university | new york, new york | lions | 7160 | 15760 | 22920 | $8.2 billion (9th) | 3763 | in lumine tuo videb
row 3 : cornell university | ithaca, new york | big red | 13931 | 6702 | 20633 | $5.3 billion (18th) | 2908 | i would found an institution where any person can
row 4 : dartmouth college | hanover, new hampshire | big green | 4248 | 1893 | 6141 | $3.7 billion (22nd) | 571 | vox clamantis in deserto
row 5 : harvard university | cambridge, massachusetts | crimson | 7181 | 14044 | 21225 | $32.3 billion (1st) | 4671 | veritas (truth)
row 6 : princeton university | princeton, new jersey | tigers | 5113 | 2479 | 7592 | $18.2 billion (5th) | 1172 | dei sub numine viget (under god
row 7 : university of pennsylvania | philadelphia, pennsy | quakers | 10337 | 10306 | 20643 | $7.7 billion (11th) | 4464 | leges sine moribus vanae
row 8 : yale university | new haven, connecticut | bulldogs | 5275 | 6391 | 11666 | $20.8 billion (2nd) | 4140 | אורים ותומים lux et ver ] Execute this SQL based on the above table: select ( select count ( athletic nickname ) ) > 1454 | 0 |
[ header: rank | bib | name | nation | run 1 | rank | run 2 | rank | total | difference row 1 : 6 | 13 | manuela molgg | italy | 1:07.99 | 5 | 1:13.44 | 14 | 2:21.43 | 0.89
row 2 : 7 | 26 | jessica lindell-vikar | sweden | 1:08.94 | 14 | 1:12.61 | 5 | 2:21.55 | 1.01
row 3 : 13 | 2 | tanja poutiainen | finland | 1:08.59 | 11 | 1:13.29 | 11 | 2:21.88 | 1.34
row 4 : 17 | 27 | sara hector | sweden | 1:10.37 | 30 | 1:12.30 | 3 | 2:22.67 | 2.13
row 5 : 18 | 24 | lena durr | germany | 1:08.94 | 14 | 1:13.75 | 19 | 2:22.69 | 2.15
row 6 : 23 | 22 | marie-michele gagnon | canada | 1:09.95 | 27 | 1:13.37 | 12 | 2:23.32 | 2.78
row 7 : 24 | 25 | marie-pier prefontaine | canada | 1:09.91 | 26 | 1:13.58 | 17 | 2:23.49 | 2.95
row 8 : 28 | 35 | britt janyk | canada | 1:10.18 | 28 | 1:15.55 | 32 | 2:25.73 | 5.19
row 9 : 36 | 44 | kristina saalova | slovakia | 1:12.22 | 42 | 1:16.44 | 34 | 2:28.66 | 8.12
row 10 : 37 | 51 | katerina paulathova | czech republic | 1:12.10 | 41 | 1:16.71 | 38 | 2:28.81 | 8.27
row 11 : 43 | 42 | sofija novoselic | croatia | 1:13.18 | 48 | 1:17.40 | 42 | 2:30.58 | 10.04
row 12 : 47 | 65 | maria shkanova | belarus | 1:13.86 | 53 | 1:18.28 | 45 | 2:32.14 | 11.6
row 13 : 49 | 59 | daniela markova | czech republic | 1:13.78 | 52 | 1:18.87 | 49 | 2:32.65 | 12.11
row 14 : 52 | 77 | bogdana matsotska | ukraine | 1:14.21 | 56 | 1:19.18 | 51 | 2:33.39 | 12.85
row 15 : None | 7 | kathrin holzl | germany | 1:09.41 | 20 | dns | None | None | None
row 16 : None | 38 | rebecca buhler | liechtenstein | 1:12.03 | 40 | dnf | None | None | None
row 17 : None | 45 | tea palic | croatia | 1:14.73 | 61 | dnq | None | None | None
row 18 : None | 81 | lelde gasuna | latvia | 1:15.37 | 64 | dnq | None | None | None
row 19 : None | 61 | anna berecz | hungary | 1:15.95 | 68 | dnq | None | None | None
row 20 : None | 85 | iulia petruta cra | romania | 1:16.80 | 70 | dnq | None | None | None
row 21 : None | 82 | isabel van buynder | belgium | 1:17.06 | 71 | dnq | None | None | None
row 22 : None | 100 | sophie fjellvang- | denmark | 1:18.37 | 75 | dnq | None | None | None
row 23 : None | 91 | yom hirshfeld | israel | 1:22.87 | 82 | dnq | None | None | None ] Execute this SQL based on the above table: select name order by rank desc limit 1 | yom hirshfeld |
[ header: date | place | disc. | winner | second | third row 1 : 17 december 2005 | val-d'isere, france | dh | lindsey kildow | caroline lalive | alexandra meissnitzer
row 2 : 28 december 2005 | lienz, austria | sl | marlies schild | nicole hosp | janica kostelic
row 3 : 7 january 2006 | maribor, slovenia | gs | cancelled | None | None
row 4 : 8 january 2006 | maribor, slovenia | sl | marlies schild | janica kostelic | therese borssen
row 5 : 13 january 2006 | bad kleinkirchheim, austria | dh | anja parson | michaela dorfmeister | franzi aufdenblatten
row 6 : 14 january 2006 | bad kleinkirchheim, austria | dh | janica kostelic | nike bent | michaela dorfmeister
row 7 : 15 january 2006 | bad kleinkirchheim, austria | sg | janica kostelic | michaela dorfmeister alexan | None
row 8 : 28 january 2006 | cortina d'ampezzo | dh | renate gotschl | julia mancuso | elisabeth gorg
row 9 : 4 february 2006 | ofterschwang, germany | gs | maria j. rienda an | None | julia mancuso
row 10 : 4 march 2006 | kvitfjell & haf | sc | janica kostelic | anja parson | marlies schild
row 11 : 5 march 2006 | kvitfjell & haf | gs | maria j. rienda | nicole hosp | tanja poutiainen
row 12 : 10 march 2006 | levi, finland | sl | janica kostelic | anja parson | kathrin zettel
row 13 : 11 march 2006 | levi, finland | sl | anja parson | janica kostelic | nicole hosp
row 14 : 15 march 2006 | are, sweden | dh | anja parson | lindsey kildow | elisabeth gorg
row 15 : 16 march 2006 | are, sweden | sg | nicole hosp | michaela dorfmeister | martina ertl-renz
row 16 : 17 march 2006 | are, sweden | sl | janica kostelic | marlies schild | anja parson
row 17 : 18 march 2006 | are, sweden | gs | janica kostelic | genevieve simard | nicole hosp tan ] Execute this SQL based on the above table: select distinct place where date not null | val-d'isere, france, lienz, austria, maribor, slovenia, bad kleinkirchheim, austria, cortina d'ampezzo, italy, ofterschwang, germany, kvitfjell & hafjell, norway, levi, finland, are, sweden |
[ header: | episode title | romanized title | translation of title | broadcast date | ratings row 1 : ep. 1 | 児童虐待からの脱出 渡り鳥になった二人 | jido gyakut | escape from child abuse, the two who became birds | 14 april 2010 5 august 2011 8 | 11.8%
row 2 : ep. 2 | 居場所のない二人 | ibasho no nai | the two without a place to go | 21 april 2010 12 august 2011 15 | 12.0%
row 3 : ep. 3 | 母の手のぬくもり | haha no te no nukumor | the warmth of a mother's hand | 28 april 2010 19 august 2011 22 | 12.8%
row 4 : ep. 4 | 学校へ行かせたい | gakko e ika setai | i want to let her attend school | 5 may 2010 26 august 2011 29 august 2011 | 10.0%
row 5 : ep. 5 | 二人の"母親" | ni-nin no"haha | two "mothers" | 12 may 2010 2 september 2011 5 september | 11.9%
row 6 : ep. 6 | さよならお母さん | sayonara okasan | goodbye mother | 19 may 2010 9 september 2011 12 september | 13.9%
row 7 : ep. 7 | あの子を返して! | ano ko o kae | return her to me! | 26 may 2010 16 september 2011 19 september | 12.4%
row 8 : ep. 8 | 断ち切れない絆 | tachikirenai kizu | the bond that can't be broken | 2 june 2010 23 september 2011 26 | 14.0%
row 9 : ep. 9 | 引き裂かれる二人 | hikisaka reru n | the two torn apart | 9 june 2010 30 september 2011 3 | 12.2%
row 10 : ep. 10 | ひと目会いたい | hitome aitai | i want to see you just once | 16 june 2010 7 octo | 14.8%
row 11 : ep. 11 | すっと愛してる | zutto aishi teru | i will always love you | 23 june 2010 14 octo | 16.3% ] Execute this SQL based on the above table: select count ( episode title ) where > 504 and translation of title = 'i want to see you just once' | 0 |
[ header: pos | no | driver | team | laps | time/retired | grid | points row 1 : 1 | 6 | michael andretti | newman-haas racing | 150 | 1:33:39.268 | 8 | 20+1
row 2 : 2 | 99 | greg moore | forsythe racing | 150 | 0.075 | 1 | 16+1
row 3 : 3 | 1 | alex zanardi | chip ganassi racing | 150 | 0.918 | 6 | 14
row 4 : 4 | 11 | christian fittipaldi | newman-haas racing | 150 | 3.359 | 4 | 12
row 5 : 5 | 20 | scott pruett | patrick racing | 150 | 5.257 | 12 | 10
row 6 : 6 | 40 | adrian fernandez | patrick racing | 150 | 5.926 | 5 | 8
row 7 : 7 | 5 | gil de ferran | walker racing | 150 | 6.81 | 11 | 6
row 8 : 8 | 8 | bryan herta | team rahal | 150 | 9.866 | 16 | 5
row 9 : 9 | 27 | dario franchitti | team kool green | 150 | 10.275 | 13 | 4
row 10 : 10 | 17 | mauricio gugelmin | pacwest racing group | 150 | 10.855 | 10 | 3
row 11 : 11 | 33 | patrick carpentier | forsythe racing | 150 | 11.382 | 9 | 2
row 12 : 12 | 18 | mark blundell | pacwest racing group | 150 | 29.029 | 7 | 1
row 13 : 13 | 10 | richie hearn | della penna motorsports | 149 | +1 lap | 15 | None
row 14 : 14 | 9 | jj lehto | hogan racing | 149 | +1 lap | 29 | None
row 15 : 15 | 15 | roberto moreno | project indy | 149 | +1 lap | 23 | None
row 16 : 16 | 12 | jimmy vasser | chip ganassi racing | 148 | +2 laps | 3 | None
row 17 : 17 | 3 | andre ribeiro | marlboro team penske | 148 | +2 laps | 2 | None
row 18 : 18 | 36 | alex barron | all american racing | 148 | +2 laps | 27 | None
row 19 : 19 | 7 | bobby rahal | team rahal | 147 | +3 laps | 17 | None
row 20 : 20 | 98 | p. j. jones | all american racing | 146 | +4 laps | 26 | None
row 21 : 21 | 77 | arnd meier | davis racing | 136 | +14 laps | 28 | None
row 22 : 22 | 2 | al unser, jr | marlboro team penske | 122 | transmission | 14 | None
row 23 : 23 | 24 | hiro matsushita | arciero-wells racing | 121 | contact | 24 | None
row 24 : 24 | 16 | helio castro-neves | bettenhausen racing | 97 | contact | 22 | None
row 25 : 25 | 34 | dennis vitolo | payton/coyne racing | 90 | withdrew | 25 | None
row 26 : 26 | 25 | max papis | arciero-wells racing | 83 | wheel bearing | 20 | None
row 27 : 27 | 26 | paul tracy | team kool green | 79 | suspension | 21 | None
row 28 : 28 | 19 | michel jourdain jr | payton/coyne racing | 78 | handling | 19 | None
row 29 : 29 | 21 | tony kanaan | tasman motorsports group | 32 | contact | 18 | None ] Execute this SQL based on the above table: select driver where team = 'all american racing' order by pos desc limit 1 | p. j. jones |
[ header: date | opponent# | rank# | site | tv | result | attendance row 1 : 9-4-2010 | miami (oh) | #4 | ben hill griffin stadium • gaine | espn | w 34-12 | 90178
row 2 : 9-11-2010 | south florida | #8 | ben hill griffin stadium • gaine | secn | w 38-14 | 90612
row 3 : 9-18-2010 | at tennessee | #10 | neyland stadium • knoxville | cbs | w 31-17 | 102455
row 4 : 9-25-2010 | kentucky | #9 | ben hill griffin stadium • gaine | espnu | w 48-14 | 90547
row 5 : 10-2-2010 | at #1 alabama | #7 | bryant-denny stadium • | cbs | l 6-31 | 101821
row 6 : 10-9-2010 | #12 lsu | #14 | ben hill griffin stadium • gaine | espn | l 29-33 | 90721
row 7 : 10-16-2010 | mississippi state | #22 | ben hill griffin stadium • gaine | espnu | l 7-10 | 90517
row 8 : 10-30-2010 | vs. georgia | None | everbank field • jacksonville, | cbs | w 34-31 ot | 84444
row 9 : 11-6-2010 | at vanderbilt | None | vanderbilt stadium • nashville | secn | w 55-14 | 33848
row 10 : 11-13-2010 | #22 south carolina | #24 | ben hill griffin stadium • gaine | espn | l 14-36 | 90885
row 11 : 11-20-2010 | appalachian state | None | ben hill griffin stadium • gaine | espn3 | w 48-10 | 90119
row 12 : 11-27-2010 | at #22 florida state | None | doak campbell stadium • tallahasse | abc | l 7-31 | 82324
row 13 : 1-1-2011 | vs. penn state | None | raymond james stadium • t | abc | w 37-24 | 60574 ] Execute this SQL based on the above table: select site where attendance = 33848 | vanderbilt stadium • nashville, tn |
[ header: no. | constituency | winner candidate | party | votes | margin row 1 : 6 | rapar | patel vaghajibhai | bjp | 55280 | 9216
row 2 : 11 | vadgam | manilal jethabhai vaghe | inc | 90375 | 21839
row 3 : 12 | palanpur | patel maheshkumar amrut | inc | 75097 | 5284
row 4 : 16 | radhanpur | thakor nagarji | bjp | 69493 | 3834
row 5 : 20 | kheralu | bharatsinhji da | bjp | 68195 | 18386
row 6 : 33 | prantij | baraiya mahendrasin | inc | 76097 | 7014
row 7 : 34 | dehgam | kaminiba rathod | inc | 61043 | 2297
row 8 : 52 | jamalpur-khadia | bhatt bhushan ash | bjp | 48058 | 6331
row 9 : 59 | dhandhuka | kolipatel lalji | bjp | 77573 | 28277
row 10 : 65 | morbi | kantilal amrutiya | bjp | 77386 | 2760
row 11 : 68 | rajkot east | rajguru indranil san | inc | 60877 | 4272
row 12 : 82 | dwarka | pabubha virambha man | bjp | 70062 | 5616
row 13 : 90 | somnath | barad jasabhai | inc | 56701 | 2096
row 14 : 103 | bhavnagar rural | parshottam solanki | bjp | 83980 | 18554
row 15 : 109 | borsad | parmar rajendrasinh d | inc | 83621 | 21034
row 16 : 113 | petlad | niranjan patel | inc | 77312 | 12192
row 17 : 117 | mahemdabad | gautambhai ravj | inc | 68767 | 4181
row 18 : 119 | thasra | parmar ramsinh prab | inc | 78226 | 5500
row 19 : 122 | lunawada | malivad kalubhai hirab | bjp | 72814 | 3701
row 20 : 124 | shehra | ahir jethabhai ghe | bjp | 76468 | 28725
row 21 : 126 | godhra | c. k. raul | inc | 73367 | 2868
row 22 : 128 | halol | parmar jaydrathsinh | bjp | 93854 | 33206
row 23 : 130 | jhalod | garasiya miteshbha | inc | 78077 | 40073
row 24 : 134 | devgadh baria | bachu khabad | bjp | 113582 | 83753
row 25 : 135 | savli | inamdar ketanbhai ma | independent | 62849 | 20319
row 26 : 136 | vaghodia | shrivastav madhubhai bab | bjp | 65851 | 5788 ] Execute this SQL based on the above table: select constituency where id = ( select id where constituency = 'palanpur' ) - 1 | vadgam |
[ header: name | municipality | established | tower height in meters (ft) | focal plane in meters (ft) | current status | current condition row 1 : los morrillos light | cabo rojo | 1882 | 12 m (40 ft.) | 37 m (121 ft) | active | restored for tourism
row 2 : punta higuero light | rincon | 1892 | 21 m (69 ft) | 27 m (90 ft) | active | it has been fully restored and is part of the
row 3 : punta borinquen light | aguadilla | 1892 | 18 m (60 ft) | 89 m (292 ft) | active | operational
row 4 : arecibo light | arecibo | 1898 | 14 m (46 ft) | 36 m (120 ft) | active | restored for tourism
row 5 : port san juan light | san juan | 1846 | 15.5 m (51 ft) | 55 m (181 ft) | active | restored for tourism. also known as el
row 6 : cape san juan light | fajardo | 1880 | 14 m (45 ft) | 79 m (260 ft) | active | restored for tourism
row 7 : guanica light | guanica | 1893 | None | None | inactive | ruins
row 8 : cardona island light | ponce | 1889 | 11 m (36 ft) | 14 m (46 ft) | active | good
row 9 : caja de muertos light | ponce | 1887 | 19 m (63 ft) | 91 m (297 ft) | active | restored for tourism
row 10 : punta de las figuras | arroyo | 1893 | 15 m (50 ft) | None | inactive | restored for tourism
row 11 : punta tuna light | maunabo | 1892 | 15 m (49 ft) | 34 m (111 ft) | active | restored for tourism
row 12 : mona island light | mayaguez (mona island) | 1900 | 16 m (52 ft) | None | inactive | its condition is considered dire. unless restored soon
row 13 : punta mulas light | vieques | 1896 | 10 m (32 ft) | 21 m (68 ft.) | active | restored for tourism
row 14 : puerto ferro light | vieques | 1896 | None | None | inactive | abandoned and deteriorating rapidly
row 15 : culebrita island light | culebra | 1886 | 13 m (43 ft) | 93 m (305 ft) | active | in ruins
row 16 : cabras island light | ceiba | 1908 | None | None | destroyed | abandoned in 1965 and destroyed in 1966 ] Execute this SQL based on the above table: select count ( current status ) where established < 1377 | 0 |
[ header: team | seasons | games | wins | ties | losses | goals for | goals against | goal diff | points row 1 : montreal canadiens | 94 | 6,120 | 3,135 | 837 | 2,148 | 19,929 | 16,416 | 3,513 | 7,203
row 2 : boston bruins | 87 | 5,960 | 2,856 | 791 | 2,313 | 19,109 | 17,459 | 1,650 | 6,609
row 3 : philadelphia flyers | 44 | 3,506 | 1,756 | 457 | 1,293 | 11,783 | 10,270 | 1,513 | 4,060
row 4 : buffalo sabres | 41 | 3,280 | 1,569 | 409 | 1,302 | 10,868 | 9,875 | 993 | 3,630
row 5 : los angeles kings | 44 | 3,506 | 1,428 | 424 | 1,654 | 11,306 | 12,016 | -710 | 3,373
row 6 : vancouver canucks | 41 | 3,280 | 1,353 | 391 | 1,536 | 10,378 | 1,1024 | -646 | 3,179
row 7 : washington capitals | 37 | 2,968 | 1,305 | 303 | 1,360 | 9,407 | 9,739 | -332 | 3,004
row 8 : new jersey devils (kansas | 37 | 2,968 | 1,260 | 328 | 1380 | 8,931 | 9,590 | -659 | 2,915
row 9 : colorado avalanche (que | 32 | 2,568 | 1,174 | 261 | 1,133 | 8,564 | 8,417 | 147 | 2,681
row 10 : phoenix coyotes (win | 32 | 2,568 | 1,063 | 266 | 1,239 | 8,058 | 8,809 | -756 | 2,473
row 11 : carolina hurricanes (hartford whaler | 32 | 2,568 | 1,049 | 263 | 1,256 | 7,808 | 8,599 | -791 | 2,447
row 12 : san jose sharks | 20 | 1,608 | 721 | 121 | 766 | 4,553 | 4,744 | -191 | 1,657
row 13 : ottawa senators | 19 | 1,528 | 679 | 115 | 734 | 4,401 | 4,506 | -105 | 1,556
row 14 : anaheim ducks | 18 | 1,444 | 638 | 107 | 699 | 3,863 | 4,021 | -158 | 1,477
row 15 : tampa bay lightning | 19 | 1,528 | 588 | 112 | 828 | 4,058 | 4,842 | -784 | 1,384
row 16 : minnesota wild | 11 | 902 | 405 | 55 | 442 | 2,259 | 2,338 | -79 | 945
row 17 : winnipeg jets (atlant | 12 | 984 | 379 | 45 | 550 | 2,690 | 3,260 | -570 | 891
row 18 : new york americans (1925-1941) | 17 | 784 | 255 | 127 | 402 | 1,643 | 2,182 | -539 | 637
row 19 : montreal maroons | 14 | 622 | 271 | 91 | 260 | 1,474 | 1,405 | 69 | 633
row 20 : quebec bulldogs (1919-1920 | 6 | 150 | 51 | 1 | 98 | 505 | 652 | -147 | 103
row 21 : montreal wanderers | 1 | 6 | 1 | 0 | 5 | 17 | 35 | -18 | 2 ] Execute this SQL based on the above table: select team where losses > 1167 | montreal canadiens, boston bruins, philadelphia flyers, buffalo sabres, los angeles kings, vancouver canucks, washington capitals, new jersey devils (kansas city scouts (1974-1976) colorado rockies (1976-1982)), phoenix coyotes (winnipeg jets (1979-1996)), carolina hurricanes (hartford whalers (1979-1997)) |
[ header: year | film title | genre | cast | notes row 1 : 1988 | tarka | a murder mystery | shankar nag, devaraj | filmfare award for best director - kann
row 2 : 1990 | utkarsha | thriller | dr.ambareesh, | None
row 3 : 1991 | sangarsha | thriller | dr.vishnuvard | None
row 4 : 1994 | nishkarsha | real time thriller | dr.vishnuvard | karnataka state film award for best
row 5 : 1996 | beladingala baale | love story | ananth nag | filmfare award for best director - kann
row 6 : 1997 | nammoora mandara hoove | love story | ramesh aravind, | karnataka state film award for best
row 7 : 1998 | prema raaga haadu | love story | shivrajkumar, nive | None
row 8 : 1999 | pratyartha | thriller | ramesh aravind, | None
row 9 : 2000 | sparsha | love story | sudeep, sudha rani | filmfare award for best director - kann
row 10 : 2001 | parva | a musical love story | dr.vishnuvard | None
row 11 : 2002 | marma | suspense thriller | prema | None
row 12 : 2006 | ramya chaitrakaal | a village love story | sandeep, nanditha | None
row 13 : 2007 | kshana kshana | a suspense thriller | dr.vishnuvard | None
row 14 : 2011 | sarigama | romance | prajwal devaraj, sunil | filming
row 15 : 2013 | tanana tandanan | drama | ramesh aravind, | filming ] Execute this SQL based on the above table: select cast where cast = 'dr.ambareesh, devaraj' | dr.ambareesh, devaraj |
[ header: version | length | album | remixed by | year | comment row 1 : single version / radio edit | 3:39 | go - the very best of moby | mhc aka philip la | 2006 | remixed version with dance sonorities,
row 2 : extended remix | 6:48 | None | mhc aka philip la | 2006 | similar to the previous but longer
row 3 : axwell remix | 7:24 | None | axwell | 2006 | used in a scene in the 2008 movie 21
row 4 : enzo mori & stephan clar | 7:10 | None | enzo mori and stephan clark | 2006 | None
row 5 : mhc club remix | 7:31 | None | mhc aka philip la | 2006 | None
row 6 : zloot remix | 4:36 | None | toni toolz | 2006 | None
row 7 : music video | 3:58 | None | None | 2006 | None ] Execute this SQL based on the above table: select count ( album ) where comment = 'similar to the previous but longer' and remixed by = 'None' | 0 |
[ header: pos | no | driver | team | laps | time/retired | grid | points row 1 : 1 | 1 | alex zanardi | chip ganassi racing | 95 | 1:52:24.080 | 2 | 20
row 2 : 2 | 6 | michael andretti | newman-haas racing | 95 | 1.921 | 3 | 16
row 3 : 3 | 12 | jimmy vasser | chip ganassi racing | 95 | 6.702 | 6 | 14
row 4 : 4 | 7 | bobby rahal | team rahal | 95 | 8.078 | 9 | 12
row 5 : 5 | 8 | bryan herta | team rahal | 95 | 12.984 | 17 | 10
row 6 : 6 | 20 | scott pruett | patrick racing | 95 | 14.607 | 8 | 8
row 7 : 7 | 10 | richie hearn | della penna motorsports | 95 | 15.305 | 13 | 6
row 8 : 8 | 25 | max papis | arciero-wells racing | 95 | 24.676 | 20 | 5
row 9 : 9 | 40 | adrian fernandez | patrick racing | 95 | 31.923 | 16 | 4
row 10 : 10 | 16 | helio castro-neves | bettenhausen racing | 95 | 32.691 | 21 | 3
row 11 : 11 | 99 | greg moore | forsythe racing | 95 | 34.926 | 12 | 2
row 12 : 12 | 17 | mauricio gugelmin | pacwest racing group | 95 | 37.64 | 19 | 1
row 13 : 13 | 24 | robby gordon | arciero-wells racing | 94 | +1 lap | 22 | None
row 14 : 14 | 26 | paul tracy | team kool green | 94 | +1 lap | 10 | None
row 15 : 15 | 77 | arnd meier | davis racing | 94 | +1 lap | 25 | None
row 16 : 16 | 11 | christian fittipaldi | newman-haas racing | 93 | +2 laps | 5 | None
row 17 : 17 | 2 | al unser, jr | marlboro team penske | 93 | +2 laps | 14 | None
row 18 : 18 | 19 | michel jourdain jr | payton/coyne racing | 93 | +2 laps | 24 | None
row 19 : 19 | 98 | p. j. jones | all american racing | 84 | suspension | 23 | None
row 20 : 20 | 27 | dario franchitti | team kool green | 79 | brakes | 1 | 1+1
row 21 : 21 | 34 | gualter salles | payton/coyne racing | 65 | contact | 28 | None
row 22 : 22 | 21 | tony kanaan | tasman motorsports group | 61 | fire | 7 | None
row 23 : 23 | 3 | andre ribeiro | marlboro team penske | 54 | transmission | 11 | None
row 24 : 24 | 9 | jj lehto | hogan racing | 37 | contact | 26 | None
row 25 : 25 | 33 | patrick carpentier | forsythe racing | 33 | suspension | 18 | None
row 26 : 26 | 18 | mark blundell | pacwest racing group | 30 | electrical | 15 | None
row 27 : 27 | 5 | gil de ferran | walker racing | 26 | contact | 4 | None
row 28 : 28 | 36 | alex barron | all american racing | 25 | contact | 27 | None ] Execute this SQL based on the above table: select count ( * ) where driver = 'adrian fernandez' | 1 |
[ header: no. | country | 2009 winter universiade | 2007 wjcc | 2007 wwcc | 2008 wjcc | 2008 wwcc | points row 1 : 1 | canada | 24 | 12 | 9 | 12 | 10 | 67
row 2 : 2 | china | 28 | None | 14 | 4 | 6 | 52
row 3 : 3 | sweden | 10 | 5 | 12 | 14 | 9 | 50
row 4 : 4 | great britain | 16 | 14 | 5 | 1 | 12 | 48
row 5 : 5 | russia | 20 | 8 | 6 | 6 | 5 | 45
row 6 : 6 | united states | 4 | 6 | 4 | 10 | 8 | 32
row 7 : 7 | switzerland | None | 10 | 8 | 8 | 3 | 29
row 8 : 8 | germany | None | None | 7 | 2 | 14 | 23
row 9 : 9 | denmark | None | 3 | 10 | None | 7 | 20
row 10 : 10 | czech republic | 12 | 4 | None | 3 | None | 19
row 11 : 11 | south korea | 8 | None | 3 | None | None | 11
row 12 : 12 | japan | 6 | 1 | None | None | 2 | 9
row 13 : 13 | france | None | 2 | None | 5 | None | 7
row 14 : 14 | norway | None | None | 2 | None | 4 | 6
row 15 : 15 | poland | 2 | None | None | None | None | 2
row 16 : 16 | italy | None | None | 1 | None | None | 1
row 17 : 17 | latvia | None | None | None | None | 1 | 1
row 18 : None | turkey (host) | None | None | None | None | None | 0 ] Execute this SQL based on the above table: select country where 2008 wjcc > ( select 2008 wjcc where country = 'china' ) order by 2008 wjcc limit 1 | france |
[ 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 ( select licence # where icao = 'rsy' ) - ( select licence # where icao = 'lts' ) | 66 |
[ header: round | circuit | location | date | pole position | fastest lap | winning driver | headline event row 1 : 1 | albert whitted airport | st. petersburg, florid | february 23 | leonardo maia | dan di leo | leonardo maia | grand prix of st. petersburg
row 2 : 2 | fundidora park | monterrey | march 23 | leonardo maia | david martinez | david martinez | monterrey grand prix
row 3 : 3 | milwaukee mile | west allis, wisconsin | june 1 | victor gonzalez, j | scott poirier | leonardo maia | milwaukee mile centennial 250
row 4 : 4 | mazda raceway laguna sec | monterey, californi | june 15 | memo rojas | leonardo maia | dan di leo | grand prix of monterey
row 5 : 5 | portland international raceway | portland, oregon | june 22 | leonardo maia | leonardo maia | leonardo maia | g.i. joe's
row 6 : 6 | burke lakefront airport | cleveland, ohio | july 5 | leonardo maia | leonardo maia | leonardo maia | u.s. bank cleveland
row 7 : 7 | exhibition place | toronto | july 13 | leonardo maia | leonardo maia | memo rojas | molson indy toronto
row 8 : 8 | concord pacific place | vancouver | july 27 | leonardo maia | david martinez | leonardo maia | molson indy vancouver
row 9 : 9 | mid-ohio sports car course | lexington, ohio | august 3 | leonardo maia | leonardo maia | leonardo maia | champ car grand prix of mid-ohi
row 10 : 10 | circuit gilles villeneuve | montreal | august 24 | memo rojas | leonardo maia | memo rojas | molson indy montreal ] Execute this SQL based on the above table: select round where pole position = 'victor gonzalez, jr' | 3 |
[ header: month | song | artist | aggregate points | total downloads | year-end chart row 1 : january | "lovey-dovey" | t-ara | 142,691,767 | 1,903,727 | 7
row 2 : february | "blue" | big bang | 102,380,663 | 1,351,429 | 10
row 3 : march | "fantastic baby" | big bang | 105,296,671 | 1,229,518 | 5
row 4 : april | "cherry blossom ending" | busker busker | 169,546,447 | 1,570,146 | 2
row 5 : may | "twinkle" | girls' generation-tts | 119,415,981 | 997,122 | 11
row 6 : june | "like this" | wonder girls | 138,592,996 | 1,444,339 | 18
row 7 : july | "i love you" | 2ne1 | 151,627,608 | 1,522,263 | 6
row 8 : august | "gangnam style" | psy | 150,855,485 | 1,280,050 | 1
row 9 : september | "all for you" | jung eunji & seo | 113,858,049 | 1,037,911 | 8
row 10 : october | "bloom" | gain | 115,479,048 | 1,182,829 | 42
row 11 : november | "1, 2, 3, 4" | lee hi | 132,391,547 | 1,210,297 | 23
row 12 : december | "return" | lee seung gi | 110,364,099 | 896,196 | 37 ] Execute this SQL based on the above table: select sum ( total downloads ) where year-end chart = 18 | 1444339.0 |
[ header: year | single | peak chart positions us | peak chart positions us r&b | peak chart positions us a/c | peak chart positions uk row 1 : 1978 | "i'm coming home again" | None | 54 | None | None
row 2 : 1979 | "am i too late" | None | 45 | None | None
row 3 : 1981 | "when a child is born" (with | None | None | None | 74
row 4 : 1985 | "that's what friends are for" ( | 1 | 1 | 1 | 16
row 5 : 1986 | "loving on borrowed time (love theme | None | None | 16 | None
row 6 : 1989 | "licence to kill" | None | 69 | 18 | 6
row 7 : 1990 | "if i knew then what i know | None | None | 10 | None
row 8 : 1991 | "men" | None | 2 | None | None
row 9 : 1991 | "superwoman" (with dionne warwick | None | 19 | None | None
row 10 : 1991 | "meet me in the middle" | None | 78 | None | None
row 11 : 1992 | "where would i be" | None | 66 | None | None
row 12 : 1994 | "i don't want to know" | 113 | 32 | None | None
row 13 : 1994 | "end of the road medley" | None | 76 | None | None
row 14 : 1995 | "next time" | None | 30 | None | None
row 15 : 1996 | "missing you" (with brandy, | 25 | 10 | 30 | None
row 16 : 2010 | "settle" | None | None | None | None
row 17 : 2011 | "i (who have nothing)" | None | None | None | None ] Execute this SQL based on the above table: select single where single in ( '"licence to kill"' , '"loving on borrowed time (love theme from cobra)" (with bill medley)' ) group by single order by count ( * ) desc limit 1 | "loving on borrowed time (love theme from cobra)" (with bill medley) |
[ header: trial number | date | name of trial | celebrity/ies taking part | winner/number of stars | notes row 1 : 1 | 13 november 2006 | mineshaft misery | jan | None | none
row 2 : 2 | 14 november 2006 | flash flood | david | None | none
row 3 : 3 | 15 november 2006 | jungle boogie | scott | None | None
row 4 : 4 | 16 november 2006 | treetop terror | jan scott | None | none
row 5 : 5 (live) | 17 november 2006 | jungle spa | dean | None | None
row 6 : 6 | 18 november 2006 | operation | phina jason | None | None
row 7 : 7 | 19 november 2006 | snake bite | jan | None | None
row 8 : 8 | 20 november 2006 | bull in a china shop | jan | None | none
row 9 : 9 | 21 november 2006 | catch a falling star | jan scott | jan | None
row 10 : 10 | 22 november 2006 | bushtucker duel | jan scott | scott | none
row 11 : 11 | 23 november 2006 | what lurks beneath | phina scott | phina | None
row 12 : 12 | 24 november 2006 | thunderball | jason malandra matt | None | none
row 13 : 13 | 25 november 2006 | jungle falls | dean lauren phina | None | none
row 14 : 14 | 26 november 2006 | tomb of torment | myleene | None | none
row 15 : 15 | 27 november 2006 | shooting gallery | david jason matt | None | none
row 16 : 16 | 28 november 2006 | skyscrape | malandra myleene | None | none
row 17 : 17 | 29 november 2006 | temple of doom | dean | None | none
row 18 : 18 | 30 november 2006 | celebrity cyclone | jason myleene matt | None | none
row 19 : 19 | 1 december 2006 | bushtucker bonanza | matt | None | none
row 20 : 20 | 1 december 2006 | fill your face | jason | None | none
row 21 : 21 | 1 december 2006 | scareoke | myleene | None | none ] Execute this SQL based on the above table: select trial number where celebrity/ies taking part = 'jan' | 1, 7, 8 |
[ header: date | competition | home team | score | away team | score row 1 : 16 october 2004 | powergen cup | bedford | None | tabard | None
row 2 : 15 february 2005 | national division one | bedford | 26 | otley | 13
row 3 : 19 february 2005 | national division one | bedford | 16 | london welsh | 17
row 4 : 26 february 2005 | national division one | sedgley park | 12 | bedford | 23
row 5 : 12 march 2005 | national division one | bedford | 23 | cornish pirates | 28
row 6 : 2 april 2005 | national division one | bedford | 39 | plymouth albion | 21
row 7 : 9 april 2005 | national division one | birmingham solihull | 18 | bedford | 29 ] Execute this SQL based on the above table: select count ( home team ) | 7 |
[ header: player | hr | date reached 500 hr | team | seasons played row 1 : barry bonds | 762 | april 17, 2001 | san francisco giants | 1986-2007
row 2 : hank aaron | 755 | july 14, 1968 | atlanta braves | 1954-1976
row 3 : babe ruth | 714 | august 11, 1929 | new york yankees | 1914-1935
row 4 : willie mays | 660 | september 13, 1965 | san francisco giants | 1951-1952, 1954-1973
row 5 : alex rodriguez | 654 | august 4, 2007 | new york yankees | 1994-
row 6 : ken griffey, jr | 630 | june 20, 2004 | cincinnati reds | 1989-2010
row 7 : jim thome | 612 | september 16, 2007 | chicago white sox | 1991-2012
row 8 : sammy sosa | 609 | april 4, 2003 | chicago cubs | 1989-2005, 2007
row 9 : frank robinson | 586 | september 13, 1971 | baltimore orioles | 1956-1976
row 10 : mark mcgwire | 583 | august 5, 1999 | st. louis cardinals | 1986-2001
row 11 : harmon killebrew | 573 | august 10, 1971 | minnesota twins | 1954-1975
row 12 : rafael palmeiro | 569 | may 11, 2003 | texas rangers | 1986-2005
row 13 : reggie jackson | 563 | september 17, 1984 | california angels | 1967-1987
row 14 : manny ramirez | 555 | may 31, 2008 | boston red sox | 1993-2011
row 15 : mike schmidt | 548 | april 18, 1987 | philadelphia phillies | 1972-1989
row 16 : mickey mantle | 536 | may 14, 1967 | new york yankees | 1951-1968
row 17 : jimmie foxx | 534 | september 24, 1940 | boston red sox | 1925-1942, 1944-1945
row 18 : ted williams | 521 | june 17, 1960 | boston red sox | 1939-1942, 1946-1960
row 19 : willie mccovey | 521 | june 30, 1978 | san francisco giants | 1959-1980
row 20 : frank thomas | 521 | june 28, 2007 | toronto blue jays | 1990-2008
row 21 : ernie banks | 512 | may 12, 1970 | chicago cubs | 1953-1971
row 22 : eddie mathews | 512 | july 14, 1967 | houston astros | 1952-1968
row 23 : mel ott | 511 | august 1, 1945 | new york giants | 1926-1947
row 24 : gary sheffield | 509 | april 17, 2009 | new york mets | 1988-2009
row 25 : eddie murray | 504 | september 6, 1996 | baltimore orioles | 1977-1997 ] Execute this SQL based on the above table: select player where hr > ( select hr where player = 'alex rodriguez' ) order by hr limit 1 | willie mays |
[ header: institution | location | athletic nickname | undergraduate enrollment | graduate enrollment | total enrollment | 2013 endowment (and us rank) | academic staff | motto row 1 : brown university | providence, rhode island | bears | 6316 | 2333 | 8649 | $2.7 billion (30th) | 736 | in deo speramus (in god
row 2 : columbia university | new york, new york | lions | 7160 | 15760 | 22920 | $8.2 billion (9th) | 3763 | in lumine tuo videb
row 3 : cornell university | ithaca, new york | big red | 13931 | 6702 | 20633 | $5.3 billion (18th) | 2908 | i would found an institution where any person can
row 4 : dartmouth college | hanover, new hampshire | big green | 4248 | 1893 | 6141 | $3.7 billion (22nd) | 571 | vox clamantis in deserto
row 5 : harvard university | cambridge, massachusetts | crimson | 7181 | 14044 | 21225 | $32.3 billion (1st) | 4671 | veritas (truth)
row 6 : princeton university | princeton, new jersey | tigers | 5113 | 2479 | 7592 | $18.2 billion (5th) | 1172 | dei sub numine viget (under god
row 7 : university of pennsylvania | philadelphia, pennsy | quakers | 10337 | 10306 | 20643 | $7.7 billion (11th) | 4464 | leges sine moribus vanae
row 8 : yale university | new haven, connecticut | bulldogs | 5275 | 6391 | 11666 | $20.8 billion (2nd) | 4140 | אורים ותומים lux et ver ] Execute this SQL based on the above table: select institution order by undergraduate enrollment desc limit 1 | cornell university |
[ header: week | date | song title | performer | album title | performer row 1 : 1 | 3 january 2014 | "timber" | pitbull feat. ke$ha | true | avicii
row 2 : 2 | 10 january 2014 | "timber" | pitbull feat. ke$ha | true | avicii
row 3 : 3 | 17 january 2014 | "i see fire" | ed sheeran | high hopes | bruce springsteen
row 4 : 4 | 24 january 2014 | "i see fire" | ed sheeran | high hopes | bruce springsteen
row 5 : 5 | 31 january 2014 | "i see fire" | ed sheeran | true | avicii
row 6 : 6 | 7 february 2014 | "i see fire" | ed sheeran | sjunger sinatra | christer sjogren
row 7 : 7 | 14 february 2014 | "i see fire" | ed sheeran | sjunger sinatra | christer sjogren
row 8 : 8 | 21 february 2014 | "i see fire" | ed sheeran | true | avicii
row 9 : 9 | 28 february 2014 | "i see fire" | ed sheeran | true | avicii
row 10 : 10 | 7 march 2014 | "busy doin' nothin'" | ace wilder | true | avicii
row 11 : 11 | 14 march 2014 | "busy doin' nothin'" | ace wilder | true | avicii
row 12 : 12 | 21 march 2014 | "busy doin' nothin'" | ace wilder | all turns red | takida
row 13 : 13 | 28 march 2014 | "busy doin' nothin'" | ace wilder | together we stand alone | yohio ] Execute this SQL based on the above table: select count ( album title ) where week >= 8 | 6 |
[ header: year | single | peak chart positions fin | peak chart positions nor | peak chart positions swe | album row 1 : 1994 | "together" | None | None | None | finally
row 2 : 1994 | "in your dreams" | None | None | None | finally
row 3 : 1995 | "mirror, mirror" | None | 6 | None | finally
row 4 : 1995 | "stars in the night" | None | None | None | finally
row 5 : 1996 | "you never know" | 12 | 4 | None | finally
row 6 : 1996 | "let it all be sunshine" | 13 | None | None | finally
row 7 : 1997 | "all my life" | None | None | None | finally
row 8 : 1997 | "fly to be free" | None | None | None | finally
row 9 : 1998 | "come'n get me" | 6 | None | None | the take off
row 10 : 1998 | "sunny holiday" | None | None | None | the take off
row 11 : 1999 | "ticket to fly" | None | None | 48 | the take off
row 12 : 1999 | "once you pop (you can't stop | None | None | None | express
row 13 : 1999 | "this is how we do it" | None | None | None | express
row 14 : 2000 | "push it" | None | None | 53 | express
row 15 : 2000 | "sha la long" | None | None | None | express
row 16 : 2000 | "come on everybody" | None | None | None | express
row 17 : 2001 | "i like it" | None | None | None | in action ] Execute this SQL based on the above table: select year where album = 'finally' | 1994, 1994, 1995, 1995, 1996, 1996, 1997, 1997 |
[ header: date | winner | yacht | loser | yacht | score | delta row 1 : september 14, 1983 | liberty | us-40 | australia ii | ka-6 | 1-0 | 1:10
row 2 : september 15, 1983 | liberty | us-40 | australia ii | ka-6 | 2-0 | 1:33
row 3 : september 18, 1983 | australia ii | ka-6 | liberty | us-40 | 1-2 | 3:14
row 4 : september 20, 1983 | liberty | us-40 | australia ii | ka-6 | 3-1 | 0:43
row 5 : september 21, 1983 | australia ii | ka-6 | liberty | us-40 | 2-3 | 1:47
row 6 : september 22, 1983 | australia ii | ka-6 | liberty | us-40 | 3-3 | 3:25
row 7 : september 26, 1983 | australia ii | ka-6 | liberty | us-40 | 4-3 | 0:41 ] Execute this SQL based on the above table: select yacht where delta = delta | ka-6, ka-6, us-40, ka-6, us-40, us-40, us-40 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | venezuela | 9 | 8 | 6 | 23
row 2 : 2 | guatemala | 6 | 6 | 6 | 18
row 3 : 3 | peru | 5 | 8 | 9 | 22
row 4 : 4 | chile | 4 | 4 | 1 | 9
row 5 : 5 | el salvador | 4 | 0 | 2 | 6
row 6 : 6 | ecuador | 2 | 5 | 1 | 8
row 7 : 7 | bolivia | 2 | 1 | 2 | 5
row 8 : 8 | dominican republic | 1 | 0 | 2 | 3
row 9 : 9 | colombia | 0 | 1 | 3 | 4
row 10 : total | total | 33 | 33 | 32 | 98 ] Execute this SQL based on the above table: select nation where id = 1 | venezuela |
[ header: entered | weeks in top 10 | single | artist | peak | peak reached | weeks at peak row 1 : 3 october 1993 | 14 | "i'd do anything for love" | meat loaf | 1 | 17 october 1993 | 7
row 2 : 19 december 1993 | 3 | "bat out of hell" | meat loaf | 8 | 19 december 1993 | 2
row 3 : 2 january 1994 | 9 | "things can only get better" (# | d:ream | 1 | 16 january 1994 | 4
row 4 : 16 january 1994 | 1 | "here i stand" | bitty mclean | 10 | 16 january 1994 | 1
row 5 : 23 january 1994 | 1 | "in your room" | depeche mode | 8 | 23 january 1994 | 1
row 6 : 23 january 1994 | 8 | "return to innocence" | enigma | 3 | 6 february 1994 | 2
row 7 : 13 march 1994 | 7 | "streets of philadelphia" | bruce springsteen | 2 | 27 march 1994 | 1
row 8 : 1 may 1994 | 7 | "come on you reds" | manchester united football squad featuring status quo | 1 | 15 may 1994 | 2
row 9 : 8 may 1994 | 3 | "just a step from heaven" | eternal | 8 | 15 may 1994 | 1
row 10 : 15 may 1994 | 2 | "more to this world" | bad boys inc | 8 | 22 may 1994 | 1
row 11 : 12 june 1994 | 2 | "anytime you need a friend" | mariah carey | 8 | 19 june 1994 | 1
row 12 : 7 august 1994 | 4 | "what's up?" | dj miko | 6 | 14 august 1994 | 1
row 13 : 14 august 1994 | 2 | "live forever" | oasis | 10 | 14 august 1994 | 2
row 14 : 28 august 1994 | 1 | "parklife" | blur | 10 | 28 august 1994 | 1
row 15 : 2 october 1994 | 2 | "secret" | madonna | 5 | 2 october 1994 | 1
row 16 : 2 october 1994 | 6 | "sweetness" | michelle gayle | 4 | 30 october 1994 | 1
row 17 : 30 october 1994 | 4 | "oh baby i..." | eternal | 4 | 6 november 1994 | 1
row 18 : 6 november 1994 | 5 | "another night" | mc sar and real m | 2 | 13 november 1994 | 1
row 19 : 13 november 1994 | 3 | "sight for sore eyes" | m people | 6 | 20 november 1994 | 1
row 20 : 13 november 1994 | 1 | "true faith '94" | new order | 9 | 13 november 1994 | 1
row 21 : 11 december 1994 | 3 | "power rangers: the official single" | the mighty raw | 3 | 11 december | 1 ] Execute this SQL based on the above table: select artist where artist in ( 'mc sar and real mccoy' , 'oasis' ) order by weeks at peak desc limit 1 | oasis |
[ header: polling firm | month | link | favor | oppose row 1 : rutgers-eagleton | march 2014 | None | 64 | 28
row 2 : quinnipiac | july 2013 | None | 60 | 31
row 3 : rutgers-eagleton | june 2013 | None | 59 | 30
row 4 : quinnipiac | march 2013 | None | 64 | 30
row 5 : public policy polling | november 2012 | None | 53 | 36
row 6 : quinnipiac | february 2012 | None | 57 | 37
row 7 : rutgers-eagleton | february 2012 | None | 54 | 35
row 8 : quinnipiac | january 2012 | None | 52 | 42
row 9 : rutgers-eagleton | october 2011 | None | 52 | 39
row 10 : rutgers-eagleton | august 2011 | None | 52 | 32
row 11 : public policy polling | july 2011 | None | 47 | 42
row 12 : quinnipiac | november 2009 | None | 46 | 49
row 13 : rutgers-eagleton | november 2009 | None | 50 | 42
row 14 : quinnipiac | april 2009 | None | 49 | 43
row 15 : zogby international | august 2008 | None | 50 | 42
row 16 : zogby international | august 2007 | None | 48.1 | 44.6
row 17 : rasmussen reports | july 2006 | None | 42 | 54
row 18 : rutgers-eagleton | june 2006 | pdf | 49 | 44
row 19 : zogby international | february 2006 | None | 56 | 39
row 20 : zogby international | april 2005 | html | 54.5 | 40.1
row 21 : rutgers-eagleton | september 2003 | pdf | 43 | 50
row 22 : zogby international | july 2003 | None | 55 | 41 ] Execute this SQL based on the above table: select polling firm where polling firm in ( 'zogby international' , 'rasmussen reports' ) group by polling firm order by count ( * ) desc limit 1 | zogby international |
[ header: image | name | birth date | death date | brief biography row 1 : | harriet churchill | october 1679 | october 1679 | died an infant
row 2 : | henrietta churchill (later | 19 july 1681 | 24 october 1733 | married the hon. francis godolph
row 3 : | anne churchill (later spen | 27 february 1683 | 15 april 1716 | anne married the whig politician char
row 4 : | john churchill, marquess of blandford | 13 february 1686 | 20 february 1703 | john, marquess of blandford was the
row 5 : | elizabeth churchill (late | 15 march 1687 | 22 march 1738 | married scroop egerton, 4th
row 6 : | mary churchill (later montagu | 15 july 1689 | 14 may 1729 | married john montagu, 2nd du
row 7 : | charles churchill | 19 august 1690 | 22 may 1692 | died an infant ] Execute this SQL based on the above table: select name where image = '' | harriet churchill, henrietta churchill (later godolphin), 2nd duchess of marlborough in her own right, anne churchill (later spencer), john churchill, marquess of blandford, elizabeth churchill (later egerton), mary churchill (later montagu), charles churchill |
[ 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 sum ( tv time ) | 53 |
[ header: pos | rider | manufacturer | time/retired | points row 1 : 1 | tohru ukawa | honda | 49:50.449 | 25
row 2 : 2 | franco battaini | aprilia | 5.125 | 20
row 3 : 3 | loris capirossi | honda | 10.224 | 16
row 4 : 4 | shinya nakano | yamaha | 14.848 | 13
row 5 : 5 | stefano perugini | honda | 34.042 | 11
row 6 : 6 | sebastian porto | yamaha | 37.495 | 10
row 7 : 7 | jason vincent | honda | 44.911 | 9
row 8 : 8 | valentino rossi | aprilia | +1:01.110 | 8
row 9 : 9 | anthony west | tsr-honda | +1:10.352 | 7
row 10 : 10 | alex hofmann | tsr-honda | +1:18.683 | 6
row 11 : 11 | luca boscoscuro | tsr-honda | +1:20.847 | 5
row 12 : 12 | lucas oliver bulto | yamaha | +1:23.052 | 4
row 13 : 13 | roberto rolfo | aprilia | +1:24.329 | 3
row 14 : 14 | masaki tokudome | tsr-honda | +1:26.837 | 2
row 15 : 15 | fonsi nieto | yamaha | +1:45.669 | 1
row 16 : 16 | david garcia | yamaha | +1:48.926 | None
row 17 : 17 | scott smart | aprilia | +1:49.730 | None
row 18 : 18 | alex debon | honda | +1 lap | None
row 19 : 19 | jarno janssen | tsr-honda | +1 lap | None
row 20 : ret | alvaro molina | honda | retirement | None
row 21 : ret | julien allemand | tsr-honda | retirement | None
row 22 : ret | ismael bonilla | honda | retirement | None
row 23 : ret | daniel ribalta | aprilia | retirement | None
row 24 : ret | maurice bolwerk | honda | retirement | None
row 25 : ret | tomomi manako | yamaha | retirement | None
row 26 : ret | johann stigefelt | yamaha | retirement | None
row 27 : ret | olivier jacque | yamaha | retirement | None
row 28 : ret | jeremy mcwilliams | aprilia | retirement | None
row 29 : ret | david ortega | tsr-honda | retirement | None
row 30 : ret | alfredo rios | aprilia | retirement | None
row 31 : ret | ralf waldmann | aprilia | retirement | None ] Execute this SQL based on the above table: select time/retired where points >= 16 | 49.0, 5.125, 10.224 |
[ header: episode | original broadcast date | average | rank | remarks row 1 : 1 | 8 april 2012 | 1 | 5 | this includes bloopers
row 2 : 2 | 15 april 2012 | 0.91 | 5 | None
row 3 : 3 | 22 april 2012 | 0.92 | 5 | None
row 4 : 4 | 29 april 2012 | 0.76 | 3 | None
row 5 : 5 | 6 may 2012 | 0.67 | 3 | None
row 6 : 6 | 13 may 2012 | 0.67 | 3 | None
row 7 : 7 | 20 may 2012 | 0.64 | 3 | None
row 8 : 8 | 27 may 2012 | 0.7 | 2 | None
row 9 : 9 | 3 june 2012 | 0.58 | 4 | None
row 10 : 10 | 10 june 2012 | 0.6 | 3 | None
row 11 : 11 | 17 june 2012 | 0.81 | 2 | None
row 12 : 12 | 24 june 2012 | 0.66 | 3 | None
row 13 : 13 | 1 july 2012 | 0.86 | 3 | None
row 14 : average | average | 0.75 | None | None ] Execute this SQL based on the above table: select original broadcast date group by original broadcast date order by count ( * ) limit 1 | 1 july 2012 |
[ 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 transferred to - squad # where player = 'chan siu ki' | -7.0 |
[ header: position | club | played | points | wins | draws | losses | goals for | goals against | goal difference row 1 : 1 | malaga cf | 42 | 79 | 22 | 13 | 7 | 72 | 47 | 25
row 2 : 2 | atletico de madrid b 1 | 42 | 74 | 21 | 11 | 10 | 73 | 51 | 22
row 3 : 3 | cd numancia | 42 | 73 | 21 | 10 | 11 | 68 | 40 | 28
row 4 : 4 | sevilla fc | 42 | 71 | 20 | 11 | 11 | 66 | 50 | 16
row 5 : 5 | rayo vallecano | 42 | 71 | 19 | 14 | 9 | 64 | 49 | 15
row 6 : 6 | ud las palmas | 42 | 68 | 17 | 17 | 8 | 57 | 38 | 19
row 7 : 7 | cd toledo | 42 | 65 | 18 | 11 | 13 | 54 | 49 | 5
row 8 : 8 | sd compostela | 42 | 61 | 16 | 13 | 13 | 60 | 53 | 7
row 9 : 9 | sporting de gijon | 42 | 59 | 16 | 11 | 15 | 47 | 47 | 0
row 10 : 10 | cp merida | 42 | 59 | 15 | 14 | 13 | 48 | 41 | 7
row 11 : 11 | ue lleida | 42 | 59 | 15 | 14 | 13 | 52 | 50 | 2
row 12 : 12 | recreativo de huelva | 42 | 58 | 14 | 16 | 12 | 40 | 35 | 5
row 13 : 13 | ca osasuna | 42 | 57 | 15 | 12 | 15 | 44 | 51 | -7
row 14 : 14 | cd badajoz | 42 | 51 | 12 | 15 | 15 | 35 | 39 | -4
row 15 : 15 | albacete | 42 | 50 | 12 | 14 | 16 | 38 | 43 | -5
row 16 : 16 | cd logrones | 42 | 48 | 12 | 12 | 18 | 48 | 57 | -9
row 17 : 17 | cd leganes | 42 | 47 | 10 | 17 | 15 | 36 | 44 | -8
row 18 : 18 | sd eibar | 42 | 47 | 13 | 8 | 21 | 42 | 56 | -14
row 19 : 19 | mallorca b | 42 | 46 | 12 | 10 | 20 | 52 | 64 | -12
row 20 : 20 | barcelona b | 42 | 44 | 13 | 5 | 24 | 51 | 68 | -17
row 21 : 21 | hercules cf | 42 | 40 | 10 | 10 | 22 | 38 | 66 | -28
row 22 : 22 | cd ourense | 42 | 27 | 7 | 6 | 29 | 35 | 82 | -47 ] Execute this SQL based on the above table: select club order by id desc limit 1 | cd ourense |
[ header: release date | album | record label | uk albums chart | u.s. billboard 200 chart row 1 : july 1983 | the alarm (ep) | i.r.s. records | None | 126
row 2 : february 1984 | declaration | i.r.s. records | 6 | 50
row 3 : october 1985 | strength | i.r.s. records | 18 | 39
row 4 : november 1987 | eye of the hurricane | i.r.s. records | 23 | 77
row 5 : november 1988 | electric folklore live | i.r.s. records | 62 | 167
row 6 : 1988 | compact hits | a&m records | None | None
row 7 : september 1989 | change | i.r.s. records | 13 | 75
row 8 : november 1990 | standards | i.r.s. records | 47 | 177
row 9 : april 1991 | raw | i.r.s. records | 33 | 161
row 10 : 2001 | eponymous 1981-1983 | 21st century | None | None
row 11 : 2001 | declaration 1984-1985 | 21st century | None | None
row 12 : 2001 | strength 1985-1986 | 21st century | None | None
row 13 : 2001 | eye of the hurricane 1987-1988 | 21st century | None | None
row 14 : 2001 | electric folklore live 1987-1988 | 21st century | None | None
row 15 : 2001 | change 1989-1990 | 21st century | None | None
row 16 : 2001 | raw 1990-1991 | 21st century | None | None
row 17 : 21 sept 2002 | close | 21st century | None | None
row 18 : october 2002 | the normal rules do not apply | 21st century | None | None
row 19 : 17 dec 2002 | trafficking | 21st century | None | None
row 20 : 17 dec 2002 | edward henry street | 21st century | None | None
row 21 : january 2003 | coming home | 21st century | None | None
row 22 : 15 jan 2003 | live at hammersmith palais 1984 | 21st century | None | None
row 23 : 23 june 2003 | the alarm ep - 20th anniversary | 21st century | None | None
row 24 : 17 jul 2003 | live at glasgow garage | 21st century | None | None
row 25 : 17 jul 2003 | live at liverpool masque theatre | 21st century | None | None
row 26 : 17 jul 2003 | live at london mean fiddle | 21st century | None | None
row 27 : 19 oct 2003 | the sound and the fury | shakedown records | None | None
row 28 : 2004 | live in the poppyfields | snapper music | None | None
row 29 : 2005 | alt-strength | 21st century | None | None
row 30 : 2006 | under attack | liberty | 138 | None
row 31 : 2006 | the best of the alarm and mike pe | emi | None | None
row 32 : 2006 | alarm mmv - the satur | 21st century | None | None
row 33 : 2007 | the collection | emi gold | None | None
row 34 : july 2007 | three sevens clash | 21st century | None | None
row 35 : august 2007 | fightback | 21st century | None | None
row 36 : september 2007 | this is not a test | 21st century | None | None
row 37 : november 2007 | call to action | 21st century | None | None
row 38 : december 2007 | 1983/84 | 21st century | None | None
row 39 : january 2008 | counter attack | 21st century | None | None
row 40 : 2008 | guerilla tactics | 21st century | None | None
row 41 : 2008 | the alarm - bbc radio sessions | 21st century | None | None ] Execute this SQL based on the above table: select album where album > ( select album where record label = '21st century' ) order by album asc limit 1 | eye of the hurricane |
[ header: responsible minister(s) | crown entities | monitoring department(s) | category / type | empowering legislation row 1 : acc | accident compensation corporation | labour | crown agent | injury prevention, rehabilitation, and compensation act 2001 (
row 2 : arts, culture and heritage | new zealand historic places trust (p | culture and heritage | ace | historic places act 1993 (part 3)
row 3 : arts, culture and heritage | new zealand symphon | culture and heritage | ace | new zealand symphon
row 4 : broadcasting | broadcasting commission (new zealand on | culture and heritage | ace | broadcasting act 1989 (part 4 and schedule 1)
row 5 : commerce | securities commission | economic development | ice | securities act 1978 (part 1)
row 6 : commerce | takeovers panel | economic development | ice | takeovers act 1993 (part 1 and schedule
row 7 : commerce | testing laboratory registration council | economic development | ace | testing laboratory registration act 1972
row 8 : community and voluntary sector | charities commission | internal affairs | ace | charities act 2005 (part 1)
row 9 : cris and finance (2) | crown research institutes (9) | ccmau and treasur | cec | crown research institutes act 1992
row 10 : economic development and finance (2) | new zealand venture investment fund limited | ccmau and treasur | cec | none (company constitution)
row 11 : finance | government superannuation fund authority | treasury | ace | government superannuation fund act 1956 (
row 12 : health | alcohol advisory council of new zealand | health | ace | alcohol advisory council act 1976
row 13 : health | crown health financing agency | health | crown agent | new zealand public health and disability act
row 14 : health | district health boards (21) | health | crown agent | new zealand public health and disability act
row 15 : health | health and disability commissioner | health | ice | health and disability commissioner act 1994 (part 1 and
row 16 : health | health research council of new zealand | health | crown agent | health research council act 1990 (part 1 and schedule
row 17 : health | health sponsorship council | health | crown agent | smoke-free environments act 1990 (part 3)
row 18 : health | pharmaceutical management agency | health | crown agent | new zealand public health and disability act
row 19 : law commission | law commission | justice | ice | law commission act 1985 (and schedule 1)
row 20 : social development and employment | new zealand artificial limb board | social development | ace | social welfare (transitional provisions) act 1990
row 21 : social development and employment | social workers registration board | social development | crown agent | social workers registration act 2003 (part 6 and schedule
row 22 : sport and recreation | new zealand sports drug agency | culture and heritage | ice | new zealand sports drug agency act 1994
row 23 : sport and recreation | sport and recreation new zealand | culture and heritage | crown agent | sport and recreation new zealand act 2002
row 24 : tertiary education | tertiary education commission | education | crown agent | education act 1989 (part 13a)
row 25 : transport | civil aviation authority of new zealand | transport | crown agent | civil aviation act 1990 (part 6a and schedule
row 26 : transport | transit new zealand | transport | crown agent | land transport management act 2003 (part 3 and schedule ] Execute this SQL based on the above table: select category / type group by category / type order by count ( monitoring department(s) ) desc limit 1 | crown agent |
[ header: | 1948 | 1952 | 1956 | 1960 | 1964 row 1 : all voters | 50 | 45 | 42 | 50 | 61
row 2 : white | 50 | 43 | 41 | 49 | 59
row 3 : black | 50 | 79 | 61 | 68 | 94
row 4 : college educated | 22 | 34 | 31 | 39 | 52
row 5 : high school educated | 51 | 45 | 42 | 52 | 62
row 6 : grade school educated | 64 | 52 | 50 | 55 | 66
row 7 : professional & business | 19 | 36 | 32 | 42 | 54
row 8 : white collar | 47 | 40 | 37 | 48 | 57
row 9 : manual worker | 66 | 55 | 50 | 60 | 71
row 10 : farmer | 60 | 33 | 46 | 48 | 53
row 11 : union member | 76 | None | 51 | 62 | 77
row 12 : not union | 42 | None | 35 | 44 | 56
row 13 : protestant | 43 | 37 | 37 | 38 | 55
row 14 : catholic | 62 | 56 | 51 | 78 | 76
row 15 : republican | None | 8 | 4 | 5 | 20
row 16 : independent | None | 35 | 30 | 43 | 56
row 17 : democrat | None | 77 | 85 | 84 | 87
row 18 : east | 48 | 45 | 40 | 53 | 68
row 19 : midwest | 50 | 42 | 41 | 48 | 61
row 20 : west | 49 | 42 | 43 | 49 | 60
row 21 : south | 53 | 51 | 49 | 51 | 52 ] Execute this SQL based on the above table: select count ( * ) | 21 |
[ header: album/single | performer | year | variant | notes row 1 : the english and scottish popular balla | ewan maccoll | 1956 | gil morice | the earliest known professional recording (8'37")
row 2 : blood and roses vol 2 | ewan maccoll | 1981 | child maurice | this is a different version from maccoll
row 3 : right of passage | martin carthy | 1988 | bill norrie | None
row 4 : kornog | kornog | 2000 | child noryce | the only known version by a french band
row 5 : the furrowed field | damien barber | 2000 | bill norrie | None
row 6 : songs | spiers and boden | 2005 | child morris | None
row 7 : at ruskin mill | martin carthy | 2005 | bill norrie | the longest recorded version (9'06") ] Execute this SQL based on the above table: select performer order by year limit 1206 | ewan maccoll, ewan maccoll, martin carthy, kornog, damien barber, spiers and boden, martin carthy |
[ header: date | winner | yacht | loser | yacht | score | delta row 1 : september 14, 1983 | liberty | us-40 | australia ii | ka-6 | 1-0 | 1:10
row 2 : september 15, 1983 | liberty | us-40 | australia ii | ka-6 | 2-0 | 1:33
row 3 : september 18, 1983 | australia ii | ka-6 | liberty | us-40 | 1-2 | 3:14
row 4 : september 20, 1983 | liberty | us-40 | australia ii | ka-6 | 3-1 | 0:43
row 5 : september 21, 1983 | australia ii | ka-6 | liberty | us-40 | 2-3 | 1:47
row 6 : september 22, 1983 | australia ii | ka-6 | liberty | us-40 | 3-3 | 3:25
row 7 : september 26, 1983 | australia ii | ka-6 | liberty | us-40 | 4-3 | 0:41 ] Execute this SQL based on the above table: select yacht where yacht in ( 'us-40' , 'ka-6' ) order by delta desc limit 1 | ka-6 |
[ header: rank | athlete | nationality | time row 1 : None | liliana barbulescu | romania | 2:00.06
row 2 : None | anna zagorska | poland | 2:00.11
row 3 : None | irina vashents | russia | 2:00.77
row 4 : 4 | laura gerber | switzerland | 2:01.39
row 5 : 5 | christiane dos sant | brazil | 2:01.53
row 6 : 6 | tamara volkova | ukraine | 2:01.86
row 7 : 7 | tatyana yegorova | russia | 2:02.64
row 8 : 8 | sandra teixeira | portugal | 2:03.01 ] Execute this SQL based on the above table: select sum ( rank ) where nationality in ( 'russia' , 'ukraine' , 'brazil' ) | 18.0 |
[ header: place | code | area (km2) | population | most spoken language row 1 : beatrix mine | 40701 | 0.17 | 2492 | sotho
row 2 : boipatong | 40702 | 0.31 | 1501 | sotho
row 3 : brandfort | 40703 | 3.2 | 1516 | afrikaans
row 4 : fora | 40704 | 0.05 | 530 | sotho
row 5 : ikgomotseng | 40705 | 1.07 | 2254 | tswana
row 6 : joel mine | 40706 | 0.11 | 728 | sotho
row 7 : lusaka | 40707 | 1.4 | 6110 | sotho
row 8 : majwemasweu | 40708 | 2.5 | 10328 | sotho
row 9 : makeleketla | 40709 | 1.35 | 6629 | sotho
row 10 : masilo | 40710 | 3.02 | 14903 | sotho
row 11 : star diamond mine | 40712 | 0.11 | 212 | sotho
row 12 : theunissen | 40713 | 15.11 | 1667 | afrikaans
row 13 : tshepong | 40714 | 0.54 | 1710 | sotho
row 14 : verkeerdevlei | 40715 | 1.22 | 151 | afrikaans
row 15 : winburg | 40716 | 70.22 | 3371 | sotho
row 16 : remainder of the municipality | 40711 | 6696.44 | 10304 | sotho ] Execute this SQL based on the above table: select place where id = ( select id where place = 'brandfort' ) - 1 | boipatong |
[ header: rank | county | per capita income | median household income | median family income | population | number of households row 1 : 1 | mccone | $32,205 | $42,998 | $52,636 | 1,734 | 774
row 2 : 3 | stillwater | $27,168 | $57,227 | $65,438 | 9,117 | 3,796
row 3 : 4 | richland | $26,888 | $52,516 | $60,236 | 9,746 | 4,167
row 4 : 5 | fallon | $26,819 | $52,529 | $64,500 | 2,890 | 1,233
row 5 : 6 | sheridan | $26,537 | $39,578 | $55,313 | 3,384 | 1,587
row 6 : 10 | carbon | $24,983 | $49,010 | $59,823 | 10,078 | 4,571
row 7 : 13 | park | $24,717 | $38,830 | $50,252 | 15,636 | 7,310
row 8 : 15 | missoula | $24,343 | $42,887 | $58,302 | 109,299 | 45,926
row 9 : 17 | phillips | $24,227 | $36,453 | $55,362 | 4,253 | 1,819
row 10 : None | montana | $23,836 | $43,872 | $55,725 | 989,415 | 409,607
row 11 : 21 | granite | $23,222 | $36,052 | $47,685 | 3,079 | 1,417
row 12 : 22 | cascade | $22,963 | $42,389 | $53,540 | 81,327 | 33,809
row 13 : 23 | sweet grass | $22,785 | $43,723 | $56,552 | 3,651 | 1,590
row 14 : 24 | wibaux | $22,579 | $40,417 | $51,354 | 1,017 | 457
row 15 : 29 | powder river | $21,543 | $37,685 | $50,156 | 1,743 | 755
row 16 : 30 | hill | $21,420 | $43,606 | $55,963 | 16,096 | 6,275
row 17 : 33 | beaverhead | $21,110 | $38,264 | $53,036 | 9,246 | 4,014
row 18 : 34 | petroleum | $21,008 | $36,875 | $39,107 | 494 | 225
row 19 : 36 | musselshell | $20,875 | $37,033 | $47,860 | 4,538 | 2,046
row 20 : 38 | teton | $20,509 | $39,516 | $49,102 | 6,073 | 2,450
row 21 : 39 | toole | $20,464 | $42,949 | $54,722 | 5,324 | 2,015
row 22 : 40 | chouteau | $20,202 | $41,064 | $50,201 | 5,813 | 2,294
row 23 : 42 | rosebud | $19,844 | $44,776 | $56,282 | 9,233 | 3,395
row 24 : 43 | lincoln | $19,626 | $30,823 | $39,600 | 19,687 | 8,843
row 25 : 47 | liberty | $19,097 | $40,212 | $44,957 | 2,339 | 822
row 26 : 48 | pondera | $18,989 | $36,419 | $47,656 | 6,153 | 2,285
row 27 : 50 | sanders | $18,472 | $30,622 | $37,514 | 11,413 | 5,121
row 28 : 51 | powell | $17,849 | $39,851 | $45,339 | 7,027 | 2,466
row 29 : 52 | roosevelt | $17,821 | $37,451 | $50,146 | 10,425 | 3,553
row 30 : 55 | blaine | $16,813 | $37,034 | $40,890 | 6,491 | 2,357 ] Execute this SQL based on the above table: select county where number of households > 0 order by id limit 1 | mccone |
[ header: pos | grid | no. | driver | team | manufacturer | laps | points row 1 : 1 | 8 | 24 | jeff gordon | hendrick motorsports | chevrolet | 160 | 185
row 2 : 2 | 1 | 18 | bobby labonte | joe gibbs racing | pontiac | 160 | 175
row 3 : 3 | 9 | 31 | mike skinner | richard childress racing | chevrolet | 160 | 165
row 4 : 4 | 25 | 12 | jeremy mayfield | penske-kranefuss | ford | 160 | 165
row 5 : 7 | 12 | 22 | ward burton | bill davis racing | pontiac | 160 | 146
row 6 : 8 | 39 | 36 | ernie irvan | mb2 motorsports | pontiac | 160 | 142
row 7 : 9 | 16 | 33 | ken schrader | andy petree racing | chevrolet | 160 | 138
row 8 : 10 | 5 | 3 | dale earnhardt | richard childress racing | chevrolet | 160 | 139
row 9 : 12 | 38 | 23 | jimmy spencer | travis carter enterprises | t-bird | 160 | 132
row 10 : 14 | 14 | 43 | john andretti | petty enterprises | pontiac | 160 | 121
row 11 : 15 | 31 | 94 | bill elliott | bill elliott racing | ford | 160 | 118
row 12 : 18 | 17 | 40 | sterling marlin | team sabco | chevrolet | 160 | 109
row 13 : 19 | 33 | 9 | jerry nadeau | melling racing | ford | 160 | 106
row 14 : 20 | 20 | 97 | chad little | roush racing | t-bird | 159 | 103
row 15 : 21 | 30 | 71 | dave marcis | marcis auto racing | chevrolet | 159 | 105
row 16 : 22 | 42 | 44 | kyle petty | pe2 | pontiac | 159 | 97
row 17 : 23 | 3 | 88 | dale jarrett | robert yates racing | ford | 159 | 99
row 18 : 25 | 19 | 11 | brett bodine | brett bodine racing | ford | 159 | 88
row 19 : 26 | 40 | 26 | johnny benson, j | roush racing | ford | 159 | 85
row 20 : 28 | 43 | 35 | darrell waltrip | tyler jet motorsports | pontiac | 158 | 79
row 21 : 29 | 24 | 96 | steve grissom | american equipment racing | chevrolet | 157 | 76
row 22 : 32 | 11 | 28 | kenny irwin, j | robert yates racing | ford | 140 | 72
row 23 : 33 | 15 | 1 | steve park | dale earnhardt, inc | chevrolet | 139 | 64
row 24 : 35 | 28 | 81 | kenny wallace | filmar racing | ford | 113 | 58
row 25 : 36 | 26 | 07 | dan pardus | midwest transit racing | chevrolet | 99 | 55
row 26 : 37 | 32 | 46 | jeff green | team sabco | chevrolet | 98 | 52
row 27 : 38 | 13 | 30 | derrike cope | bahari racing | pontiac | 67 | 49
row 28 : 39 | 36 | 98 | rich bickle | cale yarborough racing | t-bird | 58 | 46
row 29 : 42 | 10 | 55 | hut stricklin | andy petree racing | chevrolet | 31 | 37 ] Execute this SQL based on the above table: select manufacturer where manufacturer in ( 'ford' , 'chevrolet' ) order by no. desc limit 1 | chevrolet |
[ header: date | time | opponent# | rank# | site | tv | result | attendance row 1 : august 31 | 6:00 pm | at #13 michigan state | #22 | spartan stadium • east lans | espn | l 13-17 | 78709
row 2 : september 15 | 2:00 pm | miami (oh) | None | bronco stadium • boise, i | nbcsn | w 39-12 | 34178
row 3 : september 20 | 7:00 pm | byu | None | bronco stadium • boise, i | espn | w 7-6 | 36864
row 4 : september 29 | 4:00 pm | at new mexico | None | university stadium • albuequerque, | ktvb | w 32-29 | 28270
row 5 : october 6 | 10:00 am | at southern miss | #25 | m. m. robert | fsn | w 40-14 | 25337
row 6 : october 13 | 1:30 pm | fresno state | #22 | bronco stadium • boise, i | nbcsn | w 20-10 | 35742
row 7 : october 20 | 1:30 pm | unlv | #22 | bronco stadium • boise, i | nbcsn | w 32-7 | 36012
row 8 : october 27 | 1:30 pm | at wyoming | #18 | war memorial stadium • laramie, | cbssn | w 45-14 | 17855
row 9 : november 3 | 8:30 pm | san diego state | #14 | bronco stadium • boise, i | cbssn | l 19-21 | 36084
row 10 : november 10 | 5:00 pm | at hawaiʻi | #24 | aloha stadium • honolul | nbcsn | w 49-14 | 29471
row 11 : november 17 | 1:30 pm | colorado state | #22 | bronco stadium • boise, i | nbcsn | w 42-14 | 33545
row 12 : december 1 | 1:30 pm | at nevada | #15 | mackay stadium • reno, n | abc | w 27-21 | 30017
row 13 : december 22 | 1:30 pm | vs. washington | #15 | sam boyd stadium • whit | espn | w 28-26 | 33217 ] Execute this SQL based on the above table: select result order by time desc limit 1 | w 40-14 |
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 13 june 2013 | zhejiang dragon sports centre, | russia | 1 - 0 | 5 - 1 | friendly
row 2 : 2 | 13 june 2013 | zhejiang dragon sports centre, | russia | 3 - 0 | 5 - 1 | friendly
row 3 : 3 | 14 june 2013 | zhejiang dragon sports centre, | netherlands | None | 4 - 3 | friendly
row 4 : 4 | 14 june 2013 | zhejiang dragon sports centre, | netherlands | None | 4 - 3 | friendly
row 5 : 5 | 15 june 2013 | zhejiang dragon sports centre, | china | None | 5 - 2 | friendly
row 6 : 6 | 1 july 2013 | songdo global university campus, incheon | iraq | 3 - 1 | 12 - 3 | 2013 asian indoor-martial arts games
row 7 : 7 | 1 july 2013 | songdo global university campus, incheon | iraq | 4 - 1 | 12 - 3 | 2013 asian indoor-martial arts games
row 8 : 8 | 6 july 2013 | songdo global university campus, incheon | japan | 5 - 2 | 5 - 2 | 2013 asian indoor-martial arts games
row 9 : None | 19 october 2013 | sao keatano, | bank | 3 - 0 | 3 - 0 | unofficial friendly
row 10 : 9 | 21 october 2013 | maringa's futsal stadium, | guatemala | None | 7 - 0 | friendly
row 11 : 10 | 23 october 2013 | ginasio chico neto, | argentina | 2 - 1 | 2 - 2 | 2013 grand prix de futsal ] Execute this SQL based on the above table: select opponent order by id desc limit 1 | argentina |
[ header: county | fips code | county seat | created | origin | etymology | population estimate (2011) | area row 1 : alamance county | 1 | graham | 1849 | orange county | the battle of alamance which was derived | 153291 | 435 sq mi (1,127 km2)
row 2 : clay county | 43 | hayesville | 1861 | cherokee county | henry clay (1777-1852), states | 10563 | 221 sq mi (572 km2)
row 3 : dare county | 55 | manteo | 1870 | currituck county, hyde | virginia dare (b. 1587 | 34307 | 1,562 sq mi (4,046 km2)
row 4 : duplin county | 61 | kenansville | 1750 | new hanover county | thomas hay, viscount du | 59542 | 819 sq mi (2,121 km2)
row 5 : gaston county | 71 | gastonia | 1846 | lincoln county | william gaston (1778-1844), | 207031 | 364 sq mi (943 km2)
row 6 : greene county | 79 | snow hill | 1799 | dobbs county originally named glasgo | nathanael greene (17 | 21556 | 266 sq mi (689 km2)
row 7 : henderson county | 89 | hendersonville | 1838 | buncombe county | leonard henderson (1772-18 | 107927 | 375 sq mi (971 km2)
row 8 : mitchell county | 121 | bakersville | 1861 | burke county, caldwell county, m | elisha mitchell (1793 | 15445 | 222 sq mi (575 km2)
row 9 : wilson county | 195 | wilson | 1855 | edgecombe county, johnston county, | louis d. wilson, | 81452 | 374 sq mi (969 km2)
row 10 : yadkin county | 197 | yadkinville | 1850 | surry county | the yadkin river | 38279 | 337 sq mi (873 km2) ] Execute this SQL based on the above table: select ( select population estimate (2011) where etymology = 'virginia dare (b. 1587), the first child born of english parents in america' ) > ( select population estimate (2011) where etymology = 'louis d. wilson, a state legislator from edgecombe county who died of fever at veracruz during the mexican-american war' ) | 0 |
[ header: date | sub | flight | dead | hurt | pax. | type | perpetrator | description row 1 : 27-jun-76 | | air france - 193 tl | 4 | 10 | 260 | hijacking -- hostage taking (8 days) | pflp-eo (palestinian | -hijacking in israeli
row 2 : 23-nov-85 | | egypt air - 6 | 58 | 20 | 95 | hijacking -- hostage taking (2 days) | abu nidal organisation | -hijacking in greek air ] Execute this SQL based on the above table: select type where hurt = 20 | hijacking -- hostage taking (2 days) |
[ header: county | kerry | votes | bush | votes | others | votes row 1 : manhattan | 82.1% | 526765 | 16.7% | 107405 | 1.2% | 7781
row 2 : brooklyn | 74.9% | 514973 | 24.3% | 167149 | 0.8% | 5762
row 3 : queens | 71.7% | 433835 | 27.4% | 165954 | 0.9% | 5603
row 4 : tompkins | 64.2% | 27229 | 33.0% | 13994 | 2.8% | 1179
row 5 : albany | 60.7% | 89323 | 37.3% | 54872 | 2.0% | 3004
row 6 : erie | 56.4% | 251090 | 41.4% | 184423 | 2.2% | 9625
row 7 : ulster | 54.3% | 47602 | 43.1% | 37821 | 2.6% | 2289
row 8 : nassau | 52.2% | 323070 | 46.6% | 288355 | 1.1% | 6918
row 9 : clinton | 52.2% | 17624 | 45.4% | 15330 | 2.3% | 782
row 10 : schenectady | 51.8% | 35971 | 46.2% | 32066 | 2.1% | 1432
row 11 : broome | 50.4% | 46281 | 47.4% | 43568 | 2.2% | 2041
row 12 : suffolk | 49.5% | 315909 | 48.5% | 309949 | 2.0% | 12854
row 13 : niagara | 49.3% | 47602 | 48.8% | 47111 | 1.9% | 1867
row 14 : rockland | 48.9% | 64191 | 49.6% | 65130 | 1.5% | 1910
row 15 : cayuga | 48.6% | 17534 | 49.2% | 17743 | 2.1% | 775
row 16 : otsego | 47.7% | 12723 | 50.1% | 13342 | 2.2% | 587
row 17 : oswego | 46.8% | 24133 | 51.0% | 26325 | 2.2% | 1149
row 18 : saratoga | 45.6% | 48730 | 52.5% | 56158 | 1.9% | 1985
row 19 : montgomery | 44.5% | 9449 | 53.4% | 11338 | 2.0% | 434
row 20 : orange | 43.8% | 63394 | 54.7% | 79089 | 1.5% | 2190
row 21 : chemung | 43.7% | 17080 | 54.6% | 21321 | 1.7% | 674
row 22 : oneida | 42.8% | 40792 | 54.9% | 52392 | 2.3% | 2185
row 23 : ontario | 42.2% | 21166 | 55.9% | 27999 | 1.9% | 937
row 24 : putnam | 42.0% | 19575 | 56.6% | 26356 | 1.4% | 632
row 25 : fulton | 41.4% | 9202 | 56.6% | 12570 | 2.0% | 443
row 26 : herkimer | 41.2% | 11675 | 56.6% | 16024 | 2.2% | 611
row 27 : tioga | 40.6% | 9694 | 57.6% | 13762 | 1.9% | 446
row 28 : schuyler | 40.1% | 3445 | 57.7% | 4960 | 2.2% | 185
row 29 : cattaraugus | 39.4% | 13514 | 58.5% | 20051 | 2.0% | 697
row 30 : yates | 39.3% | 4205 | 58.9% | 6309 | 1.8% | 197
row 31 : wayne | 38.1% | 15709 | 60.0% | 24709 | 1.9% | 782
row 32 : orleans | 36.0% | 5959 | 62.3% | 10317 | 1.8% | 297 ] Execute this SQL based on the above table: select count ( county ) where others = '1.8%' | 2 |
[ header: year | song | u.s. | u.s. r&b | u.s. ac | uk | album row 1 : 1986 | "strollin' on" | None | None | None | 32 | intentions
row 2 : 1986 | "in the springtime" | None | None | None | 54 | you're safe
row 3 : 1986 | "crazy love" | None | None | None | 67 | intentions
row 4 : 1987 | "let me know" | None | None | None | 49 | intentions
row 5 : 1987 | "woman in you" | None | None | None | None | intentions
row 6 : 1987 | "some guys have all the luck" | None | None | None | 12 | None
row 7 : 1989 | "wild world" | 25 | None | None | 5 | maxi priest
row 8 : 1990 | "human work of art" | None | None | None | 71 | bonafide
row 9 : 1990 | "close to you" | 1 | 2 | 15 | 7 | bonafide
row 10 : 1990 | "just a little bit longer" | 62 | 30 | None | 62 | bonafide
row 11 : 1991 | "space in my heart" | None | 76 | None | None | bonafide
row 12 : 1991 | "set the night to music" (with | 6 | 45 | 2 | None | set the night to music (roberta
row 13 : 1992 | "groovin' in the midnight" | 63 | 29 | None | 50 | fe real
row 14 : 1993 | "one more chance" | None | 77 | None | 40 | fe real
row 15 : 1996 | "that girl" (with shaggy) | 20 | 34 | None | 15 | man with the fun
row 16 : 1996 | "watching the world go by" | None | None | None | 36 | man with the fun
row 17 : 2009 | "2 play feat maxi priest - that | None | None | None | None | None ] Execute this SQL based on the above table: select album where album != 'intentions' and year = ( select year where album = 'intentions' ) | you're safe |
[ header: rank | wrestler | no. of reigns | combined defenses | combined days row 1 : 1 | matt jackson | 3 | 25 | 1386
row 2 : 1 | nick jackson | 3 | 25 | 1386
row 3 : 3 | el generico | 5 | 12 | 637
row 4 : 4 | super dragon | 6 | 3 | 609
row 5 : 5 | scott lost | 5 | 14 | 578
row 6 : 6 | chris bosh | 3 | 11 | 433
row 7 : 7 | paul london | 1 | 5 | 335
row 8 : 8 | davey richards | 3 | 1 | 324
row 9 : 9 | kevin steen | 3 | 4 | 315
row 10 : 10 | player uno | 1 | 2 | 232
row 11 : 10 | stupefied | 1 | 2 | 232
row 12 : 12 | joey ryan | 3 | 3 | 165
row 13 : 13 | roderick strong | 3 | 1 | 121
row 14 : 14 | quicksilver | 3 | 2 | 120
row 15 : 15 | b-boy | 3 | 1 | 84
row 16 : 16 | pac | 1 | 1 | 71
row 17 : 17 | excalibur | 1 | 1 | 63
row 18 : 18 | human tornado | 1 | 1 | 56
row 19 : 18 | jimmy jacobs | 1 | 0 | 56
row 20 : 18 | tyler black | 1 | 0 | 56
row 21 : 21 | jack evans | 1 | 0 | 49
row 22 : 22 | homicide | 1 | 0 | 28
row 23 : 23 | scorpio sky | 1 | 0 | 1
row 24 : 24 | brian cage | 1 | 0 | <1
row 25 : 24 | michael elgin | 1 | 0 | <1 ] Execute this SQL based on the above table: select wrestler where no. of reigns = 5 | el generico, scott lost |
[ header: name in english | name in turkish | area (km2) | depth | location (districts and/or provinces) row 1 : lake tuz | tuz golu | 1500 km2 | 2 m | aksaray, ankara,
row 2 : lake egirdir | egirdir golu | 482 km2 | None | isparta
row 3 : lake iznik | iznik golu | 308 km2 | None | iznik in bursa,
row 4 : lake manyas | manyas golu | 166 km2 | None | balıkesir
row 5 : lake acıgol | acıgol | 153 km2 | None | denizli, afyon
row 6 : lake uluabat | uluabat golu | 134 km2 | 1-2 m | bursa
row 7 : lake cıldır | cıldır golu | 115 km2 | None | ardahan, kars
row 8 : lake palas tuzla | palas tuzla gol | 106 km2 | 15 m | palas/kayseri
row 9 : lake hazar | hazar golu | 86 km2 | None | elazıg
row 10 : lake koycegiz | koycegiz golu | 52 km2 | None | koycegiz in mugla
row 11 : lake isıklı | isıklı golu | 49 km2 | None | denizli
row 12 : lake yay | yay golu | 37 km2 | None | kayseri
row 13 : lake tuzla | tuzla golu | 23 km2 | None | tuzla
row 14 : lake kucukcekmece | kucukcekmece gol | 16 km2 | None | kucukcekmece, ist
row 15 : lake yaraslı | yaraslı golu | 16 km2 | None | burdur
row 16 : lake haclı | haclı golu | 16 km2 | None | mus
row 17 : lake arin | arin golu | 13 km2 | None | None
row 18 : lake balık | balık golu | 12 km2 | None | None
row 19 : lake akdogan | akdogan golu | 11 km2 | None | None
row 20 : lake cavuslu | cavuslu golu | 9 km2 | None | None
row 21 : lake duden | duden golu | 8 km2 | None | None
row 22 : lake gala | gala golu | 8 km2 | None | edirne
row 23 : lake karatas | karatas golu | 6 km2 | None | None
row 24 : lake eymir | eymir golu | 1.8 km2 | None | ankara
row 25 : lake golcuk | golcuk golu | 1 km2 | None | izmir ] Execute this SQL based on the above table: select count ( * ) where area (km2) >= '166 km2' | 0 |
[ header: stage | date | route | terrain | length | winner row 1 : 1a | 30 june | leiden - st willebro | plain stage | 135 km (84 mi) | jan raas (ne
row 2 : 1b | 30 june | st willebrord - | plain stage | 100 km (62 mi) | walter planckaert (bel
row 3 : 2 | 1 july | brussel - st amand | plain stage | 199 km (124 mi) | jacques esclassan (f
row 4 : 3 | 2 july | st amand les eaux - | plain stage | 244 km (152 mi) | klaus-peter thaler (
row 5 : 4 | 3 july | evreux - caen | team time trial | 153 km (95 mi) | ti-raleigh
row 6 : 5 | 4 july | caen - maze montgeoffroy | plain stage | 244 km (152 mi) | freddy maertens (bel)
row 7 : 6 | 5 july | maze montgeoffroy - poit | plain stage | 162 km (101 mi) | sean kelly (ire)
row 8 : 7 | 6 july | poitiers - bordeaux | plain stage | 242 km (150 mi) | freddy maertens (bel)
row 9 : 8 | 7 july | st emilion - | individual time trial | 59 km (37 mi) | bernard hinault (fra
row 10 : 9 | 8 july | bordeaux - biarritz | plain stage | 233 km (145 mi) | miguel maria lasa (es
row 11 : 14 | 14 july | besse en chandesse | individual time trial | 52 km (32 mi) | joop zoetemel
row 12 : 15 | 15 july | st dier d'auver | hilly stage | 196 km (122 mi) | bernard hinault (fra
row 13 : 17 | 18 july | grenoble - morzine | stage with mountain(s) | 225 km (140 mi) | christian seznec
row 14 : 19 | 20 july | lausanne - belfort | plain stage | 182 km (113 mi) | marc demeyer (bel)
row 15 : 20 | 21 july | metz - nancy | individual time trial | 72 km (45 mi) | bernard hinault (fra
row 16 : 22 | 23 july | st germain en laye | plain stage | 162 km (101 mi) | gerrie knetemann (n ] Execute this SQL based on the above table: select count ( * ) where stage = 6 | 1 |
[ header: | country | builder | location | ship | class | notes row 1 : 23 january | united states | new york shipbuilding corporation | camden, new jersey | salt lake city | pensacola-class cruiser | None
row 2 : 12 april | france | chantiers de la gironde | gironde | commandant teste | seaplane carrier and tender | None
row 3 : 25 april | united states | new york navy yard | brooklyn, new york | pensacola | pensacola-class cruiser | None
row 4 : 22 may | japan | uraga dock | uraga | itsukushima | minelayer | None
row 5 : 29 june | germany | deschimag werk a.g | bremen | lichtenfels | heavy lift ship | for ddg hansa
row 6 : 3 july | united states | new york shipbuilding corporation | camden, new jersey | chester | northampton-class cruiser | None
row 7 : 6 august | united kingdom | harland and wolff | belfast, northern ireland | britannic | ocean liner | for white star line
row 8 : 5 september | united states | fore river shipyard | quincy, massachusetts | northampton | northampton-class cruiser | None
row 9 : 7 september | united states | newport news shipbuilding & dry dock company | newport news, virginia | houston | northampton-class cruiser | None
row 10 : date unknown | norway | trondhjems mekanisk | trondheim | barøy | passenger/cargo ship | None
row 11 : date unknown | germany | deutsche werft | hamburg | ceuta | cargo ship | for oldenburg-portugiesische damp
row 12 : date unknown | germany | ag weser | bremen | hercules | cargo ship | for dampfschiffahrts-gesellschaft
row 13 : date unknown | united kingdom | smiths dock co ltd | middlesbrough | vikingen i | whaler | None
row 14 : date unknown | united kingdom | smiths dock co ltd | middlesbrough | vikingen ii | whaler | None
row 15 : date unknown | united kingdom | smiths dock co ltd | middlesbrough | vikingen iii | whaler | None
row 16 : date unknown | sweden | None | bjorkenas, swe | yngve | schooner | None ] Execute this SQL based on the above table: select count ( * ) where ship - class >= 1137 | 0 |
[ header: year | title | uk | us: billboard hot 100 | us: billboard r&b | us: billboard a/c | australia | various row 1 : 1976 | "right back where we started from" | ('75) #8 | #2 | #46 | #5 | #4 | #3 (netherlands), #2 (belg
row 2 : 1976 | "gotta be the one" | None | #53 | None | #22 | #12 | #19 (new zealand)
row 3 : 1977 | "love hit me" | #11 | None | None | None | #22 | None
row 4 : 1977 | "will you be my lover" | None | None | None | None | None | #44 (france)
row 5 : 1979 | "lead me on" | None | #5 | #37 | #1 | #58 | #2 (canada), #8 (new
row 6 : 1979 | "(bringin' out) the girl | None | #73 | None | None | None | None
row 7 : 1982 | "turn to me" (with jim | None | None | #17 | None | None | None ] Execute this SQL based on the above table: select us: billboard a/c order by year asc limit 1 | #5 |
[ header: | 'be' | 'remain' | 'give' | 'save' row 1 : 1st sg | esmi | liekmi | duomi | gelbmi
row 2 : 2nd sg | esi | lieksi | duosi | gelbsi
row 3 : 3rd sg | est(i) | liekt(i) | duost(i) | gelbt(i)
row 4 : 1st dual | esva | liekva | duova | gelbva
row 5 : 2nd dual | esta | liekta | duosta | gelbta
row 6 : 1st pl | esme | liekme | duome | gelbme
row 7 : 2nd pl | este | liekte | duoste | gelbte
row 8 : 3rd pl | esti | liekt(i) | duost(i) | gelbt(i) ] Execute this SQL based on the above table: select 'save' where id = ( select id where 'save' = 'gelbsi' ) + 1 | gelbt(i) |
[ header: affiliation | house members 2000 election results | house members at dissolution | senate members on election day 2000 | senate members at dissolution row 1 : liberal party of canada | 172 | 168 | 55 | 65
row 2 : canadian alliance | 66 | None | 1 | None
row 3 : bloc quebecois | 38 | 33 | 0 | 0
row 4 : new democratic party | 13 | 14 | 0 | 0
row 5 : progressive conservative | 12 | None | 35 | None
row 6 : progressive conservative (senate caucus | None | None | None | 3
row 7 : conservative party of canada | None | 72 | None | 24
row 8 : independent | 0 | 10 | 5 | 5
row 9 : total members | 301 | 297 | 96 | 97
row 10 : vacant | 0 | 4 | 9 | 8
row 11 : total seats | 301 | 301 | 105 | 105 ] Execute this SQL based on the above table: select affiliation where affiliation in ( '97' , 'progressive conservative' ) group by affiliation order by count ( affiliation ) desc limit 1 | progressive conservative |
[ 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 order by pick # limit 1 | parnell dickinson |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | brazil | 13 | 18 | 12 | 43
row 2 : 2 | argentina | 7 | 4 | 7 | 18
row 3 : 3 | chile | 7 | 2 | 3 | 12
row 4 : 4 | colombia | 5 | 5 | 4 | 14
row 5 : 5 | venezuela | 4 | 6 | 6 | 16
row 6 : 6 | uruguay | 1 | 1 | 0 | 2
row 7 : 7 | peru | 0 | 1 | 0 | 1
row 8 : 8 | panama | 0 | 0 | 2 | 2
row 9 : 8 | bolivia | 0 | 0 | 2 | 2
row 10 : 10 | paraguay | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select count ( nation ) where nation = 'brazil' | 1 |
[ header: pos. | driver | co-driver | car | time | difference | points row 1 : 1 | raffaele pinto | arnaldo bernacchini | fiat abarth 124 rallye | 6:26:15 | 0 | 20
row 2 : 2 | alcide paganelli | ninni russo | fiat abarth 124 rallye | 6:30:12 | 3.57 | None
row 3 : 3 | markku alen | ilkka kivimaki | fiat abarth 124 rallye | 6:37:17 | 11.02 | None
row 4 : 4 | ove andersson | arne hertz | toyota corolla | 6:40:54 | 14.39 | 10
row 5 : 5 | harry kallstrom | claes billstam | datsun 260z | 6:54:27 | 28.12 | 8
row 6 : 6 | bob neyret | yveline vanoni | alpine-renault a110 1800 | 7:04:18 | 38.03 | 6
row 7 : 7 | georg fischer | harald gottlieb | bmw 2002 | 7:05:02 | 38.47 | 4
row 8 : 8 | francisco romaozinho | jose bernardo | citroen gs | 7:17:04 | 50.49 | 3
row 9 : 9 | chris sclater | neil wilson | ford escort rs1 | 7:26:59 | 1:00.44 | 2
row 10 : 10 | antonio borges | miguel sottomayor | fiat 124 sport spyder | 7:27:55 | 1:01.40 | None ] Execute this SQL based on the above table: select co-driver where id = 1 | arnaldo bernacchini |
[ header: year | cast (nabucco, abigaille, zaccaria, ismaele, fenena) | conductor, opera house and orchestra | label row 1 : 1951 | paolo silveri, caterina | fernando previtali, orchestra | audio cd: warner fon
row 2 : 1965 | tito gobbi, | lamberto gardelli, vienn | audio cd: decca cat: 4
row 3 : 1977-78 | matteo manuguerra, renat | riccardo muti, phil | audio cd: emi records
row 4 : 1982 | piero cappuccilli, | giuseppe sinopoli, | audio cd: dg cat:
row 5 : 1987 | renato bruson, g | riccardo muti, la | dvd: warner cat: 5050467
row 6 : 2002 | juan pons, maria | james levine, metropolitan opera | dvd: dg, live recording cat:
row 7 : 2004 | alberto gazzale, susan | riccardo frizza, teatr | dvd: dynamic, live recording cat: 334
row 8 : 2004 | renato bruson, mauri | paolo carignani, teat | dvd: brilliant classics, live recording cat:
row 9 : 2007 | leo nucci, maria guleg | daniel oren, arena di | dvd: decca, live recording cat: ] Execute this SQL based on the above table: select conductor, opera house and orchestra group by conductor, opera house and orchestra order by count ( * ) asc limit 1 | daniel oren, arena di verona orchestra and chorus |
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 13 june 2013 | zhejiang dragon sports centre, | russia | 1 - 0 | 5 - 1 | friendly
row 2 : 2 | 13 june 2013 | zhejiang dragon sports centre, | russia | 3 - 0 | 5 - 1 | friendly
row 3 : 3 | 14 june 2013 | zhejiang dragon sports centre, | netherlands | None | 4 - 3 | friendly
row 4 : 4 | 14 june 2013 | zhejiang dragon sports centre, | netherlands | None | 4 - 3 | friendly
row 5 : 5 | 15 june 2013 | zhejiang dragon sports centre, | china | None | 5 - 2 | friendly
row 6 : 6 | 1 july 2013 | songdo global university campus, incheon | iraq | 3 - 1 | 12 - 3 | 2013 asian indoor-martial arts games
row 7 : 7 | 1 july 2013 | songdo global university campus, incheon | iraq | 4 - 1 | 12 - 3 | 2013 asian indoor-martial arts games
row 8 : 8 | 6 july 2013 | songdo global university campus, incheon | japan | 5 - 2 | 5 - 2 | 2013 asian indoor-martial arts games
row 9 : None | 19 october 2013 | sao keatano, | bank | 3 - 0 | 3 - 0 | unofficial friendly
row 10 : 9 | 21 october 2013 | maringa's futsal stadium, | guatemala | None | 7 - 0 | friendly
row 11 : 10 | 23 october 2013 | ginasio chico neto, | argentina | 2 - 1 | 2 - 2 | 2013 grand prix de futsal ] Execute this SQL based on the above table: select sum ( # ) where # <= 6 | 21.0 |
[ header: rank | name | caps | goals | years row 1 : 1 | bedford jezzard | 3 | 6 | 1954-1955
row 2 : 2 | tommy taylor | 2 | 4 | 1956
row 3 : 2 | gordon hill | 6 | 4 | 1978
row 4 : 2 | alan smith | 4 | 4 | 1990-1992
row 5 : 5 | jack rowley | 1 | 3 | 1949
row 6 : 5 | brian talbot | 6 | 3 | 1978-1980
row 7 : 5 | paul merson | 4 | 3 | 1991-1998
row 8 : 5 | matthew le tissier | 6 | 3 | 1990-1998 ] Execute this SQL based on the above table: select name where id = 6 | brian talbot |
[ header: year | competition | venue | position | event | notes row 1 : 2003 | world youth championships | sherbrooke, canada | 1st | 3000 m | 9:12.70
row 2 : 2004 | world junior championships | grosseto, italy | 3rd | 1500 m | 4:17.39
row 3 : 2004 | world junior championships | grosseto, italy | 3rd | 3000 m | 9:03.16 (pb)
row 4 : 2007 | world athletics final | stuttgart, germany | 8th | 1500 m | 4:16.51
row 5 : 2007 | world championships | osaka, japan | 31st (h) | 1500 m | 4:22.12
row 6 : 2008 | world indoor championships | valencia, spain | 5th | 1500 m | 4:15.54
row 7 : 2008 | olympic games | beijing, china | 10th | 1500 m | 4:05.57
row 8 : 2009 | mediterranean games | pescara, italy | 4th | 1500 m | 4:12.83
row 9 : 2009 | world championships | berlin, germany | 29th (h) | 1500 m | 4:10.57
row 10 : 2009 | jeux de la francophonie | beirut, lebanon | 2nd | 1500 m | 4:21.56
row 11 : 2010 | african championships | nairobi, kenya | 11th | 1500 m | 4:20.98
row 12 : 2011 | world championships | daegu, south korea | 16th (sf) | 1500 m | 4:09.64
row 13 : 2011 | pan arab games | doha, qatar | 2nd | 1500 m | 4:20.83
row 14 : 2012 | world indoor championships | istanbul, turkey | 11th (h) | 1500 m | 4:11.69
row 15 : 2013 | mediterranean games | mersin, turkey | 2nd | 800 m | 2:00.79
row 16 : 2013 | mediterranean games | mersin, turkey | 1st | 1500 m | 4:04.06
row 17 : 2013 | world championships | moscow, russia | 11th | 1500 m | 4:09.16
row 18 : 2013 | jeux de la francophonie | nice, france | 4th | 800 m | 2:03.73
row 19 : 2013 | jeux de la francophonie | nice, france | 2nd | 1500 m | 4:18.89
row 20 : 2014 | world indoor championships | sopot, poland | 4th | 1500 m | 4:07.62 ] Execute this SQL based on the above table: select position group by position order by count ( * ) desc limit 1 | 2nd |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | puerto rico | 17 | 27 | 13 | 57
row 2 : 2 | bahamas | 17 | 15 | 19 | 51
row 3 : 3 | mexico | 9 | 9 | 5 | 23
row 4 : 4 | jamaica | 8 | 6 | 4 | 18
row 5 : 5 | barbados | 7 | 3 | 6 | 16
row 6 : 6 | trinidad and tobago | 7 | 2 | 2 | 11
row 7 : 7 | venezuela | 3 | 3 | 8 | 14
row 8 : 8 | colombia | 3 | 1 | 2 | 6
row 9 : 9 | u.s. virgin islands | 1 | 1 | 3 | 5
row 10 : 10 | martinique | 1 | 1 | 0 | 2
row 11 : 11 | antigua and barbuda | 1 | 0 | 1 | 2
row 12 : 12 | suriname | 1 | 0 | 0 | 1
row 13 : 13 | bermuda | 0 | 4 | 2 | 6
row 14 : 14 | dominican republic | 0 | 2 | 4 | 6
row 15 : 15 | panama | 0 | 1 | 2 | 3
row 16 : 16 | cayman islands | 0 | 0 | 2 | 2
row 17 : 16 | saint kitts and nevis | 0 | 0 | 2 | 2 ] Execute this SQL based on the above table: select count ( nation ) where gold = 1 | 4 |
[ header: date | opponent | result | goal scorers (season goals) | goalie saves | attendance row 1 : sept. 28 | union | w, 5-0 | matthews (1)-pp, kes | vetter, 5 | 463
row 2 : sept. 29 | union | w, 11-0 | duggan (1), keseley (2) | mccready, 14 | 326
row 3 : oct. 14 | ohio state* (10/10) | t, 2-2 | zaugg (2)-pp, deluce | vetter, 17 | 1461
row 4 : oct. 20 | st. cloud state | w, 5-0 | deluce (6)-pp, za | vetter, 12 | 287
row 5 : oct. 27 | minnesota state | w, 4-2 | zaugg (6)-pp, s | vetter, 16 | 1538
row 6 : nov. 24 | bemidji state | t, 0-0 | none | mccready, 14 | 125
row 7 : dec. 1 | minnesota duluth* | l, 3-2 (ot) | lawler (5)-pp, duggan | vetter, 22 | 1638
row 8 : dec. 8 | north dakota | w, 3-2 | knight (7), giles (3), | vetter, 12 | 425
row 9 : dec. 9 | north dakota | w, 4-0 | knight (8), nash (4), | vetter, 5 | 221
row 10 : jan. 4 | minnesota state | w, 4-1 | kranz (2), kranz | vetter, 17 | 304
row 11 : jan. 18 | ohio state | w, 3-2 | duggan (6), zaugg (9 | vetter, 25 | 231
row 12 : jan. 19 | ohio state | w, 4-1 | zaugg (10)-pp, knight (10 | vetter, 20 | 514 duggan (7)
row 13 : jan. 25 | st. cloud state* (9/9) | w, 4-1 | sanders (10), deluce (10 | vetter, 22 | 1494
row 14 : jan. 26 | st. cloud state* (9/9) | w, 4-0 | zaugg (12)-pp, knight ( | vetter, 18 | 5377
row 15 : feb. 2 | north dakota | w, 6-1 | sanders (11), knight (12) | vetter, 16 | 2,219 knight (14)-pp-h
row 16 : feb. 3 | north dakota | w, 5-2 | duggan (9)-pp, dug | vetter, 12 | 1,776 duggan (11)-h
row 17 : feb. 8 | minnesota duluth* | w, 3-2 | sanders (13), duggan | vetter, 27 | 904 ] Execute this SQL based on the above table: select count ( * ) where goalie saves = 'vetter, 22' | 2 |
[ header: rank | title | studio | actor/actress | director | gross row 1 : 1 | three men and a baby | touchstone | tom selleck, ted danson, | leonard nimoy | $167,780,960
row 2 : 2 | fatal attraction | paramount | michael douglas, gle | adrian lyne | $156,645,693
row 3 : 3 | beverly hills cop ii | paramount | eddie murphy, judge reinhold | tony scott | $153,665,036
row 4 : 4 | good morning, vietnam | touchstone | robin williams and forest | barry levinson | $123,922,370
row 5 : 5 | moonstruck | mgm | cher, nicolas cage, | norman jewison | $80,640,528
row 6 : 7 | the secret of my success | universal | michael j. fox, | herbert ross | $66,995,000
row 7 : 8 | stakeout | touchstone | richard dreyfuss, | john badham | $65,673,233
row 8 : 9 | lethal weapon | warner bros | mel gibson, danny glover, | richard donner | $65,207,127
row 9 : 10 | dirty dancing | vestron | patrick swayze, jenn | emile ardolino | $63,892,689
row 10 : 12 | predator | fox | arnold schwarzenegger, car | john mctiernan | $59,735,548
row 11 : 13 | throw momma from the train | orion | danny devito, billy crystal, | danny devito | $57,915,972
row 12 : 14 | dragnet | universal | dan aykroyd, to | tom mankiewicz | $57,387,516
row 13 : 15 | robocop | orion | peter weller, nancy allen, | paul verhoeven | $53,424,681
row 14 : 16 | outrageous fortune | touchstone | bette midler and shelley long | arthur hiller | $52,864,741
row 15 : 17 | la bamba | columbia | lou diamond phillips, es | luis valdez | $52,678,820
row 16 : 18 | broadcast news | fox | william hurt, holly hunter | james l. brooks | $51,300,000
row 17 : 19 | the living daylights | united artists | timothy dalton and mary | john glen | $51,185,000
row 18 : 20 | eddie murphy raw | paramount | eddie murphy | robert townsend | $50,505,655 ] Execute this SQL based on the above table: select count ( * ) where rank >= 4 | 15 |
[ header: model name | date | type | thrust (kg) / power (eshp) | fitted to row 1 : rtd-1/vdr-2 | 1938 | two-stage centrifugal compressor turbojet | 500 kg estimated | test-bed only
row 2 : s-18/vdr-3 | 1945 | axial flow compressor turbojet | 1,250 kg | gu-vrd project
row 3 : tr-1 | 1946 | 8-stage axial flow compressor turbojet | 1,300 kg | alekseyev i-21, ily
row 4 : tr-1a | 1947 | 8-stage axial flow compressor turbojet | 1,500 kg | None
row 5 : tr-2 | 1947 | None | None | projected growth version of tr-1
row 6 : tr-3 and al-5 | 1949 | 7-stage axial-flow turbojet | 4,600 kg (at qualification in 1950) | il-30, il-46, la
row 7 : tr-7 | 1950s | supersonic compressor prototype of the al-7 | None | prototype for al-7
row 8 : al-7 | 1954 | 9-stage supersonic compressor turbojet | 6,500 kg | il-54, su-7b,
row 9 : al-21 | 1961 | 14-stage axial compressor with variable stator | 11,000 kg | yak-38, tu-28
row 10 : al-31 | 1976 | twin-spool turbofan 0.6 bypass ratio | 13,300 kg | su-27, su-30, su-34 ] Execute this SQL based on the above table: select model name where model name != 'tr-1a' and type = ( select type where model name = 'tr-1a' ) | tr-1 |
[ header: title | author | date | length (first edition) row 1 : bull-dog drummond | h. c. mcn | 1920 | 320 pp
row 2 : the black gang | h. c. mcn | 1922 | 318 pp
row 3 : the third round | h. c. mcn | 1924 | 320 pp
row 4 : the final count | h. c. mcn | 1926 | 319 pp
row 5 : the female of the species | h. c. mcn | 1928 | 312 pp
row 6 : temple tower | h. c. mcn | 1929 | 320 pp
row 7 : the return of bulldog drummond | h. c. mcn | 1932 | 316 pp
row 8 : knock-out | h. c. mcn | 1933 | 317 pp
row 9 : bulldog drummond at bay | h. c. mcn | 1935 | 310 pp
row 10 : challenge | h. c. mcn | 1937 | 311 pp
row 11 : bulldog drummond on dartmoor | gerard fairlie | 1938 | 254 pp
row 12 : bulldog drummond attacks | gerard fairlie | 1939 | 287 pp
row 13 : captain bulldog drummond | gerard fairlie | 1945 | 256 pp
row 14 : bulldog drummond stands fast | gerard fairlie | 1947 | 319 pp
row 15 : hands off bulldog drummond | gerard fairlie | 1949 | 271 pp
row 16 : calling bulldog drummond | gerard fairlie | 1951 | 255 pp
row 17 : the return of the black gang | gerard fairlie | 1954 | 192 pp
row 18 : deadlier than the male | henry reymond | 1967 | 192 pp
row 19 : some girls do | henry reymond | 1969 | 192 pp ] Execute this SQL based on the above table: select date order by length (first edition) asc limit 1 | 1954 |
[ header: year | title | us hot 100 | us modern rock | us mainstream rock | album row 1 : 1994 | "neenah menasha" | None | None | None | rotting pinata
row 2 : 1994 | "plowed" | None | 5 | 9 | rotting pinata
row 3 : 1995 | "molly (16 candles down the drain)" | 55 | 3 | 11 | rotting pinata
row 4 : 1995 | "rainin'" | None | 34 | 18 | rotting pinata
row 5 : 1996 | "wax ecstatic (to | None | 15 | 11 | wax ecstatic
row 6 : 1997 | "have you seen mary" | None | None | 7 | wax ecstatic
row 7 : 1999 | "live here without you" | None | None | None | new pop sunday
row 8 : 1999 | "1000 times" | None | None | None | new pop sunday
row 9 : 2003 | "treat me wrong" | None | None | None | for all the drugs in the world
row 10 : 2003 | "leave this world" | None | None | None | for all the drugs in the world
row 11 : 2005 | "the man" | None | None | None | the man
row 12 : 2005 | "higher (part 1)" | None | None | None | the man
row 13 : 2009 | "come in from the rain" | None | None | None | destroy the boy ep
row 14 : 2010 | "destroy the boy" | None | None | None | destroy the boy ep
row 15 : 2013 | "fade from view" | None | None | None | stop the bleeding
row 16 : 2013 | "lifes bitter pills" | None | None | None | stop the bleeding ] Execute this SQL based on the above table: select year where year >= 1994 and year <= 1995 order by year desc limit 1 | 1995 |
[ header: class | name | company | residence | term expires dec 31 | notes row 1 : a | max t. wake | jones national bank & trust co | seward, nebraska | 2013 | None
row 2 : a | vacancy | None | None | 2014 | None
row 3 : a | david w. brownback | citizens state bank & trust company | ellsworth, kansas | 2015 | None
row 4 : b | vacancy | None | None | 2013 | None
row 5 : b | richard k. ratcliffe | ratcliffe's inc | weatherford, oklahoma | 2014 | None
row 6 : b | john t. stout, | plaza belmont management group llc | shawnee mission, kans | 2015 | None
row 7 : c | rose washington | otulsa economic development corporation | tulsa, oklahoma | 2013 | None
row 8 : c | barbara mowry | gorecreek advisors | greenwood village, colorado | 2014 | chairman
row 9 : c | steve maestas | nai maestas and | albuquerque, new mexico | 2015 | deputy chairman ] Execute this SQL based on the above table: select name group by name order by count ( * ) desc limit 1 | vacancy |
[ header: round | pick | player | position | nationality | team | college row 1 : t | None | wilt chamberlain | c | united states | philadelphia warriors | kansas
row 2 : t | None | bob ferry | f/c | united states | st. louis hawks | saint louis
row 3 : 1 | 1 | bob boozer | f | united states | cincinnati royals | kansas state
row 4 : 1 | 2 | bailey howell | f | united states | detroit pistons | mississippi state
row 5 : 1 | 3 | tom hawkins | f | united states | minneapolis lakers | notre dame
row 6 : 1 | 5 | johnny green | f/c | united states | new york knicks | michigan state
row 7 : 1 | 6 | john richter | f | united states | boston celtics | nc state
row 8 : 2 | 7 | tom robitaille | f/c | united states | detroit pistons (from cincin | rice
row 9 : 2 | 8 | don goldstein | f | united states | detroit pistons | louisville
row 10 : 2 | 9 | joe ruklick | f/c | united states | philadelphia warriors | northwestern
row 11 : 2 | 10 | rudy larusso | f/c | united states | minneapolis lakers | dartmouth
row 12 : 2 | 11 | bumper tormohlen | f/c | united states | syracuse nationals | tennessee
row 13 : 2 | 12 | al seiden | g | united states | st. louis hawks ( | st. john's
row 14 : 2 | 13 | cal ramsey | f | united states | st. louis hawks | nyu
row 15 : 2 | 14 | gene guarilia | f | united states | boston celtics | george washington
row 16 : 3 | 16 | gary alcorn | c | united states | detroit pistons | fresno state
row 17 : 3 | 17 | jim hockaday | f | united states | philadelphia warriors | memphis
row 18 : 3 | 18 | bobby smith | g | united states | minneapolis lakers | west virginia
row 19 : 3 | 19 | jon cincebox | f | united states | syracuse nationals | syracuse
row 20 : 3 | 20 | bob anderegg | g/f | united states | new york knicks | michigan state
row 21 : 3 | 21 | hank stein | g | united states | st. louis hawks | xavier
row 22 : 3 | 22 | ralph crosthwaite | c | united states | boston celtics | western kentucky
row 23 : 4 | 23 | leo byrd | g | united states | cincinnati royals | marshall
row 24 : 4 | 24 | george lee | g/f | united states | detroit pistons | michigan
row 25 : 4 | 25 | ron stevenson | f | united states | philadelphia warriors | tcu
row 26 : 4 | 26 | wilson eison | f | united states | minneapolis lakers | purdue
row 27 : 4 | 27 | paul neumann | g | united states | syracuse nationals | stanford
row 28 : 4 | 28 | johnny cox | g | united states | new york knicks | kentucky
row 29 : 5 | 31 | harry kirchner | g/f | united states | detroit pistons | tcu ] Execute this SQL based on the above table: select abs ( ( select round where player = 'rudy larusso' ) - ( select round where player = 'rudy larusso' ) ) | 0.0 |
[ header: manufacturer | model | first flight | max payload (t) | cruise (km/h) | max range (km) | mtow row 1 : airbus | a330 mrtt | 2007 | 45 | 860 | 14,800 | 223
row 2 : airbus | a400m | 2009 | 37 | 780 | 9,300 | 141
row 3 : alenia | c-27j spartan | 2008 | 11.5 | 583 | 5,926 | 31.8
row 4 : antonov | an-12 | 1957 | 20 | 777 | 5,700 | 61
row 5 : antonov | an-22 antei | 1965 | 80 | 740 | 5,000 | 250
row 6 : antonov | an-26 | 1969 | 5.5 | 440 | 2,550 | 24
row 7 : antonov | an-32 | 1976 | 6.7 | 480 | 2,500 | 26.9
row 8 : antonov | an-70 | 1994 | 47 | 729 | 6,600 | 145
row 9 : antonov | an-72 | 1977 | 7.5 | 600 | 4,800 | 33
row 10 : antonov | an-124 ruslan | 1982 | 150 | 800-850 | 5,410 | 405
row 11 : antonov | an-225 mriya | 1988 | 250 | 800 | 15,400 | 600
row 12 : avic | y-8 | 1974 | 20 | 550 | 5,616 | 61
row 13 : avic | y-9 | 2008 | 25 | 650 | 7,800 | 77
row 14 : avic | y-20 | 2013 | 66 | 700 | 7,800 | 220
row 15 : bell/boeing | v-22 osprey | 1989 | 6.8 | 396 | 1,627 | 27.4
row 16 : boeing | c-17 globemaster iii | 1991 | 77.5 | 830 | 4,482 | 265
row 17 : casa | c-212 aviocar | 1971 | 2.8 | 315 | 1,433 | 8
row 18 : casa/indonesian aerospace | cn-235 | 1983 | 5 | 509 | 5,003 | 15.1
row 19 : casa | c-295 | 1998 | 9.3 | 481 | 5,630 | 23.2
row 20 : de havilland canada | c-7 caribou | 1958 | 3.6 | 348 | 2,103 | 14.2
row 21 : douglas | c-47 | 1943 | 3 | 360 | 2,600 | 10.5
row 22 : grumman | c-2 greyhound | 1964 | 4.5 | 465 | 2,400 | 24.7
row 23 : embraer | kc-390 | 2014 | 23 | 900 | 6,200 | 72
row 24 : fairchild | c-123 provider | 1949 | 11 | 367 | 1,666 | 27
row 25 : ilyushin | il-76 | 1971 | 47 | 900 | 4,400 | 210
row 26 : ilyushin | il-112 | 2011 | 5.9 | 550 | 5,000 | 20
row 27 : kawasaki | c-1 | 1970 | 11.9 | 657 | 1,300 | 45
row 28 : kawasaki | xc-2 | 2010 | 37.6 | 890 | 6,500 | 120
row 29 : lockheed | c-5 galaxy | 1968 | 122 | 907 | 4,445 | 381
row 30 : lockheed | c-130 hercules | 1954 | 20 | 540 | 3,800 | 70.3
row 31 : lockheed | c-141 starlifter | 1963 | 45 | 912 | 9,880 | 147
row 32 : pzl mielec | m-28 skytruck | 1993 | 2.5 | 270 | 1,500 | 8
row 33 : short brothers | c-23 sherpa | 1982 | 3.2 | 296 | 1,239 | 3.2
row 34 : transport allianz | transall c-160 | 1963 | 16 | 513 | 1,850 | 49.2
row 35 : uac and hal | uac/hal multirole transport | 2015 | 22 | 830 | 2,500 | 68 ] Execute this SQL based on the above table: select model where model in ( 'an-70' , 'c-212 aviocar' ) order by cruise (km/h) limit 1833 | c-212 aviocar, an-70 |
[ header: season | tier | division | place row 1 : 1991-98 | 5 | regional | None
row 2 : 1998/99 | 4 | 3a | 8th
row 3 : 1999/00 | 4 | 3a | 5th
row 4 : 2000/01 | 4 | 3a | 7th
row 5 : 2001/02 | 4 | 3a | 9th
row 6 : 2002/03 | 4 | 3a | 9th
row 7 : 2003/04 | 4 | 3a | 2nd
row 8 : 2004/05 | 4 | 3a | 8th
row 9 : 2005/06 | 4 | 3a | 6th ] Execute this SQL based on the above table: select place where place in ( '2nd' , '8th' ) group by place order by count ( * ) desc limit 1 | 8th |
[ 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 to order by player asc limit 1 | psv |
[ header: year | team | gp | gs | mpg | fg% | 3p% | ft% | rpg | apg | spg | bpg | ppg row 1 : 1993-94 | golden state | 76 | 76 | 32.1 | 0.552 | 0 | 0.532 | 9.1 | 3.6 | 1.2 | 2.2 | 17.5
row 2 : 1994-95 | washington | 54 | 52 | 38.3 | 0.495 | 0.276 | 0.502 | 9.6 | 4.7 | 1.5 | 1.6 | 20.1
row 3 : 1995-96 | washington | 15 | 15 | 37.2 | 0.543 | 0.441 | 0.594 | 7.6 | 5 | 1.8 | 0.6 | 23.7
row 4 : 1996-97 | washington | 72 | 72 | 39 | 0.518 | 0.397 | 0.565 | 10.3 | 4.6 | 1.7 | 1.9 | 20.1
row 5 : 1997-98 | washington | 71 | 71 | 39.6 | 0.482 | 0.317 | 0.589 | 9.5 | 3.8 | 1.6 | 1.7 | 21.9
row 6 : 1998-99 | sacramento | 42 | 42 | 40.9 | 0.486 | 0.118 | 0.454 | 13 | 4.1 | 1.4 | 2.1 | 20
row 7 : 1999-00 | sacramento | 75 | 75 | 38.4 | 0.483 | 0.284 | 0.751 | 10.5 | 4.6 | 1.6 | 1.7 | 24.5
row 8 : 2000-01 | sacramento | 70 | 70 | 40.5 | 0.481 | 0.071 | 0.703 | 11.1 | 4.2 | 1.3 | 1.7 | 27.1
row 9 : 2001-02 | sacramento | 54 | 54 | 38.4 | 0.495 | 0.263 | 0.749 | 10.1 | 4.8 | 1.7 | 1.4 | 24.5
row 10 : 2002-03 | sacramento | 67 | 67 | 39.1 | 0.461 | 0.238 | 0.607 | 10.5 | 5.4 | 1.6 | 1.3 | 23
row 11 : 2003-04 | sacramento | 23 | 23 | 36.1 | 0.413 | 0.2 | 0.711 | 8.7 | 4.6 | 1.3 | 0.9 | 18.7
row 12 : 2004-05 | sacramento | 46 | 46 | 36.3 | 0.449 | 0.379 | 0.799 | 9.7 | 5.5 | 1.5 | 0.7 | 21.3
row 13 : 2004-05 | philadelphia | 21 | 21 | 33.4 | 0.391 | 0.267 | 0.776 | 7.9 | 3.1 | 1.2 | 0.9 | 15.6
row 14 : 2005-06 | philadelphia | 75 | 75 | 38.6 | 0.434 | 0.273 | 0.756 | 9.9 | 3.4 | 1.4 | 0.8 | 20.2
row 15 : 2006-07 | philadelphia | 18 | 18 | 30.2 | 0.387 | 0.4 | 0.643 | 8.3 | 3.4 | 1 | 0.8 | 11
row 16 : 2006-07 | detroit | 43 | 42 | 29.7 | 0.489 | 0.333 | 0.636 | 6.7 | 3 | 1 | 0.6 | 11.3
row 17 : 2007-08 | golden state | 9 | 8 | 14 | 0.484 | 0 | 0.417 | 3.6 | 2 | 0.4 | 0.7 | 3.9
row 18 : career | None | 831 | 827 | 37.1 | 0.479 | 0.299 | 0.649 | 9.8 | 4.2 | 1.4 | 1.4 | 20.7
row 19 : all-star | None | 4 | 4 | 19 | 0.371 | 0.333 | 0.375 | 6 | 3.3 | 1 | None | 7.5 ] Execute this SQL based on the above table: select team where gs = 15 | washington |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | netherlands | 20 | 9 | 0 | 29
row 2 : 2 | italy | 10 | 15 | 3 | 28
row 3 : 3 | belgium | 1 | 2 | 6 | 9
row 4 : 4 | spain | 1 | 1 | 13 | 15
row 5 : 5 | great britain | 0 | 2 | 0 | 2
row 6 : 6 | germany | 0 | 1 | 7 | 8
row 7 : 7 | greece | 0 | 1 | 0 | 1
row 8 : 7 | russia | 0 | 1 | 0 | 1
row 9 : 9 | sweden | 0 | 0 | 2 | 2
row 10 : 10 | france | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select count ( nation ) where nation = 'sweden' | 1 |
[ header: title | year | platforms | developer | publisher | notes row 1 : american mcgee's grimm | 2008 | pc | spicy horse | gametap | episodic mcgee takes on various
row 2 : dexiq | 2009 | ipad, iphone, ipod | spicy pony | None | puzzle game
row 3 : american mcgee presents akan | 2010 | ipad | spicy pony | None | little red riding hood in japan
row 4 : american mcgee's cro | 2010 | ipad, iphone, ipod | spicy pony | None | puzzle game
row 5 : alice: madness returns | 2011 | playstation 3, xbox 360, p | spicy horse | electronic arts | sequel to american mcgee's
row 6 : bighead bash | 2012 | None | spicy horse | None | side scrolling/battle multiplayer. (
row 7 : crazy fairies | 2012 | mobile, facebook | spicy horse | None | currently in the closed beta stage. (unrelease
row 8 : akaneiro: demon hunters | 2013 | browsers, tegra-powered tablets | spicy horse | spicy horse | a japanese/mc ] Execute this SQL based on the above table: select count ( title ) where notes = 'little red riding hood in japan' | 1 |
[ header: victim(s) | age | gender | date | type of attack | location | details | source(s) row 1 : daughter of a frontiersman named "bak | 18 | ♀ | summer, 1881 | defending cows | northwestern colorado, usa | encountered a wolf resting on a | george bird grinnell
row 2 : david tobuk | toddler | ♂ | 1900 | predatory | koyukuk river, ala | in the 1920s, tobuk was | None
row 3 : zacarias hugo | 14 | ♂ | 1943 | possibly rabid | etivluk river, alaska | while hunting caribou, zacaria | None
row 4 : pipeline workers | None | ♂ | 1971-1979 | None | along the right-of-way for the trans | there were ten "bites and charges", | None
row 5 : david lawrence | 7 | ♂ | 1976, summer | prey-testing agonistic charge | salcha river, alaska, usa | while his father, roy lawrence, | None ] Execute this SQL based on the above table: select details order by age desc limit 1 | encountered a wolf resting on a hill while on her way to bring in cows at dusk. the animal attacked her after she shouted and threw rocks to scare it away. it seized her by the shoulder, threw her to the ground, and badly bit her arms and legs before being shot by her brother |
[ header: | name | took office | left office | party | notes/events row 1 : 11 | william mccreery | march 4, 1803 | march 3, 1809 | democratic republican | None
row 2 : 12 | alexander mckim | march 4, 1809 | march 3, 1815 | democratic republican | None
row 3 : 13 | william pinkney | march 4, 1815 | april 18, 1816 | democratic republican | resigned to accept position as minister p
row 4 : 14 | peter little | september 2, 1816 | march 3, 1823 | democratic republican | None
row 5 : 14 | peter little | march 4, 1823 | march 3, 1825 | jacksonian dr | None
row 6 : 14 | peter little | march 4, 1825 | march 3, 1829 | adams | None
row 7 : 15 | benjamin c. howard | march 4, 1829 | march 3, 1833 | jacksonian | None ] Execute this SQL based on the above table: select name where = 14 | peter little, peter little, peter little |
[ header: rd. | grand prix | date | location | pole position | fastest lap | winning driver | constructor | report row 1 : 1 | brazilian grand prix | 26 march | jacarepagua | ayrton senna | riccardo patrese | nigel mansell | ferrari | report
row 2 : 2 | san marino grand prix | 23 april | imola | ayrton senna | alain prost | ayrton senna | mclaren-honda | report
row 3 : 3 | monaco grand prix | 7 may | monaco | ayrton senna | alain prost | ayrton senna | mclaren-honda | report
row 4 : 4 | mexican grand prix | 28 may | hermanos rodriguez | ayrton senna | nigel mansell | ayrton senna | mclaren-honda | report
row 5 : 5 | united states grand prix | 4 june | phoenix | ayrton senna | ayrton senna | alain prost | mclaren-honda | report
row 6 : 6 | canadian grand prix | 18 june | circuit gilles villeneuve | alain prost | jonathan palmer | thierry boutsen | williams-renault | report
row 7 : 7 | french grand prix | 9 july | paul ricard | alain prost | mauricio gugelmin | alain prost | mclaren-honda | report
row 8 : 8 | british grand prix | 16 july | silverstone | ayrton senna | nigel mansell | alain prost | mclaren-honda | report
row 9 : 9 | german grand prix | 30 july | hockenheimring | ayrton senna | ayrton senna | ayrton senna | mclaren-honda | report
row 10 : 10 | hungarian grand prix | 13 august | hungaroring | riccardo patrese | nigel mansell | nigel mansell | ferrari | report
row 11 : 11 | belgian grand prix | 27 august | spa-francorchamps | ayrton senna | alain prost | ayrton senna | mclaren-honda | report
row 12 : 12 | italian grand prix | 10 september | monza | ayrton senna | alain prost | alain prost | mclaren-honda | report
row 13 : 13 | portuguese grand prix | 24 september | estoril | ayrton senna | gerhard berger | gerhard berger | ferrari | report
row 14 : 14 | spanish grand prix | 1 october | jerez | ayrton senna | ayrton senna | ayrton senna | mclaren-honda | report
row 15 : 15 | japanese grand prix | 22 october | suzuka | ayrton senna | alain prost | alessandro nannini | benetton-ford | report
row 16 : 16 | australian grand prix | 5 november | adelaide | ayrton senna | satoru nakajima | thierry boutsen | williams-renault | report ] Execute this SQL based on the above table: select fastest lap where rd. = 11 | alain prost |
[ header: year | single | chart | position row 1 : 1999 | "heavy" | billboard hot 100 | 73
row 2 : 1999 | "heavy" | mainstream rock tracks | 1
row 3 : 1999 | "heavy" | modern rock tracks | 5
row 4 : 1999 | "run" | billboard hot 100 | 76
row 5 : 1999 | "run" | modern rock tracks | 36
row 6 : 1999 | "run" | adult top 40 | 12
row 7 : 1999 | "no more, no less" | mainstream rock tracks | 10
row 8 : 1999 | "no more, no less" | modern rock tracks | 32
row 9 : 1999 | "tremble for my beloved" | mainstream rock tracks | 35 ] Execute this SQL based on the above table: select single where single < 424 | "heavy", "heavy", "heavy", "run", "run", "run", "no more, no less", "no more, no less", "tremble for my beloved" |
[ header: main author | no. of patients | duration of follow-up years | linearized rate of infection | actuarial freedom from infective endocarditis row 1 : pavie | 675 | 5 | None | 98.2% for all patients, 97
row 2 : duncan (a) | 2720 | 6 | None | 97.3% for all patients, 97
row 3 : ionescu (b) | 1171 | 10 | None | 93.7% for all patients, 94
row 4 : zhu | 520 | 10 | None | 98% for all patients
row 5 : revuelta | 239 | 8 | 0.67% per patient year | None
row 6 : garcia-bengochea | 248 | 8 | 0.78% per patient year | None
row 7 : holden (c) | 290 | 6 | 1.1% per patient year | None
row 8 : bachet (d) | 224 | 6 | 1.6% per patient year | None ] Execute this SQL based on the above table: select count ( linearized rate of infection ) | 4 |
[ header: rank | name | nationality | result | notes row 1 : None | huang qiuyan | china | 14.39 | sb
row 2 : None | anastasiya juravlev | uzbekistan | 14.21 | #name?
row 3 : None | zhang hao | china | 13.63 | None
row 4 : 4 | wacharee ritthiwat | thailand | 13.54 | sb
row 5 : 5 | tatyana bocharova | kazakhstan | 13.5 | None
row 6 : 6 | wang kuo-huei | chinese taipei | 13.25 | sb
row 7 : 7 | fumiyo yoshida | japan | 13.09 | None
row 8 : 8 | ngew sin mei | malaysia | 12.93 | None
row 9 : 9 | manisha dey | india | 12.83 | None
row 10 : 10 | thitima muangjan | thailand | 12.79 | None
row 11 : 11 | phan thi thu lan | vietnam | 12.75 | None
row 12 : 12 | lo yu-hsin | chinese taipei | 12.69 | None
row 13 : None | elena bobrovskaya | kyrgyzstan | dns | None ] Execute this SQL based on the above table: select notes order by result desc limit 1 | sb |
[ header: nation | 1986 | 1989 | 1991 | 1997 | 1999 | 2000 | 2003 | 2005 | 2007 | 2009 | 2011 | years row 1 : argentina | 4th | None | 4th | 4th | 3rd | 4th | 2nd | 2nd | 2nd | 1st | 2nd | 10
row 2 : brazil | 3rd | 3rd | 3rd | 1st | 1st | 1st | 1st | 1st | 1st | 2nd | 1st | 11
row 3 : canada | 2nd | 1st | 2nd | 2nd | None | None | 5th | 4th | 6th | None | None | 7
row 4 : chile | None | None | None | None | None | None | None | None | None | 3rd | 5th | 2
row 5 : colombia | None | None | None | None | 6th | 6th | None | None | None | None | None | 2
row 6 : costa rica | None | None | None | 5th | None | None | None | None | None | None | None | 1
row 7 : cuba | None | None | None | None | 2nd | None | None | None | None | None | 3rd | 2
row 8 : dominican republic | None | None | None | None | None | None | 6th | 5th | 3rd | 4th | 6th | 5
row 9 : greenland | None | None | None | None | 5th | 3rd | None | None | None | None | None | 2
row 10 : guatemala | None | None | None | None | None | None | 7th | None | None | None | None | 1
row 11 : mexico | None | 4th | None | 6th | None | 5th | None | None | 8th | 5th | 7th | 6
row 12 : paraguay | None | None | 6th | None | None | None | None | None | 4th | 7th | None | 3
row 13 : puerto rico | None | None | 7th | None | None | None | None | None | None | None | None | 1
row 14 : uruguay | None | None | 5th | 3rd | 4th | 2nd | 3rd | 3rd | 5th | 6th | 4th | 9
row 15 : united states | 1st | 2nd | 1st | None | None | None | 4th | 6th | 7th | None | None | 6
row 16 : venezuela | None | None | None | None | None | None | None | None | None | None | 8th | 1 ] Execute this SQL based on the above table: select 2003 where years = 1 | 7th |
[ header: album / name | artist(s) | label | role/credit | date | chart# row 1 : summary of johnny's world | news, kat-tun & | johnny's entertainment, japan | songwriter, lyricist | april 19, 2005 | no.1 oricon japan dvd chart gold
row 2 : w (double you) | miss love tantei | up-front works, japan | songwriter | september 7, 2005 | top 10 oricon japan single chart
row 3 : v-u-densetsu | biyuden | up-front works, japan | songwriter | february 15, 2006 | #1 oricon japan dvd chart
row 4 : farewell | van tomiko | avex trax, japan | songwriter, lyricist | march 29, 2006 | top 10 oricon japan album chart
row 5 : bokunopagewomekureb | park yong ha | pony canyon, japan | songwriter, lyricist | january 1, 2007 | #2 oricon single chart
row 6 : yong ha's melody | park yong ha | pony canyon, japan | songwriter | march 21, 2007 | top 40 oricon japan album chart
row 7 : live of kat-tun "real face | kat-tun | johnny's entertainment, japan | songwriter, lyricist | april 11, 2007 | #1 oricon japan dvd chart / platinum
row 8 : horizon | field of view yuya asa | tokuma communication, japan | songwriter | april 25, 2007 | None
row 9 : hey! say! jump spring con 08 | hey! say! jump | johnny's entertainment, japan | producer, songwriter, lyricist, | february, 2008 | None
row 10 : kat-tun live tour 2008 queen of | kat-tun | johnny's entertainment, japan | producer, songwriter, arranger | january 1, 2009 | #1 oricon japan dvd chart / gold
row 11 : break the records - by you & for | kat-tun | johnny's entertainment, japan | songwriter | april 29, 2009 | #1 oricon japan album chart / platinum
row 12 : hey! say! jumptour ' | hey! say! jump | johnny's entertainment, japan | producer, songwriter, lyricist | april 29, 2009 | #1 oricon japan dvd chart / gold
row 13 : no more pain | kat-tun | johnny's entertainment, japan | songwriter, producer, keyboard & programming | june 16, 2010 | #1 oricon japan album chart / platinum
row 14 : superstar (digital single) | 4minute | mnet, korea | publishing | july 19, 2010 | mnet tv "superstar
row 15 : dekotomo dx t | kat-tun | johnny's entertainment, japan | songwriter, producer, keyboard & programming | july 2010 | japanese cellphone「テコとも★dx」
row 16 : marry me / marry you | kim hyun joong ( | keyeast, korea | producer, songwriterr, keyboards, programming | december 15, 2011 | None
row 17 : one 4 u digital single | a-jax | dsp entertainment, korea | producer, songwriter, keyboards, programming, | june 1, 2012 | None
row 18 : kis-my-mint | kis-my-ft2 | johnny's entertainment, japan | producer, songwriter, keyboards, programming | june 26, 2012 | #1 oricon japan dvd chart / gold ] Execute this SQL based on the above table: select count ( * ) where chart# = '#1 oricon japan dvd chart / gold' | 3 |
[ header: pos | rider | manufacturer | time/retired | grid | points row 1 : 1 | roberto rolfo | honda | 45:14.ret3 | 8 | 25
row 2 : 2 | anthony west | aprilia | 14.04 | 11 | 20
row 3 : 3 | fonsi nieto | aprilia | 33.511 | 5 | 16
row 4 : 4 | franco battaini | aprilia | 54.252 | 3 | 13
row 5 : 5 | alex debon | honda | +1:06.895 | 13 | 11
row 6 : 6 | naoki matsudo | yamaha | +1:06.943 | 9 | 10
row 7 : 7 | erwan nigon | aprilia | +1:13.421 | 12 | 9
row 8 : 8 | jaroslav hules | yamaha | +1:22.119 | 10 | 8
row 9 : 9 | manuel poggiali | aprilia | +1:22.163 | 7 | 7
row 10 : 10 | johann stigefelt | aprilia | +1:25.303 | 22 | 6
row 11 : 11 | toni elias | aprilia | +1:41.591 | 1 | 5
row 12 : 12 | lukas pesek | yamaha | +2:49.682 | 18 | 4
row 13 : 13 | dirk heidolf | aprilia | +1 lap | 17 | 3
row 14 : 14 | hugo marchand | aprilia | +1 lap | 19 | 2
row 15 : 15 | chaz davies | aprilia | +1 lap | 15 | 1
row 16 : 16 | hector faubel | aprilia | +1 lap | 16 | None
row 17 : 17 | henk vd lagema | honda | +2 laps | 25 | None
row 18 : 18 | joan olive | aprilia | +3 laps | 20 | None
row 19 : ret | randy de puniet | aprilia | retirement | 4 | None
row 20 : ret | christian gemmel | honda | retirement | 23 | None
row 21 : ret | eric bataille | honda | retirement | 14 | None
row 22 : ret | sebastian porto | honda | retirement | 2 | None
row 23 : ret | katja poensgen | honda | retirement | 24 | None
row 24 : ret | geoff hardcastle | yamaha | retirement | 26 | None
row 25 : ret | alex baldolini | aprilia | retirement | 21 | None
row 26 : ret | sylvain guintoli | aprilia | retirement | 6 | None ] Execute this SQL based on the above table: select pos where id = 1 | 1 |
[ header: round | pick | player | position | nationality | team | college row 1 : t | None | wilt chamberlain | c | united states | philadelphia warriors | kansas
row 2 : t | None | bob ferry | f/c | united states | st. louis hawks | saint louis
row 3 : 1 | 1 | bob boozer | f | united states | cincinnati royals | kansas state
row 4 : 1 | 2 | bailey howell | f | united states | detroit pistons | mississippi state
row 5 : 1 | 3 | tom hawkins | f | united states | minneapolis lakers | notre dame
row 6 : 1 | 5 | johnny green | f/c | united states | new york knicks | michigan state
row 7 : 1 | 6 | john richter | f | united states | boston celtics | nc state
row 8 : 2 | 7 | tom robitaille | f/c | united states | detroit pistons (from cincin | rice
row 9 : 2 | 8 | don goldstein | f | united states | detroit pistons | louisville
row 10 : 2 | 9 | joe ruklick | f/c | united states | philadelphia warriors | northwestern
row 11 : 2 | 10 | rudy larusso | f/c | united states | minneapolis lakers | dartmouth
row 12 : 2 | 11 | bumper tormohlen | f/c | united states | syracuse nationals | tennessee
row 13 : 2 | 12 | al seiden | g | united states | st. louis hawks ( | st. john's
row 14 : 2 | 13 | cal ramsey | f | united states | st. louis hawks | nyu
row 15 : 2 | 14 | gene guarilia | f | united states | boston celtics | george washington
row 16 : 3 | 16 | gary alcorn | c | united states | detroit pistons | fresno state
row 17 : 3 | 17 | jim hockaday | f | united states | philadelphia warriors | memphis
row 18 : 3 | 18 | bobby smith | g | united states | minneapolis lakers | west virginia
row 19 : 3 | 19 | jon cincebox | f | united states | syracuse nationals | syracuse
row 20 : 3 | 20 | bob anderegg | g/f | united states | new york knicks | michigan state
row 21 : 3 | 21 | hank stein | g | united states | st. louis hawks | xavier
row 22 : 3 | 22 | ralph crosthwaite | c | united states | boston celtics | western kentucky
row 23 : 4 | 23 | leo byrd | g | united states | cincinnati royals | marshall
row 24 : 4 | 24 | george lee | g/f | united states | detroit pistons | michigan
row 25 : 4 | 25 | ron stevenson | f | united states | philadelphia warriors | tcu
row 26 : 4 | 26 | wilson eison | f | united states | minneapolis lakers | purdue
row 27 : 4 | 27 | paul neumann | g | united states | syracuse nationals | stanford
row 28 : 4 | 28 | johnny cox | g | united states | new york knicks | kentucky
row 29 : 5 | 31 | harry kirchner | g/f | united states | detroit pistons | tcu ] Execute this SQL based on the above table: select count ( player ) where round >= 115 | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.