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 lowest ru? ### Inputs: table_name: table, columns: ['Model', 'RU', 'Max processors', 'Processor frequency', 'Max memory', 'Max disk capacity', 'GA Date'] ### Response: SELECT MIN RU FROM table
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What ga date do the models with 1.0, 1.2, 1.4ghz processor frequencies have? ### Inputs: table_name: table, columns: ['Model', 'RU', 'Max processors', 'Processor frequency', 'Max memory', 'Max disk capacity', 'GA Date'] ### Response: SELECT GA Date FROM table WHERE Processor frequency = 1.0, 1.2, 1.4GHz
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the ga date of the t5120 model? ### Inputs: table_name: table, columns: ['Model', 'RU', 'Max processors', 'Processor frequency', 'Max memory', 'Max disk capacity', 'GA Date'] ### Response: SELECT GA Date FROM table WHERE Model = T5120
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the sport of the La Liga league? ### Inputs: table_name: table, columns: ['League', 'Sport', 'Country', 'Season', 'Games', 'Average attendance', 'Total attendance'] ### Response: SELECT Sport FROM table WHERE League = La Liga
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the minimum total attendance of the Premier League association football? ### Inputs: table_name: table, columns: ['League', 'Sport', 'Country', 'Season', 'Games', 'Average attendance', 'Total attendance'] ### Response: SELECT MIN Total attendance FROM table WHERE Sport = Association football AND League = Premier League
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the average attendance of the leagues in the season of 2013? ### Inputs: table_name: table, columns: ['League', 'Sport', 'Country', 'Season', 'Games', 'Average attendance', 'Total attendance'] ### Response: SELECT MIN Average attendance FROM table WHERE Season = 2013
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the total attendance of the leagues in season of 2010? ### Inputs: table_name: table, columns: ['League', 'Sport', 'Country', 'Season', 'Games', 'Average attendance', 'Total attendance'] ### Response: SELECT COUNT Total attendance FROM table WHERE Season = 2010
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who were the directors of the film submitted with the title Young Törless? ### Inputs: table_name: table, columns: ['Year [e ] (Ceremony)', 'Film title used in nomination', 'Original title', 'Director', 'Result'] ### Response: SELECT Director FROM table WHERE Film title used in nomination = Young Törless
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the original title of the film submitted with the title A Woman in Flames? ### Inputs: table_name: table, columns: ['Year [e ] (Ceremony)', 'Film title used in nomination', 'Original title', 'Director', 'Result'] ### Response: SELECT Original title FROM table WHERE Film title used in nomination = A Woman in Flames
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: In what years was a film submitted with the title The Enigma of Kaspar Hauser? ### Inputs: table_name: table, columns: ['Year [e ] (Ceremony)', 'Film title used in nomination', 'Original title', 'Director', 'Result'] ### Response: SELECT Year [e ] (Ceremony) FROM table WHERE Film title used in nomination = The Enigma of Kaspar Hauser
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who were the directors of the film with the original title o.k.? ### Inputs: table_name: table, columns: ['Year [e ] (Ceremony)', 'Film title used in nomination', 'Original title', 'Director', 'Result'] ### Response: SELECT Director FROM table WHERE Original title = o.k.
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the division for the division semifinals playoffs? ### Inputs: table_name: table, columns: ['Year', 'Division', 'League', 'Reg. Season', 'Playoffs', 'Avg. Attendance'] ### Response: SELECT Division FROM table WHERE Playoffs = Division Semifinals
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the number in series of "say uncle"? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date'] ### Response: SELECT No. in series FROM table WHERE Title = "Say Uncle"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the title written by David Mamet? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Directed by', 'Written by', 'Original air date'] ### Response: SELECT Title FROM table WHERE Written by = David Mamet
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the finale for 潮爆大狀 ### Inputs: table_name: table, columns: ['Rank', 'English title', 'Chinese title', 'Average', 'Peak', 'Premiere', 'Finale', 'HK viewers'] ### Response: SELECT Finale FROM table WHERE Chinese title = 潮爆大狀
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the finale for 潮爆大狀 ### Inputs: table_name: table, columns: ['Rank', 'English title', 'Chinese title', 'Average', 'Peak', 'Premiere', 'Finale', 'HK viewers'] ### Response: SELECT Finale FROM table WHERE Chinese title = 潮爆大狀
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many viewers were there for the premier with 34 ### Inputs: table_name: table, columns: ['Rank', 'English title', 'Chinese title', 'Average', 'Peak', 'Premiere', 'Finale', 'HK viewers'] ### Response: SELECT HK viewers FROM table WHERE Premiere = 34
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many are listed under 潮爆大狀 ### Inputs: table_name: table, columns: ['Rank', 'English title', 'Chinese title', 'Average', 'Peak', 'Premiere', 'Finale', 'HK viewers'] ### Response: SELECT COUNT Peak FROM table WHERE Chinese title = 潮爆大狀
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who was the director of the episode with a production code of 2393059? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT Director FROM table WHERE Production code = 2393059
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many people wrote "Michael's Game"? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT COUNT Writer(s) FROM table WHERE Title = "Michael's Game"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: When did the episode title "Duet For One" air? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT Original air date FROM table WHERE Title = "Duet for One"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which episode had 16.38 million U.S. viewers? ### 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 Title FROM table WHERE U.S. viewers (millions) = 16.38
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the production code of the episode written by José Molina that aired on October 12, 2004? ### 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 Production code FROM table WHERE Written by = José Molina AND Original air date = October 12, 2004
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the original air date of the episode "Quarry"? ### 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 Original air date FROM table WHERE Title = "Quarry"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which episode was directed by Jean de Segonzac? ### 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 Title FROM table WHERE Directed by = Jean de Segonzac
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what are the original air dates with a production code of 2394087 ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT Original air date FROM table WHERE Production code = 2394087
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who are the writers for the title "boxing sydney" ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT Writer(s) FROM table WHERE Title = "Boxing Sydney"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What are the production codes for the title "all about brooke" ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT Production code FROM table WHERE Title = "All About Brooke"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who are the writer(s) for the production code 2394084 ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT Writer(s) FROM table WHERE Production code = 2394084
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the total number of episodes with the production code 2395113A? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT COUNT Title FROM table WHERE Production code = 2395113A
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the number of the episode called "Melrose Unglued"? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT MAX No. in series FROM table WHERE Title = "Melrose Unglued"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who's the writer for the episode with a production code 2395114? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT Writer(s) FROM table WHERE Production code = 2395114
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who directed the episode titled "Full Metal Betsy"? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT Director FROM table WHERE Title = "Full Metal Betsy"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What's the number of the episode with production code 2395118? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT No. in season FROM table WHERE Production code = 2395118
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who was the writer for the episode with production code 2395096? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT Writer(s) FROM table WHERE Production code = 2395096
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What generation of spectrograph is most likely to detect a planet with a radial velocity of 0.089 m/s? ### Inputs: table_name: table, columns: ['Planet', 'Planet Type', 'Semimajor Axis ( AU )', 'Orbital Period', 'Radial velocity (m/s)', 'Detectable by:'] ### Response: SELECT Detectable by: FROM table WHERE Radial velocity (m/s) = 0.089
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How long is the orbital period for the planet that has a semimajor axis of 5.20 au? ### Inputs: table_name: table, columns: ['Planet', 'Planet Type', 'Semimajor Axis ( AU )', 'Orbital Period', 'Radial velocity (m/s)', 'Detectable by:'] ### Response: SELECT Orbital Period FROM table WHERE Semimajor Axis ( AU ) = 5.20
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What generation of spectrograph is Jupiter detected by? ### Inputs: table_name: table, columns: ['Planet', 'Planet Type', 'Semimajor Axis ( AU )', 'Orbital Period', 'Radial velocity (m/s)', 'Detectable by:'] ### Response: SELECT Detectable by: FROM table WHERE Planet = Jupiter
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which planet has an orbital period of 11.86 years? ### Inputs: table_name: table, columns: ['Planet', 'Planet Type', 'Semimajor Axis ( AU )', 'Orbital Period', 'Radial velocity (m/s)', 'Detectable by:'] ### Response: SELECT Planet FROM table WHERE Orbital Period = 11.86 years
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: who directed the production code 2398204 ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT Director FROM table WHERE Production code = 2398204
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: when did "unpleasantville" air? ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT Original air date FROM table WHERE Title = "Unpleasantville"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is player Alexis Bwenge's pick number? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Pick # FROM table WHERE Player = Alexis Bwenge
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What player is pick #2? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Player FROM table WHERE Pick # = 2
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which player's college is Saskatchewan? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Player FROM table WHERE College = Saskatchewan
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is McMaster College's pick number? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT MIN Pick # FROM table WHERE College = McMaster
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: give the least number of times an episode was shown from 1997-1998 ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT MIN No. in season FROM table
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: when was the episode named "the doctor is in... deep" first broadcast ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT Original air date FROM table WHERE Title = "The Doctor Is In... Deep"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: how many times does the episode called "coop de grace" appear ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT COUNT No. in series FROM table WHERE Title = "Coop de Grace"
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what is season 6 sum of both the number of times processing ID 2397162 was assigned and the number of times chip chalmers managed an episode ### Inputs: table_name: table, columns: ['No. in series', 'No. in season', 'Title', 'Director', 'Writer(s)', 'Original air date', 'Production code'] ### Response: SELECT MAX No. in season FROM table WHERE Director = Chip Chalmers AND Production code = 2397162
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which player went to Michigan State? ### Inputs: table_name: table, columns: ['Round', 'Choice', 'Player name', 'Position', 'Height', 'Weight', 'College'] ### Response: SELECT Player name FROM table WHERE College = Michigan State
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which player went to college in Oklahoma? ### Inputs: table_name: table, columns: ['Round', 'Choice', 'Player name', 'Position', 'Height', 'Weight', 'College'] ### Response: SELECT Player name FROM table WHERE College = Oklahoma
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which position does Colt Brennan play? ### Inputs: table_name: table, columns: ['Round', 'Choice', 'Player name', 'Position', 'Height', 'Weight', 'College'] ### Response: SELECT Position FROM table WHERE Player name = Colt Brennan
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the height of the person that weighs 320 pounds? ### Inputs: table_name: table, columns: ['Round', 'Choice', 'Player name', 'Position', 'Height', 'Weight', 'College'] ### Response: SELECT Height FROM table WHERE Weight = 320
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many colleges have a DB position? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT COUNT College FROM table WHERE Position = DB
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the maximum number of picks for the CFL team Calgary Stampeders? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT MAX Pick # FROM table WHERE CFL Team = Calgary Stampeders
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many CFL teams are from York college? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT COUNT CFL Team FROM table WHERE College = York
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What CFL teams are part of Simon Fraser college? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT CFL Team FROM table WHERE College = Simon Fraser
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Which players have a pick number of 27? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Player FROM table WHERE Pick # = 27
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many times were players named brett ralph were selected? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT COUNT Pick # FROM table WHERE Player = Brett Ralph
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What schools did lenard semajuste play for? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT College FROM table WHERE Player = Lenard Semajuste
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the highest selection number for the saskatchewan roughriders team? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT MAX Pick # FROM table WHERE CFL Team = Saskatchewan Roughriders
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many fb players were drafted? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT COUNT Pick # FROM table WHERE Position = FB
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many players played for adams state school? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT COUNT Player FROM table WHERE College = Adams State
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What teams drafted players that played for northwood school? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT CFL Team FROM table WHERE College = Northwood
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What college did Craig Zimmer go to? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT College FROM table WHERE Player = Craig Zimmer
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the pick number of regina? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Pick # FROM table WHERE College = Regina
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the player who is lb and cfl team is saskatchewan roughriders? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT Player FROM table WHERE Position = LB AND CFL Team = Saskatchewan Roughriders
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the cfl team that has a position of ol? ### 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: What is the number of position where the pick number is 43? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT COUNT Position FROM table WHERE Pick # = 43
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the cfl team with ryan folk? ### Inputs: table_name: table, columns: ['Pick #', 'CFL Team', 'Player', 'Position', 'College'] ### Response: SELECT CFL Team FROM table WHERE Player = Ryan Folk
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What release date is when kids-270 is a reference? ### Inputs: table_name: table, columns: ['Romaji title', 'Japanese title', 'Release date', 'Reference', 'Oricon'] ### Response: SELECT Release date FROM table WHERE Reference = KIDS-270
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what is the title where romaji is titles da.i.su.ki ### Inputs: table_name: table, columns: ['Romaji title', 'Japanese title', 'Release date', 'Reference', 'Oricon'] ### Response: SELECT Japanese title FROM table WHERE Romaji title = Da.i.su.ki
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what are the title in japanese where the reference is kids-430? ### Inputs: table_name: table, columns: ['Romaji title', 'Japanese title', 'Release date', 'Reference', 'Oricon'] ### Response: SELECT Japanese title FROM table WHERE Reference = KIDS-430
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: who is the reference when romaji title is heartbreak sniper? ### Inputs: table_name: table, columns: ['Romaji title', 'Japanese title', 'Release date', 'Reference', 'Oricon'] ### Response: SELECT Reference FROM table WHERE Romaji title = Heartbreak Sniper
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What rank is 愛のバカ on the Japanese singles chart? ### Inputs: table_name: table, columns: ['Romaji title', 'Japanese title', 'Release date', 'Reference', 'Oricon'] ### Response: SELECT COUNT Oricon FROM table WHERE Japanese title = 愛のバカ
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many songs have mi-chemin as their Japanese name and romanji name? ### Inputs: table_name: table, columns: ['Romaji title', 'Japanese title', 'Release date', 'Reference', 'Oricon'] ### Response: SELECT COUNT Romaji title FROM table WHERE Japanese title = Mi-Chemin
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the partial thromboplastin time for factor x deficiency as seen in amyloid purpura ### Inputs: table_name: table, columns: ['Condition', 'Prothrombin time', 'Partial thromboplastin time', 'Bleeding time', 'Platelet count'] ### Response: SELECT Partial thromboplastin time FROM table WHERE Condition = Factor X deficiency as seen in amyloid purpura
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many conditions have an unaffected prothrombin time and a prolonged bleeding time ### Inputs: table_name: table, columns: ['Condition', 'Prothrombin time', 'Partial thromboplastin time', 'Bleeding time', 'Platelet count'] ### Response: SELECT COUNT Condition FROM table WHERE Prothrombin time = Unaffected AND Bleeding time = Prolonged
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the bleeding time for the factor x deficiency as seen in amyloid purpura ### Inputs: table_name: table, columns: ['Condition', 'Prothrombin time', 'Partial thromboplastin time', 'Bleeding time', 'Platelet count'] ### Response: SELECT Bleeding time FROM table WHERE Condition = Factor X deficiency as seen in amyloid purpura
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What conditions had both prolonged bleeding times and prolonged partial thromboplastin times ### Inputs: table_name: table, columns: ['Condition', 'Prothrombin time', 'Partial thromboplastin time', 'Bleeding time', 'Platelet count'] ### Response: SELECT Condition FROM table WHERE Partial thromboplastin time = Prolonged AND Bleeding time = Prolonged
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What was the bleeding time for factor xii deficiency ### Inputs: table_name: table, columns: ['Condition', 'Prothrombin time', 'Partial thromboplastin time', 'Bleeding time', 'Platelet count'] ### Response: SELECT Bleeding time FROM table WHERE Condition = Factor XII deficiency
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What were the bleeding times when both the platelet count was unaffected and the partial thromboplastin time was unaffected ### Inputs: table_name: table, columns: ['Condition', 'Prothrombin time', 'Partial thromboplastin time', 'Bleeding time', 'Platelet count'] ### Response: SELECT Bleeding time FROM table WHERE Partial thromboplastin time = Unaffected AND Platelet count = Unaffected
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what's the tuesday time with location being millhopper ### Inputs: table_name: table, columns: ['Location', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] ### Response: SELECT Tuesday FROM table WHERE Location = Millhopper
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what's the wednesday time with monday being 10:00-8:00 ### Inputs: table_name: table, columns: ['Location', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] ### Response: SELECT Wednesday FROM table WHERE Monday = 10:00-8:00
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what's the thursday time with location being hawthorne ### Inputs: table_name: table, columns: ['Location', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] ### Response: SELECT Thursday FROM table WHERE Location = Hawthorne
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what's the saturday time with wednesday being 10:00-5:00 ### Inputs: table_name: table, columns: ['Location', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] ### Response: SELECT Saturday FROM table WHERE Wednesday = 10:00-5:00
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what's the thursday time with sunday being 1:00-5:00 and tuesday being 1:00-7:00 ### Inputs: table_name: table, columns: ['Location', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] ### Response: SELECT Thursday FROM table WHERE Sunday = 1:00-5:00 AND Tuesday = 1:00-7:00
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: what's the monday time with tuesday being 9:00-6:00 ### Inputs: table_name: table, columns: ['Location', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] ### Response: SELECT Monday FROM table WHERE Tuesday = 9:00-6:00
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What are all the reports where Paul Tracy had the fastest lap? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Pole position', 'Fastest lap', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT Report FROM table WHERE Fastest lap = Paul Tracy
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who drove the fastest lap at the Tenneco Automotive Grand Prix of Detroit? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Pole position', 'Fastest lap', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT Fastest lap FROM table WHERE Race Name = Tenneco Automotive Grand Prix of Detroit
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Who had the fastest lap in the races won by Max Papis? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Pole position', 'Fastest lap', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT Fastest lap FROM table WHERE Winning driver = Max Papis
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: In Round 6, how many winning drivers were there? ### Inputs: table_name: table, columns: ['Rnd', 'Race Name', 'Pole position', 'Fastest lap', 'Winning driver', 'Winning team', 'Report'] ### Response: SELECT COUNT Winning driver FROM table WHERE Rnd = 6
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What are the original names of the districts where the population in the 2010 census was 210450? ### Inputs: table_name: table, columns: ['English name', 'Original name', 'Area in km²', 'Population at 2010 Census', 'Number of settlements and villages'] ### Response: SELECT Original name FROM table WHERE Population at 2010 Census = 210450
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the original name of the district with the current English name of South Bogor? ### Inputs: table_name: table, columns: ['English name', 'Original name', 'Area in km²', 'Population at 2010 Census', 'Number of settlements and villages'] ### Response: SELECT Original name FROM table WHERE English name = South Bogor
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the listed population from the 2010 census of West Bogor? ### Inputs: table_name: table, columns: ['English name', 'Original name', 'Area in km²', 'Population at 2010 Census', 'Number of settlements and villages'] ### Response: SELECT MIN Population at 2010 Census FROM table WHERE English name = West Bogor
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How many districts have an area of 17.72 KM2? ### Inputs: table_name: table, columns: ['English name', 'Original name', 'Area in km²', 'Population at 2010 Census', 'Number of settlements and villages'] ### Response: SELECT COUNT English name FROM table WHERE Area in km² = 17.72
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the area in km2 for the district whose original name was Kecamatan Bogor Timur? ### Inputs: table_name: table, columns: ['English name', 'Original name', 'Area in km²', 'Population at 2010 Census', 'Number of settlements and villages'] ### Response: SELECT Area in km² FROM table WHERE Original name = Kecamatan Bogor Timur
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What is the number of colour with the regisration number of mg-509? ### Inputs: table_name: table, columns: ['Pilot car No.', 'Colour', 'Serial No.', 'Engine No.', 'Registration No.'] ### Response: SELECT COUNT Colour FROM table WHERE Registration No. = MG-509
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 Mark Tinker? ### 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 = Mark Tinker
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What episode in the season was directed by Jeff Melman? ### 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 MIN No. in season FROM table WHERE Directed by = Jeff Melman