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