answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT proto_italo_western_1 FROM table_25401_15 WHERE english = "door" | CREATE TABLE table_25401_15 (proto_italo_western_1 VARCHAR, english VARCHAR) | What is every entry for Proto-Italo-Western 1 when door is English? |
SELECT COUNT(italian) FROM table_25401_15 WHERE conservative_central_italian_1 = "unu" | CREATE TABLE table_25401_15 (italian VARCHAR, conservative_central_italian_1 VARCHAR) | How many entries for Italian correspond to the Conservative Central Italian of Unu? |
SELECT latin FROM table_25401_15 WHERE catalan = "mar" | CREATE TABLE table_25401_15 (latin VARCHAR, catalan VARCHAR) | What is every entry for Latin when Catalan is Mar? |
SELECT date FROM table_25428629_1 WHERE stadium = "Thuwunna stadium" | CREATE TABLE table_25428629_1 (date VARCHAR, stadium VARCHAR) | If the stadium name is the Thuwunna Stadium, what is the date? |
SELECT COUNT(opponent) FROM table_25428629_1 WHERE location = "Yangon, Myanmar" | CREATE TABLE table_25428629_1 (opponent VARCHAR, location VARCHAR) | If the location is Yangon, Myanmar, what is the opponent total number? |
SELECT COUNT(iso_) AS № FROM table_254234_1 WHERE chinese_name = "青海省 Qīnghǎi Shěng" | CREATE TABLE table_254234_1 (iso_ VARCHAR, chinese_name VARCHAR) | How many provinces are named 青海省 qīnghǎi shěng? |
SELECT MAX(area³) FROM table_254234_1 WHERE density² = "533.59" | CREATE TABLE table_254234_1 (area³ INTEGER, density² VARCHAR) | What is the area of the province with a density of 533.59? |
SELECT COUNT(iso_) AS № FROM table_254234_1 WHERE density² = "165.81" | CREATE TABLE table_254234_1 (iso_ VARCHAR, density² VARCHAR) | How many provinces have a density of 165.81? |
SELECT abbreviation_symbol FROM table_254234_1 WHERE chinese_name = "辽宁省 Liáoníng Shěng" | CREATE TABLE table_254234_1 (abbreviation_symbol VARCHAR, chinese_name VARCHAR) | What is the abbreviation/symbol of 辽宁省 liáoníng shěng? |
SELECT COUNT(gb) FROM table_254234_1 WHERE iso_№ = "CN-65" | CREATE TABLE table_254234_1 (gb VARCHAR, iso_№ VARCHAR) | How many gb's have an iso number of cn-65? |
SELECT chinese_name FROM table_254234_1 WHERE capital = "Hangzhou" | CREATE TABLE table_254234_1 (chinese_name VARCHAR, capital VARCHAR) | What is the chinese name of the province whose capital is hangzhou? |
SELECT MIN(races) FROM table_25421463_1 | CREATE TABLE table_25421463_1 (races INTEGER) | What is the fewest amount of races in any season? |
SELECT MIN(races) FROM table_25421463_1 WHERE points = "38" | CREATE TABLE table_25421463_1 (races INTEGER, points VARCHAR) | How many races were there when Sigachev had 38 points? |
SELECT team_name FROM table_25421463_1 WHERE points = "38" | CREATE TABLE table_25421463_1 (team_name VARCHAR, points VARCHAR) | What team was Sigachev on when he had 38 points? |
SELECT season FROM table_25421463_1 WHERE final_placing = "NC†" AND team_name = "SL Formula Racing" | CREATE TABLE table_25421463_1 (season VARCHAR, final_placing VARCHAR, team_name VARCHAR) | In what season was the final placing NC† and the team SL Formula Racing? |
SELECT COUNT(distance) FROM table_25429986_1 WHERE position = "7th" | CREATE TABLE table_25429986_1 (distance VARCHAR, position VARCHAR) | what is distance for the 7th position? |
SELECT jockey FROM table_25429986_1 WHERE position = "10th" | CREATE TABLE table_25429986_1 (jockey VARCHAR, position VARCHAR) | who isthe jockey in 10th position? |
SELECT position FROM table_25429986_1 WHERE number = 22 | CREATE TABLE table_25429986_1 (position VARCHAR, number VARCHAR) | what position is number 22? |
SELECT horse FROM table_25429986_1 WHERE position = "6th" | CREATE TABLE table_25429986_1 (horse VARCHAR, position VARCHAR) | what horse is in the 6th position? |
SELECT position FROM table_25429986_1 WHERE handicap = "10-2" | CREATE TABLE table_25429986_1 (position VARCHAR, handicap VARCHAR) | what position has a handicap of 10-2? |
SELECT handicap FROM table_25429986_1 WHERE distance = "9 lengths" | CREATE TABLE table_25429986_1 (handicap VARCHAR, distance VARCHAR) | what is the handicap where the distance is 9 lengths? |
SELECT indonesia_super_series_2008 FROM table_2544694_3 WHERE 780000 = "5040.00" | CREATE TABLE table_2544694_3 (indonesia_super_series_2008 VARCHAR) | Which series occurred when the 7800 was 5040.00? |
SELECT indonesia_super_series_2008 FROM table_2544694_3 WHERE runner_up = "Semi-Finalist" AND 780000 = "6420.00" | CREATE TABLE table_2544694_3 (indonesia_super_series_2008 VARCHAR, runner_up VARCHAR) | Which series occurred in which the semi-finalist was runner-up and the 7800.00 was 6420.00? |
SELECT road FROM table_25438110_5 WHERE county = "Carson Valley" | CREATE TABLE table_25438110_5 (road VARCHAR, county VARCHAR) | What road is associated with Carson Valley county? |
SELECT county FROM table_25438110_5 WHERE casinos = 17 | CREATE TABLE table_25438110_5 (county VARCHAR, casinos VARCHAR) | What county has exactly 17 casinos? |
SELECT COUNT(casinos) FROM table_25438110_5 WHERE fy09_$millions = "$279" | CREATE TABLE table_25438110_5 (casinos VARCHAR, fy09_$millions VARCHAR) | How many casinos are associated with a FY2009 $mil value of exactly $279? |
SELECT fy08_$millions FROM table_25438110_5 WHERE fy07_$millions = "$120" | CREATE TABLE table_25438110_5 (fy08_$millions VARCHAR, fy07_$millions VARCHAR) | What is the FY2008 $mil value associated with a FY2007 $mil value of exactly $120? |
SELECT country FROM table_25461827_2 WHERE contestant = "Danissa Zurek" | CREATE TABLE table_25461827_2 (country VARCHAR, contestant VARCHAR) | What country was Danissa Zurek from? |
SELECT MIN(height__cm_) FROM table_25461827_2 WHERE country = "Honduras" | CREATE TABLE table_25461827_2 (height__cm_ INTEGER, country VARCHAR) | What is the smallest height associated with Honduras? |
SELECT height__ft_ FROM table_25461827_2 WHERE country = "Paraguay" | CREATE TABLE table_25461827_2 (height__ft_ VARCHAR, country VARCHAR) | What is the height associated with Paraguay? |
SELECT COUNT(contestant) FROM table_25461827_2 WHERE age = 18 | CREATE TABLE table_25461827_2 (contestant VARCHAR, age VARCHAR) | What is the number of contestants who are aged exactly 18? |
SELECT high_points FROM table_25461946_5 WHERE date = "November 17" | CREATE TABLE table_25461946_5 (high_points VARCHAR, date VARCHAR) | Who scored the most points on November 17? |
SELECT score FROM table_25461946_5 WHERE team = "Virginia Tech" | CREATE TABLE table_25461946_5 (score VARCHAR, team VARCHAR) | What was the final score when the Temple Owls beat Virginia Tech? |
SELECT COUNT(record) FROM table_25461946_5 WHERE date = "November 27" | CREATE TABLE table_25461946_5 (record VARCHAR, date VARCHAR) | How many games were played on november 27? |
SELECT pole_position FROM table_25459168_2 WHERE supporting = "USAC National Midget Series" | CREATE TABLE table_25459168_2 (pole_position VARCHAR, supporting VARCHAR) | Who got the pole position if the supporting is USAC National Midget Series? |
SELECT fastest_lap FROM table_25459168_2 WHERE pole_position = "Anders Krohn" | CREATE TABLE table_25459168_2 (fastest_lap VARCHAR, pole_position VARCHAR) | Who won the fastest lap if Anders Krohn won the pole position? |
SELECT COUNT(round) FROM table_25459168_2 WHERE fastest_lap = "João Victor Horto" | CREATE TABLE table_25459168_2 (round VARCHAR, fastest_lap VARCHAR) | How many rounds did João Victor Horto achieved the fastest lap? |
SELECT circuit FROM table_25459168_2 WHERE date = "August 21" | CREATE TABLE table_25459168_2 (circuit VARCHAR, date VARCHAR) | What circuit was used on August 21? |
SELECT COUNT(round) FROM table_25459168_2 WHERE fastest_lap = "Alex Ardoin" | CREATE TABLE table_25459168_2 (round VARCHAR, fastest_lap VARCHAR) | How many rounds did Alex Ardoin achieved a fastest lap? |
SELECT design FROM table_25468520_1 WHERE quantity = "5,000,000" | CREATE TABLE table_25468520_1 (design VARCHAR, quantity VARCHAR) | What is the design when quantity is 5,000,000? |
SELECT COUNT(printing_process) FROM table_25468520_1 WHERE theme = "Rotary International : 100 Years in Canada" | CREATE TABLE table_25468520_1 (printing_process VARCHAR, theme VARCHAR) | How many time is the theme rotary international : 100 years in canada? |
SELECT paper_type FROM table_25468520_1 WHERE date_of_issue = "July 8" | CREATE TABLE table_25468520_1 (paper_type VARCHAR, date_of_issue VARCHAR) | What is the paper type for the date of issue July 8? |
SELECT theme FROM table_25468520_1 WHERE printing_process = "Litho in 3 cols and intaglio" | CREATE TABLE table_25468520_1 (theme VARCHAR, printing_process VARCHAR) | What is the theme when the printing process is litho in 3 cols and intaglio? |
SELECT COUNT(quantity) FROM table_25468520_1 WHERE theme = "Roadside Attractions: Wawa Goose" | CREATE TABLE table_25468520_1 (quantity VARCHAR, theme VARCHAR) | How many times is the theme roadside attractions: wawa goose? |
SELECT theme FROM table_25468520_1 WHERE date_of_issue = "11 January 2010" | CREATE TABLE table_25468520_1 (theme VARCHAR, date_of_issue VARCHAR) | What is the theme when the date of issue is 11 january 2010? |
SELECT date FROM table_25461946_8 WHERE team = "Dayton" | CREATE TABLE table_25461946_8 (date VARCHAR, team VARCHAR) | When did they play Dayton? |
SELECT platform FROM table_25474825_1 WHERE software = "GeWorkbench" | CREATE TABLE table_25474825_1 (platform VARCHAR, software VARCHAR) | What is the platform of Geworkbench? |
SELECT description FROM table_25474825_1 WHERE license = "GNU GPL v2 or Ruby license" | CREATE TABLE table_25474825_1 (description VARCHAR, license VARCHAR) | What is the description of the license for GNU GPL v2 or Ruby license? |
SELECT license FROM table_25474825_1 WHERE description = "Tool for designing and executing workflows" | CREATE TABLE table_25474825_1 (license VARCHAR, description VARCHAR) | What is the license that is described as a tool for designing and executing workflows? |
SELECT description FROM table_25474825_1 WHERE software = "IntAct" | CREATE TABLE table_25474825_1 (description VARCHAR, software VARCHAR) | What is the description of the intact software? |
SELECT user FROM table_25479607_3 WHERE max_demand_charge___rs__kva_ = "1,100" AND unit__kwh__time_range = "H-2: Off-peak (22:30-05:30)" | CREATE TABLE table_25479607_3 (user VARCHAR, max_demand_charge___rs__kva_ VARCHAR, unit__kwh__time_range VARCHAR) | What user had a max demand charge of 1,100 and a unit/time range of h-2: off-peak (22:30-05:30)? |
SELECT fixed_charge___rs__kwh_ FROM table_25479607_3 WHERE tariff___rs__kwh_ = "11.30" | CREATE TABLE table_25479607_3 (fixed_charge___rs__kwh_ VARCHAR, tariff___rs__kwh_ VARCHAR) | What is the fixed charge for the user who had a tariff of 11.30? |
SELECT fixed_charge___rs__kwh_ FROM table_25479607_3 WHERE unit__kwh__time_range = "I-2: Peak (18:30-22:30)" | CREATE TABLE table_25479607_3 (fixed_charge___rs__kwh_ VARCHAR, unit__kwh__time_range VARCHAR) | What is the fixed charge for the user with a unit/time range of i-2: peak (18:30-22:30)? |
SELECT max_demand_charge___rs__kva_ FROM table_25479607_3 WHERE tariff___rs__kwh_ = "8.85" | CREATE TABLE table_25479607_3 (max_demand_charge___rs__kva_ VARCHAR, tariff___rs__kwh_ VARCHAR) | What was the max demand charge for the user with a tariff of 8.85? |
SELECT COUNT(pick__number) FROM table_25518547_2 WHERE affiliation = "University of California NorCal Lamorinda United" | CREATE TABLE table_25518547_2 (pick__number VARCHAR, affiliation VARCHAR) | How many picks are there with an affiliation is the University of California Norcal Lamorinda United? |
SELECT mls_team FROM table_25518547_2 WHERE player = "Seth Sinovic" | CREATE TABLE table_25518547_2 (mls_team VARCHAR, player VARCHAR) | What team does Seth Sinovic play for? |
SELECT COUNT(player) FROM table_25518547_2 WHERE affiliation = "University of Maryland" | CREATE TABLE table_25518547_2 (player VARCHAR, affiliation VARCHAR) | How many players have an affiliation with University of Maryland? |
SELECT round FROM table_25505246_8 WHERE against = "South Africa" | CREATE TABLE table_25505246_8 (round VARCHAR, against VARCHAR) | in what round types did the opponent come from south africa? |
SELECT outcome FROM table_25505246_8 WHERE partner = "Caroline Wozniacki" | CREATE TABLE table_25505246_8 (outcome VARCHAR, partner VARCHAR) | How did the match end when she played with caroline wozniacki? |
SELECT MAX(founded) FROM table_255188_1 WHERE joined = 1978 | CREATE TABLE table_255188_1 (founded INTEGER, joined VARCHAR) | When was the University founded that joined in 1978? |
SELECT MAX(founded) FROM table_255188_1 WHERE institution = "Piedmont College" | CREATE TABLE table_255188_1 (founded INTEGER, institution VARCHAR) | When was Piedmont College founded? |
SELECT MAX(founded) FROM table_255188_1 WHERE nickname = "Avenging Angels" | CREATE TABLE table_255188_1 (founded INTEGER, nickname VARCHAR) | When were the Avenging Angels founded? |
SELECT institution FROM table_255188_1 WHERE joined = 1988 | CREATE TABLE table_255188_1 (institution VARCHAR, joined VARCHAR) | What institution joined in 1988? |
SELECT location FROM table_255188_3 WHERE nickname = "49ers" | CREATE TABLE table_255188_3 (location VARCHAR, nickname VARCHAR) | What location is nicknamed the 49ers? |
SELECT location FROM table_255188_3 WHERE institution = "University of North Carolina at Greensboro" | CREATE TABLE table_255188_3 (location VARCHAR, institution VARCHAR) | Where is the University of North Carolina at Greensboro located? |
SELECT hypotenuse_0_c FROM table_25519358_1 WHERE vertices = "月山泛 ΔYMF" | CREATE TABLE table_25519358_1 (hypotenuse_0_c VARCHAR, vertices VARCHAR) | Name the hypotenuse for vertices 月山泛 δymf |
SELECT vertical_0_b FROM table_25519358_1 WHERE name = "边 BIAN" | CREATE TABLE table_25519358_1 (vertical_0_b VARCHAR, name VARCHAR) | Name the vertical for 边 bian |
SELECT horizontal_0_a FROM table_25519358_1 WHERE name = "通 TONG" | CREATE TABLE table_25519358_1 (horizontal_0_a VARCHAR, name VARCHAR) | Name the horizontal 0 for 通 tong |
SELECT horizontal_0_a FROM table_25519358_1 WHERE hypotenuse_0_c = "明弦(RY日月)" | CREATE TABLE table_25519358_1 (horizontal_0_a VARCHAR, hypotenuse_0_c VARCHAR) | Name the horizontal 0 for 明弦(ry日月) |
SELECT vertical_0_b FROM table_25519358_1 WHERE horizontal_0_a = "明勾(YS月南)" | CREATE TABLE table_25519358_1 (vertical_0_b VARCHAR, horizontal_0_a VARCHAR) | Name the vertical for 明勾(ys月南) |
SELECT COUNT(horizontal_0_a) FROM table_25519358_1 WHERE number = 10 | CREATE TABLE table_25519358_1 (horizontal_0_a VARCHAR, number VARCHAR) | Name the horizontal number for number 10 |
SELECT COUNT(mls_team) FROM table_25518547_3 WHERE affiliation = "University of Maryland" | CREATE TABLE table_25518547_3 (mls_team VARCHAR, affiliation VARCHAR) | How many teams drafted players from the University of Maryland? |
SELECT mls_team FROM table_25518547_3 WHERE player = "Samuel Appiah" | CREATE TABLE table_25518547_3 (mls_team VARCHAR, player VARCHAR) | What MLS team drafted samuel appiah? |
SELECT player FROM table_25518547_3 WHERE mls_team = "Philadelphia Union" | CREATE TABLE table_25518547_3 (player VARCHAR, mls_team VARCHAR) | What player was drafted by the philadelphia union? |
SELECT founded FROM table_255205_1 WHERE nickname = "Fightin' Engineers" | CREATE TABLE table_255205_1 (founded VARCHAR, nickname VARCHAR) | This institution nicknamed Fightin' engineers was founded on what year? |
SELECT COUNT(joined) FROM table_255205_1 WHERE location = "Franklin, Indiana" | CREATE TABLE table_255205_1 (joined VARCHAR, location VARCHAR) | How many inputs joined this institution located in Franklin, Indiana? |
SELECT COUNT(founded) FROM table_255205_1 WHERE nickname = "Beavers" | CREATE TABLE table_255205_1 (founded VARCHAR, nickname VARCHAR) | How many times this institution was founded that was nicknamed Beavers? |
SELECT joined FROM table_255205_1 WHERE type = "Private/Church of God" | CREATE TABLE table_255205_1 (joined VARCHAR, type VARCHAR) | How many joined this Private/Church of God institution? |
SELECT joined FROM table_255205_1 WHERE institution = "Manchester University" | CREATE TABLE table_255205_1 (joined VARCHAR, institution VARCHAR) | How many joined Manchester University? |
SELECT circuit FROM table_25531112_2 WHERE event = "Clipsal 500" | CREATE TABLE table_25531112_2 (circuit VARCHAR, event VARCHAR) | What circuit was the Clipsal 500 on? |
SELECT challenge FROM table_25531112_2 WHERE circuit = "Albert Park Grand Prix circuit" | CREATE TABLE table_25531112_2 (challenge VARCHAR, circuit VARCHAR) | Who made the challenge on the Albert Park Grand Prix Circuit? |
SELECT rd FROM table_25531112_2 WHERE circuit = "Eastern Creek Raceway" | CREATE TABLE table_25531112_2 (rd VARCHAR, circuit VARCHAR) | In what round was the circuit Eastern Creek Raceway? |
SELECT challenge FROM table_25531112_2 WHERE event = "Australian Grand Prix" | CREATE TABLE table_25531112_2 (challenge VARCHAR, event VARCHAR) | Who made the challenge in the Australian Grand Prix? |
SELECT shirt_sponsor FROM table_25527255_2 WHERE average_squad_age = "25.46" | CREATE TABLE table_25527255_2 (shirt_sponsor VARCHAR, average_squad_age VARCHAR) | Who is the shirt sponsor of the team with an average squad age of 25.46? |
SELECT shirt_sponsor FROM table_25527255_2 WHERE team = "FC Bunyodkor" | CREATE TABLE table_25527255_2 (shirt_sponsor VARCHAR, team VARCHAR) | Who is the shirt sponsor for FC Bunyodkor? |
SELECT average_squad_age FROM table_25527255_2 WHERE shirt_sponsor = "Sho'rtan Gaz Mahsulot" AND kit_manufacturer = "Adidas" | CREATE TABLE table_25527255_2 (average_squad_age VARCHAR, shirt_sponsor VARCHAR, kit_manufacturer VARCHAR) | What is the average squad age of the team whose shirt sponsor is Sho'rtan Gaz Mahsulot and whose kit manufacturer is Adidas? |
SELECT captain FROM table_25527255_2 WHERE kit_manufacturer = "Nike" | CREATE TABLE table_25527255_2 (captain VARCHAR, kit_manufacturer VARCHAR) | Who is the captain of the team whose kit manufacturer is Nike? |
SELECT manager FROM table_25527255_2 WHERE team = "FK Andijan" | CREATE TABLE table_25527255_2 (manager VARCHAR, team VARCHAR) | Who is the manager of FK Andijan? |
SELECT COUNT(year) FROM table_2553861_1 WHERE open_cup = "Did not qualify" AND playoffs = "National Final" | CREATE TABLE table_2553861_1 (year VARCHAR, open_cup VARCHAR, playoffs VARCHAR) | Name the year for open cup did not qualify and national final |
SELECT league FROM table_2553861_1 WHERE year = 2000 | CREATE TABLE table_2553861_1 (league VARCHAR, year VARCHAR) | Name the league for 2000 |
SELECT league FROM table_2553861_1 WHERE playoffs = "Conference Finals" | CREATE TABLE table_2553861_1 (league VARCHAR, playoffs VARCHAR) | Name the league for conference finals |
SELECT directed_by FROM table_25547943_1 WHERE written_by = "Bill Lawrence" | CREATE TABLE table_25547943_1 (directed_by VARCHAR, written_by VARCHAR) | Who directed the episode that was written by Bill Lawrence? |
SELECT series AS result FROM table_2554479_2 WHERE season = "1998" | CREATE TABLE table_2554479_2 (series VARCHAR, season VARCHAR) | Name the series result for season being 1998 |
SELECT COUNT(tests_won_by_australia) FROM table_2554479_2 WHERE series = 10 | CREATE TABLE table_2554479_2 (tests_won_by_australia VARCHAR, series VARCHAR) | Name the total number of tests won by australia for series 10 |
SELECT COUNT(winner) FROM table_25551880_2 WHERE mountains_classification = "not awarded" | CREATE TABLE table_25551880_2 (winner VARCHAR, mountains_classification VARCHAR) | How many winners were there when the mountains classification was not awarded? |
SELECT mountains_classification FROM table_25551880_2 WHERE winner = "Mikel Nieve" | CREATE TABLE table_25551880_2 (mountains_classification VARCHAR, winner VARCHAR) | Who was awarded mountains classifications when Mikel Nieve was the winner? |
SELECT mountains_classification FROM table_25551880_2 WHERE winner = "Alessandro Petacchi" | CREATE TABLE table_25551880_2 (mountains_classification VARCHAR, winner VARCHAR) | Who was awarded mountains classification when Alessandro petacchi won? |
SELECT COUNT(production_code) FROM table_25548213_1 WHERE directed_by = "Linda Mendoza" | CREATE TABLE table_25548213_1 (production_code VARCHAR, directed_by VARCHAR) | List the number of episodes directed by linda mendoza. |
SELECT us_viewers__million_ FROM table_25548213_1 WHERE written_by = "Kevin Biegel & Aseem Batra" | CREATE TABLE table_25548213_1 (us_viewers__million_ VARCHAR, written_by VARCHAR) | How many million viewers watch the episode that kevin biegel & aseem batra wrote? |
SELECT MAX(series__number) FROM table_25548213_1 WHERE us_viewers__million_ = "5.31" | CREATE TABLE table_25548213_1 (series__number INTEGER, us_viewers__million_ VARCHAR) | What is the series number that had 5.31 million viewers? |
Subsets and Splits