question stringlengths 12 244 | create_table_statement stringlengths 97 895 | sql_query stringlengths 27 479 | wiki_sql_table_id stringlengths 8 14 |
|---|---|---|---|
Bowler of shane bond has what lowest overall number? | CREATE TABLE "maiden_overs" (
"bowler" text,
"over_no" real,
"venue" text,
"date" text,
"wickets" text
); | SELECT MIN("over_no") FROM "maiden_overs" WHERE "bowler"='shane bond'; | 2-13219504-6 |
Wickets of chris gayle caught kapali happened on what date? | CREATE TABLE "maiden_overs" (
"bowler" text,
"over_no" real,
"venue" text,
"date" text,
"wickets" text
); | SELECT "date" FROM "maiden_overs" WHERE "wickets"='chris gayle caught kapali'; | 2-13219504-6 |
What is the area of a nation has a population under 44,788,852, and a GDP greater than $83.351 billion? | CREATE TABLE "foundation" (
"member_countries" text,
"population" real,
"area_km" real,
"gdp_billion_us" real,
"gdp_per_capita_us" text
); | SELECT COUNT("area_km") FROM "foundation" WHERE "gdp_billion_us">83.351 AND "population"<'44,788,852'; | 2-1307842-1 |
What is the population of the place that has an area (km²) of 30,528, and a GDP (billion US$) larger than 58.316? | CREATE TABLE "foundation" (
"member_countries" text,
"population" real,
"area_km" real,
"gdp_billion_us" real,
"gdp_per_capita_us" text
); | SELECT SUM("population") FROM "foundation" WHERE "area_km"='30,528' AND "gdp_billion_us">58.316; | 2-1307842-1 |
What is the GDP of the place with over 54,292,038 people and an Area (km²) greater than 30,528? | CREATE TABLE "foundation" (
"member_countries" text,
"population" real,
"area_km" real,
"gdp_billion_us" real,
"gdp_per_capita_us" text
); | SELECT MIN("gdp_billion_us") FROM "foundation" WHERE "population">'54,292,038' AND "area_km">'30,528'; | 2-1307842-1 |
What year did Kyle Newman place third? | CREATE TABLE "british_under_18_champions" (
"year" real,
"venue" text,
"winner" text,
"runner_up" text,
"third" text
); | SELECT "year" FROM "british_under_18_champions" WHERE "third"='kyle newman'; | 2-13111652-1 |
What was the venue when Jerran Hart won? | CREATE TABLE "british_under_18_champions" (
"year" real,
"venue" text,
"winner" text,
"runner_up" text,
"third" text
); | SELECT "venue" FROM "british_under_18_champions" WHERE "winner"='jerran hart'; | 2-13111652-1 |
Who was the runner-up in 2004? | CREATE TABLE "british_under_18_champions" (
"year" real,
"venue" text,
"winner" text,
"runner_up" text,
"third" text
); | SELECT "runner_up" FROM "british_under_18_champions" WHERE "year"=2004; | 2-13111652-1 |
What was the venue when Jack Hargreaves finished third? | CREATE TABLE "british_under_18_champions" (
"year" real,
"venue" text,
"winner" text,
"runner_up" text,
"third" text
); | SELECT "venue" FROM "british_under_18_champions" WHERE "third"='jack hargreaves'; | 2-13111652-1 |
What was the venue when Ben Barker finished third? | CREATE TABLE "british_under_18_champions" (
"year" real,
"venue" text,
"winner" text,
"runner_up" text,
"third" text
); | SELECT "venue" FROM "british_under_18_champions" WHERE "third"='ben barker'; | 2-13111652-1 |
What is on tv at 10:00 on the same channel that had Infoman on at 7:30? | CREATE TABLE "thursday" (
"7_00" text,
"7_30" text,
"8_00" text,
"8_30" text,
"9_00" text,
"9_30" text,
"10_00" text
); | SELECT "10_00" FROM "thursday" WHERE "7_30"='infoman'; | 2-12280777-5 |
What is on tv at 10:00 on the same channel that had movies on at 8:00? | CREATE TABLE "thursday" (
"7_00" text,
"7_30" text,
"8_00" text,
"8_30" text,
"9_00" text,
"9_30" text,
"10_00" text
); | SELECT "10_00" FROM "thursday" WHERE "8_00"='movies'; | 2-12280777-5 |
What is on tv at 7:00 on the same channel that has Survivor: China on at 8:00? | CREATE TABLE "thursday" (
"7_00" text,
"7_30" text,
"8_00" text,
"8_30" text,
"9_00" text,
"9_30" text,
"10_00" text
); | SELECT "7_00" FROM "thursday" WHERE "8_00"='survivor: china'; | 2-12280777-5 |
What is on tv at 8:00 on the same channel that had Loft Story on at 7:00? | CREATE TABLE "thursday" (
"7_00" text,
"7_30" text,
"8_00" text,
"8_30" text,
"9_00" text,
"9_30" text,
"10_00" text
); | SELECT "8_00" FROM "thursday" WHERE "7_00"='loft story'; | 2-12280777-5 |
What is on tv at 9:30 on the same channel that had e2 on at 7:30? | CREATE TABLE "thursday" (
"7_00" text,
"7_30" text,
"8_00" text,
"8_30" text,
"9_00" text,
"9_30" text,
"10_00" text
); | SELECT "9_30" FROM "thursday" WHERE "7_30"='e2'; | 2-12280777-5 |
What province/region is RJTQ located? | CREATE TABLE "domestic" (
"city" text,
"province_region" text,
"country" text,
"iata" text,
"icao" text,
"airport" text
); | SELECT "province_region" FROM "domestic" WHERE "icao"='rjtq'; | 2-1262432-3 |
In what city is RJSN located? | CREATE TABLE "domestic" (
"city" text,
"province_region" text,
"country" text,
"iata" text,
"icao" text,
"airport" text
); | SELECT "city" FROM "domestic" WHERE "icao"='rjsn'; | 2-1262432-3 |
What is RJCM's IATA? | CREATE TABLE "domestic" (
"city" text,
"province_region" text,
"country" text,
"iata" text,
"icao" text,
"airport" text
); | SELECT "iata" FROM "domestic" WHERE "icao"='rjcm'; | 2-1262432-3 |
In what country is Hokkaidō and New Chitose airport located? | CREATE TABLE "domestic" (
"city" text,
"province_region" text,
"country" text,
"iata" text,
"icao" text,
"airport" text
); | SELECT "country" FROM "domestic" WHERE "province_region"='hokkaidō' AND "airport"='new chitose airport'; | 2-1262432-3 |
In what country is Hiroshima Airport located? | CREATE TABLE "domestic" (
"city" text,
"province_region" text,
"country" text,
"iata" text,
"icao" text,
"airport" text
); | SELECT "country" FROM "domestic" WHERE "airport"='hiroshima airport'; | 2-1262432-3 |
What is the ICAO of Nakashibetsu? | CREATE TABLE "domestic" (
"city" text,
"province_region" text,
"country" text,
"iata" text,
"icao" text,
"airport" text
); | SELECT "icao" FROM "domestic" WHERE "city"='nakashibetsu'; | 2-1262432-3 |
What is the total number of games lost when 22 have been played, the losing BP number is 2, and the club is Merthyr RFC? | CREATE TABLE "2011_2012_table" (
"club" text,
"played" text,
"drawn" text,
"lost" text,
"try_bp" text,
"losing_bp" text
); | SELECT "lost" FROM "2011_2012_table" WHERE "played"='22' AND "losing_bp"='2' AND "club"='merthyr rfc'; | 2-12784856-1 |
What is the number drawn when 3 have been lost? | CREATE TABLE "2011_2012_table" (
"club" text,
"played" text,
"drawn" text,
"lost" text,
"try_bp" text,
"losing_bp" text
); | SELECT "drawn" FROM "2011_2012_table" WHERE "lost"='3'; | 2-12784856-1 |
What is the number drawn when the try BP is 1? | CREATE TABLE "2011_2012_table" (
"club" text,
"played" text,
"drawn" text,
"lost" text,
"try_bp" text,
"losing_bp" text
); | SELECT "drawn" FROM "2011_2012_table" WHERE "try_bp"='1'; | 2-12784856-1 |
What is the try BP when the losing BP is 4 and the club is Bargoed RFC? | CREATE TABLE "2011_2012_table" (
"club" text,
"played" text,
"drawn" text,
"lost" text,
"try_bp" text,
"losing_bp" text
); | SELECT "try_bp" FROM "2011_2012_table" WHERE "losing_bp"='4' AND "club"='bargoed rfc'; | 2-12784856-1 |
What is the club that has played 22 rounds, has a drawn score of 0, has lost 14, and whose losing BP is 5? | CREATE TABLE "2011_2012_table" (
"club" text,
"played" text,
"drawn" text,
"lost" text,
"try_bp" text,
"losing_bp" text
); | SELECT "club" FROM "2011_2012_table" WHERE "played"='22' AND "drawn"='0' AND "lost"='14' AND "losing_bp"='5'; | 2-12784856-1 |
What average Total has a Rank of 3 and a Bronze award larger than 3? | CREATE TABLE "total" (
"rank" text,
"nation" text,
"gold" real,
"silver" real,
"bronze" real,
"total" real
); | SELECT AVG("total") FROM "total" WHERE "rank"='3' AND "bronze">3; | 2-12573588-9 |
What average Total has a Gold award of 13 and a Bronze award less than 13? | CREATE TABLE "total" (
"rank" text,
"nation" text,
"gold" real,
"silver" real,
"bronze" real,
"total" real
); | SELECT AVG("total") FROM "total" WHERE "gold"=13 AND "bronze"<13; | 2-12573588-9 |
What is the average Gold award that has a Silver award greater than 2, and a Bronze award less than 13, and a Total greater than 24? | CREATE TABLE "total" (
"rank" text,
"nation" text,
"gold" real,
"silver" real,
"bronze" real,
"total" real
); | SELECT AVG("gold") FROM "total" WHERE "silver">2 AND "bronze"<13 AND "total">24; | 2-12573588-9 |
What is the record number of the game where Guardado lost? | CREATE TABLE "game_log" (
"date" text,
"opponent" text,
"score" text,
"loss" text,
"attendance" real,
"record" text
); | SELECT "record" FROM "game_log" WHERE "loss"='guardado'; | 2-12125069-8 |
What was the lowest attendance recorded at a game on September 28? | CREATE TABLE "game_log" (
"date" text,
"opponent" text,
"score" text,
"loss" text,
"attendance" real,
"record" text
); | SELECT MIN("attendance") FROM "game_log" WHERE "date"='september 28'; | 2-12125069-8 |
What is the average gold that has a total of 2 and more than 1 bronze. | CREATE TABLE "medal_table" (
"rank" real,
"nation" text,
"gold" real,
"silver" real,
"bronze" real,
"total" real
); | SELECT AVG("gold") FROM "medal_table" WHERE "total"=2 AND "bronze">1; | 2-12883372-1 |
What is the 2006 result of the Canada Masters tournament that is A in 2009 and A in 2010? | CREATE TABLE "singles_performance_timeline" (
"tournament" text,
"2006" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text
); | SELECT "2006" FROM "singles_performance_timeline" WHERE "2010"='a' AND "2009"='a' AND "tournament"='canada masters'; | 2-12598104-9 |
What is the result for 2006 of a tournament that is 107 in 2010? | CREATE TABLE "singles_performance_timeline" (
"tournament" text,
"2006" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text
); | SELECT "2006" FROM "singles_performance_timeline" WHERE "2010"='107'; | 2-12598104-9 |
What is the 2010 result of a tournament that is A in 2006 and A in 2011? | CREATE TABLE "singles_performance_timeline" (
"tournament" text,
"2006" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text
); | SELECT "2010" FROM "singles_performance_timeline" WHERE "2011"='a' AND "2006"='a'; | 2-12598104-9 |
What is the 2012 result of a tournament that is 2R in 2007, 1R in 2008 and 1R in 2009? | CREATE TABLE "singles_performance_timeline" (
"tournament" text,
"2006" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text
); | SELECT "2012" FROM "singles_performance_timeline" WHERE "2009"='1r' AND "2008"='1r' AND "2007"='2r'; | 2-12598104-9 |
What is the 2010 result of a tournament that is 1R in 2009, Q2 in 2011 and 1R in 2012? | CREATE TABLE "singles_performance_timeline" (
"tournament" text,
"2006" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text
); | SELECT "2010" FROM "singles_performance_timeline" WHERE "2011"='q2' AND "2012"='1r' AND "2009"='1r'; | 2-12598104-9 |
What match number took place on August 3, 2007? | CREATE TABLE "pre_season_tournaments_and_friendlies" (
"match" real,
"date" text,
"tournament" text,
"location" text,
"opponent_team" text,
"score" text
); | SELECT MAX("match") FROM "pre_season_tournaments_and_friendlies" WHERE "date"='august 3, 2007'; | 2-12777091-8 |
What is the 2010 value of the 2013 Grand Slam Tournaments? | CREATE TABLE "mixed_doubles_performance_timeline" (
"tournament" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text,
"2013" text
); | SELECT "2010" FROM "mixed_doubles_performance_timeline" WHERE "2013"='grand slam tournaments'; | 2-12122432-8 |
What is the 2012 value with A in 2007 and qf in 2011? | CREATE TABLE "mixed_doubles_performance_timeline" (
"tournament" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text,
"2013" text
); | SELECT "2012" FROM "mixed_doubles_performance_timeline" WHERE "2007"='a' AND "2011"='qf'; | 2-12122432-8 |
What is the 2012 value with a 1r in 2011 in the Australian Open? | CREATE TABLE "mixed_doubles_performance_timeline" (
"tournament" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text,
"2013" text
); | SELECT "2012" FROM "mixed_doubles_performance_timeline" WHERE "2011"='1r' AND "tournament"='australian open'; | 2-12122432-8 |
What is the 2013 value with a qf in 2011? | CREATE TABLE "mixed_doubles_performance_timeline" (
"tournament" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text,
"2013" text
); | SELECT "2013" FROM "mixed_doubles_performance_timeline" WHERE "2011"='qf'; | 2-12122432-8 |
What is the 2007 value at the 2012 Grand Slam Tournaments? | CREATE TABLE "mixed_doubles_performance_timeline" (
"tournament" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text,
"2013" text
); | SELECT "2007" FROM "mixed_doubles_performance_timeline" WHERE "2012"='grand slam tournaments'; | 2-12122432-8 |
Which tournament had a qf in 2011? | CREATE TABLE "mixed_doubles_performance_timeline" (
"tournament" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text,
"2013" text
); | SELECT "tournament" FROM "mixed_doubles_performance_timeline" WHERE "2011"='qf'; | 2-12122432-8 |
What is the 2009 first time percentage of the mg general science 5-9 exam with a 2008 first time percentage of 54%? | CREATE TABLE "passing_rates" (
"exam" text,
"2006_first_time" text,
"2006_all" text,
"2007_first_time" text,
"2007_all" text,
"2008_first_time" text,
"2008_all" text,
"2009_first_time" text,
"2009_all" text,
"2010_first_time" text,
"2011_first_time" text,
"2012_first_time" text
); | SELECT "2009_first_time" FROM "passing_rates" WHERE "2008_first_time"='54%' AND "exam"='mg general science 5-9'; | 2-12312498-3 |
What is the 2008 all percentage of the exam with a 2007 first time percentage of 74%? | CREATE TABLE "passing_rates" (
"exam" text,
"2006_first_time" text,
"2006_all" text,
"2007_first_time" text,
"2007_all" text,
"2008_first_time" text,
"2008_all" text,
"2009_first_time" text,
"2009_all" text,
"2010_first_time" text,
"2011_first_time" text,
"2012_first_time" text
); | SELECT "2008_all" FROM "passing_rates" WHERE "2007_first_time"='74%'; | 2-12312498-3 |
What is the 2009 first time percentage of the exam with a 2010 first time percentage of 88%? | CREATE TABLE "passing_rates" (
"exam" text,
"2006_first_time" text,
"2006_all" text,
"2007_first_time" text,
"2007_all" text,
"2008_first_time" text,
"2008_all" text,
"2009_first_time" text,
"2009_all" text,
"2010_first_time" text,
"2011_first_time" text,
"2012_first_time" text
); | SELECT "2009_first_time" FROM "passing_rates" WHERE "2010_first_time"='88%'; | 2-12312498-3 |
What is the 2009 all percentage of the exam with a 2007 first time percentage of 49%? | CREATE TABLE "passing_rates" (
"exam" text,
"2006_first_time" text,
"2006_all" text,
"2007_first_time" text,
"2007_all" text,
"2008_first_time" text,
"2008_all" text,
"2009_first_time" text,
"2009_all" text,
"2010_first_time" text,
"2011_first_time" text,
"2012_first_time" text
); | SELECT "2009_all" FROM "passing_rates" WHERE "2007_first_time"='49%'; | 2-12312498-3 |
What is the 2006 first time percentage of the exam witha 2009 all percentage of 62%? | CREATE TABLE "passing_rates" (
"exam" text,
"2006_first_time" text,
"2006_all" text,
"2007_first_time" text,
"2007_all" text,
"2008_first_time" text,
"2008_all" text,
"2009_first_time" text,
"2009_all" text,
"2010_first_time" text,
"2011_first_time" text,
"2012_first_time" text
); | SELECT "2006_first_time" FROM "passing_rates" WHERE "2009_all"='62%'; | 2-12312498-3 |
What is the 2006 first time percentage of the exam with a 2009 all percentage of 72% and a 2007 first time percentage of 85%? | CREATE TABLE "passing_rates" (
"exam" text,
"2006_first_time" text,
"2006_all" text,
"2007_first_time" text,
"2007_all" text,
"2008_first_time" text,
"2008_all" text,
"2009_first_time" text,
"2009_all" text,
"2010_first_time" text,
"2011_first_time" text,
"2012_first_time" text
); | SELECT "2006_first_time" FROM "passing_rates" WHERE "2009_all"='72%' AND "2007_first_time"='85%'; | 2-12312498-3 |
What was the score for the 2014 FIFA World Cup Qual. competition? | CREATE TABLE "international_goals" (
"date" text,
"venue" text,
"score" text,
"result" text,
"competition" text
); | SELECT "score" FROM "international_goals" WHERE "competition"='2014 fifa world cup qual.'; | 2-12731088-1 |
What is the highest number of matches with less than 2 draws that had an efficiency percent of 25%? | CREATE TABLE "coaches" (
"name" text,
"period" text,
"matches" real,
"wins" real,
"draws" real,
"losses" real,
"efficiency_pct" text
); | SELECT MAX("matches") FROM "coaches" WHERE "draws"<2 AND "efficiency_pct"='25%'; | 2-1262981-1 |
What is the total number of Draws with less than 4 matches? | CREATE TABLE "coaches" (
"name" text,
"period" text,
"matches" real,
"wins" real,
"draws" real,
"losses" real,
"efficiency_pct" text
); | SELECT COUNT("draws") FROM "coaches" WHERE "matches"<4; | 2-1262981-1 |
What is the average MHz Frequency of radio rezonans? | CREATE TABLE "analogue_radio_programmes" (
"program" text,
"frequency_m_hz" real,
"erp_k_w" real,
"polarisation" text,
"antenna_diagram_around_nd_directional_d" text
); | SELECT AVG("frequency_m_hz") FROM "analogue_radio_programmes" WHERE "program"='radio rezonans'; | 2-1249698-1 |
What date shows a Loss of lilly (2–2)? | CREATE TABLE "game_log" (
"date" text,
"opponent" text,
"score" text,
"loss" text,
"time" text,
"att" text,
"record" text
); | SELECT "date" FROM "game_log" WHERE "loss"='lilly (2–2)'; | 2-12278845-4 |
What is the loss when the time was 3:16, and a Record of 15–15? | CREATE TABLE "game_log" (
"date" text,
"opponent" text,
"score" text,
"loss" text,
"time" text,
"att" text,
"record" text
); | SELECT "loss" FROM "game_log" WHERE "time"='3:16' AND "record"='15–15'; | 2-12278845-4 |
What team was the opponent when the time was 2:57, and a Score of 7–5? | CREATE TABLE "game_log" (
"date" text,
"opponent" text,
"score" text,
"loss" text,
"time" text,
"att" text,
"record" text
); | SELECT "opponent" FROM "game_log" WHERE "time"='2:57' AND "score"='7–5'; | 2-12278845-4 |
What date was the loss of ponson (4–3)? | CREATE TABLE "game_log" (
"date" text,
"opponent" text,
"score" text,
"loss" text,
"time" text,
"att" text,
"record" text
); | SELECT "date" FROM "game_log" WHERE "loss"='ponson (4–3)'; | 2-12278845-4 |
What date was the loss of sparks (0–1)? | CREATE TABLE "game_log" (
"date" text,
"opponent" text,
"score" text,
"loss" text,
"time" text,
"att" text,
"record" text
); | SELECT "date" FROM "game_log" WHERE "loss"='sparks (0–1)'; | 2-12278845-4 |
What is the position of the competition in Tampere, Finland? | CREATE TABLE "achievements" (
"year" real,
"competition" text,
"venue" text,
"position" text,
"event" text
); | SELECT "position" FROM "achievements" WHERE "venue"='tampere, finland'; | 2-13045475-1 |
What is the lowest total that has draws less than 2 and wins less than 1, losses bigger than 1 with a goal difference of 1:2 | CREATE TABLE "montenegro_versus_other_countries" (
"wins" real,
"draws" real,
"losses" real,
"goal_difference" text,
"total" real
); | SELECT MIN("total") FROM "montenegro_versus_other_countries" WHERE "draws"<2 AND "wins"<1 AND "goal_difference"='1:2' AND "losses">1; | 2-12977907-1 |
What is the average number of draws that have a total of 1 and a goal difference of 2:0? | CREATE TABLE "montenegro_versus_other_countries" (
"wins" real,
"draws" real,
"losses" real,
"goal_difference" text,
"total" real
); | SELECT AVG("draws") FROM "montenegro_versus_other_countries" WHERE "total"=1 AND "goal_difference"='2:0'; | 2-12977907-1 |
What is the lowest number of draws that have a goal difference of 0:2 and wins greater than 0? | CREATE TABLE "montenegro_versus_other_countries" (
"wins" real,
"draws" real,
"losses" real,
"goal_difference" text,
"total" real
); | SELECT MIN("draws") FROM "montenegro_versus_other_countries" WHERE "goal_difference"='0:2' AND "wins">0; | 2-12977907-1 |
What regular season had an average attendance of 1,242? | CREATE TABLE "year_by_year" (
"year" text,
"league" text,
"reg_season" text,
"playoffs" text,
"avg_attendance" text
); | SELECT "reg_season" FROM "year_by_year" WHERE "avg_attendance"='1,242'; | 2-12664674-1 |
What league has an average attendance of 244? | CREATE TABLE "year_by_year" (
"year" text,
"league" text,
"reg_season" text,
"playoffs" text,
"avg_attendance" text
); | SELECT "league" FROM "year_by_year" WHERE "avg_attendance"='244'; | 2-12664674-1 |
On what date was the opponent the White Sox and the record 18-13? | CREATE TABLE "game_log" (
"date" text,
"opponent" text,
"score" text,
"loss" text,
"attendance" real,
"record" text
); | SELECT "date" FROM "game_log" WHERE "opponent"='white sox' AND "record"='18-13'; | 2-12206617-3 |
What was the average attendance when the record was 19-13? | CREATE TABLE "game_log" (
"date" text,
"opponent" text,
"score" text,
"loss" text,
"attendance" real,
"record" text
); | SELECT AVG("attendance") FROM "game_log" WHERE "record"='19-13'; | 2-12206617-3 |
What was the Loss when the opponent was the Rangers and the attendance was greater than 43,211? | CREATE TABLE "game_log" (
"date" text,
"opponent" text,
"score" text,
"loss" text,
"attendance" real,
"record" text
); | SELECT "loss" FROM "game_log" WHERE "opponent"='rangers' AND "attendance">'43,211'; | 2-12206617-3 |
What was the 2012 result associated with a 2007 finish of 2R and a 2009 of 1R? | CREATE TABLE "single_performance_statistics" (
"tournament" text,
"2005" text,
"2006" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text
); | SELECT "2012" FROM "single_performance_statistics" WHERE "2007"='2r' AND "2009"='1r'; | 2-13140232-10 |
What was the 2009 result associated with a 2012 of 1R and a 2007 of 2R? | CREATE TABLE "single_performance_statistics" (
"tournament" text,
"2005" text,
"2006" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text
); | SELECT "2009" FROM "single_performance_statistics" WHERE "2012"='1r' AND "2007"='2r'; | 2-13140232-10 |
What was the 2008 result associated with a 2009 of A and a 2011 of 2R? | CREATE TABLE "single_performance_statistics" (
"tournament" text,
"2005" text,
"2006" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text
); | SELECT "2008" FROM "single_performance_statistics" WHERE "2009"='a' AND "2011"='2r'; | 2-13140232-10 |
In which tournament did Pauline Parmentier finish LQ in 2007? | CREATE TABLE "single_performance_statistics" (
"tournament" text,
"2005" text,
"2006" text,
"2007" text,
"2008" text,
"2009" text,
"2010" text,
"2011" text,
"2012" text
); | SELECT "tournament" FROM "single_performance_statistics" WHERE "2007"='lq'; | 2-13140232-10 |
Name the player name with matches of 51 | CREATE TABLE "foreign_players" (
"country" text,
"player_name" text,
"period" text,
"position" text,
"matches" text,
"goals" text
); | SELECT "player_name" FROM "foreign_players" WHERE "matches"='51'; | 2-12321870-32 |
Name the position for brazil 2008 with goals of 0 1 | CREATE TABLE "foreign_players" (
"country" text,
"player_name" text,
"period" text,
"position" text,
"matches" text,
"goals" text
); | SELECT "position" FROM "foreign_players" WHERE "country"='brazil' AND "period"='2008' AND "goals"='0 1'; | 2-12321870-32 |
Name the goals with matches of 21 | CREATE TABLE "foreign_players" (
"country" text,
"player_name" text,
"period" text,
"position" text,
"matches" text,
"goals" text
); | SELECT "goals" FROM "foreign_players" WHERE "matches"='21'; | 2-12321870-32 |
Name the period with matches of 0 0 of portugal | CREATE TABLE "foreign_players" (
"country" text,
"player_name" text,
"period" text,
"position" text,
"matches" text,
"goals" text
); | SELECT "period" FROM "foreign_players" WHERE "matches"='0 0' AND "country"='portugal'; | 2-12321870-32 |
Name the opponents for round of round 5 | CREATE TABLE "fa_cup" (
"date" text,
"round" text,
"opponents" text,
"result_f_a" text,
"attendance" real
); | SELECT "opponents" FROM "fa_cup" WHERE "round"='round 5'; | 2-12950804-5 |
Name the attendance for 4 january 2004 | CREATE TABLE "fa_cup" (
"date" text,
"round" text,
"opponents" text,
"result_f_a" text,
"attendance" real
); | SELECT "attendance" FROM "fa_cup" WHERE "date"='4 january 2004'; | 2-12950804-5 |
Name the most attendance for 25 january 2004 | CREATE TABLE "fa_cup" (
"date" text,
"round" text,
"opponents" text,
"result_f_a" text,
"attendance" real
); | SELECT MAX("attendance") FROM "fa_cup" WHERE "date"='25 january 2004'; | 2-12950804-5 |
What is the average Attendance for the final round? | CREATE TABLE "knockout_phase" (
"date" text,
"round" text,
"opponents" text,
"h_a" text,
"result_f_a" text,
"attendance" real
); | SELECT AVG("attendance") FROM "knockout_phase" WHERE "round"='final'; | 2-12386228-9 |
What is the smallest number of people to attend a game with an H/A of h and the opponent was Roma? | CREATE TABLE "knockout_phase" (
"date" text,
"round" text,
"opponents" text,
"h_a" text,
"result_f_a" text,
"attendance" real
); | SELECT MIN("attendance") FROM "knockout_phase" WHERE "h_a"='h' AND "opponents"='roma'; | 2-12386228-9 |
Which game does the quentyn martell have? | CREATE TABLE "number_of_chapters_per_point_of_view_cha" (
"pov_character" text,
"game" text,
"clash" text,
"storm" text,
"feast" text,
"dance" text
); | SELECT "game" FROM "number_of_chapters_per_point_of_view_cha" WHERE "pov_character"='quentyn martell'; | 2-12301-2 |
Which storm has a clash of 3 and a dance of 4? | CREATE TABLE "number_of_chapters_per_point_of_view_cha" (
"pov_character" text,
"game" text,
"clash" text,
"storm" text,
"feast" text,
"dance" text
); | SELECT "storm" FROM "number_of_chapters_per_point_of_view_cha" WHERE "dance"='4' AND "clash"='3'; | 2-12301-2 |
Name the melbourne with perth, adelaide and auckland of no with sydney of yes | CREATE TABLE "2007" (
"sydney" text,
"melbourne" text,
"perth" text,
"adelaide" text,
"gold_coast" text,
"auckland" text
); | SELECT "melbourne" FROM "2007" WHERE "perth"='no' AND "adelaide"='no' AND "auckland"='no' AND "sydney"='yes'; | 2-12230393-15 |
Name the gold coast which has an auckland of no and melbourne of yes | CREATE TABLE "2007" (
"sydney" text,
"melbourne" text,
"perth" text,
"adelaide" text,
"gold_coast" text,
"auckland" text
); | SELECT "gold_coast" FROM "2007" WHERE "auckland"='no' AND "melbourne"='yes'; | 2-12230393-15 |
Name the sydney with perth of no, adelaide of no with melbourne of yes and gold coast of yes | CREATE TABLE "2007" (
"sydney" text,
"melbourne" text,
"perth" text,
"adelaide" text,
"gold_coast" text,
"auckland" text
); | SELECT "sydney" FROM "2007" WHERE "perth"='no' AND "adelaide"='no' AND "melbourne"='yes' AND "gold_coast"='yes'; | 2-12230393-15 |
Name the Adelaide for Sydney of yes and Perth of yes | CREATE TABLE "2007" (
"sydney" text,
"melbourne" text,
"perth" text,
"adelaide" text,
"gold_coast" text,
"auckland" text
); | SELECT "adelaide" FROM "2007" WHERE "sydney"='yes' AND "perth"='yes'; | 2-12230393-15 |
Name the melbourne for adelaide of no with auckland of yes and gold coast of yes | CREATE TABLE "2007" (
"sydney" text,
"melbourne" text,
"perth" text,
"adelaide" text,
"gold_coast" text,
"auckland" text
); | SELECT "melbourne" FROM "2007" WHERE "adelaide"='no' AND "auckland"='yes' AND "gold_coast"='no'; | 2-12230393-15 |
What is the total population of Rosenthal that's less than 24,300 for the population and has a population for Glengallan less than 3,410? | CREATE TABLE "population" (
"year" real,
"population_region_total" real,
"population_stanthorpe" real,
"population_warwick" real,
"population_allora" real,
"population_glengallan" real,
"population_rosenthal" real
); | SELECT SUM("population_rosenthal") FROM "population" WHERE "population_region_total"<'24,300' AND "population_glengallan"<'3,410'; | 2-12584173-1 |
What is the greatest Rosenthal poulation for a region that has 30,554 people and a Glegallan population less than 4,088? | CREATE TABLE "population" (
"year" real,
"population_region_total" real,
"population_stanthorpe" real,
"population_warwick" real,
"population_allora" real,
"population_glengallan" real,
"population_rosenthal" real
); | SELECT MAX("population_rosenthal") FROM "population" WHERE "population_region_total"='30,554' AND "population_glengallan"<'4,088'; | 2-12584173-1 |
How many people are there for Glengallan having a Rosenthal population less than 1,582 for years before 1976 with a total population of 25,917? | CREATE TABLE "population" (
"year" real,
"population_region_total" real,
"population_stanthorpe" real,
"population_warwick" real,
"population_allora" real,
"population_glengallan" real,
"population_rosenthal" real
); | SELECT COUNT("population_glengallan") FROM "population" WHERE "population_rosenthal"<'1,582' AND "year"<1976 AND "population_region_total"='25,917'; | 2-12584173-1 |
How many people live in an area that has a population in Rosenthal smaller than 2,460 while having a population of 4,639 for Glegallan as well as having an Allora population greater than 2,106? | CREATE TABLE "population" (
"year" real,
"population_region_total" real,
"population_stanthorpe" real,
"population_warwick" real,
"population_allora" real,
"population_glengallan" real,
"population_rosenthal" real
); | SELECT COUNT("population_region_total") FROM "population" WHERE "population_rosenthal"<'2,460' AND "population_glengallan"='4,639' AND "population_allora">'2,106'; | 2-12584173-1 |
When were the years on which warwick had a population greater than 10,956 and allora had a population bigger than 2,439? | CREATE TABLE "population" (
"year" real,
"population_region_total" real,
"population_stanthorpe" real,
"population_warwick" real,
"population_allora" real,
"population_glengallan" real,
"population_rosenthal" real
); | SELECT SUM("year") FROM "population" WHERE "population_warwick"='10,956' AND "population_allora">'2,439'; | 2-12584173-1 |
How many people in Stanthorpe had a population matching Rosenthan of 1,553 and a population greater than 25,917? | CREATE TABLE "population" (
"year" real,
"population_region_total" real,
"population_stanthorpe" real,
"population_warwick" real,
"population_allora" real,
"population_glengallan" real,
"population_rosenthal" real
); | SELECT COUNT("population_stanthorpe") FROM "population" WHERE "population_rosenthal"='1,553' AND "population_region_total">'25,917'; | 2-12584173-1 |
Who is the Prime Minister of Antoine Wehenkel? | CREATE TABLE "list_of_ministers_for_energy" (
"minister" text,
"party" text,
"start_date" text,
"end_date" text,
"prime_minister" text
); | SELECT "prime_minister" FROM "list_of_ministers_for_energy" WHERE "minister"='antoine wehenkel'; | 2-12978908-1 |
What is the least amount of wins earlier than 1964 with more than 7 points? | CREATE TABLE "motorcycle_grand_prix_results" (
"year" real,
"class" text,
"team" text,
"points" real,
"wins" real
); | SELECT MIN("wins") FROM "motorcycle_grand_prix_results" WHERE "year"<1964 AND "points">7; | 2-1234982-2 |
What is the least points for class 125cc with 1 win earlier than 1961? | CREATE TABLE "motorcycle_grand_prix_results" (
"year" real,
"class" text,
"team" text,
"points" real,
"wins" real
); | SELECT MIN("points") FROM "motorcycle_grand_prix_results" WHERE "class"='125cc' AND "wins"=1 AND "year"<1961; | 2-1234982-2 |
What is the number of wins when there are 7 points? | CREATE TABLE "motorcycle_grand_prix_results" (
"year" real,
"class" text,
"team" text,
"points" real,
"wins" real
); | SELECT "wins" FROM "motorcycle_grand_prix_results" WHERE "points"=7; | 2-1234982-2 |
What is the least amount of points when there is 1 win? | CREATE TABLE "motorcycle_grand_prix_results" (
"year" real,
"class" text,
"team" text,
"points" real,
"wins" real
); | SELECT MIN("points") FROM "motorcycle_grand_prix_results" WHERE "wins"=1; | 2-1234982-2 |
What club has more than 35 goals, more than 7 draws, and 20 losses? | CREATE TABLE "final_table" (
"position" real,
"club" text,
"played" real,
"points" text,
"wins" real,
"draws" real,
"losses" real,
"goals_for" real,
"goals_against" real,
"goal_difference" real
); | SELECT "club" FROM "final_table" WHERE "goals_for">35 AND "draws">7 AND "losses"=20; | 2-12252458-2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.