instruction
stringclasses 1
value | input
stringlengths 12
244
| output
stringlengths 22
468
|
---|---|---|
Translate the following into a SQL query | What is the total number of times points were listed when the distance was 41.05 metres? | SELECT COUNT Points FROM table WHERE Distance (metres) = 41.05 |
Translate the following into a SQL query | Who is the athlete(s) who scored 691 adjusted points? | SELECT Athlete FROM table WHERE Adjusted Points = 691 |
Translate the following into a SQL query | What is the highest rank where the distance is 52.73? | SELECT MAX Rank FROM table WHERE Distance (metres) = 52.73 |
Translate the following into a SQL query | What is the country(s) where the points equal 723.075? | SELECT Country FROM table WHERE Points = 723.075 |
Translate the following into a SQL query | What is the most adjusted points for Great Britain? | SELECT MAX Adjusted Points FROM table WHERE Country = Great Britain |
Translate the following into a SQL query | What is the country of Paavo Yrjölä? | SELECT Country FROM table WHERE Athlete = Paavo Yrjölä |
Translate the following into a SQL query | Which athlete has a height of 1.87 and is from Sweden? | SELECT Athlete FROM table WHERE Height = 1.87 AND Country = Sweden |
Translate the following into a SQL query | Name the country that has ken doherty | SELECT Country FROM table WHERE Athlete = Ken Doherty |
Translate the following into a SQL query | Name the athlete for 7 rank | SELECT Athlete FROM table WHERE Rank = 7 |
Translate the following into a SQL query | Name the total number of rank for tom churchill | SELECT COUNT Rank FROM table WHERE Athlete = Tom Churchill |
Translate the following into a SQL query | Who was the heir when the monarch was Wareru? | SELECT Heir FROM table WHERE Monarch = Wareru |
Translate the following into a SQL query | What is the number of monarchs that had Yan Maw la Mon as the heir? | SELECT COUNT Monarch FROM table WHERE Heir = Yan Maw La Mon |
Translate the following into a SQL query | Who was the monarch whose status was heir presumptive and a relationship to the monarch of son? | SELECT Monarch FROM table WHERE Status = Heir presumptive AND Relationship to Monarch = son |
Translate the following into a SQL query | What is the status for the monarch Mingyinyo? | SELECT Status FROM table WHERE Monarch = Mingyinyo |
Translate the following into a SQL query | What is the status when the ceased to be heir; reason is 18 february 1853 succeeded? | SELECT Status FROM table WHERE Ceased to be heir; reason = 18 February 1853 succeeded |
Translate the following into a SQL query | When is the became heir; reason when heir is hsinbyushin? | SELECT Became heir; reason FROM table WHERE Heir = Hsinbyushin |
Translate the following into a SQL query | Who is the monarch when became heir; reason is 13 july 1783 father succeeded? | SELECT Monarch FROM table WHERE Became heir; reason = 13 July 1783 father succeeded |
Translate the following into a SQL query | How many times was the monarch singu? | SELECT COUNT Relationship to Monarch FROM table WHERE Monarch = Singu |
Translate the following into a SQL query | Who is the monarch with the heir thado minsaw? | SELECT Monarch FROM table WHERE Heir = Thado Minsaw |
Translate the following into a SQL query | Who are the writers of the episodes directed by Justin Hartley? | SELECT Written by FROM table WHERE Directed by = Justin Hartley |
Translate the following into a SQL query | On which date did episode # 18 air in the U.S.? | SELECT U.S. air date FROM table WHERE # = 18 |
Translate the following into a SQL query | How many million U.S. viewers watched the episode with the production code 3x6004? | SELECT U.S. viewers (million) FROM table WHERE Production code = 3X6004 |
Translate the following into a SQL query | List the titles of episodes written by Anne Cofell Saunders. | SELECT Title FROM table WHERE Written by = Anne Cofell Saunders |
Translate the following into a SQL query | What is the title of the episode directed by Christopher Petry with the production cod 3x6006? | SELECT Title FROM table WHERE Directed by = Christopher Petry AND Production code = 3X6006 |
Translate the following into a SQL query | Who was the incumbent in the Ohio 10 district? | SELECT Incumbent FROM table WHERE District = Ohio 10 |
Translate the following into a SQL query | Who was the incumbent in the Ohio 5 district? | SELECT Incumbent FROM table WHERE District = Ohio 5 |
Translate the following into a SQL query | Who were the candidates where the result was retired Republican hold and the incumbent was Philemon Bliss? | SELECT Candidates FROM table WHERE Result = Retired Republican hold AND Incumbent = Philemon Bliss |
Translate the following into a SQL query | How many new conferences are in the NCLL deep south conference? | SELECT COUNT New Conference FROM table WHERE New Classification = NCLL Deep South Conference |
Translate the following into a SQL query | What is the nickname at the University of Nebraska at Omaha? | SELECT Team Nickname FROM table WHERE Institution = University of Nebraska at Omaha |
Translate the following into a SQL query | What location is listed from 2005-2010? | SELECT Location FROM table WHERE Years = 2005-2010 |
Translate the following into a SQL query | Where is the nickname the Red Raiders? | SELECT Location FROM table WHERE Team Nickname = Red Raiders |
Translate the following into a SQL query | What school has the new conference as SELC? | SELECT Institution FROM table WHERE New Conference = SELC |
Translate the following into a SQL query | What are the years that the new classification was MCLA division i? | SELECT Years FROM table WHERE New Classification = MCLA Division I |
Translate the following into a SQL query | Name the colors for north canton | SELECT Colors FROM table WHERE Location = North Canton |
Translate the following into a SQL query | Name the most join date | SELECT MAX Join Date FROM table |
Translate the following into a SQL query | Name the least join date | SELECT MIN Join Date FROM table |
Translate the following into a SQL query | Name the location for black, orange | SELECT Location FROM table WHERE Colors = Black, Orange |
Translate the following into a SQL query | Name when north canton joined | SELECT Join Date FROM table WHERE Location = North Canton |
Translate the following into a SQL query | How many "series" were in the 12th "position? | SELECT COUNT Series FROM table WHERE Position = 12th |
Translate the following into a SQL query | How many teams were at 10 points? | SELECT COUNT Team FROM table WHERE Points = 10 |
Translate the following into a SQL query | What was the number of podiums in 12th position? | SELECT Podiums FROM table WHERE Position = 12th |
Translate the following into a SQL query | Where did he finish when he started at 21.6? | SELECT COUNT Finish FROM table WHERE Start = 21.6 |
Translate the following into a SQL query | What teams started at 39.1? | SELECT Team(s) FROM table WHERE Start = 39.1 |
Translate the following into a SQL query | Where did they finish in the season when when they won $491,977? | SELECT Season Rank FROM table WHERE Winnings = $491,977 |
Translate the following into a SQL query | How many vocal parts are there when the year of songs original release date as listed in rock band 3 was 2000? | SELECT MIN Vocal parts FROM table WHERE Year Year of songs original release, as listed in Rock Band 3 = 2000 |
Translate the following into a SQL query | How many different genres appear for the Jimi Hendrix Experience? | SELECT COUNT Genre FROM table WHERE Artist = The Jimi Hendrix Experience |
Translate the following into a SQL query | Name the total viewers on fx+ for night on the sun | SELECT Total viewers on FX+ FROM table WHERE Title = Night on the Sun |
Translate the following into a SQL query | Name the episode number for total viewers on fx+ being 102,000 | SELECT Episode number (Production number) FROM table WHERE Total viewers on FX+ = 102,000 |
Translate the following into a SQL query | Name the title for total viewers on fx+ being 483,000 | SELECT Title FROM table WHERE Total viewers on FX = 483,000 |
Translate the following into a SQL query | Name the total viewers on fx+ for 583,000 total viewers | SELECT Total viewers on FX+ FROM table WHERE Total viewers = 583,000 |
Translate the following into a SQL query | Name the rank on channel for january 21, 2011 | SELECT Rank on channel FROM table WHERE Original air date = January 21, 2011 |
Translate the following into a SQL query | How many different people wrote the episode "Beautifully Broken"? | SELECT COUNT Written by FROM table WHERE Title = "Beautifully Broken" |
Translate the following into a SQL query | How many episodes were written by Alexander Woo and directed by Scott Winant? | SELECT COUNT Title FROM table WHERE Written by = Alexander Woo AND Directed by = Scott Winant |
Translate the following into a SQL query | Name the most round for jordan cameron | SELECT MAX Round FROM table WHERE Player = Jordan Cameron |
Translate the following into a SQL query | Name the position for jordan cameron | SELECT Position FROM table WHERE Player = Jordan Cameron |
Translate the following into a SQL query | Name the position for stanley havili | SELECT Position FROM table WHERE Player = Stanley Havili |
Translate the following into a SQL query | Name the college for david carter | SELECT College FROM table WHERE Player = David Carter |
Translate the following into a SQL query | What is the democratic coalation when together we can do more is sergio castro ( pc )? | SELECT Democratic Coalition FROM table WHERE Together We Can Do More = Sergio Castro ( PC ) |
Translate the following into a SQL query | What is the independent regional force when alliance is (r) iván norambuena ( udi )? | SELECT Independent Regional Force FROM table WHERE Alliance = (R) Iván Norambuena ( UDI ) |
Translate the following into a SQL query | Who is the together we can do more when democratic coalition is rené alinco ( ppd )? | SELECT Together We Can Do More FROM table WHERE Democratic Coalition = René Alinco ( PPD ) |
Translate the following into a SQL query | Who is the independent regional force when democratic coalition is (r) jorge tarud ( ppd )? | SELECT Independent Regional Force FROM table WHERE Democratic Coalition = (R) Jorge Tarud ( PPD ) |
Translate the following into a SQL query | where together we can do more is gloria mujica ( ph ) what are all the cons. | SELECT Cons. FROM table WHERE Together We Can Do More = Gloria Mujica ( PH ) |
Translate the following into a SQL query | where democratic coalition is eduardo frei ( pdc ) what are all the alliance | SELECT Alliance FROM table WHERE Democratic Coalition = Eduardo Frei ( PDC ) |
Translate the following into a SQL query | What's the name of the episode associated with Nick production number 342? | SELECT Episode title FROM table WHERE Nick prod. # = 342 |
Translate the following into a SQL query | What date did season 12 premiere? | SELECT Original air date FROM table WHERE Season # = 12 |
Translate the following into a SQL query | What is the lowest Nick production number? | SELECT MIN Nick prod. # FROM table |
Translate the following into a SQL query | When did the episode originally air with a nick production number of 945? | SELECT Original air date FROM table WHERE Nick prod. # = 945 |
Translate the following into a SQL query | What was the latest season with a nick production number of 942? | SELECT MAX Season # FROM table WHERE Nick prod. # = 942 |
Translate the following into a SQL query | Name the metrical equivalence for linha | SELECT Metrical equivalence FROM table WHERE Portuguese name = Linha |
Translate the following into a SQL query | Name the equivalence for varas for geometrical pace | SELECT Equivalence in Varas FROM table WHERE English name = Geometrical pace |
Translate the following into a SQL query | Name the subdivides in equivalence for varas 1/5 | SELECT Subdivides in FROM table WHERE Equivalence in Varas = 1/5 |
Translate the following into a SQL query | How many season # where episode title is " Avril Lavigne "? | SELECT Season # FROM table WHERE Episode title = " Avril Lavigne " |
Translate the following into a SQL query | When موسم زيتون is the arabic title when is the year (ceremony)? | SELECT Year (Ceremony) FROM table WHERE Arabic title = موسم زيتون |
Translate the following into a SQL query | When ملح هذا البحر is the arabic title what is the english title? | SELECT English title FROM table WHERE Arabic title = ملح هذا البحر |
Translate the following into a SQL query | When nominee is the result who is the director? | SELECT Director FROM table WHERE Result = Nominee |
Translate the following into a SQL query | When hany abu-assad category:articles with hcards is the director what is the result? | SELECT Result FROM table WHERE Director = Hany Abu-Assad Category:Articles with hCards |
Translate the following into a SQL query | When 2012 (85th) is the year (ceremony) how many results? | SELECT COUNT Result FROM table WHERE Year (Ceremony) = 2012 (85th) |
Translate the following into a SQL query | When salt of this sea is the english title who is the director? | SELECT Director FROM table WHERE English title = Salt of this Sea |
Translate the following into a SQL query | What was the record lowest temperature with a precipitation of 1.71 in.? | SELECT Record Low FROM table WHERE Precip = 1.71 in. |
Translate the following into a SQL query | who directed and produced 176452? | SELECT Directed by FROM table WHERE Production code = 176452 |
Translate the following into a SQL query | what is the original air date for julie warner? | SELECT Original air date FROM table WHERE Patient Portrayer = Julie Warner |
Translate the following into a SQL query | what was written by alex carter? | SELECT Written by FROM table WHERE Patient Portrayer = Alex Carter |
Translate the following into a SQL query | Who is the patient portrayer of the episode with the production code 3T5004? | SELECT Patient Portrayer FROM table WHERE Production code = 3T5004 |
Translate the following into a SQL query | Who directed the episode with the title "Conor McNamara, 2026"? | SELECT Directed by FROM table WHERE Title = "Conor McNamara, 2026" |
Translate the following into a SQL query | The episode with the no. 54, directed by Charles Haid, is written by who? | SELECT Written by FROM table WHERE Directed by = Charles Haid AND No. = 54 |
Translate the following into a SQL query | What is the original air date of the episode with the title "Monica Wilder"? | SELECT Original air date FROM table WHERE Title = "Monica Wilder" |
Translate the following into a SQL query | How many are directed by episodes with the production code 3T5009? | SELECT COUNT Directed by FROM table WHERE Production code = 3T5009 |
Translate the following into a SQL query | How many millions of US viewers for the episode "the last word"? | SELECT U.S. viewers (millions) FROM table WHERE Title = "The Last Word" |
Translate the following into a SQL query | When was the first UK broadcast for episode 9? | SELECT First broadcast UK ( BBC Four ) FROM table WHERE Episode = 9 |
Translate the following into a SQL query | When was the first UK broadcast for the episode with an official TNS Gallup rating of 1575000? | SELECT First broadcast UK ( BBC Four ) FROM table WHERE Official TNS Gallup ratings = 1575000 |
Translate the following into a SQL query | When was the first UK broadcast when the official Barb ratings was 1085000? | SELECT First broadcast UK ( BBC Four ) FROM table WHERE Official BARB ratings = 1085000 |
Translate the following into a SQL query | Who is the writer with the ratings 14.8? | SELECT Writer FROM table WHERE Ratings (Kanto) = 14.8 |
Translate the following into a SQL query | What is the original air date for the writer tanaka shinichi? | SELECT Original airdate FROM table WHERE Writer = Tanaka Shinichi |
Translate the following into a SQL query | What is the ratings for the original air date may 25, 2010 22.00 - 22.54? | SELECT Ratings (Kansai) FROM table WHERE Original airdate = May 25, 2010 22.00 - 22.54 |
Translate the following into a SQL query | What was the ratings for episode 11? | SELECT Ratings (Kanto) FROM table WHERE Episode = 11 |
Translate the following into a SQL query | Who was the outgoing manager of the team whose incoming manager was Dougie Freedman? | SELECT Outgoing manager FROM table WHERE Incoming manager = Dougie Freedman |
Translate the following into a SQL query | What was the table position for the team whose outgoing manager was Brian Laws? | SELECT Position in table FROM table WHERE Outgoing manager = Brian Laws |
Translate the following into a SQL query | How many incoming managers did Burnley have? | SELECT COUNT Incoming manager FROM table WHERE Team = Burnley |
Translate the following into a SQL query | What was the manner of departure for the team whose incoming manager was George Burley? | SELECT Manner of departure FROM table WHERE Incoming manager = George Burley |
Translate the following into a SQL query | What is the Galician (reintegrationist) word of the Galician (Official) is bo día / bos días? | SELECT Galician ( Reintegrationist ) FROM table WHERE Galician ( Official ) = Bo día / Bos días |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.