instruction
stringclasses 1
value | input
stringlengths 12
244
| output
stringlengths 22
468
|
---|---|---|
Translate the following into a SQL query | What's the resolution of the model with a PPD of 69? | SELECT Resolution FROM table WHERE Pixels per degree (PPD) = 69 |
Translate the following into a SQL query | What is the IHSA music class for the mascot that is the lancers? | SELECT IHSA Music Class FROM table WHERE Mascot = Lancers |
Translate the following into a SQL query | What is the IHSA cheerleading class for the enrollment of 2600? | SELECT IHSA Cheerleading Class FROM table WHERE Enrollment = 2600 |
Translate the following into a SQL query | What are the colors for the enrollment of 2020? | SELECT Colors FROM table WHERE Enrollment = 2020 |
Translate the following into a SQL query | What is the smallest number for old membership total? | SELECT MIN Old membership total FROM table |
Translate the following into a SQL query | What is the lowest number of members lost when the net change is −1? | SELECT MIN Members lost FROM table WHERE Net change = −1 |
Translate the following into a SQL query | What is the new membership total if the members lost is bigger than 1.0? | SELECT MAX New membership total FROM table WHERE Members lost > 1.0 |
Translate the following into a SQL query | How many members were added at the nchc (men only) conference? | SELECT Members added FROM table WHERE Conference = NCHC (men only) |
Translate the following into a SQL query | What was the new membership total at the nchc (men only) conference? | SELECT New membership total FROM table WHERE Conference = NCHC (men only) |
Translate the following into a SQL query | What is the outgoing manager when the incoming manager is štefan tarkovič? | SELECT Outgoing manager FROM table WHERE Incoming manager = Štefan Tarkovič |
Translate the following into a SQL query | How many dates of vacancy were on 30 october 2010? | SELECT COUNT Team FROM table WHERE Date of vacancy = 30 October 2010 |
Translate the following into a SQL query | What is the manner of departure when the date of vacancy is 28 september 2010? | SELECT Manner of departure FROM table WHERE Date of vacancy = 28 September 2010 |
Translate the following into a SQL query | What is the date of appointment when the date of vacancy is 24 november 2010? | SELECT Date of appointment FROM table WHERE Date of vacancy = 24 November 2010 |
Translate the following into a SQL query | What is the outgoing manager when the date of vacancy is 10 october 2010? | SELECT Outgoing manager FROM table WHERE Date of vacancy = 10 October 2010 |
Translate the following into a SQL query | What is the table when the team is slovan bratislava? | SELECT Table FROM table WHERE Team = Slovan Bratislava |
Translate the following into a SQL query | how many people come to visit when the 1654 exhibitions | SELECT COUNT Visitors (total) FROM table WHERE Exhibitors (total) = 1654 |
Translate the following into a SQL query | what is the most time where exhibitions is 1701 | SELECT MAX Year FROM table WHERE Exhibitors (total) = 1701 |
Translate the following into a SQL query | who had high points on march 14? | SELECT High points FROM table WHERE Date = March 14 |
Translate the following into a SQL query | who had high rebounds at game 69? | SELECT High rebounds FROM table WHERE Game = 69 |
Translate the following into a SQL query | Who were the 76ers opponents on January 17? | SELECT Team FROM table WHERE Date = January 17 |
Translate the following into a SQL query | How many players held the high point records for game 34? | SELECT COUNT High points FROM table WHERE Game = 34 |
Translate the following into a SQL query | What the win - loss recored for January 7? | SELECT Record FROM table WHERE Date = January 7 |
Translate the following into a SQL query | How many people led in points during the game on October 5? | SELECT COUNT High points FROM table WHERE Date = October 5 |
Translate the following into a SQL query | Name the date for the palace of auburn hills 14,554 | SELECT Date FROM table WHERE Location Attendance = The Palace of Auburn Hills 14,554 |
Translate the following into a SQL query | Name the least game for l 109–116 (ot) | SELECT MIN Game FROM table WHERE Score = L 109–116 (OT) |
Translate the following into a SQL query | Name the high rebounds for charlotte | SELECT High rebounds FROM table WHERE Team = Charlotte |
Translate the following into a SQL query | Name the high rebounds for wells fargo center 16,695 | SELECT High rebounds FROM table WHERE Location Attendance = Wells Fargo Center 16,695 |
Translate the following into a SQL query | Who got the high rebounds if Brook Lopez (15) earned the high points? | SELECT High rebounds FROM table WHERE High points = Brook Lopez (15) |
Translate the following into a SQL query | Who got high assists for team @ Indiana? | SELECT High assists FROM table WHERE Team = @ Indiana |
Translate the following into a SQL query | How many record data were written when Devin Harris (6) was High Assists? | SELECT COUNT Record FROM table WHERE High assists = Devin Harris (6) |
Translate the following into a SQL query | How many games were held on January 5? | SELECT COUNT Game FROM table WHERE Date = January 5 |
Translate the following into a SQL query | Who had highest assists at the game against Houston? | SELECT High assists FROM table WHERE Team = Houston |
Translate the following into a SQL query | what is the date of the game 23? | SELECT Date FROM table WHERE Game = 23 |
Translate the following into a SQL query | If the high points were by Anthony Morrow (24), what was the team? | SELECT Team FROM table WHERE High points = Anthony Morrow (24) |
Translate the following into a SQL query | In how many games were the high rebounds made by Derrick Favors (8)? | SELECT COUNT Game FROM table WHERE High rebounds = Derrick Favors (8) |
Translate the following into a SQL query | If the location attendance was Quicken Loans Arena 20,562, who had the High Assists? | SELECT High assists FROM table WHERE Location Attendance = Quicken Loans Arena 20,562 |
Translate the following into a SQL query | Which game number was located in Prudential Center 15,086? | SELECT MIN Game FROM table WHERE Location Attendance = Prudential Center 15,086 |
Translate the following into a SQL query | In how many games did Terrence Williams (9) have High assists? | SELECT COUNT Score FROM table WHERE High assists = Terrence Williams (9) |
Translate the following into a SQL query | What is the location and attendance of the game when gilbert arenas (9) had the high assists? | SELECT Location Attendance FROM table WHERE High assists = Gilbert Arenas (9) |
Translate the following into a SQL query | What is the date where the record was 18–12? | SELECT Date FROM table WHERE Record = 18–12 |
Translate the following into a SQL query | What is the date when jameer nelson (10) had the high assists? | SELECT Date FROM table WHERE High assists = Jameer Nelson (10) |
Translate the following into a SQL query | What is the record when jameer nelson (19) had the high points? | SELECT Record FROM table WHERE High points = Jameer Nelson (19) |
Translate the following into a SQL query | What was the location and attendance on March 9? | SELECT Location Attendance FROM table WHERE Date = March 9 |
Translate the following into a SQL query | How many games were numbered 13? | SELECT COUNT Team FROM table WHERE Game = 13 |
Translate the following into a SQL query | What was the team's record when they played minnesota? | SELECT Record FROM table WHERE Team = Minnesota |
Translate the following into a SQL query | What was the team's record on november 10? | SELECT Record FROM table WHERE Date = November 10 |
Translate the following into a SQL query | Who had the high assists on March 26? | SELECT High assists FROM table WHERE Date = March 26 |
Translate the following into a SQL query | What was the season record when the team played against Milwaukee? | SELECT Record FROM table WHERE Team = Milwaukee |
Translate the following into a SQL query | Who had the high points in game is 81? | SELECT High points FROM table WHERE Game = 81 |
Translate the following into a SQL query | What game number was played on april 8? | SELECT MIN Game FROM table WHERE Date = April 8 |
Translate the following into a SQL query | Who had the high rebounds on april 8? | SELECT High rebounds FROM table WHERE Date = April 8 |
Translate the following into a SQL query | Where did they play and how many attended game number 75? | SELECT Location Attendance FROM table WHERE Game = 75 |
Translate the following into a SQL query | Who did the high rebounds in the game against Boston? | SELECT High rebounds FROM table WHERE Team = Boston |
Translate the following into a SQL query | Where was the game against Detroit played? | SELECT Location Attendance FROM table WHERE Team = Detroit |
Translate the following into a SQL query | What was the date of game #3? | SELECT Date FROM table WHERE Game = 3 |
Translate the following into a SQL query | What was the name of the opposing team on the May 6 game? | SELECT Team FROM table WHERE Date = May 6 |
Translate the following into a SQL query | How many data were given on 2010/2011 in Brazil? | SELECT COUNT 2010/11 FROM table WHERE Country = Brazil |
Translate the following into a SQL query | how many overall goals were scored at moses mabhida stadium? | SELECT MAX Overall goals scored FROM table WHERE Stadium = Moses Mabhida Stadium |
Translate the following into a SQL query | how many matches were played that average goals scored 1.25? | SELECT COUNT Matches played FROM table WHERE Average goals scored per match = 1.25 |
Translate the following into a SQL query | what is the minimum overall attendance where the goals scored were 19? | SELECT MIN Overall attendance FROM table WHERE Overall goals scored = 19 |
Translate the following into a SQL query | what is the elevation for port elizabeth? | SELECT Elevation FROM table WHERE City = Port Elizabeth |
Translate the following into a SQL query | what is the average attendance per match wheree the elevation is 1500 m? | SELECT Average attendance per match FROM table WHERE Elevation = 1500 m |
Translate the following into a SQL query | What is the record for the date november 19? | SELECT Record FROM table WHERE Date = November 19 |
Translate the following into a SQL query | Name the high points for w 90–77 (ot) | SELECT High points FROM table WHERE Score = W 90–77 (OT) |
Translate the following into a SQL query | Name the team for december 18 | SELECT Team FROM table WHERE Date = December 18 |
Translate the following into a SQL query | Who had the high assists against detroit? | SELECT High assists FROM table WHERE Team = Detroit |
Translate the following into a SQL query | Who was the other team on march 27? | SELECT Team FROM table WHERE Date = March 27 |
Translate the following into a SQL query | what was the game number where the record was 46–24? | SELECT MIN Game FROM table WHERE Record = 46–24 |
Translate the following into a SQL query | What was the game number on march 27? | SELECT MIN Game FROM table WHERE Date = March 27 |
Translate the following into a SQL query | What is the largest game number? | SELECT MAX Game FROM table |
Translate the following into a SQL query | How many high rebounds took place on December 8? | SELECT COUNT High rebounds FROM table WHERE Date = December 8 |
Translate the following into a SQL query | What are December 10's high points? | SELECT High points FROM table WHERE Date = December 10 |
Translate the following into a SQL query | How many entries are shown for high rebounds for the philips arena 20,024 game? | SELECT COUNT High rebounds FROM table WHERE Location Attendance = Philips Arena 20,024 |
Translate the following into a SQL query | Who was the opponent for the game with a score of w 94–88 (ot)? | SELECT Team FROM table WHERE Score = W 94–88 (OT) |
Translate the following into a SQL query | What was the record for the location and attendance of american airlines arena 19,825? | SELECT Record FROM table WHERE Location Attendance = American Airlines Arena 19,825 |
Translate the following into a SQL query | What were the high points on April 8? | SELECT High points FROM table WHERE Date = April 8 |
Translate the following into a SQL query | How many different items appear in the high rebounds column in game 80? | SELECT COUNT High rebounds FROM table WHERE Game = 80 |
Translate the following into a SQL query | What was the date when Boston was the team? | SELECT Date FROM table WHERE Team = Boston |
Translate the following into a SQL query | Which game was played on October 13? | SELECT MAX Game FROM table WHERE Date = October 13 |
Translate the following into a SQL query | What is the location and attendance on October 18? | SELECT Location Attendance FROM table WHERE Date = October 18 |
Translate the following into a SQL query | Who was the opposing team in game 6? | SELECT Team FROM table WHERE Game = 6 |
Translate the following into a SQL query | What game in the season does this list start? | SELECT MIN Game FROM table |
Translate the following into a SQL query | What was the team's score against detroit? | SELECT Score FROM table WHERE Team = Detroit |
Translate the following into a SQL query | How many games were held on March 12? | SELECT COUNT Game FROM table WHERE Date = March 12 |
Translate the following into a SQL query | What was the team score when Tim Duncan (12) got the high rebounds? | SELECT Score FROM table WHERE High rebounds = Tim Duncan (12) |
Translate the following into a SQL query | Who was the high rebounder on game 1? | SELECT High rebounds FROM table WHERE Game = 1 |
Translate the following into a SQL query | What was the score for series 2–3? | SELECT Score FROM table WHERE Series = 2–3 |
Translate the following into a SQL query | who are the directors of the episode that had 20.5 millions of north american viewers? | SELECT Directed by FROM table WHERE U.S. viewers (millions) = 20.5 |
Translate the following into a SQL query | how many millions of north american viewers had the episode whose director was Michael Lembeck? | SELECT U.S. viewers (millions) FROM table WHERE Directed by = Michael Lembeck |
Translate the following into a SQL query | who are the writers of the episode whose production code(s) is 225560? | SELECT Written by FROM table WHERE Production code(s) = 225560 |
Translate the following into a SQL query | who are the writers of the episode called "The one on the last night"? | SELECT Written by FROM table WHERE Title = "The One on the Last Night" |
Translate the following into a SQL query | What is the last episode in the series written by Gregory S. Malins? | SELECT MAX No(s). in series FROM table WHERE Written by = Gregory S. Malins |
Translate the following into a SQL query | What was the broadcast date of episodes that were watched by 23.2 million viewers? | SELECT Original air date FROM table WHERE U.S. viewers (millions) = 23.2 |
Translate the following into a SQL query | What is the original air date of the episode titled "The one where Chandler doesn't like dogs"? | SELECT Original air date FROM table WHERE Title = "The One Where Chandler Doesn't Like Dogs" |
Translate the following into a SQL query | What is the maximum production code of an episode written by Patty Lin? | SELECT MAX Production code(s) FROM table WHERE Written by = Patty Lin |
Translate the following into a SQL query | What is the episode number of the episode whose production code is 226407? | SELECT MIN No(s). in season FROM table WHERE Production code(s) = 226407 |
Translate the following into a SQL query | What episode number in the series is "the one where everybody finds out"? | SELECT MAX No. in series FROM table WHERE Title = "The One Where Everybody Finds Out" |
Translate the following into a SQL query | Wha episode number in the series had 24.8 million u.s. viewers? | SELECT MIN No. in series FROM table WHERE U.S. viewers (millions) = 24.8 |
Translate the following into a SQL query | What is the production code that had 24.8 million u.s. viewers? | SELECT MAX Production code FROM table WHERE U.S. viewers (millions) = 24.8 |
Translate the following into a SQL query | What date did "the one with all the resolutions" originally air? | SELECT Original air date FROM table WHERE Title = "The One with All the Resolutions" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.