combined_text
stringlengths
106
1.05k
###question:How many solar eclipse during June 10-11 and march 27-29 is 149?###answer:SELECT june_10_11 FROM table_25287007_2 WHERE march_27_29 = "149"###context:CREATE TABLE table_25287007_2 (june_10_11 VARCHAR, march_27_29 VARCHAR)
###question:How many solar eclipse during august 21-22 and January 15-16 is 141?###answer:SELECT august_21_22 FROM table_25287007_2 WHERE january_15_16 = "141"###context:CREATE TABLE table_25287007_2 (august_21_22 VARCHAR, january_15_16 VARCHAR)
###question:How many solar eclipse during January 15-16 and august 21-22 on august 21, 2017?###answer:SELECT january_15_16 FROM table_25287007_2 WHERE august_21_22 = "August 21, 2017"###context:CREATE TABLE table_25287007_2 (january_15_16 VARCHAR, august_21_22 VARCHAR)
###question:Name the fastest lap for round 14###answer:SELECT COUNT(fastest_lap) FROM table_25322130_3 WHERE round = "14"###context:CREATE TABLE table_25322130_3 (fastest_lap VARCHAR, round VARCHAR)
###question:Name the winning driver for 20 april###answer:SELECT winning_driver FROM table_25322130_3 WHERE date = "20 April"###context:CREATE TABLE table_25322130_3 (winning_driver VARCHAR, date VARCHAR)
###question:Name the circuit for 13 july###answer:SELECT circuit FROM table_25322130_3 WHERE date = "13 July"###context:CREATE TABLE table_25322130_3 (circuit VARCHAR, date VARCHAR)
###question:Name the fastest lap for round 3###answer:SELECT fastest_lap FROM table_25322130_3 WHERE round = "3"###context:CREATE TABLE table_25322130_3 (fastest_lap VARCHAR, round VARCHAR)
###question:Name the fastest lap for piquet sports and silverstone###answer:SELECT fastest_lap FROM table_25322130_3 WHERE winning_team = "Piquet Sports" AND circuit = "Silverstone"###context:CREATE TABLE table_25322130_3 (fastest_lap VARCHAR, winning_team VARCHAR, circuit VARCHAR)
###question:How many laps where the position is 10th and the races is smaller than 9.0?###answer:SELECT COUNT(f_laps) FROM table_25318033_1 WHERE position = "10th" AND races < 9.0###context:CREATE TABLE table_25318033_1 (f_laps VARCHAR, position VARCHAR, races VARCHAR)
###question:What is the lowest amount of races?###answer:SELECT MIN(races) FROM table_25318033_1###context:CREATE TABLE table_25318033_1 (races INTEGER)
###question:Which races have 137 points?###answer:SELECT races FROM table_25318033_1 WHERE points = "137"###context:CREATE TABLE table_25318033_1 (races VARCHAR, points VARCHAR)
###question:What team has 137 points?###answer:SELECT team FROM table_25318033_1 WHERE points = "137"###context:CREATE TABLE table_25318033_1 (team VARCHAR, points VARCHAR)
###question:How many points were scored when the podiums is 0 and position is 10th?###answer:SELECT points FROM table_25318033_1 WHERE podiums = 0 AND position = "10th"###context:CREATE TABLE table_25318033_1 (points VARCHAR, podiums VARCHAR, position VARCHAR)
###question:What is the rate limit when the desired rate change (%) is +40.4?###answer:SELECT rate_limit__p_ FROM table_25316812_1 WHERE desired_rate_change___percentage_ = "+40.4"###context:CREATE TABLE table_25316812_1 (rate_limit__p_ VARCHAR, desired_rate_change___percentage_ VARCHAR)
###question:What is the rate limit when budget plans (£m) is limit agreed?###answer:SELECT rate_limit__p_ FROM table_25316812_1 WHERE budget_plans__£m_ = "limit agreed"###context:CREATE TABLE table_25316812_1 (rate_limit__p_ VARCHAR, budget_plans__£m_ VARCHAR)
###question:What is the rate limit when the desired rate (p) is 162?###answer:SELECT rate_limit__p_ FROM table_25316812_1 WHERE desired_rate__p_ = "162"###context:CREATE TABLE table_25316812_1 (rate_limit__p_ VARCHAR, desired_rate__p_ VARCHAR)
###question:What is the rate change % when the rate limit is 82.86?###answer:SELECT rate_change___percentage_ FROM table_25316812_1 WHERE rate_limit__p_ = "82.86"###context:CREATE TABLE table_25316812_1 (rate_change___percentage_ VARCHAR, rate_limit__p_ VARCHAR)
###question:What is the desired rate when the rate limit (p) is 50.33?###answer:SELECT desired_rate__p_ FROM table_25316812_1 WHERE rate_limit__p_ = "50.33"###context:CREATE TABLE table_25316812_1 (desired_rate__p_ VARCHAR, rate_limit__p_ VARCHAR)
###question:What is the authority who set the budget limit (£m) at 900?###answer:SELECT authority FROM table_25316812_1 WHERE budget_limit__£m_ = "900"###context:CREATE TABLE table_25316812_1 (authority VARCHAR, budget_limit__£m_ VARCHAR)
###question:What was the highest share?###answer:SELECT MAX(share) FROM table_25304789_1###context:CREATE TABLE table_25304789_1 (share INTEGER)
###question:What was the final score of the game with 7523 in attendance?###answer:SELECT final_score FROM table_25331766_3 WHERE attendance = 7523###context:CREATE TABLE table_25331766_3 (final_score VARCHAR, attendance VARCHAR)
###question:What is the lowest attendance?###answer:SELECT MIN(attendance) FROM table_25331766_3###context:CREATE TABLE table_25331766_3 (attendance INTEGER)
###question:If the rebounds are at 87, what are the amount of steals?###answer:SELECT steals FROM table_25342713_5 WHERE rebounds = 87###context:CREATE TABLE table_25342713_5 (steals VARCHAR, rebounds VARCHAR)
###question:How many players 89 points?###answer:SELECT COUNT(blocks) FROM table_25342713_5 WHERE points = 89###context:CREATE TABLE table_25342713_5 (blocks VARCHAR, points VARCHAR)
###question:If the Steals are 20, what are the blocks?###answer:SELECT MAX(blocks) FROM table_25342713_5 WHERE steals = 20###context:CREATE TABLE table_25342713_5 (blocks INTEGER, steals VARCHAR)
###question:How many millions of viewers did the episode directed by Jeffrey Blitz have?###answer:SELECT us_viewers__million_ FROM table_25341765_1 WHERE directed_by = "Jeffrey Blitz"###context:CREATE TABLE table_25341765_1 (us_viewers__million_ VARCHAR, directed_by VARCHAR)
###question:Who directed the episode that had 5.92 million viewers?###answer:SELECT directed_by FROM table_25341765_1 WHERE us_viewers__million_ = "5.92"###context:CREATE TABLE table_25341765_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
###question:What was the name of the episode Alan Yang wrote?###answer:SELECT title FROM table_25341765_1 WHERE written_by = "Alan Yang"###context:CREATE TABLE table_25341765_1 (title VARCHAR, written_by VARCHAR)
###question:How many episodes were directed by Michael McCullers?###answer:SELECT COUNT(original_air_date) FROM table_25341765_1 WHERE directed_by = "Michael McCullers"###context:CREATE TABLE table_25341765_1 (original_air_date VARCHAR, directed_by VARCHAR)
###question:When 3rd is the position what is the lowest amount of points?###answer:SELECT MIN(points) FROM table_25352318_1 WHERE position = "3rd"###context:CREATE TABLE table_25352318_1 (points INTEGER, position VARCHAR)
###question:When art grand prix is the team and 2010 is the season how many wins are there?###answer:SELECT COUNT(wins) FROM table_25352318_1 WHERE season = 2010 AND team = "ART Grand Prix"###context:CREATE TABLE table_25352318_1 (wins VARCHAR, season VARCHAR, team VARCHAR)
###question:When 7th is the position and 15 is the race who is the team?###answer:SELECT team FROM table_25352318_1 WHERE races = 15 AND position = "7th"###context:CREATE TABLE table_25352318_1 (team VARCHAR, races VARCHAR, position VARCHAR)
###question:What is the lowest overall amount of poles?###answer:SELECT MIN(poles) FROM table_25352318_1###context:CREATE TABLE table_25352318_1 (poles INTEGER)
###question:When racing engineering is the team and 2012 is the team what is the position?###answer:SELECT position FROM table_25352318_1 WHERE season = 2012 AND team = "Racing Engineering"###context:CREATE TABLE table_25352318_1 (position VARCHAR, season VARCHAR, team VARCHAR)
###question:Is the facility opened in 1968 a major facility?###answer:SELECT Major AS facility FROM table_25346763_1 WHERE year_opened = "1968"###context:CREATE TABLE table_25346763_1 (Major VARCHAR, year_opened VARCHAR)
###question:What is the custody level of the facility in Shelton?###answer:SELECT custody_level_s_ FROM table_25346763_1 WHERE location = "Shelton"###context:CREATE TABLE table_25346763_1 (custody_level_s_ VARCHAR, location VARCHAR)
###question:Is the Washington Corrections Center for Women (WCCW) a major facility?###answer:SELECT Major AS facility FROM table_25346763_1 WHERE facility = "Washington Corrections Center for Women (WCCW)"###context:CREATE TABLE table_25346763_1 (Major VARCHAR, facility VARCHAR)
###question:What is the capacity for a facility opened in 1956?###answer:SELECT COUNT(capacity) FROM table_25346763_1 WHERE year_opened = "1956"###context:CREATE TABLE table_25346763_1 (capacity VARCHAR, year_opened VARCHAR)
###question:What facility opening in 1954?###answer:SELECT facility FROM table_25346763_1 WHERE year_opened = "1954"###context:CREATE TABLE table_25346763_1 (facility VARCHAR, year_opened VARCHAR)
###question:Which player had 6 assists? ###answer:SELECT player FROM table_25353861_5 WHERE assists = 6###context:CREATE TABLE table_25353861_5 (player VARCHAR, assists VARCHAR)
###question:What is the fewest steals any player had?###answer:SELECT MIN(steals) FROM table_25353861_5###context:CREATE TABLE table_25353861_5 (steals INTEGER)
###question:How many steals did Kelly Miller have?###answer:SELECT MIN(steals) FROM table_25353861_5 WHERE player = "Kelly Miller"###context:CREATE TABLE table_25353861_5 (steals INTEGER, player VARCHAR)
###question:Which player had 9 blocks?###answer:SELECT player FROM table_25353861_5 WHERE blocks = 9###context:CREATE TABLE table_25353861_5 (player VARCHAR, blocks VARCHAR)
###question:How many rebounds did Tammy Sutton-Brown have?###answer:SELECT rebounds FROM table_25353861_5 WHERE player = "Tammy Sutton-Brown"###context:CREATE TABLE table_25353861_5 (rebounds VARCHAR, player VARCHAR)
###question:What was the science score in the year there was a social studies score of 93.56?###answer:SELECT science FROM table_2534578_1 WHERE social_studies = "93.56"###context:CREATE TABLE table_2534578_1 (science VARCHAR, social_studies VARCHAR)
###question:How many years did the school have a mathetmatics score of 98.02?###answer:SELECT COUNT(science) FROM table_2534578_1 WHERE mathematics = "98.02"###context:CREATE TABLE table_2534578_1 (science VARCHAR, mathematics VARCHAR)
###question:What was the reading score in the year the science score was 96.13?###answer:SELECT reading FROM table_2534578_1 WHERE science = "96.13"###context:CREATE TABLE table_2534578_1 (reading VARCHAR, science VARCHAR)
###question:What was the language score when the reading score was 94.47?###answer:SELECT language FROM table_2534578_1 WHERE reading = "94.47"###context:CREATE TABLE table_2534578_1 (language VARCHAR, reading VARCHAR)
###question:How many values for points have Sophia Witherspoon as the player?###answer:SELECT COUNT(points) FROM table_25352324_5 WHERE player = "Sophia Witherspoon"###context:CREATE TABLE table_25352324_5 (points VARCHAR, player VARCHAR)
###question:What is the highest value for points?###answer:SELECT MAX(points) FROM table_25352324_5###context:CREATE TABLE table_25352324_5 (points INTEGER)
###question:What is every value for rebounds when steals is 19?###answer:SELECT rebounds FROM table_25352324_5 WHERE steals = 19###context:CREATE TABLE table_25352324_5 (rebounds VARCHAR, steals VARCHAR)
###question:What is every value for points if rebounds is 6 and blocks is 0?###answer:SELECT points FROM table_25352324_5 WHERE rebounds = 6 AND blocks = 0###context:CREATE TABLE table_25352324_5 (points VARCHAR, rebounds VARCHAR, blocks VARCHAR)
###question:What is every entry for assists if the player is Lynn Pride?###answer:SELECT assists FROM table_25352324_5 WHERE player = "Lynn Pride"###context:CREATE TABLE table_25352324_5 (assists VARCHAR, player VARCHAR)
###question:What is the air date of the episode written by Itamar Moses? ###answer:SELECT original_air_date FROM table_25356350_3 WHERE written_by = "Itamar Moses"###context:CREATE TABLE table_25356350_3 (original_air_date VARCHAR, written_by VARCHAR)
###question:What is the june 10-11 when august 21-22 is august 21, 2017?###answer:SELECT june_10_11 FROM table_25355392_2 WHERE august_21_22 = "August 21, 2017"###context:CREATE TABLE table_25355392_2 (june_10_11 VARCHAR, august_21_22 VARCHAR)
###question:how many times is march 27-29 is 129?###answer:SELECT COUNT(november_3) FROM table_25355392_2 WHERE march_27_29 = "129"###context:CREATE TABLE table_25355392_2 (november_3 VARCHAR, march_27_29 VARCHAR)
###question:what is june 10-11 when march 27-29 is 149?###answer:SELECT june_10_11 FROM table_25355392_2 WHERE march_27_29 = "149"###context:CREATE TABLE table_25355392_2 (june_10_11 VARCHAR, march_27_29 VARCHAR)
###question:what is november 3 when june 10-11 is june 10, 1964?###answer:SELECT november_3 FROM table_25355392_2 WHERE june_10_11 = "June 10, 1964"###context:CREATE TABLE table_25355392_2 (november_3 VARCHAR, june_10_11 VARCHAR)
###question:what is march 27-29 when november 3 is 133?###answer:SELECT march_27_29 FROM table_25355392_2 WHERE november_3 = "133"###context:CREATE TABLE table_25355392_2 (march_27_29 VARCHAR, november_3 VARCHAR)
###question:What is january 15-16 when november 3 is 153?###answer:SELECT january_15_16 FROM table_25355392_2 WHERE november_3 = "153"###context:CREATE TABLE table_25355392_2 (january_15_16 VARCHAR, november_3 VARCHAR)
###question: january 15-16 when august 21-22 is august 22, 1979?###answer:SELECT january_15_16 FROM table_25355501_2 WHERE august_21_22 = "August 22, 1979"###context:CREATE TABLE table_25355501_2 (january_15_16 VARCHAR, august_21_22 VARCHAR)
###question:How many entries are shown for november 3 when january 15-16 is 141?###answer:SELECT COUNT(november_3) FROM table_25355501_2 WHERE january_15_16 = "141"###context:CREATE TABLE table_25355501_2 (november_3 VARCHAR, january_15_16 VARCHAR)
###question: march 27-29 where june 10-11 is 127?###answer:SELECT march_27_29 FROM table_25355501_2 WHERE june_10_11 = "127"###context:CREATE TABLE table_25355501_2 (march_27_29 VARCHAR, june_10_11 VARCHAR)
###question: june 10-11 when november 3 is 133?###answer:SELECT june_10_11 FROM table_25355501_2 WHERE november_3 = "133"###context:CREATE TABLE table_25355501_2 (june_10_11 VARCHAR, november_3 VARCHAR)
###question: june 10-11 when january 15-16 is january 15, 1991?###answer:SELECT june_10_11 FROM table_25355501_2 WHERE january_15_16 = "January 15, 1991"###context:CREATE TABLE table_25355501_2 (june_10_11 VARCHAR, january_15_16 VARCHAR)
###question:What is shown for november 3 when august 21-22 is august 22, 1998?###answer:SELECT november_3 FROM table_25355501_2 WHERE august_21_22 = "August 22, 1998"###context:CREATE TABLE table_25355501_2 (november_3 VARCHAR, august_21_22 VARCHAR)
###question:Name the number of teams for 11th position september 10###answer:SELECT COUNT(team) FROM table_25361570_2 WHERE position_in_table = "11th" AND date_of_appointment = "September 10"###context:CREATE TABLE table_25361570_2 (team VARCHAR, position_in_table VARCHAR, date_of_appointment VARCHAR)
###question:Name the replaced by for august 9 ###answer:SELECT replaced_by FROM table_25361570_2 WHERE date_of_vacancy = "August 9" AND date_of_appointment = "August 9"###context:CREATE TABLE table_25361570_2 (replaced_by VARCHAR, date_of_vacancy VARCHAR, date_of_appointment VARCHAR)
###question:Name the most number for charvez davis###answer:SELECT MAX(_number) FROM table_25360865_1 WHERE name = "Charvez Davis"###context:CREATE TABLE table_25360865_1 (_number INTEGER, name VARCHAR)
###question:Name the most height###answer:SELECT MAX(weight) FROM table_25360865_1###context:CREATE TABLE table_25360865_1 (weight INTEGER)
###question:Name the number of home town for number being 32###answer:SELECT COUNT(home_town) FROM table_25360865_1 WHERE _number = 32###context:CREATE TABLE table_25360865_1 (home_town VARCHAR, _number VARCHAR)
###question:Name the total number of height for number 32###answer:SELECT COUNT(height) FROM table_25360865_1 WHERE _number = 32###context:CREATE TABLE table_25360865_1 (height VARCHAR, _number VARCHAR)
###question:Name the number for florida air academy###answer:SELECT _number FROM table_25360865_1 WHERE last_school = "Florida Air Academy"###context:CREATE TABLE table_25360865_1 (_number VARCHAR, last_school VARCHAR)
###question:Name the height for demetrius jemison###answer:SELECT height FROM table_25360865_1 WHERE name = "Demetrius Jemison"###context:CREATE TABLE table_25360865_1 (height VARCHAR, name VARCHAR)
###question:How many wins did Canterbury Wizards have?###answer:SELECT MAX(won) FROM table_25368177_1 WHERE team = "Canterbury Wizards"###context:CREATE TABLE table_25368177_1 (won INTEGER, team VARCHAR)
###question:What team had a net run rate of 0.134?###answer:SELECT team FROM table_25368177_1 WHERE net_run_rate = "0.134"###context:CREATE TABLE table_25368177_1 (team VARCHAR, net_run_rate VARCHAR)
###question:What's the largest number of abandoned games by any of the teams?###answer:SELECT MAX(abandoned) FROM table_25368177_1###context:CREATE TABLE table_25368177_1 (abandoned INTEGER)
###question:How many different net run rates did the team with 19 total points have?###answer:SELECT COUNT(net_run_rate) FROM table_25368177_1 WHERE total_points = 19###context:CREATE TABLE table_25368177_1 (net_run_rate VARCHAR, total_points VARCHAR)
###question:What was the team that scored 56 points?Qh###answer:SELECT team FROM table_25369796_1 WHERE points = "56"###context:CREATE TABLE table_25369796_1 (team VARCHAR, points VARCHAR)
###question:What was the earliest season where a team got a 29th position?###answer:SELECT MIN(season) FROM table_25369796_1 WHERE position = "29th"###context:CREATE TABLE table_25369796_1 (season INTEGER, position VARCHAR)
###question:What was the recorded flaps of HBR Motorsport team?###answer:SELECT f_laps FROM table_25369796_1 WHERE team = "HBR Motorsport"###context:CREATE TABLE table_25369796_1 (f_laps VARCHAR, team VARCHAR)
###question:What was the series where a team scored 56 points?###answer:SELECT series FROM table_25369796_1 WHERE points = "56"###context:CREATE TABLE table_25369796_1 (series VARCHAR, points VARCHAR)
###question:How many team position scored 56 points?###answer:SELECT COUNT(position) FROM table_25369796_1 WHERE points = "56"###context:CREATE TABLE table_25369796_1 (position VARCHAR, points VARCHAR)
###question:On what dates was the final score of the game L 14–24?###answer:SELECT date FROM table_25380472_2 WHERE final_score = "L 14–24"###context:CREATE TABLE table_25380472_2 (date VARCHAR, final_score VARCHAR)
###question:How many game sites are there where the team record is 1–7?###answer:SELECT COUNT(game_site) FROM table_25380472_2 WHERE team_record = "1–7"###context:CREATE TABLE table_25380472_2 (game_site VARCHAR, team_record VARCHAR)
###question:On week 7, what were the opponents?###answer:SELECT opponent FROM table_25380472_2 WHERE week = 7###context:CREATE TABLE table_25380472_2 (opponent VARCHAR, week VARCHAR)
###question:On what game sites are there where the team record is 0–5?###answer:SELECT game_site FROM table_25380472_2 WHERE team_record = "0–5"###context:CREATE TABLE table_25380472_2 (game_site VARCHAR, team_record VARCHAR)
###question:What game sites are where the team record is 1–6?###answer:SELECT game_site FROM table_25380472_2 WHERE team_record = "1–6"###context:CREATE TABLE table_25380472_2 (game_site VARCHAR, team_record VARCHAR)
###question:In game site AOL Arena, who are all the opponents?###answer:SELECT opponent FROM table_25380472_2 WHERE game_site = "AOL Arena"###context:CREATE TABLE table_25380472_2 (opponent VARCHAR, game_site VARCHAR)
###question:What organization had the founding date of 1998-11-08? ###answer:SELECT organization FROM table_2538117_12 WHERE founding_date = "1998-11-08"###context:CREATE TABLE table_2538117_12 (organization VARCHAR, founding_date VARCHAR)
###question:How many letters were given to the organization with a founding date of 1997-12-12? ###answer:SELECT COUNT(letters) FROM table_2538117_12 WHERE founding_date = "1997-12-12"###context:CREATE TABLE table_2538117_12 (letters VARCHAR, founding_date VARCHAR)
###question:What is the song choice where the original artist is Gino Paoli?###answer:SELECT COUNT(song_choice) FROM table_25374338_1 WHERE original_artist = "Gino Paoli"###context:CREATE TABLE table_25374338_1 (song_choice VARCHAR, original_artist VARCHAR)
###question:What is the theme where the original artist is Noemi feat. Fiorella Mannoia?###answer:SELECT theme FROM table_25374338_1 WHERE original_artist = "Noemi feat. Fiorella Mannoia"###context:CREATE TABLE table_25374338_1 (theme VARCHAR, original_artist VARCHAR)
###question:What is the song choice where the episode is Live Show 1?###answer:SELECT song_choice FROM table_25374338_1 WHERE episode = "Live Show 1"###context:CREATE TABLE table_25374338_1 (song_choice VARCHAR, episode VARCHAR)
###question:What is the result where the original artist is Prince and the Revolution?###answer:SELECT result FROM table_25374338_1 WHERE original_artist = "Prince and The Revolution"###context:CREATE TABLE table_25374338_1 (result VARCHAR, original_artist VARCHAR)
###question:What is the theme where the original artist is AC/DC?###answer:SELECT theme FROM table_25374338_1 WHERE original_artist = "AC/DC"###context:CREATE TABLE table_25374338_1 (theme VARCHAR, original_artist VARCHAR)
###question:what type of organization is sigma phi omega?###answer:SELECT type FROM table_2538117_2 WHERE organization = "Sigma Phi Omega"###context:CREATE TABLE table_2538117_2 (type VARCHAR, organization VARCHAR)
###question:how many types of organization were founded in san diego state university? ###answer:SELECT COUNT(type) FROM table_2538117_2 WHERE founding_university = "San Diego State University"###context:CREATE TABLE table_2538117_2 (type VARCHAR, founding_university VARCHAR)
###question:Name the season for position 4th###answer:SELECT COUNT(season) FROM table_25375093_1 WHERE position = "4th"###context:CREATE TABLE table_25375093_1 (season VARCHAR, position VARCHAR)
###question:Name the least f/laps###answer:SELECT MIN(f_laps) FROM table_25375093_1###context:CREATE TABLE table_25375093_1 (f_laps INTEGER)