text
stringlengths
281
1.19k
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the season year where the rank is 39? ### Inputs: table_name: table, columns: ['Season', 'Timeslot ( ET )', 'Season premiere', 'Season finale', 'TV season', 'Rank', 'Viewers (millions)'] ### Response: SELECT TV season FROM table WHERE Rank = 39
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the number of season premieres were 10.17 people watched? ### Inputs: table_name: table, columns: ['Season', 'Timeslot ( ET )', 'Season premiere', 'Season finale', 'TV season', 'Rank', 'Viewers (millions)'] ### Response: SELECT COUNT Season premiere FROM table WHERE Viewers (millions) = 10.17
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the year of the season that was 12? ### Inputs: table_name: table, columns: ['Season', 'Timeslot ( ET )', 'Season premiere', 'Season finale', 'TV season', 'Rank', 'Viewers (millions)'] ### Response: SELECT TV season FROM table WHERE Season = 12
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: In 2012 what was the average finish? ### Inputs: table_name: table, columns: ['Year', 'Starts', 'Wins', 'Top 5', 'Top 10', 'Poles', 'Avg. Start', 'Avg. Finish', 'Winnings', 'Position', 'Team(s)'] ### Response: SELECT Avg. Finish FROM table WHERE Year = 2012
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many wins happened in 1983? ### Inputs: table_name: table, columns: ['Year', 'Starts', 'Wins', 'Top 5', 'Top 10', 'Poles', 'Avg. Start', 'Avg. Finish', 'Winnings', 'Position', 'Team(s)'] ### Response: SELECT MIN Wins FROM table WHERE Year = 1983
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many top tens had an average start of 29.4? ### Inputs: table_name: table, columns: ['Year', 'Starts', 'Wins', 'Top 5', 'Top 10', 'Poles', 'Avg. Start', 'Avg. Finish', 'Winnings', 'Position', 'Team(s)'] ### Response: SELECT COUNT Top 10 FROM table WHERE Avg. Start = 29.4
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many poles had an average finish of 19.1? ### Inputs: table_name: table, columns: ['Year', 'Starts', 'Wins', 'Top 5', 'Top 10', 'Poles', 'Avg. Start', 'Avg. Finish', 'Winnings', 'Position', 'Team(s)'] ### Response: SELECT MAX Poles FROM table WHERE Avg. Finish = 19.1
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many starts did Hendrick motorsports have? ### Inputs: table_name: table, columns: ['Year', 'Starts', 'Wins', 'Top 5', 'Top 10', 'Poles', 'Avg. Start', 'Avg. Finish', 'Winnings', 'Position', 'Team(s)'] ### Response: SELECT MIN Starts FROM table WHERE Team(s) = Hendrick Motorsports
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: NHL players are all centre in Florida panthers. ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT Player FROM table WHERE Position = Centre AND NHL team = Florida Panthers
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: NHL team player San Jose Sharks is United States nationally. ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT Player FROM table WHERE NHL team = San Jose Sharks AND Nationality = United States
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: All players are position mark polak. ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT Position FROM table WHERE Player = Mark Polak
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Position in nhl team centre are all smaller pick than 243.0 ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT NHL team FROM table WHERE Position = Centre AND Pick < 243.0
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What college/junior/club teams do the players from the St. Louis Blues come from? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT College/junior/club team FROM table WHERE NHL team = St. Louis Blues
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What teams do the players from TPS (Finland) play for? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT NHL team FROM table WHERE College/junior/club team = TPS (Finland)
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What high school team did Doug Nolan play for? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT College/junior/club team FROM table WHERE Player = Doug Nolan
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What club team is Per Gustafsson play for? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT College/junior/club team FROM table WHERE Player = Per Gustafsson
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the nationality of Shayne Wright? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT Nationality FROM table WHERE Player = Shayne Wright
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many votes did Southern England cast whilst Northern Ireland cast 3? ### Inputs: table_name: table, columns: ['Song', 'Mobiles', 'Northern Ireland', 'Northern England', 'Scotland', 'Southern England', 'Wales', 'Total'] ### Response: SELECT Southern England FROM table WHERE Northern Ireland = 3
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the lowest number of votes Scotland cast? ### Inputs: table_name: table, columns: ['Song', 'Mobiles', 'Northern Ireland', 'Northern England', 'Scotland', 'Southern England', 'Wales', 'Total'] ### Response: SELECT MIN Scotland FROM table
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the total number of votes if Scotland cast 35? ### Inputs: table_name: table, columns: ['Song', 'Mobiles', 'Northern Ireland', 'Northern England', 'Scotland', 'Southern England', 'Wales', 'Total'] ### Response: SELECT COUNT Scotland FROM table WHERE Total = 35
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many votes did Northern Ireland cast if the total was 35? ### Inputs: table_name: table, columns: ['Song', 'Mobiles', 'Northern Ireland', 'Northern England', 'Scotland', 'Southern England', 'Wales', 'Total'] ### Response: SELECT Northern Ireland FROM table WHERE Total = 35
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many votes did Wales cast when Northern England cast 6? ### Inputs: table_name: table, columns: ['Song', 'Mobiles', 'Northern Ireland', 'Northern England', 'Scotland', 'Southern England', 'Wales', 'Total'] ### Response: SELECT MIN Wales FROM table WHERE Northern England = 6
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What teams had 9 in the top 5 and 1 wins? ### Inputs: table_name: table, columns: ['Year', 'Starts', 'Wins', 'Top 5', 'Top 10', 'Poles', 'Avg. Start', 'Avg. Finish', 'Winnings', 'Position', 'Team(s)'] ### Response: SELECT Team(s) FROM table WHERE Top 5 = 9 AND Wins = 1
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What teams did the player vadim sharifijanov play for? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT College/junior/club team FROM table WHERE Player = Vadim Sharifijanov
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What positions do the hartford whalers nhl team have? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT Position FROM table WHERE NHL team = Hartford Whalers
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the smallest pick for the player, brett lindros? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT MIN Pick FROM table WHERE Player = Brett Lindros
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What positions does the college/junior/club team, molot perm (russia) have? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT Position FROM table WHERE College/junior/club team = Molot Perm (Russia)
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: The nhl team new york islanders is what nationality? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT Nationality FROM table WHERE NHL team = New York Islanders
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the name of the vacator for district Louisiana 1st? ### Inputs: table_name: table, columns: ['District', 'Vacator', 'Reason for change', 'Successor', 'Date successor seated'] ### Response: SELECT Vacator FROM table WHERE District = Louisiana 1st
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the notion when the crystal structure is tetragonal and the formula is bi 2 sr 2 cacu 2 o 8 ### Inputs: table_name: table, columns: ['Formula', 'Notation', 'T c (K)', 'No. of Cu-O planes in unit cell', 'Crystal structure'] ### Response: SELECT Notation FROM table WHERE Crystal structure = Tetragonal AND Formula = Bi 2 Sr 2 CaCu 2 O 8
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many times is the formula tl 2 ba 2 cuo 6? ### Inputs: table_name: table, columns: ['Formula', 'Notation', 'T c (K)', 'No. of Cu-O planes in unit cell', 'Crystal structure'] ### Response: SELECT No. of Cu-O planes in unit cell FROM table WHERE Formula = Tl 2 Ba 2 CuO 6
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the crystal structure for the formula yba 2 cu 3 o 7? ### Inputs: table_name: table, columns: ['Formula', 'Notation', 'T c (K)', 'No. of Cu-O planes in unit cell', 'Crystal structure'] ### Response: SELECT Crystal structure FROM table WHERE Formula = YBa 2 Cu 3 O 7
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the number for t c (k) when the notation is tl-2212? ### Inputs: table_name: table, columns: ['Formula', 'Notation', 'T c (K)', 'No. of Cu-O planes in unit cell', 'Crystal structure'] ### Response: SELECT COUNT T c (K) FROM table WHERE Notation = Tl-2212
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many 2010 estimations have been done in the city of Cremona? ### Inputs: table_name: table, columns: ['#', 'City', '1981 Census', '1991 Census', '2001 Census', '2010 Est.', 'Region'] ### Response: SELECT COUNT 2010 Est. FROM table WHERE City = Cremona
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the 2001 census of the region of Abruzzo where the 1871 census is bigger than 51092.0? ### Inputs: table_name: table, columns: ['#', 'City', '1981 Census', '1991 Census', '2001 Census', '2010 Est.', 'Region'] ### Response: SELECT MIN 2001 Census FROM table WHERE Region = Abruzzo AND 1981 Census > 51092.0
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the 1991 census of the city of Carpi? ### Inputs: table_name: table, columns: ['#', 'City', '1981 Census', '1991 Census', '2001 Census', '2010 Est.', 'Region'] ### Response: SELECT MAX 1991 Census FROM table WHERE City = Carpi
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many 2001 censuses are there on number 13? ### Inputs: table_name: table, columns: ['#', 'City', '1981 Census', '1991 Census', '2001 Census', '2010 Est.', 'Region'] ### Response: SELECT COUNT 2001 Census FROM table WHERE # = 13
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the 1981 census of Livorno? ### Inputs: table_name: table, columns: ['#', 'City', '1981 Census', '1991 Census', '2001 Census', '2010 Est.', 'Region'] ### Response: SELECT 1981 Census FROM table WHERE City = Livorno
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which NHL team has player Mike Loach? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT NHL team FROM table WHERE Player = Mike Loach
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the NHL team that has Peter Strom? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT NHL team FROM table WHERE Player = Peter Strom
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What team is Keith Mccambridge on? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT College/junior/club team FROM table WHERE Player = Keith McCambridge
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many nationalities are the pick 193? ### Inputs: table_name: table, columns: ['Pick', 'Player', 'Position', 'Nationality', 'NHL team', 'College/junior/club team'] ### Response: SELECT COUNT Nationality FROM table WHERE Pick = 193
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who was the succesor that was formally installed on November 8, 1978? ### Inputs: table_name: table, columns: ['State (class)', 'Vacator', 'Reason for change', 'Successor', 'Date of successors formal installation'] ### Response: SELECT Successor FROM table WHERE Date of successors formal installation = November 8, 1978
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many songs received a 10 from Goodman and were rated by Tonioli? ### Inputs: table_name: table, columns: ['Week', 'Dance/song', 'Horwood', 'Goodman', 'Dixon', 'Tonioli', 'Total', 'Result'] ### Response: SELECT COUNT Tonioli FROM table WHERE Goodman = 10
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What score did Goodman give to all songs with safe results, which received a 7 from Horwood and have a total score of 31? ### Inputs: table_name: table, columns: ['Week', 'Dance/song', 'Horwood', 'Goodman', 'Dixon', 'Tonioli', 'Total', 'Result'] ### Response: SELECT Goodman FROM table WHERE Total = 31 AND Horwood = 7 AND Result = Safe
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What score did Dixon give to the song "samba / young hearts run free", which was in second place? ### Inputs: table_name: table, columns: ['Week', 'Dance/song', 'Horwood', 'Goodman', 'Dixon', 'Tonioli', 'Total', 'Result'] ### Response: SELECT Dixon FROM table WHERE Dance/song = Samba / Young Hearts Run Free AND Result = Second place
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many scores did Goodman give to "samba / young hearts run free", which was in second place? ### Inputs: table_name: table, columns: ['Week', 'Dance/song', 'Horwood', 'Goodman', 'Dixon', 'Tonioli', 'Total', 'Result'] ### Response: SELECT COUNT Goodman FROM table WHERE Result = Second place AND Dance/song = Samba / Young Hearts Run Free
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What year was number 7 built? ### Inputs: table_name: table, columns: ['Class', 'Operator', 'No. Built', 'Year Built', 'Cars per Set', 'Unit nos.'] ### Response: SELECT Year Built FROM table WHERE No. Built = 7
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is we two when the case/suffix is loc.? ### Inputs: table_name: table, columns: ['Case/Suffix', 'we two', 'you and I', 'you two', 'them two (the two)', 'who-two'] ### Response: SELECT we two FROM table WHERE Case/Suffix = loc.
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is them two (the two) when we two is ngalbelpa? ### Inputs: table_name: table, columns: ['Case/Suffix', 'we two', 'you and I', 'you two', 'them two (the two)', 'who-two'] ### Response: SELECT them two (the two) FROM table WHERE we two = ngalbelpa
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is them two (the two) when you and i is ngœbalngu? ### Inputs: table_name: table, columns: ['Case/Suffix', 'we two', 'you and I', 'you two', 'them two (the two)', 'who-two'] ### Response: SELECT them two (the two) FROM table WHERE you and I = ngœbalngu
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is who-two where you and i is ngœban? ### Inputs: table_name: table, columns: ['Case/Suffix', 'we two', 'you and I', 'you two', 'them two (the two)', 'who-two'] ### Response: SELECT who-two FROM table WHERE you and I = ngœban
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is we two where you two is ngipen? ### Inputs: table_name: table, columns: ['Case/Suffix', 'we two', 'you and I', 'you two', 'them two (the two)', 'who-two'] ### Response: SELECT we two FROM table WHERE you two = ngipen
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is who-two when you two is ngipelngu? ### Inputs: table_name: table, columns: ['Case/Suffix', 'we two', 'you and I', 'you two', 'them two (the two)', 'who-two'] ### Response: SELECT who-two FROM table WHERE you two = ngipelngu
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what's the points with driver  mark martin ### Inputs: table_name: table, columns: ['Position', 'Driver', 'Points', 'Winnings', 'Series'] ### Response: SELECT Points FROM table WHERE Driver = Mark Martin
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what's the points with driver  rusty wallace ### Inputs: table_name: table, columns: ['Position', 'Driver', 'Points', 'Winnings', 'Series'] ### Response: SELECT Points FROM table WHERE Driver = Rusty Wallace
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what's the total number of position with driver  robby gordon ### Inputs: table_name: table, columns: ['Position', 'Driver', 'Points', 'Winnings', 'Series'] ### Response: SELECT COUNT Position FROM table WHERE Driver = Robby Gordon
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what's the maximum position with winnings  $50,000 ### Inputs: table_name: table, columns: ['Position', 'Driver', 'Points', 'Winnings', 'Series'] ### Response: SELECT MAX Position FROM table WHERE Winnings = $50,000
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What actor was nominted for an award in the film Anastasiya Slutskaya? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Actors Name FROM table WHERE Film Name = Anastasiya Slutskaya
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the film Falling up nominated for? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Nomination FROM table WHERE Film Name = Falling Up
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the name of the actress that was nominated for best actress in a leading role in the film Chopin: Desire for love? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Actors Name FROM table WHERE Film Name = Chopin: Desire for Love AND Nomination = Best Actress in a Leading Role
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the name of the actress that was nominated for best actress in a leading role in the film Chopin: Desire for love? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Actors Name FROM table WHERE Film Name = Chopin: Desire for Love AND Nomination = Best Actress in a Leading Role
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which films does the actor Alla Sergiyko star in? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Film Name FROM table WHERE Actors Name = Alla Sergiyko
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which nominations was the film 27 Stolen Kisses nominated for? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Nomination FROM table WHERE Film Name = 27 Stolen Kisses
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which actor from Serbia was nominated for best actor in a supporting role? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Actors Name FROM table WHERE Nomination = Best Actor in a Supporting Role AND Country = Serbia
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Vsevolod Shilovskiy is from what country? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Country FROM table WHERE Actors Name = Vsevolod Shilovskiy
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which nominations are connected to the film Totalitarian Romance? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Nomination FROM table WHERE Film Name = Totalitarian Romance
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Srdjan Dragojevic worked on a film which earned what nomination? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Nomination FROM table WHERE Director = Srdjan Dragojevic
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which actors are from Ukraine? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Actors Name FROM table WHERE Country = Ukraine
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the film that vadim ilyenko directed? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Film Name FROM table WHERE Director = Vadim Ilyenko
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the actors name that vadim ilyenko directed? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Actors Name FROM table WHERE Director = Vadim Ilyenko
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the actors name for fuchzhou and nomination was best non-professional actor? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Actors Name FROM table WHERE Film Name = Fuchzhou AND Nomination = Best Non-Professional Actor
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What film did michaylo ilyenko make with best actor in a supporting role? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Film Name FROM table WHERE Director = Michaylo Ilyenko AND Nomination = Best Actor in a Supporting Role
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the actor's name for best debut? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT Actors Name FROM table WHERE Nomination = Best Debut
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the number of nominations for natalia raskokoha? ### Inputs: table_name: table, columns: ['Nomination', 'Actors Name', 'Film Name', 'Director', 'Country'] ### Response: SELECT COUNT Nomination FROM table WHERE Actors Name = Natalia Raskokoha
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the highest value of Total Goals? ### Inputs: table_name: table, columns: ['Season', 'Division', 'League Apps', 'League Goals', 'FA Cup Apps', 'FA Cup Goals', 'Total Apps', 'Total Goals'] ### Response: SELECT MAX Total Goals FROM table
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: When FA Cup Apps is 9 what is the smallest number of FA Cup Goals? ### Inputs: table_name: table, columns: ['Season', 'Division', 'League Apps', 'League Goals', 'FA Cup Apps', 'FA Cup Goals', 'Total Apps', 'Total Goals'] ### Response: SELECT MIN FA Cup Goals FROM table WHERE FA Cup Apps = 9
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the smallest number of Total Goals? ### Inputs: table_name: table, columns: ['Season', 'Division', 'League Apps', 'League Goals', 'FA Cup Apps', 'FA Cup Goals', 'Total Apps', 'Total Goals'] ### Response: SELECT MIN Total Goals FROM table
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What circuit was the race where Hideki Mutoh had the fastest lap? ### Inputs: table_name: table, columns: ['Round', 'Circuit', 'Date', 'Pole Position', 'Fastest Lap', 'Winning Driver', 'Winning Team'] ### Response: SELECT Circuit FROM table WHERE Fastest Lap = Hideki Mutoh
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what is the minimum production code with title "foreign exchange problem / turn about" ### Inputs: table_name: table, columns: ['Episode #', 'Production code', 'Title', 'Directed by', 'Written by', 'Airdate'] ### Response: SELECT MIN Production code FROM table WHERE Title = "Foreign Exchange Problem / Turn About"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what is the episode # for title "the yindianapolis 500 / personality problem" ### Inputs: table_name: table, columns: ['Episode #', 'Production code', 'Title', 'Directed by', 'Written by', 'Airdate'] ### Response: SELECT Episode # FROM table WHERE Title = "The Yindianapolis 500 / Personality Problem"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what is the episode # for production code 227 ### Inputs: table_name: table, columns: ['Episode #', 'Production code', 'Title', 'Directed by', 'Written by', 'Airdate'] ### Response: SELECT Episode # FROM table WHERE Production code = 227
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: who directed the movie written by is sib ventress / aydrea ten bosch ### Inputs: table_name: table, columns: ['Episode #', 'Production code', 'Title', 'Directed by', 'Written by', 'Airdate'] ### Response: SELECT Directed by FROM table WHERE Written by = Sib Ventress / Aydrea ten Bosch
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what is the production code with title "skirting the issue / moon over my yinnie" ### Inputs: table_name: table, columns: ['Episode #', 'Production code', 'Title', 'Directed by', 'Written by', 'Airdate'] ### Response: SELECT Production code FROM table WHERE Title = "Skirting the Issue / Moon Over my Yinnie"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Whatis the number of total goals maximum? ### Inputs: table_name: table, columns: ['Season', 'Division', 'League Apps', 'League Goals', 'FA Cup Apps', 'FA Cup Goals', 'Total Apps', 'Total Goals'] ### Response: SELECT MAX Total Goals FROM table
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: HOW MANY TEMPERATURE INTERVALS ARE POSSIBLE TO USE WITH ACRYL? ### Inputs: table_name: table, columns: ['Assembly Type', 'Adhesive Type', 'Time(Sec)', 'Temp (°C)', 'Pressure'] ### Response: SELECT COUNT Temp (°C) FROM table WHERE Adhesive Type = Acryl
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many matches where played with Jim Pugh? ### Inputs: table_name: table, columns: ['Outcome', 'Year', 'Championship', 'Surface', 'Partner', 'Opponents', 'Score'] ### Response: SELECT COUNT Opponents FROM table WHERE Partner = Jim Pugh
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the score with partner Jim Pugh? ### Inputs: table_name: table, columns: ['Outcome', 'Year', 'Championship', 'Surface', 'Partner', 'Opponents', 'Score'] ### Response: SELECT Score FROM table WHERE Partner = Jim Pugh
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many matched scored 3–6, 7–6(5), 6–3? ### Inputs: table_name: table, columns: ['Outcome', 'Year', 'Championship', 'Surface', 'Partner', 'Opponents', 'Score'] ### Response: SELECT COUNT Surface FROM table WHERE Score = 3–6, 7–6(5), 6–3
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the score of the match with partner Jim Pugh? ### Inputs: table_name: table, columns: ['Outcome', 'Year', 'Championship', 'Surface', 'Partner', 'Opponents', 'Score'] ### Response: SELECT Score FROM table WHERE Partner = Jim Pugh
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What year was the championship in Wimbledon (2)? ### Inputs: table_name: table, columns: ['Outcome', 'Year', 'Championship', 'Surface', 'Partner', 'Opponents', 'Score'] ### Response: SELECT Year FROM table WHERE Championship = Wimbledon (2)
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the score of the match with opponents Gretchen Magers Kelly Jones? ### Inputs: table_name: table, columns: ['Outcome', 'Year', 'Championship', 'Surface', 'Partner', 'Opponents', 'Score'] ### Response: SELECT Score FROM table WHERE Opponents = Gretchen Magers Kelly Jones
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many birthdays does Earl Hanley Beshlin have? ### Inputs: table_name: table, columns: ['Begin Date', 'End Date', 'Representative', 'Date of birth', 'House term', 'State served', 'Party', 'Age (years, days)'] ### Response: SELECT COUNT Date of birth FROM table WHERE Representative = Earl Hanley Beshlin
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which politican party has a birthday of November 10, 1880 ### Inputs: table_name: table, columns: ['Begin Date', 'End Date', 'Representative', 'Date of birth', 'House term', 'State served', 'Party', 'Age (years, days)'] ### Response: SELECT Party FROM table WHERE Date of birth = November 10, 1880
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which representative has a birthday of January 31, 1866? ### Inputs: table_name: table, columns: ['Begin Date', 'End Date', 'Representative', 'Date of birth', 'House term', 'State served', 'Party', 'Age (years, days)'] ### Response: SELECT Representative FROM table WHERE Date of birth = January 31, 1866
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the Singles W-L for the players named Laurynas Grigelis? ### Inputs: table_name: table, columns: ['Player', 'Current singles ranking', 'Current doubles ranking', 'First year played', 'Ties played', 'Total W–L', 'Singles W–L', 'Doubles W–L'] ### Response: SELECT Singles W–L FROM table WHERE Player = Laurynas Grigelis
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the Current singles ranking for the player named Mantas Bugailiškis? ### Inputs: table_name: table, columns: ['Player', 'Current singles ranking', 'Current doubles ranking', 'First year played', 'Ties played', 'Total W–L', 'Singles W–L', 'Doubles W–L'] ### Response: SELECT Current singles ranking FROM table WHERE Player = Mantas Bugailiškis
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many playerd Mrs. Darling in the 1999 Broadway? ### Inputs: table_name: table, columns: ['Character', '1954 Broadway', '1955 broadcast', '1960 broadcast', '1979 Broadway', '1990 Broadway', '1991 Broadway', '1998 Broadway', '1999 Broadway'] ### Response: SELECT COUNT 1999 Broadway FROM table WHERE Character = Mrs. Darling
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who played Peter Pan in the 1990 Broadway? ### Inputs: table_name: table, columns: ['Character', '1954 Broadway', '1955 broadcast', '1960 broadcast', '1979 Broadway', '1990 Broadway', '1991 Broadway', '1998 Broadway', '1999 Broadway'] ### Response: SELECT 1990 Broadway FROM table WHERE Character = Peter Pan
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who played in the 1991 Broadway before Barbara McCulloh played the part in the 1999 Broadway? ### Inputs: table_name: table, columns: ['Character', '1954 Broadway', '1955 broadcast', '1960 broadcast', '1979 Broadway', '1990 Broadway', '1991 Broadway', '1998 Broadway', '1999 Broadway'] ### Response: SELECT 1991 Broadway FROM table WHERE 1999 Broadway = Barbara McCulloh