text
stringlengths
281
1.19k
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which province has a gdp of 38355€ million euros? ### Inputs: table_name: table, columns: ['Province', 'Population (2004 estimate)', 'Area (km²)', 'Density', 'GDP (2003, PPS in mil. € )', 'GDP per cap. (2003, in €)'] ### Response: SELECT Province FROM table WHERE GDP (2003, PPS in mil. € ) = 38355
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the population estimate for the place that gad a 18496€ million euro gdp? ### Inputs: table_name: table, columns: ['Province', 'Population (2004 estimate)', 'Area (km²)', 'Density', 'GDP (2003, PPS in mil. € )', 'GDP per cap. (2003, in €)'] ### Response: SELECT Population (2004 estimate) FROM table WHERE GDP (2003, PPS in mil. € ) = 18496
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the title when original air date is may15,2008? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Featured character(s)', 'Original air date', 'U.S. viewers (million)'] ### Response: SELECT Title FROM table WHERE Original air date = May15,2008
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the highest no. in season? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Featured character(s)', 'Original air date', 'U.S. viewers (million)'] ### Response: SELECT MAX No. in season FROM table
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who directed the episode where u.s. viewers (million) is 12.90? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Featured character(s)', 'Original air date', 'U.S. viewers (million)'] ### Response: SELECT Directed by FROM table WHERE U.S. viewers (million) = 12.90
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many episodes aired in Region 2 beginning May 26, 2008? ### Inputs: table_name: table, columns: ['DVD Name', '# of Ep', 'Region 1', 'Region 2', 'Region 4'] ### Response: SELECT MIN # of Ep FROM table WHERE Region 2 = May 26, 2008
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What date did the DVD for season six come out in region 2? ### Inputs: table_name: table, columns: ['DVD Name', '# of Ep', 'Region 1', 'Region 2', 'Region 4'] ### Response: SELECT Region 2 FROM table WHERE DVD Name = Season Six
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the least amount of season epidsodes? ### Inputs: table_name: table, columns: ['DVD Name', '# of Ep', 'Region 1', 'Region 2', 'Region 4'] ### Response: SELECT MIN # of Ep FROM table
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What DVD season/name for region 2 was released August 22, 2010? ### Inputs: table_name: table, columns: ['DVD Name', '# of Ep', 'Region 1', 'Region 2', 'Region 4'] ### Response: SELECT DVD Name FROM table WHERE Region 2 = August 22, 2010
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many points for 2005? ### Inputs: table_name: table, columns: ['Season', 'Series', 'Team Name', 'Races', 'Poles', 'Wins', 'Points', 'Position'] ### Response: SELECT COUNT Points FROM table WHERE Season = 2005
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what is the score for the dams? ### Inputs: table_name: table, columns: ['Season', 'Series', 'Team Name', 'Races', 'Poles', 'Wins', 'Points', 'Position'] ### Response: SELECT Points FROM table WHERE Team Name = DAMS
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: how many positions in 2009? ### Inputs: table_name: table, columns: ['Season', 'Series', 'Team Name', 'Races', 'Poles', 'Wins', 'Points', 'Position'] ### Response: SELECT COUNT Position FROM table WHERE Season = 2009
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what is the least number of poles? ### Inputs: table_name: table, columns: ['Season', 'Series', 'Team Name', 'Races', 'Poles', 'Wins', 'Points', 'Position'] ### Response: SELECT MIN Poles FROM table
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which series with 62 points? ### Inputs: table_name: table, columns: ['Season', 'Series', 'Team Name', 'Races', 'Poles', 'Wins', 'Points', 'Position'] ### Response: SELECT Series FROM table WHERE Points = 62
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the total for 10th position? ### Inputs: table_name: table, columns: ['Season', 'Series', 'Team Name', 'Races', 'Poles', 'Wins', 'Points', 'Position'] ### Response: SELECT COUNT Points FROM table WHERE Position = 10th
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: how many reports of races took place on october 16? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Circuit', 'City/Location', 'Date', 'Pole position', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT COUNT Report FROM table WHERE Date = October 16
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what is the name of the report that lists the race name as long beach grand prix? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Circuit', 'City/Location', 'Date', 'Pole position', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT Report FROM table WHERE Race Name = Long Beach Grand Prix
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what is the report called where the circuit took place at the nazareth speedway? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Circuit', 'City/Location', 'Date', 'Pole position', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT Report FROM table WHERE Circuit = Nazareth Speedway
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what is the name of the race where newman/haas racing is the winning team and rick mears is at the pole position? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Circuit', 'City/Location', 'Date', 'Pole position', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT Race Name FROM table WHERE Winning team = Newman/Haas Racing AND Pole position = Rick Mears
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: meadowlands sports complex is the circuit at which city/location? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Circuit', 'City/Location', 'Date', 'Pole position', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT City/Location FROM table WHERE Circuit = Meadowlands Sports Complex
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the literacy rate for groups that grew 103.1% between 1991 and 2001? ### Inputs: table_name: table, columns: ['Religious group', 'Population %', 'Growth (1991–2001)', 'Sex ratio (total)', 'Literacy (%)', 'Work participation (%)', 'Sex ratio (rural)', 'Sex ratio (urban)', 'Sex ratio (child)'] ### Response: SELECT Literacy (%) FROM table WHERE Growth (1991–2001) = 103.1%
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the lowest sex ratio in rural areas? ### Inputs: table_name: table, columns: ['Religious group', 'Population %', 'Growth (1991–2001)', 'Sex ratio (total)', 'Literacy (%)', 'Work participation (%)', 'Sex ratio (rural)', 'Sex ratio (urban)', 'Sex ratio (child)'] ### Response: SELECT MIN Sex ratio (rural) FROM table
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the lowest child sex ratio in groups where employment is 31.3%? ### Inputs: table_name: table, columns: ['Religious group', 'Population %', 'Growth (1991–2001)', 'Sex ratio (total)', 'Literacy (%)', 'Work participation (%)', 'Sex ratio (rural)', 'Sex ratio (urban)', 'Sex ratio (child)'] ### Response: SELECT MIN Sex ratio (child) FROM table WHERE Work participation (%) = 31.3%
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the population percentage of the group where the rural sex ratio is 953? ### Inputs: table_name: table, columns: ['Religious group', 'Population %', 'Growth (1991–2001)', 'Sex ratio (total)', 'Literacy (%)', 'Work participation (%)', 'Sex ratio (rural)', 'Sex ratio (urban)', 'Sex ratio (child)'] ### Response: SELECT Population % FROM table WHERE Sex ratio (rural) = 953
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the original air date for the title "felonious monk"? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT Original air date FROM table WHERE Title = "Felonious Monk"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the title of the episode directed by Peter Markle and written by Jerry Stahl? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT Title FROM table WHERE Directed by = Peter Markle AND Written by = Jerry Stahl
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many episodes were titled "identity crisis"? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT COUNT Directed by FROM table WHERE Title = "Identity Crisis"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who does the lap-by-lap in 2011? ### Inputs: table_name: table, columns: ['Year', 'Network', 'Host', 'Pre-race analyst', 'Lap-by-lap', 'Color commentator(s)', 'Pit reporters'] ### Response: SELECT Lap-by-lap FROM table WHERE Year = 2011
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which network has Marty Reid as host and lap-by-lap broadcaster? ### Inputs: table_name: table, columns: ['Year', 'Network', 'Host', 'Pre-race analyst', 'Lap-by-lap', 'Color commentator(s)', 'Pit reporters'] ### Response: SELECT Network FROM table WHERE Lap-by-lap = Marty Reid AND Host = Marty Reid
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many pre-race analysis occur when Allen Bestwick does the lap-by-lap? ### Inputs: table_name: table, columns: ['Year', 'Network', 'Host', 'Pre-race analyst', 'Lap-by-lap', 'Color commentator(s)', 'Pit reporters'] ### Response: SELECT COUNT Pre-race analyst FROM table WHERE Lap-by-lap = Allen Bestwick
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the highest season number of an episode in the series? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT MAX No. in season FROM table
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: When did the episode titled "Lucky Strike" air for the first time? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT Original air date FROM table WHERE Title = "Lucky Strike"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who was the writer of the episode titled "One Hit Wonder"? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT Written by FROM table WHERE Title = "One Hit Wonder"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the date of the first airing of the episode with series number 63? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT Original air date FROM table WHERE No. in series = 63
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many titles got a viewership of 26.53 million? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT COUNT Title FROM table WHERE U.S. viewers (millions) = 26.53
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many viewers tuned into the show directed by Matt Earl Beesley? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT U.S. viewers (millions) FROM table WHERE Directed by = Matt Earl Beesley
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who wrote episode 94? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT Written by FROM table WHERE No. in series = 94
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which episode was the number in the season where the number in the season is 10? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT No. in series FROM table WHERE No. in season = 10
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many episodes were in the season that had the epiosde of "crow's feet"? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT No. in season FROM table WHERE Title = "Crow's Feet"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: When did the 113 episode air? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT Original air date FROM table WHERE No. in series = 113
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many titles were there for the 113 episode? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT COUNT Title FROM table WHERE No. in series = 113
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the number in the season that Marlene Meyer wrote and 20.49 million people watched? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT MAX No. in season FROM table WHERE Written by = Marlene Meyer AND U.S. viewers (millions) = 20.49
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: When did the no. 23 show originally air? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'U.S. viewers (millions)'] ### Response: SELECT Original air date FROM table WHERE No. in season = 23
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which circuits had a race on October 4? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Circuit', 'City/Location', 'Date', 'Pole position', 'Fastest lap', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT Circuit FROM table WHERE Date = October 4
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: In which reports does Michael Andretti have the pole position and Galles-Kraco Racing is the winning team? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Circuit', 'City/Location', 'Date', 'Pole position', 'Fastest lap', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT Report FROM table WHERE Pole position = Michael Andretti AND Winning team = Galles-Kraco Racing
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many rounds were there of the Bosch Spark Plug Grand Prix? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Circuit', 'City/Location', 'Date', 'Pole position', 'Fastest lap', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT COUNT Rnd FROM table WHERE Race Name = Bosch Spark Plug Grand Prix
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which rounds were held on August 9? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Circuit', 'City/Location', 'Date', 'Pole position', 'Fastest lap', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT Rnd FROM table WHERE Date = August 9
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: On how many dates did the Michigan International Speedway hold a round? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Circuit', 'City/Location', 'Date', 'Pole position', 'Fastest lap', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT COUNT Date FROM table WHERE Circuit = Michigan International Speedway
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Name the total number of bids of the sun belt conference ### Inputs: table_name: table, columns: ['Conference', '# of Bids', 'Record', 'Win %', 'Round of 32', 'Sweet Sixteen', 'Elite Eight', 'Final Four', 'Championship Game'] ### Response: SELECT COUNT # of Bids FROM table WHERE Conference = Sun Belt
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Name the round of 32 in conference usa ### Inputs: table_name: table, columns: ['Conference', '# of Bids', 'Record', 'Win %', 'Round of 32', 'Sweet Sixteen', 'Elite Eight', 'Final Four', 'Championship Game'] ### Response: SELECT Round of 32 FROM table WHERE Conference = Conference USA
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the record when round of 32 is 0 and metro atlantic conference? ### Inputs: table_name: table, columns: ['Conference', '# of Bids', 'Record', 'Win %', 'Round of 32', 'Sweet Sixteen', 'Elite Eight', 'Final Four', 'Championship Game'] ### Response: SELECT Record FROM table WHERE Round of 32 = 0 AND Conference = Metro Atlantic
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the number of bids with elite eight larger than 1.0 ### Inputs: table_name: table, columns: ['Conference', '# of Bids', 'Record', 'Win %', 'Round of 32', 'Sweet Sixteen', 'Elite Eight', 'Final Four', 'Championship Game'] ### Response: SELECT COUNT # of Bids FROM table WHERE Elite Eight > 1.0
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who directed the episode with production code 7aff03? ### Inputs: table_name: table, columns: ['Series #', 'Season #', 'Title', 'Directed by', 'Written by', 'Original air date', 'Production code', 'U.S. viewers (millions)'] ### Response: SELECT Directed by FROM table WHERE Production code = 7AFF03
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the title of the episode wtih 10.34 million U.S viewers? ### Inputs: table_name: table, columns: ['Series #', 'Season #', 'Title', 'Directed by', 'Written by', 'Original air date', 'Production code', 'U.S. viewers (millions)'] ### Response: SELECT Title FROM table WHERE U.S. viewers (millions) = 10.34
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What place is the team that completed 6 races? ### Inputs: table_name: table, columns: ['Season', 'Series', 'Team Name', 'Races', 'Wins', 'Poles', 'F/Laps', 'Podiums', 'Points', 'Position'] ### Response: SELECT Position FROM table WHERE Races = 6
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: how much did the british formula three called "fortec motorsport" score? ### Inputs: table_name: table, columns: ['Season', 'Series', 'Team Name', 'Races', 'Wins', 'Poles', 'F/Laps', 'Podiums', 'Points', 'Position'] ### Response: SELECT Points FROM table WHERE Series = British Formula Three AND Team Name = Fortec Motorsport
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: how many races were in 2009 with 0 wins? ### Inputs: table_name: table, columns: ['Season', 'Series', 'Team Name', 'Races', 'Wins', 'Poles', 'F/Laps', 'Podiums', 'Points', 'Position'] ### Response: SELECT Races FROM table WHERE Season = 2009 AND Wins = 0
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What years did art grand prix compete? ### Inputs: table_name: table, columns: ['Season', 'Series', 'Team Name', 'Races', 'Wins', 'Poles', 'F/Laps', 'Podiums', 'Points', 'Position'] ### Response: SELECT Season FROM table WHERE Team Name = ART Grand Prix
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What year had a score of 9? ### Inputs: table_name: table, columns: ['Season', 'Series', 'Team Name', 'Races', 'Wins', 'Poles', 'F/Laps', 'Podiums', 'Points', 'Position'] ### Response: SELECT Season FROM table WHERE Points = 9
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what is the greatest number of wins by japanese formula three? ### Inputs: table_name: table, columns: ['Season', 'Series', 'Team Name', 'Races', 'Wins', 'Poles', 'F/Laps', 'Podiums', 'Points', 'Position'] ### Response: SELECT MAX Wins FROM table WHERE Series = Japanese Formula Three
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who took test #4? ### Inputs: table_name: table, columns: ['#', 'Air Date', 'Challenge', 'Winner', 'Test-taker', 'Passed?'] ### Response: SELECT Test-taker FROM table WHERE # = 4
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What episode aired on 18 April 2007? ### Inputs: table_name: table, columns: ['#', 'Air Date', 'Challenge', 'Winner', 'Test-taker', 'Passed?'] ### Response: SELECT MIN # FROM table WHERE Air Date = 18 April 2007
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who had the challenge of night driving? ### Inputs: table_name: table, columns: ['#', 'Air Date', 'Challenge', 'Winner', 'Test-taker', 'Passed?'] ### Response: SELECT Test-taker FROM table WHERE Challenge = Night Driving
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many directors were there for the film Course Completed? ### Inputs: table_name: table, columns: ['Year (Ceremony)', 'Film title used in nomination', 'Original title', 'Director', 'Result'] ### Response: SELECT COUNT Director FROM table WHERE Film title used in nomination = Course Completed
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who directed El Nido? ### Inputs: table_name: table, columns: ['Year (Ceremony)', 'Film title used in nomination', 'Original title', 'Director', 'Result'] ### Response: SELECT Director FROM table WHERE Original title = El nido
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who directed Dulcinea? ### Inputs: table_name: table, columns: ['Year (Ceremony)', 'Film title used in nomination', 'Original title', 'Director', 'Result'] ### Response: SELECT Director FROM table WHERE Original title = Dulcinea
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What are the slovenian names of the villages that had 65.9% of slovenes in 1951? ### Inputs: table_name: table, columns: ['Village (German)', 'Village (Slovenian)', 'Number of people 1991', 'Percent of Slovenes 1991', 'Percent of Slovenes 1951'] ### Response: SELECT Village (Slovenian) FROM table WHERE Percent of Slovenes 1951 = 65.9%
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What are the slovenian names of the villages that had 16.7% of slovenes in 1991? ### Inputs: table_name: table, columns: ['Village (German)', 'Village (Slovenian)', 'Number of people 1991', 'Percent of Slovenes 1991', 'Percent of Slovenes 1951'] ### Response: SELECT Village (Slovenian) FROM table WHERE Percent of Slovenes 1991 = 16.7%
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many villages had 21.7% of slovenes in 1991? ### Inputs: table_name: table, columns: ['Village (German)', 'Village (Slovenian)', 'Number of people 1991', 'Percent of Slovenes 1991', 'Percent of Slovenes 1951'] ### Response: SELECT COUNT Village (German) FROM table WHERE Percent of Slovenes 1991 = 21.7%
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what percent of slovenes did the village called čahorče in slovenian have in 1991? ### Inputs: table_name: table, columns: ['Village (German)', 'Village (Slovenian)', 'Number of people 1991', 'Percent of Slovenes 1991', 'Percent of Slovenes 1951'] ### Response: SELECT Percent of Slovenes 1991 FROM table WHERE Village (Slovenian) = Čahorče
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the slovenian name for the village that in german is known as st.margarethen? ### Inputs: table_name: table, columns: ['Village (German)', 'Village (Slovenian)', 'Number of people 1991', 'Percent of Slovenes 1991', 'Percent of Slovenes 1951'] ### Response: SELECT Village (Slovenian) FROM table WHERE Village (German) = St.Margarethen
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: For games on December 20, how many points did the scoring leaders get? ### Inputs: table_name: table, columns: ['Game', 'Date', 'Team', 'Score', 'High points', 'High rebounds', 'High assists', 'Location Attendance', 'Record'] ### Response: SELECT High points FROM table WHERE Date = December 20
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who was the scoring leader and how many points did he get in games on December 23? ### Inputs: table_name: table, columns: ['Game', 'Date', 'Team', 'Score', 'High points', 'High rebounds', 'High assists', 'Location Attendance', 'Record'] ### Response: SELECT High points FROM table WHERE Date = December 23
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the pick # for the position de? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Pick # FROM table WHERE Position = DE
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which player went to college at Saint Mary's? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Player FROM table WHERE College = Saint Mary's
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the position for the player with cfl team Winnipeg blue bombers? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Position FROM table WHERE CFL Team = Winnipeg Blue Bombers
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which player went to college at Laval? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Player FROM table WHERE College = Laval
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the college for the player with the cfl team of Edmonton Eskimos (via calgary)? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT College FROM table WHERE CFL Team = Edmonton Eskimos (via Calgary)
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the team of the player from St. Francis Xavier College? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT CFL Team FROM table WHERE College = St. Francis Xavier
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What player is on the Montreal Alouettes CFl team? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Player FROM table WHERE CFL Team = Montreal Alouettes
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the pick number of the player from Toronto Argonauts? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT MIN Pick # FROM table WHERE CFL Team = Toronto Argonauts
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the pick number of the player whose position is CB? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Pick # FROM table WHERE Position = CB
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the pick number of the player from New Mexico? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT MAX Pick # FROM table WHERE College = New Mexico
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What player went to Ohio State College? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Player FROM table WHERE College = Ohio State
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the minimum introduced value for the Departmental region? ### Inputs: table_name: table, columns: ['Number Range', 'Builder', 'Introduced', 'No. Built', 'Region', 'Withdrawn'] ### Response: SELECT MIN Introduced FROM table WHERE Region = Departmental
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the smallest introduced value? ### Inputs: table_name: table, columns: ['Number Range', 'Builder', 'Introduced', 'No. Built', 'Region', 'Withdrawn'] ### Response: SELECT MIN Introduced FROM table
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which CFL Teams drafted an OL in 2006? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT CFL Team FROM table WHERE Position = OL
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which college is aligned to the Saskatchewan Roughriders? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT College FROM table WHERE CFL Team = Saskatchewan Roughriders
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What Position did the Hamilton Tiger-Cats (via Ottawa) pick in the 2006 Draft. ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Position FROM table WHERE CFL Team = Hamilton Tiger-Cats (via Ottawa)
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the earliest pick listed in the table. ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT MIN Pick # FROM table
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What episode number had production code e4423? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'Production code', 'U.S. viewers (millions)'] ### Response: SELECT MAX No. in season FROM table WHERE Production code = E4423
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the latest episode in a season where the U.S. viewers totaled 14.37 million? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'Production code', 'U.S. viewers (millions)'] ### Response: SELECT MAX No. in season FROM table WHERE U.S. viewers (millions) = 14.37
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who directed the episode "Escape"? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date', 'Production code', 'U.S. viewers (millions)'] ### Response: SELECT Directed by FROM table WHERE Title = "Escape"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many seasons is the season finale on May 26, 2010? ### Inputs: table_name: table, columns: ['Season', 'Episodes', 'Time slot (EST)', 'Season premiere', 'Season finale', 'TV season', 'Rank', 'Viewers (in millions)'] ### Response: SELECT COUNT Season FROM table WHERE Season finale = May 26, 2010
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What episodes are there where the season premier is September 23, 2009? ### Inputs: table_name: table, columns: ['Season', 'Episodes', 'Time slot (EST)', 'Season premiere', 'Season finale', 'TV season', 'Rank', 'Viewers (in millions)'] ### Response: SELECT Episodes FROM table WHERE Season premiere = September 23, 2009
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the season finale for season 4? ### Inputs: table_name: table, columns: ['Season', 'Episodes', 'Time slot (EST)', 'Season premiere', 'Season finale', 'TV season', 'Rank', 'Viewers (in millions)'] ### Response: SELECT Season finale FROM table WHERE Season = 4
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many season premiers have a rank of #21? ### Inputs: table_name: table, columns: ['Season', 'Episodes', 'Time slot (EST)', 'Season premiere', 'Season finale', 'TV season', 'Rank', 'Viewers (in millions)'] ### Response: SELECT Season premiere FROM table WHERE Rank = #21
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What are the seasons where September 26, 2007 is the season premier? ### Inputs: table_name: table, columns: ['Season', 'Episodes', 'Time slot (EST)', 'Season premiere', 'Season finale', 'TV season', 'Rank', 'Viewers (in millions)'] ### Response: SELECT TV season FROM table WHERE Season premiere = September 26, 2007
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What max processor has a maximum memory of 256 gb? ### Inputs: table_name: table, columns: ['Model', 'RU', 'Max processors', 'Processor frequency', 'Max memory', 'Max disk capacity', 'GA Date'] ### Response: SELECT Max processors FROM table WHERE Max memory = 256 GB
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the max memory of the t5120 model? ### Inputs: table_name: table, columns: ['Model', 'RU', 'Max processors', 'Processor frequency', 'Max memory', 'Max disk capacity', 'GA Date'] ### Response: SELECT Max memory FROM table WHERE Model = T5120