question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
What was the Rockies record at their game that had a loss of Hernandez (3–5)? | SELECT Record FROM table WHERE Loss = hernandez (3–5) |
What engine has g tyres and is driven by elio de angelis? | SELECT Engine FROM table WHERE Tyres = g AND Driver = elio de angelis |
What rounds does elio de angelis drive? | SELECT Rounds FROM table WHERE Driver = elio de angelis |
Who is the constructor for driver alan jones using a chassis of fw06 fw07? | SELECT Constructor FROM table WHERE Chassis = fw06 fw07 AND Driver = alan jones |
What engine does driver james hunt have? | SELECT Engine FROM table WHERE Driver = james hunt |
What's the engine used for rounds 5-6? | SELECT Engine FROM table WHERE Rounds = 5-6 |
Who was the home team at Princes Park? | SELECT Home team score FROM table WHERE Venue = princes park |
Tell me the city/state for the holden racing team with winner of mark skaife todd kelly | SELECT City / State FROM table WHERE Team = holden racing team AND Winner = mark skaife todd kelly |
What is the engine configuration of the 1.2 mpi engine? | SELECT engine configuration FROM table WHERE engine name = 1.2 mpi |
What is the max torque of the 1.2 mpi engine? | SELECT max. torque at rpm FROM table WHERE engine name = 1.2 mpi |
Tell me the long for TD's of 4 | SELECT Long FROM table WHERE TD's = 4 |
Tell me the long for charles frederick | SELECT Long FROM table WHERE Player = charles frederick |
Tell me the average for 1 yards | SELECT Avg. FROM table WHERE Yards = 1 |
Tell me the sum of TD's for 4 avg. | SELECT SUM TD's FROM table WHERE Avg. = 4 |
Which time/retired had 75 laps and Pedro de la Rosa as a driver? | SELECT Time/Retired FROM table WHERE Laps = 75 AND Driver = pedro de la rosa |
What is the total number in the season for the #30 Robert Berlinger series? | SELECT COUNT No. in season FROM table WHERE Directed By = robert berlinger AND No. in series = 30 |
When did Julie gets Validated originally air? | SELECT Original air date FROM table WHERE Title = julie gets validated |
Who was the number 24 series written by? | SELECT Written By FROM table WHERE No. in series = 24 |
When did Boyd Hale's Julie gets Validated originally air? | SELECT Original air date FROM table WHERE Written By = boyd hale AND Title = julie gets validated |
What was the Queens number when Brooklyn was 201,866? | SELECT Queens FROM table WHERE Brooklyn = 201,866 |
Which Queens number in the 1973 Democratic run-off primary involved Herman Badillo and where the Bronx's percentage was 47%? | SELECT Queens FROM table WHERE 1973 Democratic run-off primary = herman badillo AND The Bronx = 47% |
Which Manhattan number appeared when Richmond (Staten Island) was 78%? | SELECT Manhattan FROM table WHERE Richmond [Staten Is.] = 78% |
Which Manhattan number was there when the Total was bigger than 354,581 and The Bronx's number was 97,415? | SELECT Manhattan FROM table WHERE Total > 354,581 AND The Bronx = 97,415 |
What did the home team score against Fitzroy? | SELECT Home team score FROM table WHERE Away team = fitzroy |
Who is the listed opponent in Week 2? | SELECT Opponent FROM table WHERE Week = 2 |
What date has attendance listed as 45,024? | SELECT Date FROM table WHERE Attendance = 45,024 |
What numbered pick was mattias ohlund, with over 52 PL GP, and also a round under 11? | SELECT SUM Pick # FROM table WHERE Rd # < 11 AND Player = mattias ohlund AND Pl GP > 52 |
How many reg GP for mattias ohlund? | SELECT COUNT Reg GP FROM table WHERE Player = mattias ohlund |
What is the average attendance against the expos? | SELECT AVG Attendance FROM table WHERE Opponent = expos |
What is the team's record on april 12? | SELECT Record FROM table WHERE Date = april 12 |
Who did the team play on april 19? | SELECT Opponent FROM table WHERE Date = april 19 |
What is the Aspect of Channel 26.5? | SELECT Aspect FROM table WHERE Channel = 26.5 |
Which Programming is on Channel 26.5? | SELECT Programming FROM table WHERE Channel = 26.5 |
Which Programming is on a channel less than 26.5, has a Video of 480i and a PSIP Short Name of jtv? | SELECT Programming FROM table WHERE Channel < 26.5 AND Video = 480i AND PSIP Short Name = jtv |
What number of laps were done by driver Ronnie Peterson? | SELECT Laps FROM table WHERE Driver = ronnie peterson |
Which driver had a time/retired of fuel system? | SELECT Driver FROM table WHERE Time/Retired = fuel system |
What is the sum of grids with an engine in Time/Retired with less than 45 laps for Giancarlo Baghetti? | SELECT SUM Grid FROM table WHERE Time/Retired = engine AND Laps < 45 AND Driver = giancarlo baghetti |
I want the Grid for Laps of 35 | SELECT Grid FROM table WHERE Laps = 35 |
What is Jonty Rhodes's batting style? | SELECT Batting Style FROM table WHERE Player = jonty rhodes |
What bowling style does First Class Team, Griqualand West have? | SELECT Bowling Style FROM table WHERE First Class Team = griqualand west |
What is the batting style of Makhaya Ntini? | SELECT Batting Style FROM table WHERE Player = makhaya ntini |
What region is the host university of southern california located? | SELECT Region FROM table WHERE Host = university of southern california |
In which state is the city of knoxville? | SELECT State FROM table WHERE City = knoxville |
Which city in Texas hosts the Frank Erwin center? | SELECT City FROM table WHERE State = texas AND Venue = frank erwin center |
In what region is the city of Austin? | SELECT Region FROM table WHERE City = austin |
Which home team scored 10.6 (66)? | SELECT Home team FROM table WHERE Home team score = 10.6 (66) |
Which home team had a score of 10.8 (68)? | SELECT Home team FROM table WHERE Home team score = 10.8 (68) |
What is the polling result for Chuck DeVore which has a corresponding polling result of 4% for Other? | SELECT Chuck DeVore FROM table WHERE Other = 4% |
What is the total when silver is less than 1 and rank larger than 3? | SELECT COUNT Total FROM table WHERE Silver < 1 AND Rank > 3 |
What is the number of bronze for Canada and silver is less than 0? | SELECT SUM Bronze FROM table WHERE Nation = canada AND Silver < 0 |
What is the largest gold when silver is less than 1 for Canada and bronze is less than 0? | SELECT MAX Gold FROM table WHERE Silver < 1 AND Nation = canada AND Bronze < 0 |
What is the silver for Germany and less than 2? | SELECT AVG Silver FROM table WHERE Nation = germany AND Rank < 2 |
Tell me the score for december 3 | SELECT Score FROM table WHERE Date = december 3 |
Tell me the record for december 3 | SELECT Record FROM table WHERE Date = december 3 |
Name the record for dallas visitor | SELECT Record FROM table WHERE Visitor = dallas |
Name the score for december 5 | SELECT Score FROM table WHERE Date = december 5 |
Who is Princes Park's home team? | SELECT Home team FROM table WHERE Venue = princes park |
Who has a home team score of 13.16 (94)? | SELECT Home team FROM table WHERE Home team score = 13.16 (94) |
What was the date that an away team score 11.22 (88)? | SELECT Date FROM table WHERE Away team score = 11.22 (88) |
Who has a home team score of 9.5 (59)? | SELECT Home team FROM table WHERE Home team score = 9.5 (59) |
Who is North Melbourne's home team? | SELECT Home team FROM table WHERE Away team = north melbourne |
In the Crews beyond 2006 what was the Year 8 1st Quads that exists in the same row that had the year 9 2nd Quads of BGGS? | SELECT Year 8 1st Quad FROM table WHERE Year 9 2nd Quad = bggs AND Crew > 2006 |
For the Crew with Year 9 2nd Quads of STM, Year 9 1st Quads of SOM, and a Year 8 3rd Quads of STA what was the Year 8 1st Quads? | SELECT Year 8 1st Quad FROM table WHERE Year 9 2nd Quad = stm AND Year 9 1st Quad = som AND Year 8 3rd Quad = sta |
Which character was in the sexiest female category of the British Soap Awards? | SELECT Character FROM table WHERE Category = sexiest female AND Award = british soap awards |
Which film or series was nominated in the category of best fansite? | SELECT Film or series FROM table WHERE Result = nominated AND Category = best fansite |
What was the score of the home team that had an away team score of 9.9 (63)? | SELECT Home team score FROM table WHERE Away team score = 9.9 (63) |
What is the current score for the home team that had an away score of 9.9 (63)? | SELECT Home team score FROM table WHERE Away team score = 9.9 (63) |
Which venue had an away team score of 16.12 (108)? | SELECT Venue FROM table WHERE Away team score = 16.12 (108) |
Who has an away team score of 2.2 (14)? | SELECT Home team FROM table WHERE Away team score = 2.2 (14) |
Where does Essendon play their home games? | SELECT Venue FROM table WHERE Home team = essendon |
Where was the game held where the away team had a score of 2.2 (14)? | SELECT Venue FROM table WHERE Away team score = 2.2 (14) |
What team plays their home games in Victoria Park? | SELECT Home team FROM table WHERE Venue = victoria park |
Who was the away team in the game where the home team had a score of 4.9 (33)? | SELECT Away team FROM table WHERE Home team score = 4.9 (33) |
What is the total attendance with a Report of sd.hr, and a Score of 3–1, and a Date of 14 apr 2001? | SELECT SUM Attendance FROM table WHERE Report = sd.hr AND Score = 3–1 AND Date = 14 apr 2001 |
What is the highest production code when the writer was brian egeston after season 5? | SELECT MAX Production code FROM table WHERE Written by = brian egeston AND Season # > 5 |
What was the record when chicago was the home team? | SELECT Record FROM table WHERE Home = chicago |
What Venue has an Away Team Score of 9.12 (66)? | SELECT Venue FROM table WHERE Away team score = 9.12 (66) |
What Venue has an Away team score of 11.13 (79)? | SELECT Venue FROM table WHERE Away team score = 11.13 (79) |
How many people were in the crowd when the Home Team was Hawthorn? | SELECT SUM Crowd FROM table WHERE Home team = hawthorn |
On what date is the Crowd larger than 28,049, and an Home team score of 17.15 (117)? | SELECT Date FROM table WHERE Crowd > 28,049 AND Home team score = 17.15 (117) |
What's the average Grid with Laps of 88? | SELECT AVG Grid FROM table WHERE Laps = 88 |
Which driver has a Time/Retired of +6 laps? | SELECT Driver FROM table WHERE Time/Retired = +6 laps |
Which away team played a home team with a score of 10.9 (69) at Glenferrie Oval? | SELECT Away team FROM table WHERE Home team score = 10.9 (69) AND Venue = glenferrie oval |
What did Hawthorn score as the home team? | SELECT Home team score FROM table WHERE Home team = hawthorn |
What team played South Melbourne at their home game? | SELECT Away team FROM table WHERE Home team = south melbourne |
What team played Geelong at their away game? | SELECT Home team FROM table WHERE Away team = geelong |
How many spectators were at the away game where the score was 9.6 (60)? | SELECT Crowd FROM table WHERE Away team score = 9.6 (60) |
What is the 1989 result of the tournament in which Katerina Maleeva finished 4r in 1991? | SELECT 1989 FROM table WHERE 1991 = 4r |
What is the 1989 result of the tournament in which Katerina finished nh in 1986? | SELECT 1989 FROM table WHERE 1986 = nh |
What is the total of the ranks that did not participate? | SELECT Total FROM table WHERE Rank = did not participate |
What is the decile for Westminster Christian School with a state integrated authority? | SELECT Decile FROM table WHERE Authority = state integrated AND Name = westminster christian school |
What are the years when the authority was state integrated and a decile of 9? | SELECT Years FROM table WHERE Authority = state integrated AND Decile = 9 |
What did the team score while away in moorabbin oval? | SELECT Away team score FROM table WHERE Venue = moorabbin oval |
What is the highest Purse ($) that has a 1st Prize ($) of 45,000 at the gte kaanapali classic tournament? | SELECT MAX Purse( $ ) FROM table WHERE 1st Prize( $ ) = 45,000 AND Tournament = gte kaanapali classic |
When was the general foods pga seniors' championship tournament? | SELECT Date FROM table WHERE Tournament = general foods pga seniors' championship |
What was the attendance on location when the record was 3–16? | SELECT Location Attendance FROM table WHERE Record = 3–16 |
On what date was a two-way tie (8) the high rebound? | SELECT Date FROM table WHERE High rebounds = two-way tie (8) |
What is the home score with Away team score of 11.11 (77)? | SELECT Home team score FROM table WHERE Away team score = 11.11 (77) |
What is the home team score with Away team Richmond? | SELECT Home team score FROM table WHERE Away team = richmond |
Which date has an Away team score of 11.11 (77)? | SELECT Date FROM table WHERE Away team score = 11.11 (77) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.