answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT MIN(attendance) FROM table_25331766_3 | CREATE TABLE table_25331766_3 (attendance INTEGER) | What is the lowest attendance? |
SELECT steals FROM table_25342713_5 WHERE rebounds = 87 | CREATE TABLE table_25342713_5 (steals VARCHAR, rebounds VARCHAR) | If the rebounds are at 87, what are the amount of steals? |
SELECT COUNT(blocks) FROM table_25342713_5 WHERE points = 89 | CREATE TABLE table_25342713_5 (blocks VARCHAR, points VARCHAR) | How many players 89 points? |
SELECT MAX(blocks) FROM table_25342713_5 WHERE steals = 20 | CREATE TABLE table_25342713_5 (blocks INTEGER, steals VARCHAR) | If the Steals are 20, what are the blocks? |
SELECT us_viewers__million_ FROM table_25341765_1 WHERE directed_by = "Jeffrey Blitz" | CREATE TABLE table_25341765_1 (us_viewers__million_ VARCHAR, directed_by VARCHAR) | How many millions of viewers did the episode directed by Jeffrey Blitz have? |
SELECT directed_by FROM table_25341765_1 WHERE us_viewers__million_ = "5.92" | CREATE TABLE table_25341765_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR) | Who directed the episode that had 5.92 million viewers? |
SELECT title FROM table_25341765_1 WHERE written_by = "Alan Yang" | CREATE TABLE table_25341765_1 (title VARCHAR, written_by VARCHAR) | What was the name of the episode Alan Yang wrote? |
SELECT COUNT(original_air_date) FROM table_25341765_1 WHERE directed_by = "Michael McCullers" | CREATE TABLE table_25341765_1 (original_air_date VARCHAR, directed_by VARCHAR) | How many episodes were directed by Michael McCullers? |
SELECT MIN(points) FROM table_25352318_1 WHERE position = "3rd" | CREATE TABLE table_25352318_1 (points INTEGER, position VARCHAR) | When 3rd is the position what is the lowest amount of points? |
SELECT COUNT(wins) FROM table_25352318_1 WHERE season = 2010 AND team = "ART Grand Prix" | CREATE TABLE table_25352318_1 (wins VARCHAR, season VARCHAR, team VARCHAR) | When art grand prix is the team and 2010 is the season how many wins are there? |
SELECT team FROM table_25352318_1 WHERE races = 15 AND position = "7th" | CREATE TABLE table_25352318_1 (team VARCHAR, races VARCHAR, position VARCHAR) | When 7th is the position and 15 is the race who is the team? |
SELECT MIN(poles) FROM table_25352318_1 | CREATE TABLE table_25352318_1 (poles INTEGER) | What is the lowest overall amount of poles? |
SELECT position FROM table_25352318_1 WHERE season = 2012 AND team = "Racing Engineering" | CREATE TABLE table_25352318_1 (position VARCHAR, season VARCHAR, team VARCHAR) | When racing engineering is the team and 2012 is the team what is the position? |
SELECT Major AS facility FROM table_25346763_1 WHERE year_opened = "1968" | CREATE TABLE table_25346763_1 (Major VARCHAR, year_opened VARCHAR) | Is the facility opened in 1968 a major facility? |
SELECT custody_level_s_ FROM table_25346763_1 WHERE location = "Shelton" | CREATE TABLE table_25346763_1 (custody_level_s_ VARCHAR, location VARCHAR) | What is the custody level of the facility in Shelton? |
SELECT Major AS facility FROM table_25346763_1 WHERE facility = "Washington Corrections Center for Women (WCCW)" | CREATE TABLE table_25346763_1 (Major VARCHAR, facility VARCHAR) | Is the Washington Corrections Center for Women (WCCW) a major facility? |
SELECT COUNT(capacity) FROM table_25346763_1 WHERE year_opened = "1956" | CREATE TABLE table_25346763_1 (capacity VARCHAR, year_opened VARCHAR) | What is the capacity for a facility opened in 1956? |
SELECT facility FROM table_25346763_1 WHERE year_opened = "1954" | CREATE TABLE table_25346763_1 (facility VARCHAR, year_opened VARCHAR) | What facility opening in 1954? |
SELECT player FROM table_25353861_5 WHERE assists = 6 | CREATE TABLE table_25353861_5 (player VARCHAR, assists VARCHAR) | Which player had 6 assists? |
SELECT MIN(steals) FROM table_25353861_5 | CREATE TABLE table_25353861_5 (steals INTEGER) | What is the fewest steals any player had? |
SELECT MIN(steals) FROM table_25353861_5 WHERE player = "Kelly Miller" | CREATE TABLE table_25353861_5 (steals INTEGER, player VARCHAR) | How many steals did Kelly Miller have? |
SELECT player FROM table_25353861_5 WHERE blocks = 9 | CREATE TABLE table_25353861_5 (player VARCHAR, blocks VARCHAR) | Which player had 9 blocks? |
SELECT rebounds FROM table_25353861_5 WHERE player = "Tammy Sutton-Brown" | CREATE TABLE table_25353861_5 (rebounds VARCHAR, player VARCHAR) | How many rebounds did Tammy Sutton-Brown have? |
SELECT science FROM table_2534578_1 WHERE social_studies = "93.56" | CREATE TABLE table_2534578_1 (science VARCHAR, social_studies VARCHAR) | What was the science score in the year there was a social studies score of 93.56? |
SELECT COUNT(science) FROM table_2534578_1 WHERE mathematics = "98.02" | CREATE TABLE table_2534578_1 (science VARCHAR, mathematics VARCHAR) | How many years did the school have a mathetmatics score of 98.02? |
SELECT reading FROM table_2534578_1 WHERE science = "96.13" | CREATE TABLE table_2534578_1 (reading VARCHAR, science VARCHAR) | What was the reading score in the year the science score was 96.13? |
SELECT language FROM table_2534578_1 WHERE reading = "94.47" | CREATE TABLE table_2534578_1 (language VARCHAR, reading VARCHAR) | What was the language score when the reading score was 94.47? |
SELECT COUNT(points) FROM table_25352324_5 WHERE player = "Sophia Witherspoon" | CREATE TABLE table_25352324_5 (points VARCHAR, player VARCHAR) | How many values for points have Sophia Witherspoon as the player? |
SELECT MAX(points) FROM table_25352324_5 | CREATE TABLE table_25352324_5 (points INTEGER) | What is the highest value for points? |
SELECT rebounds FROM table_25352324_5 WHERE steals = 19 | CREATE TABLE table_25352324_5 (rebounds VARCHAR, steals VARCHAR) | What is every value for rebounds when steals is 19? |
SELECT points FROM table_25352324_5 WHERE rebounds = 6 AND blocks = 0 | CREATE TABLE table_25352324_5 (points VARCHAR, rebounds VARCHAR, blocks VARCHAR) | What is every value for points if rebounds is 6 and blocks is 0? |
SELECT assists FROM table_25352324_5 WHERE player = "Lynn Pride" | CREATE TABLE table_25352324_5 (assists VARCHAR, player VARCHAR) | What is every entry for assists if the player is Lynn Pride? |
SELECT original_air_date FROM table_25356350_3 WHERE written_by = "Itamar Moses" | CREATE TABLE table_25356350_3 (original_air_date VARCHAR, written_by VARCHAR) | What is the air date of the episode written by Itamar Moses? |
SELECT june_10_11 FROM table_25355392_2 WHERE august_21_22 = "August 21, 2017" | CREATE TABLE table_25355392_2 (june_10_11 VARCHAR, august_21_22 VARCHAR) | What is the june 10-11 when august 21-22 is august 21, 2017? |
SELECT COUNT(november_3) FROM table_25355392_2 WHERE march_27_29 = "129" | CREATE TABLE table_25355392_2 (november_3 VARCHAR, march_27_29 VARCHAR) | how many times is march 27-29 is 129? |
SELECT june_10_11 FROM table_25355392_2 WHERE march_27_29 = "149" | CREATE TABLE table_25355392_2 (june_10_11 VARCHAR, march_27_29 VARCHAR) | what is june 10-11 when march 27-29 is 149? |
SELECT november_3 FROM table_25355392_2 WHERE june_10_11 = "June 10, 1964" | CREATE TABLE table_25355392_2 (november_3 VARCHAR, june_10_11 VARCHAR) | what is november 3 when june 10-11 is june 10, 1964? |
SELECT march_27_29 FROM table_25355392_2 WHERE november_3 = "133" | CREATE TABLE table_25355392_2 (march_27_29 VARCHAR, november_3 VARCHAR) | what is march 27-29 when november 3 is 133? |
SELECT january_15_16 FROM table_25355392_2 WHERE november_3 = "153" | CREATE TABLE table_25355392_2 (january_15_16 VARCHAR, november_3 VARCHAR) | What is january 15-16 when november 3 is 153? |
SELECT january_15_16 FROM table_25355501_2 WHERE august_21_22 = "August 22, 1979" | CREATE TABLE table_25355501_2 (january_15_16 VARCHAR, august_21_22 VARCHAR) | january 15-16 when august 21-22 is august 22, 1979? |
SELECT COUNT(november_3) FROM table_25355501_2 WHERE january_15_16 = "141" | CREATE TABLE table_25355501_2 (november_3 VARCHAR, january_15_16 VARCHAR) | How many entries are shown for november 3 when january 15-16 is 141? |
SELECT march_27_29 FROM table_25355501_2 WHERE june_10_11 = "127" | CREATE TABLE table_25355501_2 (march_27_29 VARCHAR, june_10_11 VARCHAR) | march 27-29 where june 10-11 is 127? |
SELECT june_10_11 FROM table_25355501_2 WHERE november_3 = "133" | CREATE TABLE table_25355501_2 (june_10_11 VARCHAR, november_3 VARCHAR) | june 10-11 when november 3 is 133? |
SELECT june_10_11 FROM table_25355501_2 WHERE january_15_16 = "January 15, 1991" | CREATE TABLE table_25355501_2 (june_10_11 VARCHAR, january_15_16 VARCHAR) | june 10-11 when january 15-16 is january 15, 1991? |
SELECT november_3 FROM table_25355501_2 WHERE august_21_22 = "August 22, 1998" | CREATE TABLE table_25355501_2 (november_3 VARCHAR, august_21_22 VARCHAR) | What is shown for november 3 when august 21-22 is august 22, 1998? |
SELECT COUNT(team) FROM table_25361570_2 WHERE position_in_table = "11th" AND date_of_appointment = "September 10" | CREATE TABLE table_25361570_2 (team VARCHAR, position_in_table VARCHAR, date_of_appointment VARCHAR) | Name the number of teams for 11th position september 10 |
SELECT replaced_by FROM table_25361570_2 WHERE date_of_vacancy = "August 9" AND date_of_appointment = "August 9" | CREATE TABLE table_25361570_2 (replaced_by VARCHAR, date_of_vacancy VARCHAR, date_of_appointment VARCHAR) | Name the replaced by for august 9 |
SELECT MAX(_number) FROM table_25360865_1 WHERE name = "Charvez Davis" | CREATE TABLE table_25360865_1 (_number INTEGER, name VARCHAR) | Name the most number for charvez davis |
SELECT MAX(weight) FROM table_25360865_1 | CREATE TABLE table_25360865_1 (weight INTEGER) | Name the most height |
SELECT COUNT(home_town) FROM table_25360865_1 WHERE _number = 32 | CREATE TABLE table_25360865_1 (home_town VARCHAR, _number VARCHAR) | Name the number of home town for number being 32 |
SELECT COUNT(height) FROM table_25360865_1 WHERE _number = 32 | CREATE TABLE table_25360865_1 (height VARCHAR, _number VARCHAR) | Name the total number of height for number 32 |
SELECT _number FROM table_25360865_1 WHERE last_school = "Florida Air Academy" | CREATE TABLE table_25360865_1 (_number VARCHAR, last_school VARCHAR) | Name the number for florida air academy |
SELECT height FROM table_25360865_1 WHERE name = "Demetrius Jemison" | CREATE TABLE table_25360865_1 (height VARCHAR, name VARCHAR) | Name the height for demetrius jemison |
SELECT MAX(won) FROM table_25368177_1 WHERE team = "Canterbury Wizards" | CREATE TABLE table_25368177_1 (won INTEGER, team VARCHAR) | How many wins did Canterbury Wizards have? |
SELECT team FROM table_25368177_1 WHERE net_run_rate = "0.134" | CREATE TABLE table_25368177_1 (team VARCHAR, net_run_rate VARCHAR) | What team had a net run rate of 0.134? |
SELECT MAX(abandoned) FROM table_25368177_1 | CREATE TABLE table_25368177_1 (abandoned INTEGER) | What's the largest number of abandoned games by any of the teams? |
SELECT COUNT(net_run_rate) FROM table_25368177_1 WHERE total_points = 19 | CREATE TABLE table_25368177_1 (net_run_rate VARCHAR, total_points VARCHAR) | How many different net run rates did the team with 19 total points have? |
SELECT team FROM table_25369796_1 WHERE points = "56" | CREATE TABLE table_25369796_1 (team VARCHAR, points VARCHAR) | What was the team that scored 56 points?Qh |
SELECT MIN(season) FROM table_25369796_1 WHERE position = "29th" | CREATE TABLE table_25369796_1 (season INTEGER, position VARCHAR) | What was the earliest season where a team got a 29th position? |
SELECT f_laps FROM table_25369796_1 WHERE team = "HBR Motorsport" | CREATE TABLE table_25369796_1 (f_laps VARCHAR, team VARCHAR) | What was the recorded flaps of HBR Motorsport team? |
SELECT series FROM table_25369796_1 WHERE points = "56" | CREATE TABLE table_25369796_1 (series VARCHAR, points VARCHAR) | What was the series where a team scored 56 points? |
SELECT COUNT(position) FROM table_25369796_1 WHERE points = "56" | CREATE TABLE table_25369796_1 (position VARCHAR, points VARCHAR) | How many team position scored 56 points? |
SELECT date FROM table_25380472_2 WHERE final_score = "L 14–24" | CREATE TABLE table_25380472_2 (date VARCHAR, final_score VARCHAR) | On what dates was the final score of the game L 14–24? |
SELECT COUNT(game_site) FROM table_25380472_2 WHERE team_record = "1–7" | CREATE TABLE table_25380472_2 (game_site VARCHAR, team_record VARCHAR) | How many game sites are there where the team record is 1–7? |
SELECT opponent FROM table_25380472_2 WHERE week = 7 | CREATE TABLE table_25380472_2 (opponent VARCHAR, week VARCHAR) | On week 7, what were the opponents? |
SELECT game_site FROM table_25380472_2 WHERE team_record = "0–5" | CREATE TABLE table_25380472_2 (game_site VARCHAR, team_record VARCHAR) | On what game sites are there where the team record is 0–5? |
SELECT game_site FROM table_25380472_2 WHERE team_record = "1–6" | CREATE TABLE table_25380472_2 (game_site VARCHAR, team_record VARCHAR) | What game sites are where the team record is 1–6? |
SELECT opponent FROM table_25380472_2 WHERE game_site = "AOL Arena" | CREATE TABLE table_25380472_2 (opponent VARCHAR, game_site VARCHAR) | In game site AOL Arena, who are all the opponents? |
SELECT organization FROM table_2538117_12 WHERE founding_date = "1998-11-08" | CREATE TABLE table_2538117_12 (organization VARCHAR, founding_date VARCHAR) | What organization had the founding date of 1998-11-08? |
SELECT COUNT(letters) FROM table_2538117_12 WHERE founding_date = "1997-12-12" | CREATE TABLE table_2538117_12 (letters VARCHAR, founding_date VARCHAR) | How many letters were given to the organization with a founding date of 1997-12-12? |
SELECT COUNT(song_choice) FROM table_25374338_1 WHERE original_artist = "Gino Paoli" | CREATE TABLE table_25374338_1 (song_choice VARCHAR, original_artist VARCHAR) | What is the song choice where the original artist is Gino Paoli? |
SELECT theme FROM table_25374338_1 WHERE original_artist = "Noemi feat. Fiorella Mannoia" | CREATE TABLE table_25374338_1 (theme VARCHAR, original_artist VARCHAR) | What is the theme where the original artist is Noemi feat. Fiorella Mannoia? |
SELECT song_choice FROM table_25374338_1 WHERE episode = "Live Show 1" | CREATE TABLE table_25374338_1 (song_choice VARCHAR, episode VARCHAR) | What is the song choice where the episode is Live Show 1? |
SELECT result FROM table_25374338_1 WHERE original_artist = "Prince and The Revolution" | CREATE TABLE table_25374338_1 (result VARCHAR, original_artist VARCHAR) | What is the result where the original artist is Prince and the Revolution? |
SELECT theme FROM table_25374338_1 WHERE original_artist = "AC/DC" | CREATE TABLE table_25374338_1 (theme VARCHAR, original_artist VARCHAR) | What is the theme where the original artist is AC/DC? |
SELECT type FROM table_2538117_2 WHERE organization = "Sigma Phi Omega" | CREATE TABLE table_2538117_2 (type VARCHAR, organization VARCHAR) | what type of organization is sigma phi omega? |
SELECT COUNT(type) FROM table_2538117_2 WHERE founding_university = "San Diego State University" | CREATE TABLE table_2538117_2 (type VARCHAR, founding_university VARCHAR) | how many types of organization were founded in san diego state university? |
SELECT COUNT(season) FROM table_25375093_1 WHERE position = "4th" | CREATE TABLE table_25375093_1 (season VARCHAR, position VARCHAR) | Name the season for position 4th |
SELECT MIN(f_laps) FROM table_25375093_1 | CREATE TABLE table_25375093_1 (f_laps INTEGER) | Name the least f/laps |
SELECT MIN(podiums) FROM table_25375093_1 WHERE position = "9th" | CREATE TABLE table_25375093_1 (podiums INTEGER, position VARCHAR) | Name the least podiums for 9th position |
SELECT COUNT(shot_pct) FROM table_25381437_2 WHERE pa = 79 | CREATE TABLE table_25381437_2 (shot_pct VARCHAR, pa VARCHAR) | How many results are listed for shot PCT Where PA is 79? |
SELECT locale FROM table_25381437_2 WHERE stolen_ends = 15 | CREATE TABLE table_25381437_2 (locale VARCHAR, stolen_ends VARCHAR) | Where were stolen ends recorded as 15? |
SELECT slno FROM table_25383715_1 WHERE contact_person = "SDE (P), Thiruppattur" | CREATE TABLE table_25383715_1 (slno VARCHAR, contact_person VARCHAR) | What was the SlNo no of contact person SDE (P), Thiruppattur? |
SELECT production_code FROM table_25390694_2 WHERE writer = "Brendan Cowell" | CREATE TABLE table_25390694_2 (production_code VARCHAR, writer VARCHAR) | What was the production code of the episode written by Brendan Cowell? |
SELECT COUNT(f_laps) FROM table_25386974_1 WHERE position = "20th" | CREATE TABLE table_25386974_1 (f_laps VARCHAR, position VARCHAR) | How many f/laps did Pedro Nunes have when he was in 20th position? |
SELECT f_laps FROM table_25386974_1 WHERE series = "GP3 series" | CREATE TABLE table_25386974_1 (f_laps VARCHAR, series VARCHAR) | How many f/laps did Pedro Nunes have when he was at the gp3 series? |
SELECT MIN(races) FROM table_25386974_1 | CREATE TABLE table_25386974_1 (races INTEGER) | What is the fewest number of races Pedro Nunes completed in any series? |
SELECT MAX(podiums) FROM table_25386974_1 WHERE position = "17th" | CREATE TABLE table_25386974_1 (podiums INTEGER, position VARCHAR) | What is the most podiums Pedro Nunes had when in 17th position? |
SELECT founding_university FROM table_2538117_5 WHERE organization = "Tau Epsilon Phi 1" | CREATE TABLE table_2538117_5 (founding_university VARCHAR, organization VARCHAR) | What was the founding university of the organization Tau Epsilon Phi 1? |
SELECT type FROM table_2538117_5 WHERE letters = "ΣΑΕΠ" | CREATE TABLE table_2538117_5 (type VARCHAR, letters VARCHAR) | What type is σαεπ? |
SELECT founding_university FROM table_2538117_5 WHERE letters = "ΑΕΦ" | CREATE TABLE table_2538117_5 (founding_university VARCHAR, letters VARCHAR) | What was the founding university of αεφ? |
SELECT type FROM table_2538117_7 WHERE organization = "Gamma Rho Lambda 1" | CREATE TABLE table_2538117_7 (type VARCHAR, organization VARCHAR) | What is the type if the organization name is Gamma RHO Lambda 1? |
SELECT founding_date FROM table_2538117_7 WHERE letters = "ΦΑΝ" | CREATE TABLE table_2538117_7 (founding_date VARCHAR, letters VARCHAR) | If the letters is φαν, what is the founding date? |
SELECT nickname FROM table_2538117_7 WHERE founding_university = "Charlotte, NC" | CREATE TABLE table_2538117_7 (nickname VARCHAR, founding_university VARCHAR) | If the founding university is in Charlotte, NC, what is the nickname? |
SELECT founding_date FROM table_2538117_7 WHERE letters = "ΚΨΚ" | CREATE TABLE table_2538117_7 (founding_date VARCHAR, letters VARCHAR) | What is the founding date if the letters are κψκ? |
SELECT founding_date FROM table_2538117_7 WHERE founding_university = "Washington, D.C." | CREATE TABLE table_2538117_7 (founding_date VARCHAR, founding_university VARCHAR) | If the founding university is in Washington, D.C., what was the founding date? |
SELECT MIN(rank_by_average) FROM table_25391981_3 WHERE average = "22.8" | CREATE TABLE table_25391981_3 (rank_by_average INTEGER, average VARCHAR) | What is the rank by average for the team who averaged 22.8? |
SELECT number_of_dances FROM table_25391981_3 WHERE average = "20.6" | CREATE TABLE table_25391981_3 (number_of_dances VARCHAR, average VARCHAR) | What is the number of dances for the team that averages 20.6? |
SELECT couple FROM table_25391981_3 WHERE average = "15.5" | CREATE TABLE table_25391981_3 (couple VARCHAR, average VARCHAR) | What couple averaged 15.5? |
SELECT italian FROM table_25401_15 WHERE english = "part" | CREATE TABLE table_25401_15 (italian VARCHAR, english VARCHAR) | What is every value for Italian when the part is English? |
Subsets and Splits