Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
37,700 |
<question>: Name the least podiums for 9th position <context>: CREATE TABLE table_25375093_1 (podiums INTEGER, position VARCHAR)
|
SELECT MIN(podiums) FROM table_25375093_1 WHERE position = "9th"
|
37,701 |
<question>: How many results are listed for shot PCT Where PA is 79? <context>: CREATE TABLE table_25381437_2 (shot_pct VARCHAR, pa VARCHAR)
|
SELECT COUNT(shot_pct) FROM table_25381437_2 WHERE pa = 79
|
37,702 |
<question>: Where were stolen ends recorded as 15? <context>: CREATE TABLE table_25381437_2 (locale VARCHAR, stolen_ends VARCHAR)
|
SELECT locale FROM table_25381437_2 WHERE stolen_ends = 15
|
37,703 |
<question>: What was the SlNo no of contact person SDE (P), Thiruppattur? <context>: CREATE TABLE table_25383715_1 (slno VARCHAR, contact_person VARCHAR)
|
SELECT slno FROM table_25383715_1 WHERE contact_person = "SDE (P), Thiruppattur"
|
37,704 |
<question>: What was the production code of the episode written by Brendan Cowell? <context>: CREATE TABLE table_25390694_2 (production_code VARCHAR, writer VARCHAR)
|
SELECT production_code FROM table_25390694_2 WHERE writer = "Brendan Cowell"
|
37,705 |
<question>: How many f/laps did Pedro Nunes have when he was in 20th position? <context>: CREATE TABLE table_25386974_1 (f_laps VARCHAR, position VARCHAR)
|
SELECT COUNT(f_laps) FROM table_25386974_1 WHERE position = "20th"
|
37,706 |
<question>: How many f/laps did Pedro Nunes have when he was at the gp3 series? <context>: CREATE TABLE table_25386974_1 (f_laps VARCHAR, series VARCHAR)
|
SELECT f_laps FROM table_25386974_1 WHERE series = "GP3 series"
|
37,707 |
<question>: What is the fewest number of races Pedro Nunes completed in any series? <context>: CREATE TABLE table_25386974_1 (races INTEGER)
|
SELECT MIN(races) FROM table_25386974_1
|
37,708 |
<question>: What is the most podiums Pedro Nunes had when in 17th position? <context>: CREATE TABLE table_25386974_1 (podiums INTEGER, position VARCHAR)
|
SELECT MAX(podiums) FROM table_25386974_1 WHERE position = "17th"
|
37,709 |
<question>: What was the founding university of the organization Tau Epsilon Phi 1? <context>: CREATE TABLE table_2538117_5 (founding_university VARCHAR, organization VARCHAR)
|
SELECT founding_university FROM table_2538117_5 WHERE organization = "Tau Epsilon Phi 1"
|
37,710 |
<question>: What type is σαεπ? <context>: CREATE TABLE table_2538117_5 (type VARCHAR, letters VARCHAR)
|
SELECT type FROM table_2538117_5 WHERE letters = "ΣΑΕΠ"
|
37,711 |
<question>: What was the founding university of αεφ? <context>: CREATE TABLE table_2538117_5 (founding_university VARCHAR, letters VARCHAR)
|
SELECT founding_university FROM table_2538117_5 WHERE letters = "ΑΕΦ"
|
37,712 |
<question>: What is the type if the organization name is Gamma RHO Lambda 1? <context>: CREATE TABLE table_2538117_7 (type VARCHAR, organization VARCHAR)
|
SELECT type FROM table_2538117_7 WHERE organization = "Gamma Rho Lambda 1"
|
37,713 |
<question>: If the letters is φαν, what is the founding date? <context>: CREATE TABLE table_2538117_7 (founding_date VARCHAR, letters VARCHAR)
|
SELECT founding_date FROM table_2538117_7 WHERE letters = "ΦΑΝ"
|
37,714 |
<question>: If the founding university is in Charlotte, NC, what is the nickname? <context>: CREATE TABLE table_2538117_7 (nickname VARCHAR, founding_university VARCHAR)
|
SELECT nickname FROM table_2538117_7 WHERE founding_university = "Charlotte, NC"
|
37,715 |
<question>: What is the founding date if the letters are κψκ? <context>: CREATE TABLE table_2538117_7 (founding_date VARCHAR, letters VARCHAR)
|
SELECT founding_date FROM table_2538117_7 WHERE letters = "ΚΨΚ"
|
37,716 |
<question>: If the founding university is in Washington, D.C., what was the founding date? <context>: CREATE TABLE table_2538117_7 (founding_date VARCHAR, founding_university VARCHAR)
|
SELECT founding_date FROM table_2538117_7 WHERE founding_university = "Washington, D.C."
|
37,717 |
<question>: What is the rank by average for the team who averaged 22.8? <context>: CREATE TABLE table_25391981_3 (rank_by_average INTEGER, average VARCHAR)
|
SELECT MIN(rank_by_average) FROM table_25391981_3 WHERE average = "22.8"
|
37,718 |
<question>: What is the number of dances for the team that averages 20.6? <context>: CREATE TABLE table_25391981_3 (number_of_dances VARCHAR, average VARCHAR)
|
SELECT number_of_dances FROM table_25391981_3 WHERE average = "20.6"
|
37,719 |
<question>: What couple averaged 15.5? <context>: CREATE TABLE table_25391981_3 (couple VARCHAR, average VARCHAR)
|
SELECT couple FROM table_25391981_3 WHERE average = "15.5"
|
37,720 |
<question>: What is every value for Italian when the part is English? <context>: CREATE TABLE table_25401_15 (italian VARCHAR, english VARCHAR)
|
SELECT italian FROM table_25401_15 WHERE english = "part"
|
37,721 |
<question>: What is every entry for Proto-Italo-Western 1 when door is English? <context>: CREATE TABLE table_25401_15 (proto_italo_western_1 VARCHAR, english VARCHAR)
|
SELECT proto_italo_western_1 FROM table_25401_15 WHERE english = "door"
|
37,722 |
<question>: How many entries for Italian correspond to the Conservative Central Italian of Unu? <context>: CREATE TABLE table_25401_15 (italian VARCHAR, conservative_central_italian_1 VARCHAR)
|
SELECT COUNT(italian) FROM table_25401_15 WHERE conservative_central_italian_1 = "unu"
|
37,723 |
<question>: What is every entry for Latin when Catalan is Mar? <context>: CREATE TABLE table_25401_15 (latin VARCHAR, catalan VARCHAR)
|
SELECT latin FROM table_25401_15 WHERE catalan = "mar"
|
37,724 |
<question>: If the stadium name is the Thuwunna Stadium, what is the date? <context>: CREATE TABLE table_25428629_1 (date VARCHAR, stadium VARCHAR)
|
SELECT date FROM table_25428629_1 WHERE stadium = "Thuwunna stadium"
|
37,725 |
<question>: If the location is Yangon, Myanmar, what is the opponent total number? <context>: CREATE TABLE table_25428629_1 (opponent VARCHAR, location VARCHAR)
|
SELECT COUNT(opponent) FROM table_25428629_1 WHERE location = "Yangon, Myanmar"
|
37,726 |
<question>: How many provinces are named 青海省 qīnghǎi shěng? <context>: CREATE TABLE table_254234_1 (iso_ VARCHAR, chinese_name VARCHAR)
|
SELECT COUNT(iso_) AS № FROM table_254234_1 WHERE chinese_name = "青海省 Qīnghǎi Shěng"
|
37,727 |
<question>: What is the area of the province with a density of 533.59? <context>: CREATE TABLE table_254234_1 (area³ INTEGER, density² VARCHAR)
|
SELECT MAX(area³) FROM table_254234_1 WHERE density² = "533.59"
|
37,728 |
<question>: How many provinces have a density of 165.81? <context>: CREATE TABLE table_254234_1 (iso_ VARCHAR, density² VARCHAR)
|
SELECT COUNT(iso_) AS № FROM table_254234_1 WHERE density² = "165.81"
|
37,729 |
<question>: What is the abbreviation/symbol of 辽宁省 liáoníng shěng? <context>: CREATE TABLE table_254234_1 (abbreviation_symbol VARCHAR, chinese_name VARCHAR)
|
SELECT abbreviation_symbol FROM table_254234_1 WHERE chinese_name = "辽宁省 Liáoníng Shěng"
|
37,730 |
<question>: How many gb's have an iso number of cn-65? <context>: CREATE TABLE table_254234_1 (gb VARCHAR, iso_№ VARCHAR)
|
SELECT COUNT(gb) FROM table_254234_1 WHERE iso_№ = "CN-65"
|
37,731 |
<question>: What is the chinese name of the province whose capital is hangzhou? <context>: CREATE TABLE table_254234_1 (chinese_name VARCHAR, capital VARCHAR)
|
SELECT chinese_name FROM table_254234_1 WHERE capital = "Hangzhou"
|
37,732 |
<question>: What is the fewest amount of races in any season? <context>: CREATE TABLE table_25421463_1 (races INTEGER)
|
SELECT MIN(races) FROM table_25421463_1
|
37,733 |
<question>: How many races were there when Sigachev had 38 points? <context>: CREATE TABLE table_25421463_1 (races INTEGER, points VARCHAR)
|
SELECT MIN(races) FROM table_25421463_1 WHERE points = "38"
|
37,734 |
<question>: What team was Sigachev on when he had 38 points? <context>: CREATE TABLE table_25421463_1 (team_name VARCHAR, points VARCHAR)
|
SELECT team_name FROM table_25421463_1 WHERE points = "38"
|
37,735 |
<question>: In what season was the final placing NC† and the team SL Formula Racing? <context>: CREATE TABLE table_25421463_1 (season VARCHAR, final_placing VARCHAR, team_name VARCHAR)
|
SELECT season FROM table_25421463_1 WHERE final_placing = "NC†" AND team_name = "SL Formula Racing"
|
37,736 |
<question>: what is distance for the 7th position? <context>: CREATE TABLE table_25429986_1 (distance VARCHAR, position VARCHAR)
|
SELECT COUNT(distance) FROM table_25429986_1 WHERE position = "7th"
|
37,737 |
<question>: who isthe jockey in 10th position? <context>: CREATE TABLE table_25429986_1 (jockey VARCHAR, position VARCHAR)
|
SELECT jockey FROM table_25429986_1 WHERE position = "10th"
|
37,738 |
<question>: what position is number 22? <context>: CREATE TABLE table_25429986_1 (position VARCHAR, number VARCHAR)
|
SELECT position FROM table_25429986_1 WHERE number = 22
|
37,739 |
<question>: what horse is in the 6th position? <context>: CREATE TABLE table_25429986_1 (horse VARCHAR, position VARCHAR)
|
SELECT horse FROM table_25429986_1 WHERE position = "6th"
|
37,740 |
<question>: what position has a handicap of 10-2? <context>: CREATE TABLE table_25429986_1 (position VARCHAR, handicap VARCHAR)
|
SELECT position FROM table_25429986_1 WHERE handicap = "10-2"
|
37,741 |
<question>: what is the handicap where the distance is 9 lengths? <context>: CREATE TABLE table_25429986_1 (handicap VARCHAR, distance VARCHAR)
|
SELECT handicap FROM table_25429986_1 WHERE distance = "9 lengths"
|
37,742 |
<question>: Which series occurred when the 7800 was 5040.00? <context>: CREATE TABLE table_2544694_3 (indonesia_super_series_2008 VARCHAR)
|
SELECT indonesia_super_series_2008 FROM table_2544694_3 WHERE 780000 = "5040.00"
|
37,743 |
<question>: Which series occurred in which the semi-finalist was runner-up and the 7800.00 was 6420.00? <context>: CREATE TABLE table_2544694_3 (indonesia_super_series_2008 VARCHAR, runner_up VARCHAR)
|
SELECT indonesia_super_series_2008 FROM table_2544694_3 WHERE runner_up = "Semi-Finalist" AND 780000 = "6420.00"
|
37,744 |
<question>: What road is associated with Carson Valley county? <context>: CREATE TABLE table_25438110_5 (road VARCHAR, county VARCHAR)
|
SELECT road FROM table_25438110_5 WHERE county = "Carson Valley"
|
37,745 |
<question>: What county has exactly 17 casinos? <context>: CREATE TABLE table_25438110_5 (county VARCHAR, casinos VARCHAR)
|
SELECT county FROM table_25438110_5 WHERE casinos = 17
|
37,746 |
<question>: How many casinos are associated with a FY2009 $mil value of exactly $279? <context>: CREATE TABLE table_25438110_5 (casinos VARCHAR, fy09_$millions VARCHAR)
|
SELECT COUNT(casinos) FROM table_25438110_5 WHERE fy09_$millions = "$279"
|
37,747 |
<question>: What is the FY2008 $mil value associated with a FY2007 $mil value of exactly $120? <context>: CREATE TABLE table_25438110_5 (fy08_$millions VARCHAR, fy07_$millions VARCHAR)
|
SELECT fy08_$millions FROM table_25438110_5 WHERE fy07_$millions = "$120"
|
37,748 |
<question>: What country was Danissa Zurek from? <context>: CREATE TABLE table_25461827_2 (country VARCHAR, contestant VARCHAR)
|
SELECT country FROM table_25461827_2 WHERE contestant = "Danissa Zurek"
|
37,749 |
<question>: What is the smallest height associated with Honduras? <context>: CREATE TABLE table_25461827_2 (height__cm_ INTEGER, country VARCHAR)
|
SELECT MIN(height__cm_) FROM table_25461827_2 WHERE country = "Honduras"
|
37,750 |
<question>: What is the height associated with Paraguay? <context>: CREATE TABLE table_25461827_2 (height__ft_ VARCHAR, country VARCHAR)
|
SELECT height__ft_ FROM table_25461827_2 WHERE country = "Paraguay"
|
37,751 |
<question>: What is the number of contestants who are aged exactly 18? <context>: CREATE TABLE table_25461827_2 (contestant VARCHAR, age VARCHAR)
|
SELECT COUNT(contestant) FROM table_25461827_2 WHERE age = 18
|
37,752 |
<question>: Who scored the most points on November 17? <context>: CREATE TABLE table_25461946_5 (high_points VARCHAR, date VARCHAR)
|
SELECT high_points FROM table_25461946_5 WHERE date = "November 17"
|
37,753 |
<question>: What was the final score when the Temple Owls beat Virginia Tech? <context>: CREATE TABLE table_25461946_5 (score VARCHAR, team VARCHAR)
|
SELECT score FROM table_25461946_5 WHERE team = "Virginia Tech"
|
37,754 |
<question>: How many games were played on november 27? <context>: CREATE TABLE table_25461946_5 (record VARCHAR, date VARCHAR)
|
SELECT COUNT(record) FROM table_25461946_5 WHERE date = "November 27"
|
37,755 |
<question>: Who got the pole position if the supporting is USAC National Midget Series? <context>: CREATE TABLE table_25459168_2 (pole_position VARCHAR, supporting VARCHAR)
|
SELECT pole_position FROM table_25459168_2 WHERE supporting = "USAC National Midget Series"
|
37,756 |
<question>: Who won the fastest lap if Anders Krohn won the pole position? <context>: CREATE TABLE table_25459168_2 (fastest_lap VARCHAR, pole_position VARCHAR)
|
SELECT fastest_lap FROM table_25459168_2 WHERE pole_position = "Anders Krohn"
|
37,757 |
<question>: How many rounds did João Victor Horto achieved the fastest lap? <context>: CREATE TABLE table_25459168_2 (round VARCHAR, fastest_lap VARCHAR)
|
SELECT COUNT(round) FROM table_25459168_2 WHERE fastest_lap = "João Victor Horto"
|
37,758 |
<question>: What circuit was used on August 21? <context>: CREATE TABLE table_25459168_2 (circuit VARCHAR, date VARCHAR)
|
SELECT circuit FROM table_25459168_2 WHERE date = "August 21"
|
37,759 |
<question>: How many rounds did Alex Ardoin achieved a fastest lap? <context>: CREATE TABLE table_25459168_2 (round VARCHAR, fastest_lap VARCHAR)
|
SELECT COUNT(round) FROM table_25459168_2 WHERE fastest_lap = "Alex Ardoin"
|
37,760 |
<question>: What is the design when quantity is 5,000,000? <context>: CREATE TABLE table_25468520_1 (design VARCHAR, quantity VARCHAR)
|
SELECT design FROM table_25468520_1 WHERE quantity = "5,000,000"
|
37,761 |
<question>: How many time is the theme rotary international : 100 years in canada? <context>: CREATE TABLE table_25468520_1 (printing_process VARCHAR, theme VARCHAR)
|
SELECT COUNT(printing_process) FROM table_25468520_1 WHERE theme = "Rotary International : 100 Years in Canada"
|
37,762 |
<question>: What is the paper type for the date of issue July 8? <context>: CREATE TABLE table_25468520_1 (paper_type VARCHAR, date_of_issue VARCHAR)
|
SELECT paper_type FROM table_25468520_1 WHERE date_of_issue = "July 8"
|
37,763 |
<question>: What is the theme when the printing process is litho in 3 cols and intaglio? <context>: CREATE TABLE table_25468520_1 (theme VARCHAR, printing_process VARCHAR)
|
SELECT theme FROM table_25468520_1 WHERE printing_process = "Litho in 3 cols and intaglio"
|
37,764 |
<question>: How many times is the theme roadside attractions: wawa goose? <context>: CREATE TABLE table_25468520_1 (quantity VARCHAR, theme VARCHAR)
|
SELECT COUNT(quantity) FROM table_25468520_1 WHERE theme = "Roadside Attractions: Wawa Goose"
|
37,765 |
<question>: What is the theme when the date of issue is 11 january 2010? <context>: CREATE TABLE table_25468520_1 (theme VARCHAR, date_of_issue VARCHAR)
|
SELECT theme FROM table_25468520_1 WHERE date_of_issue = "11 January 2010"
|
37,766 |
<question>: When did they play Dayton? <context>: CREATE TABLE table_25461946_8 (date VARCHAR, team VARCHAR)
|
SELECT date FROM table_25461946_8 WHERE team = "Dayton"
|
37,767 |
<question>: What is the platform of Geworkbench? <context>: CREATE TABLE table_25474825_1 (platform VARCHAR, software VARCHAR)
|
SELECT platform FROM table_25474825_1 WHERE software = "GeWorkbench"
|
37,768 |
<question>: What is the description of the license for GNU GPL v2 or Ruby license? <context>: CREATE TABLE table_25474825_1 (description VARCHAR, license VARCHAR)
|
SELECT description FROM table_25474825_1 WHERE license = "GNU GPL v2 or Ruby license"
|
37,769 |
<question>: What is the license that is described as a tool for designing and executing workflows? <context>: CREATE TABLE table_25474825_1 (license VARCHAR, description VARCHAR)
|
SELECT license FROM table_25474825_1 WHERE description = "Tool for designing and executing workflows"
|
37,770 |
<question>: What is the description of the intact software? <context>: CREATE TABLE table_25474825_1 (description VARCHAR, software VARCHAR)
|
SELECT description FROM table_25474825_1 WHERE software = "IntAct"
|
37,771 |
<question>: What user had a max demand charge of 1,100 and a unit/time range of h-2: off-peak (22:30-05:30)? <context>: CREATE TABLE table_25479607_3 (user VARCHAR, max_demand_charge___rs__kva_ VARCHAR, unit__kwh__time_range VARCHAR)
|
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)"
|
37,772 |
<question>: What is the fixed charge for the user who had a tariff of 11.30? <context>: CREATE TABLE table_25479607_3 (fixed_charge___rs__kwh_ VARCHAR, tariff___rs__kwh_ VARCHAR)
|
SELECT fixed_charge___rs__kwh_ FROM table_25479607_3 WHERE tariff___rs__kwh_ = "11.30"
|
37,773 |
<question>: What is the fixed charge for the user with a unit/time range of i-2: peak (18:30-22:30)? <context>: CREATE TABLE table_25479607_3 (fixed_charge___rs__kwh_ VARCHAR, unit__kwh__time_range VARCHAR)
|
SELECT fixed_charge___rs__kwh_ FROM table_25479607_3 WHERE unit__kwh__time_range = "I-2: Peak (18:30-22:30)"
|
37,774 |
<question>: What was the max demand charge for the user with a tariff of 8.85? <context>: CREATE TABLE table_25479607_3 (max_demand_charge___rs__kva_ VARCHAR, tariff___rs__kwh_ VARCHAR)
|
SELECT max_demand_charge___rs__kva_ FROM table_25479607_3 WHERE tariff___rs__kwh_ = "8.85"
|
37,775 |
<question>: How many picks are there with an affiliation is the University of California Norcal Lamorinda United? <context>: CREATE TABLE table_25518547_2 (pick__number VARCHAR, affiliation VARCHAR)
|
SELECT COUNT(pick__number) FROM table_25518547_2 WHERE affiliation = "University of California NorCal Lamorinda United"
|
37,776 |
<question>: What team does Seth Sinovic play for? <context>: CREATE TABLE table_25518547_2 (mls_team VARCHAR, player VARCHAR)
|
SELECT mls_team FROM table_25518547_2 WHERE player = "Seth Sinovic"
|
37,777 |
<question>: How many players have an affiliation with University of Maryland? <context>: CREATE TABLE table_25518547_2 (player VARCHAR, affiliation VARCHAR)
|
SELECT COUNT(player) FROM table_25518547_2 WHERE affiliation = "University of Maryland"
|
37,778 |
<question>: in what round types did the opponent come from south africa? <context>: CREATE TABLE table_25505246_8 (round VARCHAR, against VARCHAR)
|
SELECT round FROM table_25505246_8 WHERE against = "South Africa"
|
37,779 |
<question>: How did the match end when she played with caroline wozniacki? <context>: CREATE TABLE table_25505246_8 (outcome VARCHAR, partner VARCHAR)
|
SELECT outcome FROM table_25505246_8 WHERE partner = "Caroline Wozniacki"
|
37,780 |
<question>: When was the University founded that joined in 1978? <context>: CREATE TABLE table_255188_1 (founded INTEGER, joined VARCHAR)
|
SELECT MAX(founded) FROM table_255188_1 WHERE joined = 1978
|
37,781 |
<question>: When was Piedmont College founded? <context>: CREATE TABLE table_255188_1 (founded INTEGER, institution VARCHAR)
|
SELECT MAX(founded) FROM table_255188_1 WHERE institution = "Piedmont College"
|
37,782 |
<question>: When were the Avenging Angels founded? <context>: CREATE TABLE table_255188_1 (founded INTEGER, nickname VARCHAR)
|
SELECT MAX(founded) FROM table_255188_1 WHERE nickname = "Avenging Angels"
|
37,783 |
<question>: What institution joined in 1988? <context>: CREATE TABLE table_255188_1 (institution VARCHAR, joined VARCHAR)
|
SELECT institution FROM table_255188_1 WHERE joined = 1988
|
37,784 |
<question>: What location is nicknamed the 49ers? <context>: CREATE TABLE table_255188_3 (location VARCHAR, nickname VARCHAR)
|
SELECT location FROM table_255188_3 WHERE nickname = "49ers"
|
37,785 |
<question>: Where is the University of North Carolina at Greensboro located? <context>: CREATE TABLE table_255188_3 (location VARCHAR, institution VARCHAR)
|
SELECT location FROM table_255188_3 WHERE institution = "University of North Carolina at Greensboro"
|
37,786 |
<question>: Name the hypotenuse for vertices 月山泛 δymf <context>: CREATE TABLE table_25519358_1 (hypotenuse_0_c VARCHAR, vertices VARCHAR)
|
SELECT hypotenuse_0_c FROM table_25519358_1 WHERE vertices = "月山泛 ΔYMF"
|
37,787 |
<question>: Name the vertical for 边 bian <context>: CREATE TABLE table_25519358_1 (vertical_0_b VARCHAR, name VARCHAR)
|
SELECT vertical_0_b FROM table_25519358_1 WHERE name = "边 BIAN"
|
37,788 |
<question>: Name the horizontal 0 for 通 tong <context>: CREATE TABLE table_25519358_1 (horizontal_0_a VARCHAR, name VARCHAR)
|
SELECT horizontal_0_a FROM table_25519358_1 WHERE name = "通 TONG"
|
37,789 |
<question>: Name the horizontal 0 for 明弦(ry日月) <context>: CREATE TABLE table_25519358_1 (horizontal_0_a VARCHAR, hypotenuse_0_c VARCHAR)
|
SELECT horizontal_0_a FROM table_25519358_1 WHERE hypotenuse_0_c = "明弦(RY日月)"
|
37,790 |
<question>: Name the vertical for 明勾(ys月南) <context>: CREATE TABLE table_25519358_1 (vertical_0_b VARCHAR, horizontal_0_a VARCHAR)
|
SELECT vertical_0_b FROM table_25519358_1 WHERE horizontal_0_a = "明勾(YS月南)"
|
37,791 |
<question>: Name the horizontal number for number 10 <context>: CREATE TABLE table_25519358_1 (horizontal_0_a VARCHAR, number VARCHAR)
|
SELECT COUNT(horizontal_0_a) FROM table_25519358_1 WHERE number = 10
|
37,792 |
<question>: How many teams drafted players from the University of Maryland? <context>: CREATE TABLE table_25518547_3 (mls_team VARCHAR, affiliation VARCHAR)
|
SELECT COUNT(mls_team) FROM table_25518547_3 WHERE affiliation = "University of Maryland"
|
37,793 |
<question>: What MLS team drafted samuel appiah? <context>: CREATE TABLE table_25518547_3 (mls_team VARCHAR, player VARCHAR)
|
SELECT mls_team FROM table_25518547_3 WHERE player = "Samuel Appiah"
|
37,794 |
<question>: What player was drafted by the philadelphia union? <context>: CREATE TABLE table_25518547_3 (player VARCHAR, mls_team VARCHAR)
|
SELECT player FROM table_25518547_3 WHERE mls_team = "Philadelphia Union"
|
37,795 |
<question>: This institution nicknamed Fightin' engineers was founded on what year? <context>: CREATE TABLE table_255205_1 (founded VARCHAR, nickname VARCHAR)
|
SELECT founded FROM table_255205_1 WHERE nickname = "Fightin' Engineers"
|
37,796 |
<question>: How many inputs joined this institution located in Franklin, Indiana? <context>: CREATE TABLE table_255205_1 (joined VARCHAR, location VARCHAR)
|
SELECT COUNT(joined) FROM table_255205_1 WHERE location = "Franklin, Indiana"
|
37,797 |
<question>: How many times this institution was founded that was nicknamed Beavers? <context>: CREATE TABLE table_255205_1 (founded VARCHAR, nickname VARCHAR)
|
SELECT COUNT(founded) FROM table_255205_1 WHERE nickname = "Beavers"
|
37,798 |
<question>: How many joined this Private/Church of God institution? <context>: CREATE TABLE table_255205_1 (joined VARCHAR, type VARCHAR)
|
SELECT joined FROM table_255205_1 WHERE type = "Private/Church of God"
|
37,799 |
<question>: How many joined Manchester University? <context>: CREATE TABLE table_255205_1 (joined VARCHAR, institution VARCHAR)
|
SELECT joined FROM table_255205_1 WHERE institution = "Manchester University"
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.