question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
How many different numbers of B shares does Handelsbanken fonder have? | CREATE TABLE table_206359_1 (b_shares VARCHAR, shareholder_name VARCHAR) | SELECT COUNT(b_shares) FROM table_206359_1 WHERE shareholder_name = "Handelsbanken fonder" | ### Context: CREATE TABLE table_206359_1 (b_shares VARCHAR, shareholder_name VARCHAR) ### Question: How many different numbers of B shares does Handelsbanken fonder have? ### Answer: SELECT COUNT(b_shares) FROM table_206359_1 WHERE shareholder_name = "Handelsbanken fonder" |
What's the green (SW) of the model with charcoal/white interior/roof? | CREATE TABLE table_2066296_5 (green__sw_ INTEGER, interior_roof VARCHAR) | SELECT MIN(green__sw_) FROM table_2066296_5 WHERE interior_roof = "Charcoal/white" | ### Context: CREATE TABLE table_2066296_5 (green__sw_ INTEGER, interior_roof VARCHAR) ### Question: What's the green (SW) of the model with charcoal/white interior/roof? ### Answer: SELECT MIN(green__sw_) FROM table_2066296_5 WHERE interior_roof = "Charcoal/white" |
How many different results for red (e8) does the model with parchment/saddle interior/roof have? | CREATE TABLE table_2066296_5 (red__e8_ VARCHAR, interior_roof VARCHAR) | SELECT COUNT(red__e8_) FROM table_2066296_5 WHERE interior_roof = "Parchment/saddle" | ### Context: CREATE TABLE table_2066296_5 (red__e8_ VARCHAR, interior_roof VARCHAR) ### Question: How many different results for red (e8) does the model with parchment/saddle interior/roof have? ### Answer: SELECT COUNT(red__e8_) FROM table_2066296_5 WHERE interior_roof = "Parchment/saddle" |
How many different total results are there for the model with parchment/black interior/roof? | CREATE TABLE table_2066296_5 (totals VARCHAR, interior_roof VARCHAR) | SELECT COUNT(totals) FROM table_2066296_5 WHERE interior_roof = "Parchment/black" | ### Context: CREATE TABLE table_2066296_5 (totals VARCHAR, interior_roof VARCHAR) ### Question: How many different total results are there for the model with parchment/black interior/roof? ### Answer: SELECT COUNT(totals) FROM table_2066296_5 WHERE interior_roof = "Parchment/black" |
Where did aaron wagner go to college | CREATE TABLE table_20649850_1 (college VARCHAR, player VARCHAR) | SELECT college FROM table_20649850_1 WHERE player = "Aaron Wagner" | ### Context: CREATE TABLE table_20649850_1 (college VARCHAR, player VARCHAR) ### Question: Where did aaron wagner go to college ### Answer: SELECT college FROM table_20649850_1 WHERE player = "Aaron Wagner" |
Where did the ol go to college? | CREATE TABLE table_20649850_1 (college VARCHAR, position VARCHAR) | SELECT college FROM table_20649850_1 WHERE position = "OL" | ### Context: CREATE TABLE table_20649850_1 (college VARCHAR, position VARCHAR) ### Question: Where did the ol go to college? ### Answer: SELECT college FROM table_20649850_1 WHERE position = "OL" |
Name the number for new mexico | CREATE TABLE table_20649850_1 (pick__number INTEGER, college VARCHAR) | SELECT MIN(pick__number) FROM table_20649850_1 WHERE college = "New Mexico" | ### Context: CREATE TABLE table_20649850_1 (pick__number INTEGER, college VARCHAR) ### Question: Name the number for new mexico ### Answer: SELECT MIN(pick__number) FROM table_20649850_1 WHERE college = "New Mexico" |
Name the number for db | CREATE TABLE table_20649850_1 (pick__number VARCHAR, position VARCHAR) | SELECT COUNT(pick__number) FROM table_20649850_1 WHERE position = "DB" | ### Context: CREATE TABLE table_20649850_1 (pick__number VARCHAR, position VARCHAR) ### Question: Name the number for db ### Answer: SELECT COUNT(pick__number) FROM table_20649850_1 WHERE position = "DB" |
Name the player for ol | CREATE TABLE table_20649850_1 (player VARCHAR, position VARCHAR) | SELECT player FROM table_20649850_1 WHERE position = "OL" | ### Context: CREATE TABLE table_20649850_1 (player VARCHAR, position VARCHAR) ### Question: Name the player for ol ### Answer: SELECT player FROM table_20649850_1 WHERE position = "OL" |
Name the number for dl | CREATE TABLE table_20649850_1 (pick__number VARCHAR, position VARCHAR) | SELECT pick__number FROM table_20649850_1 WHERE position = "DL" | ### Context: CREATE TABLE table_20649850_1 (pick__number VARCHAR, position VARCHAR) ### Question: Name the number for dl ### Answer: SELECT pick__number FROM table_20649850_1 WHERE position = "DL" |
Which companies have a free float of 0.2726? | CREATE TABLE table_20667854_1 (company VARCHAR, free_float VARCHAR) | SELECT company FROM table_20667854_1 WHERE free_float = "0.2726" | ### Context: CREATE TABLE table_20667854_1 (company VARCHAR, free_float VARCHAR) ### Question: Which companies have a free float of 0.2726? ### Answer: SELECT company FROM table_20667854_1 WHERE free_float = "0.2726" |
What is every BSE code for a free float of 0.2726? | CREATE TABLE table_20667854_1 (bse_code VARCHAR, free_float VARCHAR) | SELECT bse_code FROM table_20667854_1 WHERE free_float = "0.2726" | ### Context: CREATE TABLE table_20667854_1 (bse_code VARCHAR, free_float VARCHAR) ### Question: What is every BSE code for a free float of 0.2726? ### Answer: SELECT bse_code FROM table_20667854_1 WHERE free_float = "0.2726" |
What is every GICS sector for free float of 0.3180? | CREATE TABLE table_20667854_1 (gics_sector VARCHAR, free_float VARCHAR) | SELECT gics_sector FROM table_20667854_1 WHERE free_float = "0.3180" | ### Context: CREATE TABLE table_20667854_1 (gics_sector VARCHAR, free_float VARCHAR) ### Question: What is every GICS sector for free float of 0.3180? ### Answer: SELECT gics_sector FROM table_20667854_1 WHERE free_float = "0.3180" |
What is every company with an index weighting % of 1 and the city of Dimitrovgrad? | CREATE TABLE table_20667854_1 (company VARCHAR, index_weighting___percentage VARCHAR, city VARCHAR) | SELECT company FROM table_20667854_1 WHERE index_weighting___percentage = "1" AND city = "Dimitrovgrad" | ### Context: CREATE TABLE table_20667854_1 (company VARCHAR, index_weighting___percentage VARCHAR, city VARCHAR) ### Question: What is every company with an index weighting % of 1 and the city of Dimitrovgrad? ### Answer: SELECT company FROM table_20667854_1 WHERE index_weighting___percentage = "1" AND city = "Dimitrov... |
How many GICS sectors have a free float of 0.2391? | CREATE TABLE table_20667854_1 (gics_sector VARCHAR, free_float VARCHAR) | SELECT COUNT(gics_sector) FROM table_20667854_1 WHERE free_float = "0.2391" | ### Context: CREATE TABLE table_20667854_1 (gics_sector VARCHAR, free_float VARCHAR) ### Question: How many GICS sectors have a free float of 0.2391? ### Answer: SELECT COUNT(gics_sector) FROM table_20667854_1 WHERE free_float = "0.2391" |
How many values of free float for the BSE code of 4EH? | CREATE TABLE table_20667854_1 (free_float VARCHAR, bse_code VARCHAR) | SELECT COUNT(free_float) FROM table_20667854_1 WHERE bse_code = "4EH" | ### Context: CREATE TABLE table_20667854_1 (free_float VARCHAR, bse_code VARCHAR) ### Question: How many values of free float for the BSE code of 4EH? ### Answer: SELECT COUNT(free_float) FROM table_20667854_1 WHERE bse_code = "4EH" |
How many polls taken on different dates show an undecided percentage of 25%? | CREATE TABLE table_20683381_2 (date_of_opinion_poll VARCHAR, undecided VARCHAR) | SELECT COUNT(date_of_opinion_poll) FROM table_20683381_2 WHERE undecided = "25%" | ### Context: CREATE TABLE table_20683381_2 (date_of_opinion_poll VARCHAR, undecided VARCHAR) ### Question: How many polls taken on different dates show an undecided percentage of 25%? ### Answer: SELECT COUNT(date_of_opinion_poll) FROM table_20683381_2 WHERE undecided = "25%" |
When was Quantum Research's poll conducted? | CREATE TABLE table_20683381_2 (date_of_opinion_poll VARCHAR, conductor VARCHAR) | SELECT date_of_opinion_poll FROM table_20683381_2 WHERE conductor = "Quantum Research" | ### Context: CREATE TABLE table_20683381_2 (date_of_opinion_poll VARCHAR, conductor VARCHAR) ### Question: When was Quantum Research's poll conducted? ### Answer: SELECT date_of_opinion_poll FROM table_20683381_2 WHERE conductor = "Quantum Research" |
Who conducted the poll with sample size of 2000 that shows 18% undecided? | CREATE TABLE table_20683381_2 (conductor VARCHAR, undecided VARCHAR, sample_size VARCHAR) | SELECT conductor FROM table_20683381_2 WHERE undecided = "18%" AND sample_size = 2000 | ### Context: CREATE TABLE table_20683381_2 (conductor VARCHAR, undecided VARCHAR, sample_size VARCHAR) ### Question: Who conducted the poll with sample size of 2000 that shows 18% undecided? ### Answer: SELECT conductor FROM table_20683381_2 WHERE undecided = "18%" AND sample_size = 2000 |
How tall is the contestant from Ecuador? | CREATE TABLE table_20669355_2 (height__ft_ VARCHAR, country VARCHAR) | SELECT height__ft_ FROM table_20669355_2 WHERE country = "Ecuador" | ### Context: CREATE TABLE table_20669355_2 (height__ft_ VARCHAR, country VARCHAR) ### Question: How tall is the contestant from Ecuador? ### Answer: SELECT height__ft_ FROM table_20669355_2 WHERE country = "Ecuador" |
How tall is the contestant from Aruba? | CREATE TABLE table_20669355_2 (height__ft_ VARCHAR, country VARCHAR) | SELECT height__ft_ FROM table_20669355_2 WHERE country = "Aruba" | ### Context: CREATE TABLE table_20669355_2 (height__ft_ VARCHAR, country VARCHAR) ### Question: How tall is the contestant from Aruba? ### Answer: SELECT height__ft_ FROM table_20669355_2 WHERE country = "Aruba" |
What country is the contestant from San Francisco de Yojoa from? | CREATE TABLE table_20669355_2 (country VARCHAR, hometown VARCHAR) | SELECT country FROM table_20669355_2 WHERE hometown = "San Francisco de Yojoa" | ### Context: CREATE TABLE table_20669355_2 (country VARCHAR, hometown VARCHAR) ### Question: What country is the contestant from San Francisco de Yojoa from? ### Answer: SELECT country FROM table_20669355_2 WHERE hometown = "San Francisco de Yojoa" |
How many different heights are there for the contestants from Warsaw? | CREATE TABLE table_20669355_2 (height__ft_ VARCHAR, hometown VARCHAR) | SELECT COUNT(height__ft_) FROM table_20669355_2 WHERE hometown = "Warsaw" | ### Context: CREATE TABLE table_20669355_2 (height__ft_ VARCHAR, hometown VARCHAR) ### Question: How many different heights are there for the contestants from Warsaw? ### Answer: SELECT COUNT(height__ft_) FROM table_20669355_2 WHERE hometown = "Warsaw" |
What is the total of countys where Obama is popular by 35.44%? | CREATE TABLE table_20688030_1 (county VARCHAR, obama_percentage VARCHAR) | SELECT COUNT(county) FROM table_20688030_1 WHERE obama_percentage = "35.44%" | ### Context: CREATE TABLE table_20688030_1 (county VARCHAR, obama_percentage VARCHAR) ### Question: What is the total of countys where Obama is popular by 35.44%? ### Answer: SELECT COUNT(county) FROM table_20688030_1 WHERE obama_percentage = "35.44%" |
What are McCain's Percent when Obama has 36.47%? | CREATE TABLE table_20688030_1 (mccain_percentage VARCHAR, obama_percentage VARCHAR) | SELECT mccain_percentage FROM table_20688030_1 WHERE obama_percentage = "36.47%" | ### Context: CREATE TABLE table_20688030_1 (mccain_percentage VARCHAR, obama_percentage VARCHAR) ### Question: What are McCain's Percent when Obama has 36.47%? ### Answer: SELECT mccain_percentage FROM table_20688030_1 WHERE obama_percentage = "36.47%" |
What is McCains percent when Obamas is 39.13% | CREATE TABLE table_20688030_1 (mccain_number VARCHAR, obama_percentage VARCHAR) | SELECT COUNT(mccain_number) FROM table_20688030_1 WHERE obama_percentage = "39.13%" | ### Context: CREATE TABLE table_20688030_1 (mccain_number VARCHAR, obama_percentage VARCHAR) ### Question: What is McCains percent when Obamas is 39.13% ### Answer: SELECT COUNT(mccain_number) FROM table_20688030_1 WHERE obama_percentage = "39.13%" |
What is the maximum Obama supporters in Wayne county? | CREATE TABLE table_20688030_1 (obama_number INTEGER, county VARCHAR) | SELECT MAX(obama_number) FROM table_20688030_1 WHERE county = "Wayne" | ### Context: CREATE TABLE table_20688030_1 (obama_number INTEGER, county VARCHAR) ### Question: What is the maximum Obama supporters in Wayne county? ### Answer: SELECT MAX(obama_number) FROM table_20688030_1 WHERE county = "Wayne" |
Name th epopulation may for general terrero | CREATE TABLE table_2068761_1 (population__may_1 VARCHAR, _2000_ VARCHAR, barangay VARCHAR) | SELECT population__may_1, _2000_ FROM table_2068761_1 WHERE barangay = "General Terrero" | ### Context: CREATE TABLE table_2068761_1 (population__may_1 VARCHAR, _2000_ VARCHAR, barangay VARCHAR) ### Question: Name th epopulation may for general terrero ### Answer: SELECT population__may_1, _2000_ FROM table_2068761_1 WHERE barangay = "General Terrero" |
What is the season number for Series #23, the Runway Job? | CREATE TABLE table_20704243_3 (season__number VARCHAR, series__number VARCHAR) | SELECT season__number FROM table_20704243_3 WHERE series__number = 23 | ### Context: CREATE TABLE table_20704243_3 (season__number VARCHAR, series__number VARCHAR) ### Question: What is the season number for Series #23, the Runway Job? ### Answer: SELECT season__number FROM table_20704243_3 WHERE series__number = 23 |
What series was directed by Mark Roskin? | CREATE TABLE table_20704243_3 (series__number INTEGER, directed_by VARCHAR) | SELECT MIN(series__number) FROM table_20704243_3 WHERE directed_by = "Mark Roskin" | ### Context: CREATE TABLE table_20704243_3 (series__number INTEGER, directed_by VARCHAR) ### Question: What series was directed by Mark Roskin? ### Answer: SELECT MIN(series__number) FROM table_20704243_3 WHERE directed_by = "Mark Roskin" |
How many were written by Peter Winther? | CREATE TABLE table_20704243_3 (written_by VARCHAR, directed_by VARCHAR) | SELECT COUNT(written_by) FROM table_20704243_3 WHERE directed_by = "Peter Winther" | ### Context: CREATE TABLE table_20704243_3 (written_by VARCHAR, directed_by VARCHAR) ### Question: How many were written by Peter Winther? ### Answer: SELECT COUNT(written_by) FROM table_20704243_3 WHERE directed_by = "Peter Winther" |
How many directors were in Season 2? | CREATE TABLE table_20704243_3 (directed_by VARCHAR, season__number VARCHAR) | SELECT COUNT(directed_by) FROM table_20704243_3 WHERE season__number = 2 | ### Context: CREATE TABLE table_20704243_3 (directed_by VARCHAR, season__number VARCHAR) ### Question: How many directors were in Season 2? ### Answer: SELECT COUNT(directed_by) FROM table_20704243_3 WHERE season__number = 2 |
When was the episode written by Albert Kim aired for the first time? | CREATE TABLE table_20704243_4 (original_air_date VARCHAR, written_by VARCHAR) | SELECT original_air_date FROM table_20704243_4 WHERE written_by = "Albert Kim" | ### Context: CREATE TABLE table_20704243_4 (original_air_date VARCHAR, written_by VARCHAR) ### Question: When was the episode written by Albert Kim aired for the first time? ### Answer: SELECT original_air_date FROM table_20704243_4 WHERE written_by = "Albert Kim" |
Name the series number for m. scott veach & rebecca kirsch | CREATE TABLE table_20704243_5 (series__number VARCHAR, written_by VARCHAR) | SELECT series__number FROM table_20704243_5 WHERE written_by = "M. Scott Veach & Rebecca Kirsch" | ### Context: CREATE TABLE table_20704243_5 (series__number VARCHAR, written_by VARCHAR) ### Question: Name the series number for m. scott veach & rebecca kirsch ### Answer: SELECT series__number FROM table_20704243_5 WHERE written_by = "M. Scott Veach & Rebecca Kirsch" |
Name the number of viewers for series number 50 | CREATE TABLE table_20704243_5 (us_viewers__in_millions_ VARCHAR, series__number VARCHAR) | SELECT us_viewers__in_millions_ FROM table_20704243_5 WHERE series__number = 50 | ### Context: CREATE TABLE table_20704243_5 (us_viewers__in_millions_ VARCHAR, series__number VARCHAR) ### Question: Name the number of viewers for series number 50 ### Answer: SELECT us_viewers__in_millions_ FROM table_20704243_5 WHERE series__number = 50 |
Name who directed season 1 | CREATE TABLE table_20704243_5 (directed_by VARCHAR, season__number VARCHAR) | SELECT directed_by FROM table_20704243_5 WHERE season__number = 1 | ### Context: CREATE TABLE table_20704243_5 (directed_by VARCHAR, season__number VARCHAR) ### Question: Name who directed season 1 ### Answer: SELECT directed_by FROM table_20704243_5 WHERE season__number = 1 |
What is the moment of intertia in torsion (j) Cm4) for the beam height (mm) 120??= | CREATE TABLE table_2071644_1 (moment_of_inertia_in_torsion__j___cm_4__ VARCHAR, beam_height__mm_ VARCHAR) | SELECT COUNT(moment_of_inertia_in_torsion__j___cm_4__) FROM table_2071644_1 WHERE beam_height__mm_ = 120 | ### Context: CREATE TABLE table_2071644_1 (moment_of_inertia_in_torsion__j___cm_4__ VARCHAR, beam_height__mm_ VARCHAR) ### Question: What is the moment of intertia in torsion (j) Cm4) for the beam height (mm) 120??= ### Answer: SELECT COUNT(moment_of_inertia_in_torsion__j___cm_4__) FROM table_2071644_1 WHERE beam_heigh... |
What is the cross section area (cm 2) for the moment of intertia in torsion (j) (cm 4) 2.54? | CREATE TABLE table_2071644_1 (cross_section_area__cm_2__ VARCHAR, moment_of_inertia_in_torsion__j___cm_4__ VARCHAR) | SELECT cross_section_area__cm_2__ FROM table_2071644_1 WHERE moment_of_inertia_in_torsion__j___cm_4__ = "2.54" | ### Context: CREATE TABLE table_2071644_1 (cross_section_area__cm_2__ VARCHAR, moment_of_inertia_in_torsion__j___cm_4__ VARCHAR) ### Question: What is the cross section area (cm 2) for the moment of intertia in torsion (j) (cm 4) 2.54? ### Answer: SELECT cross_section_area__cm_2__ FROM table_2071644_1 WHERE moment_of_i... |
What is the flange thickness (mm) for the weight (kg/m) 6.0?Wg | CREATE TABLE table_2071644_1 (flange_thickness__mm_ VARCHAR, weight__kg_m_ VARCHAR) | SELECT flange_thickness__mm_ FROM table_2071644_1 WHERE weight__kg_m_ = "6.0" | ### Context: CREATE TABLE table_2071644_1 (flange_thickness__mm_ VARCHAR, weight__kg_m_ VARCHAR) ### Question: What is the flange thickness (mm) for the weight (kg/m) 6.0?Wg ### Answer: SELECT flange_thickness__mm_ FROM table_2071644_1 WHERE weight__kg_m_ = "6.0" |
What is the number for the moment of intertia in torsion (j) (cm 4) for the 4.7 web thickness (mm)? | CREATE TABLE table_2071644_1 (moment_of_inertia_in_torsion__j___cm_4__ VARCHAR, web_thickness__mm_ VARCHAR) | SELECT COUNT(moment_of_inertia_in_torsion__j___cm_4__) FROM table_2071644_1 WHERE web_thickness__mm_ = "4.7" | ### Context: CREATE TABLE table_2071644_1 (moment_of_inertia_in_torsion__j___cm_4__ VARCHAR, web_thickness__mm_ VARCHAR) ### Question: What is the number for the moment of intertia in torsion (j) (cm 4) for the 4.7 web thickness (mm)? ### Answer: SELECT COUNT(moment_of_inertia_in_torsion__j___cm_4__) FROM table_2071644... |
What is the flange thickness (mm) for the weight (kg/m) 10.4? | CREATE TABLE table_2071644_1 (flange_thickness__mm_ VARCHAR, weight__kg_m_ VARCHAR) | SELECT flange_thickness__mm_ FROM table_2071644_1 WHERE weight__kg_m_ = "10.4" | ### Context: CREATE TABLE table_2071644_1 (flange_thickness__mm_ VARCHAR, weight__kg_m_ VARCHAR) ### Question: What is the flange thickness (mm) for the weight (kg/m) 10.4? ### Answer: SELECT flange_thickness__mm_ FROM table_2071644_1 WHERE weight__kg_m_ = "10.4" |
What is the flange width (mm) for cross section area (cm 2) 16.4? | CREATE TABLE table_2071644_1 (flange_width__mm_ VARCHAR, cross_section_area__cm_2__ VARCHAR) | SELECT COUNT(flange_width__mm_) FROM table_2071644_1 WHERE cross_section_area__cm_2__ = "16.4" | ### Context: CREATE TABLE table_2071644_1 (flange_width__mm_ VARCHAR, cross_section_area__cm_2__ VARCHAR) ### Question: What is the flange width (mm) for cross section area (cm 2) 16.4? ### Answer: SELECT COUNT(flange_width__mm_) FROM table_2071644_1 WHERE cross_section_area__cm_2__ = "16.4" |
In what round was lyon (32) a 5 seed? | CREATE TABLE table_20711545_1 (lyon__32_ VARCHAR, seed VARCHAR) | SELECT lyon__32_ FROM table_20711545_1 WHERE seed = 5 | ### Context: CREATE TABLE table_20711545_1 (lyon__32_ VARCHAR, seed VARCHAR) ### Question: In what round was lyon (32) a 5 seed? ### Answer: SELECT lyon__32_ FROM table_20711545_1 WHERE seed = 5 |
How many items were recorded marseille (32 draw) was a 2 seed? | CREATE TABLE table_20711545_1 (marseille__32_draw_ VARCHAR, seed VARCHAR) | SELECT COUNT(marseille__32_draw_) FROM table_20711545_1 WHERE seed = 2 | ### Context: CREATE TABLE table_20711545_1 (marseille__32_draw_ VARCHAR, seed VARCHAR) ### Question: How many items were recorded marseille (32 draw) was a 2 seed? ### Answer: SELECT COUNT(marseille__32_draw_) FROM table_20711545_1 WHERE seed = 2 |
What is the seed for lyon (32) was DNQ? | CREATE TABLE table_20711545_1 (seed INTEGER, lyon__32_ VARCHAR) | SELECT MAX(seed) FROM table_20711545_1 WHERE lyon__32_ = "DNQ" | ### Context: CREATE TABLE table_20711545_1 (seed INTEGER, lyon__32_ VARCHAR) ### Question: What is the seed for lyon (32) was DNQ? ### Answer: SELECT MAX(seed) FROM table_20711545_1 WHERE lyon__32_ = "DNQ" |
What was the result for Paris(48-byes) for 3 seed? | CREATE TABLE table_20711545_1 (paris__48___byes_ VARCHAR, seed VARCHAR) | SELECT paris__48___byes_ FROM table_20711545_1 WHERE seed = 3 | ### Context: CREATE TABLE table_20711545_1 (paris__48___byes_ VARCHAR, seed VARCHAR) ### Question: What was the result for Paris(48-byes) for 3 seed? ### Answer: SELECT paris__48___byes_ FROM table_20711545_1 WHERE seed = 3 |
What was McCain's percentage when Obama had 64.39% of the vote? | CREATE TABLE table_20722805_1 (mccain_percentage VARCHAR, obama_percentage VARCHAR) | SELECT mccain_percentage FROM table_20722805_1 WHERE obama_percentage = "64.39%" | ### Context: CREATE TABLE table_20722805_1 (mccain_percentage VARCHAR, obama_percentage VARCHAR) ### Question: What was McCain's percentage when Obama had 64.39% of the vote? ### Answer: SELECT mccain_percentage FROM table_20722805_1 WHERE obama_percentage = "64.39%" |
What was McCain's vote when Obama had 48.35% | CREATE TABLE table_20722805_1 (mccain_number INTEGER, obama_percentage VARCHAR) | SELECT MIN(mccain_number) FROM table_20722805_1 WHERE obama_percentage = "48.35%" | ### Context: CREATE TABLE table_20722805_1 (mccain_number INTEGER, obama_percentage VARCHAR) ### Question: What was McCain's vote when Obama had 48.35% ### Answer: SELECT MIN(mccain_number) FROM table_20722805_1 WHERE obama_percentage = "48.35%" |
How many votes did Obama have at 32.12% | CREATE TABLE table_20722805_1 (obama_number INTEGER, obama_percentage VARCHAR) | SELECT MIN(obama_number) FROM table_20722805_1 WHERE obama_percentage = "32.12%" | ### Context: CREATE TABLE table_20722805_1 (obama_number INTEGER, obama_percentage VARCHAR) ### Question: How many votes did Obama have at 32.12% ### Answer: SELECT MIN(obama_number) FROM table_20722805_1 WHERE obama_percentage = "32.12%" |
What parish did McCain have 45.37% of the votes? | CREATE TABLE table_20722805_1 (parish VARCHAR, mccain_percentage VARCHAR) | SELECT parish FROM table_20722805_1 WHERE mccain_percentage = "45.37%" | ### Context: CREATE TABLE table_20722805_1 (parish VARCHAR, mccain_percentage VARCHAR) ### Question: What parish did McCain have 45.37% of the votes? ### Answer: SELECT parish FROM table_20722805_1 WHERE mccain_percentage = "45.37%" |
What is the total number of votes McCain had in Webster? | CREATE TABLE table_20722805_1 (mccain_number INTEGER, parish VARCHAR) | SELECT MAX(mccain_number) FROM table_20722805_1 WHERE parish = "Webster" | ### Context: CREATE TABLE table_20722805_1 (mccain_number INTEGER, parish VARCHAR) ### Question: What is the total number of votes McCain had in Webster? ### Answer: SELECT MAX(mccain_number) FROM table_20722805_1 WHERE parish = "Webster" |
What was the original air date for the episode with production code 1wab06? | CREATE TABLE table_20726262_2 (originalairdate VARCHAR, production_code VARCHAR) | SELECT originalairdate FROM table_20726262_2 WHERE production_code = "1WAB06" | ### Context: CREATE TABLE table_20726262_2 (originalairdate VARCHAR, production_code VARCHAR) ### Question: What was the original air date for the episode with production code 1wab06? ### Answer: SELECT originalairdate FROM table_20726262_2 WHERE production_code = "1WAB06" |
What title episode did Paris Barclay direct? | CREATE TABLE table_20726262_2 (title VARCHAR, directedby VARCHAR) | SELECT title FROM table_20726262_2 WHERE directedby = "Paris Barclay" | ### Context: CREATE TABLE table_20726262_2 (title VARCHAR, directedby VARCHAR) ### Question: What title episode did Paris Barclay direct? ### Answer: SELECT title FROM table_20726262_2 WHERE directedby = "Paris Barclay" |
What was the production code for episode #1? | CREATE TABLE table_20726262_2 (production_code VARCHAR, no_in_series VARCHAR) | SELECT production_code FROM table_20726262_2 WHERE no_in_series = 1 | ### Context: CREATE TABLE table_20726262_2 (production_code VARCHAR, no_in_series VARCHAR) ### Question: What was the production code for episode #1? ### Answer: SELECT production_code FROM table_20726262_2 WHERE no_in_series = 1 |
What number episode was written by kurt sutter & jack logiudice? | CREATE TABLE table_20726262_2 (no_in_series INTEGER, writtenby VARCHAR) | SELECT MAX(no_in_series) FROM table_20726262_2 WHERE writtenby = "Kurt Sutter & Jack LoGiudice" | ### Context: CREATE TABLE table_20726262_2 (no_in_series INTEGER, writtenby VARCHAR) ### Question: What number episode was written by kurt sutter & jack logiudice? ### Answer: SELECT MAX(no_in_series) FROM table_20726262_2 WHERE writtenby = "Kurt Sutter & Jack LoGiudice" |
What was the production code for the episode with 3.38 million viewers? | CREATE TABLE table_20726262_3 (production_code VARCHAR, usviewers__million_ VARCHAR) | SELECT production_code FROM table_20726262_3 WHERE usviewers__million_ = "3.38" | ### Context: CREATE TABLE table_20726262_3 (production_code VARCHAR, usviewers__million_ VARCHAR) ### Question: What was the production code for the episode with 3.38 million viewers? ### Answer: SELECT production_code FROM table_20726262_3 WHERE usviewers__million_ = "3.38" |
What season number did production code 2wab12? | CREATE TABLE table_20726262_3 (no_in_season VARCHAR, production_code VARCHAR) | SELECT no_in_season FROM table_20726262_3 WHERE production_code = "2WAB12" | ### Context: CREATE TABLE table_20726262_3 (no_in_season VARCHAR, production_code VARCHAR) ### Question: What season number did production code 2wab12? ### Answer: SELECT no_in_season FROM table_20726262_3 WHERE production_code = "2WAB12" |
How many numbers in the season were written by Brett Conrad & Liz Sagal? | CREATE TABLE table_20726262_3 (no_in_season VARCHAR, writtenby VARCHAR) | SELECT COUNT(no_in_season) FROM table_20726262_3 WHERE writtenby = "Brett Conrad & Liz Sagal" | ### Context: CREATE TABLE table_20726262_3 (no_in_season VARCHAR, writtenby VARCHAR) ### Question: How many numbers in the season were written by Brett Conrad & Liz Sagal? ### Answer: SELECT COUNT(no_in_season) FROM table_20726262_3 WHERE writtenby = "Brett Conrad & Liz Sagal" |
what i the maximum number in the series where the production code is 3wab07? | CREATE TABLE table_20726262_4 (no_in_series INTEGER, production_code VARCHAR) | SELECT MAX(no_in_series) FROM table_20726262_4 WHERE production_code = "3WAB07" | ### Context: CREATE TABLE table_20726262_4 (no_in_series INTEGER, production_code VARCHAR) ### Question: what i the maximum number in the series where the production code is 3wab07? ### Answer: SELECT MAX(no_in_series) FROM table_20726262_4 WHERE production_code = "3WAB07" |
what is the maximum number in the season wher the us viewers is 2.59? | CREATE TABLE table_20726262_4 (no_in_season INTEGER, usviewers__million_ VARCHAR) | SELECT MAX(no_in_season) FROM table_20726262_4 WHERE usviewers__million_ = "2.59" | ### Context: CREATE TABLE table_20726262_4 (no_in_season INTEGER, usviewers__million_ VARCHAR) ### Question: what is the maximum number in the season wher the us viewers is 2.59? ### Answer: SELECT MAX(no_in_season) FROM table_20726262_4 WHERE usviewers__million_ = "2.59" |
what is the written by and production code is 3wab03? | CREATE TABLE table_20726262_4 (writtenby VARCHAR, production_code VARCHAR) | SELECT writtenby FROM table_20726262_4 WHERE production_code = "3WAB03" | ### Context: CREATE TABLE table_20726262_4 (writtenby VARCHAR, production_code VARCHAR) ### Question: what is the written by and production code is 3wab03? ### Answer: SELECT writtenby FROM table_20726262_4 WHERE production_code = "3WAB03" |
How many seats were won, when the seats contested was 48? | CREATE TABLE table_20728138_1 (seats_won VARCHAR, seats_contested VARCHAR) | SELECT seats_won FROM table_20728138_1 WHERE seats_contested = 48 | ### Context: CREATE TABLE table_20728138_1 (seats_won VARCHAR, seats_contested VARCHAR) ### Question: How many seats were won, when the seats contested was 48? ### Answer: SELECT seats_won FROM table_20728138_1 WHERE seats_contested = 48 |
How many seats are contested for independents? | CREATE TABLE table_20728138_1 (seats_contested VARCHAR, party VARCHAR) | SELECT seats_contested FROM table_20728138_1 WHERE party = "Independents" | ### Context: CREATE TABLE table_20728138_1 (seats_contested VARCHAR, party VARCHAR) ### Question: How many seats are contested for independents? ### Answer: SELECT seats_contested FROM table_20728138_1 WHERE party = "Independents" |
What is the percentage seats contested for the revolutionary socialist party? | CREATE TABLE table_20728138_1 (_percentage_in_seats_contested VARCHAR, party VARCHAR) | SELECT _percentage_in_seats_contested FROM table_20728138_1 WHERE party = "Revolutionary Socialist party" | ### Context: CREATE TABLE table_20728138_1 (_percentage_in_seats_contested VARCHAR, party VARCHAR) ### Question: What is the percentage seats contested for the revolutionary socialist party? ### Answer: SELECT _percentage_in_seats_contested FROM table_20728138_1 WHERE party = "Revolutionary Socialist party" |
What is the 2003 seat number, when seats contested was at 38.23% | CREATE TABLE table_20728138_1 (_percentage_in_seats_contested VARCHAR) | SELECT MIN(2003 AS _seats) FROM table_20728138_1 WHERE _percentage_in_seats_contested = "38.23%" | ### Context: CREATE TABLE table_20728138_1 (_percentage_in_seats_contested VARCHAR) ### Question: What is the 2003 seat number, when seats contested was at 38.23% ### Answer: SELECT MIN(2003 AS _seats) FROM table_20728138_1 WHERE _percentage_in_seats_contested = "38.23%" |
How many seats were forfeited in the revolutionary socialist party? | CREATE TABLE table_20728138_1 (seats_forfeited VARCHAR, party VARCHAR) | SELECT COUNT(seats_forfeited) FROM table_20728138_1 WHERE party = "Revolutionary Socialist party" | ### Context: CREATE TABLE table_20728138_1 (seats_forfeited VARCHAR, party VARCHAR) ### Question: How many seats were forfeited in the revolutionary socialist party? ### Answer: SELECT COUNT(seats_forfeited) FROM table_20728138_1 WHERE party = "Revolutionary Socialist party" |
Who was the opponent when the attendance was exactly 16642? | CREATE TABLE table_20745685_1 (opponent VARCHAR, attendance VARCHAR) | SELECT opponent FROM table_20745685_1 WHERE attendance = 16642 | ### Context: CREATE TABLE table_20745685_1 (opponent VARCHAR, attendance VARCHAR) ### Question: Who was the opponent when the attendance was exactly 16642? ### Answer: SELECT opponent FROM table_20745685_1 WHERE attendance = 16642 |
What is the score for game #7? | CREATE TABLE table_20745685_1 (score VARCHAR, _number VARCHAR) | SELECT score FROM table_20745685_1 WHERE _number = 7 | ### Context: CREATE TABLE table_20745685_1 (score VARCHAR, _number VARCHAR) ### Question: What is the score for game #7? ### Answer: SELECT score FROM table_20745685_1 WHERE _number = 7 |
Who was the opponent on February 28, 1991 | CREATE TABLE table_20745685_1 (opponent VARCHAR, date VARCHAR) | SELECT opponent FROM table_20745685_1 WHERE date = "February 28, 1991" | ### Context: CREATE TABLE table_20745685_1 (opponent VARCHAR, date VARCHAR) ### Question: Who was the opponent on February 28, 1991 ### Answer: SELECT opponent FROM table_20745685_1 WHERE date = "February 28, 1991" |
What was the date when the record was 1-0? | CREATE TABLE table_20745444_1 (date VARCHAR, record VARCHAR) | SELECT date FROM table_20745444_1 WHERE record = "1-0" | ### Context: CREATE TABLE table_20745444_1 (date VARCHAR, record VARCHAR) ### Question: What was the date when the record was 1-0? ### Answer: SELECT date FROM table_20745444_1 WHERE record = "1-0" |
How many results finished in a loss? | CREATE TABLE table_20745444_1 (tar_heels_points VARCHAR, result VARCHAR) | SELECT COUNT(tar_heels_points) FROM table_20745444_1 WHERE result = "Loss" | ### Context: CREATE TABLE table_20745444_1 (tar_heels_points VARCHAR, result VARCHAR) ### Question: How many results finished in a loss? ### Answer: SELECT COUNT(tar_heels_points) FROM table_20745444_1 WHERE result = "Loss" |
How many games were against Furman? | CREATE TABLE table_20745444_1 (game INTEGER, opponent VARCHAR) | SELECT MAX(game) FROM table_20745444_1 WHERE opponent = "Furman" | ### Context: CREATE TABLE table_20745444_1 (game INTEGER, opponent VARCHAR) ### Question: How many games were against Furman? ### Answer: SELECT MAX(game) FROM table_20745444_1 WHERE opponent = "Furman" |
How many times were Duke the opponents? | CREATE TABLE table_20745444_1 (opponents VARCHAR, opponent VARCHAR) | SELECT COUNT(opponents) FROM table_20745444_1 WHERE opponent = "Duke" | ### Context: CREATE TABLE table_20745444_1 (opponents VARCHAR, opponent VARCHAR) ### Question: How many times were Duke the opponents? ### Answer: SELECT COUNT(opponents) FROM table_20745444_1 WHERE opponent = "Duke" |
How many losses were there when the record was 4-0? | CREATE TABLE table_20745444_1 (opponents INTEGER, record VARCHAR) | SELECT MAX(opponents) FROM table_20745444_1 WHERE record = "4-0" | ### Context: CREATE TABLE table_20745444_1 (opponents INTEGER, record VARCHAR) ### Question: How many losses were there when the record was 4-0? ### Answer: SELECT MAX(opponents) FROM table_20745444_1 WHERE record = "4-0" |
What was the game #7, at or versus (home or at)? | CREATE TABLE table_20745754_1 (at_vs VARCHAR, _number VARCHAR) | SELECT at_vs FROM table_20745754_1 WHERE _number = "7" | ### Context: CREATE TABLE table_20745754_1 (at_vs VARCHAR, _number VARCHAR) ### Question: What was the game #7, at or versus (home or at)? ### Answer: SELECT at_vs FROM table_20745754_1 WHERE _number = "7" |
Who did they play against in game 7? | CREATE TABLE table_20745754_1 (opponent VARCHAR, _number VARCHAR) | SELECT opponent FROM table_20745754_1 WHERE _number = "7" | ### Context: CREATE TABLE table_20745754_1 (opponent VARCHAR, _number VARCHAR) ### Question: Who did they play against in game 7? ### Answer: SELECT opponent FROM table_20745754_1 WHERE _number = "7" |
What game number had an attendance of 2813? | CREATE TABLE table_20745754_1 (_number VARCHAR, attendance VARCHAR) | SELECT _number FROM table_20745754_1 WHERE attendance = 2813 | ### Context: CREATE TABLE table_20745754_1 (_number VARCHAR, attendance VARCHAR) ### Question: What game number had an attendance of 2813? ### Answer: SELECT _number FROM table_20745754_1 WHERE attendance = 2813 |
What day did the play game number 9? | CREATE TABLE table_20746062_1 (date VARCHAR, game VARCHAR) | SELECT date FROM table_20746062_1 WHERE game = 9 | ### Context: CREATE TABLE table_20746062_1 (date VARCHAR, game VARCHAR) ### Question: What day did the play game number 9? ### Answer: SELECT date FROM table_20746062_1 WHERE game = 9 |
What was the result of the game when they were 2-1? | CREATE TABLE table_20746062_1 (result VARCHAR, record VARCHAR) | SELECT result FROM table_20746062_1 WHERE record = "2-1" | ### Context: CREATE TABLE table_20746062_1 (result VARCHAR, record VARCHAR) ### Question: What was the result of the game when they were 2-1? ### Answer: SELECT result FROM table_20746062_1 WHERE record = "2-1" |
What was the record when the Bruins had 41 points? | CREATE TABLE table_20760407_1 (record VARCHAR, bruins_points VARCHAR) | SELECT record FROM table_20760407_1 WHERE bruins_points = 41 | ### Context: CREATE TABLE table_20760407_1 (record VARCHAR, bruins_points VARCHAR) ### Question: What was the record when the Bruins had 41 points? ### Answer: SELECT record FROM table_20760407_1 WHERE bruins_points = 41 |
What was the date for game 9? | CREATE TABLE table_20760407_1 (date VARCHAR, game VARCHAR) | SELECT date FROM table_20760407_1 WHERE game = 9 | ### Context: CREATE TABLE table_20760407_1 (date VARCHAR, game VARCHAR) ### Question: What was the date for game 9? ### Answer: SELECT date FROM table_20760407_1 WHERE game = 9 |
What game did the Bruins have 56 points? | CREATE TABLE table_20760407_1 (game INTEGER, bruins_points VARCHAR) | SELECT MAX(game) FROM table_20760407_1 WHERE bruins_points = 56 | ### Context: CREATE TABLE table_20760407_1 (game INTEGER, bruins_points VARCHAR) ### Question: What game did the Bruins have 56 points? ### Answer: SELECT MAX(game) FROM table_20760407_1 WHERE bruins_points = 56 |
What is the total of played where lost equals 4 and drawn equals 1? | CREATE TABLE table_20760802_1 (played VARCHAR, lost VARCHAR, drawn VARCHAR) | SELECT played FROM table_20760802_1 WHERE lost = "4" AND drawn = "1" | ### Context: CREATE TABLE table_20760802_1 (played VARCHAR, lost VARCHAR, drawn VARCHAR) ### Question: What is the total of played where lost equals 4 and drawn equals 1? ### Answer: SELECT played FROM table_20760802_1 WHERE lost = "4" AND drawn = "1" |
How many drawn are there where the Club is new ross? | CREATE TABLE table_20760802_1 (drawn VARCHAR, club VARCHAR) | SELECT drawn FROM table_20760802_1 WHERE club = "New Ross" | ### Context: CREATE TABLE table_20760802_1 (drawn VARCHAR, club VARCHAR) ### Question: How many drawn are there where the Club is new ross? ### Answer: SELECT drawn FROM table_20760802_1 WHERE club = "New Ross" |
How may drawn equal points against at 129? | CREATE TABLE table_20760802_1 (drawn VARCHAR, points_against VARCHAR) | SELECT drawn FROM table_20760802_1 WHERE points_against = "129" | ### Context: CREATE TABLE table_20760802_1 (drawn VARCHAR, points_against VARCHAR) ### Question: How may drawn equal points against at 129? ### Answer: SELECT drawn FROM table_20760802_1 WHERE points_against = "129" |
How many points differ from 134? | CREATE TABLE table_20760802_1 (points_difference VARCHAR, points_for VARCHAR) | SELECT points_difference FROM table_20760802_1 WHERE points_for = "134" | ### Context: CREATE TABLE table_20760802_1 (points_difference VARCHAR, points_for VARCHAR) ### Question: How many points differ from 134? ### Answer: SELECT points_difference FROM table_20760802_1 WHERE points_for = "134" |
How many of the points difference lost equal 10? | CREATE TABLE table_20760802_1 (points_difference VARCHAR, lost VARCHAR) | SELECT points_difference FROM table_20760802_1 WHERE lost = "10" | ### Context: CREATE TABLE table_20760802_1 (points_difference VARCHAR, lost VARCHAR) ### Question: How many of the points difference lost equal 10? ### Answer: SELECT points_difference FROM table_20760802_1 WHERE lost = "10" |
How many teams that played won 0 games? | CREATE TABLE table_20760802_1 (played VARCHAR, won VARCHAR) | SELECT played FROM table_20760802_1 WHERE won = "0" | ### Context: CREATE TABLE table_20760802_1 (played VARCHAR, won VARCHAR) ### Question: How many teams that played won 0 games? ### Answer: SELECT played FROM table_20760802_1 WHERE won = "0" |
What are the public schools with a master's university? | CREATE TABLE table_2076595_1 (location_s_ VARCHAR, control VARCHAR, type VARCHAR) | SELECT location_s_ FROM table_2076595_1 WHERE control = "Public" AND type = "Master's university" | ### Context: CREATE TABLE table_2076595_1 (location_s_ VARCHAR, control VARCHAR, type VARCHAR) ### Question: What are the public schools with a master's university? ### Answer: SELECT location_s_ FROM table_2076595_1 WHERE control = "Public" AND type = "Master's university" |
What is the minimum enrollment for Plainfield? | CREATE TABLE table_2076595_1 (enrollment__2009_ INTEGER, location_s_ VARCHAR) | SELECT MIN(enrollment__2009_) FROM table_2076595_1 WHERE location_s_ = "Plainfield" | ### Context: CREATE TABLE table_2076595_1 (enrollment__2009_ INTEGER, location_s_ VARCHAR) ### Question: What is the minimum enrollment for Plainfield? ### Answer: SELECT MIN(enrollment__2009_) FROM table_2076595_1 WHERE location_s_ = "Plainfield" |
What type of school had an enrollment in 2009 of 224? | CREATE TABLE table_2076595_1 (type VARCHAR, enrollment__2009_ VARCHAR) | SELECT type FROM table_2076595_1 WHERE enrollment__2009_ = 224 | ### Context: CREATE TABLE table_2076595_1 (type VARCHAR, enrollment__2009_ VARCHAR) ### Question: What type of school had an enrollment in 2009 of 224? ### Answer: SELECT type FROM table_2076595_1 WHERE enrollment__2009_ = 224 |
When was Southern Vermont College founded? | CREATE TABLE table_2076595_1 (founded INTEGER, school VARCHAR) | SELECT MAX(founded) FROM table_2076595_1 WHERE school = "Southern Vermont College" | ### Context: CREATE TABLE table_2076595_1 (founded INTEGER, school VARCHAR) ### Question: When was Southern Vermont College founded? ### Answer: SELECT MAX(founded) FROM table_2076595_1 WHERE school = "Southern Vermont College" |
Is art school public or private? | CREATE TABLE table_2076595_1 (control VARCHAR, type VARCHAR) | SELECT control FROM table_2076595_1 WHERE type = "Art school" | ### Context: CREATE TABLE table_2076595_1 (control VARCHAR, type VARCHAR) ### Question: Is art school public or private? ### Answer: SELECT control FROM table_2076595_1 WHERE type = "Art school" |
What school was founded in 1791? | CREATE TABLE table_2076595_1 (school VARCHAR, founded VARCHAR) | SELECT school FROM table_2076595_1 WHERE founded = 1791 | ### Context: CREATE TABLE table_2076595_1 (school VARCHAR, founded VARCHAR) ### Question: What school was founded in 1791? ### Answer: SELECT school FROM table_2076595_1 WHERE founded = 1791 |
Name the number of spring enrollment for sioux falls seminary | CREATE TABLE table_2076557_2 (enrollment__spring_2012_ VARCHAR, school VARCHAR) | SELECT COUNT(enrollment__spring_2012_) FROM table_2076557_2 WHERE school = "Sioux Falls Seminary" | ### Context: CREATE TABLE table_2076557_2 (enrollment__spring_2012_ VARCHAR, school VARCHAR) ### Question: Name the number of spring enrollment for sioux falls seminary ### Answer: SELECT COUNT(enrollment__spring_2012_) FROM table_2076557_2 WHERE school = "Sioux Falls Seminary" |
Name the accrediatation for southeast technical institute | CREATE TABLE table_2076557_2 (accreditation VARCHAR, school VARCHAR) | SELECT accreditation FROM table_2076557_2 WHERE school = "Southeast Technical Institute" | ### Context: CREATE TABLE table_2076557_2 (accreditation VARCHAR, school VARCHAR) ### Question: Name the accrediatation for southeast technical institute ### Answer: SELECT accreditation FROM table_2076557_2 WHERE school = "Southeast Technical Institute" |
Name the total number of founded for yankton | CREATE TABLE table_2076557_2 (founded VARCHAR, location_s_ VARCHAR) | SELECT COUNT(founded) FROM table_2076557_2 WHERE location_s_ = "Yankton" | ### Context: CREATE TABLE table_2076557_2 (founded VARCHAR, location_s_ VARCHAR) ### Question: Name the total number of founded for yankton ### Answer: SELECT COUNT(founded) FROM table_2076557_2 WHERE location_s_ = "Yankton" |
What is the Italian word for the English word "otter"? | CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR) | SELECT italian FROM table_2077192_2 WHERE english = "otter" | ### Context: CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR) ### Question: What is the Italian word for the English word "otter"? ### Answer: SELECT italian FROM table_2077192_2 WHERE english = "otter" |
How many French words does zinnapòtamu in Central-Southern Calabrian translate to? | CREATE TABLE table_2077192_2 (french VARCHAR, central_southern_calabrian VARCHAR) | SELECT COUNT(french) FROM table_2077192_2 WHERE central_southern_calabrian = "zinnapòtamu" | ### Context: CREATE TABLE table_2077192_2 (french VARCHAR, central_southern_calabrian VARCHAR) ### Question: How many French words does zinnapòtamu in Central-Southern Calabrian translate to? ### Answer: SELECT COUNT(french) FROM table_2077192_2 WHERE central_southern_calabrian = "zinnapòtamu" |
What is the French translation for the English word "orange"? | CREATE TABLE table_2077192_2 (french VARCHAR, english VARCHAR) | SELECT french FROM table_2077192_2 WHERE english = "orange" | ### Context: CREATE TABLE table_2077192_2 (french VARCHAR, english VARCHAR) ### Question: What is the French translation for the English word "orange"? ### Answer: SELECT french FROM table_2077192_2 WHERE english = "orange" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.