question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
Name the finish for 4-4 | CREATE TABLE table_25920798_2 (finish VARCHAR, vote VARCHAR) | SELECT finish FROM table_25920798_2 WHERE vote = "4-4" | ### Context: CREATE TABLE table_25920798_2 (finish VARCHAR, vote VARCHAR) ### Question: Name the finish for 4-4 ### Answer: SELECT finish FROM table_25920798_2 WHERE vote = "4-4" |
Name the left day 9 finish for eliminated | CREATE TABLE table_25920798_2 (eliminated VARCHAR, finish VARCHAR) | SELECT eliminated FROM table_25920798_2 WHERE finish = "Left Day 9" | ### Context: CREATE TABLE table_25920798_2 (eliminated VARCHAR, finish VARCHAR) ### Question: Name the left day 9 finish for eliminated ### Answer: SELECT eliminated FROM table_25920798_2 WHERE finish = "Left Day 9" |
Name the leader battle for plamen | CREATE TABLE table_25920798_2 (leader_battle VARCHAR, eliminated VARCHAR) | SELECT leader_battle FROM table_25920798_2 WHERE eliminated = "Plamen" | ### Context: CREATE TABLE table_25920798_2 (leader_battle VARCHAR, eliminated VARCHAR) ### Question: Name the leader battle for plamen ### Answer: SELECT leader_battle FROM table_25920798_2 WHERE eliminated = "Plamen" |
What institution is represented by the lady saints? | CREATE TABLE table_2589963_1 (institution VARCHAR, women VARCHAR) | SELECT institution FROM table_2589963_1 WHERE women = "Lady Saints" | ### Context: CREATE TABLE table_2589963_1 (institution VARCHAR, women VARCHAR) ### Question: What institution is represented by the lady saints? ### Answer: SELECT institution FROM table_2589963_1 WHERE women = "Lady Saints" |
What status of school is the school represented by the baby olympians? | CREATE TABLE table_2589963_1 (status VARCHAR, juniors VARCHAR) | SELECT status FROM table_2589963_1 WHERE juniors = "Baby Olympians" | ### Context: CREATE TABLE table_2589963_1 (status VARCHAR, juniors VARCHAR) ### Question: What status of school is the school represented by the baby olympians? ### Answer: SELECT status FROM table_2589963_1 WHERE juniors = "Baby Olympians" |
What year was the school with green and white colors founded? | CREATE TABLE table_2589963_1 (founded INTEGER, color VARCHAR) | SELECT MAX(founded) FROM table_2589963_1 WHERE color = "Green and White" | ### Context: CREATE TABLE table_2589963_1 (founded INTEGER, color VARCHAR) ### Question: What year was the school with green and white colors founded? ### Answer: SELECT MAX(founded) FROM table_2589963_1 WHERE color = "Green and White" |
What status of school is informatics international college? | CREATE TABLE table_2589963_1 (status VARCHAR, institution VARCHAR) | SELECT status FROM table_2589963_1 WHERE institution = "Informatics International College" | ### Context: CREATE TABLE table_2589963_1 (status VARCHAR, institution VARCHAR) ### Question: What status of school is informatics international college? ### Answer: SELECT status FROM table_2589963_1 WHERE institution = "Informatics International College" |
How many catagories for denominations does Austria have? | CREATE TABLE table_2592308_1 (denominations__gold_weight_ VARCHAR, country VARCHAR) | SELECT COUNT(denominations__gold_weight_) FROM table_2592308_1 WHERE country = "Austria" | ### Context: CREATE TABLE table_2592308_1 (denominations__gold_weight_ VARCHAR, country VARCHAR) ### Question: How many catagories for denominations does Austria have? ### Answer: SELECT COUNT(denominations__gold_weight_) FROM table_2592308_1 WHERE country = "Austria" |
What are all the denominations for China? | CREATE TABLE table_2592308_1 (denominations__gold_weight_ VARCHAR, country VARCHAR) | SELECT denominations__gold_weight_ FROM table_2592308_1 WHERE country = "China" | ### Context: CREATE TABLE table_2592308_1 (denominations__gold_weight_ VARCHAR, country VARCHAR) ### Question: What are all the denominations for China? ### Answer: SELECT denominations__gold_weight_ FROM table_2592308_1 WHERE country = "China" |
what is the name of award when the name of film is sana keithel? | CREATE TABLE table_25926120_7 (name_of_award VARCHAR, name_of_film VARCHAR) | SELECT name_of_award FROM table_25926120_7 WHERE name_of_film = "Sana Keithel" | ### Context: CREATE TABLE table_25926120_7 (name_of_award VARCHAR, name_of_film VARCHAR) ### Question: what is the name of award when the name of film is sana keithel? ### Answer: SELECT name_of_award FROM table_25926120_7 WHERE name_of_film = "Sana Keithel" |
what is the name of award when the awardee(s) is elangbam natasha? | CREATE TABLE table_25926120_7 (name_of_award VARCHAR, awardee_s_ VARCHAR) | SELECT name_of_award FROM table_25926120_7 WHERE awardee_s_ = "Elangbam Natasha" | ### Context: CREATE TABLE table_25926120_7 (name_of_award VARCHAR, awardee_s_ VARCHAR) ### Question: what is the name of award when the awardee(s) is elangbam natasha? ### Answer: SELECT name_of_award FROM table_25926120_7 WHERE awardee_s_ = "Elangbam Natasha" |
how many times is the name of film narmeen? | CREATE TABLE table_25926120_7 (cash_prize VARCHAR, name_of_film VARCHAR) | SELECT COUNT(cash_prize) FROM table_25926120_7 WHERE name_of_film = "Narmeen" | ### Context: CREATE TABLE table_25926120_7 (cash_prize VARCHAR, name_of_film VARCHAR) ### Question: how many times is the name of film narmeen? ### Answer: SELECT COUNT(cash_prize) FROM table_25926120_7 WHERE name_of_film = "Narmeen" |
what is the language when the name of award is best editing? | CREATE TABLE table_25926120_7 (language VARCHAR, name_of_award VARCHAR) | SELECT language FROM table_25926120_7 WHERE name_of_award = "Best Editing" | ### Context: CREATE TABLE table_25926120_7 (language VARCHAR, name_of_award VARCHAR) ### Question: what is the language when the name of award is best editing? ### Answer: SELECT language FROM table_25926120_7 WHERE name_of_award = "Best Editing" |
who are the awardees when the name of award is best agricultural film? | CREATE TABLE table_25926120_7 (awardee_s_ VARCHAR, name_of_award VARCHAR) | SELECT awardee_s_ FROM table_25926120_7 WHERE name_of_award = "Best Agricultural Film" | ### Context: CREATE TABLE table_25926120_7 (awardee_s_ VARCHAR, name_of_award VARCHAR) ### Question: who are the awardees when the name of award is best agricultural film? ### Answer: SELECT awardee_s_ FROM table_25926120_7 WHERE name_of_award = "Best Agricultural Film" |
what is the language when the awardee is re-recordist : mateen ahmad? | CREATE TABLE table_25926120_7 (language VARCHAR, awardee_s_ VARCHAR) | SELECT language FROM table_25926120_7 WHERE awardee_s_ = "Re-recordist : Mateen Ahmad" | ### Context: CREATE TABLE table_25926120_7 (language VARCHAR, awardee_s_ VARCHAR) ### Question: what is the language when the awardee is re-recordist : mateen ahmad? ### Answer: SELECT language FROM table_25926120_7 WHERE awardee_s_ = "Re-recordist : Mateen Ahmad" |
What is the highest Jews and others 1? | CREATE TABLE table_25947046_1 (jews_and_others_1 INTEGER) | SELECT MAX(jews_and_others_1) FROM table_25947046_1 | ### Context: CREATE TABLE table_25947046_1 (jews_and_others_1 INTEGER) ### Question: What is the highest Jews and others 1? ### Answer: SELECT MAX(jews_and_others_1) FROM table_25947046_1 |
What is the lowest jews and others 1 for the localities 11? | CREATE TABLE table_25947046_1 (jews_and_others_1 INTEGER, localities VARCHAR) | SELECT MIN(jews_and_others_1) FROM table_25947046_1 WHERE localities = 11 | ### Context: CREATE TABLE table_25947046_1 (jews_and_others_1 INTEGER, localities VARCHAR) ### Question: What is the lowest jews and others 1 for the localities 11? ### Answer: SELECT MIN(jews_and_others_1) FROM table_25947046_1 WHERE localities = 11 |
What is the arabs when the annual population growth rate is 1.7%? | CREATE TABLE table_25947046_1 (arabs VARCHAR, annual_population_growth_rate VARCHAR) | SELECT arabs FROM table_25947046_1 WHERE annual_population_growth_rate = "1.7%" | ### Context: CREATE TABLE table_25947046_1 (arabs VARCHAR, annual_population_growth_rate VARCHAR) ### Question: What is the arabs when the annual population growth rate is 1.7%? ### Answer: SELECT arabs FROM table_25947046_1 WHERE annual_population_growth_rate = "1.7%" |
What is the lowest total when arabs is 4000? | CREATE TABLE table_25947046_1 (total INTEGER, arabs VARCHAR) | SELECT MIN(total) FROM table_25947046_1 WHERE arabs = 4000 | ### Context: CREATE TABLE table_25947046_1 (total INTEGER, arabs VARCHAR) ### Question: What is the lowest total when arabs is 4000? ### Answer: SELECT MIN(total) FROM table_25947046_1 WHERE arabs = 4000 |
Who won best actress? | CREATE TABLE table_25926120_3 (awardee_s_ VARCHAR, name_of_award VARCHAR) | SELECT awardee_s_ FROM table_25926120_3 WHERE name_of_award = "Best Actress" | ### Context: CREATE TABLE table_25926120_3 (awardee_s_ VARCHAR, name_of_award VARCHAR) ### Question: Who won best actress? ### Answer: SELECT awardee_s_ FROM table_25926120_3 WHERE name_of_award = "Best Actress" |
How many cash prizes were given for the hindi language film jodhaa akbar? | CREATE TABLE table_25926120_3 (cash_prize VARCHAR, language VARCHAR, name_of_film VARCHAR) | SELECT COUNT(cash_prize) FROM table_25926120_3 WHERE language = "Hindi" AND name_of_film = "Jodhaa Akbar" | ### Context: CREATE TABLE table_25926120_3 (cash_prize VARCHAR, language VARCHAR, name_of_film VARCHAR) ### Question: How many cash prizes were given for the hindi language film jodhaa akbar? ### Answer: SELECT COUNT(cash_prize) FROM table_25926120_3 WHERE language = "Hindi" AND name_of_film = "Jodhaa Akbar" |
How many films were in hindi? | CREATE TABLE table_25926120_3 (name_of_film VARCHAR, language VARCHAR) | SELECT COUNT(name_of_film) FROM table_25926120_3 WHERE language = "Hindi" | ### Context: CREATE TABLE table_25926120_3 (name_of_film VARCHAR, language VARCHAR) ### Question: How many films were in hindi? ### Answer: SELECT COUNT(name_of_film) FROM table_25926120_3 WHERE language = "Hindi" |
How many films were in assamese? | CREATE TABLE table_25926120_3 (name_of_film VARCHAR, language VARCHAR) | SELECT COUNT(name_of_film) FROM table_25926120_3 WHERE language = "Assamese" | ### Context: CREATE TABLE table_25926120_3 (name_of_film VARCHAR, language VARCHAR) ### Question: How many films were in assamese? ### Answer: SELECT COUNT(name_of_film) FROM table_25926120_3 WHERE language = "Assamese" |
Who won best actor? | CREATE TABLE table_25926120_3 (awardee_s_ VARCHAR, name_of_award VARCHAR) | SELECT awardee_s_ FROM table_25926120_3 WHERE name_of_award = "Best Actor" | ### Context: CREATE TABLE table_25926120_3 (awardee_s_ VARCHAR, name_of_award VARCHAR) ### Question: Who won best actor? ### Answer: SELECT awardee_s_ FROM table_25926120_3 WHERE name_of_award = "Best Actor" |
Name the winner for jan 24 | CREATE TABLE table_25938117_1 (winner VARCHAR, date VARCHAR) | SELECT winner FROM table_25938117_1 WHERE date = "Jan 24" | ### Context: CREATE TABLE table_25938117_1 (winner VARCHAR, date VARCHAR) ### Question: Name the winner for jan 24 ### Answer: SELECT winner FROM table_25938117_1 WHERE date = "Jan 24" |
Name the total number of dates for toshiba classic | CREATE TABLE table_25938117_1 (date VARCHAR, tournament VARCHAR) | SELECT COUNT(date) FROM table_25938117_1 WHERE tournament = "Toshiba Classic" | ### Context: CREATE TABLE table_25938117_1 (date VARCHAR, tournament VARCHAR) ### Question: Name the total number of dates for toshiba classic ### Answer: SELECT COUNT(date) FROM table_25938117_1 WHERE tournament = "Toshiba Classic" |
Name the tournament for dominican republic | CREATE TABLE table_25938117_1 (tournament VARCHAR, location VARCHAR) | SELECT tournament FROM table_25938117_1 WHERE location = "Dominican Republic" | ### Context: CREATE TABLE table_25938117_1 (tournament VARCHAR, location VARCHAR) ### Question: Name the tournament for dominican republic ### Answer: SELECT tournament FROM table_25938117_1 WHERE location = "Dominican Republic" |
Name the total number of winners for allianz championship | CREATE TABLE table_25938117_1 (winner VARCHAR, tournament VARCHAR) | SELECT COUNT(winner) FROM table_25938117_1 WHERE tournament = "Allianz Championship" | ### Context: CREATE TABLE table_25938117_1 (winner VARCHAR, tournament VARCHAR) ### Question: Name the total number of winners for allianz championship ### Answer: SELECT COUNT(winner) FROM table_25938117_1 WHERE tournament = "Allianz Championship" |
Name the 1st prize for senior pga championship | CREATE TABLE table_25938117_1 (tournament VARCHAR) | SELECT 1 AS st_prize___$__ FROM table_25938117_1 WHERE tournament = "Senior PGA Championship" | ### Context: CREATE TABLE table_25938117_1 (tournament VARCHAR) ### Question: Name the 1st prize for senior pga championship ### Answer: SELECT 1 AS st_prize___$__ FROM table_25938117_1 WHERE tournament = "Senior PGA Championship" |
What was the place for the celebrity whose aggregate was 35? | CREATE TABLE table_25931938_1 (place VARCHAR, aggregate VARCHAR) | SELECT place FROM table_25931938_1 WHERE aggregate = 35 | ### Context: CREATE TABLE table_25931938_1 (place VARCHAR, aggregate VARCHAR) ### Question: What was the place for the celebrity whose aggregate was 35? ### Answer: SELECT place FROM table_25931938_1 WHERE aggregate = 35 |
How many dances did John Barnes have? | CREATE TABLE table_25931938_1 (dances INTEGER, celebrity VARCHAR) | SELECT MIN(dances) FROM table_25931938_1 WHERE celebrity = "John Barnes" | ### Context: CREATE TABLE table_25931938_1 (dances INTEGER, celebrity VARCHAR) ### Question: How many dances did John Barnes have? ### Answer: SELECT MIN(dances) FROM table_25931938_1 WHERE celebrity = "John Barnes" |
What is the age of the celebrity who had a 402 aggregate? | CREATE TABLE table_25931938_1 (age INTEGER, aggregate VARCHAR) | SELECT MAX(age) FROM table_25931938_1 WHERE aggregate = 402 | ### Context: CREATE TABLE table_25931938_1 (age INTEGER, aggregate VARCHAR) ### Question: What is the age of the celebrity who had a 402 aggregate? ### Answer: SELECT MAX(age) FROM table_25931938_1 WHERE aggregate = 402 |
What was the aggregate for Ricky Groves? | CREATE TABLE table_25931938_1 (aggregate INTEGER, celebrity VARCHAR) | SELECT MAX(aggregate) FROM table_25931938_1 WHERE celebrity = "Ricky Groves" | ### Context: CREATE TABLE table_25931938_1 (aggregate INTEGER, celebrity VARCHAR) ### Question: What was the aggregate for Ricky Groves? ### Answer: SELECT MAX(aggregate) FROM table_25931938_1 WHERE celebrity = "Ricky Groves" |
What was the aggregate for the celebrity who was known for being a singer and had 7 dances? | CREATE TABLE table_25931938_1 (aggregate VARCHAR, dances VARCHAR, known_for VARCHAR) | SELECT aggregate FROM table_25931938_1 WHERE dances = 7 AND known_for = "Singer" | ### Context: CREATE TABLE table_25931938_1 (aggregate VARCHAR, dances VARCHAR, known_for VARCHAR) ### Question: What was the aggregate for the celebrity who was known for being a singer and had 7 dances? ### Answer: SELECT aggregate FROM table_25931938_1 WHERE dances = 7 AND known_for = "Singer" |
What are the conditions of access where access using a Croatian identity card is yes and the length of stay permitted is freedom of movement? | CREATE TABLE table_25965003_3 (conditions_of_access VARCHAR, access_using_a_croatian_identity_card VARCHAR, length_of_stay_permitted VARCHAR) | SELECT conditions_of_access FROM table_25965003_3 WHERE access_using_a_croatian_identity_card = "Yes" AND length_of_stay_permitted = "Freedom of movement" | ### Context: CREATE TABLE table_25965003_3 (conditions_of_access VARCHAR, access_using_a_croatian_identity_card VARCHAR, length_of_stay_permitted VARCHAR) ### Question: What are the conditions of access where access using a Croatian identity card is yes and the length of stay permitted is freedom of movement? ### Answer: SELECT conditions_of_access FROM table_25965003_3 WHERE access_using_a_croatian_identity_card = "Yes" AND length_of_stay_permitted = "Freedom of movement" |
Can one access the Jersey territory using a Croatian identity card? | CREATE TABLE table_25965003_3 (access_using_a_croatian_identity_card VARCHAR, countries_and_territories VARCHAR) | SELECT access_using_a_croatian_identity_card FROM table_25965003_3 WHERE countries_and_territories = "Jersey" | ### Context: CREATE TABLE table_25965003_3 (access_using_a_croatian_identity_card VARCHAR, countries_and_territories VARCHAR) ### Question: Can one access the Jersey territory using a Croatian identity card? ### Answer: SELECT access_using_a_croatian_identity_card FROM table_25965003_3 WHERE countries_and_territories = "Jersey" |
What is the fee (if applicable) for Norway? | CREATE TABLE table_25965003_3 (fee__if_applicable_ VARCHAR, countries_and_territories VARCHAR) | SELECT fee__if_applicable_ FROM table_25965003_3 WHERE countries_and_territories = "Norway" | ### Context: CREATE TABLE table_25965003_3 (fee__if_applicable_ VARCHAR, countries_and_territories VARCHAR) ### Question: What is the fee (if applicable) for Norway? ### Answer: SELECT fee__if_applicable_ FROM table_25965003_3 WHERE countries_and_territories = "Norway" |
What is the permitted length of stay in the Jersey territory? | CREATE TABLE table_25965003_3 (length_of_stay_permitted VARCHAR, countries_and_territories VARCHAR) | SELECT length_of_stay_permitted FROM table_25965003_3 WHERE countries_and_territories = "Jersey" | ### Context: CREATE TABLE table_25965003_3 (length_of_stay_permitted VARCHAR, countries_and_territories VARCHAR) ### Question: What is the permitted length of stay in the Jersey territory? ### Answer: SELECT length_of_stay_permitted FROM table_25965003_3 WHERE countries_and_territories = "Jersey" |
Can one access the Faroe Islands using a Croatian identity card? | CREATE TABLE table_25965003_3 (access_using_a_croatian_identity_card VARCHAR, countries_and_territories VARCHAR) | SELECT access_using_a_croatian_identity_card FROM table_25965003_3 WHERE countries_and_territories = "Faroe Islands" | ### Context: CREATE TABLE table_25965003_3 (access_using_a_croatian_identity_card VARCHAR, countries_and_territories VARCHAR) ### Question: Can one access the Faroe Islands using a Croatian identity card? ### Answer: SELECT access_using_a_croatian_identity_card FROM table_25965003_3 WHERE countries_and_territories = "Faroe Islands" |
What length of stay is permitted in the European Union? | CREATE TABLE table_25965003_3 (length_of_stay_permitted VARCHAR, countries_and_territories VARCHAR) | SELECT length_of_stay_permitted FROM table_25965003_3 WHERE countries_and_territories = "European Union" | ### Context: CREATE TABLE table_25965003_3 (length_of_stay_permitted VARCHAR, countries_and_territories VARCHAR) ### Question: What length of stay is permitted in the European Union? ### Answer: SELECT length_of_stay_permitted FROM table_25965003_3 WHERE countries_and_territories = "European Union" |
What was the complement for the unit that had 3 off 37 men killed? | CREATE TABLE table_2596811_12 (complement VARCHAR, killed VARCHAR) | SELECT complement FROM table_2596811_12 WHERE killed = "3 off 37 men" | ### Context: CREATE TABLE table_2596811_12 (complement VARCHAR, killed VARCHAR) ### Question: What was the complement for the unit that had 3 off 37 men killed? ### Answer: SELECT complement FROM table_2596811_12 WHERE killed = "3 off 37 men" |
What is the number of wounded figures associated with a complement of 22 off 637 men? | CREATE TABLE table_2596811_12 (wounded VARCHAR, complement VARCHAR) | SELECT COUNT(wounded) FROM table_2596811_12 WHERE complement = "22 off 637 men" | ### Context: CREATE TABLE table_2596811_12 (wounded VARCHAR, complement VARCHAR) ### Question: What is the number of wounded figures associated with a complement of 22 off 637 men? ### Answer: SELECT COUNT(wounded) FROM table_2596811_12 WHERE complement = "22 off 637 men" |
What is the number of commanders that had 0 off 63 men killed? | CREATE TABLE table_2596811_12 (commander VARCHAR, killed VARCHAR) | SELECT COUNT(commander) FROM table_2596811_12 WHERE killed = "0 off 63 men" | ### Context: CREATE TABLE table_2596811_12 (commander VARCHAR, killed VARCHAR) ### Question: What is the number of commanders that had 0 off 63 men killed? ### Answer: SELECT COUNT(commander) FROM table_2596811_12 WHERE killed = "0 off 63 men" |
What was the complement associated with 0 off 3 men killed and 0 off 2 men wounded? | CREATE TABLE table_2596811_12 (complement VARCHAR, killed VARCHAR, wounded VARCHAR) | SELECT complement FROM table_2596811_12 WHERE killed = "0 off 3 men" AND wounded = "0 off 2 men" | ### Context: CREATE TABLE table_2596811_12 (complement VARCHAR, killed VARCHAR, wounded VARCHAR) ### Question: What was the complement associated with 0 off 3 men killed and 0 off 2 men wounded? ### Answer: SELECT complement FROM table_2596811_12 WHERE killed = "0 off 3 men" AND wounded = "0 off 2 men" |
How many regions had rainfall infiltration (km 3/year) of 9.3? | CREATE TABLE table_25983027_1 (rainfall_by_depth__mm_year_ VARCHAR, infiltration__km_3__year_ VARCHAR) | SELECT COUNT(rainfall_by_depth__mm_year_) FROM table_25983027_1 WHERE infiltration__km_3__year_ = "9.3" | ### Context: CREATE TABLE table_25983027_1 (rainfall_by_depth__mm_year_ VARCHAR, infiltration__km_3__year_ VARCHAR) ### Question: How many regions had rainfall infiltration (km 3/year) of 9.3? ### Answer: SELECT COUNT(rainfall_by_depth__mm_year_) FROM table_25983027_1 WHERE infiltration__km_3__year_ = "9.3" |
What was the rainfall by volume in Huetar Atlantico where the rainfall depth (mm/year) was 3527? | CREATE TABLE table_25983027_1 (rainfall_by_volume__km_3__year_ VARCHAR, rainfall_by_depth__mm_year_ VARCHAR) | SELECT rainfall_by_volume__km_3__year_ FROM table_25983027_1 WHERE rainfall_by_depth__mm_year_ = 3527 | ### Context: CREATE TABLE table_25983027_1 (rainfall_by_volume__km_3__year_ VARCHAR, rainfall_by_depth__mm_year_ VARCHAR) ### Question: What was the rainfall by volume in Huetar Atlantico where the rainfall depth (mm/year) was 3527? ### Answer: SELECT rainfall_by_volume__km_3__year_ FROM table_25983027_1 WHERE rainfall_by_depth__mm_year_ = 3527 |
In Pacifico Central where the rainfall by depth (mm/year) was 2801 what was the rainfall by volume? | CREATE TABLE table_25983027_1 (rainfall_by_volume__km_3__year_ VARCHAR, rainfall_by_depth__mm_year_ VARCHAR) | SELECT rainfall_by_volume__km_3__year_ FROM table_25983027_1 WHERE rainfall_by_depth__mm_year_ = 2801 | ### Context: CREATE TABLE table_25983027_1 (rainfall_by_volume__km_3__year_ VARCHAR, rainfall_by_depth__mm_year_ VARCHAR) ### Question: In Pacifico Central where the rainfall by depth (mm/year) was 2801 what was the rainfall by volume? ### Answer: SELECT rainfall_by_volume__km_3__year_ FROM table_25983027_1 WHERE rainfall_by_depth__mm_year_ = 2801 |
In the region where the rainfall by volume (km 3 /year) was 13.2, what was the evapotranspiration (km 3 /year)? | CREATE TABLE table_25983027_1 (evapotranspiration__km_3__year_ VARCHAR, rainfall_by_volume__km_3__year_ VARCHAR) | SELECT evapotranspiration__km_3__year_ FROM table_25983027_1 WHERE rainfall_by_volume__km_3__year_ = "13.2" | ### Context: CREATE TABLE table_25983027_1 (evapotranspiration__km_3__year_ VARCHAR, rainfall_by_volume__km_3__year_ VARCHAR) ### Question: In the region where the rainfall by volume (km 3 /year) was 13.2, what was the evapotranspiration (km 3 /year)? ### Answer: SELECT evapotranspiration__km_3__year_ FROM table_25983027_1 WHERE rainfall_by_volume__km_3__year_ = "13.2" |
In the Central region, what was the infiltration (km 3 /year)? | CREATE TABLE table_25983027_1 (infiltration__km_3__year_ VARCHAR, region VARCHAR) | SELECT infiltration__km_3__year_ FROM table_25983027_1 WHERE region = "Central" | ### Context: CREATE TABLE table_25983027_1 (infiltration__km_3__year_ VARCHAR, region VARCHAR) ### Question: In the Central region, what was the infiltration (km 3 /year)? ### Answer: SELECT infiltration__km_3__year_ FROM table_25983027_1 WHERE region = "Central" |
In the Central region, where the land area (km 2) is 8,543.2, what was the rainfall by depth (mm/year)? | CREATE TABLE table_25983027_1 (rainfall_by_depth__mm_year_ VARCHAR, land_area__km_2__ VARCHAR) | SELECT rainfall_by_depth__mm_year_ FROM table_25983027_1 WHERE land_area__km_2__ = "8,543.2" | ### Context: CREATE TABLE table_25983027_1 (rainfall_by_depth__mm_year_ VARCHAR, land_area__km_2__ VARCHAR) ### Question: In the Central region, where the land area (km 2) is 8,543.2, what was the rainfall by depth (mm/year)? ### Answer: SELECT rainfall_by_depth__mm_year_ FROM table_25983027_1 WHERE land_area__km_2__ = "8,543.2" |
How many wins did Parsons have in the year where his winnings were $90,700? | CREATE TABLE table_2597876_1 (wins INTEGER, winnings VARCHAR) | SELECT MAX(wins) FROM table_2597876_1 WHERE winnings = "$90,700" | ### Context: CREATE TABLE table_2597876_1 (wins INTEGER, winnings VARCHAR) ### Question: How many wins did Parsons have in the year where his winnings were $90,700? ### Answer: SELECT MAX(wins) FROM table_2597876_1 WHERE winnings = "$90,700" |
What position was Parsons in for 1992? | CREATE TABLE table_2597876_1 (position VARCHAR, year VARCHAR) | SELECT position FROM table_2597876_1 WHERE year = 1992 | ### Context: CREATE TABLE table_2597876_1 (position VARCHAR, year VARCHAR) ### Question: What position was Parsons in for 1992? ### Answer: SELECT position FROM table_2597876_1 WHERE year = 1992 |
Who is every young rider classification when Jelle Vanendert is the winner? | CREATE TABLE table_25999087_2 (young_rider_classification VARCHAR, winner VARCHAR) | SELECT young_rider_classification FROM table_25999087_2 WHERE winner = "Jelle Vanendert" | ### Context: CREATE TABLE table_25999087_2 (young_rider_classification VARCHAR, winner VARCHAR) ### Question: Who is every young rider classification when Jelle Vanendert is the winner? ### Answer: SELECT young_rider_classification FROM table_25999087_2 WHERE winner = "Jelle Vanendert" |
Who is every young rider classification if combativity award is Yannick Talabardon? | CREATE TABLE table_25999087_2 (young_rider_classification VARCHAR, combativity_award VARCHAR) | SELECT young_rider_classification FROM table_25999087_2 WHERE combativity_award = "Yannick Talabardon" | ### Context: CREATE TABLE table_25999087_2 (young_rider_classification VARCHAR, combativity_award VARCHAR) ### Question: Who is every young rider classification if combativity award is Yannick Talabardon? ### Answer: SELECT young_rider_classification FROM table_25999087_2 WHERE combativity_award = "Yannick Talabardon" |
How many mountains classifications when Rui Costa is the winner? | CREATE TABLE table_25999087_2 (mountains_classification VARCHAR, winner VARCHAR) | SELECT COUNT(mountains_classification) FROM table_25999087_2 WHERE winner = "Rui Costa" | ### Context: CREATE TABLE table_25999087_2 (mountains_classification VARCHAR, winner VARCHAR) ### Question: How many mountains classifications when Rui Costa is the winner? ### Answer: SELECT COUNT(mountains_classification) FROM table_25999087_2 WHERE winner = "Rui Costa" |
What is every team classification when points classification is Philippe Gilbert if mountains classification is Johnny Hoogerland and stage is less than 9.0? | CREATE TABLE table_25999087_2 (team_classification VARCHAR, stage VARCHAR, points_classification VARCHAR, mountains_classification VARCHAR) | SELECT team_classification FROM table_25999087_2 WHERE points_classification = "Philippe Gilbert" AND mountains_classification = "Johnny Hoogerland" AND stage < 9.0 | ### Context: CREATE TABLE table_25999087_2 (team_classification VARCHAR, stage VARCHAR, points_classification VARCHAR, mountains_classification VARCHAR) ### Question: What is every team classification when points classification is Philippe Gilbert if mountains classification is Johnny Hoogerland and stage is less than 9.0? ### Answer: SELECT team_classification FROM table_25999087_2 WHERE points_classification = "Philippe Gilbert" AND mountains_classification = "Johnny Hoogerland" AND stage < 9.0 |
how many million u.s. viewers watched the episode directed by dan lerner? | CREATE TABLE table_25997153_1 (us_viewers__million_ VARCHAR, directed_by VARCHAR) | SELECT us_viewers__million_ FROM table_25997153_1 WHERE directed_by = "Dan Lerner" | ### Context: CREATE TABLE table_25997153_1 (us_viewers__million_ VARCHAR, directed_by VARCHAR) ### Question: how many million u.s. viewers watched the episode directed by dan lerner? ### Answer: SELECT us_viewers__million_ FROM table_25997153_1 WHERE directed_by = "Dan Lerner" |
what is the latest episode in the series that had 16.17 million u.s. viewers? | CREATE TABLE table_25997153_1 (no_in_series INTEGER, us_viewers__million_ VARCHAR) | SELECT MAX(no_in_series) FROM table_25997153_1 WHERE us_viewers__million_ = "16.17" | ### Context: CREATE TABLE table_25997153_1 (no_in_series INTEGER, us_viewers__million_ VARCHAR) ### Question: what is the latest episode in the series that had 16.17 million u.s. viewers? ### Answer: SELECT MAX(no_in_series) FROM table_25997153_1 WHERE us_viewers__million_ = "16.17" |
What is the title of the episode with the production code 3x5362? | CREATE TABLE table_25997153_1 (title VARCHAR, production_code VARCHAR) | SELECT title FROM table_25997153_1 WHERE production_code = "3X5362" | ### Context: CREATE TABLE table_25997153_1 (title VARCHAR, production_code VARCHAR) ### Question: What is the title of the episode with the production code 3x5362? ### Answer: SELECT title FROM table_25997153_1 WHERE production_code = "3X5362" |
What Nature reserve number was established on 19961220 20.12.1996 | CREATE TABLE table_26013618_1 (nsg_nr INTEGER, date_established VARCHAR) | SELECT MIN(nsg_nr) FROM table_26013618_1 WHERE date_established = "19961220 20.12.1996" | ### Context: CREATE TABLE table_26013618_1 (nsg_nr INTEGER, date_established VARCHAR) ### Question: What Nature reserve number was established on 19961220 20.12.1996 ### Answer: SELECT MIN(nsg_nr) FROM table_26013618_1 WHERE date_established = "19961220 20.12.1996" |
How many reserves were established on 19740329 29.03.1974? | CREATE TABLE table_26013618_1 (nsg_nr VARCHAR, date_established VARCHAR) | SELECT COUNT(nsg_nr) FROM table_26013618_1 WHERE date_established = "19740329 29.03.1974" | ### Context: CREATE TABLE table_26013618_1 (nsg_nr VARCHAR, date_established VARCHAR) ### Question: How many reserves were established on 19740329 29.03.1974? ### Answer: SELECT COUNT(nsg_nr) FROM table_26013618_1 WHERE date_established = "19740329 29.03.1974" |
When was Stellbrookmoor established? | CREATE TABLE table_26013618_1 (date_established VARCHAR, name_of_the_nature_reserve VARCHAR) | SELECT date_established FROM table_26013618_1 WHERE name_of_the_nature_reserve = "Stellbrookmoor" | ### Context: CREATE TABLE table_26013618_1 (date_established VARCHAR, name_of_the_nature_reserve VARCHAR) ### Question: When was Stellbrookmoor established? ### Answer: SELECT date_established FROM table_26013618_1 WHERE name_of_the_nature_reserve = "Stellbrookmoor" |
What town has the reserve with an area of 163,62? | CREATE TABLE table_26013618_1 (district___town VARCHAR, area__ha_ VARCHAR) | SELECT district___town FROM table_26013618_1 WHERE area__ha_ = "163,62" | ### Context: CREATE TABLE table_26013618_1 (district___town VARCHAR, area__ha_ VARCHAR) ### Question: What town has the reserve with an area of 163,62? ### Answer: SELECT district___town FROM table_26013618_1 WHERE area__ha_ = "163,62" |
How many reserves are in Herzogtum Lauenburg with an area of 123,14? | CREATE TABLE table_26013618_1 (nsg_nr VARCHAR, district___town VARCHAR, area__ha_ VARCHAR) | SELECT COUNT(nsg_nr) FROM table_26013618_1 WHERE district___town = "Herzogtum Lauenburg" AND area__ha_ = "123,14" | ### Context: CREATE TABLE table_26013618_1 (nsg_nr VARCHAR, district___town VARCHAR, area__ha_ VARCHAR) ### Question: How many reserves are in Herzogtum Lauenburg with an area of 123,14? ### Answer: SELECT COUNT(nsg_nr) FROM table_26013618_1 WHERE district___town = "Herzogtum Lauenburg" AND area__ha_ = "123,14" |
How many names does nature reserve 54 have? | CREATE TABLE table_26013618_1 (name_of_the_nature_reserve VARCHAR, nsg_nr VARCHAR) | SELECT COUNT(name_of_the_nature_reserve) FROM table_26013618_1 WHERE nsg_nr = 54 | ### Context: CREATE TABLE table_26013618_1 (name_of_the_nature_reserve VARCHAR, nsg_nr VARCHAR) ### Question: How many names does nature reserve 54 have? ### Answer: SELECT COUNT(name_of_the_nature_reserve) FROM table_26013618_1 WHERE nsg_nr = 54 |
Which episode did 18.74 million people tune in? | CREATE TABLE table_25996938_1 (title VARCHAR, us_viewers__million_ VARCHAR) | SELECT title FROM table_25996938_1 WHERE us_viewers__million_ = "18.74" | ### Context: CREATE TABLE table_25996938_1 (title VARCHAR, us_viewers__million_ VARCHAR) ### Question: Which episode did 18.74 million people tune in? ### Answer: SELECT title FROM table_25996938_1 WHERE us_viewers__million_ = "18.74" |
Which prod code was series 11? | CREATE TABLE table_25996938_1 (production_code VARCHAR, no_in_series VARCHAR) | SELECT production_code FROM table_25996938_1 WHERE no_in_series = 11 | ### Context: CREATE TABLE table_25996938_1 (production_code VARCHAR, no_in_series VARCHAR) ### Question: Which prod code was series 11? ### Answer: SELECT production_code FROM table_25996938_1 WHERE no_in_series = 11 |
What is the highest localities? | CREATE TABLE table_26007767_1 (localities INTEGER) | SELECT MAX(localities) FROM table_26007767_1 | ### Context: CREATE TABLE table_26007767_1 (localities INTEGER) ### Question: What is the highest localities? ### Answer: SELECT MAX(localities) FROM table_26007767_1 |
What is the least arabs when the metropolitan ring is inner ring 3? | CREATE TABLE table_26007767_1 (arabs INTEGER, metropolitan_ring VARCHAR) | SELECT MIN(arabs) FROM table_26007767_1 WHERE metropolitan_ring = "Inner Ring 3" | ### Context: CREATE TABLE table_26007767_1 (arabs INTEGER, metropolitan_ring VARCHAR) ### Question: What is the least arabs when the metropolitan ring is inner ring 3? ### Answer: SELECT MIN(arabs) FROM table_26007767_1 WHERE metropolitan_ring = "Inner Ring 3" |
How many time is the population density (per km²) is 2.5? | CREATE TABLE table_26007767_1 (localities VARCHAR, population_density__per_km²_ VARCHAR) | SELECT COUNT(localities) FROM table_26007767_1 WHERE population_density__per_km²_ = "2.5" | ### Context: CREATE TABLE table_26007767_1 (localities VARCHAR, population_density__per_km²_ VARCHAR) ### Question: How many time is the population density (per km²) is 2.5? ### Answer: SELECT COUNT(localities) FROM table_26007767_1 WHERE population_density__per_km²_ = "2.5" |
What is the number of stages where the teams classification leader is Cervélo Testteam? | CREATE TABLE table_26010857_13 (stage VARCHAR, teams_classification VARCHAR) | SELECT COUNT(stage) FROM table_26010857_13 WHERE teams_classification = "Cervélo TestTeam" | ### Context: CREATE TABLE table_26010857_13 (stage VARCHAR, teams_classification VARCHAR) ### Question: What is the number of stages where the teams classification leader is Cervélo Testteam? ### Answer: SELECT COUNT(stage) FROM table_26010857_13 WHERE teams_classification = "Cervélo TestTeam" |
How many stages did Team Sky lead the teams classification? | CREATE TABLE table_26010857_13 (stage INTEGER, teams_classification VARCHAR) | SELECT MAX(stage) FROM table_26010857_13 WHERE teams_classification = "Team Sky" | ### Context: CREATE TABLE table_26010857_13 (stage INTEGER, teams_classification VARCHAR) ### Question: How many stages did Team Sky lead the teams classification? ### Answer: SELECT MAX(stage) FROM table_26010857_13 WHERE teams_classification = "Team Sky" |
Who leads the general classification in stage 3? | CREATE TABLE table_26010857_13 (general_classification VARCHAR, stage VARCHAR) | SELECT general_classification FROM table_26010857_13 WHERE stage = 3 | ### Context: CREATE TABLE table_26010857_13 (general_classification VARCHAR, stage VARCHAR) ### Question: Who leads the general classification in stage 3? ### Answer: SELECT general_classification FROM table_26010857_13 WHERE stage = 3 |
How many production codes are there for episode number 45? | CREATE TABLE table_2602958_4 (prod_code VARCHAR, no VARCHAR) | SELECT COUNT(prod_code) FROM table_2602958_4 WHERE no = 45 | ### Context: CREATE TABLE table_2602958_4 (prod_code VARCHAR, no VARCHAR) ### Question: How many production codes are there for episode number 45? ### Answer: SELECT COUNT(prod_code) FROM table_2602958_4 WHERE no = 45 |
Who wrote episode 6 in season 3? | CREATE TABLE table_2602958_4 (writer_s_ VARCHAR, _number VARCHAR) | SELECT writer_s_ FROM table_2602958_4 WHERE _number = 6 | ### Context: CREATE TABLE table_2602958_4 (writer_s_ VARCHAR, _number VARCHAR) ### Question: Who wrote episode 6 in season 3? ### Answer: SELECT writer_s_ FROM table_2602958_4 WHERE _number = 6 |
Which episodein season 3 had 175020 for a production code? | CREATE TABLE table_2602958_4 (_number VARCHAR, prod_code VARCHAR) | SELECT _number FROM table_2602958_4 WHERE prod_code = 175020 | ### Context: CREATE TABLE table_2602958_4 (_number VARCHAR, prod_code VARCHAR) ### Question: Which episodein season 3 had 175020 for a production code? ### Answer: SELECT _number FROM table_2602958_4 WHERE prod_code = 175020 |
Who wrote episode number 45? | CREATE TABLE table_2602958_4 (writer_s_ VARCHAR, no VARCHAR) | SELECT writer_s_ FROM table_2602958_4 WHERE no = 45 | ### Context: CREATE TABLE table_2602958_4 (writer_s_ VARCHAR, no VARCHAR) ### Question: Who wrote episode number 45? ### Answer: SELECT writer_s_ FROM table_2602958_4 WHERE no = 45 |
How many viewers in millions for episode number 38? | CREATE TABLE table_2602958_3 (us_viewers__million_ VARCHAR, no VARCHAR) | SELECT us_viewers__million_ FROM table_2602958_3 WHERE no = 38 | ### Context: CREATE TABLE table_2602958_3 (us_viewers__million_ VARCHAR, no VARCHAR) ### Question: How many viewers in millions for episode number 38? ### Answer: SELECT us_viewers__million_ FROM table_2602958_3 WHERE no = 38 |
Who directed the episode with production code 227451? | CREATE TABLE table_2602958_3 (director VARCHAR, prod_code VARCHAR) | SELECT director FROM table_2602958_3 WHERE prod_code = 227451 | ### Context: CREATE TABLE table_2602958_3 (director VARCHAR, prod_code VARCHAR) ### Question: Who directed the episode with production code 227451? ### Answer: SELECT director FROM table_2602958_3 WHERE prod_code = 227451 |
What is the original air date for the episode directed by kevin dowling? | CREATE TABLE table_2602958_3 (original_air_date VARCHAR, director VARCHAR) | SELECT original_air_date FROM table_2602958_3 WHERE director = "Kevin Dowling" | ### Context: CREATE TABLE table_2602958_3 (original_air_date VARCHAR, director VARCHAR) ### Question: What is the original air date for the episode directed by kevin dowling? ### Answer: SELECT original_air_date FROM table_2602958_3 WHERE director = "Kevin Dowling" |
what is ba - running bear where b - bishop is rn - running stag? | CREATE TABLE table_2603017_2 (ba___running_bear VARCHAR, b___bishop VARCHAR) | SELECT ba___running_bear FROM table_2603017_2 WHERE b___bishop = "RN - Running Stag" | ### Context: CREATE TABLE table_2603017_2 (ba___running_bear VARCHAR, b___bishop VARCHAR) ### Question: what is ba - running bear where b - bishop is rn - running stag? ### Answer: SELECT ba___running_bear FROM table_2603017_2 WHERE b___bishop = "RN - Running Stag" |
what is b - bishop where ab - angry boar is vw - vertical wolf? | CREATE TABLE table_2603017_2 (b___bishop VARCHAR, ab___angry_boar VARCHAR) | SELECT b___bishop FROM table_2603017_2 WHERE ab___angry_boar = "VW - Vertical Wolf" | ### Context: CREATE TABLE table_2603017_2 (b___bishop VARCHAR, ab___angry_boar VARCHAR) ### Question: what is b - bishop where ab - angry boar is vw - vertical wolf? ### Answer: SELECT b___bishop FROM table_2603017_2 WHERE ab___angry_boar = "VW - Vertical Wolf" |
what is ba - running bear where ab - angry boar is os - ox soldier? | CREATE TABLE table_2603017_2 (ba___running_bear VARCHAR, ab___angry_boar VARCHAR) | SELECT ba___running_bear FROM table_2603017_2 WHERE ab___angry_boar = "OS - Ox Soldier" | ### Context: CREATE TABLE table_2603017_2 (ba___running_bear VARCHAR, ab___angry_boar VARCHAR) ### Question: what is ba - running bear where ab - angry boar is os - ox soldier? ### Answer: SELECT ba___running_bear FROM table_2603017_2 WHERE ab___angry_boar = "OS - Ox Soldier" |
what is b - bishop where bc - beast cadet is gr - great dove? | CREATE TABLE table_2603017_2 (b___bishop VARCHAR, bc___beast_cadet VARCHAR) | SELECT b___bishop FROM table_2603017_2 WHERE bc___beast_cadet = "GR - Great Dove" | ### Context: CREATE TABLE table_2603017_2 (b___bishop VARCHAR, bc___beast_cadet VARCHAR) ### Question: what is b - bishop where bc - beast cadet is gr - great dove? ### Answer: SELECT b___bishop FROM table_2603017_2 WHERE bc___beast_cadet = "GR - Great Dove" |
what is bb - blind bear where ba - running bear is mf - mountain falcon? | CREATE TABLE table_2603017_2 (bb___blind_bear VARCHAR, ba___running_bear VARCHAR) | SELECT bb___blind_bear FROM table_2603017_2 WHERE ba___running_bear = "MF - Mountain Falcon" | ### Context: CREATE TABLE table_2603017_2 (bb___blind_bear VARCHAR, ba___running_bear VARCHAR) ### Question: what is bb - blind bear where ba - running bear is mf - mountain falcon? ### Answer: SELECT bb___blind_bear FROM table_2603017_2 WHERE ba___running_bear = "MF - Mountain Falcon" |
what is bb - blind bear where ba - running bear is tc - tile chariot? | CREATE TABLE table_2603017_2 (bb___blind_bear VARCHAR, ba___running_bear VARCHAR) | SELECT bb___blind_bear FROM table_2603017_2 WHERE ba___running_bear = "TC - Tile Chariot" | ### Context: CREATE TABLE table_2603017_2 (bb___blind_bear VARCHAR, ba___running_bear VARCHAR) ### Question: what is bb - blind bear where ba - running bear is tc - tile chariot? ### Answer: SELECT bb___blind_bear FROM table_2603017_2 WHERE ba___running_bear = "TC - Tile Chariot" |
What is the minimum die size for an SM count of exactly 2? | CREATE TABLE table_26040604_1 (die_size__mm_2__ INTEGER, sm_count VARCHAR) | SELECT MIN(die_size__mm_2__) FROM table_26040604_1 WHERE sm_count = 2 | ### Context: CREATE TABLE table_26040604_1 (die_size__mm_2__ INTEGER, sm_count VARCHAR) ### Question: What is the minimum die size for an SM count of exactly 2? ### Answer: SELECT MIN(die_size__mm_2__) FROM table_26040604_1 WHERE sm_count = 2 |
How many die sizes have a texture of exactly 34? | CREATE TABLE table_26040604_1 (die_size__mm_2__ VARCHAR, texture___gt__s_ VARCHAR) | SELECT COUNT(die_size__mm_2__) FROM table_26040604_1 WHERE texture___gt__s_ = "34" | ### Context: CREATE TABLE table_26040604_1 (die_size__mm_2__ VARCHAR, texture___gt__s_ VARCHAR) ### Question: How many die sizes have a texture of exactly 34? ### Answer: SELECT COUNT(die_size__mm_2__) FROM table_26040604_1 WHERE texture___gt__s_ = "34" |
What model has a launch of September 3, 2010? | CREATE TABLE table_26040604_1 (model VARCHAR, launch VARCHAR) | SELECT model FROM table_26040604_1 WHERE launch = "September 3, 2010" | ### Context: CREATE TABLE table_26040604_1 (model VARCHAR, launch VARCHAR) ### Question: What model has a launch of September 3, 2010? ### Answer: SELECT model FROM table_26040604_1 WHERE launch = "September 3, 2010" |
What was the DRAM type of an SM Count of 6? | CREATE TABLE table_26040604_1 (dram_type VARCHAR, sm_count VARCHAR) | SELECT dram_type FROM table_26040604_1 WHERE sm_count = 6 | ### Context: CREATE TABLE table_26040604_1 (dram_type VARCHAR, sm_count VARCHAR) ### Question: What was the DRAM type of an SM Count of 6? ### Answer: SELECT dram_type FROM table_26040604_1 WHERE sm_count = 6 |
Who wrote the movie positioned at 8 on the list? | CREATE TABLE table_2602958_5 (writer_s_ VARCHAR, _number VARCHAR) | SELECT writer_s_ FROM table_2602958_5 WHERE _number = 8 | ### Context: CREATE TABLE table_2602958_5 (writer_s_ VARCHAR, _number VARCHAR) ### Question: Who wrote the movie positioned at 8 on the list? ### Answer: SELECT writer_s_ FROM table_2602958_5 WHERE _number = 8 |
What district does the road with a MDR number of 47 pass through? | CREATE TABLE table_26036389_1 (passes_through___district_s VARCHAR, mdr_no VARCHAR) | SELECT passes_through___district_s FROM table_26036389_1 WHERE mdr_no = 47 | ### Context: CREATE TABLE table_26036389_1 (passes_through___district_s VARCHAR, mdr_no VARCHAR) ### Question: What district does the road with a MDR number of 47 pass through? ### Answer: SELECT passes_through___district_s FROM table_26036389_1 WHERE mdr_no = 47 |
What is the MDR number of Rait Charhi Dharamshala? | CREATE TABLE table_26036389_1 (mdr_no INTEGER, name_of_road VARCHAR) | SELECT MIN(mdr_no) FROM table_26036389_1 WHERE name_of_road = "Rait Charhi Dharamshala" | ### Context: CREATE TABLE table_26036389_1 (mdr_no INTEGER, name_of_road VARCHAR) ### Question: What is the MDR number of Rait Charhi Dharamshala? ### Answer: SELECT MIN(mdr_no) FROM table_26036389_1 WHERE name_of_road = "Rait Charhi Dharamshala" |
What is the Sr. number of Banikhet Dalhouse Khajiar? | CREATE TABLE table_26036389_1 (sr_no INTEGER, name_of_road VARCHAR) | SELECT MAX(sr_no) FROM table_26036389_1 WHERE name_of_road = "Banikhet Dalhouse Khajiar" | ### Context: CREATE TABLE table_26036389_1 (sr_no INTEGER, name_of_road VARCHAR) ### Question: What is the Sr. number of Banikhet Dalhouse Khajiar? ### Answer: SELECT MAX(sr_no) FROM table_26036389_1 WHERE name_of_road = "Banikhet Dalhouse Khajiar" |
What is the smallest number of runs? | CREATE TABLE table_26041144_10 (runs INTEGER) | SELECT MIN(runs) FROM table_26041144_10 | ### Context: CREATE TABLE table_26041144_10 (runs INTEGER) ### Question: What is the smallest number of runs? ### Answer: SELECT MIN(runs) FROM table_26041144_10 |
How many innings are there when the average is 32.3? | CREATE TABLE table_26041144_10 (innings INTEGER, average VARCHAR) | SELECT MIN(innings) FROM table_26041144_10 WHERE average = "32.3" | ### Context: CREATE TABLE table_26041144_10 (innings INTEGER, average VARCHAR) ### Question: How many innings are there when the average is 32.3? ### Answer: SELECT MIN(innings) FROM table_26041144_10 WHERE average = "32.3" |
What was the average when the strike rate is 75.78? | CREATE TABLE table_26041144_10 (average VARCHAR, strike_rate VARCHAR) | SELECT average FROM table_26041144_10 WHERE strike_rate = "75.78" | ### Context: CREATE TABLE table_26041144_10 (average VARCHAR, strike_rate VARCHAR) ### Question: What was the average when the strike rate is 75.78? ### Answer: SELECT average FROM table_26041144_10 WHERE strike_rate = "75.78" |
What is the catches maximum number? | CREATE TABLE table_26041144_16 (catches INTEGER) | SELECT MAX(catches) FROM table_26041144_16 | ### Context: CREATE TABLE table_26041144_16 (catches INTEGER) ### Question: What is the catches maximum number? ### Answer: SELECT MAX(catches) FROM table_26041144_16 |
If the player is Hashan Tillakaratne, what is the catches minimum? | CREATE TABLE table_26041144_16 (catches INTEGER, player VARCHAR) | SELECT MIN(catches) FROM table_26041144_16 WHERE player = "Hashan Tillakaratne" | ### Context: CREATE TABLE table_26041144_16 (catches INTEGER, player VARCHAR) ### Question: If the player is Hashan Tillakaratne, what is the catches minimum? ### Answer: SELECT MIN(catches) FROM table_26041144_16 WHERE player = "Hashan Tillakaratne" |
what is the period if the player is Hashan Tillakaratne? | CREATE TABLE table_26041144_16 (period VARCHAR, player VARCHAR) | SELECT period FROM table_26041144_16 WHERE player = "Hashan Tillakaratne" | ### Context: CREATE TABLE table_26041144_16 (period VARCHAR, player VARCHAR) ### Question: what is the period if the player is Hashan Tillakaratne? ### Answer: SELECT period FROM table_26041144_16 WHERE player = "Hashan Tillakaratne" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.