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