question
stringlengths 12
244
| sql
stringlengths 22
468
|
---|---|
Who directed the episode that aired on July 29, 2011?
|
SELECT Directed by FROM table WHERE U.S. air date = July 29, 2011
|
How many air dates where directed by jim donovan?
|
SELECT COUNT U.S. air date FROM table WHERE Directed by = Jim Donovan
|
What is the smallest number?
|
SELECT MIN # FROM table
|
Which air dates have 1.229 canadian viewers (millions)?
|
SELECT U.S. air date FROM table WHERE Canadian viewers (million) = 1.229
|
In what district is the city listed in Serial number 9?
|
SELECT COUNT District FROM table WHERE Serial No. = 9
|
What is the area of the city in the Sargodha district?
|
SELECT COUNT City Area(km 2 ) FROM table WHERE District = Sargodha District
|
What is the smallest city area?
|
SELECT MIN City Area(km 2 ) FROM table
|
If Di Drew is the director, what was the original air date for episode A Whole Lot to Lose?
|
SELECT Original air date FROM table WHERE Directed by = Di Drew
|
What is the population (2010 census) if s barangay is 51?
|
SELECT COUNT Population (2010 census) FROM table WHERE s Barangay = 51
|
What is the population (2010 census) if the area is 66.11?
|
SELECT MIN Population (2010 census) FROM table WHERE Area ( has .) = 66.11
|
How many entered the match with a time of 14:42?
|
SELECT Entered FROM table WHERE Time = 14:42
|
What was the time for the match with Cena?
|
SELECT Time FROM table WHERE Wrestler = Cena
|
What was the time of the match where Chris Jericho eliminated the wrestler?
|
SELECT Time FROM table WHERE Eliminated by = Chris Jericho
|
What are all the stations with a license in Cincinnati?
|
SELECT Station FROM table WHERE City of license /Market = Cincinnati
|
What station is affiliated with kmgh-tv?
|
SELECT Affiliation FROM table WHERE Station = KMGH-TV
|
How many stations have been owned since wfts-tv?
|
SELECT Owned Since FROM table WHERE Station = WFTS-TV
|
What city of license/market has the channel of 41?
|
SELECT City of license /Market FROM table WHERE Channel ( TV / RF ) = 41
|
What is the minimum stations owned since kero-tv?
|
SELECT MIN Owned Since FROM table WHERE Station = KERO-TV
|
What is the lyric fm for rnag 93.2?
|
SELECT Lyric FM (MHz) FROM table WHERE RnaG (MHz) = 93.2
|
What are the 2fm's for erp 16?
|
SELECT 2FM (MHz) FROM table WHERE ERP (kW) = 16
|
What is the rnag for kippure transmitter?
|
SELECT RnaG (MHz) FROM table WHERE Transmitter = Kippure
|
What is the rnag for lyric fm 98.7?
|
SELECT RnaG (MHz) FROM table WHERE Lyric FM (MHz) = 98.7
|
What is the 2fm for rnag 94.4?
|
SELECT 2FM (MHz) FROM table WHERE RnaG (MHz) = 94.4
|
How many reasons were given when A. Willis Robertson (D) resigned?
|
SELECT COUNT Reason for change FROM table WHERE Vacator = A. Willis Robertson (D)
|
Who vacated his post when his successor was formally installed on May 11, 1966?
|
SELECT Vacator FROM table WHERE Date of successors formal installation = May 11, 1966
|
What was the state (class) where the new successor was formally installed on May 11, 1966?
|
SELECT State (class) FROM table WHERE Date of successors formal installation = May 11, 1966
|
When abba is the artist what is the album?
|
SELECT Album FROM table WHERE Artist = ABBA
|
When 35 is the number what is the album?
|
SELECT Album FROM table WHERE No. = 35
|
When bat out of hell is the album what is the lowest number?
|
SELECT MIN No. FROM table WHERE Album = Bat Out of Hell
|
When cannot handle non-empty timestamp argument! 2007 is released what is the no.?
|
SELECT No. FROM table WHERE Released = Cannot handle non-empty timestamp argument! 2007
|
Which district did Ralph Harvey (r) vacated when he resigned?
|
SELECT District FROM table WHERE Vacator = Ralph Harvey (R)
|
Who did Walter B. Jones, Sr. (d) succeeded in office?
|
SELECT Vacator FROM table WHERE Successor = Walter B. Jones, Sr. (D)
|
What number episode in the series was titled "Never the Bride"?
|
SELECT No. in series FROM table WHERE Title = "Never the Bride"
|
Who wrote the episode titled "Trojan Horst"?
|
SELECT Written by FROM table WHERE Title = "Trojan Horst"
|
What was the title of the episode directed by John T. Kretchmer?
|
SELECT Title FROM table WHERE Directed by = John T. Kretchmer
|
How many seasons were directed by Bryan Spicer?
|
SELECT MIN No. in season FROM table WHERE Directed by = Bryan Spicer
|
What is the title of series 23?
|
SELECT Title FROM table WHERE No. in series = 23
|
When did the title "training video" originally air?
|
SELECT Original air date FROM table WHERE Title = "Training Video"
|
Who directed season 1?
|
SELECT Directed by FROM table WHERE No. in season = 1
|
What is the title when u.s. viewers (millions) is 3.97?
|
SELECT Title FROM table WHERE U.S. viewers (in millions) = 3.97
|
how many people commentated where broadcaster is orf
|
SELECT COUNT Commentator FROM table WHERE Broadcaster = ORF
|
list the spokespersons where voting order is 9
|
SELECT Spokespersons FROM table WHERE Voting order = 9
|
which countries were commentated on by gordana bonetti
|
SELECT Country FROM table WHERE Commentator = Gordana Bonetti
|
wich spokesperson talked on luxembourg
|
SELECT Spokespersons FROM table WHERE Country = Luxembourg
|
who was the commentator when spokesperson was claude darget
|
SELECT Commentator FROM table WHERE Spokespersons = Claude Darget
|
List all institutions with a team name of the Cardinals.
|
SELECT Institution FROM table WHERE Team Nickname = Cardinals
|
List the total number of institutions founded in Rock Island, Illinois.
|
SELECT COUNT Founded FROM table WHERE Location = Rock Island, Illinois
|
How many viewers in millions watched the episode 23:55 minutes long?
|
SELECT Viewers (in millions) FROM table WHERE Run time = 23:55
|
What is the broadcast date of the 16mm t/r episode?
|
SELECT Broadcast date FROM table WHERE Archive = 16mm t/r
|
How many viewers watched the 16mm t/r episode?
|
SELECT Viewers (in millions) FROM table WHERE Archive = 16mm t/r
|
state el canal de las estrellas where october 20, 2008 stat is june 5, 2009
|
SELECT El Canal de las Estrellas FROM table WHERE October 20, 2008 = June 5, 2009
|
state el canal de las estrellas where mañana es para siempre is impreuna pentru totdeauna
|
SELECT El Canal de las Estrellas FROM table WHERE Mañana es para siempre = Impreuna pentru totdeauna
|
what is the june 14, 2009 stat where october 20, 2008 stat is november 15, 2010
|
SELECT June 14, 2009 FROM table WHERE October 20, 2008 = November 15, 2010
|
what is the mexico stat where mañana es para siempre is love never dies
|
SELECT Mexico FROM table WHERE Mañana es para siempre = Love Never Dies
|
state el canal de las estrellas where october 20, 2008 stat is june 5, 2009
|
SELECT El Canal de las Estrellas FROM table WHERE October 20, 2008 = June 5, 2009
|
what is the october 20, 2008 stat where mexico stat is romania
|
SELECT October 20, 2008 FROM table WHERE Mexico = Romania
|
Name the other for chironius multiventris septentrionalis
|
SELECT Other FROM table WHERE Species = Chironius multiventris septentrionalis
|
Name the trinidad for yellow-bellied puffing snake
|
SELECT Trinidad FROM table WHERE Common name = Yellow-bellied puffing snake
|
Name the bocas for chironius multiventris septentrionalis
|
SELECT Bocas Is. FROM table WHERE Species = Chironius multiventris septentrionalis
|
Name the trindad for yellow-bellied puffing snake
|
SELECT Trinidad FROM table WHERE Common name = Yellow-bellied puffing snake
|
Name the common name for chironius multiventris septentrionalis
|
SELECT Common name FROM table WHERE Species = Chironius multiventris septentrionalis
|
What contestant was premiered on July 25?
|
SELECT Contestant Name FROM table WHERE Date Premiered (2009) = July 25
|
What's the Air Force - Navy score in the 2018 season?
|
SELECT Air Force – Navy score FROM table WHERE Season = 2018
|
What was the Air Force - Navy score in the 1983 season?
|
SELECT Air Force – Navy score FROM table WHERE Season = 1983
|
How many different season have an Army - Navy score of 10 dec. 2016 at Baltimore, MD (M&T Bank Stadium)?
|
SELECT COUNT Season FROM table WHERE Army – Navy score = 10 Dec. 2016 at Baltimore, MD (M&T Bank Stadium)
|
In the first episode of Garfield titled Robodie II, what is the title of the U.S. Acres Episode?
|
SELECT U.S. Acres Episode FROM table WHERE Garfield Episode 1 = Robodie II
|
What is the title of the first episode of Garfield that is followed by the second episode of Garfield titled Mamma Manicotti?
|
SELECT Garfield Episode 1 FROM table WHERE Garfield Episode 2 = Mamma Manicotti
|
What is the name of the US Acres episode following the Garfield episode titled Robodie II?
|
SELECT U.S. Acres Episode FROM table WHERE Garfield Episode 1 = Robodie II
|
what is the 2nd garfield episode for garfield episode 1 twice told tale
|
SELECT Garfield Episode 2 FROM table WHERE Garfield Episode 1 = Twice Told Tale
|
what is the 2nd garfield episode where u.s. acres episode is the orson awards
|
SELECT Garfield Episode 1 FROM table WHERE U.S. Acres Episode = The Orson Awards
|
how many 2nd episodes for u.s. acres episode the orson awards
|
SELECT COUNT Garfield Episode 2 FROM table WHERE U.S. Acres Episode = The Orson Awards
|
what is the original airdate for garfield episode 2 the wise man
|
SELECT Original Airdate FROM table WHERE Garfield Episode 2 = The Wise Man
|
what is the 2nd garfield episode where u.s. acres episode is the bunny rabbits is coming!
|
SELECT Garfield Episode 2 FROM table WHERE U.S. Acres Episode = The Bunny Rabbits is Coming!
|
which episode had garfield episode 1 ship shape
|
SELECT Episode FROM table WHERE Garfield Episode 1 = Ship Shape
|
Which Garfield episode 2 has Garfield episode 1 as the first annual Garfield watchers test?
|
SELECT Garfield Episode 2 FROM table WHERE Garfield Episode 1 = The First Annual Garfield Watchers Test
|
What is the original air date of the u.s. acres episode who done it?
|
SELECT Original Airdate FROM table WHERE U.S. Acres Episode = Who Done It?
|
Which episode in Garfield episode 1 is the worst pizza in the history of mankind?
|
SELECT Episode FROM table WHERE Garfield Episode 1 = The Worst Pizza in the History of Mankind
|
How many original airdates is Garfield episode 1 is cute for loot?
|
SELECT COUNT Original Airdate FROM table WHERE Garfield Episode 1 = Cute for Loot
|
Which u.s.acres episode has "show 79" as the episode?
|
SELECT U.S. Acres Episode FROM table WHERE Episode = "Show 79"
|
How many u.s. episodes have Garfield episode 2 the picnic panic?
|
SELECT COUNT U.S. Acres Episode FROM table WHERE Garfield Episode 2 = The Picnic Panic
|
what is the garfield episode where us acres episode is banana nose?
|
SELECT Garfield Episode 2 FROM table WHERE U.S. Acres Episode = Banana Nose
|
what is the original airdate for shell shocked sheldon?
|
SELECT Original Airdate FROM table WHERE U.S. Acres Episode = Shell Shocked Sheldon
|
What is episode 2 for Robodie?
|
SELECT Garfield Episode 2 FROM table WHERE Garfield Episode 1 = Robodie
|
What are the episodes for "Crime and Nourishment"?
|
SELECT Episode FROM table WHERE Garfield Episode 2 = Crime and Nourishment
|
What is the garfield episode 2 when episode 1 is "change of mind"?
|
SELECT Garfield Episode 2 FROM table WHERE Garfield Episode 1 = Change Of Mind
|
What is the title of garfield episode 2 when "the horror hostess (part 1)" is episode 1?
|
SELECT Garfield Episode 2 FROM table WHERE Garfield Episode 1 = The Horror Hostess (Part 1)
|
What is the name of episode 2 for garfield when episode 1 is "suburban jungle"?
|
SELECT Garfield Episode 2 FROM table WHERE Garfield Episode 1 = Suburban Jungle
|
What is episode 2 of garfield when episode 1 is "the horror hostess (part 1)"?
|
SELECT Garfield Episode 2 FROM table WHERE Garfield Episode 1 = The Horror Hostess (Part 1)
|
Name the tourism receipts 2003 for tourism competitiveness 3.26
|
SELECT COUNT Tourism receipts (2003) (as % of exports) FROM table WHERE Tourism competitiveness (2011) (TTCI) = 3.26
|
Name the tourism receipts 2003 for colombia
|
SELECT Tourism receipts (2003) (as % of GDP) FROM table WHERE Country = Colombia
|
Name the total number of tourism receipts 2011 where tourism receipts 2003 13.5
|
SELECT COUNT Tourism receipts (2011) (US$ per capita) FROM table WHERE Tourism receipts (2003) (as % of GDP) = 13.5
|
When classic hits 102.1 cjcy is the branding who is the owner?
|
SELECT Owner FROM table WHERE Branding = Classic Hits 102.1 CJCY
|
When hot adult contemporary is the format what is the call sign?
|
SELECT Call sign FROM table WHERE Format = hot adult contemporary
|
When vista radio is the owner how many call signs are there?
|
SELECT COUNT Call sign FROM table WHERE Owner = Vista Radio
|
When fm 97.3 is the frequency how many formats are there?
|
SELECT COUNT Format FROM table WHERE Frequency = FM 97.3
|
When vista radio is the owner what is the frequency?
|
SELECT Frequency FROM table WHERE Owner = Vista Radio
|
Name the team for 5 september 2008 for date of vacancy for 30 august 2008
|
SELECT Team FROM table WHERE Date of appointment = 5 September 2008 AND Date of vacancy = 30 August 2008
|
Name the date of vacancy for daniel uberti
|
SELECT Date of vacancy FROM table WHERE Outgoing manager = Daniel Uberti
|
Name the manner of departure for date of vacancy 25 august 2008
|
SELECT Manner of departure FROM table WHERE Date of vacancy = 25 August 2008
|
Name the date of vacancy for 29 december 2008 being date of appointment
|
SELECT Date of vacancy FROM table WHERE Date of appointment = 29 December 2008
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.