training_input stringlengths 118 1.06k |
|---|
###context:CREATE TABLE table_25042332_22 (preschool__0_5_years_ VARCHAR, tertiary__18_24_years_ VARCHAR)
###human: What is the enrollment ratio for preschool in the region where enrollment ratio for tertiary is 29.55?
###assistant: SELECT preschool__0_5_years_ FROM table_25042332_22 WHERE tertiary__18_24_years... |
###context:CREATE TABLE table_25042332_22 (primary__6_13_years_ VARCHAR, preschool__0_5_years_ VARCHAR)
###human: What is the enrollment ratio in primary in the region where the enrollment ratio in preschool is 38.14?
###assistant: SELECT primary__6_13_years_ FROM table_25042332_22 WHERE preschool__0_5_years_ =... |
###context:CREATE TABLE table_25042332_22 (tertiary__18_24_years_ VARCHAR, secondary__14_17_years_ VARCHAR)
###human: What is the enrollment ratio in tertiary in the region where the enrollment ration in secondary is 71.43?
###assistant: SELECT tertiary__18_24_years_ FROM table_25042332_22 WHERE secondary__14_1... |
###context:CREATE TABLE table_25042332_22 (preschool__0_5_years_ VARCHAR, primary__6_13_years_ VARCHAR)
###human: What is the enrollment ratio in preschool in the region where the enrollment ratio in primary is 93.10?
###assistant: SELECT preschool__0_5_years_ FROM table_25042332_22 WHERE primary__6_13_years_ ... |
###context:CREATE TABLE table_25042332_22 (primary__6_13_years_ VARCHAR, preschool__0_5_years_ VARCHAR)
###human: What is the enrollment ration in primary in the region where the enrollment ratio in preschool is 50.23?
###assistant: SELECT primary__6_13_years_ FROM table_25042332_22 WHERE preschool__0_5_years_... |
###context:CREATE TABLE table_25042332_30 (enrolled_women VARCHAR, e_vap_ratio_women VARCHAR)
###human: what is the number of registered female voters where the percentage is 108.6%
###assistant: SELECT enrolled_women FROM table_25042332_30 WHERE e_vap_ratio_women = "108.6%" |
###context:CREATE TABLE table_25042332_30 (e_vap_ratio_total VARCHAR, men_of_voting_age VARCHAR)
###human: what is the percentage of male voters where the level of maturity is 123726
###assistant: SELECT e_vap_ratio_total FROM table_25042332_30 WHERE men_of_voting_age = 123726 |
###context:CREATE TABLE table_25042332_31 (incarceration_rate_total VARCHAR, prison_inmates_women VARCHAR)
###human: How many regions had 153 women prison inmates?
###assistant: SELECT COUNT(incarceration_rate_total) FROM table_25042332_31 WHERE prison_inmates_women = 153 |
###context:CREATE TABLE table_25042332_31 (incarceration_rate_total VARCHAR, incarceration_rate_female VARCHAR)
###human: How many regions had an incarceration rate for females of 63?
###assistant: SELECT COUNT(incarceration_rate_total) FROM table_25042332_31 WHERE incarceration_rate_female = 63 |
###context:CREATE TABLE table_25042332_31 (incarceration_rate_male INTEGER, region VARCHAR)
###human: What is the male incarceration rate of maule?
###assistant: SELECT MAX(incarceration_rate_male) FROM table_25042332_31 WHERE region = "Maule" |
###context:CREATE TABLE table_25042332_27 (region VARCHAR, automatic_washing_machine VARCHAR)
###human: Name the region for automatic washing machine being 60.9%
###assistant: SELECT region FROM table_25042332_27 WHERE automatic_washing_machine = "60.9%" |
###context:CREATE TABLE table_25042332_27 (fixed_telephone_line VARCHAR, vehicle VARCHAR)
###human: Name the fixed telephone line for 25.6% vehicle
###assistant: SELECT fixed_telephone_line FROM table_25042332_27 WHERE vehicle = "25.6%" |
###context:CREATE TABLE table_25042332_27 (region VARCHAR, vehicle VARCHAR)
###human: Name the region for 39.2% vehicle
###assistant: SELECT region FROM table_25042332_27 WHERE vehicle = "39.2%" |
###context:CREATE TABLE table_25042332_26 (region VARCHAR, solar_panel VARCHAR)
###human: What region has 0.3% solar panel?
###assistant: SELECT region FROM table_25042332_26 WHERE solar_panel = "0.3%" |
###context:CREATE TABLE table_25042332_26 (solar_panel VARCHAR, region VARCHAR)
###human: What is atacama's percentage of solar panels?
###assistant: SELECT solar_panel FROM table_25042332_26 WHERE region = "Atacama" |
###context:CREATE TABLE table_25042332_26 (region VARCHAR, none VARCHAR)
###human: Which region has 0.6% none?
###assistant: SELECT region FROM table_25042332_26 WHERE none = "0.6%" |
###context:CREATE TABLE table_25042332_26 (public_network VARCHAR, region VARCHAR, other_source VARCHAR, solar_panel VARCHAR)
###human: What is the percentage of public network in the region that has 0.1% other sources, 0.0% solar, and is named maule?
###assistant: SELECT public_network FROM table_25042332_26 W... |
###context:CREATE TABLE table_25042332_26 (public_network VARCHAR, solar_panel VARCHAR)
###human: How many regions have 0.5% solar panels?
###assistant: SELECT COUNT(public_network) FROM table_25042332_26 WHERE solar_panel = "0.5%" |
###context:CREATE TABLE table_25046766_3 (prod_no INTEGER, episode_no VARCHAR)
###human: What is the production number of 3-04?
###assistant: SELECT MAX(prod_no) FROM table_25046766_3 WHERE episode_no = "3-04" |
###context:CREATE TABLE table_25046766_3 (title VARCHAR, original_airdate_uk VARCHAR)
###human: What was the title of the episode that aired on October 7, 1965?
###assistant: SELECT title FROM table_25046766_3 WHERE original_airdate_uk = "October 7, 1965" |
###context:CREATE TABLE table_25046766_1 (episode_no VARCHAR, written_by VARCHAR)
###human: When don inglis and ralph smart are the writers how many episode numbers are there?
###assistant: SELECT COUNT(episode_no) FROM table_25046766_1 WHERE written_by = "Don Inglis and Ralph Smart" |
###context:CREATE TABLE table_25057928_1 (institute VARCHAR)
###human: Name the most 2012/13 for university of cambridge
###assistant: SELECT MAX(2012 AS _13) FROM table_25057928_1 WHERE institute = "University of Cambridge" |
###context:CREATE TABLE table_25058562_2 (birth_date VARCHAR, player VARCHAR)
###human: Name the birth date for taavi sadam
###assistant: SELECT birth_date FROM table_25058562_2 WHERE player = "Taavi Sadam" |
###context:CREATE TABLE table_25058562_2 (height VARCHAR, player VARCHAR)
###human: Name the height for asko esna
###assistant: SELECT height FROM table_25058562_2 WHERE player = "Asko Esna" |
###context:CREATE TABLE table_25058562_2 (birth_date VARCHAR, height VARCHAR, nationality VARCHAR, position VARCHAR)
###human: Name the birth date for estonia for spiker and height of 189
###assistant: SELECT birth_date FROM table_25058562_2 WHERE nationality = "Estonia" AND position = "Spiker" AND height = 189 |
###context:CREATE TABLE table_25058562_2 (player VARCHAR, height VARCHAR)
###human: Name the player for 199 height
###assistant: SELECT player FROM table_25058562_2 WHERE height = 199 |
###context:CREATE TABLE table_25084227_1 (written_by VARCHAR, us_viewers__in_millions_ VARCHAR)
###human: if the 2.09 million US viewers watched this episode, who was it written by
###assistant: SELECT written_by FROM table_25084227_1 WHERE us_viewers__in_millions_ = "2.09" |
###context:CREATE TABLE table_25084227_1 (no INTEGER, directed_by VARCHAR)
###human: If the episode was directed by Michael Offer, what was the episode number?
###assistant: SELECT MIN(no) FROM table_25084227_1 WHERE directed_by = "Michael Offer" |
###context:CREATE TABLE table_25084227_1 (us_viewers__in_millions_ VARCHAR, directed_by VARCHAR)
###human: If the episode was directed by Michael Offer, how many US Viewers watched it?
###assistant: SELECT us_viewers__in_millions_ FROM table_25084227_1 WHERE directed_by = "Michael Offer" |
###context:CREATE TABLE table_25085059_3 (pick__number VARCHAR, position VARCHAR)
###human: What draft pick number was the player with the position DL?
###assistant: SELECT pick__number FROM table_25085059_3 WHERE position = "DL" |
###context:CREATE TABLE table_25085059_3 (pick__number VARCHAR, cfl_team VARCHAR)
###human: How many draft picks were for Winnipeg blue bombers?
###assistant: SELECT COUNT(pick__number) FROM table_25085059_3 WHERE cfl_team = "Winnipeg Blue Bombers" |
###context:CREATE TABLE table_25085059_3 (college VARCHAR, position VARCHAR)
###human: How many colleges provided players with positions LB?
###assistant: SELECT COUNT(college) FROM table_25085059_3 WHERE position = "LB" |
###context:CREATE TABLE table_25085059_3 (college VARCHAR, position VARCHAR)
###human: What college did the player come from whose position is DL?
###assistant: SELECT college FROM table_25085059_3 WHERE position = "DL" |
###context:CREATE TABLE table_25085059_3 (cfl_team VARCHAR, college VARCHAR)
###human: What team got a draft pick player from McGill?
###assistant: SELECT cfl_team FROM table_25085059_3 WHERE college = "McGill" |
###context:CREATE TABLE table_2508633_4 (pick__number VARCHAR, college VARCHAR, player VARCHAR)
###human: What number draft pick was Oklahoma State's Greg Hill in 1983?
###assistant: SELECT pick__number FROM table_2508633_4 WHERE college = "Oklahoma State" AND player = "Greg Hill" |
###context:CREATE TABLE table_2508633_4 (pick__number VARCHAR, player VARCHAR)
###human: What number pick was Danny Walters in the 1983 NFL draft?
###assistant: SELECT COUNT(pick__number) FROM table_2508633_4 WHERE player = "Danny Walters" |
###context:CREATE TABLE table_2508633_4 (position VARCHAR, nfl_team VARCHAR)
###human: What were the pick numbers of the defensive tackles chosen by the New Orleans Saints in the 1983 draft?
###assistant: SELECT position FROM table_2508633_4 WHERE nfl_team = "New Orleans Saints" |
###context:CREATE TABLE table_2508633_4 (position VARCHAR, player VARCHAR)
###human: What number draft pick was linebacker Steve Maidlow in the 1983 NFL Draft?
###assistant: SELECT position FROM table_2508633_4 WHERE player = "Steve Maidlow" |
###context:CREATE TABLE table_2508633_11 (college VARCHAR, nfl_team VARCHAR, position VARCHAR)
###human: In which colleges is the NFL Team New York Giants and with the position defensive back?
###assistant: SELECT college FROM table_2508633_11 WHERE nfl_team = "New York Giants" AND position = "Defensive back" |
###context:CREATE TABLE table_2508633_11 (nfl_team VARCHAR, position VARCHAR, player VARCHAR)
###human: What NFL Team has the player Danny Triplett with the position linebacker?
###assistant: SELECT nfl_team FROM table_2508633_11 WHERE position = "Linebacker" AND player = "Danny Triplett" |
###context:CREATE TABLE table_2508633_11 (nfl_team VARCHAR, college VARCHAR)
###human: What are the NFL Teams in College North Texas State?
###assistant: SELECT nfl_team FROM table_2508633_11 WHERE college = "North Texas State" |
###context:CREATE TABLE table_2508633_11 (college VARCHAR, nfl_team VARCHAR)
###human: How many colleges have the NFL Team Buffalo Bills?
###assistant: SELECT COUNT(college) FROM table_2508633_11 WHERE nfl_team = "Buffalo Bills" |
###context:CREATE TABLE table_2508633_11 (player VARCHAR, college VARCHAR, position VARCHAR)
###human: Who are the all the players whose position is guard in college Clemson?
###assistant: SELECT player FROM table_2508633_11 WHERE college = "Clemson" AND position = "Guard" |
###context:CREATE TABLE table_2508633_11 (nfl_team VARCHAR, player VARCHAR)
###human: What NFL Teams have the player Aaron Williams?
###assistant: SELECT nfl_team FROM table_2508633_11 WHERE player = "Aaron Williams" |
###context:CREATE TABLE table_2508633_2 (pick__number INTEGER, nfl_team VARCHAR)
###human: Name the least pick number for the denver broncos
###assistant: SELECT MIN(pick__number) FROM table_2508633_2 WHERE nfl_team = "Denver Broncos" |
###context:CREATE TABLE table_2508633_2 (position VARCHAR, pick__number VARCHAR)
###human: Name the position for pick number 39
###assistant: SELECT position FROM table_2508633_2 WHERE pick__number = 39 |
###context:CREATE TABLE table_2508633_2 (pick__number VARCHAR, player VARCHAR)
###human: Name the total number of pick number being henry ellard
###assistant: SELECT COUNT(pick__number) FROM table_2508633_2 WHERE player = "Henry Ellard" |
###context:CREATE TABLE table_2508633_2 (player VARCHAR, nfl_team VARCHAR)
###human: Name the player for new orleans saints
###assistant: SELECT player FROM table_2508633_2 WHERE nfl_team = "New Orleans Saints" |
###context:CREATE TABLE table_2508633_2 (player VARCHAR, college VARCHAR)
###human: Name the number of players for georgia tech
###assistant: SELECT COUNT(player) FROM table_2508633_2 WHERE college = "Georgia Tech" |
###context:CREATE TABLE table_2508633_2 (pick__number INTEGER, position VARCHAR, nfl_team VARCHAR)
###human: Name the most pick number for guard and kansas city chiefs
###assistant: SELECT MAX(pick__number) FROM table_2508633_2 WHERE position = "Guard" AND nfl_team = "Kansas City Chiefs" |
###context:CREATE TABLE table_2508633_6 (nfl_team VARCHAR, pick__number VARCHAR)
###human: Name the nfl team for pick number 151
###assistant: SELECT nfl_team FROM table_2508633_6 WHERE pick__number = 151 |
###context:CREATE TABLE table_2508633_6 (college VARCHAR, nfl_team VARCHAR)
###human: Name the college for houston oilers
###assistant: SELECT college FROM table_2508633_6 WHERE nfl_team = "Houston Oilers" |
###context:CREATE TABLE table_2508633_6 (pick__number INTEGER, college VARCHAR)
###human: Name the most pick number for illinois
###assistant: SELECT MAX(pick__number) FROM table_2508633_6 WHERE college = "Illinois" |
###context:CREATE TABLE table_2508633_6 (nfl_team VARCHAR, player VARCHAR)
###human: Name the total number for nfl team for ellis gardner
###assistant: SELECT COUNT(nfl_team) FROM table_2508633_6 WHERE player = "Ellis Gardner" |
###context:CREATE TABLE table_2508633_6 (position VARCHAR, college VARCHAR)
###human: Name the position for delaware
###assistant: SELECT position FROM table_2508633_6 WHERE college = "Delaware" |
###context:CREATE TABLE table_2508633_6 (nfl_team VARCHAR, player VARCHAR)
###human: Name the nfl team for eric williams
###assistant: SELECT nfl_team FROM table_2508633_6 WHERE player = "Eric Williams" |
###context:CREATE TABLE table_2508633_9 (nfl_team VARCHAR, college VARCHAR)
###human: What NFL team picked a player from Jackson State?
###assistant: SELECT nfl_team FROM table_2508633_9 WHERE college = "Jackson State" |
###context:CREATE TABLE table_2508633_9 (position VARCHAR, college VARCHAR)
###human: What position was the draft pick that came from Langston?
###assistant: SELECT position FROM table_2508633_9 WHERE college = "Langston" |
###context:CREATE TABLE table_2508633_9 (player VARCHAR, nfl_team VARCHAR, position VARCHAR)
###human: How many players were the running back draft pick for the New England Patriots?
###assistant: SELECT COUNT(player) FROM table_2508633_9 WHERE nfl_team = "New England Patriots" AND position = "Running back" |
###context:CREATE TABLE table_2508633_9 (player VARCHAR, nfl_team VARCHAR)
###human: Who was the draft pick for Kansas City Chiefs?
###assistant: SELECT player FROM table_2508633_9 WHERE nfl_team = "Kansas City Chiefs" |
###context:CREATE TABLE table_2508633_9 (college VARCHAR, nfl_team VARCHAR, position VARCHAR)
###human: What college did the tight end draft pick for New England Patriots come from?
###assistant: SELECT college FROM table_2508633_9 WHERE nfl_team = "New England Patriots" AND position = "Tight end" |
###context:CREATE TABLE table_2509112_3 (cuchumuela_municipality INTEGER)
###human: What is the Cuchumela Municipality minimum?
###assistant: SELECT MIN(cuchumuela_municipality) FROM table_2509112_3 |
###context:CREATE TABLE table_2509112_3 (language VARCHAR, villa_rivero_municipality VARCHAR)
###human: If Villa Rivero Municipality if 7, what is the language?
###assistant: SELECT language FROM table_2509112_3 WHERE villa_rivero_municipality = 7 |
###context:CREATE TABLE table_2509112_3 (language VARCHAR, tacachi_municipality VARCHAR)
###human: What is the language total number if the Tacachi Municipality is 3?
###assistant: SELECT COUNT(language) FROM table_2509112_3 WHERE tacachi_municipality = 3 |
###context:CREATE TABLE table_2509112_3 (san_benito_municipality VARCHAR, language VARCHAR)
###human: If the language is another native, what is the San Benito Municipality total number?
###assistant: SELECT COUNT(san_benito_municipality) FROM table_2509112_3 WHERE language = "Another native" |
###context:CREATE TABLE table_2509113_2 (vinto_municipality INTEGER, language VARCHAR)
###human: If the language is Spanish, what is the Vinto Municipality minimum?
###assistant: SELECT MIN(vinto_municipality) FROM table_2509113_2 WHERE language = "Spanish" |
###context:CREATE TABLE table_2509113_2 (quillacollo_municipality INTEGER, vinto_municipality VARCHAR)
###human: If the Vinto Municipality is 18630, what is the Quillacollo Municipality?
###assistant: SELECT MAX(quillacollo_municipality) FROM table_2509113_2 WHERE vinto_municipality = 18630 |
###context:CREATE TABLE table_2509113_2 (sipe_sipe_municipality INTEGER, language VARCHAR)
###human: What is the Sipe Sipe Municipality minimum if the language is Quechua?
###assistant: SELECT MIN(sipe_sipe_municipality) FROM table_2509113_2 WHERE language = "Quechua" |
###context:CREATE TABLE table_2509113_2 (vinto_municipality INTEGER, language VARCHAR)
###human: If the language is Native and Spanish, what is the Vinto Municipality minimum?
###assistant: SELECT MIN(vinto_municipality) FROM table_2509113_2 WHERE language = "Native and Spanish" |
###context:CREATE TABLE table_2509113_2 (vinto_municipality INTEGER, quillacollo_municipality VARCHAR)
###human: If the Quillacollo Municipality is 93131, what is the Vinto Municipality minimum?
###assistant: SELECT MIN(vinto_municipality) FROM table_2509113_2 WHERE quillacollo_municipality = 93131 |
###context:CREATE TABLE table_2509350_3 (language VARCHAR, villa_alcalá_municipality VARCHAR)
###human: Name the language for villa 1167
###assistant: SELECT language FROM table_2509350_3 WHERE villa_alcalá_municipality = 1167 |
###context:CREATE TABLE table_2509350_3 (padilla_municipality INTEGER, language VARCHAR)
###human: Name the most padilla municipality for quechua
###assistant: SELECT MAX(padilla_municipality) FROM table_2509350_3 WHERE language = "Quechua" |
###context:CREATE TABLE table_2509350_3 (language VARCHAR, sopachuy_municipality VARCHAR)
###human: Name the language for sopachuy 10
###assistant: SELECT language FROM table_2509350_3 WHERE sopachuy_municipality = 10 |
###context:CREATE TABLE table_2509350_3 (tomina_municipality VARCHAR, villa_alcalá_municipality VARCHAR)
###human: Name the number of tomina for villa alcala for 176
###assistant: SELECT COUNT(tomina_municipality) FROM table_2509350_3 WHERE villa_alcalá_municipality = 176 |
###context:CREATE TABLE table_2509350_3 (tomina_municipality INTEGER, el_villar_municipality VARCHAR)
###human: Name the least tomina for el villar being 4
###assistant: SELECT MIN(tomina_municipality) FROM table_2509350_3 WHERE el_villar_municipality = 4 |
###context:CREATE TABLE table_2509350_3 (language VARCHAR, el_villar_municipality VARCHAR)
###human: Name the language for el villar 1264
###assistant: SELECT language FROM table_2509350_3 WHERE el_villar_municipality = 1264 |
###context:CREATE TABLE table_2509505_1 (games VARCHAR, goals_against VARCHAR)
###human: Name the total number of games for goals against being 352
###assistant: SELECT COUNT(games) FROM table_2509505_1 WHERE goals_against = 352 |
###context:CREATE TABLE table_2509505_1 (games VARCHAR, lost VARCHAR)
###human: Name the total number of games for lost being 41
###assistant: SELECT COUNT(games) FROM table_2509505_1 WHERE lost = 41 |
###context:CREATE TABLE table_2509505_1 (goals_for INTEGER, points VARCHAR)
###human: Name the most goals for 56 points
###assistant: SELECT MAX(goals_for) FROM table_2509505_1 WHERE points = 56 |
###context:CREATE TABLE table_2509505_1 (won VARCHAR, goals_for VARCHAR)
###human: Name the number of won for goals for being 274
###assistant: SELECT COUNT(won) FROM table_2509505_1 WHERE goals_for = 274 |
###context:CREATE TABLE table_2509202_2 (combaya_municipality VARCHAR, quiabaya_municipality VARCHAR)
###human: When the quiabaya municipality is 2 what is the combaya municipality?
###assistant: SELECT combaya_municipality FROM table_2509202_2 WHERE quiabaya_municipality = "2" |
###context:CREATE TABLE table_2509202_2 (guanay_municipality VARCHAR, tacacoma_municipality VARCHAR)
###human: What is the guanay municipality when the tacacoma municipality is 4.321?
###assistant: SELECT guanay_municipality FROM table_2509202_2 WHERE tacacoma_municipality = "4.321" |
###context:CREATE TABLE table_2509202_2 (sorata_municipality VARCHAR, quiabaya_municipality VARCHAR)
###human: How many people in the sorata municipality when the quiabaya municipality has 33?
###assistant: SELECT sorata_municipality FROM table_2509202_2 WHERE quiabaya_municipality = "33" |
###context:CREATE TABLE table_2509202_2 (combaya_municipality VARCHAR, quiabaya_municipality VARCHAR)
###human: What is the number for combaya municipality when quiabaya municipality is 33?
###assistant: SELECT combaya_municipality FROM table_2509202_2 WHERE quiabaya_municipality = "33" |
###context:CREATE TABLE table_2509202_2 (tipuani_municipality VARCHAR, tacacoma_municipality VARCHAR)
###human: tipuani municipality when tacacoma municipality is 6?
###assistant: SELECT tipuani_municipality FROM table_2509202_2 WHERE tacacoma_municipality = "6" |
###context:CREATE TABLE table_2509202_2 (guanay_municipality VARCHAR, combaya_municipality VARCHAR)
###human: What is the number for the guanay municipality when combaya municipality is 0?
###assistant: SELECT guanay_municipality FROM table_2509202_2 WHERE combaya_municipality = "0" |
###context:CREATE TABLE table_251272_4 (year INTEGER, location VARCHAR)
###human: What is the first year where the assassination attempt was at Martyrs' Mausoleum, Rangoon, Burma?
###assistant: SELECT MIN(year) FROM table_251272_4 WHERE location = "Martyrs' Mausoleum, Rangoon, Burma" |
###context:CREATE TABLE table_251272_4 (location VARCHAR, title_at_the_time VARCHAR)
###human: Where was the attempt on the Prime Minister of Sri Lanka's life made?
###assistant: SELECT location FROM table_251272_4 WHERE title_at_the_time = "Prime Minister of Sri Lanka" |
###context:CREATE TABLE table_2512935_8 (original_language VARCHAR, book_series VARCHAR)
###human: What is every original language for book series Little House on the Prairie?
###assistant: SELECT original_language FROM table_2512935_8 WHERE book_series = "Little House on the Prairie" |
###context:CREATE TABLE table_2512935_8 (approximate_sales VARCHAR, author VARCHAR)
###human: What are all approximate sales for the author Laura Ingalls Wilder?
###assistant: SELECT approximate_sales FROM table_2512935_8 WHERE author = "Laura Ingalls Wilder" |
###context:CREATE TABLE table_25118909_3 (_number INTEGER, former_school VARCHAR)
###human: Name the most number for notre dame prep
###assistant: SELECT MAX(_number) FROM table_25118909_3 WHERE former_school = "Notre Dame Prep" |
###context:CREATE TABLE table_25107064_2 (Ends VARCHAR, blank_ends VARCHAR)
###human: Name the ends won for blank ends for 0
###assistant: SELECT Ends AS won FROM table_25107064_2 WHERE blank_ends = 0 |
###context:CREATE TABLE table_25107064_2 (stolen_ends INTEGER, country VARCHAR, Germany VARCHAR)
###human: Name the stolen ends for germany
###assistant: SELECT MIN(stolen_ends) FROM table_25107064_2 WHERE country = Germany |
###context:CREATE TABLE table_25107064_2 (Ends INTEGER, pf VARCHAR)
###human: Name the least ends won for pf being 78
###assistant: SELECT MIN(Ends) AS won FROM table_25107064_2 WHERE pf = 78 |
###context:CREATE TABLE table_25129482_1 (stadium VARCHAR, location VARCHAR)
###human: What is the stadium in Kuopio?
###assistant: SELECT stadium FROM table_25129482_1 WHERE location = "Kuopio" |
###context:CREATE TABLE table_25129482_1 (kitmaker VARCHAR, club VARCHAR)
###human: Who is the kitmaker for TPS?
###assistant: SELECT kitmaker FROM table_25129482_1 WHERE club = "TPS" |
###context:CREATE TABLE table_25129482_1 (capacity INTEGER)
###human: What is the largest capacity for a stadium?
###assistant: SELECT MAX(capacity) FROM table_25129482_1 |
###context:CREATE TABLE table_25129482_1 (stadium VARCHAR, manager VARCHAR)
###human: Which stadium is managed by Kari Martonen?
###assistant: SELECT stadium FROM table_25129482_1 WHERE manager = "Kari Martonen" |
###context:CREATE TABLE table_25129482_1 (capacity VARCHAR, club VARCHAR)
###human: How many capacities are given for FF Jaro club?
###assistant: SELECT COUNT(capacity) FROM table_25129482_1 WHERE club = "FF Jaro" |
###context:CREATE TABLE table_25129482_1 (manager VARCHAR, kitmaker VARCHAR, location VARCHAR)
###human: How many managers for club in Turku where kitmaker is Puma?
###assistant: SELECT COUNT(manager) FROM table_25129482_1 WHERE kitmaker = "Puma" AND location = "Turku" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.