question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
what is the name of the episode whose writers were jeff astrof & matt goldman? | SELECT Title FROM table WHERE Written by = Jeff Astrof & Matt Goldman |
who were the writers of the episode that had 5.56 millions of north american viewers? | SELECT Written by FROM table WHERE U.S. viewers (millions) = 5.56 |
what is the name of the episode whose writers were jeff astrof & matt goldman? | SELECT Title FROM table WHERE Written by = Jeff Astrof & Matt Goldman |
What is the average for the player with 313 runs? | SELECT Average FROM table WHERE Runs = 313 |
How few runs does the 97.00 average have? | SELECT MIN Runs FROM table WHERE Average = 97.00 |
What is the minimum number of 50s scored? | SELECT MIN 50s FROM table |
How many 4wi were recorded by the player with an economy of 4.17? | SELECT 4wi FROM table WHERE Economy = 4.17 |
What is the fewest number of wickets recorded? | SELECT MIN Wickets FROM table |
What was the BBI for the bowler whose average is 24.50? | SELECT BBI FROM table WHERE Average = 24.50 |
What is the least amount of wickets? | SELECT MIN Wickets FROM table |
What is the least amount of matches? | SELECT MIN Matches FROM table |
How many players had 12 wickets? | SELECT COUNT Player FROM table WHERE Wickets = 12 |
How many innings for the player with an average of 30.03? | SELECT MIN Innings FROM table WHERE Average = 30.03 |
What is the average for the player with BBM 5/85? | SELECT Average FROM table WHERE BBM = 5/85 |
What is the lowest episode number that had 4.03 million viewers? | SELECT MIN Episode # FROM table WHERE Viewers (millions) = 4.03 |
How many million viewers watched episodes prior to episode 2.0? | SELECT Viewers (millions) FROM table WHERE Episode # < 2.0 |
What was the original air-date that had 4.77 million viewers? | SELECT Originalairdate FROM table WHERE Viewers (millions) = 4.77 |
Who directed the episode with 6.37 million viewers? | SELECT Directed by FROM table WHERE Viewers (millions) = 6.37 |
What is the release date of catalogue number DW023? | SELECT MAX Release date FROM table WHERE Catalogue number = DW023 |
What is the release date of "New Worlds for Old"? | SELECT Release date FROM table WHERE Release title = New Worlds For Old |
What is the catalogue number for "Waves in the Air"? | SELECT Catalogue number FROM table WHERE Release title = Waves In The Air |
What is the catalogue number for release dates of exactly 2005 and released by The Clear Spots? | SELECT Catalogue number FROM table WHERE Release date = 2005 AND Artist = The Clear Spots |
Which artist had a release title of HH? | SELECT Artist FROM table WHERE Release title = HH |
What was the name of the album released by Heavy Winged? | SELECT Release title FROM table WHERE Artist = Heavy Winged |
Who was the dual television commentator in 1990? | SELECT Dual Television commentator FROM table WHERE Year(s) = 1990 |
Who made the comments for radio broadcast when Jan Gabrielsson made them for television broadcast? | SELECT Radio commentator FROM table WHERE Television commentator = Jan Gabrielsson |
Name the total number of moto2 winners for laguna seca | SELECT COUNT Moto2 winner FROM table WHERE Circuit = Laguna Seca |
Name the circuit for hertz british grand prix | SELECT Circuit FROM table WHERE Grand Prix = Hertz British Grand Prix |
Name the number of rounds for brno | SELECT COUNT Round FROM table WHERE Circuit = Brno |
Name the motogp winner for 6 may | SELECT MotoGP winner FROM table WHERE Date = 6 May |
when was the episode titled "cracked" originally aired? | SELECT Original air date FROM table WHERE Title = "Cracked" |
Name the b winning car for #88 team mitsubishi 88 mitsubishi starion | SELECT B Winning Car FROM table WHERE A Winning Car = #88 Team Mitsubishi 88 Mitsubishi Starion |
Name the gt winning car for #88 team mitsubishi 88 mitsubishi starion | SELECT GT Winning Car FROM table WHERE A Winning Car = #88 Team Mitsubishi 88 Mitsubishi Starion |
Name the ss winning car for road atlanta and #35 quantum engineering #35 honda crx-si | SELECT SS Winning Car FROM table WHERE Circuit = Road Atlanta AND B Winning Car = #35 Quantum Engineering #35 Honda CRX-Si |
Name the total number of rnd for kim baker, bobby archer, tommy archer | SELECT COUNT Rnd FROM table WHERE SS Winning Car = Kim Baker, Bobby Archer, Tommy Archer |
Name the total number of b winning car and bobby archer, tommy archer | SELECT COUNT B Winning Car FROM table WHERE SS Winning Car = Bobby Archer, Tommy Archer |
How many institutes have the team name Spartans? | SELECT COUNT Institution FROM table WHERE Team Name = Spartans |
How many states were there when there was an enrollment of 2789? | SELECT COUNT State FROM table WHERE Enrollment = 2789 |
What kind of institute is in Indiana? | SELECT Affiliation FROM table WHERE State = Indiana |
How many people enrolled for the institute with the Pioneers? | SELECT MIN Enrollment FROM table WHERE Team Name = Pioneers |
What team is in the city of Rock Island? | SELECT Team Name FROM table WHERE City = Rock Island |
What is the name of the episode written by alison cross? | SELECT Title FROM table WHERE Written by = Alison Cross |
How many viewers watched the episode "the beast in me"? | SELECT U.S. viewers (in millions) FROM table WHERE Title = "The Beast in Me" |
How many people wrote the "the beast in me"? | SELECT COUNT Written by FROM table WHERE Title = "The Beast in Me" |
Who directed the episode written by karina csolty | SELECT Directed by FROM table WHERE Written by = Karina Csolty |
What is the name of the episode written by karina csolty? | SELECT Title FROM table WHERE Written by = Karina Csolty |
Who directed the episode whose production code is 2m5901? | SELECT Directed by FROM table WHERE Production = 2M5901 |
What is the first air date of the episode titled "Cuts like a knife"? | SELECT Original air date FROM table WHERE Title = "Cuts Like a Knife" |
How many viewers in millions were there for episode 4 of this season? | SELECT COUNT U.S. viewers (in millions) FROM table WHERE No. in season = 4 |
What is the production code for the episode titled "Love the way you lie"? | SELECT Production FROM table WHERE Title = "Love the Way You Lie" |
Name the total number of rank for percentage change yoy 13.1% | SELECT COUNT National Rank FROM table WHERE Percentage Change YOY = 13.1% |
Name the percentage change yoy for presbyterian college | SELECT Percentage Change YOY FROM table WHERE Institution = Presbyterian College |
Name the national rank for medical university of south carolina | SELECT National Rank FROM table WHERE Institution = Medical University of South Carolina |
What is the lowest numbered episode in the series? | SELECT MIN No. in series FROM table |
What numbered episode in the series is "remember me"? | SELECT MIN No. in series FROM table WHERE Title = "Remember Me" |
How many episodes were written by david j. north & janet tamaro? | SELECT COUNT Original air date FROM table WHERE Written by = David J. North & Janet Tamaro |
What are the original air dates for episodes directed by fred toye? | SELECT Original air date FROM table WHERE Directed by = Fred Toye |
What was the aggregate score for Montauban? | SELECT Aggregate score FROM table WHERE Proceed to Quarter-final = Montauban |
Who proceeded to the quarter finals with a points margin of 21? | SELECT Proceed to Quarter-final FROM table WHERE Points margin = 21 |
What were the match points when Bordeaux-Bègles was eliminated from competition? | SELECT Match points FROM table WHERE Eliminated from competition = Bordeaux-Bègles |
How many viewers saw the episode written by kevin biegel & bill lawrence? | SELECT U.S. viewers (in million) FROM table WHERE Written by = Kevin Biegel & Bill Lawrence |
What was the episode number veiwed by 7.43 million viewers? | SELECT MAX Series episode FROM table WHERE U.S. viewers (in million) = 7.43 |
What was the title of the episode viewed by 5.03 million viewers? | SELECT Title FROM table WHERE U.S. viewers (in million) = 5.03 |
What was the episode number for the episode viewed by 5.68 million viewers? | SELECT Season episode FROM table WHERE U.S. viewers (in million) = 5.68 |
What is the episode number with a title "baby's a rock 'n' roller"? | SELECT MIN Series episode FROM table WHERE Title = "Baby's a Rock 'N' Roller" |
How many times is the new entries this round is none? | SELECT COUNT Number of fixtures FROM table WHERE New entries this round = none |
What is the prize money when the clubs is 392 → 276? | SELECT Prize money FROM table WHERE Clubs = 392 → 276 |
What is the lowest number of fixtures? | SELECT MIN Number of fixtures FROM table |
What is the main date when the round is third round qualifying? | SELECT Main date FROM table WHERE Round = Third Round Qualifying |
What is the round when the prize money is £7,500? | SELECT Round FROM table WHERE Prize money = £7,500 |
What number in series was the episode written by Eric Gilliland? | SELECT MAX No. in series FROM table WHERE Written by = Eric Gilliland |
how many total number of points margin when brive is the winners | SELECT COUNT Points margin FROM table WHERE Winners = Brive |
how many match points did gran parma lost | SELECT Match points FROM table WHERE Losers = Gran Parma |
how many match points rotherham lose | SELECT Match points FROM table WHERE Losers = Rotherham |
When brive is the proceed to quarter final how many were eliminated from competition? | SELECT COUNT Eliminated from competition FROM table WHERE Proceed to Quarter-final = Brive |
When london irish was eliminated from competition who proceeded to quarter final? | SELECT Proceed to Quarter-final FROM table WHERE Eliminated from competition = London Irish |
When brive proceeded to quarter final what were the match points? | SELECT Match points FROM table WHERE Proceed to Quarter-final = Brive |
When london irish was eliminated from competition who proceeded to quarter final? | SELECT Proceed to Quarter-final FROM table WHERE Eliminated from competition = London Irish |
What is the production code of the episode written by Jeff Filgo? | SELECT MAX Production code FROM table WHERE Written by = Jeff Filgo |
Who wrote the episode titled "Red's Birthday"? | SELECT Written by FROM table WHERE Title = "Red's Birthday" |
What is the production code of the episode titled "Halloween"? | SELECT MIN Production code FROM table WHERE Title = "Halloween" |
Name the original air date for bryan moore & chris peterson | SELECT Original air date FROM table WHERE Written by = Bryan Moore & Chris Peterson |
Name the least production code for bryan moore & chris peterson | SELECT MIN Production code FROM table WHERE Written by = Bryan Moore & Chris Peterson |
Name who directed the episode "babe i'm gonna leave you" | SELECT Directed by FROM table WHERE Title = "Babe I'm Gonna Leave You" |
Name the total number in season for "the battle of evermore" | SELECT COUNT No. in season FROM table WHERE Title = "The Battle of Evermore" |
How many dates did the episode with a production code of 804 originally air on? | SELECT COUNT Original air date FROM table WHERE Production code = 804 |
What is the original air date for "killer queen"? | SELECT Original air date FROM table WHERE Title = "Killer Queen" |
Who directed episode 2 of the season? | SELECT Directed by FROM table WHERE No. in season = 2 |
Who wrote "bohemian rhapsody"? | SELECT Written by FROM table WHERE Title = "Bohemian Rhapsody" |
What dat did episode 195 in the series originally air? | SELECT Original air date FROM table WHERE No. in series = 195 |
What is the name of episode 5 in the season? | SELECT Title FROM table WHERE No. in season = 5 |
Who wrote "it's only rock and roll"? | SELECT Written by FROM table WHERE Title = "It's Only Rock and Roll" |
What is the title of episode 155 in the series? | SELECT Title FROM table WHERE No. in series = 155 |
What is the last year a sponsorship ended? | SELECT MAX Sponsorship Ended FROM table |
How many countries played in the city of ljungskile? | SELECT COUNT Country FROM table WHERE City = Ljungskile |
What cities are in sweden on this list? | SELECT City FROM table WHERE Country = Sweden |
What country is new orleans in? | SELECT Country FROM table WHERE City = New Orleans |
What country are the new orleans shell shockers from? | SELECT Country FROM table WHERE Sponsored name = New Orleans Shell Shockers |
What is the arrangement for bets3ab 3alia nafsy? | SELECT Arrangement FROM table WHERE Title = Bets3ab 3alia Nafsy |
Who was the composer of ain shams? | SELECT Composer FROM table WHERE Title = Ain Shams |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.