question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
On what date did the match where fitzroy was the home team occur? | SELECT Date FROM table WHERE Home team = fitzroy |
In the match where the away team scored 12.16 (88), who was the home team? | SELECT Home team score FROM table WHERE Away team score = 12.16 (88) |
What was the name of the away team had a score of 17.15 (117) | SELECT Away team FROM table WHERE Away team score = 17.15 (117) |
On the match where the away team scored 16.16 (112) what was the crowd attendance? | SELECT AVG Crowd FROM table WHERE Away team score = 16.16 (112) |
What is the smallest apps in Honduras with less than 2 goals for Club Deportivo Victoria in a division over 1? | SELECT MIN Apps FROM table WHERE Country = honduras AND Goals < 2 AND Team = club deportivo victoria AND Division > 1 |
What grid for jacques villeneuve with over 36 laps? | SELECT MAX Grid FROM table WHERE Driver = jacques villeneuve AND Laps > 36 |
What were the lowest laps of Tarso Marques? | SELECT MIN Laps FROM table WHERE Driver = tarso marques |
What's the average Grid for those who spun off after Lap 64? | SELECT AVG Grid FROM table WHERE Time/Retired = spun off AND Laps > 64 |
What is the grid total that has a Time/Retired of + 1:33.141, and under 70 laps? | SELECT SUM Grid FROM table WHERE Time/Retired = + 1:33.141 AND Laps < 70 |
What is the high lap total for tyrrell - yamaha, and a Time/Retired of + 1 lap? | SELECT MAX Laps FROM table WHERE Constructor = tyrrell - yamaha AND Time/Retired = + 1 lap |
What is the low lap total for a grid of 14? | SELECT MIN Laps FROM table WHERE Grid = 14 |
How many laps for martin brundle with a grid of less than 10? | SELECT COUNT Laps FROM table WHERE Driver = martin brundle AND Grid < 10 |
What was the average points in the quarterfinals domestic cup? | SELECT AVG Points FROM table WHERE Domestic Cup = quarterfinals |
Which level is quarterfinals domestic cup? | SELECT Level FROM table WHERE Domestic Cup = quarterfinals |
What format is catalogue 148615 in? | SELECT Format FROM table WHERE Catalogue = 148615 |
Which region was on June 8, 2004? | SELECT Region FROM table WHERE Date = june 8, 2004 |
What format is catalogue WPCR13504 in? | SELECT Format FROM table WHERE Catalogue = wpcr13504 |
What format is the Catalogue 9362486152 from the region of Australia in? | SELECT Format FROM table WHERE Catalogue = 9362486152 AND Region = australia |
What region is the catalogue number 9362486152 that was from September 3, 2004 from? | SELECT Region FROM table WHERE Catalogue = 9362486152 AND Date = september 3, 2004 |
What region is the catalogue released on June 8, 2004 from? | SELECT Region FROM table WHERE Date = june 8, 2004 |
What day is carlton the home side? | SELECT Date FROM table WHERE Home team = carlton |
What is the away team's score when the Home team score is 14.18 (102)? | SELECT Away team score FROM table WHERE Home team score = 14.18 (102) |
What is the home team's score when south melbourne is away? | SELECT Home team score FROM table WHERE Away team = south melbourne |
What day does the home side score 13.13 (91)? | SELECT Date FROM table WHERE Home team score = 13.13 (91) |
Tell me the listed when cerclis id is msd004006995 | SELECT Listed FROM table WHERE CERCLIS ID = msd004006995 |
What is the timeslor rank for the episode with larger than 2.9 rating, rating/share of 2.6/8 and rank for the night higher than 5? | SELECT AVG Rank (Timeslot) FROM table WHERE Rating > 2.9 AND Rating/share (18-49) = 2.6/8 AND Rank (Night) > 5 |
What is the smallest rating with nightly rank smaller than 7, timeslot rank smaller than 5 and eposide after episode 6? | SELECT MIN Rating FROM table WHERE Rank (Night) < 7 AND Rank (Timeslot) < 5 AND Episode > 6 |
What is the lowest nightly rank for an episode after episode 1 with a rating/share of 2.6/8? | SELECT MIN Rank (Night) FROM table WHERE Rating/share (18-49) = 2.6/8 AND Episode > 1 |
What is the timeslot rank when the rating is smaller than 2.6 and the share is more than 4? | SELECT AVG Rank (Timeslot) FROM table WHERE Rating < 2.6 AND Share > 4 |
What is the smallest timeslot rank when the rating is smaller than 2.6? | SELECT MIN Rank (Timeslot) FROM table WHERE Rating < 2.6 |
What away team played at Kardinia Park? | SELECT Away team FROM table WHERE Venue = kardinia park |
What team played Hawthorn? | SELECT Away team FROM table WHERE Home team = hawthorn |
What is the total wins with less than 21 goals taken? | SELECT SUM Wins FROM table WHERE Goals Against < 21 |
What is the date of game 59? | SELECT Date FROM table WHERE Game = 59 |
What player is a lock with 1 cap? | SELECT Player FROM table WHERE Position = lock AND Caps = 1 |
What position does ceri sweeney with under 87 caps of the newport gwent dragons play? | SELECT Position FROM table WHERE Club/province = newport gwent dragons AND Caps < 87 AND Player = ceri sweeney |
What player has 12 caps? | SELECT Player FROM table WHERE Caps = 12 |
Tell me the Shuji Kondo for MAZADA of X with Ryuji Hijikata of hijikata (14:24) | SELECT Shuji Kondo FROM table WHERE MAZADA = x AND Ryuji Hijikata = hijikata (14:24) |
Name the El samurai with MAZADA of x for Ryuji Hijikata of draw (30:00) | SELECT El Samurai FROM table WHERE MAZADA = x AND Ryuji Hijikata = draw (30:00) |
Name the MAZADA for El Samurai of mazada (16:22) | SELECT MAZADA FROM table WHERE El Samurai = mazada (16:22) |
Name the Shuji Kondo for MAZADA of hijikata (14:24) | SELECT Shuji Kondo FROM table WHERE MAZADA = hijikata (14:24) |
when was the building withdrawn when the builder was ac cars and was introduced before 1958? | SELECT SUM Withdrawn FROM table WHERE Builder = ac cars AND Introduced < 1958 |
What was the decision on october 5? | SELECT Decision FROM table WHERE Date = october 5 |
Who played home team at Victoria Park? | SELECT Home team FROM table WHERE Venue = victoria park |
What Season has Goals greater than 0 and less than 33 Apps? | SELECT Season FROM table WHERE Goals > 0 AND Apps < 33 |
How many carries for the RB averaging 4.7, and a long of over 30 yards? | SELECT SUM Car. FROM table WHERE Avg. = 4.7 AND Long > 30 |
How many yards did kevin swayne average, with a long carry over 7? | SELECT MIN Avg. FROM table WHERE Player = kevin swayne AND Long > 7 |
How many yards for the player with over 0 TDs and an average of 2.9? | SELECT MIN Yards FROM table WHERE TD's > 0 AND Avg. = 2.9 |
How many TDs for the player averaging over 7, and over 39 yards? | SELECT MIN TD's FROM table WHERE Avg. > 7 AND Yards > 39 |
What is the catalogue for Harbor Lights as a title? | SELECT Catalogue FROM table WHERE Song Title = harbor lights |
What cataglogue has 27 tracks? | SELECT Catalogue FROM table WHERE Track = 27 |
Which year first played with Double W-L of 8β3? | SELECT First year played FROM table WHERE Doubles W-L = 8β3 |
What is the height that has a year after 1983 and is named Phoenix Tower? | SELECT Height ft / m FROM table WHERE Year > 1983 AND Name = phoenix tower |
What is the oldest year listed with the 1500 Louisiana Street name? | SELECT MIN Year FROM table WHERE Name = 1500 louisiana street |
What is the Height of rank 11? | SELECT Height ft / m FROM table WHERE Rank = 11 |
What is the largest enrollment for anglican day schools founded after 1929? | SELECT MAX Enrolment FROM table WHERE Denomination = anglican AND Day/Boarding = day AND Founded > 1929 |
What city of license is associated with call sign w244bk? | SELECT City of license FROM table WHERE Call sign = w244bk |
What city of license has a Frequency under 107.7, and a call sign of w247aq? | SELECT City of license FROM table WHERE Frequency MHz < 107.7 AND Call sign = w247aq |
Which team was played against on the game where Earl Watson (6) had the highest assists on January 19? | SELECT Team FROM table WHERE High assists = earl watson (6) AND Date = january 19 |
A singular abbreviation of p. is used for what singular word? | SELECT Singular Word FROM table WHERE Singular abbreviation = p. |
A plural abbreviation of pp. is used for what singular word? | SELECT Singular Word FROM table WHERE Plural abbreviation = pp. |
The plural word of hands uses what singular word? | SELECT Singular Word FROM table WHERE Plural Word = hands |
The plural word of following lines or pages has what plural abbreviation? | SELECT Plural abbreviation FROM table WHERE Plural Word = following lines or pages |
The plural abbreviation of ll. uses what plural word? | SELECT Plural Word FROM table WHERE Plural abbreviation = ll. |
The singular word of hand uses what plural word? | SELECT Plural Word FROM table WHERE Singular Word = hand |
How much did the home team st kilda score? | SELECT Home team score FROM table WHERE Home team = st kilda |
When the crowd was larger than 7,500 what was the away teams score? | SELECT Away team score FROM table WHERE Crowd > 7,500 |
What's the total number of people to attend games at junction oval? | SELECT COUNT Crowd FROM table WHERE Venue = junction oval |
When the Away team scored 11.8 (74) how many people showed up? | SELECT Crowd FROM table WHERE Away team score = 11.8 (74) |
How many people have attended victoria park? | SELECT COUNT Crowd FROM table WHERE Venue = victoria park |
How many people voted in the election of 1941? | SELECT Number of votes FROM table WHERE Election = 1941 |
Which candidate lost the election that 770,046 people voted in? | SELECT Candidate FROM table WHERE Outcome of election = lost AND Number of votes = 770,046 |
Which candidate won 61.47% of the votes? | SELECT Candidate FROM table WHERE Share of votes = 61.47% |
What percentage of votes did the candidate win in the election of 1969? | SELECT Share of votes FROM table WHERE Election = 1969 |
Which GWR numbers had a quantity less than 2 when the M&SWJ number was 9? | SELECT GWR Nos. FROM table WHERE Quantity < 2 AND M&SWJ Nos. = 9 |
Which manucfaturer's type was 2-6-0? | SELECT Manufacturer FROM table WHERE Type = 2-6-0 |
What was the score of the game when the Devils had a record of 14β10β2? | SELECT Score FROM table WHERE Record = 14β10β2 |
What was the date of the game when the Devils had a record of 21β14β3? | SELECT Date FROM table WHERE Record = 21β14β3 |
What distance did the winning horse run in the Summer Doldrums. | SELECT Distance FROM table WHERE Winning horse = summer doldrums |
Who is the jockey for the winning horse Rafael Bejarano? | SELECT Winning horse FROM table WHERE Winning jockey = rafael bejarano |
What is the race with the track distance of 6 furlongs and spectacular bid stakes? | SELECT Track FROM table WHERE Distance = 6 furlongs AND Race = spectacular bid stakes |
what race did Dominican win with a distance of 1-1/16 miles? | SELECT Race FROM table WHERE Winning horse = dominican AND Distance = 1-1/16 miles |
What tournament since 1973 has a result of 1st? | SELECT Tournament FROM table WHERE Result = 1st AND Year > 1973 |
In what tournament was there an extra of 400 m hurdles? | SELECT Tournament FROM table WHERE Extra = 400 m hurdles |
What was the Result in Year 1973? | SELECT Result FROM table WHERE Year = 1973 |
In which year was the Tournament of european indoor championships played where the Extra was 800 m and the Result was 2nd? | SELECT Year FROM table WHERE Extra = 800 m AND Tournament = european indoor championships AND Result = 2nd |
What player is from Chula Vista, Ca? | SELECT Player FROM table WHERE Hometown = chula vista, ca |
What MLB draft has Shaun Boyd? | SELECT MLB Draft FROM table WHERE Player = shaun boyd |
what is the college/junior/club team (league) when the round is more than 2 and the player is bert robertsson (d)? | SELECT College/Junior/Club Team (League) FROM table WHERE Round > 2 AND Player = bert robertsson (d) |
what is the college/junior/club team (league) when the round is less than 7? | SELECT College/Junior/Club Team (League) FROM table WHERE Round < 7 |
what is the nhl team for round 10? | SELECT NHL Team FROM table WHERE Round = 10 |
what is the highest round when the player is troy creurer (d)? | SELECT MAX Round FROM table WHERE Player = troy creurer (d) |
Who was the opponent on week 3? | SELECT Opponent FROM table WHERE Week = 3 |
What chapter is located in Normal, Illinois? | SELECT Chapter FROM table WHERE Location = normal, illinois |
What is the average position for tb2l teams promoted champion? | SELECT AVG Pos. FROM table WHERE League = tb2l AND Postseason = promoted champion |
How many teams were promoted in the postseason in a tier above 2? | SELECT COUNT Pos. FROM table WHERE Postseason = promoted AND Tier < 2 |
What is the Home team score At Windy Hill? | SELECT Home team score FROM table WHERE Venue = windy hill |
How big of a crowd was attending the game whose Away team scored 9.10 (64)? | SELECT Crowd FROM table WHERE Away team score = 9.10 (64) |
Who is the partner in the final with a score of 2β6, 7β6, 7β6? | SELECT Partner FROM table WHERE Score in the final = 2β6, 7β6, 7β6 |
On what surface was Ivan Lendl a partner with a runner-up outcome and final score of 2β6, 6β7? | SELECT Surface FROM table WHERE Outcome = runner-up AND Partner = ivan lendl AND Score in the final = 2β6, 6β7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.