inputs
stringlengths 291
3.71k
| targets
stringlengths 1
2.65k
|
---|---|
[ header: week | start date | type | tournament | surface | town | country | continent | prize money row 1 : 35 | october 24 | premier wta tour championships | sony ericsson championships | hard | istanbul | turkey | europe | $4,550,000
row 2 : 9 | march 21 | premier mandatory | sony ericsson open | hard | key biscayne | united states | north america | $4,500,000
row 3 : 32 | october 3 | premier mandatory | china open | hard | beijing | china | asia | $4,500,000
row 4 : 14 | may 9 | premier 5 | internazionali bnl | clay | rome | italy | europe | $2,000,000
row 5 : 26 | august 15 | premier 5 | western & southern financial group women's open | hard | cincinnati | united states | north america | $2,000,000
row 6 : 10 | april 4 | premier 700 | family circle cup | clay | charleston | united states | north america | $700,000
row 7 : 24 | august 1 | premier 700 | mercury insurance open | hard | san diego | united states | north america | $700,000
row 8 : 15 | may 16 | premier 600 | brussels open | clay | brussels | belgium | europe | $618,000
row 9 : 34 | october 17 | premier 600 | kremlin cup | hard (i) | moscow | russia | europe | $1,000,000
row 10 : 36 | october 31 | international wta tour championships | commonwealth bank tournament of champions | hard (i) | sofia | bulgaria | europe | $750,000
row 11 : 1 | january 1 | international | shenzhen open | hard | shenzhen | china | asia | $500,000
row 12 : 1 | january 3 | international | brisbane international | hard | brisbane | australia | oceania | $220,000
row 13 : 5 | february 14 | international | xix copa bbva col | clay | bogota | colombia | south america | $220,000
row 14 : 11 | april 18 | international | grand prix de sar la princesse la | clay | fes | morocco | africa | $220,000
row 15 : 12 | april 25 | international | estoril open | clay | estoril | portugal | europe | $220,000
row 16 : 17 | june 6 | international | e-boks sony eric | hard | copenhagen | denmark | europe | $220,000
row 17 : 21 | july 11 | international | internazionali femmin | clay | palermo | italy | europe | $220,000
row 18 : 30 | september 19 | international | hansol korea open | hard | seoul | south korea | asia | $220,000
row 19 : 33 | october 10 | international | hp japan women's open tennis | hard | osaka | japan | asia | $220,000
row 20 : 34 | october 17 | international | bgl bnp pari | hard (i) | luxembourg | luxembourg | europe | $220,000 ] Execute this SQL based on the above table: select count ( * ) where town = 0 or continent = 0 | 0 |
[ header: team | no | driver | class | chassis | engine row 1 : carlin motorsport | 1 | james courtney | c | dallara f302 | mugen-honda
row 2 : carlin motorsport | 2 | alan van der merwe | c | dallara f302 | mugen-honda
row 3 : carlin motorsport | 21 | michael keohane | c | dallara f302 | mugen-honda
row 4 : carlin motorsport | 22 | shinya hosokawa | c | dallara f302 | mugen-honda
row 5 : fortec motorsport | 5 | fabio carbone | c | dallara f302 | renault sodemo
row 6 : alan docking racing | 8 | mark mayall | c | dallara f302 | mugen-honda
row 7 : alan docking racing | 13 | tor graves | c | dallara f302 | mugen-honda
row 8 : team avanti | 9 | james andanson | c | ralt f302 | mugen-honda
row 9 : promatecme uk | 11 | bruce jouanny | c | dallara f302 | mugen-honda
row 10 : promatecme uk | 12 | ernani judice | c | dallara f302 | mugen-honda
row 11 : promatecme uk | 12 | matthew gilmore | c | dallara f302 | mugen-honda
row 12 : duma racing | 14 | john antoniadis | c | dallara f302 | mugen-honda
row 13 : motaworld racing | 18 | andrew thompson | c | dallara f302 | ford
row 14 : fred goddard racing | 52 | jason tahinci | s | dallara f301 | renault sodemo
row 15 : fred goddard racing | 52 | earl goddard | s | dallara f301 | renault sodemo
row 16 : meritus racing | 56 | stephen colbert | s | dallara f301 | mugen-honda
row 17 : essential motorsport | 58 | ricardo teixeira | s | dallara f301 | toyota
row 18 : essential motorsport | 59 | jesper carlsen | s | dallara f301 | toyota
row 19 : sweeney racing | 61 | adam carroll | s | dallara f301 | mugen-honda
row 20 : team park | 64 | stephen colbert | s | dallara f301 | opel spiess
row 21 : team park | 64 | adam jones | s | dallara f301 | opel spiess
row 22 : t-sport | 67 | clivio piccione | s | dallara f301 | mugen-honda
row 23 : t-sport | 68 | karun chandhok | s | dallara f301 | mugen-honda
row 24 : hill speed motorsport | 69 | luke stevens | s | dallara f301 | opel spiess ] Execute this SQL based on the above table: select chassis where driver = 'mark mayall' | dallara f302 |
[ header: sport | gold | silver | bronze | total row 1 : athletics | 14 | 8 | 10 | 32
row 2 : weightlifting | 9 | 2 | 1 | 12
row 3 : swimming | 8 | 7 | 5 | 20
row 4 : taekwondo | 7 | 3 | 2 | 12
row 5 : boxing | 7 | 1 | 3 | 11
row 6 : judo | 5 | 3 | 6 | 14
row 7 : canoeing | 5 | 2 | 3 | 10
row 8 : sailing | 4 | 3 | 1 | 8
row 9 : sepak takraw | 4 | 0 | 0 | 4
row 10 : wrestling | 3 | 5 | 4 | 12
row 11 : rowing | 3 | 3 | 3 | 9
row 12 : gymnastic - artistic | 3 | 2 | 3 | 8
row 13 : fencing | 3 | 1 | 9 | 13
row 14 : petanque | 3 | 1 | 2 | 6
row 15 : cycling | 2 | 8 | 4 | 14
row 16 : paragliding | 3 | 1 | 2 | 6
row 17 : fin swimming | 2 | 3 | 7 | 12
row 18 : tennis | 2 | 3 | 4 | 9
row 19 : golf | 2 | 3 | 0 | 5
row 20 : water ski | 2 | 2 | 1 | 5
row 21 : ekuestrian | 2 | 2 | 1 | 5
row 22 : bridge | 2 | 1 | 2 | 5
row 23 : billiard & snooker | 2 | 1 | 1 | 4
row 24 : futsal | 2 | 0 | 0 | 2
row 25 : volleyball | 2 | 0 | 0 | 2
row 26 : shooting | 1 | 6 | 5 | 12
row 27 : badminton | 1 | 2 | 6 | 9
row 28 : gymnastic - aerobic | 1 | 1 | 1 | 3
row 29 : gymnastic - rhythmic | 1 | 1 | 0 | 2
row 30 : basketball | 1 | 1 | 0 | 2
row 31 : wushu | 1 | 0 | 3 | 4
row 32 : beach volleyball | 1 | 0 | 2 | 3
row 33 : chess | 1 | 0 | 0 | 1
row 34 : bowling | 1 | 0 | 0 | 1
row 35 : soft tennis | 0 | 4 | 5 | 9
row 36 : pencak silat | 0 | 4 | 3 | 7
row 37 : traditional boat race | 0 | 2 | 5 | 7
row 38 : karate-do | 0 | 2 | 4 | 6
row 39 : roller sport | 0 | 2 | 2 | 4
row 40 : wall climbing | 0 | 2 | 1 | 3
row 41 : archery | 0 | 1 | 4 | 5
row 42 : table tennis | 0 | 1 | 2 | 3
row 43 : synchronized swimming | 0 | 1 | 1 | 2
row 44 : softball | 0 | 1 | 0 | 1
row 45 : baseball | 0 | 0 | 1 | 1
row 46 : diving | 0 | 0 | 1 | 1
row 47 : total | 109 | 100 | 120 | 329 ] Execute this SQL based on the above table: select count ( sport ) where sport = 'karate-do' and sport = 'wall climbing' | 0 |
[ header: margin | teams | venue | season row 1 : 192 runs | kent (205 & 512-9 | county ground, chelmsford | 2009
row 2 : 72 runs | kent (117 & 332) beat | woodbridge road, guildford | 1992
row 3 : 57 runs | kent (151 & 348) beat | hesketh park, dartford | 1976
row 4 : 36 runs | kent (127 & 198) | st lawrence ground, canter | 1893
row 5 : 24 runs | kent (115 & 389) beat | mote park, maidstone | 1925
row 6 : 16 runs | kent (120 & 176) beat | mote park, maidstone | 1863 ] Execute this SQL based on the above table: select count ( teams ) where venue = 'st lawrence ground, canterbury' | 1 |
[ header: pick # | nfl team | player | position | college row 1 : 81 | philadelphia eagles | paul fanning | back | kansas state
row 2 : 82 | brooklyn dodgers | ed nowogrowski | back | university of washington
row 3 : 83 | chicago cardinals | dwight hafeli | back | washington (st. louis)
row 4 : 84 | new york giants | dwight scheyer | end | washington state
row 5 : 85 | pittsburgh pirates | matt patanelli | tackle | michigan
row 6 : 86 | boston redskins | bill docherty | guard | temple
row 7 : 87 | detroit lions | larry kelley | guard | yale
row 8 : 88 | chicago bears | al guepe | end | marquette
row 9 : 89 | green bay packers | gordon dahlgren | guard | michigan state
row 10 : 90 | cleveland rams | ray johnson | tackle | denver ] Execute this SQL based on the above table: select position where pick # = 82 - 1 | back |
[ header: team | home city | stadium | capacity | last season row 1 : barak netanya | netanya | yeshurun | 1000 | 9th
row 2 : bnei hasharon/her | herzliya | hayovel herzliya | 1750 | 10th
row 3 : hapoel gilbo | gilboa regional council | gan ner sports hall | 2400 | 2nd
row 4 : hapoel holon | holon | holon city arena | 2850 | 5th
row 5 : hapoel jerusalem | jerusalem | malha arena | 3000 | 4th
row 6 : ironi ashkelon | ashkelon | ashkelon sports arena | 3000 | 6th
row 7 : maccabi ashdod | ashdod | hakiriya arena | 1260 | 7th
row 8 : hapoel eilat | eilat | begin arena | 1100 | 8th (as habik'a
row 9 : maccabi haifa | haifa | romema arena | 5000 | 11th
row 10 : maccabi rishon lezion | rishon lezion | beit maccabi rishon | 2500 | 3rd
row 11 : maccabi tel aviv | tel aviv | nokia arena | 11700 | 1st
row 12 : hapoel tel aviv | tel aviv | beit maccabi rishon | 2500 | 1st (liga leumit) ] Execute this SQL based on the above table: select stadium order by capacity limit 1 | yeshurun |
[ header: round | # | player | position | nationality | college/junior/club team (league) row 1 : 1 | 7 | kyle okposo | right wing | united states | des moines buccaneers (ushl
row 2 : 2 | 60 | jesse joensuu | wing | finland | assat (sm-liiga
row 3 : 3 | 70 | robin figren | wing | sweden | frolunda hc (e
row 4 : 4 | 100 | rhett rakhshan | right wing | united states | university of denver(ncaa)
row 5 : 4 | 108 | jase weslosky | goalie | canada | sherwood park crusaders (
row 6 : 4 | 115 | tomas marcinko | center | slovakia | hc kosice (slovak
row 7 : 4 | 119 | doug rogers | center | united states | saint sebastian's school (independent
row 8 : 5 | 141 | kim johansson | wing | sweden | malmo jr
row 9 : 6 | 160 | andrew macdonald | defenceman | canada | moncton wildcats (qm
row 10 : 6 | 171 | brian day | right wing | united states | governor dummer (independent school league)
row 11 : 6 | 173 | stefan ridderwall | goalie | sweden | djurgarden jr. (
row 12 : 7 | 190 | troy mattila | left wing | united states | springfield jr. blues (nah ] Execute this SQL based on the above table: select count ( position ) where round = 4 | 4 |
[ header: # | date | opponent | score | win | loss | save | attendance | record row 1 : 107 | august 3 | red sox | 7 - 4 | green (5-1) | timlin (1-1) | putz (32) | 46235 | 60-47
row 2 : 110 | august 7 | @ orioles | 10 - 3 | weaver (3-10) | walker (1-2) | None | 25060 | 61-49
row 3 : 111 | august 8 | @ orioles | 8 - 4 | hernandez (8-6) | guthrie (7-4) | putz (33) | 17511 | 62-49
row 4 : 112 | august 9 | @ orioles | 13 - 8 | ramirez (7-3) | cabrera (8-12) | sherrill (1) | 18679 | 63-49
row 5 : 113 | august 10 | @ white sox | 5 - 3 | vazquez (10-6) | washburn (8-9) | jenks (33) | 38586 | 63-50
row 6 : 114 | august 11 | @ white sox | 7 - 6 | batista (12-8) | floyd (1-2) | putz (34) | 38210 | 64-50
row 7 : 115 | august 12 | @ white sox | 6 - 0 | weaver (4-10) | danks (6-10) | None | 36629 | 65-50
row 8 : 117 | august 14 | twins | 11 - 3 | garza () | ramirez (7-4) | None | 33729 | 66-51
row 9 : 118 | august 15 | twins | 6 - 1 | neshek (7-2) | washburn (8-10) | None | 42921 | 66-52
row 10 : 119 | august 17 | white sox | 5 - 4 | batista (13-8) | contreras (6-15) | putz (35) | 46170 | 67-52
row 11 : 120 | august 18 | white sox | 7 - 5 | weaver (5-10) | danks (6-11) | putz (36) | 41121 | 68-52
row 12 : 121 | august 19 | white sox | 11 - 5 | hernandez (9-6) | garland (8-9) | None | 45668 | 69-52
row 13 : 122 | august 20 | @ twins | 9 - 4 | ramirez (8-4) | garza (2-4) | None | 31755 | 70-52
row 14 : 123 | august 21 | @ twins | 7 - 2 | washburn (9-10) | baker (6-6) | None | 42373 | 71-52
row 15 : 124 | august 22 | @ twins | 8 - 4 | silva (10-12) | batista (13-9) | None | 29881 | 71-53
row 16 : 125 | august 23 | @ rangers | 9 - 4 | weaver (6-10) | loe (6-10) | None | 26963 | 72-53
row 17 : 127 | august 25 | @ rangers | 5 - 3 | benoit (7-3) | white (1-1) | wilson (8) | 47977 | 73-54
row 18 : 128 | august 26 | @ rangers | 5 - 3 | padilla (4-9) | washburn (9-11) | None | 25437 | 73-55
row 19 : 129 | august 27 | angels | 6 - 0 | lackey (16-8) | batista (13-10) | None | 45998 | 73-56
row 20 : 130 | august 28 | angels | 10 - 6 | speier (2-3) | morrow (3-3) | None | 44395 | 73-57
row 21 : 131 | august 29 | angels | 8 - 2 | weaver (10-6) | hernandez (10-7) | None | 46047 | 73-58
row 22 : 132 | august 30 | @ indians | 6 - 5 | borowski (3-5) | o'flaherty (7- | None | 25949 | 73-59 ] Execute this SQL based on the above table: select count ( loss ) where # >= 868 | 0 |
[ header: year | winner | county | opponent | county row 1 : 2013 | rower-inistioge | kilkenny | buffers alley | wexford
row 2 : 2012 | clara | kilkenny | oylegate/glenbrien | wexford
row 3 : 2011 | mount leinster rangers | carlow | celbridge | kildare
row 4 : 2010 | dicksboro | kilkenny | celbridge | kildare
row 5 : 2009 | st. lachtains | kilkenny | mount leinster rangers | carlow
row 6 : 2008 | kilmessan | meath | erin's own | kilkenny
row 7 : 2007 | clonkill | westmeath | ferns st. aiden' | wexford
row 8 : 2006 | ardclough | kildare | raharney | westmeath
row 9 : 2005 | dicksboro | kilkenny | marshalstown | wexford
row 10 : 2004 | carrickshock | kilkenny | st. patrick's | wexford ] Execute this SQL based on the above table: select winner where year = 2011 | mount leinster rangers |
[ header: rank | lane | name | nationality | time | notes row 1 : None | 4 | james goddard | england | 1:55:58 | cgr
row 2 : None | 8 | gareth kean | new zealand | 1:57:37 | nr
row 3 : None | 7 | ashley delaney | australia | 1:58:18 | None
row 4 : 4 | 1 | christopher walker-hebborn | england | 1:59:00 | None
row 5 : 5 | 5 | charles francis | canada | 2:00:07 | None
row 6 : 6 | 6 | marco loughran | wales | 2:00:11 | None
row 7 : 7 | 3 | tobias oriwol | canada | 2:00:24 | None
row 8 : 8 | 2 | ryan bennett | england | 2:01:86 | None ] Execute this SQL based on the above table: select count ( distinct name ) where rank >= 1011 and time <= 1567 | 0 |
[ header: year | film | role | co-star | director | notes row 1 : 2004 | bachelor | None | None | mostofa sarwar farook | special appearance
row 2 : 2010 | dubshatar | renu | shehzad chowdhury | nurul alam atik | first debut film daily star celebrating life-best actress
row 3 : 2011 | firey esho behula | tanima | intekhab deenar, shahid | tanim noor | None
row 4 : 2011 | guerrilla | bilkis banu | ferdous ahmed, | nasiruddin yousuff | national film award meril prothom al
row 5 : 2012 | chorabali | noboni afroz | indraneil sengupt | redwan rony | national film award meril prothom al
row 6 : 2013 | aborto | charu sen | tota roy chowdhur | arindam sil | first debut film in tollywood
row 7 : 2013 | purnodoirgho prem | jara/zara | shakib khan, arefin | shafi uddin sha | first film with shakib khan
row 8 : 2014 | parle theka (filming) | None | sushama sarkar | maruf hasan | None
row 9 : 2014 | zero degree (filming) | sonia | mahfuz ahmed, r | animesh aich | None ] Execute this SQL based on the above table: select count ( * ) where film = 'guerrilla' | 1 |
[ header: pos | country | gold | silver | bronze | total row 1 : 1 | italy (ita) | 3 | 3 | 1 | 7
row 2 : 2 | united states (usa) | 3 | 0 | 1 | 4
row 3 : 3 | poland (pol) | 1 | 3 | 3 | 7
row 4 : 4 | soviet union (urs) | 1 | 2 | 2 | 5
row 5 : 5 | hungary (hun) | 1 | 0 | 0 | 1
row 6 : 5 | czechoslovakia (t | 1 | 0 | 1 | 2
row 7 : 7 | ghana (gha) | 0 | 1 | 0 | 1
row 8 : 7 | south africa (rsa) | 0 | 1 | 1 | 2
row 9 : 9 | great britain (gbr) | 0 | 0 | 3 | 3
row 10 : 10 | australia (aus) | 0 | 0 | 2 | 2
row 11 : 11 | japan (jpn) | 0 | 0 | 1 | 1
row 12 : 11 | united arab republic (egy) | 0 | 0 | 1 | 1
row 13 : 11 | finland (fin) | 0 | 0 | 1 | 1
row 14 : 11 | argentina (arg) | 0 | 0 | 1 | 1
row 15 : 11 | romania (rou) | 0 | 0 | 1 | 1
row 16 : 11 | germany (eua) | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select country where id = ( select id where country = 'south africa (rsa)' ) - 1 | ghana (gha) |
[ header: name of place | counties | principal county | lower zip code row 1 : campbell hall | 1 | orange county | 10916
row 2 : canaan | 1 | columbia county | 12029
row 3 : canajoharie | 1 | montgomery county | None
row 4 : canoe place | 1 | suffolk county | 11946
row 5 : careys corners | 1 | oneida county | None
row 6 : carman | 1 | schenectady county | 12303
row 7 : carpenters corners | 1 | fulton county | None
row 8 : cass | 1 | erie county | 14206
row 9 : castle point | 1 | dutchess county | 12511
row 10 : catfish corners | 1 | oswego county | None
row 11 : catskill (town) | 1 | greene county | 12414
row 12 : cayuta | 1 | schuyler county | 14824
row 13 : cedar hill | 1 | albany county | 12158
row 14 : cedarville station | 1 | herkimer county | None
row 15 : central nyack | 1 | rockland county | 10960
row 16 : chase lake | 1 | lewis county | 13343
row 17 : chelsea | 1 | dutchess county | 12512
row 18 : chemung | 1 | chemung county | None
row 19 : chili junction | 1 | monroe county | None
row 20 : chittenango springs | 1 | madison county | None
row 21 : churchville | 1 | monroe county | 14428
row 22 : clarkson | 1 | monroe county | 14430
row 23 : claverack | 1 | columbia county | None
row 24 : clifton heights | 1 | erie county | 14085
row 25 : clinton county airport | 1 | clinton county | None
row 26 : coldbrook | 1 | erie county | 14072
row 27 : colemans mills | 1 | oneida county | 13492
row 28 : coleman station | 1 | dutchess county | None
row 29 : colonial acres | 1 | albany county | 12077
row 30 : colonial acres | 1 | westchester county | 10583
row 31 : columbus quarter | 1 | chenango county | None
row 32 : como | 1 | cayuga county | None
row 33 : congers | 1 | rockland county | 10920
row 34 : connelly park | 1 | chautauqua county | 14710
row 35 : conquest | 1 | cayuga county | None
row 36 : cooperstown junction | 1 | otsego county | 12116
row 37 : craterclub | 1 | essex county | 12936
row 38 : crescent beach | 1 | monroe county | 14612
row 39 : crestwood | 1 | westchester county | 10707
row 40 : crestwood | 1 | westchester county | None
row 41 : crittenden | 1 | erie county | 14038
row 42 : croghan | 1 | lewis county | 13327
row 43 : croghan | 1 | lewis county | None ] Execute this SQL based on the above table: select count ( principal county ) where lower zip code > 1487 | 27 |
[ header: school year | class a | class aa | class aaa | class aaaa | class aaaaa row 1 : 1994-95 | menard | van alstyne | cameron yoe | wichita falls | weslaco
row 2 : 1995-96 | era | coahoma | colorado city | livingston | duncanville
row 3 : 1996-97 | sulphur bluff | marion | colorado city | snyder | duncanville
row 4 : 1997-98 | westbrook | edgewood | perryton | san angelo lake view | flower mound marcus
row 5 : 1998-99 | graford | lindsay | hamshire-fannett | brownwood | weslaco
row 6 : 1999-2000 | garden city | keene | giddings | friendswood | college station a&m consolidated
row 7 : 2000-01 | granger | edgewood | midland greenwood | friendswood | college station a&m consolidated
row 8 : 2001-02 | lazbuddie | edgewood | giddings | friendswood | pasadena dobie
row 9 : 2002-03 | rocksprings | rosebud-lott | pearsall | harlingen south | san antonio clark
row 10 : 2003-04 | lazbuddie | wall | hamshire-fannett | friendswood | klein
row 11 : 2004-05 | loop | mount pleasant chapel hill | llano | sherman | college station a&m consolidated
row 12 : 2005-06 | wellington | centerville | hamshire-fannett | brownwood | abilene cooper
row 13 : 2006-07 | springlake-earth | crawford | princeton | friendswood | college station a&m consolidated
row 14 : 2007-08 | springlake-earth | grandview | hamshire-fannett | sherman | mission sharyland
row 15 : 2008-09 | garden city | shelbyville | lubbock-cooper | friendswood | humble kingwood ] Execute this SQL based on the above table: select class aa where class aaa = 'hamshire-fannett' | lindsay, wall, centerville, grandview |
[ header: week | start date | type | tournament | surface | town | country | continent | prize money row 1 : 35 | october 24 | premier wta tour championships | sony ericsson championships | hard | istanbul | turkey | europe | $4,550,000
row 2 : 9 | march 21 | premier mandatory | sony ericsson open | hard | key biscayne | united states | north america | $4,500,000
row 3 : 32 | october 3 | premier mandatory | china open | hard | beijing | china | asia | $4,500,000
row 4 : 14 | may 9 | premier 5 | internazionali bnl | clay | rome | italy | europe | $2,000,000
row 5 : 26 | august 15 | premier 5 | western & southern financial group women's open | hard | cincinnati | united states | north america | $2,000,000
row 6 : 10 | april 4 | premier 700 | family circle cup | clay | charleston | united states | north america | $700,000
row 7 : 24 | august 1 | premier 700 | mercury insurance open | hard | san diego | united states | north america | $700,000
row 8 : 15 | may 16 | premier 600 | brussels open | clay | brussels | belgium | europe | $618,000
row 9 : 34 | october 17 | premier 600 | kremlin cup | hard (i) | moscow | russia | europe | $1,000,000
row 10 : 36 | october 31 | international wta tour championships | commonwealth bank tournament of champions | hard (i) | sofia | bulgaria | europe | $750,000
row 11 : 1 | january 1 | international | shenzhen open | hard | shenzhen | china | asia | $500,000
row 12 : 1 | january 3 | international | brisbane international | hard | brisbane | australia | oceania | $220,000
row 13 : 5 | february 14 | international | xix copa bbva col | clay | bogota | colombia | south america | $220,000
row 14 : 11 | april 18 | international | grand prix de sar la princesse la | clay | fes | morocco | africa | $220,000
row 15 : 12 | april 25 | international | estoril open | clay | estoril | portugal | europe | $220,000
row 16 : 17 | june 6 | international | e-boks sony eric | hard | copenhagen | denmark | europe | $220,000
row 17 : 21 | july 11 | international | internazionali femmin | clay | palermo | italy | europe | $220,000
row 18 : 30 | september 19 | international | hansol korea open | hard | seoul | south korea | asia | $220,000
row 19 : 33 | october 10 | international | hp japan women's open tennis | hard | osaka | japan | asia | $220,000
row 20 : 34 | october 17 | international | bgl bnp pari | hard (i) | luxembourg | luxembourg | europe | $220,000 ] Execute this SQL based on the above table: select count ( start date ) where type = 'premier 700' | 2 |
[ header: tie no | home team | score | away team | attendance row 1 : 1 | blackpool | 2-0 | rochdale | None
row 2 : 2 | chesterfield | 1-1 | southend united | None
row 3 : replay | southend united | 2 - 0 | chesterfield | None
row 4 : 3 | canvey island | 1-0 | northampton town | None
row 5 : 4 | macclesfield town | 4-1 | swansea city | None
row 6 : 5 | swindon town | 3-2 | hereford united | None
row 7 : 6 | tranmere rovers | 6-1 | carlisle united | None
row 8 : 7 | wycombe wanderers | 3-0 | notts county | None
row 9 : 8 | brighton & hove albion | 2-1 | rushden & diamonds | 5647
row 10 : 9 | plymouth argyle | 1-1 | bristol rovers | None
row 11 : replay | bristol rovers | 3 - 2 | plymouth argyle | None
row 12 : 10 | hull city | 2-3 | oldham athletic | 9422
row 13 : 11 | altrincham | 1-2 | darlington | None
row 14 : 12 | exeter city | 0-0 | dagenham & redbridge | None
row 15 : replay | dagenham & redbridge | 3 - 0 | exeter city | None
row 16 : 13 | scunthorpe united | 3-2 | brentford | None
row 17 : 14 | mansfield town | 4-0 | huddersfield town | 6836
row 18 : 15 | cardiff city | 3-0 | port vale | None
row 19 : 16 | halifax town | 1-1 | stoke city | 3335
row 20 : replay | stoke city | 3 - 0 | halifax town | 4356
row 21 : 17 | york city | 2-0 | reading | None
row 22 : 18 | peterborough united | 1-0 | bournemouth | None
row 23 : 19 | leyton orient | 2-1 | lincoln city | None
row 24 : 20 | hinckley united | 0-2 | cheltenham town | None ] Execute this SQL based on the above table: select home team where attendance = ( select max ( attendance ) ) | hull city |
[ header: district | incumbent | party | first elected | result | candidates row 1 : virginia 1 | thomas newton, j | adams-clay republican | 1801 | re-elected | thomas newton, j
row 2 : virginia 2 | arthur smith | crawford republican | 1821 | retired jacksonian gain | james trezvant (j) 75.
row 3 : virginia 4 | mark alexander | crawford republican | 1819 | re-elected | mark alexander (j)
row 4 : virginia 5 | john randolph | crawford republican | 1799 1819 | re-elected | john randolph (j) 100%
row 5 : virginia 6 | george tucker | crawford republican | 1819 | retired jacksonian gain | thomas davenport (j)
row 6 : virginia 7 | jabez leftwich | crawford republican | 1821 | lost re-election jacksonia | nathaniel h.
row 7 : virginia 8 | burwell bassett | crawford republican | 1805 1821 | re-elected | burwell bassett (j) 95.
row 8 : virginia 9 | andrew stevenson | crawford republican | 1821 | re-elected | andrew stevenson (j)
row 9 : virginia 10 | william c. rives | crawford republican | 1823 | re-elected | william c. rives (
row 10 : virginia 11 | philip p. barbour | crawford republican | 1814 (special) | retired adams gain | robert taylor (
row 11 : virginia 12 | robert s. garnett | crawford republican | 1817 | re-elected | robert s. garnett (
row 12 : virginia 16 | james stephenson | federalist | 1821 | retired adams gain | william armstrong (a) 57
row 13 : virginia 17 | jared williams | crawford republican | 1819 | retired adams gain | alfred h. powell (a
row 14 : virginia 18 | joseph johnson | jackson republican | 1823 | re-elected | joseph johnson (j)
row 15 : virginia 19 | william mccoy | crawford republican | 1811 | re-elected | william mccoy (j
row 16 : virginia 20 | john floyd | crawford republican | 1817 | re-elected | john floyd (j) 84 ] Execute this SQL based on the above table: select count ( candidates ) where incumbent = '1811' | 0 |
[ header: no. | race title | track | date | tv row 1 : 1 | nextera energy resources 250 | daytona international speedway, dayt | february 21 | fs1
row 2 : 2 | kroger 250 | martinsville speedway, martin | march 30 | fs1
row 3 : 3 | sfp 250 | kansas speedway, kan | may 9 | fs1
row 4 : 4 | north carolina education lottery 200 | charlotte motor speedway, concord | may 16 | fs1
row 5 : 5 | lucas oil 200 | dover international speedway, dover | may 30 | fs1
row 6 : 6 | winstar world casino 400k | texas motor speedway, fort | june 6 | fs1
row 7 : 7 | gateway 200 | gateway motorsports park, madison, | june 14 | fs1
row 8 : 8 | unoh 225 | kentucky speedway, s | june 26 | fs1
row 9 : 9 | american ethanol 200 | iowa speedway, newton | july 12 | fs1
row 10 : 10 | mudsummer classic | eldora speedway, new weston | july 23 | fs1
row 11 : 11 | pocono mountains 150 | pocono raceway, long pond | august 2 | fs1
row 12 : 12 | michigan national guard 200 | michigan international speedway, brooklyn | august 16 | fs1
row 13 : 13 | unoh 200 | bristol motor speedway, b | august 20 | fs1
row 14 : 14 | chevy silverado 250 | canadian tire motorsport park, bowman | august 31 | fs1
row 15 : 15 | enjoyillinois.com 225 | chicagoland speedway, joliet | september 12 | fs1
row 16 : 16 | unoh 175 | new hampshire motor speedway, loud | september 20 | fs1
row 17 : 17 | smith's 350 | las vegas motor speedway, la | september 27 | fs1
row 18 : 18 | fred's 250 | talladega superspeedway, talla | october 18 | fox
row 19 : 19 | kroger 200 | martinsville speedway, martin | october 25 | fs1
row 20 : 20 | winstar world casino 350k | texas motor speedway, fort | october 31 | fs1
row 21 : 21 | lucas oil 150 | phoenix international raceway, a | november 7 | fs1
row 22 : 22 | ford ecoboost 200 | homestead-miami speedway, home | november 14 | fs1 ] Execute this SQL based on the above table: select race title where no. = 18 | fred's 250 |
[ header: ethnicity | 1926 census | 1939 census | 1959 census | 1970 census | 1979 census | 1989 census | 2007 estimate row 1 : ossetians | 60,351 (69.1%) | 72,266 (68.1%) | 63,698 (65.8%) | 66,073 (66.5%) | 65,077 (66.4%) | 65,200 (65.9%) | 47,000 (67.1%)
row 2 : georgians | 23,538 (26.9%) | 27,525 (25.9%) | 26,584 (27.5%) | 28,125 (28.3%) | 28,187 (28.8%) | 28,700 (29.0%) | 17,500 (25.0%)
row 3 : russians | 157 (0.2%) | 2,111 (2.0%) | 2,380 (2.5%) | 1,574 (1.6%) | 2,046 (2.1%) | 2,128 (2.1%) | 2,100 (3.0%)
row 4 : armenians | 1,374 (1.6%) | 1,537 (1.4%) | 1,555 (1.6%) | 1,254 (1.3%) | 953 (1.0%) | 871 (0.9%) | 900 (1.3%)
row 5 : jews | 1,739 (2.0%) | 1,979 (1.9%) | 1,723 (1.8%) | 1,485 (1.5%) | 654 (0.7%) | 648 (0.7%) | 650 (0.9%)
row 6 : others | 216 (0.2%) | 700 (0.7%) | 867 (0.9%) | 910 (0.9%) | 1,071 (1.1%) | 1,453 (1.5%) | 1,850 (2.6%)
row 7 : total | 87375 | 106118 | 96807 | 99421 | 97988 | 99000 | 70000 ] Execute this SQL based on the above table: select ethnicity where id = ( select id where ethnicity = 'others' ) + 1 | total |
[ header: # | employer | # of employees row 1 : 1 | medline | 1200
row 2 : 2 | mundelein park district | 422
row 3 : 3 | amcor | 350
row 4 : 4 | fremont school district 79 | 287
row 5 : 5 | university of saint mary of the lake | 220
row 6 : 6 | mundelein elementary school district 75 | 213
row 7 : 7 | mundelein high school | 211
row 8 : 8 | village of mundelein | 183 ] Execute this SQL based on the above table: select max ( # ) where # < 962 | 8.0 |
[ header: rank | airport | passengers handled | % change 2011 / 12 row 1 : 1 | netherlands - amsterdam | 105349 | None
row 2 : 2 | united kingdom - belfast-international | 92502 | None
row 3 : 3 | portugal - faro | 71676 | None
row 4 : 4 | spain - barcelona | 66565 | None
row 5 : 5 | spain - alicante | 64090 | None
row 6 : 6 | spain - malaga | 59175 | None
row 7 : 7 | ireland - dublin | 35524 | None
row 8 : 8 | jersey - jersey | 35169 | 1128
row 9 : 9 | ireland - waterford | 31907 | 25
row 10 : 10 | spain - palma de mallorca | 27718 | None ] Execute this SQL based on the above table: select airport where airport in ( 'united kingdom - belfast-international' , 'ireland - dublin' ) and airport = 'ireland - dublin' | ireland - dublin |
[ header: represented | contestant | age | height | hometown row 1 : azua | patricia tomas ferro | 21 | 1.78 m (5 ft 10 in | santo domingo
row 2 : com. dom. nueva york | carol maria arciniegas j | 20 | 1.78 m (5 ft 10 in | washington heights
row 3 : dajabon | elizabeth rondon garcia | 18 | 1.75 m (5 ft 9 in | loma de cabrera
row 4 : distrito nacional | melanie pimentel de la | 26 | 1.69 m (5 ft 6 1 | los alcarrizos
row 5 : duverge | yilda santana | 22 | 1.80 m (5 ft 10 3 | santo domingo
row 6 : hato mayor | sarah maria reyes | 20 | 1.75 m (5 ft 9 in | san cristobal
row 7 : la romana | suanny frontaan de la cruz | 22 | 1.82 m (5 ft 11 3 | la romana
row 8 : licey al medio | ana carolina frometa cru | 22 | 1.77 m (5 ft 9 3 | santiago de los caballe
row 9 : moca | cindy arias morton | 25 | 1.80 m (5 ft 10 3 | moca
row 10 : monte cristi | carolina ayala cro | 18 | 1.71 m (5 ft 7 1 | san felipe de puerto
row 11 : neiba | sandra castellanos de fermin | 21 | 1.76 m (5 ft 9 1 | santo domingo
row 12 : samana | lucrecia vargas camacho | 20 | 1.74 m (5 ft 8 1 | moca
row 13 : san cristobal | elisa mercedes | 19 | 1.74 m (5 ft 8 1 | san cristobal
row 14 : san francisco de macoris | johanna del carmen espa | 19 | 1.76 m (5 ft 9 1 | san francisco de macoris
row 15 : san jose de las mata | karina german fernandez | 24 | 1.77 m (5 ft 9 3 | santiago de los caballe
row 16 : san juan | lizette de los santos | 23 | 1.78 m (5 ft 10 in | san juan de la magu
row 17 : santiago | amelia victoria vega | 17 | 1.85 m (6 ft 3⁄ | santiago de los caballe
row 18 : santiago rodriguez | martha zamora ta | 20 | 1.83 m (6 ft 0 | santiago de los caballe
row 19 : santo domingo oeste | aurora sardena fiallo | 25 | 1.79 m (5 ft 10 1 | santo domingo
row 20 : valverde | lourdes medina acosta | 21 | 1.72 m (5 ft 7 3 | laguna salada ] Execute this SQL based on the above table: select represented - hometown where hometown = 'santo domingo' | 0, 0, 0, 0 |
[ header: # | event year | season | flag bearer row 1 : 10 | 2012 | summer | nino salukvadze
row 2 : 9 | 2010 | winter | iason abramashvili
row 3 : 8 | 2008 | summer | ramaz nozadze
row 4 : 7 | 2006 | winter | vakhtang murvanidze
row 5 : 6 | 2004 | summer | zurab zviadauri
row 6 : 5 | 2002 | winter | sofia akhmeteli
row 7 : 4 | 2000 | summer | giorgi asanidze
row 8 : 3 | 1998 | winter | sofia akhmeteli
row 9 : 2 | 1996 | summer | giorgi k'andel
row 10 : 1 | 1994 | winter | zurab dzhidzhishvil ] Execute this SQL based on the above table: select flag bearer order by id desc limit 1 | zurab dzhidzhishvili |
[ header: pos. | time | athlete | country | venue | date row 1 : 1 | 12.21 (+0.7) | yordanka donkova | bulgaria | stara zagora | 20 august 1988
row 2 : 2 | 12.25 (+1.4) | ginka zagorcheva | bulgaria | drama | 8 august 1987
row 3 : 3 | 12.26 (+1.7) | ludmila narozh | russia | seville | 6 june 1992
row 4 : 3 | 12.26 (+1.2) | brianna rollins | united states | des moines | 22 june 2013
row 5 : 5 | 12.28 (+1.1) | sally pearson | australia | daegu | 3 september 2011
row 6 : 6 | 12.33 (-0.3) | gail devers | united states | sacramento | 23 july 2000
row 7 : 7 | 12.36 (+1.9) | grazyna rabszt | poland | warsaw | 13 june 1980
row 8 : 8 | 12.37 (+1.5) | joanna hayes | united states | athens | 24 august 2004
row 9 : 8 | 12.37 (-0.2) | dawn harper | united states | london | 7 august 2012
row 10 : 10 | 12.39 (+1.5) | vera komisova | soviet union | rome | 5 august 1980
row 11 : 10 | 12.39 (+1.8) | nataliya grygoryeva | soviet union | kiev | 11 july 1991
row 12 : 12 | 12.42 (+1.8) | bettine jahn | east germany | berlin | 8 june 1983
row 13 : 12 | 12.42 (+2.0) | anjanette kirkland | united states | edmonton | 11 august 2001
row 14 : 14 | 12.43 (-0.9) | lucyna kalek | poland | hannover | 19 august 1984
row 15 : 14 | 12.43 (-0.3) | michelle perry | united states | carson | 26 june 2005
row 16 : 14 | 12.43 (+0.2) | lolo jones | united states | beijing | 18 august 2008
row 17 : 14 | 12.43 (+1.2) | queen harrison | united states | des moines | 22 june 2013
row 18 : 18 | 12.44 (-0.5) | gloria siebert | east germany | rome | 4 september 1987
row 19 : 18 | 12.44 (-0.8) | olga shishigina | kazakhstan | lucerne | 27 june 1995
row 20 : 18 | 12.44 (+0.4) | glory alozie | nigeria | monaco | 8 august 1998
row 21 : 18 | 12.44 (+0.6) | damu cherry | united states | lausanne | 7 july 2006
row 22 : 22 | 12.45 (+1.3) | cornelia oschkenat | east germany | neubrandenburg | 11 june 1987
row 23 : 22 | 12.45 (+1.4) | brigitte foster-hylton | jamaica | eugene | 24 may 2003
row 24 : 22 | 12.45 (+1.5) | olena krasov | ukraine | athens | 24 august 2004
row 25 : 22 | 12.45 (+1.4) | virginia crawford | united states | new york city | 2 june 2007 ] Execute this SQL based on the above table: select date where athlete = 'gloria siebert' | 4 september 1987 |
[ header: year | laetare medalist | position row 1 : 1884 | patrick charles keely | architect
row 2 : 1889 | anna hanson dorsey | novelist
row 3 : 1890 | william j. onahan | organizer of the american catholic congress
row 4 : 1892 | henry f. brownson | philosopher and author
row 5 : 1899 | mary gwendolin caldwell | philanthropist
row 6 : 1906 | francis j. quinlan | physician
row 7 : 1908 | james c. monaghan | economist
row 8 : 1911 | agnes repplier | author
row 9 : 1913 | charles george herbermann | editor of the catholic encyclopedia
row 10 : 1916 | james joseph wals | physician and author
row 11 : 1917 | admiral william shepherd benson | chief of naval operations
row 12 : 1922 | charles patrick neill | economist
row 13 : 1923 | walter george smith | lawyer
row 14 : 1924 | charles donagh maginnis | architect
row 15 : 1925 | albert francis zahm | scientist
row 16 : 1927 | margaret anglin | actress
row 17 : 1932 | stephen j. maher | physician
row 18 : 1936 | richard reid | journalist and lawyer
row 19 : 1941 | william thomas wals | journalist and author
row 20 : 1942 | helen constance white | author and teacher
row 21 : 1944 | anne o'hare mc | journalist
row 22 : 1945 | gardiner howland shaw | diplomat
row 23 : 1947 | william g. bruce | publisher and civic leader
row 24 : 1950 | general joseph l. collin | soldier
row 25 : 1952 | thomas e. murray | member of the u.s. atomic
row 26 : 1953 | i.a. o'sh | philanthropist
row 27 : 1956 | general alfred m. gruent | soldier
row 28 : 1958 | frank m. folsom | industrialist
row 29 : 1964 | phyllis mcginley | poet
row 30 : 1966 | patrick f. & patricia car | founders of the christian movement
row 31 : 1967 | j. peter grace | industrialist
row 32 : 1968 | robert sargent shriver | diplomat
row 33 : 1977 | mike mansfield | former senate majority leader
row 34 : 1979 | helen hayes | actress
row 35 : 1980 | thomas p. (tip) | speaker of the house
row 36 : 1982 | john francis cardinal dearden | archbishop emeritus of
row 37 : 1984 | john t. noonan, j | lawyer
row 38 : 1990 | sister thea bowman (posthumously) | educator
row 39 : 1996 | sister helen prejean | death penalty abolitionist
row 40 : 1998 | dr. edmund | medical ethicist and educator
row 41 : 1999 | philip gleason | professor emeritus of history, notre
row 42 : 2008 | martin sheen | actor
row 43 : 2009 | not awarded (see below) | None
row 44 : 2010 | dana gioia | former chairman of national endowment for the arts
row 45 : 2011 | sister mary scullion, r | social advocates ] Execute this SQL based on the above table: select laetare medalist order by id desc limit 1 | sister mary scullion, r.s.m., & joan mcconnon |
[ header: place | athlete | nation | best mark | throw 1 | throw 2 | throw 3 | throw 4 | throw 5 | throw 6 row 1 : 1 | tamara press | soviet union | 18.14 metres | 17.51 | 17.72 | 17.18 | 16.49 | None | 18.14
row 2 : 2 | renate culmberger | germany | 17.61 metres | 17.41 | 17.1 | 16.38 | 17.61 | 17 | 17.01
row 3 : 3 | galina zybina | soviet union | 17.45 metres | 17.38 | 17.25 | 17.45 | 17.42 | 16.65 | 17.36
row 4 : 4 | valerie young | new zealand | 17.26 metres | 17.08 | 15.84 | 16.81 | 17.26 | 17.24 | 17.23
row 5 : 5 | margitta helmbold | germany | 16.91 metres | 16.67 | 15.87 | None | 16.6 | 16.91 | 16.34
row 6 : 6 | irina press | soviet union | 16.71 metres | None | 16.5 | None | 15.81 | 15.78 | 16.71
row 7 : 7 | nancy mccredie | canada | 15.89 metres | 15.89 | 15.13 | 15.27 | None | None | None
row 8 : 8 | ana salagean | romania | 15.83 metres | 15.79 | 15.83 | 15.7 | None | None | None
row 9 : 9 | johanna hubner | germany | 15.77 metres | 15.77 | None | None | None | None | None
row 10 : 10 | ivanka khristova | bulgaria | 15.69 metres | 15.69 | None | 15.35 | None | None | None
row 11 : 11 | judit bognar | hungary | 15.65 metres | 15.65 | None | None | None | None | None
row 12 : 12 | earlene brown | united states | 14.80 metres | 14.25 | 13.43 | 14.8 | None | None | None ] Execute this SQL based on the above table: select athlete where athlete = 'galina zybina' order by place limit 1550 | galina zybina |
[ header: s.no. | name of kingdom | name of king | no. of villages | capital | names of districts row 1 : 1 | sihag | chokha singh | 150 | suin | rawatsar, baramsar,
row 2 : 2 | beniwal | raisal singh | 150 | rasalana | bhukarka, sand
row 3 : 3 | johiya | sher singh | 600 | bhurupal | jaitpur, kumanu, ma
row 4 : 4 | punia | kanha singh | 300 | luddi | bhadra, ajitpura
row 5 : 5 | saharan | pula singh | 300 | bhadang | khejra, phoglo
row 6 : 6 | godara | pandu singh | 700 | shekhsar | shekhsar, pundrasar
row 7 : 7 | kaswan | kanwarpal singh | 400 | sidhmukh | None ] Execute this SQL based on the above table: select count ( * ) where no. of villages = 300 | 2 |
[ header: # | title | artist | highest pos. reached | weeks at no. 1 row 1 : 1 | "don't cry for me argentin | julie covington | 1 | 7
row 2 : 2 | "the way you that you do it" | pussyfoot | 1 | 7
row 3 : 3 | "i just want to be your everything" | andy gibb | 1 | 7
row 4 : 4 | "that's rock and roll" | shaun cassidy | 2 | None
row 5 : 5 | "living next door to alice" | smokie | 2 | None
row 6 : 6 | "i go to rio" | peter allen | 1 | 5
row 7 : 7 | "torn between two lovers" | mary mcgregor | 1 | 4
row 8 : 8 | "walk right in" | dr hook | 1 | 5
row 9 : 9 | "you're moving out today" | carole bayer sager | 1 | 4
row 10 : 10 | "if you leave me now" | chicago | 1 | 5 (pkd #1 in 76
row 11 : 11 | "don't give up on us" | david soul | 1 | 3
row 12 : 12 | "lido shuffle" / " | boz scaggs | 2 | None
row 13 : 13 | "you and me" | alice cooper | 2 | None
row 14 : 14 | "dance little lady dance" | tina charles | 4 | None
row 15 : 15 | "when i need you" | leo sayer | 8 | None
row 16 : 16 | "don't fall in love" | ferrets | 2 | None
row 17 : 17 | "i feel love" | donna summer | 1 | 1
row 18 : 18 | "help is on its way" | little river band | 1 | 1
row 19 : 19 | "you gotta get up and dance" | supercharge | 3 | None
row 20 : 20 | "mull of kintyre" | wings | 1 | 11 (pkd #1 in 77
row 21 : 21 | "don't leave me this way" | thelma houston | 6 | None
row 22 : 22 | "ain't gonna bump no more | joe tex | 2 | None
row 23 : 23 | "you're in my heart" | rod stewart | 1 | 1
row 24 : 24 | "ma baker" | boney m | 5 | None
row 25 : 25 | "lucille" | kenny rogers | 7 | None ] Execute this SQL based on the above table: select artist order by # desc limit 5 | kenny rogers, boney m, rod stewart, joe tex, thelma houston |
[ header: # | player | span | caps | total caps | win % row 1 : 1 | fabien pelous | 1997-2006 | 42 | 118 | 64.28%
row 2 : 2 | raphael ibanez | 1998-2007 | 41 | 98 | 63.41%
row 3 : 3 | jean-pierre rives | 1978-1984 | 34 | 59 | 55.88%
row 4 : 3 | philippe saint-andre | 1994-1997 | 34 | 69 | 73.53%
row 5 : 5 | thierry dusautoir | 2009- | 31 | 54 | 54.84%
row 6 : 6 | daniel dubroca | 1986-1988 | 11 | 33 | 72.00%
row 7 : 6 | fabien galthie | 1999-2003 | 11 | 64 | 64.00%
row 8 : 8 | guy basquet | 1948-1952 | 11 | 33 | 50.00%
row 9 : 9 | michel crauste | 1961-1966 | 11 | 63 | 68.18%
row 10 : 10 | jacques fouroux | 1974-1977 | 11 | 27 | 66.67% ] Execute this SQL based on the above table: select win % order by total caps limit 1200 | 66.67%, 72.00%, 50.00%, 54.84%, 55.88%, 68.18%, 64.00%, 73.53%, 63.41%, 64.28% |
[ header: no. | constituency | created | seats | change row 1 : 1 | carlow-kilkenny | 1948 | 5 | None
row 2 : 2 | cavan-monaghan | 1977 | 5 | None
row 3 : 3 | clare | 1921 | 4 | None
row 4 : 4 | cork east | 1981 | 4 | None
row 5 : 5 | cork north-central | 1981 | 4 | -1
row 6 : 6 | cork north-west | 1981 | 3 | None
row 7 : 7 | cork south-central | 1981 | 5 | None
row 8 : 8 | cork south-west | 1961 | 3 | None
row 9 : 9 | donegal north-east | 1981 | 3 | None
row 10 : 10 | donegal south-west | 1981 | 3 | None
row 11 : 11 | dublin central | 1981 | 4 | None
row 12 : 12 | dublin mid-west | 2002 | 4 | -1
row 13 : 13 | dublin north | 1981 | 4 | None
row 14 : 14 | dublin north-central | 1948 | 3 | 1
row 15 : 15 | dublin north-east | 1981 | 3 | None
row 16 : 16 | dublin north-west | 1981 | 3 | None
row 17 : 17 | dublin south | 1981 | 5 | None
row 18 : 18 | dublin south-central | 1948 | 5 | None
row 19 : 19 | dublin south-east | 1948 | 4 | None
row 20 : 20 | dublin south-west | 1981 | 4 | None
row 21 : 21 | dublin west | 1981 | 3 | None
row 22 : 22 | dun laoghaire | 1977 | 5 | None
row 23 : 23 | galway east | 1977 | 4 | None
row 24 : 24 | galway west | 1937 | 5 | None
row 25 : 25 | kerry north | 1969 | 3 | None
row 26 : 26 | kerry south | 1937 | 3 | None
row 27 : 27 | kildare north | 1997 | 4 | 1
row 28 : 28 | kildare south | 1997 | 3 | None
row 29 : 29 | laois-offaly | 2007 | 5 | 5
row 30 : 30 | limerick east | 1948 | 5 | None
row 31 : 31 | limerick west | 1948 | 3 | None
row 32 : 32 | longford-westmeath | 2007 | 4 | 4
row 33 : 33 | louth | 1923 | 4 | None
row 34 : 34 | mayo | 1997 | 5 | None
row 35 : 35 | meath east | 2007 | 3 | 3
row 36 : 36 | meath west | 2007 | 3 | 3
row 37 : 37 | roscommon-south leit | 2007 | 3 | 3
row 38 : 38 | sligo-north leit | 2007 | 3 | 3
row 39 : 39 | tipperary north | 1948 | 3 | None
row 40 : 40 | tipperary south | 1948 | 3 | None
row 41 : 41 | waterford | 1923 | 4 | None
row 42 : 42 | wexford | 1921 | 5 | None
row 43 : 43 | wicklow | 1923 | 5 | None ] Execute this SQL based on the above table: select constituency where id = ( select id where constituency = 'limerick west' ) - 1 | limerick east |
[ header: terminal | operator | depth (m) | berths | quay length (m) | quay cranes | area (m2) | capacity (kteus) row 1 : terminal 1 (ct1) | mtl | 14 | 1 | None | 4 | None | None
row 2 : terminal 2 (ct2) | mtl | 14 | 1 | None | 5 | None | None
row 3 : terminal 3 (ct3) | dpi | 14 | 1 | 305 | 6 | 167000 | >1,200
row 4 : terminal 4 (ct4) | hit | 12.5 | 3 | None | 8 | None | None
row 5 : terminal 5 (ct5) | mtl | 14 | 1 | None | 4 | None | None
row 6 : terminal 6 (ct6) | hit | 12.5-15.5 | 3 | None | 11 | None | None
row 7 : terminal 7 (ct7) | hit | 15.5 | 4 | None | 15 | None | None
row 8 : terminal 8 east (ct8e) | hit/cosco | 15.5 | 2 | 640 | 9 | 300000 | 1800
row 9 : terminal 8 west (ct8w) | act | 15.5 | 2 | 740 | 8 | 285000 | >2,000
row 10 : terminal 9 north (ct9n) | hit | 15.5 | 2 | 700 | 9 | 190000 | >2,600 (n&s)
row 11 : terminal 9 south (ct9s) | mtl | 15.5 | 4 | 1240 | 13 | 490000 | None ] Execute this SQL based on the above table: select count ( distinct terminal ) where operator = 'mtl' | 4 |
[ header: rank | athlete | country | time | notes row 1 : None | kaija mustonen | finland | 2:22.4 | or
row 2 : None | carry geijssen | netherlands | 2:22.7 | None
row 3 : None | stien kaiser | netherlands | 2:24.5 | None
row 4 : 4 | sigrid sundby-dy | norway | 2:25.2 | None
row 5 : 5 | lasma kauniste | soviet union | 2:25.4 | None
row 6 : 6 | kaija-liisa | finland | 2:25.8 | None
row 7 : 7 | lyudmila titova | soviet union | 2:26.8 | None
row 8 : 8 | ruth schleiermacher | east germany | 2:27.1 | None
row 9 : 9 | christina lindblom-scher | sweden | 2:27.5 | None
row 10 : 9 | hildegard sellhuber | west germany | 2:27.5 | None
row 11 : 11 | lidiya skoblikova | soviet union | 2:27.6 | None
row 12 : 12 | ans schut | netherlands | 2:28.3 | None
row 13 : 13 | dianne holum | united states | 2:28.5 | None
row 14 : 14 | martine ivangine | france | 2:29.9 | None
row 15 : 14 | kari karing | norway | 2:29.9 | None
row 16 : 16 | jeanne ashworth | united states | 2:30.3 | None
row 17 : 17 | lisbeth korsmo | norway | 2:30.7 | None
row 18 : 18 | christina karlsson | sweden | 2:31.4 | None
row 19 : 18 | sachiko saito | japan | 2:31.4 | None
row 20 : 20 | ylva hedlund | sweden | 2:31.5 | None
row 21 : 21 | doreen mccannell | canada | 2:32.2 | None
row 22 : 22 | arja kantola | finland | 2:33.2 | None
row 23 : 23 | kaname ide | japan | 2:34.2 | None
row 24 : 24 | marcia parsons | canada | 2:34.4 | None
row 25 : 25 | jeanne omelenchuk | united states | 2:35.5 | None
row 26 : 26 | jitsuko saito | japan | 2:36.6 | None
row 27 : 27 | kim gwi-jin | south korea | 2:36.7 | None
row 28 : 28 | marie-louise perrenou | france | 2:39.2 | None
row 29 : 29 | patricia demartini | france | 2:40.6 | None
row 30 : 30 | paula dufter | west germany | 2:45.2 | None ] Execute this SQL based on the above table: select count ( * ) where athlete = 'lyudmila titova' and rank > ( select max ( rank ) where athlete = 'christina karlsson' ) | 0 |
[ header: years of appearance | title | network | character name | actor | notes row 1 : 1985 | an early frost | nbc | michael pierson | aidan quinn | the first made-for-television film to
row 2 : 1987 | designing women | cbs | kendall dobbs | tony goldwyn | in "killing all the right people",
row 3 : 1988 | midnight caller | nbc | mike barnes tina cas | richard cox kay lenz | in "after it happened", mike is
row 4 : 1989 | the ryan white story | abc | ryan white | lukas haas | 13-year-old haemophili
row 5 : 1991-1993 | life goes on | abc | jessie | chad lowe | white male teenager, infected by girlfriend
row 6 : 1991 | thirtysomething | abc | peter montefiore | peter frechette | gay male, infected by his one of
row 7 : 1992 | something to live for: the alison ge | abc | alison gertz | molly ringwald | female, infected during a one night
row 8 : 1993 | and the band played on | hbo | various | various | the shows details the original discovery of aids and
row 9 : 1993 | nypd blue | abc | ferdinand holley | giancarlo esposito | appears on episode titled "holley and the
row 10 : 1994 | the real world | mtv | pedro zamora | None | openly gay, infected by one of
row 11 : 1996 | murder one | abc | richard cross | stanley tucci | cross is an unscrupulous businessman
row 12 : 1997 | oz | hbo | various including antonio napp | various | men, infected while in prison, hi
row 13 : 1998 | law & order | nbc | kenneth "twist" stark | jason hayes | in the 1998 episode "carrier", stark was
row 14 : 1999 | er | nbc | jeanie boulet | gloria reuben | african-american female adult, inf ] Execute this SQL based on the above table: select count ( * ) where character name = '13-year-old haemophiliac who contracted aids from factor viii' | 0 |
[ header: position | team | points | played | won | drawn | lost | for | against | difference row 1 : 1 | paulistano | 30 | 18 | 14 | 2 | 2 | 62 | 19 | 43
row 2 : 2 | palestra italia-sp | 29 | 18 | 14 | 1 | 3 | 59 | 21 | 38
row 3 : 3 | corinthians | 26 | 18 | 12 | 2 | 4 | 51 | 16 | 35
row 4 : 4 | ypiranga-sp | 25 | 18 | 11 | 3 | 4 | 56 | 34 | 22
row 5 : 5 | aa sao bento | 16 | 18 | 7 | 2 | 9 | 38 | 44 | -6
row 6 : 6 | santos | 13 | 18 | 6 | 1 | 11 | 36 | 43 | -7
row 7 : 7 | sc internacional de sa | 11 | 15 | 3 | 5 | 7 | 26 | 44 | -18
row 8 : 8 | minas gerais | 10 | 15 | 4 | 2 | 9 | 18 | 49 | -31
row 9 : 9 | aa das palmeiras | 6 | 15 | 3 | 0 | 12 | 27 | 57 | -30
row 10 : 10 | mackenzie | 2 | 15 | 1 | 0 | 14 | 11 | 57 | -46 ] Execute this SQL based on the above table: select count ( * ) where points = 30 | 1 |
[ header: represent | contestant | age | height | hometown row 1 : alta verapaz | casetie lily dubo | 23 | 1.74 m (5 ft 8 1 | copan
row 2 : chimaltenango | wendy karina albizures | 19 | 1.83 m (6 ft 0 | chimaltenango
row 3 : ciudad capital | rita elizabeth med | 19 | 1.77 m (5 ft 9 1 | ciudad guatemala
row 4 : guatemala | ana maribel arana r | 22 | 1.79 m (5 ft 10 1 | villa nueva
row 5 : izabal | jessica jazmin donabo | 18 | 1.75 m (5 ft 9 in | puerto barrios
row 6 : jalapa | luz yohana | 20 | 1.76 m (5 ft 9 1 | jalapa
row 7 : quetzaltenango | clara jennifer chiong | 24 | 1.81 m (5 ft 11 1 | quetzaltenango ] Execute this SQL based on the above table: select contestant where age > ( select age where hometown = 'chimaltenango' ) | casetie lily dubois caravantes, ana maribel arana ruiz, luz yohana marroquin moran, clara jennifer chiong estrada |
[ 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 count ( * ) where date = '1-2' | 0 |
[ header: network | company | mobile prefixes | mobile examples | landline prefixes | landline examples | notes row 1 : beeline | sotelco ltd | 031 (+ 7 digits) 060 | +855 31 234 5678 +85 | ndc + '46' + | +855 23 461 2346 +85 | None
row 2 : mobitel | camgsm co., lt | 011 (+ 6 digits) 012 | +855 76 234 5678 + | None | None | also known as cellcard incorporates the former
row 3 : cootel | xinwei (cambodia) | 038 (+ 7 digits) | +855 38 383 8380 | ndc + '47' + | +855 23 471 2346 +85 | None
row 4 : excell | gt-tell (cambodia) | 018 (+ 6 digits) | +855 18 234 567 | None | None | None
row 5 : metfone | viettel (cambodia) p | 088 (+ 7 digits) 097 | +855 88 234 5678 + | None | None | None
row 6 : qb | cambodia advance communications co., l | 013 (+ 6 digits) 080 | +855 13 234 567 | None | None | None
row 7 : smart | smart axiata co., l | 010 (+ 6 digits) 015 | +855 96 234 5678 + | ndc + '45' + | +855 23 451 2346 +85 | incorporates the former hello axiata ] Execute this SQL based on the above table: select count ( landline examples ) | 3 |
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | september 29, 2006 | lionel roberts park | bermuda | 1-3 | 1-3 | 2007 caribbean cup qualifier
row 2 : 2 | october 1, 2006 | lionel roberts park | u.s. virgin islands | 2-1 | 6-1 | 2007 caribbean cup qualifier
row 3 : 3 | october 1, 2006 | lionel roberts park | u.s. virgin islands | 3-1 | 6-1 | 2007 caribbean cup qualifier
row 4 : 4 | october 1, 2006 | lionel roberts park | u.s. virgin islands | 4-1 | 6-1 | 2007 caribbean cup qualifier
row 5 : 5 | october 1, 2006 | lionel roberts park | u.s. virgin islands | 5-1 | 6-1 | 2007 caribbean cup qualifier
row 6 : 6 | july 8, 2011 | estadio panamericano, | anguilla | 2-0 | 2-0 | 2014 fifa world cup qualifier
row 7 : 7 | july 10, 2011 | estadio panamericano, | anguilla | 4-0 | 4-0 | 2014 fifa world cup qualifier
row 8 : 8 | october 11, 2011 | andre kamperveen stadion | suriname | 1-0 | 3-1 | 2014 fifa world cup qualifier
row 9 : 9 | september 27, 2012 | kensington oval, bridgetown | dominica | 1-1 | 2-1 | 2012 caribbean cup qualifier
row 10 : 10 | september 27, 2012 | kensington oval, bridgetown | dominica | 2-1 | 2-1 | 2012 caribbean cup qualifier
row 11 : 11 | october 23, 2012 | stade rene serge naba | guadeloupe | 1-0 | 2-0 | 2012 caribbean cup qualifier
row 12 : 12 | october 23, 2012 | stade rene serge naba | guadeloupe | 2-0 | 2-0 | 2012 caribbean cup qualifier
row 13 : 13 | october 27, 2012 | stade rene serge naba | puerto rico | 1-0 | 3-1 | 2012 caribbean cup qualifier
row 14 : 14 | october 27, 2012 | stade rene serge naba | puerto rico | 2-0 | 3-1 | 2012 caribbean cup qualifier
row 15 : 15 | december 7, 2012 | antigua recreation ground, st. | antigua and barbuda | 2-1 | 2-1 | 2012 caribbean cup
row 16 : 16 | march 24, 2013 | estadio panamericano, | haiti | 2-0 | 3-1 | friendly ] Execute this SQL based on the above table: select # where result = '6-1' | 2.0, 3.0, 4.0, 5.0 |
[ header: date | tournament | location | winner | score | 1st prize ($) row 1 : jan 14 | sony open in hawaii | hawaii | jerry kelly (1) | 266 (-14) | 720000
row 2 : feb 10 | buick invitational | california | jose maria olazabal | 275 (-13) | 648000
row 3 : feb 17 | nissan open | california | len mattiace (1) | 269 (-15) | 666000
row 4 : feb 24 | touchstone energy tucson open | arizona | ian leggatt (1) | 268 (-20) | 540000
row 5 : mar 3 | genuity championship | florida | ernie els (9) | 271 (-17) | 846000
row 6 : mar 10 | honda classic | florida | matt kuchar (1) | 269 (-19) | 630000
row 7 : mar 17 | bay hill invitational | florida | tiger woods (30) | 275 (-13) | 720000
row 8 : mar 31 | shell houston open | texas | vijay singh (10) | 266 (-22) | 720000
row 9 : apr 7 | bellsouth classic | georgia | retief goosen (2) | 272 (-16) | 684000
row 10 : apr 21 | worldcom classic - the heritage of golf | south carolina | justin leonard (7) | 270 (-14) | 720000
row 11 : apr 28 | greater greensboro chrysler classic | north carolina | rocco mediate (5) | 272 (-16) | 684000
row 12 : may 5 | compaq classic of new orleans | louisiana | k.j. choi (1) | 271 (-17) | 810000
row 13 : may 12 | verizon byron nelson | texas | shigeki maruyama (2) | 266 (-14) | 864000
row 14 : may 19 | mastercard colonial | texas | nick price (18) | 267 (-13) | 774000
row 15 : jun 9 | buick classic | new york | chris smith (1) | 272 (-12) | 630000
row 16 : jun 30 | fedex st. jude classic | tennessee | len mattiace (2) | 266 (-18) | 684000
row 17 : jul 7 | advil western open | illinois | jerry kelly (2) | 269 (-19) | 720000
row 18 : jul 21 | b.c. open | new york | spike mcroy (1) | 269 (-19) | 378000
row 19 : jul 28 | john deere classic | illinois | j. p. hayes (2) | 262 (-22) | 540000
row 20 : aug 4 | the international | colorado | rich beem (2) | 44 (stableford) | 810000
row 21 : aug 18 | pga championship | minnesota | rich beem (3) | 278 (-10) | 990000
row 22 : aug 25 | reno-tahoe open | nevada | chris riley (1) | 271 (-17) | 540000
row 23 : sep 1 | air canada championship | canada | gene sauers (3) | 269 (-15) | 630000
row 24 : sep 8 | bell canadian open | canada | john rollins (1) | 272 (-16) | 720000
row 25 : sep 22 | tampa bay classic | florida | k.j. choi (2) | 267 (-17) | 468000
row 26 : sep 29 | valero texas open | texas | loren roberts (8) | 261 (-19) | 630000 ] Execute this SQL based on the above table: select location order by 1st prize ($) desc limit 1 | minnesota |
[ header: month | jan | feb | mar | apr | may | jun | jul | aug | sep | oct | nov | dec | year row 1 : record high °f (°c) | 76 (24) | 86 (30) | 96 (36) | 96 (36) | 95 (35) | 104 (40) | 111 (44) | 109 (43) | 105 (41) | 96 (36) | 90 (32) | 78 (26) | 111 (44)
row 2 : average high °f (°c) | 46.2 (7.9) | 50.4 (10.2) | 59.1 (15.1) | 68.7 (20.4) | 75.5 (24.2) | 83.5 (28.6) | 88.7 (31.5) | 89.4 (31.9) | 80.8 (27.1) | 70.3 (21.3) | 59.2 (15.1) | 48.0 (8.9) | 68.3 (20.2)
row 3 : average low °f (°c) | 26.1 (-3.3) | 29.0 (-1.7) | 37.8 (3.2) | 46.9 (8.3) | 55.7 (13.2) | 64.1 (17.8) | 68.7 (20.4) | 67.7 (19.8) | 58.9 (14.9) | 47.6 (8.7) | 39.2 (4) | 28.1 (-2.2) | 47.5 (8.6)
row 4 : record low °f (°c) | -23 (-31) | -24 (-31) | -11 (-24) | 18 (-8) | 28 (-2) | 41 (5) | 48 (9) | 44 (7) | 29 (-2) | 17 (-8) | 5 (-15) | -12 (-24) | -24 (-31)
row 5 : precipitation inches (mm) | 1.99 (50.5) | 2.43 (61.7) | 3.54 (89.9) | 4.05 (102.9) | 4.99 (126.7) | 4.59 (116.6) | 3.18 (80.8) | 2.75 (69.9) | 4.43 (112.5) | 3.83 (97.3) | 4.19 (106.4) | 2.73 (69.3) | 42.7 (1,084.6)
row 6 : snowfall inches (cm) | 1.6 (4.1) | 2.0 (5.1) | 0 (0) | 0 (0) | 0 (0) | 0 (0) | 0 (0) | 0 (0) | 0 (0) | 0 (0) | 0 (0) | .7 (1.8) | 4.4 (11.2)
row 7 : avg. precipitation days (≥ | 5.4 | 6.6 | 8.2 | 9.0 | 11.2 | 8.9 | 7.0 | 6.4 | 7.6 | 7.9 | 7.0 | 6.3 | 91.4
row 8 : avg. snowy days (≥ | .7 | .9 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | .5 | 2.3 ] Execute this SQL based on the above table: select month where month = month | record high °f (°c), average high °f (°c), average low °f (°c), record low °f (°c), precipitation inches (mm), snowfall inches (cm), avg. precipitation days (≥ 0.01 in), avg. snowy days (≥ 0.1 in) |
[ header: call sign | frequency | city of license | licensee | format row 1 : kacl | 98.7 fm | bismarck | townsquare media bismarck license, ll | classic hits
row 2 : kauj | 100.9 fm | grafton | simmons broadcasting | oldies
row 3 : kbep-lp | 93.7 fm | bismarck | bismarck educational prayer association | None
row 4 : kbmk | 88.3 fm | bismarck | educational media foundation | contemporary christian
row 5 : kdkt | 1410 am | beulah | digital syndicate network | all sports
row 6 : kdlr | 1240 am | devils lake | double z broadcasting | classic country
row 7 : kdsr | 101.1 fm | williston | williston community broadcasting corp. d | adult hits
row 8 : kegk | 106.9 fm | wahpeton | smahh communications ii | classic hits
row 9 : keya | 88.5 fm | belcourt | keya, inc | country
row 10 : keyz | 660 am | williston | ccr-williston i | news talk information
row 11 : kfaa | 89.5 fm | horace | selah corporation | contemporary christian
row 12 : kfgo | 790 am | fargo | midwest communications, inc | news talk information
row 13 : kfnw | 1200 am | west fargo | northwestern college | religious
row 14 : kjkr | 88.1 fm | jamestown | jamestown college | None
row 15 : kkxl-fm | 92.9 fm | grand forks | citicasters licenses, inc | pop contemporary hit radio
row 16 : kltc | 1460 am | dickinson | cc licenses, llc | classic country
row 17 : kltq | 97.9 fm | beulah | synergy broadcast north dakota, | None
row 18 : kmav-fm | 105.5 fm | mayville | kmsr, inc | country
row 19 : kmsr | 1520 am | mayville | kmsr, inc | all sports
row 20 : kmxa-fm | 99.9 fm | minot | cc licenses, llc | adult contemporary
row 21 : kndc | 1490 am | hettinger | schweitzer media | country
row 22 : kndk | 1080 am | langdon | kndk, inc | news talk information
row 23 : knds-lp | 96.3 fm | fargo | alliance for the arts and humanities | None
row 24 : knox | 1310 am | grand forks | leighton enterprises, inc | news talk information
row 25 : koww-lp | 98.1 fm | burlington | pointe of view institute | None
row 26 : kpfx | 107.9 fm | fargo | l&l licensee, llc | classic rock
row 27 : kppr | 89.5 fm | williston | prairie public broadcasting, inc | variety
row 28 : kqdj-fm | 101.1 fm | valley city | sioux valley broadcasting | pop contemporary hit radio
row 29 : krrz | 1390 am | minot | aloha station trust, llc | oldies
row 30 : krwk | 101.9 fm | fargo | midwest communications, inc | mainstream rock
row 31 : ksjb | 600 am | jamestown | chesterman communications of jamestown, | classic country ] Execute this SQL based on the above table: select count ( * ) where city of license = format | 0 |
[ header: | agglutination | synthesis | compounding | derivation | inflection | prefixing | suffixing row 1 : swahili | 0.67 | 2.56 | 1 | 0.03 | 0.31 | 0.45 | 0.16
row 2 : spoken turkish | 0.67 | 1.75 | 1.04 | 0.06 | 0.38 | 0 | 0.44
row 3 : written turkish | 0.6 | 2.33 | 1 | 0.11 | 0.43 | 0 | 0.54
row 4 : yakut | 0.51 | 2.17 | 1.02 | 0.16 | 0.38 | 0 | 0.53
row 5 : greek | 0.4 | 1.82 | 1.02 | 0.07 | 0.37 | 0.02 | 0.42
row 6 : english | 0.3 | 1.67 | 1 | 0.09 | 0.32 | 0.02 | 0.38
row 7 : eskimo | 0.03 | 3.7 | 1 | 0.34 | 0.47 | 0 | 0.73 ] Execute this SQL based on the above table: select count ( ) where prefixing >= '0.45' | 1 |
[ header: week | date | opponent | score | result | record row 1 : 1 | july 9 | vs. saskatche | 31-21 | win | 1-0
row 2 : 2 | july 16 | at montreal concordes | 36-0 | win | 2-0
row 3 : 3 | july 24 | vs. hamilton t | 36-25 | loss | 2-1
row 4 : 4 | aug 1 | at edmonton eskimos | 32-26 | win | 3-1
row 5 : 5 | aug 8 | vs. bc lions | 29-16 | win | 4-1
row 6 : 6 | aug 20 | at calgary stampeders | 35-4 | win | 5-1
row 7 : 7 | aug 28 | vs. ottawa rough | 27-20 | win | 6-1
row 8 : 8 | sept 5 | at saskatchewan roughrid | 36-35 | win | 7-1
row 9 : 9 | sept 11 | vs. calgary stampeders | 15-11 | loss | 7-2
row 10 : 10 | sept 18 | at ottawa rough riders | 38-28 | loss | 7-3
row 11 : 11 | sept 25 | vs. montreal concordes | 19-16 | win | 8-3
row 12 : 12 | oct 2 | at bc lions | 29-19 | win | 9-3
row 13 : 13 | oct 11 | vs. toronto argonaut | 39-35 | win | 10-3
row 14 : 14 | oct 17 | at toronto argonauts | 29-16 | win | 11-3
row 15 : 15 | oct 23 | vs. edmonton | 33-17 | loss | 11-4
row 16 : 16 | nov 7 | at hamilton tiger-cat | 24-21 | loss | 11-5 ] Execute this SQL based on the above table: select count ( result ) where record = '2-1' | 1 |
[ header: week | date | opponent | result | attendance | bye row 1 : 1 | september 9, 1990 | at new england patriots | w 27-24 | 45305 | 0
row 2 : 2 | september 16, 1990 | buffalo bills | w 30-7 | 68142 | 0
row 3 : 3 | september 23, 1990 | at new york giants | l 20-3 | 76483 | 0
row 4 : 4 | september 30, 1990 | at pittsburgh steelers | w 28-6 | 54691 | 0
row 5 : 5 | october 7, 1990 | new york jets | w 20-16 | 69678 | 0
row 6 : 6 | None | None | None | None | 1
row 7 : 7 | october 18, 1990 | new england patriots | w 17-10 | 62630 | 0
row 8 : 8 | october 28, 1990 | at indianapolis colts | w 27-7 | 59213 | 0
row 9 : 9 | november 4, 1990 | phoenix cardinals | w 23-3 | 54294 | 0
row 10 : 10 | november 11, 1990 | at new york jets | w 17-3 | 68362 | 0
row 11 : 11 | november 19, 1990 | los angeles raiders | l 13-10 | 70553 | 0
row 12 : 12 | november 25, 1990 | at cleveland browns | w 30-13 | 70225 | 0
row 13 : 13 | december 2, 1990 | at washington redskins | l 42-20 | 53599 | 0
row 14 : 14 | december 9, 1990 | philadelphia eagles | w 23-20 | 67034 | 0
row 15 : 15 | december 16, 1990 | seattle seahawks | w 24-17 | 57851 | 0
row 16 : 16 | december 23, 1990 | at buffalo bills | l 24-14 | 80235 | 0
row 17 : 17 | december 30, 1990 | indianapolis colts | w 23-17 | 59547 | 0 ] Execute this SQL based on the above table: select sum ( attendance ) where bye = 0 | 1017842.0 |
[ header: | landmark name | location | summary row 1 : 1 | flagpole | the flagpole was once located at 10 s | flagpole erected in 1941 by del
row 2 : 2 | water pump station and water tower | northeastern corner of the junction of innovation and | None
row 3 : 3 | ammo bunker (s-1007) | southwest of vosler dr. (formerly | built by del e. webb construction
row 4 : 4 | ammo bunker (s-1008) | southwest of vosler dr. (formerly | also built by del e. webb
row 5 : 5 | civil engineering maintenance shop | northeastern corner of unity ave. | built by del e. webb construction
row 6 : 6 | demountable hangar | located at the north apron of | built in 1925 and designed by webb, de
row 7 : 7 | housing storage supply warehouse | northwestern corner of the junction of innovation and unity | built by del e. webb construction ] Execute this SQL based on the above table: select summary order by location desc limit 1 | flagpole erected in 1941 by del e. webb construction company |
[ header: service | 2012/13 total cost (£million) | comparison with 2011/12 (£million) row 1 : bbc radio 1 | 54.2 | + 3.6
row 2 : bbc radio 1xtra | 11.8 | + 0.7
row 3 : bbc radio 2 | 62.1 | + 1.6
row 4 : bbc radio 3 | 54.3 | + 1.8
row 5 : bbc radio 4 | 122.1 | + 6.2
row 6 : bbc radio 4 extra | 7.2 | - 1
row 7 : bbc radio 5 live | 76 | + 6.7
row 8 : bbc radio 5 live sports extra | 5.6 | + 0.3
row 9 : bbc radio 6 music | 11.5 | - 0.2
row 10 : bbc asian network | 13 | 0
row 11 : bbc local radio | 152.5 | + 6
row 12 : bbc radio scotland | 32.7 | + 0.6
row 13 : bbc radio nan g | 6.3 | + 0.3
row 14 : bbc radio wales | 18.8 | + 1.1
row 15 : bbc radio cymr | 17.6 | + 1.7
row 16 : bbc radio ulster and | 23.8 | 0 ] Execute this SQL based on the above table: select service where id = ( select id where service = 'bbc radio 4 extra' ) - 1 | bbc radio 4 |
[ header: # | title | time | performer(s) | songwriters | producer(s) | samples and notes row 1 : 1 | "everything man" | 3:16 | talib kweli, | talib kweli greene | madlib | "everything man" by daybreak
row 2 : 3 | "hostile gospel (part 1) (deliver | 5:22 | talib kweli | talib kweli greene | just blaze | "deliverance" by space
row 3 : 4 | "say something" | 3:43 | talib kweli, | talib kweli greene | will.i.am | "theme for la's team" by
row 4 : 6 | "holy moly" | 2:08 | talib kweli | talib kweli greene | pete rock | "border song (holy moses)"
row 5 : 7 | "eat to live" | 3:07 | talib kweli | talib kweli greene | madlib | "ghetto lament" by
row 6 : 11 | "more or less" | 4:40 | talib kweli, di | talib kweli greene | hi-tek | None
row 7 : 13 | "hot thing" | 3:48 | talib kweli, will | talib kweli greene | will.i.am | "we're no exception" by john
row 8 : 14 | "space fruit" (interlude) | 1:31 | sa-ra | om'mas keith, sh | sa-ra | None
row 9 : 16 | "oh my stars" | 3:40 | talib kweli, | talib kweli greene | dj khalil | None
row 10 : 18 | "go with us" | 3:59 | talib kweli, strong | talib kweli greene | e. jones | None
row 11 : 19 | "hostile gospel (part 2) (deliver | 4:21 | talib kweli, si | talib kweli greene | dj khalil | "tight rope" by steel pulse
row 12 : 21 | "hush" | 3:55 | talib kweli, | talib kweli greene | chad beatz | lp edition #19 & itune ] Execute this SQL based on the above table: select title where id = ( select id where title = '"hostile gospel (part 2) (deliver me)"' ) - 1 | "go with us" |
[ header: name | year built | country | town | height | remarks row 1 : glacial aerial tramway kaprun i | 1966 | austria | kaprun | 113.6 m | the tallest pylon is on the third
row 2 : mississippi aerial river transit | 1984 | usa | new orleans | 109 m | the tallest pylon on a
row 3 : torre jaume i | 1931 | spain | barcelona | 107 m | intermediate stop of the harbour aerial tramway, also
row 4 : gant hohtaelli aerial tram | None | switzerland | zermatt | 94 m | one pylon
row 5 : london emirates air line | early 2012 | uk | london | 88 m | north main tower. river thames aerial
row 6 : singapore cable car | 1972 | singapore | singapore | 88 m | pylon i
row 7 : eibsee aerial tramway | 1962 | germany | garmisch-partenkirchen | 85 m | pylon ii
row 8 : nizhny novgorod vol | 2012 | russia | nizhny novgorod | 82 m | None
row 9 : mittersill goods aerial tramway | 1940s | austria | mittersill | 80 m | two pylons for a tramway
row 10 : singapore cable car | 1972 | singapore | singapore | 80 m | pylon ii
row 11 : 3s aerial tramway | 2004 | austria | kitzbuhel | 80 m | one pylon
row 12 : torre sant sebasti | 1931 | spain | barcelona | 78 m | terminal of harbour aerial tramway
row 13 : roosevelt island tram | 1976 | usa | new york city | 76 m | central pylon of commuter tramway
row 14 : wendelstein aerial tramway | 1970 | germany | bayerischzell-osterhof | 75 m | None
row 15 : vinpearl cable car | 2007 | vietnam | nha trang | 75 m | 7 pylons standing in the sea.
row 16 : sandia peak tramway | 1965 | usa | albuquerque | 70.7 m | pylon 1, inclined at an angle of 18
row 17 : eibsee aerial tramway | 1962 | germany | garmisch-partenkirchen | 65 m | pylon i ] Execute this SQL based on the above table: select height order by height desc limit 1 | 113.6 m |
[ header: rank | wrestler | no. of reigns | combined days row 1 : 1 | lou thesz | 3 | 3749
row 2 : 2 | ric flair | 8 | 3103
row 3 : 3 | harley race | 7 | 1799
row 4 : 4 | dory funk, jr | 1 | 1563
row 5 : 5 | dan severn | 2 | 1559
row 6 : 6 | gene kiniski | 1 | 1131
row 7 : 7 | adam pearce | 5 | 1078
row 8 : 8 | jeff jarrett | 6 | 1006
row 9 : 9 | pat o'connor | 1 | 903
row 10 : 10 | jack brisco | 2 | 866
row 11 : 11 | orville brown | 1 | 692
row 12 : 12 | buddy rogers | 1 | 573
row 13 : 13 | blue demon, jr | 1 | 505
row 14 : 14 | naoya ogawa | 2 | 469
row 15 : 15 | terry funk | 1 | 424
row 16 : 16 | dick hutton | 1 | 421
row 17 : 17 | rob conway | 1 | 294
row 18 : 18 | christian cage | 2 | 245
row 19 : 19 | whipper billy watson | 1 | 239
row 20 : 20 | sting | 2 | 216
row 21 : 21 | a.j. styles | 3 | 196
row 22 : 22 | mike rapada | 2 | 176
row 23 : 23 | steve corino | 1 | 175
row 24 : 24 | colt cabana | 2 | 152
row 25 : 25 | barry windham | 1 | 147
row 26 : 26 | masahiro chono | 1 | 145
row 27 : 27 | kahagas | 1 | 134
row 28 : 28 | ron killings | 2 | 119
row 29 : 29 | dusty rhodes | 3 | 107
row 30 : 30 | chris candido | 1 | 97
row 31 : 31 | raven | 1 | 88
row 32 : 32 | satoshi kojima | 1 | 159
row 33 : 33 | shinya hashimoto | 1 | 84
row 34 : 34 | the sheik | 1 | 79
row 35 : 35 | ricky steamboat | 1 | 76
row 36 : 36 | ron garvin | 1 | 62
row 37 : 37 | abyss | 1 | 56
row 38 : 39 | ken shamrock | 1 | 49
row 39 : 39 | brent albright | 1 | 49
row 40 : 40 | the great muta | 1 | 48
row 41 : 41 | sabu | 1 | 38
row 42 : 42 | giant baba | 3 | 19
row 43 : 43 | kerry von erich | 1 | 18
row 44 : 44 | gary steele | 1 | 7
row 45 : 45 | tommy rich | 1 | 4
row 46 : 46 | rhino | 1 | 2
row 47 : 47 | shane douglas | 1 | <1 ] Execute this SQL based on the above table: select count ( wrestler ) where combined days >= 4 | 45 |
[ header: finalist | age | from | dress colour | status row 1 : laura sicurello | 26 | milton keynes | yellow | eliminated 1st in week 1
row 2 : belinda evans | 28 | somerset | dark blue | eliminated 2nd in week 2
row 3 : meliz serman | 23 | chingford, london | gold | eliminated 3rd in week 3
row 4 : simona armstrong | 28 | romania | purple | eliminated 4th in week 4
row 5 : leanne dobinson | 20 | colchester | lilac | eliminated 5th in week 4
row 6 : abi finley | 23 | manchester | light blue | eliminated 6th in week 5
row 7 : aoife mulholland | 28 | salthill | green | eliminated 7th in week 5
row 8 : siobhan dillon | 21 | staffordshire | red | third place
row 9 : helena blackman | 23 | southampton | pink | second place
row 10 : connie fisher | 23 | pembrokeshire | orange | winner ] Execute this SQL based on the above table: select dress colour where dress colour != 'dark blue' and age = ( select age where dress colour = 'dark blue' ) | purple, green |
[ 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 title where author = 'gerard fairlie' | bulldog drummond on dartmoor, bulldog drummond attacks, captain bulldog drummond, bulldog drummond stands fast, hands off bulldog drummond, calling bulldog drummond, the return of the black gang |
[ header: outcome | no. | date | championship | surface | opponent | score row 1 : runner-up | 1 | 1973 | baltimore, u.s | hard (i) | jimmy connors | 4-6, 5-7
row 2 : winner | 1 | 1974 | baltimore, u.s | carpet | clark graebner | 6-2, 6-1
row 3 : runner-up | 2 | 1974 | birmingham, u.s | carpet | jimmy connors | 5-7, 3-6
row 4 : winner | 2 | 1974 | paramus, u.s | indoor | jurgen fassbender | 6-1, 6-3
row 5 : winner | 3 | 1974 | jackson, u.s | carpet | karl meiler | 7-6, 7-5
row 6 : runner-up | 3 | 1975 | maui, u.s | hard | jimmy connors | 1-6, 0-6
row 7 : runner-up | 4 | 1975 | hong kong | hard | tom gorman | 3-6, 1-6, 1-6
row 8 : winner | 4 | 1977 | little rock, u.s | carpet | haroon rahim | 6-2, 6-4
row 9 : runner-up | 5 | 1977 | san jose, u.s | hard | jiri hrebec | 6-3, 4-6, 5-7
row 10 : winner | 5 | 1977 | hampton, u.s | carpet | stan smith | 4-6, 6-3, 6-2,
row 11 : winner | 6 | 1977 | stockholm, sweden | hard (i) | raymond moore | 6-2, 6-4
row 12 : winner | 7 | 1978 | st. louis wct | carpet | eddie dibbs | 7-6, 6-4
row 13 : runner-up | 6 | 1980 | surbiton, england | grass | brian gottfried | 3-6, 3-6
row 14 : runner-up | 7 | 1981 | los angeles, u.s | hard | john mcenroe | 7-6, 3-6, 3-6
row 15 : runner-up | 8 | 1981 | cologne, germany | hard (i) | ivan lendl | 3-6, 3-6
row 16 : runner-up | 9 | 1981 | stockholm, sweden | hard (i) | gene mayer | 4-6, 2-6
row 17 : winner | 8 | 1981 | bologna, italy | carpet | ilie nastase | 7-5, 6-3
row 18 : runner-up | 10 | 1982 | stuttgart outdoor, germany | clay | ramesh krishn | 7-5, 3-6, 3-6,
row 19 : winner | 9 | 1982 | cleveland, u.s | hard | robert van't hof | 7-5, 6-3
row 20 : winner | 10 | 1983 | gstaad, switze | clay | tomas smid | 6-0, 6-3, 6-2 ] Execute this SQL based on the above table: select surface where date > 1973 order by date limit 1 | carpet |
[ header: week | date | opponent | result | attendance row 1 : 1 | september 15, 1974 | new york jets | w 24-16 | 74,854
row 2 : 2 | september 22, 1974 | at oakland raiders | l 27-7 | 48,108
row 3 : 3 | september 29, 1974 | at houston oilers | w 17-7 | 28,538
row 4 : 4 | october 6, 1974 | denver broncos | l 17-14 | 67,298
row 5 : 5 | october 13, 1974 | pittsburgh steelers | l 34-24 | 65,517
row 6 : 6 | october 20, 1974 | at miami dolphins | l 9-3 | 67,779
row 7 : 7 | october 27, 1974 | at san diego chargers | w 24-14 | 34,371
row 8 : 8 | november 3, 1974 | new york giants | l 33-27 | 61,437
row 9 : 9 | november 10, 1974 | san diego chargers | l 14-7 | 48,551
row 10 : 10 | november 18, 1974 | at denver broncos | w 42-34 | 50,236
row 11 : 11 | november 24, 1974 | at cincinnati bengals | l 33-6 | 49,777
row 12 : 12 | december 1, 1974 | at st. louis cardinals | w 17-13 | 41,863
row 13 : 13 | december 8, 1974 | oakland raiders | l 7-6 | 60,577
row 14 : 14 | december 14, 1974 | minnesota vikings | l 35-15 | 35,480 ] Execute this SQL based on the above table: select week where result = 14 | 9 |
[ header: date | opposition | result | score | brazil scorers | competition row 1 : 9-jun-68 | uruguay | w | feb-00 | tostao, sadi | taca rio branco
row 2 : 12-jun-68 | uruguay | w | apr-00 | paulo borges, tosta | taca rio branco
row 3 : 16-jun-68 | west germany | l | 2-jan | tostao | international friendly
row 4 : 20-jun-68 | poland | w | 3-jun | rivelino (2), j | international friendly
row 5 : 23-jun-68 | czechoslovakia | l | 3-feb | natal, carlos alberto tor | international friendly
row 6 : 25-jun-68 | yugoslavia | w | feb-00 | carlos alberto torres, | international friendly
row 7 : 30-jun-68 | portugal | w | feb-00 | rivelino, tostao | international friendly
row 8 : 7-jul-68 | mexico | w | feb-00 | jairzinho (2) | international friendly
row 9 : 10-jul-68 | mexico | l | 2-jan | rivelino | international friendly
row 10 : 14-jul-68 | peru | w | 3-apr | natal, jairzinho, | international friendly
row 11 : 17-jul-68 | peru | w | apr-00 | rivelino, gerson | international friendly
row 12 : 25-jul-68 | paraguay | w | apr-00 | pele (2), toninho guerreir | taca oswaldo cruz
row 13 : 28-jul-68 | paraguay | l | 0-1 | None | taca oswaldo cruz
row 14 : 7-aug-68 | argentina | w | 1-apr | waltencir, roberto mir | international friendly
row 15 : 11-aug-68 | argentina | w | 2-mar | evaldo, rodrigues | international friendly
row 16 : 31-oct-68 | mexico | l | 2-jan | carlos alberto torres | international friendly
row 17 : 3-nov-68 | mexico | w | 1-feb | pele, jairzinho | international friendly
row 18 : 6-nov-68 | fifa xi | w | 1-feb | rivelino, tostao | international friendly (unofficial match)
row 19 : 13-nov-68 | coritiba | w | 1-feb | dirceu lopes, ze car | international friendly (unofficial match)
row 20 : 14-dec-68 | west germany | d | 2-feb | eduardo (2) | international friendly
row 21 : 17-dec-68 | yugoslavia | d | 3-mar | carlos alberto torres, | international friendly
row 22 : 19-dec-68 | yugoslavia | w | 2-mar | vaguinho, amauri, r | international friendly ] Execute this SQL based on the above table: select count ( * ) | 22 |
[ 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 nation order by run 1 asc limit 1 | italy |
[ header: protein | natural host | normal function | prion state | prion phenotype | year identified row 1 : ure2p | saccharomyces cerevisiae | nitrogen catabolite repressor | [ure3] | growth on poor nitrogen sources | 1994
row 2 : sup35p | saccharomyces cerevisiae | translation termination factor | [psi+] | increased levels of nonsense suppression | 1994
row 3 : het-s | podospora anserina | regulates heterokaryon incompatibility | [het-s] | heterokaryon formation between incompatible strains | 1997
row 4 : vacuolar protease b | saccharomyces cerevisiae | death in stationary phase, failure in meio | [β] | failure to degrade cellular proteins under n | 2003
row 5 : map kinases | podospora anserina | increased pigment, slow growth | [c] | None | 2006
row 6 : rnq1p | saccharomyces cerevisiae | protein template factor | [rnq+],[pin+] | promotes aggregation of other prions | 2008
row 7 : mca1 | saccharomyces cerevisiae | putative yeast caspase | [mca+] | None | 2008
row 8 : swi1 | saccharomyces cerevisiae | chromatin remodeling | [swi+] | poor growth on some carbon sources | 2008
row 9 : cyc8 | saccharomyces cerevisiae | transcriptional repressor | [oct+] | transcriptional derepression of multiple genes | 2009
row 10 : mot3 | saccharomyces cerevisiae | nuclear transcription factor | [mot3+] | transcriptional derepression of anaero | 2009
row 11 : pma1+std1 | saccharomyces cerevisiae | pma1 = major plasma membrane proton pump | [gar+] | resistant to glucose-associated repression | 2009
row 12 : sfp1 | saccharomyces cerevisiae | global transcriptional regulator | [isp+] | antisuppressor of certain sup | 2010
row 13 : mod5 | saccharomyces cerevisiae | None | [mod+] | None | 2012 ] Execute this SQL based on the above table: select count ( natural host ) where year identified < 2012 | 12 |
[ header: year | location | attendance | theme phrase | top messages | host | opening general session guest(s) | closing general session guest(s) | sunday night reception | wednesday night party | cult shirt row 1 : 1993 | orlando | 2300 | working together | None | don bulens | geoffrey moore | None | None | disney-mgm | None
row 2 : 1994 | no event | None | None | None | None | None | None | None | None | None
row 3 : 1997 | nice, france | None | pool of knowledge | don't compete with, embrace the web. | ray ozzie | avery brooks | None | None | magic kingdom the doobie brothers | None
row 4 : 1998 | orlando | None | cultivate your senses | notes r5 | steve beckhardt | jamie clark alan hobson | bill nye | None | disney-mgm earth, wind | None
row 5 : 1999 | orlando | None | lotus: a part of every solution | notes r5 knowledge management | jeff papows | jim lovell gene krantz | marc salem | None | seaworld the pointer sisters | None
row 6 : 2000 | orlando | 10000 | looking forward/forward looking | raven domino access for microsoft outlook | jeff papows > al | walter cronkite | the raspyni brothers | None | universal's islands of adventure chicago | notes world order
row 7 : 2001 | orlando | 10000 | in the know | lotus k-station lotus discovery server | al zollar | al franken francis ford cop | umbilical brothers | None | disney's wide world of sports complex | domino survivor
row 8 : 2003 | orlando | None | the essential human element | nextgen db2 | al zollar > ambuj go | rudy giuliani bounce (dan | dr. ronan t | None | magic kingdom | just-us league & collaboration league
row 9 : 2004 | orlando | 5273 | the workplace for innovation | None | ambuj goyal | patrick stewart | richard jeni | None | universal studios florida | cult shirt on human
row 10 : 2006 | orlando | 6000 | futureinsight | workplace activities sametime 7.5 | mike rhodin | jason alexander | jim gaffigan | poker tables | seaworld | cult man group
row 11 : 2008 | orlando | 7000 | emergence | notes/domino 8.01, 8.5 | mike rhodin | bob costas orlando | alton brown | beach party | universal's islands of adventure | pirates of collaboration
row 12 : 2010 | orlando | None | lotus knows why. lotus knows how | None | bob picciano > alistair | william shatner nutt | brian cox (physicist | None | hollywood studios | None
row 13 : 2011 | orlando | None | get social. do business | None | alistair rennie | kevin spacey mass ensemble | watson | None | wizarding world of harry potter, | None
row 14 : 2013 | orlando | None | get social. do business | None | alistair rennie | joe gordon-levitt | steven strogatz john ho | None | universal studios florida | no cult shirt ] Execute this SQL based on the above table: select count ( opening general session guest(s) ) where attendance = 10000 | 2 |
[ header: year | award | group | result | notes row 1 : 2004 | black reel awards | best actor: drama | nominated | the human stain (film)
row 2 : 2004 | black reel awards | best breakthrough performance | nominated | the human stain (film)
row 3 : 2006 | academy of science fiction, fantasy & horror films | best actor on television | nominated | prison break
row 4 : 2006 | teen choice awards | tv - choice actor | nominated | prison break
row 5 : 2006 | teen choice awards | tv - choice breakout star | nominated | prison break
row 6 : 2006 | golden globes awards | best performance by an actor in a television series | nominated | prison break
row 7 : 2007 | teen choice awards | choice tv actor: drama | nominated | prison break
row 8 : 2008 | teen choice awards | choice tv actor: action adventure | nominated | prison break
row 9 : 2014 | fangoria chainsaw awards | best screenplay | pending | stoker (film) ] Execute this SQL based on the above table: select abs ( year - year ) where year = 2006 | 0, 0, 0, 0 |
[ header: season | skip | third | second | lead row 1 : 1996-97 | mirjam ott | marianne flotron manuela kormann | franziska von kanel | caroline balz
row 2 : 2001-02 | luzia ebnother | mirjam ott | tanya frei | nadia rothlisberger la
row 3 : 2004-05 | mirjam ott | binia beeli | brigitte schori | michele knobel
row 4 : 2005-06 | mirjam ott | binia beeli | valeria spalty | michele moser
row 5 : 2006-07 | mirjam ott | binia feltscher-beeli | valeria spalty | janine greiner
row 6 : 2007-08 | mirjam ott | carmen schafer | valeria spalty | janine greiner
row 7 : 2008-09 | mirjam ott | carmen schafer | valeria spalty | janine greiner
row 8 : 2009-10 | mirjam ott | carmen schafer | carmen kung | janine greiner
row 9 : 2010-11 | mirjam ott | carmen schafer | carmen kung | janine greiner
row 10 : 2011-12 | mirjam ott | carmen schafer | carmen kung | janine greiner
row 11 : 2012-13 | mirjam ott | carmen schafer | carmen kung | janine greiner
row 12 : 2013-14 | mirjam ott | carmen schafer | carmen kung | janine greiner ] Execute this SQL based on the above table: select count ( skip ) | 12 |
[ header: province | map # | iso 3166-2:af | centers | population | area (km2) | language | notes | u.n. region row 1 : badakhshan | 30 | af-bds | fayzabad | 823000 | 44059 | dari persian | composed of 29 districts | north east afghanistan
row 2 : badghis | 4 | af-bdg | qala i naw | 429500 | 20591 | dari persian, pashto | 7 districts | west afghanistan
row 3 : baghlan | 19 | af-bgl | puli khumri | 779000 | 21118 | dari persian uzbek, | 16 districts | north east afghanistan
row 4 : daykundi | 10 | af-day | nili | 399600 | 8088 | dari persian | 8 districts formed from oruzgan province in | south west afghanistan
row 5 : farah | 2 | af-fra | farah | 438000 | 48471 | pashto, dari persian, bal | 11 districts | west afghanistan
row 6 : faryab | 5 | af-fyb | maymana | 858600 | 20293 | dari persian, turkmen and | 14 districts | west afghanistan
row 7 : ghor | 6 | af-gho | chaghcharan | 485000 | 36479 | dari persian | 10 districts | east central afghanistan
row 8 : helmand | 7 | af-hel | lashkar gah | 745000 | 58584 | pashto,baloch | 13 districts | south west afghanistan
row 9 : kandahar | 12 | af-kan | kandahar | 886000 | 54022 | pashto, dari persian,bal | 16 districts | south west afghanistan
row 10 : khost | 26 | af-kho | khost | 300000 | 4152 | pashto | 13 districts | south afghanistan
row 11 : kunar | 34 | af-knr | asadabad | 321000 | 4942 | pashto | 15 districts | east afghanistan
row 12 : nimruz | 3 | af-nim | zaranj | 149000 | 41005 | balochi, dari persian and bal | 5 districts | south west afghanistan
row 13 : paktia | 24 | af-pia | gardez | 415000 | 6432 | pashto, dari persian | 11 districts | south afghanistan
row 14 : parwan | 20 | af-par | charikar | 726000 | 5974 | dari persian | composed of 9 districts | central afghanistan
row 15 : sar-e pol | 9 | af-sar | sar-e pol | 468000 | 15999 | dari persian and uzbek | 6 districts | north afghanistan ] Execute this SQL based on the above table: select language where province = 'baghlan' | dari persian uzbek, turkmen, pashto |
[ header: name | audition taken in | gang | notes row 1 : nauman sait | bangalore | om blues | winner of season 6 : hell down under.
row 2 : longkiri timung (kiri) | kolkata | om blues | runner-up. won a hero
row 3 : gurmeet kaur johal | bangalore | om blues | won a hero honda kariz
row 4 : natasha sinha | chandigarh | brats | voted out in the 11th episode. brought
row 5 : puneet malhotra (su | mumbai | None | won a hero honda kariz
row 6 : paulami de | kolkata | om blues | voted out in the 12th episode
row 7 : samrat kaushal | ahmedabad | om blues | won a hero honda kariz
row 8 : tamanna sharma ( | chandigarh | om blues | got a hero honda kariz
row 9 : sandeep singh (sandy | new delhi | brats | voted out in the 7th episode
row 10 : bobby chopra | new delhi | brats | evicted in the 7th episode by
row 11 : pradeep singh | new delhi | brats | evicted in the 7th episode by
row 12 : suzanna mukherjee ( | mumbai | brats | voted out in the 6th episode
row 13 : roop bhinder | new delhi | brats | voted out in the 5th episode
row 14 : devarshi patel (dev) | ahmedabad | om blues | eliminated himself in the 5th episode by voluntarily
row 15 : varisha hawelia | kolkata | om blues | voted out in the 2nd episode
row 16 : sonia chauhan | chandigarh | None | evicted in the 1st episode
row 17 : bhanu pratap singh ran | ahmedabad | None | evicted in the 1st episode
row 18 : neha kapoor | new delhi | None | evicted in the 1st episode
row 19 : ankur khanduja | chandigarh | None | evicted in the 1st episode ] Execute this SQL based on the above table: select notes where notes > ( select notes where notes = 'voted out in the 7th episode' ) order by notes asc limit 1 | winner of season 6 : hell down under. won total prize money of rs. 3,62,000 and a hero honda karizma, voted out in the 4th episode, re-entered in 7th episode defeating pradeep in zorb task. nauman defeated lonkiri in finals |
[ header: s.no. | name of kingdom | name of king | no. of villages | capital | names of districts row 1 : 1 | sihag | chokha singh | 150 | suin | rawatsar, baramsar,
row 2 : 2 | beniwal | raisal singh | 150 | rasalana | bhukarka, sand
row 3 : 3 | johiya | sher singh | 600 | bhurupal | jaitpur, kumanu, ma
row 4 : 4 | punia | kanha singh | 300 | luddi | bhadra, ajitpura
row 5 : 5 | saharan | pula singh | 300 | bhadang | khejra, phoglo
row 6 : 6 | godara | pandu singh | 700 | shekhsar | shekhsar, pundrasar
row 7 : 7 | kaswan | kanwarpal singh | 400 | sidhmukh | None ] Execute this SQL based on the above table: select count ( * ) where capital = 'bhurupal' and name of kingdom = 'kaswan' | 0 |
[ header: face value | €0.01 | €0.02 | €0.05 | €0.10 | €0.20 | €0.50 | €1.00 | €2.00 row 1 : 2002 | 6000 | 6000 | 6000 | 6000 | 6000 | 6000 | 6000 | 6000
row 2 : 2003 | None | None | None | None | None | None | None | None
row 3 : 2004 | None | None | None | None | None | None | None | None
row 4 : 2005 | None | None | None | None | None | None | None | None
row 5 : 2005 sv | None | None | None | None | None | None | None | None
row 6 : 2006 | None | None | None | None | None | None | None | None
row 7 : 2007 | None | None | None | None | None | None | None | None
row 8 : 2008 | 6400 | 6400 | 6400 | 6400 | 6400 | 6400 | 6400 | 6400
row 9 : 2009 | 6400 | 6400 | 6400 | 6400 | 6400 | 6400 | 6400 | 6400
row 10 : 2010 | 6000 | 6000 | 6000 | 6000 | 6000 | 2190704 | 6000 | 6000
row 11 : 2011 | 6000 | 6000 | 6000 | 6000 | 6000 | 2174197 | 6000 | 6000
row 12 : 2012 | 6000 | 6000 | 6000 | 6000 | 6000 | 1604690 | 6000 | 6000 ] Execute this SQL based on the above table: select face value order by €0.10 desc limit 1 | 2008 |
[ header: season | series | team | races | wins | poles | f/lap | podiums | points | position row 1 : 2009 | star mazda championship | andersen racing | 13 | 1 | 1 | 3 | 6 | 416 | 3rd
row 2 : 2010 | star mazda championship | juncos racing | 13 | 7 | 9 | 7 | 12 | 539 | 1st
row 3 : 2011 | indy lights | sam schmidt motorsports | 5 | 1 | 1 | 2 | 2 | 145 | 13th
row 4 : 2011 | gp3 series | carlin motorsport | 16 | 0 | 0 | 0 | 0 | 10 | 17th
row 5 : 2012 | gp3 series | lotus gp | 16 | 1 | 0 | 0 | 5 | 106 | 6th
row 6 : 2012 | masters of formula 3 | double r racing | 1 | 0 | 0 | 0 | 0 | None | 15th
row 7 : 2012-13 | mrf challenge formula 2000 | mrf challenge | 10 | 4 | 0 | 1 | 6 | 164 | 1st
row 8 : 2013 | gp2 series | hilmer motorsport | 2 | 0 | 0 | 0 | 0 | 2 | 26th
row 9 : 2013 | gp3 series | art grand prix | 16 | 1 | 1 | 1 | 6 | 126 | 3rd
row 10 : 2013 | indycar series | a.j. foyt enterprises | 1 | 0 | 0 | 0 | 0 | 11 | 34th
row 11 : 2013 | indy lights | team moore racing | 1 | 0 | 0 | 0 | 1 | 35 | 13th ] Execute this SQL based on the above table: select position order by wins desc limit 1 | 1st |
[ header: pos | no | driver | constructor | laps | time/retired | grid row 1 : 1 | 12 | clay regazzoni | ferrari | 60 | 1:01:25.34 | 3
row 2 : 2 | 4 | patrick depailler | tyrrell-ford | 60 | + 0:08.35 | 5
row 3 : 3 | 2 | jochen mass | mclaren-ford | 60 | + 0:15.44 | 4
row 4 : 4 | 5 | ronnie peterson | lotus-ford | 60 | + 0:40.14 | 10
row 5 : 5 | 18 | john watson | surtees-ford | 60 | + 0:45.55 | 6
row 6 : 6 | 8 | carlos pace | brabham-ford | 60 | + 0:45.90 | 7
row 7 : 7 | 16 | tom pryce | shadow-ford | 60 | + 0:46.66 | 8
row 8 : 8 | 24 | james hunt | hesketh-ford | 59 | + 1 lap | 11
row 9 : 9 | 31 | chris amon | ensign-ford | 59 | + 1 lap | 9
row 10 : 10 | 21 | jacques laffite | williams-ford | 59 | + 1 lap | 13
row 11 : 11 | 9 | vittorio brambilla | march-ford | 58 | + 2 laps | 12
row 12 : 12 | 22 | rolf stommelen | hill-ford | 58 | + 2 laps | 14
row 13 : 13 | 35 | tony trimmer | maki-ford | 54 | + 6 laps | 16
row 14 : nc | 20 | jo vonlanthen | williams-ford | 51 | + 9 laps | 15
row 15 : ret | 17 | jean-pierre jarier | shadow-ford | 33 | transmission | 1
row 16 : ret | 1 | emerson fittipaldi | mclaren-ford | 6 | clutch | 2 ] Execute this SQL based on the above table: select count ( * ) where pos = '+ 0:40.14' | 0 |
[ header: # | district | land area (km2) | population (2010 census) | density (persons/km2) row 1 : 1 | anse la raye | 30.9 | 6247 | 210
row 2 : 2 | praslin | 16 | 2044 | 119
row 3 : 3 | castries | 79.5 | 65656 | 776
row 4 : 4 | choiseul | 31.3 | 6098 | 206
row 5 : 5 | dennery | 69.7 | 12599 | 182
row 6 : 6 | forest reserve | 78 | 0 | 0
row 7 : 7 | gros islet | 101.5 | 25210 | 196
row 8 : 8 | laborie | 37.8 | 6701 | 210
row 9 : 9 | micoud | 77.7 | 16284 | 220
row 10 : 10 | soufriere | 50.5 | 8472 | 144
row 11 : 11 | vieux fort | 43.8 | 16284 | 371
row 12 : None | saint lucia | 608.7 | 165595 | 256 ] Execute this SQL based on the above table: select district where district < 'micoud' and land area (km2) = '31.3' | choiseul |
[ header: week | date | kickoff | opponent | results final score | results team record | game site | attendance row 1 : 1 | saturday, april 13 | 7:00 p.m | at rhein fire | w 27-21 | 1-0 | rheinstadion | 32092
row 2 : 2 | saturday, april 20 | 7:00 p.m | london monarchs | w 37-3 | 2-0 | waldstadion | 34186
row 3 : 3 | sunday, april 28 | 6:00 p.m | at barcelona dragons | w 33-29 | 3-0 | estadi olimpic de mont | 17503
row 4 : 4 | sunday, may 5 | 7:00 p.m | amsterdam admirals | w 40-28 | 4-0 | waldstadion | 28627
row 5 : 5 | saturday, may 11 | 7:00 p.m | scottish claymores | l 0-20 | 4-1 | waldstadion | 32126
row 6 : 6 | sunday, may 19 | 3:00 p.m | at london monarchs | l 7-27 | 4-2 | white hart lane | 10764
row 7 : 7 | sunday, may 26 | 3:00 p.m | at scottish claymores | l 17-20 | 4-3 | murrayfield stadium | 13116
row 8 : 8 | saturday, june 1 | 7:00 p.m | rhein fire | l 8-31 | 4-4 | waldstadion | 38798
row 9 : 9 | saturday, june 8 | 7:00 p.m | barcelona dragons | w 24-21 | 5-4 | waldstadion | 33115
row 10 : 10 | saturday, june 15 | 6:30 p.m | at amsterdam admirals | w 28-20 | 6-4 | olympisch stadion | 14062
row 11 : 11 | sunday, june 23 | 6:00 p.m | at scottish claymores | l 27-32 | 6-5 | murrayfield stadium | 38982 ] Execute this SQL based on the above table: select count ( distinct date ) | 11 |
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 24 december 2005 | phang nga, tha | latvia | 1-1 | draw | 2005 king's cup
row 2 : 2 | 26 march 2006 | chonburi, thailand | philippines | 5-0 | win | friendly
row 3 : 4 | 8 october 2007 | bangkok, thailand | macau | 6-1 | win | 2010 fifa world cup qualification
row 4 : 5 | 6 february 2008 | saitama, japan | japan | 4-1 | loss | 2010 fifa world cup qualification
row 5 : 6 | 15 march 2008 | kunming, china | china pr | 3-3 | draw | friendly
row 6 : 8 | 20 may 2008 | bangkok, thailand | nepal | 7-0 | win | friendly
row 7 : 10 | 25 may 2008 | bangkok, thailand | iraq | 2-1 | win | friendly
row 8 : 11 | 2 june 2008 | bangkok, thailand | bahrain | 2-3 | loss | 2010 fifa world cup qualification
row 9 : 12 | 20 december 2008 | bangkok, thailand | indonesia | 2-1 | win | 2008 aff suzuki cup
row 10 : 13 | 18 july 2009 | bangkok, thailand | pakistan | 4-0 | win | friendly
row 11 : 14 | 8 november 2009 | bangkok, thailand | syria | 1-1 | draw | friendly
row 12 : 15 | 8 september 2010 | new delhi, india | india | 2-1 | win | friendly
row 13 : 16 | 15 january 2012 | bangkok, thailand | south korea | 1-3 | loss | 2012 king's cup
row 14 : 17 | 26 january 2013 | chiangmai, thailand | north korea | 2-2 | draw | 2013 king's cup
row 15 : 18 | 5 march 2014 | bangkok, thailand | lebanon | 2-5 | loss | 2015 afc asian cup qualification ] Execute this SQL based on the above table: select count ( * ) where date < 11 | 6 |
[ header: no. | train no. | origin | destination | train name row 1 : 4 | 12611/2612 | chennai | h.nizamudin | garib rath
row 2 : 6 | 11042/11041 | chennai | mumbai | mumbai express
row 3 : 7 | 12842/12841 | chennai | howrah | coromandel express
row 4 : 8 | 12840/12839 | chennai | howrah | howrah mail
row 5 : 9 | 12679/12680 | chennai | coimbatore | intercity express
row 6 : 10 | 12673/12674 | chennai | coimbatore | cheran express
row 7 : 11 | 12675/12676 | chennai | coimbatore | kovai express
row 8 : 15 | 16627/16628 | chennai | mangalore central | west coast express
row 9 : 16 | 12601/12602 | chennai | mangalore central | mangalore mail
row 10 : 17 | 12685/12686 | chennai | mangalore central | superfast express
row 11 : 18 | 12656/12655 | chennai | ahmedabad | navjivan express
row 12 : 19 | 12669/12670 | chennai | chhapra | ganga kaveri express
row 13 : 21 | 16053/16054 | chennai | tirupati | tirupati express
row 14 : 23 | 12759/12760 | chennai | hyderabad | charminar express
row 15 : 24 | 12603/12604 | chennai | hyderabad | hyderabad express
row 16 : 25 | 16669/16670 | chennai | erode | yercaud express
row 17 : 26 | 12639/12640 | chennai | bangalore | brindavan express
row 18 : 29 | 12027/12028 | chennai | bangalore | shatabdi express
row 19 : 30 | 12609/12610 | chennai | bangalore | bangalore express
row 20 : 31 | 12691/12692 | chennai | satya sai | satya sai
row 21 : 32 | 12007/12008 | chennai | mysore | shatabdi express
row 22 : 35 | 12623/12624 | chennai | trivandrum | trivandrum mail
row 23 : 36 | 12695/12696 | chennai | trivandrum | superfast express
row 24 : 38 | 16089/16090 | chennai | jolarpet junction | yelagiri express
row 25 : 39 | 16031/16032 | chennai | jammutawi | andaman express
row 26 : 40 | 12687/12688 | chennai | dehradun | dehradun express
row 27 : 41 | 12712/12711 | chennai | vijayawada | pinakini express
row 28 : 42 | 12077/12078 | chennai | vijayawada | jan shatabdi express
row 29 : 45 | 16093/16094 | chennai | lucknow | lucknow express
row 30 : 46 | 17311/17312 | chennai | vasco da gama, goa | vasco express
row 31 : 47 | 17313/7314 | chennai | hubli | hubli express
row 32 : 49 | 12291/12292 | chennai | yeswantpur | yeswantpur express ] Execute this SQL based on the above table: select no. where train no. = '12027/12028' | 29 |
[ header: season | skip | third | second | lead row 1 : 1996-97 | mirjam ott | marianne flotron manuela kormann | franziska von kanel | caroline balz
row 2 : 2001-02 | luzia ebnother | mirjam ott | tanya frei | nadia rothlisberger la
row 3 : 2004-05 | mirjam ott | binia beeli | brigitte schori | michele knobel
row 4 : 2005-06 | mirjam ott | binia beeli | valeria spalty | michele moser
row 5 : 2006-07 | mirjam ott | binia feltscher-beeli | valeria spalty | janine greiner
row 6 : 2007-08 | mirjam ott | carmen schafer | valeria spalty | janine greiner
row 7 : 2008-09 | mirjam ott | carmen schafer | valeria spalty | janine greiner
row 8 : 2009-10 | mirjam ott | carmen schafer | carmen kung | janine greiner
row 9 : 2010-11 | mirjam ott | carmen schafer | carmen kung | janine greiner
row 10 : 2011-12 | mirjam ott | carmen schafer | carmen kung | janine greiner
row 11 : 2012-13 | mirjam ott | carmen schafer | carmen kung | janine greiner
row 12 : 2013-14 | mirjam ott | carmen schafer | carmen kung | janine greiner ] Execute this SQL based on the above table: select third where id = ( select id where third = 'binia beeli' ) + 1 | binia beeli |
[ header: year | name of show | episodes | other guests | winner(s) row 1 : 1997 | super trio series 2: movie buff championship | 18 | florence kwok, jo | charmaine sheh
row 2 : 2000 | the super trio show | 6 | julian cheung, calvin | charmaine sheh, julian che
row 3 : 2002 | a trio delights | 3 | timmy hung, ken wong | louis yuen
row 4 : 2004 | the super trio continues | 7 | michael tao, | charmaine sheh, michael
row 5 : 2007 | foodie 2 shoes | 19, 20 | chin ka lok, e | charmaine sheh, chin ka
row 6 : 2008 | super trio supreme | 1 | bosco wong, michael mi | charmaine sheh, cutie mui
row 7 : 2009 | are you smarter than a 5th grade | 05, 06 | None | hk$175,000 (levels 8
row 8 : 2010 | super trio game master | 20 | moses chan, kenneth ma | tie
row 9 : 2011 | all star glam exam | 8 | ekin cheng, eric | charmaine sheh ] Execute this SQL based on the above table: select count ( * ) where winner(s) <= 123 | 0 |
[ header: color & icon | name | name | mark | first section opened | last ex- tension | length | stations row 1 : yellow | line 1 | higashiyama line | h | 1957 | 1982 | 20.6 km (12.8 mi) | 22
row 2 : purple | line 2 | meijo line | m | 1965 | 1971 | 8.9 km (5.5 mi) | 12
row 3 : purple | line 4 | meijo line | m | 1974 | 2004 | 17.5 km (10.9 mi) | 17
row 4 : purple & white | line 2 | meiko line | e | 1971 | None | 6.0 km (3.7 mi) | 7
row 5 : blue | via trackage rights | meitetsu inuyama line | None | 1993 | None | 21.4 km (13.3 mi) | 13
row 6 : blue | line 3 | tsurumai line | t | 1977 | 1993 | 20.4 km (12.7 mi) | 20
row 7 : blue | via trackage rights | meitetsu toyot | None | 1979 | None | 15.2 km (9.4 mi) | 8
row 8 : blue | via trackage rights | meitetsu mikawa line | None | None | None | 1.4 km (0.87 mi) | 2
row 9 : red | line 6 | sakura-dori line | s | 1989 | 2011 | 19.1 km (11.9 mi) | 21
row 10 : pink | via trackage rights | meitetsu komaki line | None | 2003 | None | 18.3 km (11.4 mi) | 13
row 11 : pink | via trackage rights | meitetsu komaki line | None | 2003 | None | 2.3 km (1.4 mi) | 2
row 12 : pink | line 7 | kamiiida line | k | 2003 | None | 0.8 km (0.50 mi) | 2 ] Execute this SQL based on the above table: select last ex- tension where mark = 't' | 1993 |
[ header: week | date | opponent | result | record | attendance | bye row 1 : 1 | september 11, 2005 | indianapolis colts | l 24-7 | 0-1-0 | 70501 | 0
row 2 : 2 | september 18, 2005 | at tennessee titans | l 25-10 | 0-2-0 | 69149 | 0
row 3 : 3 | None | None | None | None | None | 1
row 4 : 4 | october 2, 2005 | new york jets | w 13-3 | 1-2-0 | 70479 | 0
row 5 : 5 | october 9, 2005 | at detroit lions | l 35-17 | 1-3-0 | 61201 | 0
row 6 : 6 | october 16, 2005 | cleveland browns | w 16-3 | 2-3-0 | 70196 | 0
row 7 : 7 | october 23, 2005 | at chicago bears | l 10-6 | 2-4-0 | 62102 | 0
row 8 : 8 | october 31, 2005 | at pittsburgh steelers | l 20-19 | 2-5-0 | 64178 | 0
row 9 : 9 | november 6, 2005 | cincinnati bengals | l 21-9 | 2-6-0 | 70540 | 0
row 10 : 10 | november 13, 2005 | at jacksonville jaguars | l 30-3 | 2-7-0 | 66107 | 0
row 11 : 11 | november 20, 2005 | pittsburgh steelers | w 16-13 ot | 3-7-0 | 70601 | 0
row 12 : 12 | november 27, 2005 | at cincinnati bengals | l 42-29 | 3-8-0 | 65680 | 0
row 13 : 13 | december 4, 2005 | houston texans | w 16-15 | 4-8-0 | 69909 | 0
row 14 : 14 | december 11, 2005 | at denver broncos | l 12-10 | 4-9-0 | 75651 | 0
row 15 : 15 | december 19, 2005 | green bay packers | w 48-3 | 5-9-0 | 70604 | 0
row 16 : 16 | december 25, 2005 | minnesota vikings | w 30-23 | 6-9-0 | 70246 | 0
row 17 : 17 | january 1, 2006 | at cleveland browns | l 20-16 | 6-10-0 | 69871 | 0 ] Execute this SQL based on the above table: select week where attendance = '75651' | 14 |
[ header: # | date | opponent | score | site/stadium | win | loss | save | attendance | overall record | ncaat record row 1 : 72 | june 15 | rice | 17-5 | rosenblatt stadium | wilson (8-5) | berry (8-5) | none | 18108 | 43-29 | 6-2
row 2 : 73 | june 17 | north carolina | 5-3 | rosenblatt stadium | breckley (3-2) | warren (9-2) | burke (13) | 23314 | 44-29 | 7-2
row 3 : 74 | june 21 | north carolina | 4-3 | rosenblatt stadium | white (13-3) | miller (6-4) | none | 18611 | 44-30 | 7-3
row 4 : 75 | june 22 | north carolina | 6-1 | rosenblatt stadium | allison (4-5) | moran (1-2) | none | 15125 | 45-30 | 8-3
row 5 : 76 | june 23 | georgia | 7-6 | rosenblatt stadium | harvil (2-1) | burke (4-6) | fields (18) | 19559 | 45-31 | 8-4
row 6 : 77 | june 24 | georgia | 19-10 | rosenblatt stadium | sprague (6-2) | dodson (5-5) | hower (1) | 17223 | 46-31 | 9-4
row 7 : 78 | june 25 | georgia | 6-1 | rosenblatt stadium | wilson (5-5) | moreau (4-4) | none | 18932 | 47-31 | 10-4 ] Execute this SQL based on the above table: select max ( attendance ) where ncaat record not null | 23314 |
[ header: release date | single title | uk singles chart position | french charts | german charts | irish charts | various row 1 : 1976 | "sister mary" (duet | None | None | None | 2 | None
row 2 : may 1976 | "who's that lady with my man" | None | 5 | None | None | None
row 3 : october 1976 | "help me" | None | 17 | None | None | None
row 4 : 1976 | "goodbye venice goodbye" | None | None | None | None | None
row 5 : february 1977 | "all we need is love" | None | None | None | None | None
row 6 : june 1977 | "run to me" | None | None | None | None | #22 (netherlands), #5 (
row 7 : february 1978 | "make love to me" | None | None | None | None | #5 (australia), #2 (
row 8 : august 1978 | "loving just for fun" | None | None | None | None | None
row 9 : november 1978 | "take me to paradise" | None | None | None | None | None
row 10 : january 1979 | "if i can't have you" | None | None | None | None | None
row 11 : august 1979 | "feels like i'm in love | None | None | None | None | None
row 12 : may 1980 | "feels like i'm in love | 1 | None | 5 | 3 | #6 (australia), #6
row 13 : november 1980 | "loving just for fun" (re- | 21 | None | 20 | 22 | None
row 14 : february 1981 | "hot love" | 22 | None | 25 | 13 | None
row 15 : may 1981 | "love trial" | 51 | None | 75 | None | None
row 16 : august 1981 | "don't stop your love" | None | None | None | None | None
row 17 : january 1982 | "i need your love" | None | None | None | None | None
row 18 : april 1982 | "i feel love comin' on" | None | None | None | None | None
row 19 : july 1982 | "love's got a hold on | None | None | None | None | None
row 20 : october 1982 | "don't take your love to h | None | None | None | None | None
row 21 : september 1983 | "silent treatment" | None | None | None | None | None
row 22 : july 1984 | "break out" | 90 | None | None | None | None
row 23 : october 1984 | "i'm on fire" | None | None | None | None | None
row 24 : september 1986 | "feels like i'm in love | None | None | None | None | None
row 25 : 1988 | "stealing my time" | None | None | None | None | #2 (denmark)
row 26 : 1988 | "halfway to paradise" | None | None | None | None | None
row 27 : 1998 | "i'm in the mood for dancing" | None | None | None | None | None
row 28 : february 2001 | "hot love 2001" | None | None | None | None | None ] Execute this SQL based on the above table: select release date where release date = 1998 | 1998 |
[ header: rank | wrestler | no. of reigns | combined days row 1 : 1 | lou thesz | 3 | 3749
row 2 : 2 | ric flair | 8 | 3103
row 3 : 3 | harley race | 7 | 1799
row 4 : 4 | dory funk, jr | 1 | 1563
row 5 : 5 | dan severn | 2 | 1559
row 6 : 6 | gene kiniski | 1 | 1131
row 7 : 7 | adam pearce | 5 | 1078
row 8 : 8 | jeff jarrett | 6 | 1006
row 9 : 9 | pat o'connor | 1 | 903
row 10 : 10 | jack brisco | 2 | 866
row 11 : 11 | orville brown | 1 | 692
row 12 : 12 | buddy rogers | 1 | 573
row 13 : 13 | blue demon, jr | 1 | 505
row 14 : 14 | naoya ogawa | 2 | 469
row 15 : 15 | terry funk | 1 | 424
row 16 : 16 | dick hutton | 1 | 421
row 17 : 17 | rob conway | 1 | 294
row 18 : 18 | christian cage | 2 | 245
row 19 : 19 | whipper billy watson | 1 | 239
row 20 : 20 | sting | 2 | 216
row 21 : 21 | a.j. styles | 3 | 196
row 22 : 22 | mike rapada | 2 | 176
row 23 : 23 | steve corino | 1 | 175
row 24 : 24 | colt cabana | 2 | 152
row 25 : 25 | barry windham | 1 | 147
row 26 : 26 | masahiro chono | 1 | 145
row 27 : 27 | kahagas | 1 | 134
row 28 : 28 | ron killings | 2 | 119
row 29 : 29 | dusty rhodes | 3 | 107
row 30 : 30 | chris candido | 1 | 97
row 31 : 31 | raven | 1 | 88
row 32 : 32 | satoshi kojima | 1 | 159
row 33 : 33 | shinya hashimoto | 1 | 84
row 34 : 34 | the sheik | 1 | 79
row 35 : 35 | ricky steamboat | 1 | 76
row 36 : 36 | ron garvin | 1 | 62
row 37 : 37 | abyss | 1 | 56
row 38 : 39 | ken shamrock | 1 | 49
row 39 : 39 | brent albright | 1 | 49
row 40 : 40 | the great muta | 1 | 48
row 41 : 41 | sabu | 1 | 38
row 42 : 42 | giant baba | 3 | 19
row 43 : 43 | kerry von erich | 1 | 18
row 44 : 44 | gary steele | 1 | 7
row 45 : 45 | tommy rich | 1 | 4
row 46 : 46 | rhino | 1 | 2
row 47 : 47 | shane douglas | 1 | <1 ] Execute this SQL based on the above table: select count ( wrestler ) | 47 |
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 5 | jim clark | lotus-ford | 80 | 1:59:25.6 | 1 | 9
row 2 : 2 | 2 | denny hulme | brabham-repco | 80 | + 12.8 | 4 | 6
row 3 : 3 | 8 | chris amon | ferrari | 80 | + 16.6 | 6 | 4
row 4 : 4 | 1 | jack brabham | brabham-repco | 80 | + 21.8 | 3 | 3
row 5 : 5 | 12 | pedro rodriguez | cooper-maserati | 79 | + 1 lap | 9 | 2
row 6 : 6 | 7 | john surtees | honda | 78 | + 2 laps | 7 | 1
row 7 : 7 | 15 | chris irwin | brm | 77 | + 3 laps | 13 | None
row 8 : 8 | 20 | david hobbs | brm | 77 | + 3 laps | 14 | None
row 9 : 9 | 14 | alan rees | cooper-maserati | 76 | + 4 laps | 15 | None
row 10 : 10 | 18 | guy ligier | brabham-repco | 76 | + 4 laps | 21 | None
row 11 : ret | 19 | bob anderson | brabham-climax | 67 | engine | 17 | None
row 12 : ret | 6 | graham hill | lotus-ford | 64 | engine | 2 | None
row 13 : ret | 4 | mike spence | brm | 44 | ignition | 11 | None
row 14 : ret | 9 | dan gurney | eagle-weslake | 34 | clutch | 5 | None
row 15 : ret | 22 | silvio moser | cooper-ats | 29 | oil pressure | 20 | None
row 16 : ret | 11 | jochen rindt | cooper-maserati | 26 | engine | 8 | None
row 17 : ret | 3 | jackie stewart | brm | 20 | transmission | 12 | None
row 18 : ret | 10 | bruce mclaren | eagle-weslake | 14 | engine | 10 | None
row 19 : ret | 17 | jo siffert | cooper-maserati | 10 | engine | 18 | None
row 20 : ret | 23 | jo bonnier | cooper-maserati | 0 | engine | 9 | None
row 21 : dns | 16 | piers courage | brm | 0 | non starter | None | None ] Execute this SQL based on the above table: select constructor order by points limit 1 | brm |
[ header: outcome | no. | date | tournament | surface | opponent in the final | score row 1 : runner-up | 1 | 2 september 2001 | mostar | clay | adriana basaric | 4-6, 3-6
row 2 : winner | 1 | 27 january 2002 | courmayeur | hard | stefanie weis | 4-6, 7-6(7-3),
row 3 : winner | 2 | 17 february 2002 | bergamo | hard | rita degli-esposti | 6-1, 6-2
row 4 : runner-up | 2 | 31 march 2002 | rome - parioli | clay | dinara safina | 7-6(7-3), 2-6,
row 5 : runner-up | 3 | 23 june 2002 | gorizia | clay | ainhoa goni-blanco | 6-7(4-7), 1-6
row 6 : runner-up | 4 | 11 august 2002 | rimini | clay | laurence andretto | 5-7, 4-6
row 7 : winner | 3 | 26 january 2003 | grenoble | hard | sophie lefevre | 7-5, 7-5
row 8 : winner | 4 | 16 february 2003 | southampton | hard | magdalena zdenovcova | 6-1, 3-0, ret
row 9 : winner | 5 | 23 february 2003 | redbridge | hard | olga barabanschikov | 6-3, 6-2
row 10 : winner | 6 | 23 march 2003 | castellon | clay | ludmila cervanova | 6-3, 6-3
row 11 : winner | 7 | 2 november 2003 | poitiers | hard | roberta vinci | 6-4, 7-5
row 12 : winner | 8 | 1 march 2009 | biberach | hard | kirsten flipkens | 6-1, 6-2
row 13 : winner | 9 | 11 april 2009 | torhout | hard | viktoriya kutuzova | 6-1, 6-4
row 14 : winner | 10 | 11 april 2009 | mestre | hard | yvonne meusburger | 2-6, 6-2, 6-4 ] Execute this SQL based on the above table: select count ( * ) where opponent in the final = 'magdalena zdenovcova' | 1 |
[ header: year | competition | venue | position | notes row 1 : 2003 | world youth championships | sherbrooke, canada | 7th | 1.75 m
row 2 : 2004 | world junior championships | grosseto, italy | 9th | 1.80 m
row 3 : 2005 | european junior championships | kaunas, lithuania | 4th | 1.82 m
row 4 : 2009 | european indoor championships | turin, italy | 5th | 1.92 m
row 5 : 2010 | world indoor championships | doha, qatar | 10th (q) | 1.89 m
row 6 : 2010 | european championships | barcelona, spain | 13th (q) | 1.90 m
row 7 : 2011 | universiade | shenzhen, china | 4th | 1.86 m
row 8 : 2012 | world indoor championships | istanbul, turkey | 9th (q) | 1.92 m
row 9 : 2012 | european championships | helsinki, finland | 3rd | 1.92 m
row 10 : 2012 | olympic games | london, united kingdom | 10th | 1.93 m
row 11 : 2013 | world championships | moscow, russia | 9th | 1.93 m
row 12 : 2014 | world indoor championships | sopot, poland | 13th (q) | 1.92 m ] Execute this SQL based on the above table: select count ( * ) where position = '9th (q)' | 1 |
[ header: week | date | opponent | result | attendance | bye row 1 : 1 | september 9, 1990 | at new england patriots | w 27-24 | 45305 | 0
row 2 : 2 | september 16, 1990 | buffalo bills | w 30-7 | 68142 | 0
row 3 : 3 | september 23, 1990 | at new york giants | l 20-3 | 76483 | 0
row 4 : 4 | september 30, 1990 | at pittsburgh steelers | w 28-6 | 54691 | 0
row 5 : 5 | october 7, 1990 | new york jets | w 20-16 | 69678 | 0
row 6 : 6 | None | None | None | None | 1
row 7 : 7 | october 18, 1990 | new england patriots | w 17-10 | 62630 | 0
row 8 : 8 | october 28, 1990 | at indianapolis colts | w 27-7 | 59213 | 0
row 9 : 9 | november 4, 1990 | phoenix cardinals | w 23-3 | 54294 | 0
row 10 : 10 | november 11, 1990 | at new york jets | w 17-3 | 68362 | 0
row 11 : 11 | november 19, 1990 | los angeles raiders | l 13-10 | 70553 | 0
row 12 : 12 | november 25, 1990 | at cleveland browns | w 30-13 | 70225 | 0
row 13 : 13 | december 2, 1990 | at washington redskins | l 42-20 | 53599 | 0
row 14 : 14 | december 9, 1990 | philadelphia eagles | w 23-20 | 67034 | 0
row 15 : 15 | december 16, 1990 | seattle seahawks | w 24-17 | 57851 | 0
row 16 : 16 | december 23, 1990 | at buffalo bills | l 24-14 | 80235 | 0
row 17 : 17 | december 30, 1990 | indianapolis colts | w 23-17 | 59547 | 0 ] Execute this SQL based on the above table: select opponent group by opponent order by count ( * ) desc limit 1 | seattle seahawks |
[ 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 count ( athlete ) where time > 1306 | 8 |
[ header: week | start date | type | tournament | surface | town | country | continent | prize money row 1 : 35 | october 24 | premier wta tour championships | sony ericsson championships | hard | istanbul | turkey | europe | $4,550,000
row 2 : 9 | march 21 | premier mandatory | sony ericsson open | hard | key biscayne | united states | north america | $4,500,000
row 3 : 32 | october 3 | premier mandatory | china open | hard | beijing | china | asia | $4,500,000
row 4 : 14 | may 9 | premier 5 | internazionali bnl | clay | rome | italy | europe | $2,000,000
row 5 : 26 | august 15 | premier 5 | western & southern financial group women's open | hard | cincinnati | united states | north america | $2,000,000
row 6 : 10 | april 4 | premier 700 | family circle cup | clay | charleston | united states | north america | $700,000
row 7 : 24 | august 1 | premier 700 | mercury insurance open | hard | san diego | united states | north america | $700,000
row 8 : 15 | may 16 | premier 600 | brussels open | clay | brussels | belgium | europe | $618,000
row 9 : 34 | october 17 | premier 600 | kremlin cup | hard (i) | moscow | russia | europe | $1,000,000
row 10 : 36 | october 31 | international wta tour championships | commonwealth bank tournament of champions | hard (i) | sofia | bulgaria | europe | $750,000
row 11 : 1 | january 1 | international | shenzhen open | hard | shenzhen | china | asia | $500,000
row 12 : 1 | january 3 | international | brisbane international | hard | brisbane | australia | oceania | $220,000
row 13 : 5 | february 14 | international | xix copa bbva col | clay | bogota | colombia | south america | $220,000
row 14 : 11 | april 18 | international | grand prix de sar la princesse la | clay | fes | morocco | africa | $220,000
row 15 : 12 | april 25 | international | estoril open | clay | estoril | portugal | europe | $220,000
row 16 : 17 | june 6 | international | e-boks sony eric | hard | copenhagen | denmark | europe | $220,000
row 17 : 21 | july 11 | international | internazionali femmin | clay | palermo | italy | europe | $220,000
row 18 : 30 | september 19 | international | hansol korea open | hard | seoul | south korea | asia | $220,000
row 19 : 33 | october 10 | international | hp japan women's open tennis | hard | osaka | japan | asia | $220,000
row 20 : 34 | october 17 | international | bgl bnp pari | hard (i) | luxembourg | luxembourg | europe | $220,000 ] Execute this SQL based on the above table: select count ( * ) where prize money >= 50 | 20 |
[ header: name | red vs. blue | couples team | status | weight | total votes row 1 : valerica marin 47, bucha | none | None | eliminated week 1 | 142 kg | 0
row 2 : tatiana musat 25, buch | none | None | eliminated week 1 | 150 kg | 0
row 3 : gige state 47, bucharest | none | None | eliminated week 1 | 200 kg | 0
row 4 : alex ionescu returned week 5 | none | None | eliminated week 1 | 196 kg | 0
row 5 : catalin chiriac 23, | blue team | None | 1st voted out week 1 | 146, 4 kg | 6
row 6 : dana mocanu 34, plo | red team | None | 2nd voted out week 2 | 111, 5 kg | 6
row 7 : daniela gheorghe | red team | None | 3rd voted out week 3 | 112, 8 kg | 5
row 8 : alexandra patrascu 37, | red team | None | eliminated week 4 | 118, 4 kg | 0
row 9 : mihai florescu 35, bucha | red team | None | 4th voted out week 4 | 175, 8 kg | 0
row 10 : alexandru briscu 26, | blue team | gray team | 5th voted out week 5 | 158, 1 kg | 0
row 11 : daniel sulugiu | blue team | yellow team | 5th voted out week 6 | 158, 1 kg | 0
row 12 : irina gur 39, | blue team | lightgreen team | 6th voted out week7 | 129,4 kg | 1
row 13 : dragos holeac 30, bucha | blue team | lightgreen team | 6th voted out week7 | 129,4 kg | 1 ] Execute this SQL based on the above table: select count ( * ) where name = 'catalin chiriac 23, bucharest' | 0 |
[ header: school name | city | grades | establishment | charter row 1 : aliamanu intermediate school | honolulu | 7-8 | 1958 | None
row 2 : anuenue school | honolulu | k-12 | 1958 | charter
row 3 : central middle school | honolulu | 6-8 | 1926 | None
row 4 : dole middle school | honolulu | 6-8 | 1955 | None
row 5 : halau ku mana nc | honolulu | 6-12 | 2000 | charter
row 6 : jarrett middle school | honolulu | 6-8 | 1955 | None
row 7 : kaimuki middle school | honolulu | 6-8 | 1939 | None
row 8 : kalakaua middle school | honolulu | 6-8 | 1928 | None
row 9 : kawananakoa middle school | honolulu | 6-8 | 1927 | None
row 10 : moanalua middle school | honolulu | 7-8 | 1967 | None
row 11 : niu valley middle school | honolulu | 6-8 | 1955 | None
row 12 : stevenson middle school | honolulu | 6-8 | 1937 | None
row 13 : washington middle school | honolulu | 6-8 | 1854 | None ] Execute this SQL based on the above table: select abs ( ( select establishment where establishment = 1955 ) - ( select establishment where establishment = 1958 ) ) | 3 |
[ header: rank | city | population (2011) | population (2001) | state/territory row 1 : 8 | surat | 4462002 | 2433835 | gujarat
row 2 : 9 | pune | 3115431 | 2538473 | maharashtra
row 3 : 14 | indore | 1960631 | 1474968 | madhya pradesh
row 4 : 21 | ghaziabad | 1636068 | 968256 | uttar pradesh
row 5 : 25 | faridabad | 1404653 | 1055938 | haryana
row 6 : 26 | meerut | 1309023 | 1068772 | uttar pradesh
row 7 : 29 | vasai-virar | 1221233 | None | maharashtra
row 8 : 42 | vijayawada | 1048240 | 851282 | andhra pradesh
row 9 : 44 | madurai | 1016885 | 928869 | tamil nadu
row 10 : 51 | bareilly | 898167 | 718395 | uttar pradesh
row 11 : 53 | mysore | 887446 | 755379 | karnataka
row 12 : 73 | cuttack | 606007 | 534654 | orissa
row 13 : 78 | durgapur | 566937 | 493405 | west bengal
row 14 : 101 | tirupur | 444543 | 344543 | tamil nadu
row 15 : 114 | muzaffarnagar | 392451 | 316729 | uttar pradesh
row 16 : 117 | latur | 382754 | 299985 | maharashtra
row 17 : 123 | muzaffarpur | 351838 | 305525 | bihar
row 18 : 132 | shahjahanpur | 327975 | 296662 | uttar pradesh
row 19 : 135 | shivamogga (shimoga | 322428 | 274352 | karnataka
row 20 : 137 | junagadh | 320250 | 168686 | gujarat
row 21 : 138 | thrissur | 315596 | 317526 | kerala
row 22 : 148 | bihar sharif | 296889 | 232071 | bihar
row 23 : 150 | darbhanga | 294116 | 267348 | bihar
row 24 : 154 | ichalkaranji | 287570 | 257610 | maharashtra
row 25 : 157 | bathinda | 285813 | 217256 | punjab
row 26 : 164 | sonipat | 277053 | 214974 | haryana
row 27 : 165 | farrukhabad | 275750 | 228333 | uttar pradesh
row 28 : 170 | ratlam | 264810 | 222202 | madhya pradesh
row 29 : 189 | raichur | 232456 | 207421 | karnataka
row 30 : 193 | katihar | 225982 | 175169 | bihar ] Execute this SQL based on the above table: select count ( * ) where population (2001) = 299985 | 1 |
[ header: # | player | span | caps | total caps | win % row 1 : 1 | fabien pelous | 1997-2006 | 42 | 118 | 64.28%
row 2 : 2 | raphael ibanez | 1998-2007 | 41 | 98 | 63.41%
row 3 : 3 | jean-pierre rives | 1978-1984 | 34 | 59 | 55.88%
row 4 : 3 | philippe saint-andre | 1994-1997 | 34 | 69 | 73.53%
row 5 : 5 | thierry dusautoir | 2009- | 31 | 54 | 54.84%
row 6 : 6 | daniel dubroca | 1986-1988 | 11 | 33 | 72.00%
row 7 : 6 | fabien galthie | 1999-2003 | 11 | 64 | 64.00%
row 8 : 8 | guy basquet | 1948-1952 | 11 | 33 | 50.00%
row 9 : 9 | michel crauste | 1961-1966 | 11 | 63 | 68.18%
row 10 : 10 | jacques fouroux | 1974-1977 | 11 | 27 | 66.67% ] Execute this SQL based on the above table: select count ( win % ) where win % = '55.88%' | 1 |
[ header: car | engine | compression | power | torque | turbo | stock boost | turbine | compressor row 1 : '89 u12 bluebird l | redtop | 8.5:1 | 150 kw (201 hp) | 202 lb·ft (274 | t-25g | 7psi | None | None
row 2 : '91-'95 u13 blue | redtop | 8.5:1 | 154 kw (206 hp | 202 lb·ft (274 | t-25g | 7psi | None | None
row 3 : '95-'97 w10 | silvertop | 8.5:1 | 154 kw (206 hp | 202 lb·ft (274 | t-25g | 7psi | None | None
row 4 : '97-'01 w11 | silvertop | 8.5:1 | 169 kw (227 hp | 203 lb·ft (275 | t-25bb | 9psi | None | None
row 5 : '90-'94 n14 | redtop | 8.3:1 | 169 kw (227 hp | 210 lb·ft (280 | t-28 | 7psi | 79 trim 53 mm (2.1 in) | 60 trim 60 mm bci-1
row 6 : '91-'93 s13 si | redtop | 8.5:1 | 151 kw (202 hp | 203 lb·ft (275 | t-25g | 7psi | 62 trim 53.8 mm (2.1 in | 60 trim 56mm bci-1
row 7 : '94-'98 s13 180 | blacktop | 8.5:1 | 151 kw (202 hp | 203 lb·ft (275 | t-25g | 7psi | 62 trim 53.8 mm (2.1 in | 60 trim 56mm bci-1
row 8 : '95-'99 s14 si | blacktop | 8.5:1 | 162 kw (217 hp | 203 lb·ft (275 | t-28 | 7psi | 62 trim 53.8 mm (2.1 in | 60 trim 60 mm bci-1
row 9 : '99-02 s15 sil | blacktop | 8.5:1 | 183 kw (245 hp | 202 lb·ft (274 | t-28bb | 7psi | 62 trim 53.8 mm (2.1 in | 60 trim 60 mm bci-1 ] Execute this SQL based on the above table: select count ( torque ) where turbine is null | 4 |
[ header: year | song | us hot 100 | us msr | us a.c. | can | uk singles | album row 1 : 1991 | "don't treat me bad" | 19 | 16 | None | 35 | 71 | firehouse
row 2 : 1991 | "love of a lifetime" | 5 | None | None | 30 | 40 | firehouse
row 3 : 1991 | "all she wrote" | 58 | 25 | None | None | 56 | firehouse
row 4 : 1992 | "reach for the sky" | 83 | 27 | None | None | 67 | hold your fire
row 5 : 1992 | "when i look into your eyes" | 8 | None | None | 20 | 65 | hold your fire
row 6 : 1992 | "sleeping with you" | 78 | None | None | None | 40 | hold your fire
row 7 : 1995 | "i live my life for you" | 26 | None | 20 | 17 | 43 | 3
row 8 : 1995 | "here for you" | 108 | None | None | None | None | 3 ] Execute this SQL based on the above table: select song where album = 'firehouse' | "don't treat me bad", "love of a lifetime", "all she wrote" |
[ header: category | speed (km/h) | speed (mph) | vehicle | pilot | date row 1 : rocket-powered aircraft | 7258 | 4510 | north american x-15 | william j. knight | 3 oct 1967
row 2 : manned air-breathing craft | 3530 | 2194 | lockheed sr-71 blackbird | eldon w. joersz | 28 jul 1976
row 3 : propeller-driven aircraft | 870 | 541 | tupolev tu-114 | ivan soukhomline | 1960
row 4 : piston-engined propeller-driven aircraft | 850.1 | 528.33 | grumman f8f bearcat rare | lyle shelton | 21 aug 1989
row 5 : helicopter | 401 | 249.1 | westland lynx 800 g | john egginton | 11 aug 1986
row 6 : glider (sailplane) | 306.8 | 190.6 | schempp-hirth nim | klaus ohlmann and | 22 dec 2006
row 7 : human-powered aircraft | 32 | 19.8 | mit monarch b | frank scarabino | 1 may 1984 ] Execute this SQL based on the above table: select vehicle order by speed (km/h) desc limit 1 | north american x-15 |
[ header: week | date | opponent | result | record | game site | bye row 1 : 1 | march 31, 2006 | louisville fire | w 45-37 | 1-0 | wachovia arena | 0
row 2 : 2 | None | None | None | None | None | 1
row 3 : 3 | april 14, 2006 | albany conquest | w 55-48 (ot) | 2-0 | times union center | 0
row 4 : 4 | april 21, 2006 | south georgia wildcats | w 36-33 | 3-0 | wachovia arena | 0
row 5 : 5 | april 29, 2006 | manchester wolves | w 62-47 | 4-0 | verizon wireless arena | 0
row 6 : 6 | may 5, 2006 | green bay blizzard | w 42-27 | 5-0 | wachovia arena | 0
row 7 : 7 | may 13, 2006 | tulsa talons | l 53-37 | 5-1 | wachovia arena | 0
row 8 : 8 | may 20, 2006 | macon knights | w 38-22 | 6-1 | macon coliseum | 0
row 9 : 9 | may 27, 2006 | manchester wolves | l 48-28 | 6-2 | wachovia arena | 0
row 10 : 10 | june 3, 2006 | louisville fire | w 51-48 | 7-2 | freedom hall | 0
row 11 : 11 | june 10, 2006 | albany conquest | l 73-70 | 7-3 | times union center | 0
row 12 : 12 | june 17, 2006 | quad city steamwheelers | w 55-52 | 8-3 | wachovia arena | 0
row 13 : 13 | june 24, 2006 | green bay blizzard | l 65-35 | 8-4 | resch center | 0
row 14 : 14 | None | None | None | None | None | 1
row 15 : 15 | july 8, 2006 | florida firecats | l 56-51 | 8-5 | wachovia arena | 0
row 16 : 16 | july 14, 2006 | manchester wolves | l 45-14 | 8-6 | verizon wireless arena | 0
row 17 : 17 | july 22, 2006 | quad city steamwheelers | l 55-34 | 8-7 | i wireless center | 0
row 18 : 18 | july 29, 2006 | albany conquest | w 54-27 | 9-7 | wachovia arena | 0 ] Execute this SQL based on the above table: select game site where result = 'l 48-28' and game site != 'times union center' | wachovia arena |
[ header: pos | class | no | team | drivers | chassis | engine | laps row 1 : 19 | p +5.0 | 7 | chaparral cars inc | phil hill mike spence | chaparral 2f | chevrolet 7.0l v | 225
row 2 : 26 | s 5.0 | 16 | ford france s.a | pierre dumay henri greder | ford gt40 mk. | ford 4.7l v8 | 179
row 3 : 27 | p +5.0 | 5 | holman & moody | roger mccluskey | ford gt40 mk. | ford 7.0l v8 | 179
row 4 : 28 | gt +5.0 | 9 | dana chevrolet inc | bob bondurant dick guld | chevrolet corvette | chevrolet 7.0l v | 167
row 5 : 29 | p 2.0 | 29 | equipe matra sports | jean-pierre beltoise | matra ms630 | brm 2.0l v8 | 155
row 6 : 32 | gt 2.0 | 60 | philippe farjon | philippe farjon andre wick | porsche 911s | porsche 2.0l flat-6 | 126
row 7 : 36 | p +5.0 | 8 | chaparral cars inc | bob johnson bruce jenning | chaparral 2f | chevrolet 7.0l v | 91
row 8 : 39 | p 2.0 | 39 | porsche system engineering | udo schutz joe buzz | porsche 910/6l | porsche 2.0l flat-6 | 84
row 9 : 41 | p +5.0 | 14 | john wyer automotive engineering | david piper richard thomp | mirage m1 (ford gt | ford 5.7l v8 | 59
row 10 : 45 | p 1.15 | 53 | s.e.c. automobiles | andre guilhaudin ala | cd sp66c | peugeot 1.1l i4 | 35
row 11 : 46 | p 5.0 | 26 | north american racing team (nart) | ricardo rodriguez chuck | ferrari 365 p2 | ferrari 4.4l v12 | 30
row 12 : 47 | p +5.0 | 15 | john wyer automotive engineering | jacky ickx brian mu | mirage m1 (ford gt | ford 5.7l v8 | 29
row 13 : 49 | p +5.0 | 12 | lola cars ltd. / | peter de klerk chr | lola t70 mk.i | aston martin 5.0l | 25
row 14 : 50 | s 5.0 | 62 | john wyer automotive engineering / vis | mike salmon brian redman | ford gt40 mk. | ford 4.7l v8 | 20 ] Execute this SQL based on the above table: select drivers where drivers != 'jacky ickx brian muir' and no = 39 | udo schutz joe buzzetta |
[ header: track | title | translation | composer | recorded row 1 : 1 | "demain l'on se marie | tomorrow we'll marry (the song of the | jacques brel | 1958-03-14
row 2 : 2 | "au printemps" | in the spring | jacques brel | 1958-04-01
row 3 : 3 | "je ne sais pas" | i don't know | jacques brel | 1958-04-01
row 4 : 4 | "le colonel" | the colonel | jacques brel, gaby | 1958-04-01
row 5 : 5 | "dors ma mie, bons | sleep my love, good night | jacques brel, franco | 1958-03-12
row 6 : 6 | "la lumiere jaillira | the light will shine | jacques brel, franco | 1958-04-01
row 7 : 7 | "dites, si c'et | say, if it were true (po | jacques brel | 1958-04-01
row 8 : 8 | "l'homme dans la cite" | the man in the city | jacques brel, franco | 1958-04-01
row 9 : 9 | "litanies pour un retour" | litanies for a return | jacques brel, franco | 1958-04-01
row 10 : 10 | "voici" | here | jacques brel, franco | 1958-04-01
row 11 : 11 | "voir" | see | jacques brel | 1958-10-07
row 12 : 12 | "l'aventure" | the adventure | jacques brel | 1958-10-21
row 13 : 13 | "dites, si c'et | say, if it were true (po | jacques brel | 1956-09-19 ] Execute this SQL based on the above table: select count ( distinct title ) where track > 0 | 12 |
[ header: make | origin | in service | notes row 1 : dodge charger | canada | 2006-present | photo
row 2 : dodge magnum | canada | 2006-present | photo
row 3 : ford taurus | united states | 2002-present | photo
row 4 : chevrolet impala | canada | 2002-present | photo
row 5 : ford crown victoria police interceptor | canada | 1998-present | photo
row 6 : ford freestar ride vehicle | canada | 2005-present | photo
row 7 : chrysler pt cruiser | mexico | 2003-2005 | photo
row 8 : chevrolet taho | united states | None | photo
row 9 : ford f350 | united states | None | photo
row 10 : ford expedition | united states | None | photo
row 11 : ford explorer | united states | None | photo
row 12 : jeep cherokee | united states | None | photo
row 13 : dodge polara | united states | 1970s | retired, photo
row 14 : chevrolet caprice | canada | 1970s-1998 | retired ] Execute this SQL based on the above table: select count ( notes ) where notes <= 683 | 0 |
[ header: year | single | us cashbox | us hot 100 | uk singles row 1 : 1969 | "rock & roll holiday" | None | None | None
row 2 : 1970 | "be-bop confidential" | None | None | None
row 3 : 1971 | "roadrunner" | None | None | None
row 4 : 1971 | "that's fine" | None | None | None
row 5 : 1972 | "the red back spider" | 85 | 96 | None
row 6 : 1973 | "let your yeah be yeah" | 60 | 57 | 52
row 7 : 1973 | "smokin' in the boys room | 2 | 3 | 27
row 8 : 1974 | "i'm the leader of the gang | 26 | 48 | None
row 9 : 1974 | "kings of the party" | 31 | 31 | None
row 10 : 1974 | "i got it bad for you" | None | None | None
row 11 : 1977 | "lady (put the light on me | 44 | 46 | None
row 12 : 1977 | "the martian boogie" | 45 | 59 | None
row 13 : 1979 | "love stealer" | None | None | None ] Execute this SQL based on the above table: select single where year > 1310 and single = '"love stealer"' | "love stealer" |
[ header: name | type | r.a. (j2000) | dec. (j2000) | redshift (km/s) | apparent magnitude row 1 : ic 2049 | sab(s)d? | 04h 12m 04.3s | -58° 33′ 25′′ | 1469 ± 7 | 14.5
row 2 : ngc 1536 | sb(s)c pec | 04h 10m 59.8s | -56° 28′ 50′′ | 1217 ± 13 | 13.2
row 3 : ngc 1543 | (r)sb(l)00 | 04h 12m 43.2s | -57° 44′ 17′′ | 1176 ± 7 | 11.5
row 4 : lsbg f157-08 | irregular | 04h 27m 13.7s | -57° 25′ 42′′ | 1215 ± 7 | 16.7
row 5 : ngc 1533 | (l)sb(rs)00 | 04h 09m 51.8s | -56° 07′ 06′′ | 790 ± 5 | 11.7
row 6 : ic 2038 | sd pec | 04h 08m 53.7s | -55° 59′ 22′′ | 712 ± 52 | 15.5
row 7 : apmbgc 157+0 | irregular | 04h 22m 51.7s | -56° 13′ 39′′ | 1350 ± 4 | 16.3
row 8 : ngc 1546 | sa0+? | 04h 14m 36.5s | -56° 03′ 39′′ | 1284 ± 14 | 11.8
row 9 : ic 2058 | sc | 04h 17m 54.3s | -55° 55′ 58′′ | 1379 ± 1 | 13.9
row 10 : ic 2032 | iab(s)m pec | 04h 07m 03.0s | -55° 19′ 26′′ | 1068 ± 7 | 14.7
row 11 : ngc 1596 | sa0: sp | 04h 27m 38.1s | -55° 01′ 40′′ | 1510 ± 8 | 12.1
row 12 : ngc 1515 | sab(s)bc | 04h 04m 02.7s | -54° 06′ 00′′ | 1175 ± 7 | 12.1
row 13 : ngc 1522 | (r')s00: pec | 04h 06m 07.9s | -52° 40′ 06′′ | 898 ± 7 | 13.9
row 14 : eso 157-030 | e4 | 04h 27m 32.6s | -54° 11′ 48′′ | 1471 ± 28 | 14.7
row 15 : eso 157-047 | s0/a? pec s | 04h 39m 19.1s | -54° 12′ 41′′ | 1655 ± 10 | 15.5
row 16 : eso 157-049 | s? | 04h 39m 36.9s | -53° 00′ 46′′ | 1678 ± 5 | 14.3
row 17 : ic 2085 | s00 pec sp | 04h 31m 24.2s | -54° 25′ 01′′ | 982 ± 10 | 13.9
row 18 : ngc 1549 | e0-1 | 04h 15m 45.1s | -55° 35′ 32′′ | 1220 ± 15 | 10.7
row 19 : ngc 1553 | sa(rl)00 | 04h 16m 10.5s | -55° 46′ 49′′ | 1080 ± 11 | 10.3
row 20 : ngc 1574 | sa0- | 04h 21m 58.8s | -56° 58′ 29′′ | 1050 ± 25 | 11.4
row 21 : ngc 1581 | s0- | 04h 24m 44.9s | -54° 56′ 31′′ | 1600 ± 27 | 13.6 ] Execute this SQL based on the above table: select type where type in ( 'sab(s)d?' , 'sa(rl)00' ) order by type limit 1715 | sa(rl)00, sab(s)d? |
[ header: name | red vs. blue | couples team | status | weight | total votes row 1 : valerica marin 47, bucha | none | None | eliminated week 1 | 142 kg | 0
row 2 : tatiana musat 25, buch | none | None | eliminated week 1 | 150 kg | 0
row 3 : gige state 47, bucharest | none | None | eliminated week 1 | 200 kg | 0
row 4 : alex ionescu returned week 5 | none | None | eliminated week 1 | 196 kg | 0
row 5 : catalin chiriac 23, | blue team | None | 1st voted out week 1 | 146, 4 kg | 6
row 6 : dana mocanu 34, plo | red team | None | 2nd voted out week 2 | 111, 5 kg | 6
row 7 : daniela gheorghe | red team | None | 3rd voted out week 3 | 112, 8 kg | 5
row 8 : alexandra patrascu 37, | red team | None | eliminated week 4 | 118, 4 kg | 0
row 9 : mihai florescu 35, bucha | red team | None | 4th voted out week 4 | 175, 8 kg | 0
row 10 : alexandru briscu 26, | blue team | gray team | 5th voted out week 5 | 158, 1 kg | 0
row 11 : daniel sulugiu | blue team | yellow team | 5th voted out week 6 | 158, 1 kg | 0
row 12 : irina gur 39, | blue team | lightgreen team | 6th voted out week7 | 129,4 kg | 1
row 13 : dragos holeac 30, bucha | blue team | lightgreen team | 6th voted out week7 | 129,4 kg | 1 ] Execute this SQL based on the above table: select ( select weight where red vs. blue = 'blue team' ) > ( select weight where red vs. blue = 'blue team' ) | 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 team = 'washington capitals' order by games desc limit 1 | washington capitals |
[ header: # | date | venue | opponent | score | result | competition row 1 : 1 | 1995-08-06 | kyoto, japan | costa rica | 3-0 | won | friendly
row 2 : 2 | 1995-10-24 | tokyo, japan | saudi arabia | 2-1 | won | friendly
row 3 : 3 | 1996-12-09 | al ain, united arab emir | uzbekistan | 4-0 | won | 1996 afc asian cup group
row 4 : 4 | 1997-03-25 | muscat, oman | macau | 10-0 | won | 1998 fifa world cup qualification
row 5 : 5 | 1997-06-22 | tokyo, japan | macau | 10-0 | won | 1998 fifa world cup qualification
row 6 : 6 | 1997-11-01 | seoul, korea republic | south korea | 2-0 | won | 1998 fifa world cup qualification
row 7 : 7 | 2000-10-14 | sidon, lebanon | saudi arabia | 4-1 | won | 2000 afc asian cup group
row 8 : 8 | 2000-10-24 | beirut, lebanon | iraq | 4-1 | won | 2000 afc asian cup quarter
row 9 : 9 | 2000-10-24 | beirut, lebanon | iraq | 4-1 | won | 2000 afc asian cup quarter ] Execute this SQL based on the above table: select result where id = 1 | won |
[ 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 gold where nation = 'suriname' | 1.0 |
[ header: year | competition | location | event | final-rank | final-score | qualifying rank | qualifying score row 1 : 2008 | 2008 summer olympics | beijing | team | 2 | 186.525 | 2 | 246.8
row 2 : 2008 | 2008 summer olympics | beijing | uneven bars | dnq | None | 23 | 14.8
row 3 : 2008 | olympic trials | philadelphia | all around | 4 | 61.85 | 4 | 61.4
row 4 : 2008 | olympic trials | philadelphia | balance beam | 4 | 15.55 | 4 | 15.8
row 5 : 2008 | olympic trials | philadelphia | floor exercise | 2 | 15.5 | 3 | 15.65
row 6 : 2008 | olympic trials | philadelphia | uneven bars | 6 | 15.2 | 5 | 15.3
row 7 : 2008 | olympic trials | philadelphia | vault | 4 | 15.15 | 3 | 15.1
row 8 : 2008 | u.s. championships | boston | all around | 4 | 61.25 | 4 | 60.75
row 9 : 2008 | u.s. championships | boston | balance beam | 5 | 16 | 5 | 15.4
row 10 : 2008 | u.s. championships | boston | floor exercise | 10 | 14.75 | 4 | 15.2
row 11 : 2008 | u.s. championships | boston | uneven bars | 6 | 15.55 | 6 | 15.15
row 12 : 2008 | american cup | new york city | all around | 3 | 63.075 | 3 | 63.075 ] Execute this SQL based on the above table: select final-score where event = 'uneven bars' | 15.2, 15.55 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.