instruction
stringclasses 1
value | input
stringlengths 12
244
| output
stringlengths 22
468
|
---|---|---|
Translate the following into a SQL query
|
How many different net run rates did the team with 19 total points have?
|
SELECT COUNT Net Run Rate FROM table WHERE Total Points = 19
|
Translate the following into a SQL query
|
What was the team that scored 56 points?Qh
|
SELECT Team FROM table WHERE Points = 56
|
Translate the following into a SQL query
|
What was the earliest season where a team got a 29th position?
|
SELECT MIN Season FROM table WHERE Position = 29th
|
Translate the following into a SQL query
|
What was the recorded flaps of HBR Motorsport team?
|
SELECT F/Laps FROM table WHERE Team = HBR Motorsport
|
Translate the following into a SQL query
|
What was the series where a team scored 56 points?
|
SELECT Series FROM table WHERE Points = 56
|
Translate the following into a SQL query
|
How many team position scored 56 points?
|
SELECT COUNT Position FROM table WHERE Points = 56
|
Translate the following into a SQL query
|
On what dates was the final score of the game L 14–24?
|
SELECT Date FROM table WHERE Final score = L 14–24
|
Translate the following into a SQL query
|
How many game sites are there where the team record is 1–7?
|
SELECT COUNT Game site FROM table WHERE Team record = 1–7
|
Translate the following into a SQL query
|
On week 7, what were the opponents?
|
SELECT Opponent FROM table WHERE Week = 7
|
Translate the following into a SQL query
|
On what game sites are there where the team record is 0–5?
|
SELECT Game site FROM table WHERE Team record = 0–5
|
Translate the following into a SQL query
|
What game sites are where the team record is 1–6?
|
SELECT Game site FROM table WHERE Team record = 1–6
|
Translate the following into a SQL query
|
In game site AOL Arena, who are all the opponents?
|
SELECT Opponent FROM table WHERE Game site = AOL Arena
|
Translate the following into a SQL query
|
What organization had the founding date of 1998-11-08?
|
SELECT Organization FROM table WHERE Founding Date = 1998-11-08
|
Translate the following into a SQL query
|
How many letters were given to the organization with a founding date of 1997-12-12?
|
SELECT COUNT Letters FROM table WHERE Founding Date = 1997-12-12
|
Translate the following into a SQL query
|
What is the song choice where the original artist is Gino Paoli?
|
SELECT COUNT Song choice FROM table WHERE Original artist = Gino Paoli
|
Translate the following into a SQL query
|
What is the theme where the original artist is Noemi feat. Fiorella Mannoia?
|
SELECT Theme FROM table WHERE Original artist = Noemi feat. Fiorella Mannoia
|
Translate the following into a SQL query
|
What is the order number where the song choice is "l'appuntamento"?
|
SELECT Order # FROM table WHERE Song choice = "L'appuntamento"
|
Translate the following into a SQL query
|
What is the song choice where the episode is Live Show 1?
|
SELECT Song choice FROM table WHERE Episode = Live Show 1
|
Translate the following into a SQL query
|
What is the result where the original artist is Prince and the Revolution?
|
SELECT Result FROM table WHERE Original artist = Prince and The Revolution
|
Translate the following into a SQL query
|
What is the theme where the original artist is AC/DC?
|
SELECT Theme FROM table WHERE Original artist = AC/DC
|
Translate the following into a SQL query
|
what type of organization is sigma phi omega?
|
SELECT Type FROM table WHERE Organization = Sigma Phi Omega
|
Translate the following into a SQL query
|
how many types of organization were founded in san diego state university?
|
SELECT COUNT Type FROM table WHERE Founding University = San Diego State University
|
Translate the following into a SQL query
|
name the sorority a.k.a. "sigmas" that was founded in the university of southern california.
|
SELECT Organization FROM table WHERE Founding University = University of Southern California AND Type = Sorority AND Nickname = "Sigmas"
|
Translate the following into a SQL query
|
Name the season for position 4th
|
SELECT COUNT Season FROM table WHERE Position = 4th
|
Translate the following into a SQL query
|
Name the least f/laps
|
SELECT MIN F/Laps FROM table
|
Translate the following into a SQL query
|
Name the least podiums for 9th position
|
SELECT MIN Podiums FROM table WHERE Position = 9th
|
Translate the following into a SQL query
|
How many results are listed for shot PCT Where PA is 79?
|
SELECT COUNT Shot Pct. FROM table WHERE PA = 79
|
Translate the following into a SQL query
|
Where were stolen ends recorded as 15?
|
SELECT Locale FROM table WHERE Stolen Ends = 15
|
Translate the following into a SQL query
|
What was the SlNo no of contact person SDE (P), Thiruppattur?
|
SELECT SlNo FROM table WHERE Contact Person = SDE (P), Thiruppattur
|
Translate the following into a SQL query
|
When did the episode "rowley 1898" air?
|
SELECT Air Date FROM table WHERE Title = "Rowley 1898"
|
Translate the following into a SQL query
|
What was the production code of the episode written by Brendan Cowell?
|
SELECT Production Code FROM table WHERE Writer = Brendan Cowell
|
Translate the following into a SQL query
|
How many f/laps did Pedro Nunes have when he was in 20th position?
|
SELECT COUNT F/Laps FROM table WHERE Position = 20th
|
Translate the following into a SQL query
|
How many f/laps did Pedro Nunes have when he was at the gp3 series?
|
SELECT F/Laps FROM table WHERE Series = GP3 Series
|
Translate the following into a SQL query
|
What is the fewest number of races Pedro Nunes completed in any series?
|
SELECT MIN Races FROM table
|
Translate the following into a SQL query
|
What is the most podiums Pedro Nunes had when in 17th position?
|
SELECT MAX Podiums FROM table WHERE Position = 17th
|
Translate the following into a SQL query
|
What was the founding university of the organization Tau Epsilon Phi 1?
|
SELECT Founding University FROM table WHERE Organization = Tau Epsilon Phi 1
|
Translate the following into a SQL query
|
What was the founding date for the "AEPI"?
|
SELECT Founding Date FROM table WHERE Nickname = "AEPi"
|
Translate the following into a SQL query
|
What type is σαεπ?
|
SELECT Type FROM table WHERE Letters = ΣΑΕΠ
|
Translate the following into a SQL query
|
What was the founding university of αεφ?
|
SELECT Founding University FROM table WHERE Letters = ΑΕΦ
|
Translate the following into a SQL query
|
What is the type if the organization name is Gamma RHO Lambda 1?
|
SELECT Type FROM table WHERE Organization = Gamma Rho Lambda 1
|
Translate the following into a SQL query
|
If the letters is φαν, what is the founding date?
|
SELECT Founding Date FROM table WHERE Letters = ΦΑΝ
|
Translate the following into a SQL query
|
If the founding university is in Charlotte, NC, what is the nickname?
|
SELECT Nickname FROM table WHERE Founding University = Charlotte, NC
|
Translate the following into a SQL query
|
What is the founding date if the nickname is '"Canes", "k-psis", "Diamonds", or "Angels"?
|
SELECT Founding Date FROM table WHERE Nickname = "Canes", "K-PSIs", "Diamonds", or "Angels"
|
Translate the following into a SQL query
|
What is the founding date if the letters are κψκ?
|
SELECT Founding Date FROM table WHERE Letters = ΚΨΚ
|
Translate the following into a SQL query
|
If the founding university is in Washington, D.C., what was the founding date?
|
SELECT Founding Date FROM table WHERE Founding University = Washington, D.C.
|
Translate the following into a SQL query
|
What is the rank by average for the team who averaged 22.8?
|
SELECT MIN Rank by average FROM table WHERE Average = 22.8
|
Translate the following into a SQL query
|
What is the number of dances for the team that averages 20.6?
|
SELECT Number of dances FROM table WHERE Average = 20.6
|
Translate the following into a SQL query
|
What couple averaged 15.5?
|
SELECT Couple FROM table WHERE Average = 15.5
|
Translate the following into a SQL query
|
What is the smallest rank by average for a team averaging 22.8?
|
SELECT MIN Rank by average FROM table WHERE Average = 22.8
|
Translate the following into a SQL query
|
What is every value for Italian when the part is English?
|
SELECT Italian FROM table WHERE English = part
|
Translate the following into a SQL query
|
What is every entry for Proto-Italo-Western 1 when door is English?
|
SELECT Proto-Italo-Western 1 FROM table WHERE English = door
|
Translate the following into a SQL query
|
How many entries for Italian correspond to the Conservative Central Italian of Unu?
|
SELECT COUNT Italian FROM table WHERE Conservative Central Italian 1 = unu
|
Translate the following into a SQL query
|
What is every entry for Latin when Catalan is Mar?
|
SELECT Latin FROM table WHERE Catalan = mar
|
Translate the following into a SQL query
|
If the Indian Scorers is Chinadorai Sabeeth, what is the name of the stadium?
|
SELECT Stadium FROM table WHERE Indian Scorers = Chinadorai Sabeeth
|
Translate the following into a SQL query
|
If the stadium name is the Thuwunna Stadium, what is the date?
|
SELECT Date FROM table WHERE Stadium = Thuwunna Stadium
|
Translate the following into a SQL query
|
If the Indian scorers is the Chinadorai Sabeeth, what is the score?
|
SELECT Score FROM table WHERE Indian Scorers = Chinadorai Sabeeth
|
Translate the following into a SQL query
|
If the location is Yangon, Myanmar, what is the opponent total number?
|
SELECT COUNT Opponent FROM table WHERE Location = Yangon, Myanmar
|
Translate the following into a SQL query
|
How many provinces are named 青海省 qīnghǎi shěng?
|
SELECT COUNT ISO № FROM table WHERE Chinese Name = 青海省 Qīnghǎi Shěng
|
Translate the following into a SQL query
|
What is the area of the province with a density of 533.59?
|
SELECT MAX Area³ FROM table WHERE Density² = 533.59
|
Translate the following into a SQL query
|
How many provinces have a density of 165.81?
|
SELECT COUNT ISO № FROM table WHERE Density² = 165.81
|
Translate the following into a SQL query
|
What is the abbreviation/symbol of 辽宁省 liáoníng shěng?
|
SELECT Abbreviation/Symbol FROM table WHERE Chinese Name = 辽宁省 Liáoníng Shěng
|
Translate the following into a SQL query
|
How many gb's have an iso number of cn-65?
|
SELECT COUNT GB FROM table WHERE ISO № = CN-65
|
Translate the following into a SQL query
|
What is the chinese name of the province whose capital is hangzhou?
|
SELECT Chinese Name FROM table WHERE Capital = Hangzhou
|
Translate the following into a SQL query
|
What is the fewest amount of races in any season?
|
SELECT MIN Races FROM table
|
Translate the following into a SQL query
|
How many races were there when Sigachev had 38 points?
|
SELECT MIN Races FROM table WHERE Points = 38
|
Translate the following into a SQL query
|
What team was Sigachev on when he had 38 points?
|
SELECT Team Name FROM table WHERE Points = 38
|
Translate the following into a SQL query
|
In what season was the final placing NC† and the team SL Formula Racing?
|
SELECT Season FROM table WHERE Final Placing = NC† AND Team Name = SL Formula Racing
|
Translate the following into a SQL query
|
what is distance for the 7th position?
|
SELECT COUNT Distance FROM table WHERE Position = 7th
|
Translate the following into a SQL query
|
who isthe jockey in 10th position?
|
SELECT Jockey FROM table WHERE Position = 10th
|
Translate the following into a SQL query
|
what position is number 22?
|
SELECT Position FROM table WHERE Number = 22
|
Translate the following into a SQL query
|
what horse is in the 6th position?
|
SELECT Horse FROM table WHERE Position = 6th
|
Translate the following into a SQL query
|
what position has a handicap of 10-2?
|
SELECT Position FROM table WHERE Handicap = 10-2
|
Translate the following into a SQL query
|
what is the handicap where the distance is 9 lengths?
|
SELECT Handicap FROM table WHERE Distance = 9 lengths
|
Translate the following into a SQL query
|
Which series occurred when the 7800 was 5040.00?
|
SELECT Indonesia Super Series 2008 FROM table WHERE 7800.00 = 5040.00
|
Translate the following into a SQL query
|
Which series occurred in which the semi-finalist was runner-up and the 7800.00 was 6420.00?
|
SELECT Indonesia Super Series 2008 FROM table WHERE Runner-Up = Semi-Finalist AND 7800.00 = 6420.00
|
Translate the following into a SQL query
|
Which s.series occurred on 06/05/2007?
|
SELECT S.Series FROM table WHERE 22/06/2008 = 06/05/2007
|
Translate the following into a SQL query
|
What road is associated with Carson Valley county?
|
SELECT Road FROM table WHERE County = Carson Valley
|
Translate the following into a SQL query
|
How many casinos are associated with a July 1, 2008 value of 1865746?
|
SELECT Casinos FROM table WHERE 1-Jul-08 = 1865746
|
Translate the following into a SQL query
|
What county has exactly 17 casinos?
|
SELECT County FROM table WHERE Casinos = 17
|
Translate the following into a SQL query
|
How many casinos are associated with a FY2009 $mil value of exactly $279?
|
SELECT COUNT Casinos FROM table WHERE FY09 $millions = $279
|
Translate the following into a SQL query
|
What is the FY2008 $mil value associated with a FY2007 $mil value of exactly $120?
|
SELECT FY08 $millions FROM table WHERE FY07 $millions = $120
|
Translate the following into a SQL query
|
What country was Danissa Zurek from?
|
SELECT Country FROM table WHERE Contestant = Danissa Zurek
|
Translate the following into a SQL query
|
What is the smallest height associated with Honduras?
|
SELECT MIN Height (cm) FROM table WHERE Country = Honduras
|
Translate the following into a SQL query
|
What is the height associated with Paraguay?
|
SELECT Height (ft) FROM table WHERE Country = Paraguay
|
Translate the following into a SQL query
|
What is the number of contestants who are aged exactly 18?
|
SELECT COUNT Contestant FROM table WHERE Age = 18
|
Translate the following into a SQL query
|
What is the number of contestants who are 5'7" and exactly 26 years of age?
|
SELECT COUNT Contestant FROM table WHERE Height (ft) = 5'7" AND Age = 26
|
Translate the following into a SQL query
|
Who scored the most points on November 17?
|
SELECT High points FROM table WHERE Date = November 17
|
Translate the following into a SQL query
|
What was the final score when the Temple Owls beat Virginia Tech?
|
SELECT Score FROM table WHERE Team = Virginia Tech
|
Translate the following into a SQL query
|
How many games were played on november 27?
|
SELECT COUNT Record FROM table WHERE Date = November 27
|
Translate the following into a SQL query
|
Who got the pole position if the supporting is USAC National Midget Series?
|
SELECT Pole position FROM table WHERE Supporting = USAC National Midget Series
|
Translate the following into a SQL query
|
Who won the fastest lap if Anders Krohn won the pole position?
|
SELECT Fastest lap FROM table WHERE Pole position = Anders Krohn
|
Translate the following into a SQL query
|
How many rounds did João Victor Horto achieved the fastest lap?
|
SELECT COUNT Round FROM table WHERE Fastest lap = João Victor Horto
|
Translate the following into a SQL query
|
What circuit was used on August 21?
|
SELECT Circuit FROM table WHERE Date = August 21
|
Translate the following into a SQL query
|
How many rounds did Alex Ardoin achieved a fastest lap?
|
SELECT COUNT Round FROM table WHERE Fastest lap = Alex Ardoin
|
Translate the following into a SQL query
|
What is the design when quantity is 5,000,000?
|
SELECT Design FROM table WHERE Quantity = 5,000,000
|
Translate the following into a SQL query
|
How many time is the theme rotary international : 100 years in canada?
|
SELECT COUNT Printing Process FROM table WHERE Theme = Rotary International : 100 Years in Canada
|
Translate the following into a SQL query
|
What is the paper type for the date of issue July 8?
|
SELECT Paper Type FROM table WHERE Date of Issue = July 8
|
Translate the following into a SQL query
|
What is the theme when the printing process is litho in 3 cols and intaglio?
|
SELECT Theme FROM table WHERE Printing Process = Litho in 3 cols and intaglio
|
Translate the following into a SQL query
|
How many times is the theme roadside attractions: wawa goose?
|
SELECT COUNT Quantity FROM table WHERE Theme = Roadside Attractions: Wawa Goose
|
Translate the following into a SQL query
|
What is the theme when the date of issue is 11 january 2010?
|
SELECT Theme FROM table WHERE Date of Issue = 11 January 2010
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.