question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
what is the location for the date (to) 8 october 1922? | CREATE TABLE table_12562214_1 (location VARCHAR, date__to_ VARCHAR) | SELECT location FROM table_12562214_1 WHERE date__to_ = "8 October 1922" | ### Context: CREATE TABLE table_12562214_1 (location VARCHAR, date__to_ VARCHAR) ### Question: what is the location for the date (to) 8 october 1922? ### Answer: SELECT location FROM table_12562214_1 WHERE date__to_ = "8 October 1922" |
what are the notes for date (from) 12 august 1897? | CREATE TABLE table_12562214_1 (notes VARCHAR, date__from_ VARCHAR) | SELECT notes FROM table_12562214_1 WHERE date__from_ = "12 August 1897" | ### Context: CREATE TABLE table_12562214_1 (notes VARCHAR, date__from_ VARCHAR) ### Question: what are the notes for date (from) 12 august 1897? ### Answer: SELECT notes FROM table_12562214_1 WHERE date__from_ = "12 August 1897" |
what's the livingstone with fitzroy being 9499 | CREATE TABLE table_12570207_1 (livingstone VARCHAR, fitzroy VARCHAR) | SELECT livingstone FROM table_12570207_1 WHERE fitzroy = 9499 | ### Context: CREATE TABLE table_12570207_1 (livingstone VARCHAR, fitzroy VARCHAR) ### Question: what's the livingstone with fitzroy being 9499 ### Answer: SELECT livingstone FROM table_12570207_1 WHERE fitzroy = 9499 |
what is the maximum total region with fitzroy being 8047 | CREATE TABLE table_12570207_1 (total_region INTEGER, fitzroy VARCHAR) | SELECT MAX(total_region) FROM table_12570207_1 WHERE fitzroy = 8047 | ### Context: CREATE TABLE table_12570207_1 (total_region INTEGER, fitzroy VARCHAR) ### Question: what is the maximum total region with fitzroy being 8047 ### Answer: SELECT MAX(total_region) FROM table_12570207_1 WHERE fitzroy = 8047 |
what is the minimum rockhampton | CREATE TABLE table_12570207_1 (rockhampton INTEGER) | SELECT MIN(rockhampton) FROM table_12570207_1 | ### Context: CREATE TABLE table_12570207_1 (rockhampton INTEGER) ### Question: what is the minimum rockhampton ### Answer: SELECT MIN(rockhampton) FROM table_12570207_1 |
How many population figures are given for Glengallen for the year when the region's total is 30554? | CREATE TABLE table_12584173_1 (population__glengallan_ VARCHAR, population__region_total_ VARCHAR) | SELECT COUNT(population__glengallan_) FROM table_12584173_1 WHERE population__region_total_ = 30554 | ### Context: CREATE TABLE table_12584173_1 (population__glengallan_ VARCHAR, population__region_total_ VARCHAR) ### Question: How many population figures are given for Glengallen for the year when the region's total is 30554? ### Answer: SELECT COUNT(population__glengallan_) FROM table_12584173_1 WHERE population__regi... |
What is the maximum population size in the town of Stanthorpe? | CREATE TABLE table_12584173_1 (population__stanthorpe_ INTEGER) | SELECT MAX(population__stanthorpe_) FROM table_12584173_1 | ### Context: CREATE TABLE table_12584173_1 (population__stanthorpe_ INTEGER) ### Question: What is the maximum population size in the town of Stanthorpe? ### Answer: SELECT MAX(population__stanthorpe_) FROM table_12584173_1 |
What is the maximum population size in the town of Glengallen? | CREATE TABLE table_12584173_1 (population__glengallan_ INTEGER) | SELECT MAX(population__glengallan_) FROM table_12584173_1 | ### Context: CREATE TABLE table_12584173_1 (population__glengallan_ INTEGER) ### Question: What is the maximum population size in the town of Glengallen? ### Answer: SELECT MAX(population__glengallan_) FROM table_12584173_1 |
What was the population in Stanthorpe in the year when the population in Rosenthal was 1548? | CREATE TABLE table_12584173_1 (population__stanthorpe_ INTEGER, population__rosenthal_ VARCHAR) | SELECT MAX(population__stanthorpe_) FROM table_12584173_1 WHERE population__rosenthal_ = 1548 | ### Context: CREATE TABLE table_12584173_1 (population__stanthorpe_ INTEGER, population__rosenthal_ VARCHAR) ### Question: What was the population in Stanthorpe in the year when the population in Rosenthal was 1548? ### Answer: SELECT MAX(population__stanthorpe_) FROM table_12584173_1 WHERE population__rosenthal_ = 154... |
How many population total figures are there for the year when Allora's population was 2132? | CREATE TABLE table_12584173_1 (population__region_total_ VARCHAR, population__allora_ VARCHAR) | SELECT COUNT(population__region_total_) FROM table_12584173_1 WHERE population__allora_ = 2132 | ### Context: CREATE TABLE table_12584173_1 (population__region_total_ VARCHAR, population__allora_ VARCHAR) ### Question: How many population total figures are there for the year when Allora's population was 2132? ### Answer: SELECT COUNT(population__region_total_) FROM table_12584173_1 WHERE population__allora_ = 2132 |
When was the ship launched when the commissioned or completed(*) is 6 june 1864? | CREATE TABLE table_12592074_1 (launched VARCHAR, commissioned_or_completed_ VARCHAR, _ VARCHAR) | SELECT launched FROM table_12592074_1 WHERE commissioned_or_completed_ * _ = "6 June 1864" | ### Context: CREATE TABLE table_12592074_1 (launched VARCHAR, commissioned_or_completed_ VARCHAR, _ VARCHAR) ### Question: When was the ship launched when the commissioned or completed(*) is 6 june 1864? ### Answer: SELECT launched FROM table_12592074_1 WHERE commissioned_or_completed_ * _ = "6 June 1864" |
When was the ship tecumseh launched? | CREATE TABLE table_12592074_1 (launched VARCHAR, ship VARCHAR) | SELECT launched FROM table_12592074_1 WHERE ship = "Tecumseh" | ### Context: CREATE TABLE table_12592074_1 (launched VARCHAR, ship VARCHAR) ### Question: When was the ship tecumseh launched? ### Answer: SELECT launched FROM table_12592074_1 WHERE ship = "Tecumseh" |
What is the namesake of the ship that was commissioned or completed(*) 16 april 1864? | CREATE TABLE table_12592074_1 (namesake VARCHAR, commissioned_or_completed_ VARCHAR, _ VARCHAR) | SELECT namesake FROM table_12592074_1 WHERE commissioned_or_completed_ * _ = "16 April 1864" | ### Context: CREATE TABLE table_12592074_1 (namesake VARCHAR, commissioned_or_completed_ VARCHAR, _ VARCHAR) ### Question: What is the namesake of the ship that was commissioned or completed(*) 16 april 1864? ### Answer: SELECT namesake FROM table_12592074_1 WHERE commissioned_or_completed_ * _ = "16 April 1864" |
What is the minimum laid down? | CREATE TABLE table_12592074_1 (laid_down INTEGER) | SELECT MIN(laid_down) FROM table_12592074_1 | ### Context: CREATE TABLE table_12592074_1 (laid_down INTEGER) ### Question: What is the minimum laid down? ### Answer: SELECT MIN(laid_down) FROM table_12592074_1 |
What is the program where the focus is general management? | CREATE TABLE table_12591022_2 (program VARCHAR, focus VARCHAR) | SELECT program FROM table_12591022_2 WHERE focus = "General Management" | ### Context: CREATE TABLE table_12591022_2 (program VARCHAR, focus VARCHAR) ### Question: What is the program where the focus is general management? ### Answer: SELECT program FROM table_12591022_2 WHERE focus = "General Management" |
what is teaching language where the focus is auditing? | CREATE TABLE table_12591022_2 (teaching_language VARCHAR, focus VARCHAR) | SELECT teaching_language FROM table_12591022_2 WHERE focus = "Auditing" | ### Context: CREATE TABLE table_12591022_2 (teaching_language VARCHAR, focus VARCHAR) ### Question: what is teaching language where the focus is auditing? ### Answer: SELECT teaching_language FROM table_12591022_2 WHERE focus = "Auditing" |
WHat is the program where duration (years) is 1.5 and teaching language is german/english? | CREATE TABLE table_12591022_2 (program VARCHAR, duration__years_ VARCHAR, teaching_language VARCHAR) | SELECT program FROM table_12591022_2 WHERE duration__years_ = "1.5" AND teaching_language = "German/English" | ### Context: CREATE TABLE table_12591022_2 (program VARCHAR, duration__years_ VARCHAR, teaching_language VARCHAR) ### Question: WHat is the program where duration (years) is 1.5 and teaching language is german/english? ### Answer: SELECT program FROM table_12591022_2 WHERE duration__years_ = "1.5" AND teaching_language... |
What is the teaching language with the duration (years) 3.5? | CREATE TABLE table_12591022_2 (teaching_language VARCHAR, duration__years_ VARCHAR) | SELECT teaching_language FROM table_12591022_2 WHERE duration__years_ = "3.5" | ### Context: CREATE TABLE table_12591022_2 (teaching_language VARCHAR, duration__years_ VARCHAR) ### Question: What is the teaching language with the duration (years) 3.5? ### Answer: SELECT teaching_language FROM table_12591022_2 WHERE duration__years_ = "3.5" |
What is the program where the focus is risk management and regulation? | CREATE TABLE table_12591022_2 (program VARCHAR, focus VARCHAR) | SELECT program FROM table_12591022_2 WHERE focus = "Risk Management and Regulation" | ### Context: CREATE TABLE table_12591022_2 (program VARCHAR, focus VARCHAR) ### Question: What is the program where the focus is risk management and regulation? ### Answer: SELECT program FROM table_12591022_2 WHERE focus = "Risk Management and Regulation" |
What are the release dates for songs in 2003? | CREATE TABLE table_12588029_3 (release_date VARCHAR, year VARCHAR) | SELECT release_date FROM table_12588029_3 WHERE year = 2003 | ### Context: CREATE TABLE table_12588029_3 (release_date VARCHAR, year VARCHAR) ### Question: What are the release dates for songs in 2003? ### Answer: SELECT release_date FROM table_12588029_3 WHERE year = 2003 |
What is the biggest number of the team who's owned by Jeff Gordon? | CREATE TABLE table_1266602_1 (_number INTEGER, owner_s_ VARCHAR) | SELECT MAX(_number) FROM table_1266602_1 WHERE owner_s_ = "Jeff Gordon" | ### Context: CREATE TABLE table_1266602_1 (_number INTEGER, owner_s_ VARCHAR) ### Question: What is the biggest number of the team who's owned by Jeff Gordon? ### Answer: SELECT MAX(_number) FROM table_1266602_1 WHERE owner_s_ = "Jeff Gordon" |
What is the driver for the team whose primary sponsor is Quicken Loans / Haas Automation? | CREATE TABLE table_1266602_1 (driver_s_ VARCHAR, primary_sponsor_s_ VARCHAR) | SELECT driver_s_ FROM table_1266602_1 WHERE primary_sponsor_s_ = "Quicken Loans / Haas Automation" | ### Context: CREATE TABLE table_1266602_1 (driver_s_ VARCHAR, primary_sponsor_s_ VARCHAR) ### Question: What is the driver for the team whose primary sponsor is Quicken Loans / Haas Automation? ### Answer: SELECT driver_s_ FROM table_1266602_1 WHERE primary_sponsor_s_ = "Quicken Loans / Haas Automation" |
What's the total number of crew chiefs of the Fas Lane Racing team? | CREATE TABLE table_1266602_1 (crew_chief VARCHAR, team VARCHAR) | SELECT COUNT(crew_chief) FROM table_1266602_1 WHERE team = "FAS Lane Racing" | ### Context: CREATE TABLE table_1266602_1 (crew_chief VARCHAR, team VARCHAR) ### Question: What's the total number of crew chiefs of the Fas Lane Racing team? ### Answer: SELECT COUNT(crew_chief) FROM table_1266602_1 WHERE team = "FAS Lane Racing" |
What date did De Vries start? | CREATE TABLE table_12608427_8 (started VARCHAR, name VARCHAR) | SELECT started FROM table_12608427_8 WHERE name = "de Vries" | ### Context: CREATE TABLE table_12608427_8 (started VARCHAR, name VARCHAR) ### Question: What date did De Vries start? ### Answer: SELECT started FROM table_12608427_8 WHERE name = "de Vries" |
What is the number for De Vries? | CREATE TABLE table_12608427_8 (no INTEGER, name VARCHAR) | SELECT MIN(no) FROM table_12608427_8 WHERE name = "de Vries" | ### Context: CREATE TABLE table_12608427_8 (no INTEGER, name VARCHAR) ### Question: What is the number for De Vries? ### Answer: SELECT MIN(no) FROM table_12608427_8 WHERE name = "de Vries" |
What was the loan club when Derry played? | CREATE TABLE table_12608427_8 (loan_club VARCHAR, name VARCHAR) | SELECT loan_club FROM table_12608427_8 WHERE name = "Derry" | ### Context: CREATE TABLE table_12608427_8 (loan_club VARCHAR, name VARCHAR) ### Question: What was the loan club when Derry played? ### Answer: SELECT loan_club FROM table_12608427_8 WHERE name = "Derry" |
Who was the loan club for the Westlake game? | CREATE TABLE table_12608427_8 (loan_club VARCHAR, name VARCHAR) | SELECT loan_club FROM table_12608427_8 WHERE name = "Westlake" | ### Context: CREATE TABLE table_12608427_8 (loan_club VARCHAR, name VARCHAR) ### Question: Who was the loan club for the Westlake game? ### Answer: SELECT loan_club FROM table_12608427_8 WHERE name = "Westlake" |
What was the position (P) for Clapham? | CREATE TABLE table_12608427_8 (p VARCHAR, name VARCHAR) | SELECT p FROM table_12608427_8 WHERE name = "Clapham" | ### Context: CREATE TABLE table_12608427_8 (p VARCHAR, name VARCHAR) ### Question: What was the position (P) for Clapham? ### Answer: SELECT p FROM table_12608427_8 WHERE name = "Clapham" |
What district is represented by a Republican Appropriations Committee? | CREATE TABLE table_12679326_1 (district VARCHAR, party VARCHAR, committee VARCHAR) | SELECT district FROM table_12679326_1 WHERE party = "Republican" AND committee = "Appropriations" | ### Context: CREATE TABLE table_12679326_1 (district VARCHAR, party VARCHAR, committee VARCHAR) ### Question: What district is represented by a Republican Appropriations Committee? ### Answer: SELECT district FROM table_12679326_1 WHERE party = "Republican" AND committee = "Appropriations" |
What are the districts represented by the Democratic Party and a Committee in Economic Matters? | CREATE TABLE table_12679326_1 (district VARCHAR, committee VARCHAR, party VARCHAR) | SELECT district FROM table_12679326_1 WHERE committee = "Economic Matters" AND party = "Democratic" | ### Context: CREATE TABLE table_12679326_1 (district VARCHAR, committee VARCHAR, party VARCHAR) ### Question: What are the districts represented by the Democratic Party and a Committee in Economic Matters? ### Answer: SELECT district FROM table_12679326_1 WHERE committee = "Economic Matters" AND party = "Democratic" |
Name the number of constr with the first win at the 1978 brazilian grand prix | CREATE TABLE table_12707313_2 (constr VARCHAR, first_win VARCHAR) | SELECT COUNT(constr) FROM table_12707313_2 WHERE first_win = "1978 Brazilian Grand Prix" | ### Context: CREATE TABLE table_12707313_2 (constr VARCHAR, first_win VARCHAR) ### Question: Name the number of constr with the first win at the 1978 brazilian grand prix ### Answer: SELECT COUNT(constr) FROM table_12707313_2 WHERE first_win = "1978 Brazilian Grand Prix" |
What was the first win for pos 6? | CREATE TABLE table_12707313_2 (first_win VARCHAR, pos VARCHAR) | SELECT first_win FROM table_12707313_2 WHERE pos = 6 | ### Context: CREATE TABLE table_12707313_2 (first_win VARCHAR, pos VARCHAR) ### Question: What was the first win for pos 6? ### Answer: SELECT first_win FROM table_12707313_2 WHERE pos = 6 |
What is the molecular target listed under the compounded name of hemiasterlin (e7974) | CREATE TABLE table_12715053_1 (molecular_target VARCHAR, compound_name VARCHAR) | SELECT molecular_target FROM table_12715053_1 WHERE compound_name = "Hemiasterlin (E7974)" | ### Context: CREATE TABLE table_12715053_1 (molecular_target VARCHAR, compound_name VARCHAR) ### Question: What is the molecular target listed under the compounded name of hemiasterlin (e7974) ### Answer: SELECT molecular_target FROM table_12715053_1 WHERE compound_name = "Hemiasterlin (E7974)" |
What is the molecular target listed under the trademark of irvalec ® | CREATE TABLE table_12715053_1 (molecular_target VARCHAR, trademark VARCHAR) | SELECT molecular_target FROM table_12715053_1 WHERE trademark = "Irvalec ®" | ### Context: CREATE TABLE table_12715053_1 (molecular_target VARCHAR, trademark VARCHAR) ### Question: What is the molecular target listed under the trademark of irvalec ® ### Answer: SELECT molecular_target FROM table_12715053_1 WHERE trademark = "Irvalec ®" |
What is the compound name listed where marine organism α is worm | CREATE TABLE table_12715053_1 (compound_name VARCHAR, marine_organism_α VARCHAR) | SELECT compound_name FROM table_12715053_1 WHERE marine_organism_α = "Worm" | ### Context: CREATE TABLE table_12715053_1 (compound_name VARCHAR, marine_organism_α VARCHAR) ### Question: What is the compound name listed where marine organism α is worm ### Answer: SELECT compound_name FROM table_12715053_1 WHERE marine_organism_α = "Worm" |
How many compound names list a chemical class of depsipeptide and a clinical trials β value of 1/7? | CREATE TABLE table_12715053_1 (compound_name VARCHAR, chemical_class VARCHAR, clinical_trials_β VARCHAR) | SELECT COUNT(compound_name) FROM table_12715053_1 WHERE chemical_class = "Depsipeptide" AND clinical_trials_β = "1/7" | ### Context: CREATE TABLE table_12715053_1 (compound_name VARCHAR, chemical_class VARCHAR, clinical_trials_β VARCHAR) ### Question: How many compound names list a chemical class of depsipeptide and a clinical trials β value of 1/7? ### Answer: SELECT COUNT(compound_name) FROM table_12715053_1 WHERE chemical_class = "De... |
What is the trademark listed for the molecular target : dna-binding? | CREATE TABLE table_12715053_1 (trademark VARCHAR, molecular_target VARCHAR) | SELECT trademark FROM table_12715053_1 WHERE molecular_target = "DNA-Binding" | ### Context: CREATE TABLE table_12715053_1 (trademark VARCHAR, molecular_target VARCHAR) ### Question: What is the trademark listed for the molecular target : dna-binding? ### Answer: SELECT trademark FROM table_12715053_1 WHERE molecular_target = "DNA-Binding" |
How many trademarks list a molecular target of minor groove of dna and a clinical status value of phase i? | CREATE TABLE table_12715053_1 (trademark VARCHAR, molecular_target VARCHAR, clinical_status VARCHAR) | SELECT COUNT(trademark) FROM table_12715053_1 WHERE molecular_target = "Minor Groove of DNA" AND clinical_status = "Phase I" | ### Context: CREATE TABLE table_12715053_1 (trademark VARCHAR, molecular_target VARCHAR, clinical_status VARCHAR) ### Question: How many trademarks list a molecular target of minor groove of dna and a clinical status value of phase i? ### Answer: SELECT COUNT(trademark) FROM table_12715053_1 WHERE molecular_target = "M... |
What's the number of the episode directed by Tucker Gates? | CREATE TABLE table_12722302_3 (no VARCHAR, directed_by VARCHAR) | SELECT no FROM table_12722302_3 WHERE directed_by = "Tucker Gates" | ### Context: CREATE TABLE table_12722302_3 (no VARCHAR, directed_by VARCHAR) ### Question: What's the number of the episode directed by Tucker Gates? ### Answer: SELECT no FROM table_12722302_3 WHERE directed_by = "Tucker Gates" |
What was the original air date for the episode with 3.90 u.s. viewers (millions)? | CREATE TABLE table_12722302_2 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) | SELECT original_air_date FROM table_12722302_2 WHERE us_viewers__million_ = "3.90" | ### Context: CREATE TABLE table_12722302_2 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) ### Question: What was the original air date for the episode with 3.90 u.s. viewers (millions)? ### Answer: SELECT original_air_date FROM table_12722302_2 WHERE us_viewers__million_ = "3.90" |
What is the original air date for no. 2? | CREATE TABLE table_12722302_2 (original_air_date VARCHAR, no VARCHAR) | SELECT original_air_date FROM table_12722302_2 WHERE no = 2 | ### Context: CREATE TABLE table_12722302_2 (original_air_date VARCHAR, no VARCHAR) ### Question: What is the original air date for no. 2? ### Answer: SELECT original_air_date FROM table_12722302_2 WHERE no = 2 |
Who directed the episode with 3.19 million u.s. viewers? | CREATE TABLE table_12722302_2 (directed_by VARCHAR, us_viewers__million_ VARCHAR) | SELECT directed_by FROM table_12722302_2 WHERE us_viewers__million_ = "3.19" | ### Context: CREATE TABLE table_12722302_2 (directed_by VARCHAR, us_viewers__million_ VARCHAR) ### Question: Who directed the episode with 3.19 million u.s. viewers? ### Answer: SELECT directed_by FROM table_12722302_2 WHERE us_viewers__million_ = "3.19" |
What's the price (in USD) of the model whose L3 is 18 mb? | CREATE TABLE table_12740151_8 (price___usd__ VARCHAR, l3 VARCHAR) | SELECT price___usd__ FROM table_12740151_8 WHERE l3 = "18 MB" | ### Context: CREATE TABLE table_12740151_8 (price___usd__ VARCHAR, l3 VARCHAR) ### Question: What's the price (in USD) of the model whose L3 is 18 mb? ### Answer: SELECT price___usd__ FROM table_12740151_8 WHERE l3 = "18 MB" |
What's the clock speed of the model that costs $910? | CREATE TABLE table_12740151_8 (clock_speed VARCHAR, price___usd__ VARCHAR) | SELECT clock_speed FROM table_12740151_8 WHERE price___usd__ = "$910" | ### Context: CREATE TABLE table_12740151_8 (clock_speed VARCHAR, price___usd__ VARCHAR) ### Question: What's the clock speed of the model that costs $910? ### Answer: SELECT clock_speed FROM table_12740151_8 WHERE price___usd__ = "$910" |
what is the least amount in the tournament? | CREATE TABLE table_12755786_8 (league INTEGER) | SELECT MIN(league) AS Cup FROM table_12755786_8 | ### Context: CREATE TABLE table_12755786_8 (league INTEGER) ### Question: what is the least amount in the tournament? ### Answer: SELECT MIN(league) AS Cup FROM table_12755786_8 |
what is the tourney where the winner is kevin mckinlay? | CREATE TABLE table_12755786_8 (league VARCHAR, player VARCHAR) | SELECT league AS Cup FROM table_12755786_8 WHERE player = "Kevin McKinlay" | ### Context: CREATE TABLE table_12755786_8 (league VARCHAR, player VARCHAR) ### Question: what is the tourney where the winner is kevin mckinlay? ### Answer: SELECT league AS Cup FROM table_12755786_8 WHERE player = "Kevin McKinlay" |
what's the thursday iuppiter (jupiter) with tuesday mars (mars) being marterì | CREATE TABLE table_1277350_1 (thursday_iuppiter__jupiter_ VARCHAR, tuesday_mars__mars_ VARCHAR) | SELECT thursday_iuppiter__jupiter_ FROM table_1277350_1 WHERE tuesday_mars__mars_ = "Marterì" | ### Context: CREATE TABLE table_1277350_1 (thursday_iuppiter__jupiter_ VARCHAR, tuesday_mars__mars_ VARCHAR) ### Question: what's the thursday iuppiter (jupiter) with tuesday mars (mars) being marterì ### Answer: SELECT thursday_iuppiter__jupiter_ FROM table_1277350_1 WHERE tuesday_mars__mars_ = "Marterì" |
what's the sunday sōl (sun) with friday venus (venus) being vernes | CREATE TABLE table_1277350_1 (sunday_sōl__sun_ VARCHAR, friday_venus__venus_ VARCHAR) | SELECT sunday_sōl__sun_ FROM table_1277350_1 WHERE friday_venus__venus_ = "vernes" | ### Context: CREATE TABLE table_1277350_1 (sunday_sōl__sun_ VARCHAR, friday_venus__venus_ VARCHAR) ### Question: what's the sunday sōl (sun) with friday venus (venus) being vernes ### Answer: SELECT sunday_sōl__sun_ FROM table_1277350_1 WHERE friday_venus__venus_ = "vernes" |
what's the thursday iuppiter (jupiter) with friday venus (venus) being vendredi | CREATE TABLE table_1277350_1 (thursday_iuppiter__jupiter_ VARCHAR, friday_venus__venus_ VARCHAR) | SELECT thursday_iuppiter__jupiter_ FROM table_1277350_1 WHERE friday_venus__venus_ = "vendredi" | ### Context: CREATE TABLE table_1277350_1 (thursday_iuppiter__jupiter_ VARCHAR, friday_venus__venus_ VARCHAR) ### Question: what's the thursday iuppiter (jupiter) with friday venus (venus) being vendredi ### Answer: SELECT thursday_iuppiter__jupiter_ FROM table_1277350_1 WHERE friday_venus__venus_ = "vendredi" |
what's the saturday saturnus ( saturn) with wednesday mercurius (mercury) being mercuridi | CREATE TABLE table_1277350_1 (saturday_saturnus___saturn_ VARCHAR, wednesday_mercurius__mercury_ VARCHAR) | SELECT saturday_saturnus___saturn_ FROM table_1277350_1 WHERE wednesday_mercurius__mercury_ = "Mercuridi" | ### Context: CREATE TABLE table_1277350_1 (saturday_saturnus___saturn_ VARCHAR, wednesday_mercurius__mercury_ VARCHAR) ### Question: what's the saturday saturnus ( saturn) with wednesday mercurius (mercury) being mercuridi ### Answer: SELECT saturday_saturnus___saturn_ FROM table_1277350_1 WHERE wednesday_mercurius__me... |
what's the thursday iuppiter (jupiter) with saturday saturnus ( saturn) being jesarn | CREATE TABLE table_1277350_1 (thursday_iuppiter__jupiter_ VARCHAR, saturday_saturnus___saturn_ VARCHAR) | SELECT thursday_iuppiter__jupiter_ FROM table_1277350_1 WHERE saturday_saturnus___saturn_ = "Jesarn" | ### Context: CREATE TABLE table_1277350_1 (thursday_iuppiter__jupiter_ VARCHAR, saturday_saturnus___saturn_ VARCHAR) ### Question: what's the thursday iuppiter (jupiter) with saturday saturnus ( saturn) being jesarn ### Answer: SELECT thursday_iuppiter__jupiter_ FROM table_1277350_1 WHERE saturday_saturnus___saturn_ = ... |
What is the sequencer when ion torrent pgm is 200-400 bp? | CREATE TABLE table_127511_1 (sequencer VARCHAR, ion_torrent_pgm VARCHAR) | SELECT sequencer FROM table_127511_1 WHERE ion_torrent_pgm = "200-400 bp" | ### Context: CREATE TABLE table_127511_1 (sequencer VARCHAR, ion_torrent_pgm VARCHAR) ### Question: What is the sequencer when ion torrent pgm is 200-400 bp? ### Answer: SELECT sequencer FROM table_127511_1 WHERE ion_torrent_pgm = "200-400 bp" |
How many times was Sanger 3730xl $2400 usd? | CREATE TABLE table_127511_1 (ion_torrent_pgm VARCHAR, sanger_3730xl VARCHAR) | SELECT COUNT(ion_torrent_pgm) FROM table_127511_1 WHERE sanger_3730xl = "$2400 USD" | ### Context: CREATE TABLE table_127511_1 (ion_torrent_pgm VARCHAR, sanger_3730xl VARCHAR) ### Question: How many times was Sanger 3730xl $2400 usd? ### Answer: SELECT COUNT(ion_torrent_pgm) FROM table_127511_1 WHERE sanger_3730xl = "$2400 USD" |
How much was solidv4 when pacbio is $300 usd? | CREATE TABLE table_127511_1 (solidv4 VARCHAR, pacbio VARCHAR) | SELECT solidv4 FROM table_127511_1 WHERE pacbio = "$300 USD" | ### Context: CREATE TABLE table_127511_1 (solidv4 VARCHAR, pacbio VARCHAR) ### Question: How much was solidv4 when pacbio is $300 usd? ### Answer: SELECT solidv4 FROM table_127511_1 WHERE pacbio = "$300 USD" |
What is solidv4 when sequencer is data output per run? | CREATE TABLE table_127511_1 (solidv4 VARCHAR, sequencer VARCHAR) | SELECT solidv4 FROM table_127511_1 WHERE sequencer = "Data output per run" | ### Context: CREATE TABLE table_127511_1 (solidv4 VARCHAR, sequencer VARCHAR) ### Question: What is solidv4 when sequencer is data output per run? ### Answer: SELECT solidv4 FROM table_127511_1 WHERE sequencer = "Data output per run" |
What is 454 gs flx when pacbio is 100-500 mb? | CREATE TABLE table_127511_1 (pacbio VARCHAR) | SELECT 454 AS _gs_flx FROM table_127511_1 WHERE pacbio = "100-500 Mb" | ### Context: CREATE TABLE table_127511_1 (pacbio VARCHAR) ### Question: What is 454 gs flx when pacbio is 100-500 mb? ### Answer: SELECT 454 AS _gs_flx FROM table_127511_1 WHERE pacbio = "100-500 Mb" |
How was times was the dance the jive and the week # was 10? | CREATE TABLE table_1276219_1 (phillips VARCHAR, dance VARCHAR, week__number VARCHAR) | SELECT COUNT(phillips) FROM table_1276219_1 WHERE dance = "Jive" AND week__number = "10" | ### Context: CREATE TABLE table_1276219_1 (phillips VARCHAR, dance VARCHAR, week__number VARCHAR) ### Question: How was times was the dance the jive and the week # was 10? ### Answer: SELECT COUNT(phillips) FROM table_1276219_1 WHERE dance = "Jive" AND week__number = "10" |
What's the Slovene word for Thursday? | CREATE TABLE table_1277350_5 (thursday_fourth_day VARCHAR, day__see_irregularities__ VARCHAR) | SELECT thursday_fourth_day FROM table_1277350_5 WHERE day__see_irregularities__ = "Slovene" | ### Context: CREATE TABLE table_1277350_5 (thursday_fourth_day VARCHAR, day__see_irregularities__ VARCHAR) ### Question: What's the Slovene word for Thursday? ### Answer: SELECT thursday_fourth_day FROM table_1277350_5 WHERE day__see_irregularities__ = "Slovene" |
How do you say Friday in Polish? | CREATE TABLE table_1277350_5 (friday_fifth_day VARCHAR, day__see_irregularities__ VARCHAR) | SELECT friday_fifth_day FROM table_1277350_5 WHERE day__see_irregularities__ = "Polish" | ### Context: CREATE TABLE table_1277350_5 (friday_fifth_day VARCHAR, day__see_irregularities__ VARCHAR) ### Question: How do you say Friday in Polish? ### Answer: SELECT friday_fifth_day FROM table_1277350_5 WHERE day__see_irregularities__ = "Polish" |
What's the Croatian word for Saturday? | CREATE TABLE table_1277350_5 (saturday_sixth_day VARCHAR, day__see_irregularities__ VARCHAR) | SELECT saturday_sixth_day FROM table_1277350_5 WHERE day__see_irregularities__ = "Croatian" | ### Context: CREATE TABLE table_1277350_5 (saturday_sixth_day VARCHAR, day__see_irregularities__ VARCHAR) ### Question: What's the Croatian word for Saturday? ### Answer: SELECT saturday_sixth_day FROM table_1277350_5 WHERE day__see_irregularities__ = "Croatian" |
In the system where Sunday is ஞாயிற்று கிழமை nyāyitru kizhamai, what is Saturday? | CREATE TABLE table_1277350_3 (saturday_shani__saturn_ VARCHAR, sunday_surya__the_sun_ VARCHAR) | SELECT saturday_shani__saturn_ FROM table_1277350_3 WHERE sunday_surya__the_sun_ = "ஞாயிற்று கிழமை Nyāyitru kizhamai" | ### Context: CREATE TABLE table_1277350_3 (saturday_shani__saturn_ VARCHAR, sunday_surya__the_sun_ VARCHAR) ### Question: In the system where Sunday is ஞாயிற்று கிழமை nyāyitru kizhamai, what is Saturday? ### Answer: SELECT saturday_shani__saturn_ FROM table_1277350_3 WHERE sunday_surya__the_sun_ = "ஞாயிற்று கிழமை Nyāyi... |
In language where Wednesday is বুধবার budhbar, what is Thursday? | CREATE TABLE table_1277350_3 (thursday_guru__jupiter_ VARCHAR, wednesday_budha__mercury_ VARCHAR) | SELECT thursday_guru__jupiter_ FROM table_1277350_3 WHERE wednesday_budha__mercury_ = "বুধবার Budhbar" | ### Context: CREATE TABLE table_1277350_3 (thursday_guru__jupiter_ VARCHAR, wednesday_budha__mercury_ VARCHAR) ### Question: In language where Wednesday is বুধবার budhbar, what is Thursday? ### Answer: SELECT thursday_guru__jupiter_ FROM table_1277350_3 WHERE wednesday_budha__mercury_ = "বুধবার Budhbar" |
In language where Saturday is සෙනසුරාදා senasuraadaa, what is Tuesday? | CREATE TABLE table_1277350_3 (tuesday_mangala__mars_ VARCHAR, saturday_shani__saturn_ VARCHAR) | SELECT tuesday_mangala__mars_ FROM table_1277350_3 WHERE saturday_shani__saturn_ = "සෙනසුරාදා Senasuraadaa" | ### Context: CREATE TABLE table_1277350_3 (tuesday_mangala__mars_ VARCHAR, saturday_shani__saturn_ VARCHAR) ### Question: In language where Saturday is සෙනසුරාදා senasuraadaa, what is Tuesday? ### Answer: SELECT tuesday_mangala__mars_ FROM table_1277350_3 WHERE saturday_shani__saturn_ = "සෙනසුරාදා Senasuraadaa" |
In language where Thursday is برس وار bres'var, what is Sunday? | CREATE TABLE table_1277350_3 (sunday_surya__the_sun_ VARCHAR, thursday_guru__jupiter_ VARCHAR) | SELECT sunday_surya__the_sun_ FROM table_1277350_3 WHERE thursday_guru__jupiter_ = "برس وار Bres'var" | ### Context: CREATE TABLE table_1277350_3 (sunday_surya__the_sun_ VARCHAR, thursday_guru__jupiter_ VARCHAR) ### Question: In language where Thursday is برس وار bres'var, what is Sunday? ### Answer: SELECT sunday_surya__the_sun_ FROM table_1277350_3 WHERE thursday_guru__jupiter_ = "برس وار Bres'var" |
In language where Wednesday is برھ وار budh'var, what is Saturday? | CREATE TABLE table_1277350_3 (saturday_shani__saturn_ VARCHAR, wednesday_budha__mercury_ VARCHAR) | SELECT saturday_shani__saturn_ FROM table_1277350_3 WHERE wednesday_budha__mercury_ = "برھ وار Budh'var" | ### Context: CREATE TABLE table_1277350_3 (saturday_shani__saturn_ VARCHAR, wednesday_budha__mercury_ VARCHAR) ### Question: In language where Wednesday is برھ وار budh'var, what is Saturday? ### Answer: SELECT saturday_shani__saturn_ FROM table_1277350_3 WHERE wednesday_budha__mercury_ = "برھ وار Budh'var" |
What is saturday day seven when thursday day five is ሐሙስ hamus? | CREATE TABLE table_1277350_7 (saturday_day_seven VARCHAR, thursday_day_five VARCHAR) | SELECT saturday_day_seven FROM table_1277350_7 WHERE thursday_day_five = "ሐሙስ hamus" | ### Context: CREATE TABLE table_1277350_7 (saturday_day_seven VARCHAR, thursday_day_five VARCHAR) ### Question: What is saturday day seven when thursday day five is ሐሙስ hamus? ### Answer: SELECT saturday_day_seven FROM table_1277350_7 WHERE thursday_day_five = "ሐሙስ hamus" |
What is thursday day five when friday day six is პარასკევი p'arask'evi? | CREATE TABLE table_1277350_7 (thursday_day_five VARCHAR, friday_day_six VARCHAR) | SELECT thursday_day_five FROM table_1277350_7 WHERE friday_day_six = "პარასკევი p'arask'evi" | ### Context: CREATE TABLE table_1277350_7 (thursday_day_five VARCHAR, friday_day_six VARCHAR) ### Question: What is thursday day five when friday day six is პარასკევი p'arask'evi? ### Answer: SELECT thursday_day_five FROM table_1277350_7 WHERE friday_day_six = "პარასკევი p'arask'evi" |
What is tuesday day three when thursday day five is kamis? | CREATE TABLE table_1277350_7 (tuesday_day_three VARCHAR, thursday_day_five VARCHAR) | SELECT tuesday_day_three FROM table_1277350_7 WHERE thursday_day_five = "Kamis" | ### Context: CREATE TABLE table_1277350_7 (tuesday_day_three VARCHAR, thursday_day_five VARCHAR) ### Question: What is tuesday day three when thursday day five is kamis? ### Answer: SELECT tuesday_day_three FROM table_1277350_7 WHERE thursday_day_five = "Kamis" |
What is friday day six when thursday day five is پچھمبے pachhambey? | CREATE TABLE table_1277350_7 (friday_day_six VARCHAR, thursday_day_five VARCHAR) | SELECT friday_day_six FROM table_1277350_7 WHERE thursday_day_five = "پچھمبے pachhambey" | ### Context: CREATE TABLE table_1277350_7 (friday_day_six VARCHAR, thursday_day_five VARCHAR) ### Question: What is friday day six when thursday day five is پچھمبے pachhambey? ### Answer: SELECT friday_day_six FROM table_1277350_7 WHERE thursday_day_five = "پچھمبے pachhambey" |
What is friday day six when monday day two is isnin? | CREATE TABLE table_1277350_7 (friday_day_six VARCHAR, monday_day_two VARCHAR) | SELECT friday_day_six FROM table_1277350_7 WHERE monday_day_two = "Isnin" | ### Context: CREATE TABLE table_1277350_7 (friday_day_six VARCHAR, monday_day_two VARCHAR) ### Question: What is friday day six when monday day two is isnin? ### Answer: SELECT friday_day_six FROM table_1277350_7 WHERE monday_day_two = "Isnin" |
How many time is sunday day one is ahad? | CREATE TABLE table_1277350_7 (thursday_day_five VARCHAR, sunday_day_one VARCHAR) | SELECT COUNT(thursday_day_five) FROM table_1277350_7 WHERE sunday_day_one = "Ahad" | ### Context: CREATE TABLE table_1277350_7 (thursday_day_five VARCHAR, sunday_day_one VARCHAR) ### Question: How many time is sunday day one is ahad? ### Answer: SELECT COUNT(thursday_day_five) FROM table_1277350_7 WHERE sunday_day_one = "Ahad" |
What is the least amount of freight carried when the super b capacity reached was February 26? | CREATE TABLE table_12791809_1 (freight_carried_s_tonne INTEGER, super_b_capacity_reached_ VARCHAR, _citation_needed_ VARCHAR) | SELECT MIN(freight_carried_s_tonne) FROM table_12791809_1 WHERE super_b_capacity_reached_[_citation_needed_] = "February 26" | ### Context: CREATE TABLE table_12791809_1 (freight_carried_s_tonne INTEGER, super_b_capacity_reached_ VARCHAR, _citation_needed_ VARCHAR) ### Question: What is the least amount of freight carried when the super b capacity reached was February 26? ### Answer: SELECT MIN(freight_carried_s_tonne) FROM table_12791809_1 WH... |
What is the most number of truck loads north? | CREATE TABLE table_12791809_1 (number_of_truck_loads_north INTEGER) | SELECT MAX(number_of_truck_loads_north) FROM table_12791809_1 | ### Context: CREATE TABLE table_12791809_1 (number_of_truck_loads_north INTEGER) ### Question: What is the most number of truck loads north? ### Answer: SELECT MAX(number_of_truck_loads_north) FROM table_12791809_1 |
What is thea year the road closed April 13? | CREATE TABLE table_12791809_1 (year INTEGER, road_closed VARCHAR) | SELECT MAX(year) FROM table_12791809_1 WHERE road_closed = "April 13" | ### Context: CREATE TABLE table_12791809_1 (year INTEGER, road_closed VARCHAR) ### Question: What is thea year the road closed April 13? ### Answer: SELECT MAX(year) FROM table_12791809_1 WHERE road_closed = "April 13" |
When was the Super B capacity reached when the number of truck loads north was 7735? | CREATE TABLE table_12791809_1 (super_b_capacity_reached_ VARCHAR, _citation_needed_ VARCHAR, number_of_truck_loads_north VARCHAR) | SELECT super_b_capacity_reached_[_citation_needed_] FROM table_12791809_1 WHERE number_of_truck_loads_north = 7735 | ### Context: CREATE TABLE table_12791809_1 (super_b_capacity_reached_ VARCHAR, _citation_needed_ VARCHAR, number_of_truck_loads_north VARCHAR) ### Question: When was the Super B capacity reached when the number of truck loads north was 7735? ### Answer: SELECT super_b_capacity_reached_[_citation_needed_] FROM table_127... |
When was the super b capacity reached when the freight carried s tonne was 198818? | CREATE TABLE table_12791809_1 (super_b_capacity_reached_ VARCHAR, _citation_needed_ VARCHAR, freight_carried_s_tonne VARCHAR) | SELECT super_b_capacity_reached_[_citation_needed_] FROM table_12791809_1 WHERE freight_carried_s_tonne = 198818 | ### Context: CREATE TABLE table_12791809_1 (super_b_capacity_reached_ VARCHAR, _citation_needed_ VARCHAR, freight_carried_s_tonne VARCHAR) ### Question: When was the super b capacity reached when the freight carried s tonne was 198818? ### Answer: SELECT super_b_capacity_reached_[_citation_needed_] FROM table_12791809_... |
How many loses corresponded to giving up 714 points? | CREATE TABLE table_12792876_2 (lost VARCHAR, points_against VARCHAR) | SELECT lost FROM table_12792876_2 WHERE points_against = "714" | ### Context: CREATE TABLE table_12792876_2 (lost VARCHAR, points_against VARCHAR) ### Question: How many loses corresponded to giving up 714 points? ### Answer: SELECT lost FROM table_12792876_2 WHERE points_against = "714" |
How many draws were there when there were 30 tries against? | CREATE TABLE table_12792876_2 (drawn VARCHAR, tries_against VARCHAR) | SELECT drawn FROM table_12792876_2 WHERE tries_against = "30" | ### Context: CREATE TABLE table_12792876_2 (drawn VARCHAR, tries_against VARCHAR) ### Question: How many draws were there when there were 30 tries against? ### Answer: SELECT drawn FROM table_12792876_2 WHERE tries_against = "30" |
How many try bonuses were there when there were 64 tries for? | CREATE TABLE table_12792876_2 (try_bonus VARCHAR, tries_for VARCHAR) | SELECT try_bonus FROM table_12792876_2 WHERE tries_for = "64" | ### Context: CREATE TABLE table_12792876_2 (try_bonus VARCHAR, tries_for VARCHAR) ### Question: How many try bonuses were there when there were 64 tries for? ### Answer: SELECT try_bonus FROM table_12792876_2 WHERE tries_for = "64" |
Which club gave up 714 points? | CREATE TABLE table_12792876_2 (club VARCHAR, points_against VARCHAR) | SELECT club FROM table_12792876_2 WHERE points_against = "714" | ### Context: CREATE TABLE table_12792876_2 (club VARCHAR, points_against VARCHAR) ### Question: Which club gave up 714 points? ### Answer: SELECT club FROM table_12792876_2 WHERE points_against = "714" |
What is the third entry in the row with a first entry of "club"? | CREATE TABLE table_12792876_2 (won VARCHAR) | SELECT won FROM table_12792876_2 WHERE "club" = "club" | ### Context: CREATE TABLE table_12792876_2 (won VARCHAR) ### Question: What is the third entry in the row with a first entry of "club"? ### Answer: SELECT won FROM table_12792876_2 WHERE "club" = "club" |
What is the 8th entry in the row with a first entry of "club"? | CREATE TABLE table_12792876_2 (tries_for VARCHAR) | SELECT tries_for FROM table_12792876_2 WHERE "club" = "club" | ### Context: CREATE TABLE table_12792876_2 (tries_for VARCHAR) ### Question: What is the 8th entry in the row with a first entry of "club"? ### Answer: SELECT tries_for FROM table_12792876_2 WHERE "club" = "club" |
How many were won with the points against was 450? | CREATE TABLE table_12792876_3 (won VARCHAR, points_against VARCHAR) | SELECT COUNT(won) FROM table_12792876_3 WHERE points_against = "450" | ### Context: CREATE TABLE table_12792876_3 (won VARCHAR, points_against VARCHAR) ### Question: How many were won with the points against was 450? ### Answer: SELECT COUNT(won) FROM table_12792876_3 WHERE points_against = "450" |
what was the drawn when the tries for was 46? | CREATE TABLE table_12792876_3 (drawn VARCHAR, tries_for VARCHAR) | SELECT drawn FROM table_12792876_3 WHERE tries_for = "46" | ### Context: CREATE TABLE table_12792876_3 (drawn VARCHAR, tries_for VARCHAR) ### Question: what was the drawn when the tries for was 46? ### Answer: SELECT drawn FROM table_12792876_3 WHERE tries_for = "46" |
What was the won when the points for was 496? | CREATE TABLE table_12792876_3 (won VARCHAR, points_for VARCHAR) | SELECT won FROM table_12792876_3 WHERE points_for = "496" | ### Context: CREATE TABLE table_12792876_3 (won VARCHAR, points_for VARCHAR) ### Question: What was the won when the points for was 496? ### Answer: SELECT won FROM table_12792876_3 WHERE points_for = "496" |
What was the losing bonus when the points against was 445? | CREATE TABLE table_12792876_3 (losing_bonus VARCHAR, points_against VARCHAR) | SELECT losing_bonus FROM table_12792876_3 WHERE points_against = "445" | ### Context: CREATE TABLE table_12792876_3 (losing_bonus VARCHAR, points_against VARCHAR) ### Question: What was the losing bonus when the points against was 445? ### Answer: SELECT losing_bonus FROM table_12792876_3 WHERE points_against = "445" |
What was the tries against when the drawn was 2? | CREATE TABLE table_12792876_3 (tries_against VARCHAR, drawn VARCHAR) | SELECT tries_against FROM table_12792876_3 WHERE drawn = "2" | ### Context: CREATE TABLE table_12792876_3 (tries_against VARCHAR, drawn VARCHAR) ### Question: What was the tries against when the drawn was 2? ### Answer: SELECT tries_against FROM table_12792876_3 WHERE drawn = "2" |
What was the drawn when the tries against was 89? | CREATE TABLE table_12792876_3 (drawn VARCHAR, tries_against VARCHAR) | SELECT drawn FROM table_12792876_3 WHERE tries_against = "89" | ### Context: CREATE TABLE table_12792876_3 (drawn VARCHAR, tries_against VARCHAR) ### Question: What was the drawn when the tries against was 89? ### Answer: SELECT drawn FROM table_12792876_3 WHERE tries_against = "89" |
What is the number of the name for number 4? | CREATE TABLE table_12803263_1 (name VARCHAR, _number VARCHAR) | SELECT COUNT(name) FROM table_12803263_1 WHERE _number = 4 | ### Context: CREATE TABLE table_12803263_1 (name VARCHAR, _number VARCHAR) ### Question: What is the number of the name for number 4? ### Answer: SELECT COUNT(name) FROM table_12803263_1 WHERE _number = 4 |
What is the most number? | CREATE TABLE table_12803263_1 (_number INTEGER) | SELECT MAX(_number) FROM table_12803263_1 | ### Context: CREATE TABLE table_12803263_1 (_number INTEGER) ### Question: What is the most number? ### Answer: SELECT MAX(_number) FROM table_12803263_1 |
what amount played tried for 60? | CREATE TABLE table_12807904_5 (played VARCHAR, tries_for VARCHAR) | SELECT COUNT(played) FROM table_12807904_5 WHERE tries_for = "60" | ### Context: CREATE TABLE table_12807904_5 (played VARCHAR, tries_for VARCHAR) ### Question: what amount played tried for 60? ### Answer: SELECT COUNT(played) FROM table_12807904_5 WHERE tries_for = "60" |
How many played where the points were 80? | CREATE TABLE table_12807904_5 (played VARCHAR, points VARCHAR) | SELECT played FROM table_12807904_5 WHERE points = "80" | ### Context: CREATE TABLE table_12807904_5 (played VARCHAR, points VARCHAR) ### Question: How many played where the points were 80? ### Answer: SELECT played FROM table_12807904_5 WHERE points = "80" |
what amount of points were lost by 13? | CREATE TABLE table_12807904_5 (points VARCHAR, lost VARCHAR) | SELECT points FROM table_12807904_5 WHERE lost = "13" | ### Context: CREATE TABLE table_12807904_5 (points VARCHAR, lost VARCHAR) ### Question: what amount of points were lost by 13? ### Answer: SELECT points FROM table_12807904_5 WHERE lost = "13" |
what are the total points agains the score of 63? | CREATE TABLE table_12807904_5 (points_against VARCHAR, points VARCHAR) | SELECT points_against FROM table_12807904_5 WHERE points = "63" | ### Context: CREATE TABLE table_12807904_5 (points_against VARCHAR, points VARCHAR) ### Question: what are the total points agains the score of 63? ### Answer: SELECT points_against FROM table_12807904_5 WHERE points = "63" |
What amount of points where points were 389? | CREATE TABLE table_12807904_5 (points VARCHAR, points_against VARCHAR) | SELECT COUNT(points) FROM table_12807904_5 WHERE points_against = "389" | ### Context: CREATE TABLE table_12807904_5 (points VARCHAR, points_against VARCHAR) ### Question: What amount of points where points were 389? ### Answer: SELECT COUNT(points) FROM table_12807904_5 WHERE points_against = "389" |
HOW MANY PLAYERS PLAYED IN THE GAME THAT WON WITH 438 POINTS | CREATE TABLE table_12807904_3 (played VARCHAR, points_for VARCHAR) | SELECT played FROM table_12807904_3 WHERE points_for = "438" | ### Context: CREATE TABLE table_12807904_3 (played VARCHAR, points_for VARCHAR) ### Question: HOW MANY PLAYERS PLAYED IN THE GAME THAT WON WITH 438 POINTS ### Answer: SELECT played FROM table_12807904_3 WHERE points_for = "438" |
HOW MANY GAMES HAD A WIN WITH A BONUS OF 11 | CREATE TABLE table_12807904_3 (won VARCHAR, try_bonus VARCHAR) | SELECT won FROM table_12807904_3 WHERE try_bonus = "11" | ### Context: CREATE TABLE table_12807904_3 (won VARCHAR, try_bonus VARCHAR) ### Question: HOW MANY GAMES HAD A WIN WITH A BONUS OF 11 ### Answer: SELECT won FROM table_12807904_3 WHERE try_bonus = "11" |
HOW MANY GAMES WERE TIED AT 3? | CREATE TABLE table_12807904_3 (tries_for VARCHAR, drawn VARCHAR) | SELECT tries_for FROM table_12807904_3 WHERE drawn = "3" | ### Context: CREATE TABLE table_12807904_3 (tries_for VARCHAR, drawn VARCHAR) ### Question: HOW MANY GAMES WERE TIED AT 3? ### Answer: SELECT tries_for FROM table_12807904_3 WHERE drawn = "3" |
HOW MANY GAMES HAD BONUS POINTS OF 6? | CREATE TABLE table_12807904_3 (points_for VARCHAR, try_bonus VARCHAR) | SELECT points_for FROM table_12807904_3 WHERE try_bonus = "6" | ### Context: CREATE TABLE table_12807904_3 (points_for VARCHAR, try_bonus VARCHAR) ### Question: HOW MANY GAMES HAD BONUS POINTS OF 6? ### Answer: SELECT points_for FROM table_12807904_3 WHERE try_bonus = "6" |
HOW MANY GAMES WERE TIED AT 76? | CREATE TABLE table_12807904_3 (drawn VARCHAR, points VARCHAR) | SELECT drawn FROM table_12807904_3 WHERE points = "76" | ### Context: CREATE TABLE table_12807904_3 (drawn VARCHAR, points VARCHAR) ### Question: HOW MANY GAMES WERE TIED AT 76? ### Answer: SELECT drawn FROM table_12807904_3 WHERE points = "76" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.