Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
42,800 | <question>: Which country has a rand of 2 and a silver less than 6? <context>: CREATE TABLE table_name_42 (total INTEGER, rank VARCHAR, silver VARCHAR) | SELECT MAX(total) FROM table_name_42 WHERE rank = "2" AND silver < 6 |
42,801 | <question>: What is the lowest total of medals that has a gold of 3 and a silver less than 3? <context>: CREATE TABLE table_name_46 (total INTEGER, gold VARCHAR, silver VARCHAR) | SELECT MIN(total) FROM table_name_46 WHERE gold = 3 AND silver < 3 |
42,802 | <question>: What was the home team score for the game played at MCG? <context>: CREATE TABLE table_name_61 (home_team VARCHAR, venue VARCHAR) | SELECT home_team AS score FROM table_name_61 WHERE venue = "mcg" |
42,803 | <question>: For the game played at Windy Hill, who was the away team? <context>: CREATE TABLE table_name_4 (away_team VARCHAR, venue VARCHAR) | SELECT away_team FROM table_name_4 WHERE venue = "windy hill" |
42,804 | <question>: For the game where the away team was North Melbourne, what was the venue? <context>: CREATE TABLE table_name_7 (venue VARCHAR, away_team VARCHAR) | SELECT venue FROM table_name_7 WHERE away_team = "north melbourne" |
42,805 | <question>: What is the Weight for the Name Billy Miller Category:Articles with hcards? <context>: CREATE TABLE table_name_45 (weight VARCHAR, name VARCHAR) | SELECT weight FROM table_name_45 WHERE name = "billy miller category:articles with hcards" |
42,806 | <question>: What is the 2012 club for the Billy Miller Category:Articles with hcards (Name)? <context>: CREATE TABLE table_name_55 (name VARCHAR) | SELECT 2012 AS _club FROM table_name_55 WHERE name = "billy miller category:articles with hcards" |
42,807 | <question>: How many medals did China receive? <context>: CREATE TABLE table_name_87 (total INTEGER, nation VARCHAR) | SELECT MIN(total) FROM table_name_87 WHERE nation = "china" |
42,808 | <question>: What is the # of candidates that have a popular vote of 41.37%? <context>: CREATE TABLE table_name_36 (_number_of_candidates INTEGER, _percentage_of_popular_vote VARCHAR) | SELECT AVG(_number_of_candidates) FROM table_name_36 WHERE _percentage_of_popular_vote = "41.37%" |
42,809 | <question>: What is the # of candidates of liberal majority with 51 wins and larger number of 2008 in general elections? <context>: CREATE TABLE table_name_81 (_number_of_candidates INTEGER, general_election VARCHAR, result VARCHAR, _number_of_seats_won VARCHAR) | SELECT AVG(_number_of_candidates) FROM table_name_81 WHERE result = "liberal majority" AND _number_of_seats_won = 51 AND general_election > 2008 |
42,810 | <question>: How many general elections that have won smaller than 23 with candidates larger than 108? <context>: CREATE TABLE table_name_95 (general_election VARCHAR, _number_of_seats_won VARCHAR, _number_of_candidates VARCHAR) | SELECT COUNT(general_election) FROM table_name_95 WHERE _number_of_seats_won < 23 AND _number_of_candidates > 108 |
42,811 | <question>: What venue did melbourne play at as the away team? <context>: CREATE TABLE table_name_52 (venue VARCHAR, away_team VARCHAR) | SELECT venue FROM table_name_52 WHERE away_team = "melbourne" |
42,812 | <question>: What was the essendon score when they were at home? <context>: CREATE TABLE table_name_25 (home_team VARCHAR) | SELECT home_team AS score FROM table_name_25 WHERE home_team = "essendon" |
42,813 | <question>: What venue did melbourne play at as the away team? <context>: CREATE TABLE table_name_60 (venue VARCHAR, away_team VARCHAR) | SELECT venue FROM table_name_60 WHERE away_team = "melbourne" |
42,814 | <question>: What Years have a Goal of 82? <context>: CREATE TABLE table_name_24 (years VARCHAR, goals VARCHAR) | SELECT years FROM table_name_24 WHERE goals = 82 |
42,815 | <question>: What is the total of overall values with a safety position in a round greater than 1? <context>: CREATE TABLE table_name_26 (overall VARCHAR, position VARCHAR, round VARCHAR) | SELECT COUNT(overall) FROM table_name_26 WHERE position = "safety" AND round > 1 |
42,816 | <question>: What is the average overall value for a round less than 4 associated with the College of Georgia? <context>: CREATE TABLE table_name_32 (overall INTEGER, round VARCHAR, college VARCHAR) | SELECT AVG(overall) FROM table_name_32 WHERE round < 4 AND college = "georgia" |
42,817 | <question>: What was the average attendance in weeks after 16? <context>: CREATE TABLE table_name_58 (attendance INTEGER, week INTEGER) | SELECT AVG(attendance) FROM table_name_58 WHERE week > 16 |
42,818 | <question>: What is the highest number killed in incident #14? <context>: CREATE TABLE table_name_48 (killed INTEGER, incident_no VARCHAR) | SELECT MAX(killed) FROM table_name_48 WHERE incident_no = "14" |
42,819 | <question>: What was the largest crowd at Arden Street Oval? <context>: CREATE TABLE table_name_85 (crowd INTEGER, venue VARCHAR) | SELECT MAX(crowd) FROM table_name_85 WHERE venue = "arden street oval" |
42,820 | <question>: What was the home teams score at Arden Street Oval? <context>: CREATE TABLE table_name_50 (home_team VARCHAR, venue VARCHAR) | SELECT home_team AS score FROM table_name_50 WHERE venue = "arden street oval" |
42,821 | <question>: What was the gold medal total for a total of 44 medals? <context>: CREATE TABLE table_name_13 (gold INTEGER, total INTEGER) | SELECT MIN(gold) FROM table_name_13 WHERE total > 44 |
42,822 | <question>: How many silver medals were won with a total medal of 3 and a rank above 9? <context>: CREATE TABLE table_name_49 (silver INTEGER, total VARCHAR, rank VARCHAR) | SELECT AVG(silver) FROM table_name_49 WHERE total < 3 AND rank > 9 |
42,823 | <question>: How many weeks had an attendance of over 68,000? <context>: CREATE TABLE table_name_74 (week VARCHAR, attendance INTEGER) | SELECT COUNT(week) FROM table_name_74 WHERE attendance > 68 OFFSET 000 |
42,824 | <question>: What engine was used by the team the finished 2nd? <context>: CREATE TABLE table_name_82 (engine VARCHAR, finish VARCHAR) | SELECT engine FROM table_name_82 WHERE finish = "2nd" |
42,825 | <question>: What chassis was used with the Chevrolet engine in 1991? <context>: CREATE TABLE table_name_70 (chassis VARCHAR, engine VARCHAR, year VARCHAR) | SELECT chassis FROM table_name_70 WHERE engine = "chevrolet" AND year = 1991 |
42,826 | <question>: What was the most recent year when a g-force chassis started in 1st? <context>: CREATE TABLE table_name_35 (year INTEGER, start VARCHAR, chassis VARCHAR) | SELECT MAX(year) FROM table_name_35 WHERE start = "1st" AND chassis = "g-force" |
42,827 | <question>: What was the starting position in the year before 1986? <context>: CREATE TABLE table_name_33 (start VARCHAR, year INTEGER) | SELECT start FROM table_name_33 WHERE year < 1986 |
42,828 | <question>: What is the name of the Malta vessel built after 2010 that is a GL class Panamax vessel? <context>: CREATE TABLE table_name_56 (vessel_name VARCHAR, built VARCHAR, class VARCHAR, flag VARCHAR, type VARCHAR) | SELECT vessel_name FROM table_name_56 WHERE flag = "malta" AND type = "panamax" AND class = "gl" AND built > 2010 |
42,829 | <question>: Which year was the vessel Deva built as a Panamax DNV class ship? <context>: CREATE TABLE table_name_54 (built INTEGER, vessel_name VARCHAR, class VARCHAR, type VARCHAR) | SELECT SUM(built) FROM table_name_54 WHERE class = "dnv" AND type = "panamax" AND vessel_name = "deva" |
42,830 | <question>: What is the class of vessel of the ship Hyundai Smart? <context>: CREATE TABLE table_name_85 (class VARCHAR, vessel_name VARCHAR) | SELECT class FROM table_name_85 WHERE vessel_name = "hyundai smart" |
42,831 | <question>: In which class would the vessel Hyundai Tenacity be placed? <context>: CREATE TABLE table_name_77 (class VARCHAR, vessel_name VARCHAR) | SELECT class FROM table_name_77 WHERE vessel_name = "hyundai tenacity" |
42,832 | <question>: What was the result for week 14? <context>: CREATE TABLE table_name_29 (result VARCHAR, week VARCHAR) | SELECT result FROM table_name_29 WHERE week = 14 |
42,833 | <question>: Which lowest rank(player) has a rebound average larger than 9, out of 920 rebounds, and who played more than 79 games? <context>: CREATE TABLE table_name_10 (rank INTEGER, games VARCHAR, reb_avg VARCHAR, total_rebounds VARCHAR) | SELECT MIN(rank) FROM table_name_10 WHERE reb_avg > 9 AND total_rebounds = 920 AND games > 79 |
42,834 | <question>: How many ranks have a rebound average smaller than 6.1? <context>: CREATE TABLE table_name_27 (rank VARCHAR, reb_avg INTEGER) | SELECT COUNT(rank) FROM table_name_27 WHERE reb_avg < 6.1 |
42,835 | <question>: Which player was drafted higher than 374 and went to the school Stephen F. Austin? <context>: CREATE TABLE table_name_15 (player VARCHAR, overall VARCHAR, school_club_team VARCHAR) | SELECT player FROM table_name_15 WHERE overall < 374 AND school_club_team = "stephen f. austin" |
42,836 | <question>: What is the lowest round Trinity school was drafted with an overall higher than 21? <context>: CREATE TABLE table_name_89 (round INTEGER, school_club_team VARCHAR, overall VARCHAR) | SELECT MIN(round) FROM table_name_89 WHERE school_club_team = "trinity" AND overall < 21 |
42,837 | <question>: Who got the time of 7:52.04? <context>: CREATE TABLE table_name_41 (swimmer VARCHAR, time VARCHAR) | SELECT swimmer FROM table_name_41 WHERE time = "7:52.04" |
42,838 | <question>: Which of the opponents has bye as their box score? <context>: CREATE TABLE table_name_32 (opponent VARCHAR, box_scores VARCHAR) | SELECT opponent FROM table_name_32 WHERE box_scores = "bye" |
42,839 | <question>: How many people attended the game against the pittsburgh steelers? <context>: CREATE TABLE table_name_21 (attendance VARCHAR, opponent VARCHAR) | SELECT attendance FROM table_name_21 WHERE opponent = "pittsburgh steelers" |
42,840 | <question>: What was the result of the game on September 25 with a box score of box? <context>: CREATE TABLE table_name_51 (result VARCHAR, box_scores VARCHAR, date VARCHAR) | SELECT result FROM table_name_51 WHERE box_scores = "box" AND date = "september 25" |
42,841 | <question>: What is the date of the game later than week 13 and 41,862 people attended? <context>: CREATE TABLE table_name_62 (date VARCHAR, week VARCHAR, attendance VARCHAR) | SELECT date FROM table_name_62 WHERE week > 13 AND attendance = "41,862" |
42,842 | <question>: What is the sum of caps for players with less than 9 goals ranked below 8? <context>: CREATE TABLE table_name_83 (caps INTEGER, goals VARCHAR, rank VARCHAR) | SELECT SUM(caps) FROM table_name_83 WHERE goals < 9 AND rank > 8 |
42,843 | <question>: What were the years of senior status for active service in 1972–1995? <context>: CREATE TABLE table_name_53 (senior_status VARCHAR, active_service VARCHAR) | SELECT senior_status FROM table_name_53 WHERE active_service = "1972–1995" |
42,844 | <question>: What were the birth and death years when active service was 1972–1995? <context>: CREATE TABLE table_name_54 (born_died VARCHAR, active_service VARCHAR) | SELECT born_died FROM table_name_54 WHERE active_service = "1972–1995" |
42,845 | <question>: Which active services years ended in death and had senior status in 1972–2005? <context>: CREATE TABLE table_name_72 (active_service VARCHAR, reason_for_termination VARCHAR, senior_status VARCHAR) | SELECT active_service FROM table_name_72 WHERE reason_for_termination = "death" AND senior_status = "1972–2005" |
42,846 | <question>: Which date featured the Boston Patriots as the opponent? <context>: CREATE TABLE table_name_96 (date VARCHAR, opponent VARCHAR) | SELECT date FROM table_name_96 WHERE opponent = "boston patriots" |
42,847 | <question>: Who was the opponent during week 8? <context>: CREATE TABLE table_name_67 (opponent VARCHAR, week VARCHAR) | SELECT opponent FROM table_name_67 WHERE week = 8 |
42,848 | <question>: What opponent had an attendance of 12,508 during weeks 1 through 8? <context>: CREATE TABLE table_name_76 (opponent VARCHAR, week VARCHAR, attendance VARCHAR) | SELECT opponent FROM table_name_76 WHERE week < 8 AND attendance = "12,508" |
42,849 | <question>: What week had an attendance of 14,381? <context>: CREATE TABLE table_name_25 (week INTEGER, attendance VARCHAR) | SELECT AVG(week) FROM table_name_25 WHERE attendance = "14,381" |
42,850 | <question>: Which round was Dave Yovanovits picked? <context>: CREATE TABLE table_name_43 (round INTEGER, player VARCHAR) | SELECT MIN(round) FROM table_name_43 WHERE player = "dave yovanovits" |
42,851 | <question>: Where did the player picked for the linebacker position play in college? <context>: CREATE TABLE table_name_6 (college VARCHAR, position VARCHAR) | SELECT college FROM table_name_6 WHERE position = "linebacker" |
42,852 | <question>: Who did the Browns play week 12? <context>: CREATE TABLE table_name_91 (opponent VARCHAR, week VARCHAR) | SELECT opponent FROM table_name_91 WHERE week = 12 |
42,853 | <question>: What was the attendance in the game against the Detroit Lions? <context>: CREATE TABLE table_name_15 (attendance VARCHAR, opponent VARCHAR) | SELECT attendance FROM table_name_15 WHERE opponent = "detroit lions" |
42,854 | <question>: Who played as the away team when they played at Brunswick Street Oval? <context>: CREATE TABLE table_name_73 (away_team VARCHAR, venue VARCHAR) | SELECT away_team FROM table_name_73 WHERE venue = "brunswick street oval" |
42,855 | <question>: Who was the home team when the VFL played Arden Street Oval? <context>: CREATE TABLE table_name_6 (home_team VARCHAR, venue VARCHAR) | SELECT home_team FROM table_name_6 WHERE venue = "arden street oval" |
42,856 | <question>: Who is the away side at junction oval? <context>: CREATE TABLE table_name_1 (away_team VARCHAR, venue VARCHAR) | SELECT away_team FROM table_name_1 WHERE venue = "junction oval" |
42,857 | <question>: Who was the winning driver of the Kraco Car Stereo 150? <context>: CREATE TABLE table_name_78 (winning_driver VARCHAR, name VARCHAR) | SELECT winning_driver FROM table_name_78 WHERE name = "kraco car stereo 150" |
42,858 | <question>: What time was the fastest lap during Stoh's 200 in 1982? <context>: CREATE TABLE table_name_74 (fastest_lap VARCHAR, name VARCHAR) | SELECT fastest_lap FROM table_name_74 WHERE name = "stoh's 200" |
42,859 | <question>: What is the date for the player who debuted later than 1972 against Limerick? <context>: CREATE TABLE table_name_32 (date VARCHAR, début VARCHAR, opposition VARCHAR) | SELECT date FROM table_name_32 WHERE début > 1972 AND opposition = "limerick" |
42,860 | <question>: Which player debuted in 1973 against Limerick and played his last game at the Munster semi-final? <context>: CREATE TABLE table_name_18 (player VARCHAR, début VARCHAR, opposition VARCHAR, last_game VARCHAR) | SELECT player FROM table_name_18 WHERE opposition = "limerick" AND last_game = "munster semi-final" AND début = 1973 |
42,861 | <question>: What date had a Result of l 23–17 in a week later than 7? <context>: CREATE TABLE table_name_78 (date VARCHAR, week VARCHAR, result VARCHAR) | SELECT date FROM table_name_78 WHERE week > 7 AND result = "l 23–17" |
42,862 | <question>: How many people attended the game against the cincinnati bengals? <context>: CREATE TABLE table_name_15 (attendance VARCHAR, opponent VARCHAR) | SELECT COUNT(attendance) FROM table_name_15 WHERE opponent = "cincinnati bengals" |
42,863 | <question>: What was the attendance for the game played at 3:31? <context>: CREATE TABLE table_name_76 (attendance VARCHAR, time VARCHAR) | SELECT attendance FROM table_name_76 WHERE time = "3:31" |
42,864 | <question>: What was the time for game 4? <context>: CREATE TABLE table_name_56 (time VARCHAR, game VARCHAR) | SELECT time FROM table_name_56 WHERE game = 4 |
42,865 | <question>: What was the away team's score at western oval? <context>: CREATE TABLE table_name_14 (away_team VARCHAR, venue VARCHAR) | SELECT away_team AS score FROM table_name_14 WHERE venue = "western oval" |
42,866 | <question>: Before 2007, how many wins were there when the point total was 48? <context>: CREATE TABLE table_name_10 (wins INTEGER, points VARCHAR, year VARCHAR) | SELECT SUM(wins) FROM table_name_10 WHERE points = "48" AND year < 2007 |
42,867 | <question>: In 2011, how many wins did Michael Meadows have? <context>: CREATE TABLE table_name_2 (wins INTEGER, year VARCHAR, drivers VARCHAR) | SELECT SUM(wins) FROM table_name_2 WHERE year = 2011 AND drivers = "michael meadows" |
42,868 | <question>: What is the service of the network Set Max from India? <context>: CREATE TABLE table_name_22 (service VARCHAR, origin_of_programming VARCHAR, network VARCHAR) | SELECT service FROM table_name_22 WHERE origin_of_programming = "india" AND network = "set max" |
42,869 | <question>: Which network's genre is music? <context>: CREATE TABLE table_name_8 (network VARCHAR, genre VARCHAR) | SELECT network FROM table_name_8 WHERE genre = "music" |
42,870 | <question>: What genre is Star Plus from India? <context>: CREATE TABLE table_name_50 (genre VARCHAR, origin_of_programming VARCHAR, network VARCHAR) | SELECT genre FROM table_name_50 WHERE origin_of_programming = "india" AND network = "star plus" |
42,871 | <question>: Where does the network Star Cricket originate? <context>: CREATE TABLE table_name_25 (origin_of_programming VARCHAR, genre VARCHAR, network VARCHAR) | SELECT origin_of_programming FROM table_name_25 WHERE genre = "cricket" AND network = "star cricket" |
42,872 | <question>: What genre is Set Max's Hindi programming? <context>: CREATE TABLE table_name_85 (genre VARCHAR, language VARCHAR, network VARCHAR) | SELECT genre FROM table_name_85 WHERE language = "hindi" AND network = "set max" |
42,873 | <question>: What is fitzroy's score as the home team? <context>: CREATE TABLE table_name_49 (home_team VARCHAR) | SELECT home_team AS score FROM table_name_49 WHERE home_team = "fitzroy" |
42,874 | <question>: What is richmond's score as the home team? <context>: CREATE TABLE table_name_93 (home_team VARCHAR) | SELECT home_team AS score FROM table_name_93 WHERE home_team = "richmond" |
42,875 | <question>: Who was the color commentator for Eric Dickerson and Melissa Stark in 2001? <context>: CREATE TABLE table_name_42 (color_commentator_s_ VARCHAR, sideline_reporter_s_ VARCHAR, year VARCHAR) | SELECT color_commentator_s_ FROM table_name_42 WHERE sideline_reporter_s_ = "eric dickerson and melissa stark" AND year = 2001 |
42,876 | <question>: What network hosted Al Michaels, Dan Fouts and Dennis Miller in 2002? <context>: CREATE TABLE table_name_71 (network VARCHAR, year VARCHAR, play_by_play VARCHAR, color_commentator_s_ VARCHAR) | SELECT network FROM table_name_71 WHERE play_by_play = "al michaels" AND color_commentator_s_ = "dan fouts and dennis miller" AND year < 2002 |
42,877 | <question>: Who was the 2004 color commentator? <context>: CREATE TABLE table_name_82 (color_commentator_s_ VARCHAR, year VARCHAR) | SELECT color_commentator_s_ FROM table_name_82 WHERE year = 2004 |
42,878 | <question>: Who was the color commentator for Andrea Kremer and Tiki Barber? <context>: CREATE TABLE table_name_22 (color_commentator_s_ VARCHAR, sideline_reporter_s_ VARCHAR) | SELECT color_commentator_s_ FROM table_name_22 WHERE sideline_reporter_s_ = "andrea kremer and tiki barber" |
42,879 | <question>: Who was Al Michaels' color commentator in 2003? <context>: CREATE TABLE table_name_69 (color_commentator_s_ VARCHAR, play_by_play VARCHAR, year VARCHAR) | SELECT color_commentator_s_ FROM table_name_69 WHERE play_by_play = "al michaels" AND year > 2003 |
42,880 | <question>: Who was the home team when Geelong was the away team? <context>: CREATE TABLE table_name_76 (home_team VARCHAR, away_team VARCHAR) | SELECT home_team FROM table_name_76 WHERE away_team = "geelong" |
42,881 | <question>: What is the highest overall pick from the College of Southern Mississippi that was selected before round 6? <context>: CREATE TABLE table_name_8 (overall INTEGER, college VARCHAR, round VARCHAR) | SELECT MAX(overall) FROM table_name_8 WHERE college = "southern mississippi" AND round < 6 |
42,882 | <question>: Who, was the coach with an actual adjusted record of 0–19? <context>: CREATE TABLE table_name_2 (coach VARCHAR, actual_adjusted_record VARCHAR) | SELECT coach FROM table_name_2 WHERE actual_adjusted_record = "0–19" |
42,883 | <question>: What is the average Season for coach Fisher, and an actual adjusted record of 0–11? <context>: CREATE TABLE table_name_45 (season INTEGER, coach VARCHAR, actual_adjusted_record VARCHAR) | SELECT AVG(season) FROM table_name_45 WHERE coach = "fisher" AND actual_adjusted_record = "0–11" |
42,884 | <question>: What is the regular season vacated for the Record as played of 12–19? <context>: CREATE TABLE table_name_14 (regular_season_vacated VARCHAR, record_as_played VARCHAR) | SELECT regular_season_vacated FROM table_name_14 WHERE record_as_played = "12–19" |
42,885 | <question>: How many seasons did coach steve fisher have? <context>: CREATE TABLE table_name_5 (season VARCHAR, coach VARCHAR) | SELECT COUNT(season) FROM table_name_5 WHERE coach = "steve fisher" |
42,886 | <question>: What is shown for Record as played with a Regular season Vacated of 24–0 later than 1997? <context>: CREATE TABLE table_name_19 (record_as_played VARCHAR, regular_season_vacated VARCHAR, season VARCHAR) | SELECT record_as_played FROM table_name_19 WHERE regular_season_vacated = "24–0" AND season > 1997 |
42,887 | <question>: How many seasons have an Actual adjusted record of 0–19? <context>: CREATE TABLE table_name_13 (season VARCHAR, actual_adjusted_record VARCHAR) | SELECT COUNT(season) FROM table_name_13 WHERE actual_adjusted_record = "0–19" |
42,888 | <question>: How many gold(s) for teams with a total of 14, and over 6 bronze medals? <context>: CREATE TABLE table_name_26 (gold INTEGER, total VARCHAR, bronze VARCHAR) | SELECT SUM(gold) FROM table_name_26 WHERE total = 14 AND bronze > 6 |
42,889 | <question>: What is the highest number of gold medals for the team ranked 7 with less than 3 bronze? <context>: CREATE TABLE table_name_19 (gold INTEGER, rank VARCHAR, bronze VARCHAR) | SELECT MAX(gold) FROM table_name_19 WHERE rank = "7" AND bronze < 3 |
42,890 | <question>: What is the average number of golds for nations with less than 2 silver, named uzbekistan, and less than 4 bronze? <context>: CREATE TABLE table_name_51 (gold INTEGER, bronze VARCHAR, silver VARCHAR, nation VARCHAR) | SELECT AVG(gold) FROM table_name_51 WHERE silver < 2 AND nation = "uzbekistan" AND bronze < 4 |
42,891 | <question>: What was the away team for the match at Punt Road Oval? <context>: CREATE TABLE table_name_39 (away_team VARCHAR, venue VARCHAR) | SELECT away_team FROM table_name_39 WHERE venue = "punt road oval" |
42,892 | <question>: What was the smallest crowd size for the match played at Junction Oval? <context>: CREATE TABLE table_name_84 (crowd INTEGER, venue VARCHAR) | SELECT MIN(crowd) FROM table_name_84 WHERE venue = "junction oval" |
42,893 | <question>: What was the home team that played Collingwood? <context>: CREATE TABLE table_name_73 (home_team VARCHAR, away_team VARCHAR) | SELECT home_team FROM table_name_73 WHERE away_team = "collingwood" |
42,894 | <question>: Which province has Michael Kirby? <context>: CREATE TABLE table_name_39 (province VARCHAR, name VARCHAR) | SELECT province FROM table_name_39 WHERE name = "michael kirby" |
42,895 | <question>: Which party is Madeleine Plamondon a member of? <context>: CREATE TABLE table_name_94 (party VARCHAR, name VARCHAR) | SELECT party FROM table_name_94 WHERE name = "madeleine plamondon" |
42,896 | <question>: What are the details for Marisa Ferretti Barth? <context>: CREATE TABLE table_name_55 (details VARCHAR, name VARCHAR) | SELECT details FROM table_name_55 WHERE name = "marisa ferretti barth" |
42,897 | <question>: Which party had a member on August 26, 2008? <context>: CREATE TABLE table_name_95 (party VARCHAR, date VARCHAR) | SELECT party FROM table_name_95 WHERE date = "august 26, 2008" |
42,898 | <question>: What are the details for John Buchanan? <context>: CREATE TABLE table_name_71 (details VARCHAR, name VARCHAR) | SELECT details FROM table_name_71 WHERE name = "john buchanan" |
42,899 | <question>: Which province had a liberal party member on December 31, 2006? <context>: CREATE TABLE table_name_38 (province VARCHAR, party VARCHAR, date VARCHAR) | SELECT province FROM table_name_38 WHERE party = "liberal" AND date = "december 31, 2006" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.