answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT title FROM table_24938621_2 WHERE production_code = "3X5405" | CREATE TABLE table_24938621_2 (title VARCHAR, production_code VARCHAR) | What is the title of the episode with production code 3x5405? |
SELECT home_team FROM table_24949975_1 WHERE date = "5 October 2011" | CREATE TABLE table_24949975_1 (home_team VARCHAR, date VARCHAR) | Who as the home team for game on 5 october 2011? |
SELECT stadium FROM table_24949975_1 WHERE home_team = "Shamrock Rovers" AND result = "3–0" | CREATE TABLE table_24949975_1 (stadium VARCHAR, home_team VARCHAR, result VARCHAR) | What was the stadium for the home team of shamrock rovers and result of 3–0? |
SELECT away_team FROM table_24949975_1 WHERE result = "2–1" AND home_team = "Bohemians" | CREATE TABLE table_24949975_1 (away_team VARCHAR, result VARCHAR, home_team VARCHAR) | What was the away team when the result was 2–1 and home team was the bohemians? |
SELECT home_team FROM table_24949975_1 WHERE season = "2013" AND result = "0–0" | CREATE TABLE table_24949975_1 (home_team VARCHAR, season VARCHAR, result VARCHAR) | Who was the home team for the 2013 season and the result was 0–0? |
SELECT date FROM table_24949975_1 WHERE stadium = "Tallaght stadium" AND result = "0–1" | CREATE TABLE table_24949975_1 (date VARCHAR, stadium VARCHAR, result VARCHAR) | What is the date for the game at the tallaght stadium and result was 0–1? |
SELECT opponent FROM table_24951872_2 WHERE game_site = "Waldstadion" | CREATE TABLE table_24951872_2 (opponent VARCHAR, game_site VARCHAR) | What opponents played Waldstadion in a game? |
SELECT MAX(week) FROM table_24951872_2 WHERE attendance = 10738 | CREATE TABLE table_24951872_2 (week INTEGER, attendance VARCHAR) | What was the maximum week that had attendance of 10738? |
SELECT production_code FROM table_24938621_3 WHERE written_by = "Cathryn Humphris" | CREATE TABLE table_24938621_3 (production_code VARCHAR, written_by VARCHAR) | What is the production code of the episode written by Cathryn Humphris? |
SELECT production_code FROM table_24938621_3 WHERE us_viewers__million_ = "5.43" | CREATE TABLE table_24938621_3 (production_code VARCHAR, us_viewers__million_ VARCHAR) | What is the production code of the episode that had 5.43 million viewers? |
SELECT production_code FROM table_24938621_3 WHERE directed_by = "Jesse Warn" | CREATE TABLE table_24938621_3 (production_code VARCHAR, directed_by VARCHAR) | What was the title of the episode directed by Jesse Warn? |
SELECT no FROM table_24938621_3 WHERE written_by = "Gregg Hurwitz" | CREATE TABLE table_24938621_3 (no VARCHAR, written_by VARCHAR) | What episode number was written by Gregg Hurwitz? |
SELECT drying_shrinkage___percentage_ FROM table_24969173_1 WHERE dry_density__kg_m3_ = 800 | CREATE TABLE table_24969173_1 (drying_shrinkage___percentage_ VARCHAR, dry_density__kg_m3_ VARCHAR) | If the dry density is 800, what is the drying shrinkage %? |
SELECT series__number FROM table_24961421_1 WHERE season__number = 7 | CREATE TABLE table_24961421_1 (series__number VARCHAR, season__number VARCHAR) | What number in the series was episode 7 in the season? |
SELECT written_by FROM table_24961421_1 WHERE us_viewers__millions_ = "12.15" | CREATE TABLE table_24961421_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR) | Who wrote the episode that had 12.15 million viewers? |
SELECT season__number FROM table_24961421_1 WHERE us_viewers__millions_ = "12.23" | CREATE TABLE table_24961421_1 (season__number VARCHAR, us_viewers__millions_ VARCHAR) | What number in the season was the episode with 12.23 million viewers? |
SELECT date FROM table_24989925_2 WHERE game_site = "Olympic Stadium" | CREATE TABLE table_24989925_2 (date VARCHAR, game_site VARCHAR) | What is the date of the game at Olympic Stadium? |
SELECT MAX(week) FROM table_24989925_2 | CREATE TABLE table_24989925_2 (week INTEGER) | How many weeks total are there? |
SELECT team_record FROM table_24989925_2 WHERE game_site = "RheinEnergieStadion" | CREATE TABLE table_24989925_2 (team_record VARCHAR, game_site VARCHAR) | What was the team's record when they played at Rheinenergiestadion? |
SELECT MIN(09 AS _10_oi_2nd) FROM table_24990183_6 | CREATE TABLE table_24990183_6 (Id VARCHAR) | What is the lowest overall number of 09-10 oi 2nd? |
SELECT MAX(09 AS _10_i_o_best) FROM table_24990183_4 | CREATE TABLE table_24990183_4 (Id VARCHAR) | What was the maximum 09-10 i/o best? |
SELECT name FROM table_24990183_7 WHERE rank = 17 | CREATE TABLE table_24990183_7 (name VARCHAR, rank VARCHAR) | If the rank is 17, what are the names? |
SELECT 08 AS _09_gp_jgp_2nd FROM table_24990183_7 WHERE ws_points = 947 | CREATE TABLE table_24990183_7 (ws_points VARCHAR) | If the WS points is 947, what is the 08-09 gp/jgp 2nd ? |
SELECT points FROM table_24998088_1 WHERE position = "34th" | CREATE TABLE table_24998088_1 (points VARCHAR, position VARCHAR) | How many points did he have when he has in the 34th position? |
SELECT wins FROM table_24998088_1 WHERE points = "112" | CREATE TABLE table_24998088_1 (wins VARCHAR, points VARCHAR) | How many wins were listed when he had 112 points? |
SELECT series FROM table_24998088_1 WHERE position = "7th" | CREATE TABLE table_24998088_1 (series VARCHAR, position VARCHAR) | In what series did he have the 7th position? |
SELECT points FROM table_24998088_1 WHERE position = "8th" | CREATE TABLE table_24998088_1 (points VARCHAR, position VARCHAR) | what were his points when he was in 8th position? |
SELECT vote FROM table_25016824_2 WHERE air_date = "4 October 1997" | CREATE TABLE table_25016824_2 (vote VARCHAR, air_date VARCHAR) | What was the vote when the air date is 4 october 1997? |
SELECT eliminated FROM table_25016824_2 WHERE immunity = "Kent (Jürgen)" | CREATE TABLE table_25016824_2 (eliminated VARCHAR, immunity VARCHAR) | Who was eliminated when immunity went to kent (jürgen)? |
SELECT eliminated FROM table_25016824_2 WHERE vote = "8-1" | CREATE TABLE table_25016824_2 (eliminated VARCHAR, vote VARCHAR) | Who was eliminated when the vote was 8-1? |
SELECT COUNT(vote) FROM table_25016824_2 WHERE air_date = "15 November 1997" | CREATE TABLE table_25016824_2 (vote VARCHAR, air_date VARCHAR) | How many entries are there for vote when the air date was 15 november 1997? |
SELECT reward FROM table_25016824_2 WHERE immunity = "Martin" AND finish = "13th voted Out 8th Jury Member Day 46" | CREATE TABLE table_25016824_2 (reward VARCHAR, immunity VARCHAR, finish VARCHAR) | What was the reward when immunity went to martin and finish is 13th voted out 8th jury member day 46? |
SELECT COUNT(macedonian) FROM table_25008327_8 WHERE slovianski = "veliki" | CREATE TABLE table_25008327_8 (macedonian VARCHAR, slovianski VARCHAR) | How many values for Macedonian correspond to Slovianski value of Veliki? |
SELECT slovak FROM table_25008327_8 WHERE ukrainian = "пес, собака" | CREATE TABLE table_25008327_8 (slovak VARCHAR, ukrainian VARCHAR) | What area all values for Slovak when value for Ukranian is пес, собака? |
SELECT croatian FROM table_25008327_8 WHERE english = "dog" | CREATE TABLE table_25008327_8 (croatian VARCHAR, english VARCHAR) | What is every value for Croatian when value for English is dog? |
SELECT polish FROM table_25008327_8 WHERE belarusian = "ноч" | CREATE TABLE table_25008327_8 (polish VARCHAR, belarusian VARCHAR) | What is every value for Polish when Balarusian is ноч? |
SELECT russian FROM table_25008327_8 WHERE bulgarian = "пес, куче" | CREATE TABLE table_25008327_8 (russian VARCHAR, bulgarian VARCHAR) | What is every value for Russian when value for Bulgarian is пес, куче? |
SELECT словјански FROM table_25008327_8 WHERE polish = "książka" | CREATE TABLE table_25008327_8 (словјански VARCHAR, polish VARCHAR) | What is every value for словјански if polish is książka? |
SELECT position FROM table_25017530_5 WHERE player = "Christopher Smith" | CREATE TABLE table_25017530_5 (position VARCHAR, player VARCHAR) | Name the position for christopher smith |
SELECT college FROM table_25017530_5 WHERE player = "Nate Binder" | CREATE TABLE table_25017530_5 (college VARCHAR, player VARCHAR) | Name the college for nate binder |
SELECT MIN(pick__number) FROM table_25017530_5 WHERE player = "Steven Turner" | CREATE TABLE table_25017530_5 (pick__number INTEGER, player VARCHAR) | Name the least pick number for steven turner |
SELECT cfl_team FROM table_25017530_5 WHERE player = "Steven Turner" | CREATE TABLE table_25017530_5 (cfl_team VARCHAR, player VARCHAR) | Name the cfl team for steven turner |
SELECT cfl_team FROM table_25017530_6 WHERE position = "LB" | CREATE TABLE table_25017530_6 (cfl_team VARCHAR, position VARCHAR) | Name the cfl team for lb position |
SELECT cfl_team FROM table_25017530_6 WHERE college = "Saskatchewan" | CREATE TABLE table_25017530_6 (cfl_team VARCHAR, college VARCHAR) | Name the cfl team for saskatchewan |
SELECT position FROM table_25017530_6 WHERE player = "Michael Warner" | CREATE TABLE table_25017530_6 (position VARCHAR, player VARCHAR) | Name the position for michael warner |
SELECT COUNT(production_count) FROM table_2501754_2 WHERE episode__number = 5 | CREATE TABLE table_2501754_2 (production_count VARCHAR, episode__number VARCHAR) | How many episodes were numbered 5? |
SELECT original_airdate FROM table_2501754_2 WHERE prod_code = "IPEA343L" | CREATE TABLE table_2501754_2 (original_airdate VARCHAR, prod_code VARCHAR) | What are the original air date(s) for episodes with production code ipea343l? |
SELECT original_airdate FROM table_2501754_2 WHERE prod_code = "IPEA345A" | CREATE TABLE table_2501754_2 (original_airdate VARCHAR, prod_code VARCHAR) | What are the original air date(s) for episodes with production code ipea345a? |
SELECT original_airdate FROM table_2501754_2 WHERE viewing_figures_millions = "8.63" | CREATE TABLE table_2501754_2 (original_airdate VARCHAR, viewing_figures_millions VARCHAR) | What are the original air date(s) for episodes with 8.63 million viewers? |
SELECT power FROM table_250230_2 WHERE model = "Type R" | CREATE TABLE table_250230_2 (power VARCHAR, model VARCHAR) | What is the power of the Type R? |
SELECT brakes FROM table_250230_2 WHERE wheels = "16x8.0JJ (front) 16x8.0JJ (rear)" AND tyres = "225/50R16 92V(front) 225/50R16 92V(rear)" AND model = "Type RB 4AT" | CREATE TABLE table_250230_2 (brakes VARCHAR, model VARCHAR, wheels VARCHAR, tyres VARCHAR) | What kind of brakes for the model type rb 4at with 16x8.0jj (front) 16x8.0jj (rear) wheels and 225/50r16 92v(front) 225/50r16 92v(rear) tyres? |
SELECT brakes FROM table_250230_2 WHERE gearbox = "4-speed automatic" | CREATE TABLE table_250230_2 (brakes VARCHAR, gearbox VARCHAR) | What brakes for the 4-speed automatic gearbox? |
SELECT power FROM table_250230_2 WHERE model = "Spirit R (Type B)" | CREATE TABLE table_250230_2 (power VARCHAR, model VARCHAR) | What is the power for the Spirit R (Type B)? |
SELECT gearbox FROM table_250230_2 WHERE "torque" = "torque" | CREATE TABLE table_250230_2 (gearbox VARCHAR) | What is the gearbox when the torque is torque? |
SELECT COUNT(first_elected) FROM table_25030512_4 WHERE district = "Alabama 3" | CREATE TABLE table_25030512_4 (first_elected VARCHAR, district VARCHAR) | Name the first elected for alabama 3 |
SELECT party FROM table_25030512_4 WHERE incumbent = "Spencer Bachus" | CREATE TABLE table_25030512_4 (party VARCHAR, incumbent VARCHAR) | Name the party for spencer bachus |
SELECT district FROM table_25030512_4 WHERE incumbent = "Mike Rogers" | CREATE TABLE table_25030512_4 (district VARCHAR, incumbent VARCHAR) | Name the district for mike rogers |
SELECT district FROM table_25030512_4 WHERE incumbent = "Spencer Bachus" | CREATE TABLE table_25030512_4 (district VARCHAR, incumbent VARCHAR) | Name the district for spencer bachus |
SELECT district FROM table_25030512_26 WHERE incumbent = "Keith Ellison" | CREATE TABLE table_25030512_26 (district VARCHAR, incumbent VARCHAR) | In what district was keith ellison the incumbent? |
SELECT day_power___w__ FROM table_25034983_2 WHERE city = "Moline" | CREATE TABLE table_25034983_2 (day_power___w__ VARCHAR, city VARCHAR) | List the kilo watt hoours per day for moline. |
SELECT start FROM table_25034983_2 WHERE nickname = "Voice of Muscatine" | CREATE TABLE table_25034983_2 (start VARCHAR, nickname VARCHAR) | In which year did the voice of muscatine show start? |
SELECT MIN(start) FROM table_25034983_2 WHERE owner = "Cumulus" | CREATE TABLE table_25034983_2 (start INTEGER, owner VARCHAR) | In what year was cumulus founded? |
SELECT stereo FROM table_25034983_2 WHERE city = "Moline" | CREATE TABLE table_25034983_2 (stereo VARCHAR, city VARCHAR) | Does the city of moline have stereo? |
SELECT company FROM table_250309_1 WHERE parent_company = "Wrightbus" | CREATE TABLE table_250309_1 (company VARCHAR, parent_company VARCHAR) | what is the company with the parent company wrightbus? |
SELECT company FROM table_250309_1 WHERE plant = "Burnaston" | CREATE TABLE table_250309_1 (company VARCHAR, plant VARCHAR) | what is the name ofhte company where the plant is in burnaston? |
SELECT models_produced FROM table_250309_1 WHERE plant = "Scarborough" | CREATE TABLE table_250309_1 (models_produced VARCHAR, plant VARCHAR) | what models are produced where the plant is scarborough? |
SELECT COUNT(models_produced) FROM table_250309_1 WHERE plant = "Castle Bromwich" | CREATE TABLE table_250309_1 (models_produced VARCHAR, plant VARCHAR) | how many models produced where the plant is castle bromwich? |
SELECT production__latest_figures_ FROM table_250309_1 WHERE parent_company = "Ariel" | CREATE TABLE table_250309_1 (production__latest_figures_ VARCHAR, parent_company VARCHAR) | what is the production where the parent company is ariel? |
SELECT chassis FROM table_2503102_2 WHERE primary_sponsor = "Angie's List" | CREATE TABLE table_2503102_2 (chassis VARCHAR, primary_sponsor VARCHAR) | What kind of chassis on the angie's list sponsored car? |
SELECT team FROM table_2503102_2 WHERE listed_owner_s_ = "Chip Ganassi" | CREATE TABLE table_2503102_2 (team VARCHAR, listed_owner_s_ VARCHAR) | What team owns the car owned by chip ganassi? |
SELECT chassis FROM table_2503102_2 WHERE team = "Rahal Letterman Lanigan Racing" | CREATE TABLE table_2503102_2 (chassis VARCHAR, team VARCHAR) | What chassis is on the car repped by team rahal letterman lanigan racing? |
SELECT driver_s_ FROM table_2503102_2 WHERE primary_sponsor = "ABC Supply" | CREATE TABLE table_2503102_2 (driver_s_ VARCHAR, primary_sponsor VARCHAR) | Who drives the abc supply sponsored cor? |
SELECT COUNT(district) FROM table_25030512_41 WHERE incumbent = "Tom Marino" | CREATE TABLE table_25030512_41 (district VARCHAR, incumbent VARCHAR) | Name the number of district for tom marino |
SELECT district FROM table_25030512_41 WHERE first_elected = 1994 | CREATE TABLE table_25030512_41 (district VARCHAR, first_elected VARCHAR) | Name the district for 1994 |
SELECT party FROM table_25030512_41 WHERE district = "Pennsylvania 10" | CREATE TABLE table_25030512_41 (party VARCHAR, district VARCHAR) | Name the party for pennsylvania 10 |
SELECT result FROM table_25030512_41 WHERE incumbent = "Glenn Thompson" | CREATE TABLE table_25030512_41 (result VARCHAR, incumbent VARCHAR) | Name the result for glenn thompson |
SELECT COUNT(district) FROM table_25030512_41 WHERE incumbent = "Bill Shuster" | CREATE TABLE table_25030512_41 (district VARCHAR, incumbent VARCHAR) | Name the number of district for bill shuster |
SELECT MAX(minutes) FROM table_25038931_1 WHERE starts = 11 | CREATE TABLE table_25038931_1 (minutes INTEGER, starts VARCHAR) | List the total play time for 11 starts. |
SELECT region FROM table_25042332_22 WHERE primary__6_13_years_ = "94.40" | CREATE TABLE table_25042332_22 (region VARCHAR, primary__6_13_years_ VARCHAR) | In what region is the enrollment ratio in primary 94.40? |
SELECT preschool__0_5_years_ FROM table_25042332_22 WHERE tertiary__18_24_years_ = "29.55" | CREATE TABLE table_25042332_22 (preschool__0_5_years_ VARCHAR, tertiary__18_24_years_ VARCHAR) | What is the enrollment ratio for preschool in the region where enrollment ratio for tertiary is 29.55? |
SELECT primary__6_13_years_ FROM table_25042332_22 WHERE preschool__0_5_years_ = "38.14" | CREATE TABLE table_25042332_22 (primary__6_13_years_ VARCHAR, preschool__0_5_years_ VARCHAR) | What is the enrollment ratio in primary in the region where the enrollment ratio in preschool is 38.14? |
SELECT tertiary__18_24_years_ FROM table_25042332_22 WHERE secondary__14_17_years_ = "71.43" | CREATE TABLE table_25042332_22 (tertiary__18_24_years_ VARCHAR, secondary__14_17_years_ VARCHAR) | What is the enrollment ratio in tertiary in the region where the enrollment ration in secondary is 71.43? |
SELECT preschool__0_5_years_ FROM table_25042332_22 WHERE primary__6_13_years_ = "93.10" | CREATE TABLE table_25042332_22 (preschool__0_5_years_ VARCHAR, primary__6_13_years_ VARCHAR) | What is the enrollment ratio in preschool in the region where the enrollment ratio in primary is 93.10? |
SELECT primary__6_13_years_ FROM table_25042332_22 WHERE preschool__0_5_years_ = "50.23" | CREATE TABLE table_25042332_22 (primary__6_13_years_ VARCHAR, preschool__0_5_years_ VARCHAR) | What is the enrollment ration in primary in the region where the enrollment ratio in preschool is 50.23? |
SELECT enrolled_women FROM table_25042332_30 WHERE e_vap_ratio_women = "108.6%" | CREATE TABLE table_25042332_30 (enrolled_women VARCHAR, e_vap_ratio_women VARCHAR) | what is the number of registered female voters where the percentage is 108.6% |
SELECT e_vap_ratio_total FROM table_25042332_30 WHERE men_of_voting_age = 123726 | CREATE TABLE table_25042332_30 (e_vap_ratio_total VARCHAR, men_of_voting_age VARCHAR) | what is the percentage of male voters where the level of maturity is 123726 |
SELECT COUNT(incarceration_rate_total) FROM table_25042332_31 WHERE prison_inmates_women = 153 | CREATE TABLE table_25042332_31 (incarceration_rate_total VARCHAR, prison_inmates_women VARCHAR) | How many regions had 153 women prison inmates? |
SELECT COUNT(incarceration_rate_total) FROM table_25042332_31 WHERE incarceration_rate_female = 63 | CREATE TABLE table_25042332_31 (incarceration_rate_total VARCHAR, incarceration_rate_female VARCHAR) | How many regions had an incarceration rate for females of 63? |
SELECT MAX(incarceration_rate_male) FROM table_25042332_31 WHERE region = "Maule" | CREATE TABLE table_25042332_31 (incarceration_rate_male INTEGER, region VARCHAR) | What is the male incarceration rate of maule? |
SELECT region FROM table_25042332_27 WHERE automatic_washing_machine = "60.9%" | CREATE TABLE table_25042332_27 (region VARCHAR, automatic_washing_machine VARCHAR) | Name the region for automatic washing machine being 60.9% |
SELECT fixed_telephone_line FROM table_25042332_27 WHERE vehicle = "25.6%" | CREATE TABLE table_25042332_27 (fixed_telephone_line VARCHAR, vehicle VARCHAR) | Name the fixed telephone line for 25.6% vehicle |
SELECT region FROM table_25042332_27 WHERE vehicle = "39.2%" | CREATE TABLE table_25042332_27 (region VARCHAR, vehicle VARCHAR) | Name the region for 39.2% vehicle |
SELECT region FROM table_25042332_26 WHERE solar_panel = "0.3%" | CREATE TABLE table_25042332_26 (region VARCHAR, solar_panel VARCHAR) | What region has 0.3% solar panel? |
SELECT solar_panel FROM table_25042332_26 WHERE region = "Atacama" | CREATE TABLE table_25042332_26 (solar_panel VARCHAR, region VARCHAR) | What is atacama's percentage of solar panels? |
SELECT region FROM table_25042332_26 WHERE none = "0.6%" | CREATE TABLE table_25042332_26 (region VARCHAR, none VARCHAR) | Which region has 0.6% none? |
SELECT public_network FROM table_25042332_26 WHERE other_source = "0.1%" AND solar_panel = "0.0%" AND region = "Maule" | CREATE TABLE table_25042332_26 (public_network VARCHAR, region VARCHAR, other_source VARCHAR, solar_panel VARCHAR) | What is the percentage of public network in the region that has 0.1% other sources, 0.0% solar, and is named maule? |
SELECT COUNT(public_network) FROM table_25042332_26 WHERE solar_panel = "0.5%" | CREATE TABLE table_25042332_26 (public_network VARCHAR, solar_panel VARCHAR) | How many regions have 0.5% solar panels? |
SELECT MAX(prod_no) FROM table_25046766_3 WHERE episode_no = "3-04" | CREATE TABLE table_25046766_3 (prod_no INTEGER, episode_no VARCHAR) | What is the production number of 3-04? |
SELECT title FROM table_25046766_3 WHERE original_airdate_uk = "October 7, 1965" | CREATE TABLE table_25046766_3 (title VARCHAR, original_airdate_uk VARCHAR) | What was the title of the episode that aired on October 7, 1965? |
SELECT COUNT(episode_no) FROM table_25046766_1 WHERE written_by = "Don Inglis and Ralph Smart" | CREATE TABLE table_25046766_1 (episode_no VARCHAR, written_by VARCHAR) | When don inglis and ralph smart are the writers how many episode numbers are there? |
Subsets and Splits