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