question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
When rudolph kleberg (d) is the successor what is the date of successors taking office? | CREATE TABLE table_2417445_4 (date_of_successors_taking_office VARCHAR, successor VARCHAR) | SELECT date_of_successors_taking_office FROM table_2417445_4 WHERE successor = "Rudolph Kleberg (D)" | ### Context: CREATE TABLE table_2417445_4 (date_of_successors_taking_office VARCHAR, successor VARCHAR) ### Question: When rudolph kleberg (d) is the successor what is the date of successors taking office? ### Answer: SELECT date_of_successors_taking_office FROM table_2417445_4 WHERE successor = "Rudolph Kleberg (D)" |
What geographical region is contestant laura jiménez ynoa from? | CREATE TABLE table_24192031_2 (geographical_regions VARCHAR, contestant VARCHAR) | SELECT geographical_regions FROM table_24192031_2 WHERE contestant = "Laura Jiménez Ynoa" | ### Context: CREATE TABLE table_24192031_2 (geographical_regions VARCHAR, contestant VARCHAR) ### Question: What geographical region is contestant laura jiménez ynoa from? ### Answer: SELECT geographical_regions FROM table_24192031_2 WHERE contestant = "Laura Jiménez Ynoa" |
How many hometowns have a height of m (ft 10 1⁄2 in)? | CREATE TABLE table_24192031_2 (hometown VARCHAR, height VARCHAR) | SELECT COUNT(hometown) FROM table_24192031_2 WHERE height = "m (ft 10 1⁄2 in)" | ### Context: CREATE TABLE table_24192031_2 (hometown VARCHAR, height VARCHAR) ### Question: How many hometowns have a height of m (ft 10 1⁄2 in)? ### Answer: SELECT COUNT(hometown) FROM table_24192031_2 WHERE height = "m (ft 10 1⁄2 in)" |
How old is the person with the height of m (ft 3⁄4 in)? | CREATE TABLE table_24192031_2 (age VARCHAR, height VARCHAR) | SELECT age FROM table_24192031_2 WHERE height = "m (ft 3⁄4 in)" | ### Context: CREATE TABLE table_24192031_2 (age VARCHAR, height VARCHAR) ### Question: How old is the person with the height of m (ft 3⁄4 in)? ### Answer: SELECT age FROM table_24192031_2 WHERE height = "m (ft 3⁄4 in)" |
What was the number of viewers in millions for the broadcast from 2010? | CREATE TABLE table_24212608_1 (viewers__millions_ VARCHAR, broadcast_date VARCHAR) | SELECT viewers__millions_ FROM table_24212608_1 WHERE broadcast_date = 2010 | ### Context: CREATE TABLE table_24212608_1 (viewers__millions_ VARCHAR, broadcast_date VARCHAR) ### Question: What was the number of viewers in millions for the broadcast from 2010? ### Answer: SELECT viewers__millions_ FROM table_24212608_1 WHERE broadcast_date = 2010 |
Who starred in episode 3? | CREATE TABLE table_24212608_1 (starring VARCHAR, episode VARCHAR) | SELECT starring FROM table_24212608_1 WHERE episode = 3 | ### Context: CREATE TABLE table_24212608_1 (starring VARCHAR, episode VARCHAR) ### Question: Who starred in episode 3? ### Answer: SELECT starring FROM table_24212608_1 WHERE episode = 3 |
How many episodes were broadcast in 2010? | CREATE TABLE table_24212608_1 (episode VARCHAR, broadcast_date VARCHAR) | SELECT COUNT(episode) FROM table_24212608_1 WHERE broadcast_date = 2010 | ### Context: CREATE TABLE table_24212608_1 (episode VARCHAR, broadcast_date VARCHAR) ### Question: How many episodes were broadcast in 2010? ### Answer: SELECT COUNT(episode) FROM table_24212608_1 WHERE broadcast_date = 2010 |
Who was the radio 1 presenter for the broadcast that had 9.73 million viewers? | CREATE TABLE table_24212608_1 (radio_1_presenter VARCHAR, viewers__millions_ VARCHAR) | SELECT radio_1_presenter FROM table_24212608_1 WHERE viewers__millions_ = "9.73" | ### Context: CREATE TABLE table_24212608_1 (radio_1_presenter VARCHAR, viewers__millions_ VARCHAR) ### Question: Who was the radio 1 presenter for the broadcast that had 9.73 million viewers? ### Answer: SELECT radio_1_presenter FROM table_24212608_1 WHERE viewers__millions_ = "9.73" |
Name the powertrain for kmd and c40lf | CREATE TABLE table_24193494_3 (powertrain__engine_transmission_ VARCHAR, division VARCHAR, model VARCHAR) | SELECT powertrain__engine_transmission_ FROM table_24193494_3 WHERE division = "KMD" AND model = "C40LF" | ### Context: CREATE TABLE table_24193494_3 (powertrain__engine_transmission_ VARCHAR, division VARCHAR, model VARCHAR) ### Question: Name the powertrain for kmd and c40lf ### Answer: SELECT powertrain__engine_transmission_ FROM table_24193494_3 WHERE division = "KMD" AND model = "C40LF" |
Name the division for detroit diesel series 50egr allison wb-400r | CREATE TABLE table_24193494_3 (division VARCHAR, powertrain__engine_transmission_ VARCHAR) | SELECT division FROM table_24193494_3 WHERE powertrain__engine_transmission_ = "Detroit Diesel Series 50EGR Allison WB-400R" | ### Context: CREATE TABLE table_24193494_3 (division VARCHAR, powertrain__engine_transmission_ VARCHAR) ### Question: Name the division for detroit diesel series 50egr allison wb-400r ### Answer: SELECT division FROM table_24193494_3 WHERE powertrain__engine_transmission_ = "Detroit Diesel Series 50EGR Allison WB-400R... |
Name the manufacturer for 2011 | CREATE TABLE table_24193494_3 (manufacturer VARCHAR, order_year VARCHAR) | SELECT manufacturer FROM table_24193494_3 WHERE order_year = 2011 | ### Context: CREATE TABLE table_24193494_3 (manufacturer VARCHAR, order_year VARCHAR) ### Question: Name the manufacturer for 2011 ### Answer: SELECT manufacturer FROM table_24193494_3 WHERE order_year = 2011 |
List the number of locations for the team known as the billikens. | CREATE TABLE table_2419754_1 (location VARCHAR, nickname VARCHAR) | SELECT COUNT(location) FROM table_2419754_1 WHERE nickname = "Billikens" | ### Context: CREATE TABLE table_2419754_1 (location VARCHAR, nickname VARCHAR) ### Question: List the number of locations for the team known as the billikens. ### Answer: SELECT COUNT(location) FROM table_2419754_1 WHERE nickname = "Billikens" |
How many people are enrolled at the university in milwaukee, wisconsin | CREATE TABLE table_2419754_1 (enrollment INTEGER, location VARCHAR) | SELECT MIN(enrollment) FROM table_2419754_1 WHERE location = "Milwaukee, Wisconsin" | ### Context: CREATE TABLE table_2419754_1 (enrollment INTEGER, location VARCHAR) ### Question: How many people are enrolled at the university in milwaukee, wisconsin ### Answer: SELECT MIN(enrollment) FROM table_2419754_1 WHERE location = "Milwaukee, Wisconsin" |
In what year did the teams leave the conference? | CREATE TABLE table_2419754_1 (left INTEGER) | SELECT MAX(left) FROM table_2419754_1 | ### Context: CREATE TABLE table_2419754_1 (left INTEGER) ### Question: In what year did the teams leave the conference? ### Answer: SELECT MAX(left) FROM table_2419754_1 |
What university team is referred to as the tigers? | CREATE TABLE table_2419754_1 (institution VARCHAR, nickname VARCHAR) | SELECT institution FROM table_2419754_1 WHERE nickname = "Tigers" | ### Context: CREATE TABLE table_2419754_1 (institution VARCHAR, nickname VARCHAR) ### Question: What university team is referred to as the tigers? ### Answer: SELECT institution FROM table_2419754_1 WHERE nickname = "Tigers" |
When 43.048° n is the latitude what is the magnitude? | CREATE TABLE table_24192190_1 (magnitude VARCHAR, latitude VARCHAR) | SELECT magnitude FROM table_24192190_1 WHERE latitude = "43.048° N" | ### Context: CREATE TABLE table_24192190_1 (magnitude VARCHAR, latitude VARCHAR) ### Question: When 43.048° n is the latitude what is the magnitude? ### Answer: SELECT magnitude FROM table_24192190_1 WHERE latitude = "43.048° N" |
When 9:47:38 is the time (utc) how many measurements of latitude are there? | CREATE TABLE table_24192190_1 (latitude VARCHAR, time__utc_ VARCHAR) | SELECT COUNT(latitude) FROM table_24192190_1 WHERE time__utc_ = "9:47:38" | ### Context: CREATE TABLE table_24192190_1 (latitude VARCHAR, time__utc_ VARCHAR) ### Question: When 9:47:38 is the time (utc) how many measurements of latitude are there? ### Answer: SELECT COUNT(latitude) FROM table_24192190_1 WHERE time__utc_ = "9:47:38" |
When 42.903° n is the latitude how many measurements of longitude are there? | CREATE TABLE table_24192190_1 (longitude VARCHAR, latitude VARCHAR) | SELECT COUNT(longitude) FROM table_24192190_1 WHERE latitude = "42.903° N" | ### Context: CREATE TABLE table_24192190_1 (longitude VARCHAR, latitude VARCHAR) ### Question: When 42.903° n is the latitude how many measurements of longitude are there? ### Answer: SELECT COUNT(longitude) FROM table_24192190_1 WHERE latitude = "42.903° N" |
When 11:40:26 is the time (utc) what is the depth? | CREATE TABLE table_24192190_1 (depth VARCHAR, time__utc_ VARCHAR) | SELECT depth FROM table_24192190_1 WHERE time__utc_ = "11:40:26" | ### Context: CREATE TABLE table_24192190_1 (depth VARCHAR, time__utc_ VARCHAR) ### Question: When 11:40:26 is the time (utc) what is the depth? ### Answer: SELECT depth FROM table_24192190_1 WHERE time__utc_ = "11:40:26" |
Who is every main presenter for the year 2011? | CREATE TABLE table_24224647_2 (main_presenter VARCHAR, year_premiered VARCHAR) | SELECT main_presenter FROM table_24224647_2 WHERE year_premiered = 2011 | ### Context: CREATE TABLE table_24224647_2 (main_presenter VARCHAR, year_premiered VARCHAR) ### Question: Who is every main presenter for the year 2011? ### Answer: SELECT main_presenter FROM table_24224647_2 WHERE year_premiered = 2011 |
Who is every main presenter for the Estonia region/country? | CREATE TABLE table_24224647_2 (main_presenter VARCHAR, region_country VARCHAR) | SELECT main_presenter FROM table_24224647_2 WHERE region_country = "Estonia" | ### Context: CREATE TABLE table_24224647_2 (main_presenter VARCHAR, region_country VARCHAR) ### Question: Who is every main presenter for the Estonia region/country? ### Answer: SELECT main_presenter FROM table_24224647_2 WHERE region_country = "Estonia" |
What is the highest year premiered for the TV2 network when main present is øyvind mund? | CREATE TABLE table_24224647_2 (year_premiered INTEGER, network VARCHAR, main_presenter VARCHAR) | SELECT MAX(year_premiered) FROM table_24224647_2 WHERE network = "TV2" AND main_presenter = "Øyvind Mund" | ### Context: CREATE TABLE table_24224647_2 (year_premiered INTEGER, network VARCHAR, main_presenter VARCHAR) ### Question: What is the highest year premiered for the TV2 network when main present is øyvind mund? ### Answer: SELECT MAX(year_premiered) FROM table_24224647_2 WHERE network = "TV2" AND main_presenter = "Øyv... |
How many years premiered have Sa Beining as main presenter? | CREATE TABLE table_24224647_2 (year_premiered VARCHAR, main_presenter VARCHAR) | SELECT COUNT(year_premiered) FROM table_24224647_2 WHERE main_presenter = "Sa Beining" | ### Context: CREATE TABLE table_24224647_2 (year_premiered VARCHAR, main_presenter VARCHAR) ### Question: How many years premiered have Sa Beining as main presenter? ### Answer: SELECT COUNT(year_premiered) FROM table_24224647_2 WHERE main_presenter = "Sa Beining" |
What is every year premiered when Behzat Uighur is main presenter? | CREATE TABLE table_24224647_2 (year_premiered VARCHAR, main_presenter VARCHAR) | SELECT year_premiered FROM table_24224647_2 WHERE main_presenter = "Behzat Uighur" | ### Context: CREATE TABLE table_24224647_2 (year_premiered VARCHAR, main_presenter VARCHAR) ### Question: What is every year premiered when Behzat Uighur is main presenter? ### Answer: SELECT year_premiered FROM table_24224647_2 WHERE main_presenter = "Behzat Uighur" |
What is the highest year premiered when Benjamin Castaldi is main presenter? | CREATE TABLE table_24224647_2 (year_premiered INTEGER, main_presenter VARCHAR) | SELECT MAX(year_premiered) FROM table_24224647_2 WHERE main_presenter = "Benjamin Castaldi" | ### Context: CREATE TABLE table_24224647_2 (year_premiered INTEGER, main_presenter VARCHAR) ### Question: What is the highest year premiered when Benjamin Castaldi is main presenter? ### Answer: SELECT MAX(year_premiered) FROM table_24224647_2 WHERE main_presenter = "Benjamin Castaldi" |
Name the episode number for tasers and mind erasers | CREATE TABLE table_24222929_4 (episode_number_production_number VARCHAR, title VARCHAR) | SELECT episode_number_production_number FROM table_24222929_4 WHERE title = "Tasers and Mind Erasers" | ### Context: CREATE TABLE table_24222929_4 (episode_number_production_number VARCHAR, title VARCHAR) ### Question: Name the episode number for tasers and mind erasers ### Answer: SELECT episode_number_production_number FROM table_24222929_4 WHERE title = "Tasers and Mind Erasers" |
Name the original air date for 7 1-07 | CREATE TABLE table_24222929_4 (original_airdate VARCHAR, episode_number_production_number VARCHAR) | SELECT original_airdate FROM table_24222929_4 WHERE episode_number_production_number = "7 1-07" | ### Context: CREATE TABLE table_24222929_4 (original_airdate VARCHAR, episode_number_production_number VARCHAR) ### Question: Name the original air date for 7 1-07 ### Answer: SELECT original_airdate FROM table_24222929_4 WHERE episode_number_production_number = "7 1-07" |
Name the total viewers on hallmark for pilot | CREATE TABLE table_24222929_4 (total_viewers_on_hallmark VARCHAR, title VARCHAR) | SELECT total_viewers_on_hallmark + 1 FROM table_24222929_4 WHERE title = "Pilot" | ### Context: CREATE TABLE table_24222929_4 (total_viewers_on_hallmark VARCHAR, title VARCHAR) ### Question: Name the total viewers on hallmark for pilot ### Answer: SELECT total_viewers_on_hallmark + 1 FROM table_24222929_4 WHERE title = "Pilot" |
Name the rank on channel mooning and crooning | CREATE TABLE table_24222929_4 (rank_on_channel VARCHAR, title VARCHAR) | SELECT rank_on_channel FROM table_24222929_4 WHERE title = "Mooning and Crooning" | ### Context: CREATE TABLE table_24222929_4 (rank_on_channel VARCHAR, title VARCHAR) ### Question: Name the rank on channel mooning and crooning ### Answer: SELECT rank_on_channel FROM table_24222929_4 WHERE title = "Mooning and Crooning" |
Name the rank on channel for pilot | CREATE TABLE table_24222929_4 (rank_on_channel VARCHAR, title VARCHAR) | SELECT rank_on_channel FROM table_24222929_4 WHERE title = "Pilot" | ### Context: CREATE TABLE table_24222929_4 (rank_on_channel VARCHAR, title VARCHAR) ### Question: Name the rank on channel for pilot ### Answer: SELECT rank_on_channel FROM table_24222929_4 WHERE title = "Pilot" |
What is the manner of departure for the team racing santander? | CREATE TABLE table_24231638_3 (manner_of_departure VARCHAR, team VARCHAR) | SELECT manner_of_departure FROM table_24231638_3 WHERE team = "Racing Santander" | ### Context: CREATE TABLE table_24231638_3 (manner_of_departure VARCHAR, team VARCHAR) ### Question: What is the manner of departure for the team racing santander? ### Answer: SELECT manner_of_departure FROM table_24231638_3 WHERE team = "Racing Santander" |
Who replaced on the date of appointment 2 november 2010? | CREATE TABLE table_24231638_3 (replaced_by VARCHAR, date_of_appointment VARCHAR) | SELECT replaced_by FROM table_24231638_3 WHERE date_of_appointment = "2 November 2010" | ### Context: CREATE TABLE table_24231638_3 (replaced_by VARCHAR, date_of_appointment VARCHAR) ### Question: Who replaced on the date of appointment 2 november 2010? ### Answer: SELECT replaced_by FROM table_24231638_3 WHERE date_of_appointment = "2 November 2010" |
What is the team for the position in table 19th? | CREATE TABLE table_24231638_3 (team VARCHAR, position_in_table VARCHAR) | SELECT team FROM table_24231638_3 WHERE position_in_table = "19th" | ### Context: CREATE TABLE table_24231638_3 (team VARCHAR, position_in_table VARCHAR) ### Question: What is the team for the position in table 19th? ### Answer: SELECT team FROM table_24231638_3 WHERE position_in_table = "19th" |
What is the team that the replaced by is miroslav đukić? | CREATE TABLE table_24231638_3 (team VARCHAR, replaced_by VARCHAR) | SELECT team FROM table_24231638_3 WHERE replaced_by = "Miroslav Đukić" | ### Context: CREATE TABLE table_24231638_3 (team VARCHAR, replaced_by VARCHAR) ### Question: What is the team that the replaced by is miroslav đukić? ### Answer: SELECT team FROM table_24231638_3 WHERE replaced_by = "Miroslav Đukić" |
How many times was the date of vacancy 14 february 2011? | CREATE TABLE table_24231638_3 (position_in_table VARCHAR, date_of_vacancy VARCHAR) | SELECT COUNT(position_in_table) FROM table_24231638_3 WHERE date_of_vacancy = "14 February 2011" | ### Context: CREATE TABLE table_24231638_3 (position_in_table VARCHAR, date_of_vacancy VARCHAR) ### Question: How many times was the date of vacancy 14 february 2011? ### Answer: SELECT COUNT(position_in_table) FROM table_24231638_3 WHERE date_of_vacancy = "14 February 2011" |
what is the date of appointment for the team osasuna? | CREATE TABLE table_24231638_3 (date_of_appointment VARCHAR, team VARCHAR) | SELECT date_of_appointment FROM table_24231638_3 WHERE team = "Osasuna" | ### Context: CREATE TABLE table_24231638_3 (date_of_appointment VARCHAR, team VARCHAR) ### Question: what is the date of appointment for the team osasuna? ### Answer: SELECT date_of_appointment FROM table_24231638_3 WHERE team = "Osasuna" |
What is the lowest amount of L in any season? | CREATE TABLE table_24224991_2 (l INTEGER) | SELECT MIN(l) FROM table_24224991_2 | ### Context: CREATE TABLE table_24224991_2 (l INTEGER) ### Question: What is the lowest amount of L in any season? ### Answer: SELECT MIN(l) FROM table_24224991_2 |
Name the total number of votes for 3rd voted out day 9 | CREATE TABLE table_24233848_2 (vote VARCHAR, finish VARCHAR) | SELECT COUNT(vote) FROM table_24233848_2 WHERE finish = "3rd voted Out Day 9" | ### Context: CREATE TABLE table_24233848_2 (vote VARCHAR, finish VARCHAR) ### Question: Name the total number of votes for 3rd voted out day 9 ### Answer: SELECT COUNT(vote) FROM table_24233848_2 WHERE finish = "3rd voted Out Day 9" |
Name the eliminated 7th voted out day 21 | CREATE TABLE table_24233848_2 (eliminated VARCHAR, finish VARCHAR) | SELECT eliminated FROM table_24233848_2 WHERE finish = "7th voted Out Day 21" | ### Context: CREATE TABLE table_24233848_2 (eliminated VARCHAR, finish VARCHAR) ### Question: Name the eliminated 7th voted out day 21 ### Answer: SELECT eliminated FROM table_24233848_2 WHERE finish = "7th voted Out Day 21" |
Name the vote for thiago | CREATE TABLE table_24233848_2 (vote VARCHAR, eliminated VARCHAR) | SELECT vote FROM table_24233848_2 WHERE eliminated = "Thiago" | ### Context: CREATE TABLE table_24233848_2 (vote VARCHAR, eliminated VARCHAR) ### Question: Name the vote for thiago ### Answer: SELECT vote FROM table_24233848_2 WHERE eliminated = "Thiago" |
Name the vote for 9th voted out day 22 | CREATE TABLE table_24233848_2 (vote VARCHAR, finish VARCHAR) | SELECT vote FROM table_24233848_2 WHERE finish = "9th voted Out Day 22" | ### Context: CREATE TABLE table_24233848_2 (vote VARCHAR, finish VARCHAR) ### Question: Name the vote for 9th voted out day 22 ### Answer: SELECT vote FROM table_24233848_2 WHERE finish = "9th voted Out Day 22" |
Name the reward eliminated hilca | CREATE TABLE table_24233848_2 (reward VARCHAR, eliminated VARCHAR) | SELECT reward FROM table_24233848_2 WHERE eliminated = "Hilca" | ### Context: CREATE TABLE table_24233848_2 (reward VARCHAR, eliminated VARCHAR) ### Question: Name the reward eliminated hilca ### Answer: SELECT reward FROM table_24233848_2 WHERE eliminated = "Hilca" |
When the country is vest, what were the exports? | CREATE TABLE table_24239748_2 (exports__us$_mil_ VARCHAR, county VARCHAR) | SELECT exports__us$_mil_ FROM table_24239748_2 WHERE county = "Vest" | ### Context: CREATE TABLE table_24239748_2 (exports__us$_mil_ VARCHAR, county VARCHAR) ### Question: When the country is vest, what were the exports? ### Answer: SELECT exports__us$_mil_ FROM table_24239748_2 WHERE county = "Vest" |
What was the major version when the webkit version was 528.17? | CREATE TABLE table_24257833_4 (major_version VARCHAR, webkit_version VARCHAR) | SELECT major_version FROM table_24257833_4 WHERE webkit_version = "528.17" | ### Context: CREATE TABLE table_24257833_4 (major_version VARCHAR, webkit_version VARCHAR) ### Question: What was the major version when the webkit version was 528.17? ### Answer: SELECT major_version FROM table_24257833_4 WHERE webkit_version = "528.17" |
List major versions released on May 12, 2009, that had a minor version of 3.2.3. | CREATE TABLE table_24257833_4 (major_version VARCHAR, release_date VARCHAR, minor_version VARCHAR) | SELECT major_version FROM table_24257833_4 WHERE release_date = "May 12, 2009" AND minor_version = "3.2.3" | ### Context: CREATE TABLE table_24257833_4 (major_version VARCHAR, release_date VARCHAR, minor_version VARCHAR) ### Question: List major versions released on May 12, 2009, that had a minor version of 3.2.3. ### Answer: SELECT major_version FROM table_24257833_4 WHERE release_date = "May 12, 2009" AND minor_version = "3... |
What was the minor version released on April 16, 2008? | CREATE TABLE table_24257833_4 (minor_version VARCHAR, release_date VARCHAR) | SELECT minor_version FROM table_24257833_4 WHERE release_date = "April 16, 2008" | ### Context: CREATE TABLE table_24257833_4 (minor_version VARCHAR, release_date VARCHAR) ### Question: What was the minor version released on April 16, 2008? ### Answer: SELECT minor_version FROM table_24257833_4 WHERE release_date = "April 16, 2008" |
List all webkit versions when the major version was Safari 3, and the minor version was 3.1.2. | CREATE TABLE table_24257833_4 (webkit_version VARCHAR, major_version VARCHAR, minor_version VARCHAR) | SELECT webkit_version FROM table_24257833_4 WHERE major_version = "Safari 3" AND minor_version = "3.1.2" | ### Context: CREATE TABLE table_24257833_4 (webkit_version VARCHAR, major_version VARCHAR, minor_version VARCHAR) ### Question: List all webkit versions when the major version was Safari 3, and the minor version was 3.1.2. ### Answer: SELECT webkit_version FROM table_24257833_4 WHERE major_version = "Safari 3" AND mino... |
List all OS's with a webkit version of 525.29.1. | CREATE TABLE table_24257833_4 (operating_system VARCHAR, webkit_version VARCHAR) | SELECT operating_system FROM table_24257833_4 WHERE webkit_version = "525.29.1" | ### Context: CREATE TABLE table_24257833_4 (operating_system VARCHAR, webkit_version VARCHAR) ### Question: List all OS's with a webkit version of 525.29.1. ### Answer: SELECT operating_system FROM table_24257833_4 WHERE webkit_version = "525.29.1" |
What is the webkit version when the minor version was 3.1.2.? | CREATE TABLE table_24257833_4 (webkit_version VARCHAR, minor_version VARCHAR) | SELECT webkit_version FROM table_24257833_4 WHERE minor_version = "3.1.2" | ### Context: CREATE TABLE table_24257833_4 (webkit_version VARCHAR, minor_version VARCHAR) ### Question: What is the webkit version when the minor version was 3.1.2.? ### Answer: SELECT webkit_version FROM table_24257833_4 WHERE minor_version = "3.1.2" |
What was the main legion base for the Romans when the notes were "primigenia goddess of fate. xx in batavi revolt"? | CREATE TABLE table_242785_3 (main_legion_base VARCHAR, notes VARCHAR) | SELECT main_legion_base FROM table_242785_3 WHERE notes = "Primigenia goddess of Fate. XX in Batavi revolt" | ### Context: CREATE TABLE table_242785_3 (main_legion_base VARCHAR, notes VARCHAR) ### Question: What was the main legion base for the Romans when the notes were "primigenia goddess of fate. xx in batavi revolt"? ### Answer: SELECT main_legion_base FROM table_242785_3 WHERE notes = "Primigenia goddess of Fate. XX in Ba... |
What are the notes during 57 bc caesar? | CREATE TABLE table_242785_3 (notes VARCHAR, date_founded__founder VARCHAR) | SELECT notes FROM table_242785_3 WHERE date_founded__founder = "57 BC Caesar" | ### Context: CREATE TABLE table_242785_3 (notes VARCHAR, date_founded__founder VARCHAR) ### Question: What are the notes during 57 bc caesar? ### Answer: SELECT notes FROM table_242785_3 WHERE date_founded__founder = "57 BC Caesar" |
What is the date founded/founder when the emblem was Hercules? | CREATE TABLE table_242785_3 (date_founded__founder VARCHAR, emblem VARCHAR) | SELECT date_founded__founder FROM table_242785_3 WHERE emblem = "Hercules" | ### Context: CREATE TABLE table_242785_3 (date_founded__founder VARCHAR, emblem VARCHAR) ### Question: What is the date founded/founder when the emblem was Hercules? ### Answer: SELECT date_founded__founder FROM table_242785_3 WHERE emblem = "Hercules" |
What is the main legion base that disbanded 70 xx? | CREATE TABLE table_242785_3 (main_legion_base VARCHAR, date_disband VARCHAR) | SELECT main_legion_base FROM table_242785_3 WHERE date_disband = "70 XX" | ### Context: CREATE TABLE table_242785_3 (main_legion_base VARCHAR, date_disband VARCHAR) ### Question: What is the main legion base that disbanded 70 xx? ### Answer: SELECT main_legion_base FROM table_242785_3 WHERE date_disband = "70 XX" |
When did svishtov , bulgaria disband? | CREATE TABLE table_242785_1 (date_disband VARCHAR, main_legionary_base VARCHAR) | SELECT date_disband FROM table_242785_1 WHERE main_legionary_base = "Svishtov , Bulgaria" | ### Context: CREATE TABLE table_242785_1 (date_disband VARCHAR, main_legionary_base VARCHAR) ### Question: When did svishtov , bulgaria disband? ### Answer: SELECT date_disband FROM table_242785_1 WHERE main_legionary_base = "Svishtov , Bulgaria" |
when notes are prima italica:raised for aborted caucasus war, when was that founded? | CREATE TABLE table_242785_1 (date_founded__founder VARCHAR, notes VARCHAR) | SELECT date_founded__founder FROM table_242785_1 WHERE notes = "prima Italica:raised for aborted Caucasus war" | ### Context: CREATE TABLE table_242785_1 (date_founded__founder VARCHAR, notes VARCHAR) ### Question: when notes are prima italica:raised for aborted caucasus war, when was that founded? ### Answer: SELECT date_founded__founder FROM table_242785_1 WHERE notes = "prima Italica:raised for aborted Caucasus war" |
What are the notes for svishtov , bulgaria? | CREATE TABLE table_242785_1 (notes VARCHAR, main_legionary_base VARCHAR) | SELECT notes FROM table_242785_1 WHERE main_legionary_base = "Svishtov , Bulgaria" | ### Context: CREATE TABLE table_242785_1 (notes VARCHAR, main_legionary_base VARCHAR) ### Question: What are the notes for svishtov , bulgaria? ### Answer: SELECT notes FROM table_242785_1 WHERE main_legionary_base = "Svishtov , Bulgaria" |
Name the team ranked 4 | CREATE TABLE table_242813_2 (team VARCHAR, overall_rank VARCHAR) | SELECT COUNT(team) FROM table_242813_2 WHERE overall_rank = 4 | ### Context: CREATE TABLE table_242813_2 (team VARCHAR, overall_rank VARCHAR) ### Question: Name the team ranked 4 ### Answer: SELECT COUNT(team) FROM table_242813_2 WHERE overall_rank = 4 |
Name the league for strikeouts being 451 | CREATE TABLE table_242813_2 (league VARCHAR, strikeouts VARCHAR) | SELECT league FROM table_242813_2 WHERE strikeouts = 451 | ### Context: CREATE TABLE table_242813_2 (league VARCHAR, strikeouts VARCHAR) ### Question: Name the league for strikeouts being 451 ### Answer: SELECT league FROM table_242813_2 WHERE strikeouts = 451 |
Name the most overall rank for nl/ua league | CREATE TABLE table_242813_2 (overall_rank INTEGER, league VARCHAR) | SELECT MAX(overall_rank) FROM table_242813_2 WHERE league = "NL/UA" | ### Context: CREATE TABLE table_242813_2 (overall_rank INTEGER, league VARCHAR) ### Question: Name the most overall rank for nl/ua league ### Answer: SELECT MAX(overall_rank) FROM table_242813_2 WHERE league = "NL/UA" |
Name the total number of pitcher for 9 overall rank | CREATE TABLE table_242813_2 (pitcher VARCHAR, overall_rank VARCHAR) | SELECT COUNT(pitcher) FROM table_242813_2 WHERE overall_rank = 9 | ### Context: CREATE TABLE table_242813_2 (pitcher VARCHAR, overall_rank VARCHAR) ### Question: Name the total number of pitcher for 9 overall rank ### Answer: SELECT COUNT(pitcher) FROM table_242813_2 WHERE overall_rank = 9 |
Name the most season for old hoss radbourn | CREATE TABLE table_242813_2 (season INTEGER, pitcher VARCHAR) | SELECT MAX(season) FROM table_242813_2 WHERE pitcher = "Old Hoss Radbourn" | ### Context: CREATE TABLE table_242813_2 (season INTEGER, pitcher VARCHAR) ### Question: Name the most season for old hoss radbourn ### Answer: SELECT MAX(season) FROM table_242813_2 WHERE pitcher = "Old Hoss Radbourn" |
What week did they play the amsterdam admirals? | CREATE TABLE table_24278858_2 (week INTEGER, opponent VARCHAR) | SELECT MAX(week) FROM table_24278858_2 WHERE opponent = "Amsterdam Admirals" | ### Context: CREATE TABLE table_24278858_2 (week INTEGER, opponent VARCHAR) ### Question: What week did they play the amsterdam admirals? ### Answer: SELECT MAX(week) FROM table_24278858_2 WHERE opponent = "Amsterdam Admirals" |
What date did the team play on week 8? | CREATE TABLE table_24278858_2 (date VARCHAR, week VARCHAR) | SELECT date FROM table_24278858_2 WHERE week = 8 | ### Context: CREATE TABLE table_24278858_2 (date VARCHAR, week VARCHAR) ### Question: What date did the team play on week 8? ### Answer: SELECT date FROM table_24278858_2 WHERE week = 8 |
What country has the most height in the northwestern peak of rysy? | CREATE TABLE table_24285393_1 (country_or_region VARCHAR, highest_point VARCHAR) | SELECT country_or_region FROM table_24285393_1 WHERE highest_point = "Northwestern peak of Rysy" | ### Context: CREATE TABLE table_24285393_1 (country_or_region VARCHAR, highest_point VARCHAR) ### Question: What country has the most height in the northwestern peak of rysy? ### Answer: SELECT country_or_region FROM table_24285393_1 WHERE highest_point = "Northwestern peak of Rysy" |
What are the highest point in latvia | CREATE TABLE table_24285393_1 (highest_point VARCHAR, country_or_region VARCHAR) | SELECT highest_point FROM table_24285393_1 WHERE country_or_region = "Latvia" | ### Context: CREATE TABLE table_24285393_1 (highest_point VARCHAR, country_or_region VARCHAR) ### Question: What are the highest point in latvia ### Answer: SELECT highest_point FROM table_24285393_1 WHERE country_or_region = "Latvia" |
What is the maximum elevation in netherlands? | CREATE TABLE table_24285393_1 (maximum_elevation VARCHAR, country_or_region VARCHAR) | SELECT maximum_elevation FROM table_24285393_1 WHERE country_or_region = "Netherlands" | ### Context: CREATE TABLE table_24285393_1 (maximum_elevation VARCHAR, country_or_region VARCHAR) ### Question: What is the maximum elevation in netherlands? ### Answer: SELECT maximum_elevation FROM table_24285393_1 WHERE country_or_region = "Netherlands" |
In what country is mont sokbaro a highest point | CREATE TABLE table_24285393_1 (country_or_region VARCHAR, highest_point VARCHAR) | SELECT country_or_region FROM table_24285393_1 WHERE highest_point = "Mont Sokbaro" | ### Context: CREATE TABLE table_24285393_1 (country_or_region VARCHAR, highest_point VARCHAR) ### Question: In what country is mont sokbaro a highest point ### Answer: SELECT country_or_region FROM table_24285393_1 WHERE highest_point = "Mont Sokbaro" |
how many times was third place held by drnovice? | CREATE TABLE table_2429942_2 (club VARCHAR, third_place VARCHAR) | SELECT COUNT(club) FROM table_2429942_2 WHERE third_place = "Drnovice" | ### Context: CREATE TABLE table_2429942_2 (club VARCHAR, third_place VARCHAR) ### Question: how many times was third place held by drnovice? ### Answer: SELECT COUNT(club) FROM table_2429942_2 WHERE third_place = "Drnovice" |
Who is the top goalscorer for the season 2010-11? | CREATE TABLE table_2429942_2 (top_goalscorer VARCHAR, season VARCHAR) | SELECT top_goalscorer FROM table_2429942_2 WHERE season = "2010-11" | ### Context: CREATE TABLE table_2429942_2 (top_goalscorer VARCHAR, season VARCHAR) ### Question: Who is the top goalscorer for the season 2010-11? ### Answer: SELECT top_goalscorer FROM table_2429942_2 WHERE season = "2010-11" |
Who had third place when the champions is baník ostrava (1)? | CREATE TABLE table_2429942_2 (third_place VARCHAR, champions VARCHAR) | SELECT third_place FROM table_2429942_2 WHERE champions = "Baník Ostrava (1)" | ### Context: CREATE TABLE table_2429942_2 (third_place VARCHAR, champions VARCHAR) ### Question: Who had third place when the champions is baník ostrava (1)? ### Answer: SELECT third_place FROM table_2429942_2 WHERE champions = "Baník Ostrava (1)" |
Who was the top goalscorer for season 2001-02? | CREATE TABLE table_2429942_2 (top_goalscorer VARCHAR, season VARCHAR) | SELECT top_goalscorer FROM table_2429942_2 WHERE season = "2001-02" | ### Context: CREATE TABLE table_2429942_2 (top_goalscorer VARCHAR, season VARCHAR) ### Question: Who was the top goalscorer for season 2001-02? ### Answer: SELECT top_goalscorer FROM table_2429942_2 WHERE season = "2001-02" |
Who is the runner-up for the season 2008-09? | CREATE TABLE table_2429942_2 (runner_up VARCHAR, season VARCHAR) | SELECT runner_up FROM table_2429942_2 WHERE season = "2008-09" | ### Context: CREATE TABLE table_2429942_2 (runner_up VARCHAR, season VARCHAR) ### Question: Who is the runner-up for the season 2008-09? ### Answer: SELECT runner_up FROM table_2429942_2 WHERE season = "2008-09" |
Who is the top goalscorer for season 1998-99? | CREATE TABLE table_2429942_2 (top_goalscorer VARCHAR, season VARCHAR) | SELECT top_goalscorer FROM table_2429942_2 WHERE season = "1998-99" | ### Context: CREATE TABLE table_2429942_2 (top_goalscorer VARCHAR, season VARCHAR) ### Question: Who is the top goalscorer for season 1998-99? ### Answer: SELECT top_goalscorer FROM table_2429942_2 WHERE season = "1998-99" |
Name the written by for john trefor | CREATE TABLE table_2430014_6 (written_by VARCHAR, directed_by VARCHAR) | SELECT written_by FROM table_2430014_6 WHERE directed_by = "John Trefor" | ### Context: CREATE TABLE table_2430014_6 (written_by VARCHAR, directed_by VARCHAR) ### Question: Name the written by for john trefor ### Answer: SELECT written_by FROM table_2430014_6 WHERE directed_by = "John Trefor" |
How many directors worked on the episode with 2.27m (5) is the ratings? | CREATE TABLE table_2430014_8 (directed_by VARCHAR, uk_ratings__bbc2_rank_ VARCHAR) | SELECT COUNT(directed_by) FROM table_2430014_8 WHERE uk_ratings__bbc2_rank_ = "2.27m (5)" | ### Context: CREATE TABLE table_2430014_8 (directed_by VARCHAR, uk_ratings__bbc2_rank_ VARCHAR) ### Question: How many directors worked on the episode with 2.27m (5) is the ratings? ### Answer: SELECT COUNT(directed_by) FROM table_2430014_8 WHERE uk_ratings__bbc2_rank_ = "2.27m (5)" |
What is the title of episode 2? | CREATE TABLE table_2430014_8 (title VARCHAR, episode_no VARCHAR) | SELECT title FROM table_2430014_8 WHERE episode_no = 2 | ### Context: CREATE TABLE table_2430014_8 (title VARCHAR, episode_no VARCHAR) ### Question: What is the title of episode 2? ### Answer: SELECT title FROM table_2430014_8 WHERE episode_no = 2 |
Who wrote the episode what had the rating 2.27m (5)? | CREATE TABLE table_2430014_8 (written_by VARCHAR, uk_ratings__bbc2_rank_ VARCHAR) | SELECT written_by FROM table_2430014_8 WHERE uk_ratings__bbc2_rank_ = "2.27m (5)" | ### Context: CREATE TABLE table_2430014_8 (written_by VARCHAR, uk_ratings__bbc2_rank_ VARCHAR) ### Question: Who wrote the episode what had the rating 2.27m (5)? ### Answer: SELECT written_by FROM table_2430014_8 WHERE uk_ratings__bbc2_rank_ = "2.27m (5)" |
Name the 2013 profit for assets being 11.2 | CREATE TABLE table_24307126_3 (assets_2013__bil$_ VARCHAR) | SELECT 2013 AS _profit__mil_usd__ FROM table_24307126_3 WHERE assets_2013__bil$_ = "11.2" | ### Context: CREATE TABLE table_24307126_3 (assets_2013__bil$_ VARCHAR) ### Question: Name the 2013 profit for assets being 11.2 ### Answer: SELECT 2013 AS _profit__mil_usd__ FROM table_24307126_3 WHERE assets_2013__bil$_ = "11.2" |
Name the assets when the rank is 1435 | CREATE TABLE table_24307126_3 (assets_2013__bil$_ VARCHAR, rank_2013 VARCHAR) | SELECT assets_2013__bil$_ FROM table_24307126_3 WHERE rank_2013 = 1435 | ### Context: CREATE TABLE table_24307126_3 (assets_2013__bil$_ VARCHAR, rank_2013 VARCHAR) ### Question: Name the assets when the rank is 1435 ### Answer: SELECT assets_2013__bil$_ FROM table_24307126_3 WHERE rank_2013 = 1435 |
Name the number of rank for april 2013 for 2012 ran kbeing 225 | CREATE TABLE table_24307126_3 (april_2013_cum_rank VARCHAR, rank_2012 VARCHAR) | SELECT COUNT(april_2013_cum_rank) FROM table_24307126_3 WHERE rank_2012 = 225 | ### Context: CREATE TABLE table_24307126_3 (april_2013_cum_rank VARCHAR, rank_2012 VARCHAR) ### Question: Name the number of rank for april 2013 for 2012 ran kbeing 225 ### Answer: SELECT COUNT(april_2013_cum_rank) FROM table_24307126_3 WHERE rank_2012 = 225 |
Name the number of assets for australia | CREATE TABLE table_24307126_3 (assets_2013__bil VARCHAR, base VARCHAR) | SELECT COUNT(assets_2013__bil) AS $_ FROM table_24307126_3 WHERE base = "Australia" | ### Context: CREATE TABLE table_24307126_3 (assets_2013__bil VARCHAR, base VARCHAR) ### Question: Name the number of assets for australia ### Answer: SELECT COUNT(assets_2013__bil) AS $_ FROM table_24307126_3 WHERE base = "Australia" |
What is the position of the player who got 6 (4 in 34.49s) in the 6 atlas stones event? | CREATE TABLE table_24302700_6 (position VARCHAR, event_6_atlas_stones VARCHAR) | SELECT position FROM table_24302700_6 WHERE event_6_atlas_stones = "6 (4 in 34.49s)" | ### Context: CREATE TABLE table_24302700_6 (position VARCHAR, event_6_atlas_stones VARCHAR) ### Question: What is the position of the player who got 6 (4 in 34.49s) in the 6 atlas stones event? ### Answer: SELECT position FROM table_24302700_6 WHERE event_6_atlas_stones = "6 (4 in 34.49s)" |
Who are all the players from the united states? | CREATE TABLE table_24302700_6 (name VARCHAR, nationality VARCHAR) | SELECT name FROM table_24302700_6 WHERE nationality = "United States" | ### Context: CREATE TABLE table_24302700_6 (name VARCHAR, nationality VARCHAR) ### Question: Who are all the players from the united states? ### Answer: SELECT name FROM table_24302700_6 WHERE nationality = "United States" |
What is the score in the 6 atlas stones event of the player who got 2 (6 in 30.89s) in the 3 dead lift event? | CREATE TABLE table_24302700_6 (event_6_atlas_stones VARCHAR, event_3_dead_lift VARCHAR) | SELECT COUNT(event_6_atlas_stones) FROM table_24302700_6 WHERE event_3_dead_lift = "2 (6 in 30.89s)" | ### Context: CREATE TABLE table_24302700_6 (event_6_atlas_stones VARCHAR, event_3_dead_lift VARCHAR) ### Question: What is the score in the 6 atlas stones event of the player who got 2 (6 in 30.89s) in the 3 dead lift event? ### Answer: SELECT COUNT(event_6_atlas_stones) FROM table_24302700_6 WHERE event_3_dead_lift = ... |
What is the position of the player with a 5 (4 in 32.66s) in the 6 atlas stones event? | CREATE TABLE table_24302700_6 (position VARCHAR, event_6_atlas_stones VARCHAR) | SELECT position FROM table_24302700_6 WHERE event_6_atlas_stones = "5 (4 in 32.66s)" | ### Context: CREATE TABLE table_24302700_6 (position VARCHAR, event_6_atlas_stones VARCHAR) ### Question: What is the position of the player with a 5 (4 in 32.66s) in the 6 atlas stones event? ### Answer: SELECT position FROM table_24302700_6 WHERE event_6_atlas_stones = "5 (4 in 32.66s)" |
What is the score in the 2 truck pull of the player who got 1 (5 in 33.84s) in the 4 fingals fingers? | CREATE TABLE table_24302700_6 (event_2_truck_pull VARCHAR, event_4_fingals_fingers VARCHAR) | SELECT event_2_truck_pull FROM table_24302700_6 WHERE event_4_fingals_fingers = "1 (5 in 33.84s)" | ### Context: CREATE TABLE table_24302700_6 (event_2_truck_pull VARCHAR, event_4_fingals_fingers VARCHAR) ### Question: What is the score in the 2 truck pull of the player who got 1 (5 in 33.84s) in the 4 fingals fingers? ### Answer: SELECT event_2_truck_pull FROM table_24302700_6 WHERE event_4_fingals_fingers = "1 (5 ... |
When 0 is the top 10's what is the highest amount of cuts made? | CREATE TABLE table_24330912_1 (cuts_made INTEGER, top_10s VARCHAR) | SELECT MAX(cuts_made) FROM table_24330912_1 WHERE top_10s = 0 | ### Context: CREATE TABLE table_24330912_1 (cuts_made INTEGER, top_10s VARCHAR) ### Question: When 0 is the top 10's what is the highest amount of cuts made? ### Answer: SELECT MAX(cuts_made) FROM table_24330912_1 WHERE top_10s = 0 |
What is the lowest overall amount of times they've been in 3rd? | CREATE TABLE table_24330912_1 (Id VARCHAR) | SELECT MIN(3 AS rd) FROM table_24330912_1 | ### Context: CREATE TABLE table_24330912_1 (Id VARCHAR) ### Question: What is the lowest overall amount of times they've been in 3rd? ### Answer: SELECT MIN(3 AS rd) FROM table_24330912_1 |
When 2011 is the year what is the lowest money list rank? | CREATE TABLE table_24330912_1 (money_list_rank INTEGER, year VARCHAR) | SELECT MIN(money_list_rank) FROM table_24330912_1 WHERE year = 2011 | ### Context: CREATE TABLE table_24330912_1 (money_list_rank INTEGER, year VARCHAR) ### Question: When 2011 is the year what is the lowest money list rank? ### Answer: SELECT MIN(money_list_rank) FROM table_24330912_1 WHERE year = 2011 |
What is the lowest overall money list rank? | CREATE TABLE table_24330912_1 (money_list_rank INTEGER) | SELECT MIN(money_list_rank) FROM table_24330912_1 | ### Context: CREATE TABLE table_24330912_1 (money_list_rank INTEGER) ### Question: What is the lowest overall money list rank? ### Answer: SELECT MIN(money_list_rank) FROM table_24330912_1 |
When t3 is the best finish what is the lowest amount of tournaments played? | CREATE TABLE table_24330912_1 (tournaments_played INTEGER, best_finish VARCHAR) | SELECT MIN(tournaments_played) FROM table_24330912_1 WHERE best_finish = "T3" | ### Context: CREATE TABLE table_24330912_1 (tournaments_played INTEGER, best_finish VARCHAR) ### Question: When t3 is the best finish what is the lowest amount of tournaments played? ### Answer: SELECT MIN(tournaments_played) FROM table_24330912_1 WHERE best_finish = "T3" |
What is the latest amount of won legs in the payoffs when the prize money was £2,350? | CREATE TABLE table_24334163_1 (Winners INTEGER, total_money_won VARCHAR) | SELECT MAX(Winners) AS play_off_legs_won FROM table_24334163_1 WHERE total_money_won = "£2,350" | ### Context: CREATE TABLE table_24334163_1 (Winners INTEGER, total_money_won VARCHAR) ### Question: What is the latest amount of won legs in the payoffs when the prize money was £2,350? ### Answer: SELECT MAX(Winners) AS play_off_legs_won FROM table_24334163_1 WHERE total_money_won = "£2,350" |
How many group legs were won with player Mark Dudbridge? | CREATE TABLE table_24334163_1 (Winners VARCHAR, player VARCHAR) | SELECT Winners AS group_legs_won FROM table_24334163_1 WHERE player = "Mark Dudbridge" | ### Context: CREATE TABLE table_24334163_1 (Winners VARCHAR, player VARCHAR) ### Question: How many group legs were won with player Mark Dudbridge? ### Answer: SELECT Winners AS group_legs_won FROM table_24334163_1 WHERE player = "Mark Dudbridge" |
What is the highest amount of group legs won when the prize money was £21,850? | CREATE TABLE table_24334163_1 (Winners INTEGER, total_money_won VARCHAR) | SELECT MAX(Winners) AS group_legs_won FROM table_24334163_1 WHERE total_money_won = "£21,850" | ### Context: CREATE TABLE table_24334163_1 (Winners INTEGER, total_money_won VARCHAR) ### Question: What is the highest amount of group legs won when the prize money was £21,850? ### Answer: SELECT MAX(Winners) AS group_legs_won FROM table_24334163_1 WHERE total_money_won = "£21,850" |
How many play-off legs were won when the prize money was £10,300? | CREATE TABLE table_24334163_1 (Winners VARCHAR, total_money_won VARCHAR) | SELECT COUNT(Winners) AS play_off_legs_won FROM table_24334163_1 WHERE total_money_won = "£10,300" | ### Context: CREATE TABLE table_24334163_1 (Winners VARCHAR, total_money_won VARCHAR) ### Question: How many play-off legs were won when the prize money was £10,300? ### Answer: SELECT COUNT(Winners) AS play_off_legs_won FROM table_24334163_1 WHERE total_money_won = "£10,300" |
What is the least amount of playoff legs won? | CREATE TABLE table_24334163_1 (Winners INTEGER) | SELECT MIN(Winners) AS play_off_legs_won FROM table_24334163_1 | ### Context: CREATE TABLE table_24334163_1 (Winners INTEGER) ### Question: What is the least amount of playoff legs won? ### Answer: SELECT MIN(Winners) AS play_off_legs_won FROM table_24334163_1 |
Who directed episode 53 in the series? | CREATE TABLE table_24319661_5 (directed_by VARCHAR, no_in_series VARCHAR) | SELECT directed_by FROM table_24319661_5 WHERE no_in_series = 53 | ### Context: CREATE TABLE table_24319661_5 (directed_by VARCHAR, no_in_series VARCHAR) ### Question: Who directed episode 53 in the series? ### Answer: SELECT directed_by FROM table_24319661_5 WHERE no_in_series = 53 |
What as the production code for the episode directed by Robert Duncan McNeill? | CREATE TABLE table_24319661_5 (production_code VARCHAR, directed_by VARCHAR) | SELECT production_code FROM table_24319661_5 WHERE directed_by = "Robert Duncan McNeill" | ### Context: CREATE TABLE table_24319661_5 (production_code VARCHAR, directed_by VARCHAR) ### Question: What as the production code for the episode directed by Robert Duncan McNeill? ### Answer: SELECT production_code FROM table_24319661_5 WHERE directed_by = "Robert Duncan McNeill" |
What episode number of the season had BCW410 as a production code? | CREATE TABLE table_24319661_5 (no_in_season VARCHAR, production_code VARCHAR) | SELECT no_in_season FROM table_24319661_5 WHERE production_code = "BCW410" | ### Context: CREATE TABLE table_24319661_5 (no_in_season VARCHAR, production_code VARCHAR) ### Question: What episode number of the season had BCW410 as a production code? ### Answer: SELECT no_in_season FROM table_24319661_5 WHERE production_code = "BCW410" |
What episode number in the series had 2.77 million U.S. viewers? | CREATE TABLE table_24319661_5 (no_in_series INTEGER, us_viewers__million_ VARCHAR) | SELECT MAX(no_in_series) FROM table_24319661_5 WHERE us_viewers__million_ = "2.77" | ### Context: CREATE TABLE table_24319661_5 (no_in_series INTEGER, us_viewers__million_ VARCHAR) ### Question: What episode number in the series had 2.77 million U.S. viewers? ### Answer: SELECT MAX(no_in_series) FROM table_24319661_5 WHERE us_viewers__million_ = "2.77" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.