Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
41,000 | <question>: Who was eliminated a person at 18:48? <context>: CREATE TABLE table_29692554_2 (eliminated VARCHAR, time VARCHAR) | SELECT eliminated AS by FROM table_29692554_2 WHERE time = "18:48" |
41,001 | <question>: How many entries are shown for entered at 21:09? <context>: CREATE TABLE table_29692554_2 (entered VARCHAR, time VARCHAR) | SELECT COUNT(entered) FROM table_29692554_2 WHERE time = "21:09" |
41,002 | <question>: Who was eliminated by being pinned after a spear at 22:50? <context>: CREATE TABLE table_29692554_2 (wrestler VARCHAR, method_of_elimination VARCHAR, time VARCHAR) | SELECT wrestler FROM table_29692554_2 WHERE method_of_elimination = "Pinned after a spear" AND time = "22:50" |
41,003 | <question>: What number was the person eliminated at 22:50? <context>: CREATE TABLE table_29692554_2 (eliminated VARCHAR, time VARCHAR) | SELECT eliminated FROM table_29692554_2 WHERE time = "22:50" |
41,004 | <question>: what is the circuit where the fastest lap is sam lowes and the winning rider is luca scassa? <context>: CREATE TABLE table_29686983_1 (circuit VARCHAR, fastest_lap VARCHAR, winning_rider VARCHAR) | SELECT circuit FROM table_29686983_1 WHERE fastest_lap = "Sam Lowes" AND winning_rider = "Luca Scassa" |
41,005 | <question>: what is the round wher the fabien foret had the fastest lap and david salom was the pole position? <context>: CREATE TABLE table_29686983_1 (round VARCHAR, fastest_lap VARCHAR, pole_position VARCHAR) | SELECT round FROM table_29686983_1 WHERE fastest_lap = "Fabien Foret" AND pole_position = "David Salom" |
41,006 | <question>: who had the fastest lap for round 1? <context>: CREATE TABLE table_29686983_1 (fastest_lap VARCHAR, round VARCHAR) | SELECT fastest_lap FROM table_29686983_1 WHERE round = 1 |
41,007 | <question>: what is the pole position for france? <context>: CREATE TABLE table_29686983_1 (pole_position VARCHAR, country VARCHAR) | SELECT pole_position FROM table_29686983_1 WHERE country = "France" |
41,008 | <question>: what is the maximum round and fabien foret had the pole position? <context>: CREATE TABLE table_29686983_1 (round INTEGER, pole_position VARCHAR) | SELECT MAX(round) FROM table_29686983_1 WHERE pole_position = "Fabien Foret" |
41,009 | <question>: How many values of attendance occur when ave. on previous season is +645? <context>: CREATE TABLE table_2970978_1 (ave_attendance VARCHAR, ___ave_on_prev_season VARCHAR) | SELECT COUNT(ave_attendance) FROM table_2970978_1 WHERE ___ave_on_prev_season = "+645" |
41,010 | <question>: What is the lowest value of average attendance when average on previous season is -459? <context>: CREATE TABLE table_2970978_1 (ave_attendance INTEGER, ___ave_on_prev_season VARCHAR) | SELECT MIN(ave_attendance) FROM table_2970978_1 WHERE ___ave_on_prev_season = "-459" |
41,011 | <question>: What is the least value for average attendance when average on previous season is +644? <context>: CREATE TABLE table_2970978_1 (ave_attendance INTEGER, ___ave_on_prev_season VARCHAR) | SELECT MIN(ave_attendance) FROM table_2970978_1 WHERE ___ave_on_prev_season = "+644" |
41,012 | <question>: What is every value for average on previous season if the competition is league two? <context>: CREATE TABLE table_2970978_1 (___ave_on_prev_season VARCHAR, competition VARCHAR) | SELECT ___ave_on_prev_season FROM table_2970978_1 WHERE competition = "League Two" |
41,013 | <question>: What is the least w? <context>: CREATE TABLE table_29704430_1 (w INTEGER) | SELECT MIN(w) FROM table_29704430_1 |
41,014 | <question>: What is the most stolen ends? <context>: CREATE TABLE table_29704430_1 (stolen_ends INTEGER) | SELECT MAX(stolen_ends) FROM table_29704430_1 |
41,015 | <question>: What is the total appearances when the total goals is 289? <context>: CREATE TABLE table_29701419_2 (total_appearances INTEGER, total_goals VARCHAR) | SELECT MIN(total_appearances) FROM table_29701419_2 WHERE total_goals = 289 |
41,016 | <question>: What is the league goals when the total goals is 179? <context>: CREATE TABLE table_29701419_2 (league_goals INTEGER, total_goals VARCHAR) | SELECT MAX(league_goals) FROM table_29701419_2 WHERE total_goals = 179 |
41,017 | <question>: How many total appearances are there when the league appearances is 192? <context>: CREATE TABLE table_29701419_2 (total_appearances VARCHAR, league_appearances VARCHAR) | SELECT COUNT(total_appearances) FROM table_29701419_2 WHERE league_appearances = 192 |
41,018 | <question>: Who were the away teams when the competition was the 1st ``republic of srpska football day`` and the home team was u 14 republic of srpska? <context>: CREATE TABLE table_29728596_2 (away_team VARCHAR, competition VARCHAR, home_team VARCHAR) | SELECT away_team FROM table_29728596_2 WHERE competition = "1st ``Republic of Srpska Football Day``" AND home_team = "U 14 Republic of Srpska" |
41,019 | <question>: What were the competitions when the away team was fk kozara gradiska? <context>: CREATE TABLE table_29728596_2 (competition VARCHAR, away_team VARCHAR) | SELECT competition FROM table_29728596_2 WHERE away_team = "FK Kozara Gradiska" |
41,020 | <question>: What are the names of players from the dr congo? <context>: CREATE TABLE table_29743928_3 (name VARCHAR, country VARCHAR) | SELECT name FROM table_29743928_3 WHERE country = "DR Congo" |
41,021 | <question>: How many is the high assist total for players from panama? <context>: CREATE TABLE table_29743928_3 (assists INTEGER, country VARCHAR) | SELECT MAX(assists) FROM table_29743928_3 WHERE country = "Panama" |
41,022 | <question>: What was the result of the home match against FK Rudar Ugljevik? <context>: CREATE TABLE table_29728596_1 (result VARCHAR, away_team VARCHAR) | SELECT result FROM table_29728596_1 WHERE away_team = "FK Rudar Ugljevik" |
41,023 | <question>: Where was the home match against FK Rudar Ugljevik played? <context>: CREATE TABLE table_29728596_1 (location VARCHAR, away_team VARCHAR) | SELECT location FROM table_29728596_1 WHERE away_team = "FK Rudar Ugljevik" |
41,024 | <question>: When 1971 is the year what is the la roche? <context>: CREATE TABLE table_29728787_1 (la_roche VARCHAR, year VARCHAR) | SELECT la_roche FROM table_29728787_1 WHERE year = "1971" |
41,025 | <question>: When deutsche grammophon is the label how many clairons are there? <context>: CREATE TABLE table_29728787_1 (clairon VARCHAR, label VARCHAR) | SELECT COUNT(clairon) FROM table_29728787_1 WHERE label = "Deutsche Grammophon" |
41,026 | <question>: When hermann uhde is the count who is the conductor? <context>: CREATE TABLE table_29728787_1 (conductor VARCHAR, count VARCHAR) | SELECT conductor FROM table_29728787_1 WHERE count = "Hermann Uhde" |
41,027 | <question>: When dietrich fischer-dieskau is the olivier who is the conductor? <context>: CREATE TABLE table_29728787_1 (conductor VARCHAR, olivier VARCHAR) | SELECT conductor FROM table_29728787_1 WHERE olivier = "Dietrich Fischer-Dieskau" |
41,028 | <question>: When karl ridderbusch is the la roche who is the olivier? <context>: CREATE TABLE table_29728787_1 (olivier VARCHAR, la_roche VARCHAR) | SELECT olivier FROM table_29728787_1 WHERE la_roche = "Karl Ridderbusch" |
41,029 | <question>: For what year is the SAR no. 874? <context>: CREATE TABLE table_29753553_1 (year VARCHAR, sar_no VARCHAR) | SELECT year FROM table_29753553_1 WHERE sar_no = 874 |
41,030 | <question>: Who is the writer when the director is bob berlinger? <context>: CREATE TABLE table_29747178_2 (written_by VARCHAR, directed_by VARCHAR) | SELECT written_by FROM table_29747178_2 WHERE directed_by = "Bob Berlinger" |
41,031 | <question>: How many millions of U.S viewers are there when the director is andy wolk? <context>: CREATE TABLE table_29747178_2 (us_viewers__million_ VARCHAR, directed_by VARCHAR) | SELECT us_viewers__million_ FROM table_29747178_2 WHERE directed_by = "Andy Wolk" |
41,032 | <question>: What is the series # when the director is john showalter? <context>: CREATE TABLE table_29747178_2 (series__number VARCHAR, directed_by VARCHAR) | SELECT series__number FROM table_29747178_2 WHERE directed_by = "John Showalter" |
41,033 | <question>: What is the title when the series # is 7? <context>: CREATE TABLE table_29747178_2 (title VARCHAR, series__number VARCHAR) | SELECT title FROM table_29747178_2 WHERE series__number = 7 |
41,034 | <question>: Which episode had a share 16-19 of 23,22%? <context>: CREATE TABLE table_29773532_21 (episode INTEGER, share_16_39 VARCHAR) | SELECT MAX(episode) FROM table_29773532_21 WHERE share_16_39 = "23,22%" |
41,035 | <question>: What was the official rating 16-39 of episode 9? <context>: CREATE TABLE table_29773532_21 (official_rating_16_39 VARCHAR, episode VARCHAR) | SELECT official_rating_16_39 FROM table_29773532_21 WHERE episode = 9 |
41,036 | <question>: What is the intro date for the interface that equals pci? <context>: CREATE TABLE table_29778616_1 (intro_date VARCHAR, interface VARCHAR) | SELECT intro_date FROM table_29778616_1 WHERE interface = "PCI" |
41,037 | <question>: What is the intro date for the throughput of 16 mbit/s? <context>: CREATE TABLE table_29778616_1 (intro_date VARCHAR, throughput VARCHAR) | SELECT intro_date FROM table_29778616_1 WHERE throughput = "16 Mbit/s" |
41,038 | <question>: How many intro dates have the price of 686€? <context>: CREATE TABLE table_29778616_1 (intro_date VARCHAR, price VARCHAR) | SELECT COUNT(intro_date) FROM table_29778616_1 WHERE price = "686€" |
41,039 | <question>: What is the price for the manufacturer LETech? <context>: CREATE TABLE table_29778616_1 (price VARCHAR, manufacturer VARCHAR) | SELECT price FROM table_29778616_1 WHERE manufacturer = "LETech" |
41,040 | <question>: What is the price (usd) for the model pq32mu? <context>: CREATE TABLE table_29778616_1 (price__usd_ INTEGER, model VARCHAR) | SELECT MIN(price__usd_) FROM table_29778616_1 WHERE model = "PQ32MU" |
41,041 | <question>: Who is the manufacturer whose intro date is 2006 and their throughput is 4 mbit/s? <context>: CREATE TABLE table_29778616_1 (manufacturer VARCHAR, intro_date VARCHAR, throughput VARCHAR) | SELECT manufacturer FROM table_29778616_1 WHERE intro_date = "2006" AND throughput = "4 Mbit/s" |
41,042 | <question>: What was the Lok Sabha in Karakat (Vidhan Sabha Constituency)? <context>: CREATE TABLE table_29785324_5 (lok_sabha VARCHAR, vidhan_sabha_constituency VARCHAR) | SELECT lok_sabha FROM table_29785324_5 WHERE vidhan_sabha_constituency = "Karakat (Vidhan Sabha constituency)" |
41,043 | <question>: How many were in the Kargahar (vidhan sabha constituency)? <context>: CREATE TABLE table_29785324_5 (constituency_no INTEGER, vidhan_sabha_constituency VARCHAR) | SELECT MIN(constituency_no) FROM table_29785324_5 WHERE vidhan_sabha_constituency = "Kargahar (Vidhan Sabha constituency)" |
41,044 | <question>: What district has 213 constituents? <context>: CREATE TABLE table_29785324_5 (district VARCHAR, constituency_no VARCHAR) | SELECT COUNT(district) FROM table_29785324_5 WHERE constituency_no = 213 |
41,045 | <question>: How many Lok Sabha are in the one with 216 constituents? <context>: CREATE TABLE table_29785324_5 (lok_sabha VARCHAR, constituency_no VARCHAR) | SELECT lok_sabha FROM table_29785324_5 WHERE constituency_no = 216 |
41,046 | <question>: How many countries spent at least $51.0 billion in international tourism in 2012? <context>: CREATE TABLE table_29789_3 (rank_2012 INTEGER, international_tourism_expenditure_2011 VARCHAR) | SELECT MAX(rank_2012) FROM table_29789_3 WHERE international_tourism_expenditure_2011 = "$51.0 billion" |
41,047 | <question>: How many countries spent $83.7 billion on international tourism in 2012? <context>: CREATE TABLE table_29789_3 (_percentage_change VARCHAR, international_tourism_expenditure_2012 VARCHAR) | SELECT COUNT(_percentage_change) FROM table_29789_3 WHERE international_tourism_expenditure_2012 = "$83.7 billion" |
41,048 | <question>: What was the percentage increase in spending on international tourism from 2011 to 2012 of the country that spent $85.9 billion in 2011? <context>: CREATE TABLE table_29789_3 (_percentage_change VARCHAR, international_tourism_expenditure_2011 VARCHAR) | SELECT _percentage_change FROM table_29789_3 WHERE international_tourism_expenditure_2011 = "$85.9 billion" |
41,049 | <question>: Which country saw a 5.7% increase in spending on international tourism between 2011 and 2012? <context>: CREATE TABLE table_29789_3 (country VARCHAR, _percentage_change VARCHAR) | SELECT country FROM table_29789_3 WHERE _percentage_change = "5.7" |
41,050 | <question>: Name the most other apps for league goals being 1 <context>: CREATE TABLE table_2979789_1 (other_apps INTEGER, league_goals VARCHAR) | SELECT MAX(other_apps) FROM table_2979789_1 WHERE league_goals = 1 |
41,051 | <question>: Name the most fa cup apps for league apps being 27 <context>: CREATE TABLE table_2979789_1 (fa_cup_apps INTEGER, league_apps VARCHAR) | SELECT MAX(fa_cup_apps) FROM table_2979789_1 WHERE league_apps = 27 |
41,052 | <question>: Name the total number of division for fa cups being 9 <context>: CREATE TABLE table_2979789_1 (division VARCHAR, fa_cup_apps VARCHAR) | SELECT COUNT(division) FROM table_2979789_1 WHERE fa_cup_apps = 9 |
41,053 | <question>: How many international tourists visited Russia in 2012? <context>: CREATE TABLE table_29789_1 (international_tourist_arrivals__2012_ VARCHAR, country VARCHAR) | SELECT international_tourist_arrivals__2012_ FROM table_29789_1 WHERE country = "Russia" |
41,054 | <question>: What was the premiere date for the episode whose alternate title was miłość i przeznaczenie? <context>: CREATE TABLE table_29799700_2 (series_premiere VARCHAR, alternante_title VARCHAR) | SELECT series_premiere FROM table_29799700_2 WHERE alternante_title = "Miłość i przeznaczenie" |
41,055 | <question>: Which TV network had its series finale on May 7, 2012? <context>: CREATE TABLE table_29799700_2 (tv_network_s_ VARCHAR, series_finale VARCHAR) | SELECT tv_network_s_ FROM table_29799700_2 WHERE series_finale = "May 7, 2012" |
41,056 | <question>: What was the date of the series premiere whose TV network was TV3? <context>: CREATE TABLE table_29799700_2 (series_premiere VARCHAR, tv_network_s_ VARCHAR) | SELECT series_premiere FROM table_29799700_2 WHERE tv_network_s_ = "TV3" |
41,057 | <question>: Which TV network has a country of origin of Iran? <context>: CREATE TABLE table_29799700_2 (tv_network_s_ VARCHAR, country VARCHAR) | SELECT tv_network_s_ FROM table_29799700_2 WHERE country = "Iran" |
41,058 | <question>: What was the date of the series finale for Peru? <context>: CREATE TABLE table_29799700_2 (series_finale VARCHAR, country VARCHAR) | SELECT series_finale FROM table_29799700_2 WHERE country = "Peru" |
41,059 | <question>: What is every original air date with U.S. viewers of 0.23 million? <context>: CREATE TABLE table_29803475_2 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) | SELECT original_air_date FROM table_29803475_2 WHERE us_viewers__million_ = "0.23" |
41,060 | <question>: What is the lowest number in series when U.S. viewers is 0.23 million? <context>: CREATE TABLE table_29803475_2 (no_in_series INTEGER, us_viewers__million_ VARCHAR) | SELECT MIN(no_in_series) FROM table_29803475_2 WHERE us_viewers__million_ = "0.23" |
41,061 | <question>: What were the total apps for Dunne in season where he had 0 league goals? <context>: CREATE TABLE table_2980024_1 (total_apps VARCHAR, league_goals VARCHAR) | SELECT total_apps FROM table_2980024_1 WHERE league_goals = 0 |
41,062 | <question>: How many league goals did Dunne have in the season where he had 2 league apps? <context>: CREATE TABLE table_2980024_1 (league_goals VARCHAR, league_apps VARCHAR) | SELECT league_goals FROM table_2980024_1 WHERE league_apps = 2 |
41,063 | <question>: How many other goals did Dunne have in the season where he had 1 league goal? <context>: CREATE TABLE table_2980024_1 (other_goals VARCHAR, league_goals VARCHAR) | SELECT other_goals FROM table_2980024_1 WHERE league_goals = 1 |
41,064 | <question>: When boston university is the team what is the record? <context>: CREATE TABLE table_29846807_5 (record VARCHAR, team VARCHAR) | SELECT record FROM table_29846807_5 WHERE team = "Boston University" |
41,065 | <question>: What is the subject when the highest mark is 79? <context>: CREATE TABLE table_29842201_1 (subject VARCHAR, highest_mark VARCHAR) | SELECT subject FROM table_29842201_1 WHERE highest_mark = 79 |
41,066 | <question>: How many lowest mark entries are there when % passed is 76? <context>: CREATE TABLE table_29842201_1 (lowest_mark VARCHAR, _percentage_pass VARCHAR) | SELECT COUNT(lowest_mark) FROM table_29842201_1 WHERE _percentage_pass = 76 |
41,067 | <question>: if the flm winning team is no. 99 jmb racing what is the name of the lmp2 winning team <context>: CREATE TABLE table_29826467_2 (lmp2_winning_team VARCHAR, flm_winning_team VARCHAR) | SELECT lmp2_winning_team FROM table_29826467_2 WHERE flm_winning_team = "No. 99 JMB Racing" |
41,068 | <question>: Who is every high rebound when the team is Mount St. Mary's? <context>: CREATE TABLE table_29846807_4 (high_rebounds VARCHAR, team VARCHAR) | SELECT high_rebounds FROM table_29846807_4 WHERE team = "Mount St. Mary's" |
41,069 | <question>: What position was serena abrami in? <context>: CREATE TABLE table_29857115_4 (position VARCHAR, singer VARCHAR) | SELECT position FROM table_29857115_4 WHERE singer = "Serena Abrami" |
41,070 | <question>: What was gabriella ferrone's result on the 5th evening? <context>: CREATE TABLE table_29857115_4 (singer VARCHAR) | SELECT 5 AS th_evening FROM table_29857115_4 WHERE singer = "Gabriella Ferrone" |
41,071 | <question>: What is the maximum overall number? <context>: CREATE TABLE table_2985714_2 (_number INTEGER) | SELECT MAX(_number) FROM table_2985714_2 |
41,072 | <question>: When the number is 2 what is the lowest amount of al-wedhat wins? <context>: CREATE TABLE table_2985714_2 (al_wehdat_wins INTEGER, _number VARCHAR) | SELECT MIN(al_wehdat_wins) FROM table_2985714_2 WHERE _number = 2 |
41,073 | <question>: When jordan fa cup is the tournament how many draws? <context>: CREATE TABLE table_2985714_2 (draws VARCHAR, tournament VARCHAR) | SELECT COUNT(draws) FROM table_2985714_2 WHERE tournament = "Jordan FA Cup" |
41,074 | <question>: What is the highest value of area when capital is San Juan? <context>: CREATE TABLE table_298550_1 (area__km²_ INTEGER, capital VARCHAR) | SELECT MAX(area__km²_) FROM table_298550_1 WHERE capital = "San Juan" |
41,075 | <question>: How many entries for area correspond to a population density of 207.9? <context>: CREATE TABLE table_298550_1 (area__km²_ VARCHAR, population_density__per_km²_ VARCHAR) | SELECT COUNT(area__km²_) FROM table_298550_1 WHERE population_density__per_km²_ = "207.9" |
41,076 | <question>: What is every entry for area if capital is Port-au-Prince? <context>: CREATE TABLE table_298550_1 (area__km²_ VARCHAR, capital VARCHAR) | SELECT area__km²_ FROM table_298550_1 WHERE capital = "Port-au-Prince" |
41,077 | <question>: What is every country with a flag with population of 11346670? <context>: CREATE TABLE table_298550_1 (country_with_flag VARCHAR, population__1_july_2005_est_ VARCHAR) | SELECT country_with_flag FROM table_298550_1 WHERE population__1_july_2005_est_ = 11346670 |
41,078 | <question>: What is the highest value for population when area is 9104? <context>: CREATE TABLE table_298550_1 (population__1_july_2005_est_ INTEGER, area__km²_ VARCHAR) | SELECT MAX(population__1_july_2005_est_) FROM table_298550_1 WHERE area__km²_ = 9104 |
41,079 | <question>: What many times was the victoria derby raced? <context>: CREATE TABLE table_2985987_2 (date VARCHAR, race VARCHAR) | SELECT COUNT(date) FROM table_2985987_2 WHERE race = "Victoria Derby" |
41,080 | <question>: What is the autumn classic weight? <context>: CREATE TABLE table_2985987_2 (weight__kg_ VARCHAR, race VARCHAR) | SELECT weight__kg_ FROM table_2985987_2 WHERE race = "Autumn Classic" |
41,081 | <question>: Who directed the episode that had 3.55 million viewers? <context>: CREATE TABLE table_29897962_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR) | SELECT directed_by FROM table_29897962_1 WHERE us_viewers__million_ = "3.55" |
41,082 | <question>: What are the dimensions of the coin worth ₩200? <context>: CREATE TABLE table_298883_5 (dimensions VARCHAR, value VARCHAR) | SELECT dimensions FROM table_298883_5 WHERE value = "₩200" |
41,083 | <question>: How many different dates of issue are the for the coin with kumsusan memorial palace on the obverse? <context>: CREATE TABLE table_298883_5 (date_of_issue VARCHAR, obverse VARCHAR) | SELECT COUNT(date_of_issue) FROM table_298883_5 WHERE obverse = "Kumsusan Memorial Palace" |
41,084 | <question>: What are the dimensions of the coin issued in 1992 with kim il-sung on the obverse? <context>: CREATE TABLE table_298883_5 (dimensions VARCHAR, obverse VARCHAR, date_of_issue VARCHAR) | SELECT dimensions FROM table_298883_5 WHERE obverse = "Kim Il-sung" AND date_of_issue = "1992" |
41,085 | <question>: What is on the reverse side of the ₩500 coin? <context>: CREATE TABLE table_298883_5 (reverse VARCHAR, value VARCHAR) | SELECT reverse FROM table_298883_5 WHERE value = "₩500" |
41,086 | <question>: What is on the reverse side of the ₩100 coin? <context>: CREATE TABLE table_298883_5 (reverse VARCHAR, value VARCHAR) | SELECT reverse FROM table_298883_5 WHERE value = "₩100" |
41,087 | <question>: What are the dimensions of the coin with western sea barrage and locks at taedong gang on the reverse side? <context>: CREATE TABLE table_298883_5 (dimensions VARCHAR, reverse VARCHAR) | SELECT dimensions FROM table_298883_5 WHERE reverse = "Western sea barrage and locks at Taedong Gang" |
41,088 | <question>: What are all the name(namesakes) for the entire chart? <context>: CREATE TABLE table_29860752_11 (name__namesake_ VARCHAR) | SELECT name__namesake_ FROM table_29860752_11 |
41,089 | <question>: What TV season was the 1st season? <context>: CREATE TABLE table_299121_2 (tv_season VARCHAR, season VARCHAR) | SELECT tv_season FROM table_299121_2 WHERE season = "1st" |
41,090 | <question>: When was the 3rd season premiere originally aired? <context>: CREATE TABLE table_299121_2 (season VARCHAR) | SELECT season AS premiere FROM table_299121_2 WHERE season = "3rd" |
41,091 | <question>: What was the 2nd's season's ranking? <context>: CREATE TABLE table_299121_2 (ranking VARCHAR, season VARCHAR) | SELECT ranking FROM table_299121_2 WHERE season = "2nd" |
41,092 | <question>: When did the season premiere that saw 8.4 million viewers first air? <context>: CREATE TABLE table_299121_2 (season VARCHAR, viewers__in_millions_ VARCHAR) | SELECT season AS premiere FROM table_299121_2 WHERE viewers__in_millions_ = "8.4" |
41,093 | <question>: Who directed the episode that was watched by 2.97 million U.S. viewers? <context>: CREATE TABLE table_29920800_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR) | SELECT directed_by FROM table_29920800_1 WHERE us_viewers__million_ = "2.97" |
41,094 | <question>: What is the original air date of the episode written by Liz Feldman? <context>: CREATE TABLE table_29920800_1 (original_air_date VARCHAR, written_by VARCHAR) | SELECT original_air_date FROM table_29920800_1 WHERE written_by = "Liz Feldman" |
41,095 | <question>: Who wrote the episode that was watched by 2.97 million U.S. viewers? <context>: CREATE TABLE table_29920800_1 (written_by VARCHAR, us_viewers__million_ VARCHAR) | SELECT written_by FROM table_29920800_1 WHERE us_viewers__million_ = "2.97" |
41,096 | <question>: How many millions of U.S viewers watched the episode written by Liz Feldman? <context>: CREATE TABLE table_29920800_1 (us_viewers__million_ VARCHAR, written_by VARCHAR) | SELECT us_viewers__million_ FROM table_29920800_1 WHERE written_by = "Liz Feldman" |
41,097 | <question>: How many people attended the uefa champions league competition? <context>: CREATE TABLE table_299271_2 (attendance VARCHAR, competition VARCHAR) | SELECT attendance FROM table_299271_2 WHERE competition = "UEFA Champions League" |
41,098 | <question>: How many women has reached the title of Miss International representing the country ranked as number 1? <context>: CREATE TABLE table_29942205_1 (miss_international INTEGER, rank VARCHAR) | SELECT MIN(miss_international) FROM table_29942205_1 WHERE rank = 1 |
41,099 | <question>: How many women has got the first runner-up position in representation of Philippines? <context>: CREATE TABLE table_29942205_1 (country_territory VARCHAR) | SELECT 1 AS st_runner_up FROM table_29942205_1 WHERE country_territory = "Philippines" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.