question_id
int64 24.2k
80.3k
| table_id
stringlengths 8
14
| question
stringlengths 12
244
| sql
stringlengths 33
482
|
|---|---|---|---|
24,620
|
1-1067441-1
|
What is the population estimate for the place that gad a 18496€ million euro gdp?
|
SELECT "Population (2004 estimate)" FROM "1-1067441-1" WHERE "GDP (2003, PPS in mil. € )" = 18496.0;
|
24,621
|
1-10701133-1
|
What is the title when original air date is May15,2008?
|
SELECT "Title" FROM "1-10701133-1" WHERE "Original air date" = 'May15,2008';
|
24,622
|
1-10701133-1
|
What is the highest no. in season?
|
SELECT MAX("No. in season") FROM "1-10701133-1";
|
24,623
|
1-10701133-1
|
Who directed the episode where u.s. viewers (million) is 12.90?
|
SELECT "Directed by" FROM "1-10701133-1" WHERE "U.S. viewers (million)" = '12.90';
|
24,624
|
1-1067134-1
|
How many episodes aired in Region 2 beginning May 26, 2008?
|
SELECT MIN("# of Ep") FROM "1-1067134-1" WHERE "Region 2" = 'May 26, 2008';
|
24,625
|
1-1067134-1
|
What date did the DVD for Season Six come out in region 2?
|
SELECT "Region 2" FROM "1-1067134-1" WHERE "DVD Name" = 'Season Six';
|
24,626
|
1-1067134-1
|
What is the least amount of season epidsodes?
|
SELECT MIN("# of Ep") FROM "1-1067134-1";
|
24,627
|
1-1067134-1
|
What DVD season/name for region 2 was released August 22, 2010?
|
SELECT "DVD Name" FROM "1-1067134-1" WHERE "Region 2" = 'August 22, 2010';
|
24,628
|
1-10705060-1
|
How many points for 2005?
|
SELECT COUNT("Points") FROM "1-10705060-1" WHERE "Season" = '2005';
|
24,629
|
1-10705060-1
|
what is the score for the DAMS?
|
SELECT "Points" FROM "1-10705060-1" WHERE "Team Name" = 'DAMS';
|
24,630
|
1-10705060-1
|
how many positions in 2009?
|
SELECT COUNT("Position") FROM "1-10705060-1" WHERE "Season" = '2009';
|
24,631
|
1-10705060-1
|
what is the least number of poles?
|
SELECT MIN("Poles") FROM "1-10705060-1";
|
24,632
|
1-10705060-1
|
Which series with 62 points?
|
SELECT "Series" FROM "1-10705060-1" WHERE "Points" = 62.0;
|
24,633
|
1-10705060-1
|
What is the total for 10th position?
|
SELECT COUNT("Points") FROM "1-10705060-1" WHERE "Position" = '10th';
|
24,634
|
1-10707142-2
|
how many reports of races took place on October 16?
|
SELECT COUNT("Report") FROM "1-10707142-2" WHERE "Date" = 'October 16';
|
24,635
|
1-10707142-2
|
what is the name of the report that lists the race name as Long Beach Grand Prix?
|
SELECT "Report" FROM "1-10707142-2" WHERE "Race Name" = 'Long Beach Grand Prix';
|
24,636
|
1-10707142-2
|
what is the report called where the circuit took place at the Nazareth Speedway?
|
SELECT "Report" FROM "1-10707142-2" WHERE "Circuit" = 'Nazareth Speedway';
|
24,637
|
1-10707142-2
|
what is the name of the race where Newman/Haas Racing is the winning team and Rick Mears is at the pole position?
|
SELECT "Race Name" FROM "1-10707142-2" WHERE "Winning team" = 'Newman/Haas Racing' AND "Pole position" = 'Rick Mears';
|
24,638
|
1-10707142-2
|
Meadowlands Sports Complex is the circuit at which city/location?
|
SELECT "City/Location" FROM "1-10707142-2" WHERE "Circuit" = 'Meadowlands Sports Complex';
|
24,639
|
1-10710364-2
|
What is the literacy rate for groups that grew 103.1% between 1991 and 2001?
|
SELECT "Literacy (%)" FROM "1-10710364-2" WHERE "Growth (1991–2001)" = '103.1%';
|
24,640
|
1-10710364-2
|
What is the lowest sex ratio in rural areas?
|
SELECT MIN("Sex ratio (rural)") FROM "1-10710364-2";
|
24,641
|
1-10710364-2
|
What is the lowest child sex ratio in groups where employment is 31.3%?
|
SELECT MIN("Sex ratio (child)") FROM "1-10710364-2" WHERE "Work participation (%)" = '31.3%';
|
24,642
|
1-10710364-2
|
What is the population percentage of the group where the rural sex ratio is 953?
|
SELECT "Population %" FROM "1-10710364-2" WHERE "Sex ratio (rural)" = 953.0;
|
24,643
|
1-10715317-2
|
What is the original air date for the title "Felonious Monk"?
|
SELECT "Original air date" FROM "1-10715317-2" WHERE "Title" = '"Felonious Monk"';
|
24,644
|
1-10715317-2
|
What is the title of the episode directed by Peter Markle and written by Jerry Stahl?
|
SELECT "Title" FROM "1-10715317-2" WHERE "Directed by" = 'Peter Markle' AND "Written by" = 'Jerry Stahl';
|
24,645
|
1-10715317-2
|
How many episodes were titled "Identity Crisis"?
|
SELECT COUNT("Directed by") FROM "1-10715317-2" WHERE "Title" = '"Identity Crisis"';
|
24,646
|
1-10716893-3
|
Who does the lap-by-lap in 2011?
|
SELECT "Lap-by-lap" FROM "1-10716893-3" WHERE "Year" = 2011.0;
|
24,647
|
1-10716893-3
|
Which network has Marty Reid as host and lap-by-lap broadcaster?
|
SELECT "Network" FROM "1-10716893-3" WHERE "Lap-by-lap" = 'Marty Reid' AND "Host" = 'Marty Reid';
|
24,648
|
1-10716893-3
|
How many pre-race analysis occur when Allen Bestwick does the lap-by-lap?
|
SELECT COUNT("Pre-race analyst") FROM "1-10716893-3" WHERE "Lap-by-lap" = 'Allen Bestwick';
|
24,649
|
1-10718192-2
|
What's the highest season number of an episode in the series?
|
SELECT MAX("No. in season") FROM "1-10718192-2";
|
24,650
|
1-10718192-2
|
When did the episode titled "Lucky Strike" air for the first time?
|
SELECT "Original air date" FROM "1-10718192-2" WHERE "Title" = '"Lucky Strike"';
|
24,651
|
1-10718192-2
|
Who was the writer of the episode titled "One Hit Wonder"?
|
SELECT "Written by" FROM "1-10718192-2" WHERE "Title" = '"One Hit Wonder"';
|
24,652
|
1-10718192-2
|
What's the date of the first airing of the episode with series number 63?
|
SELECT "Original air date" FROM "1-10718192-2" WHERE "No. in series" = 63.0;
|
24,653
|
1-10718525-2
|
How many titles got a viewership of 26.53 million?
|
SELECT COUNT("Title") FROM "1-10718525-2" WHERE "U.S. viewers (millions)" = '26.53';
|
24,654
|
1-10718525-2
|
How many viewers tuned into the show directed by Matt Earl Beesley?
|
SELECT "U.S. viewers (millions)" FROM "1-10718525-2" WHERE "Directed by" = 'Matt Earl Beesley';
|
24,655
|
1-10718631-2
|
Who wrote episode 94?
|
SELECT "Written by" FROM "1-10718631-2" WHERE "No. in series" = 94.0;
|
24,656
|
1-10718631-2
|
Which episode was the number in the season where the number in the season is 10?
|
SELECT "No. in series" FROM "1-10718631-2" WHERE "No. in season" = 10.0;
|
24,657
|
1-10718631-2
|
How many episodes were in the season that had the epiosde of "Crow's Feet"?
|
SELECT "No. in season" FROM "1-10718631-2" WHERE "Title" = '"Crow''s Feet"';
|
24,658
|
1-10718631-2
|
When did the 113 episode air?
|
SELECT "Original air date" FROM "1-10718631-2" WHERE "No. in series" = 113.0;
|
24,659
|
1-10718631-2
|
How many titles were there for the 113 episode?
|
SELECT COUNT("Title") FROM "1-10718631-2" WHERE "No. in series" = 113.0;
|
24,660
|
1-10718984-2
|
What is the number in the season that Marlene Meyer wrote and 20.49 million people watched?
|
SELECT MAX("No. in season") FROM "1-10718984-2" WHERE "Written by" = 'Marlene Meyer' AND "U.S. viewers (millions)" = '20.49';
|
24,661
|
1-10718984-2
|
When did the no. 23 show originally air?
|
SELECT "Original air date" FROM "1-10718984-2" WHERE "No. in season" = 23.0;
|
24,662
|
1-10725629-2
|
Which circuits had a race on October 4?
|
SELECT "Circuit" FROM "1-10725629-2" WHERE "Date" = 'October 4';
|
24,663
|
1-10725629-2
|
In which reports does Michael Andretti have the pole position and Galles-Kraco Racing is the winning team?
|
SELECT "Report" FROM "1-10725629-2" WHERE "Pole position" = 'Michael Andretti' AND "Winning team" = 'Galles-Kraco Racing';
|
24,664
|
1-10725629-2
|
How many rounds were there of the Bosch Spark Plug Grand Prix?
|
SELECT COUNT("Rnd") FROM "1-10725629-2" WHERE "Race Name" = 'Bosch Spark Plug Grand Prix';
|
24,665
|
1-10725629-2
|
Which rounds were held on August 9?
|
SELECT "Rnd" FROM "1-10725629-2" WHERE "Date" = 'August 9';
|
24,666
|
1-10725629-2
|
On how many dates did the Michigan International Speedway hold a round?
|
SELECT COUNT("Date") FROM "1-10725629-2" WHERE "Circuit" = 'Michigan International Speedway';
|
24,667
|
1-10722506-6
|
Name the total number of bids of the Sun Belt conference
|
SELECT COUNT("# of Bids") FROM "1-10722506-6" WHERE "Conference" = 'Sun Belt';
|
24,668
|
1-10722506-6
|
Name the round of 32 in Conference USA
|
SELECT "Round of 32" FROM "1-10722506-6" WHERE "Conference" = 'Conference USA';
|
24,669
|
1-10722506-6
|
What is the record when round of 32 is 0 and Metro Atlantic conference?
|
SELECT "Record" FROM "1-10722506-6" WHERE "Round of 32" = 0.0 AND "Conference" = 'Metro Atlantic';
|
24,670
|
1-10722506-6
|
What is the number of bids with elite eight larger than 1.0
|
SELECT COUNT("# of Bids") FROM "1-10722506-6" WHERE "Elite Eight" > 1.0;
|
24,671
|
1-10749143-2
|
Who directed the episode with production code 7AFF03?
|
SELECT "Directed by" FROM "1-10749143-2" WHERE "Production code" = '7AFF03';
|
24,672
|
1-10749143-2
|
What is the title of the episode wtih 10.34 million U.S viewers?
|
SELECT "Title" FROM "1-10749143-2" WHERE "U.S. viewers (millions)" = '10.34';
|
24,673
|
1-10748727-1
|
What place is the team that completed 6 races?
|
SELECT "Position" FROM "1-10748727-1" WHERE "Races" = 6.0;
|
24,674
|
1-10748727-1
|
how much did the British Formula Three called "Fortec Motorsport" score?
|
SELECT "Points" FROM "1-10748727-1" WHERE "Series" = 'British Formula Three' AND "Team Name" = 'Fortec Motorsport';
|
24,675
|
1-10748727-1
|
how many races were in 2009 with 0 wins?
|
SELECT "Races" FROM "1-10748727-1" WHERE "Season" = '2009' AND "Wins" = 0.0;
|
24,676
|
1-10748727-1
|
What years did ART Grand Prix compete?
|
SELECT "Season" FROM "1-10748727-1" WHERE "Team Name" = 'ART Grand Prix';
|
24,677
|
1-10748727-1
|
What year had a score of 9?
|
SELECT "Season" FROM "1-10748727-1" WHERE "Points" = '9';
|
24,678
|
1-10748727-1
|
what is the greatest number of wins by Japanese Formula Three?
|
SELECT MAX("Wins") FROM "1-10748727-1" WHERE "Series" = 'Japanese Formula Three';
|
24,679
|
1-10749367-3
|
Who took test #4?
|
SELECT "Test-taker" FROM "1-10749367-3" WHERE "#" = 4.0;
|
24,680
|
1-10749367-3
|
What episode aired on 18 April 2007?
|
SELECT MIN("#") FROM "1-10749367-3" WHERE "Air Date" = '18 April 2007';
|
24,681
|
1-10749367-3
|
Who had the challenge of Night Driving?
|
SELECT "Test-taker" FROM "1-10749367-3" WHERE "Challenge" = 'Night Driving';
|
24,682
|
1-10798928-1
|
How many directors were there for the film Course Completed?
|
SELECT COUNT("Director") FROM "1-10798928-1" WHERE "Film title used in nomination" = 'Course Completed';
|
24,683
|
1-10798928-1
|
Who directed El nido?
|
SELECT "Director" FROM "1-10798928-1" WHERE "Original title" = 'El nido';
|
24,684
|
1-10798928-1
|
Who directed Dulcinea?
|
SELECT "Director" FROM "1-10798928-1" WHERE "Original title" = 'Dulcinea';
|
24,685
|
1-10797463-1
|
What are the slovenian names of the villages that had 65.9% of slovenes in 1951?
|
SELECT "Village (Slovenian)" FROM "1-10797463-1" WHERE "Percent of Slovenes 1951" = '65.9%';
|
24,686
|
1-10797463-1
|
What are the slovenian names of the villages that had 16.7% of slovenes in 1991?
|
SELECT "Village (Slovenian)" FROM "1-10797463-1" WHERE "Percent of Slovenes 1991" = '16.7%';
|
24,687
|
1-10797463-1
|
How many villages had 21.7% of slovenes in 1991?
|
SELECT COUNT("Village (German)") FROM "1-10797463-1" WHERE "Percent of Slovenes 1991" = '21.7%';
|
24,688
|
1-10797463-1
|
what percent of slovenes did the village called Čahorče in slovenian have in 1991?
|
SELECT "Percent of Slovenes 1991" FROM "1-10797463-1" WHERE "Village (Slovenian)" = 'Čahorče';
|
24,689
|
1-10797463-1
|
What is the slovenian name for the village that in german is known as St.Margarethen?
|
SELECT "Village (Slovenian)" FROM "1-10797463-1" WHERE "Village (German)" = 'St.Margarethen';
|
24,690
|
1-10812293-4
|
For games on December 20, how many points did the scoring leaders get?
|
SELECT "High points" FROM "1-10812293-4" WHERE "Date" = 'December 20';
|
24,691
|
1-10812293-4
|
Who was the scoring leader and how many points did he get in games on December 23?
|
SELECT "High points" FROM "1-10812293-4" WHERE "Date" = 'December 23';
|
24,692
|
1-10812938-3
|
What is the pick # for the position DE?
|
SELECT "Pick #" FROM "1-10812938-3" WHERE "Position" = 'DE';
|
24,693
|
1-10812938-3
|
Which player went to college at Saint Mary's?
|
SELECT "Player" FROM "1-10812938-3" WHERE "College" = 'Saint Mary''s';
|
24,694
|
1-10812938-3
|
What is the position for the player with cfl team Winnipeg Blue Bombers?
|
SELECT "Position" FROM "1-10812938-3" WHERE "CFL Team" = 'Winnipeg Blue Bombers';
|
24,695
|
1-10812938-3
|
Which player went to college at Laval?
|
SELECT "Player" FROM "1-10812938-3" WHERE "College" = 'Laval';
|
24,696
|
1-10812938-3
|
What was the college for the player with the cfl team of Edmonton Eskimos (via Calgary)?
|
SELECT "College" FROM "1-10812938-3" WHERE "CFL Team" = 'Edmonton Eskimos (via Calgary)';
|
24,697
|
1-10812938-5
|
What's the team of the player from St. Francis Xavier College?
|
SELECT "CFL Team" FROM "1-10812938-5" WHERE "College" = 'St. Francis Xavier';
|
24,698
|
1-10812938-5
|
What player is on the Montreal Alouettes CFl team?
|
SELECT "Player" FROM "1-10812938-5" WHERE "CFL Team" = 'Montreal Alouettes';
|
24,699
|
1-10812938-5
|
What's the pick number of the player from Toronto Argonauts?
|
SELECT MIN("Pick #") FROM "1-10812938-5" WHERE "CFL Team" = 'Toronto Argonauts';
|
24,700
|
1-10812938-5
|
What's the pick number of the player whose position is CB?
|
SELECT "Pick #" FROM "1-10812938-5" WHERE "Position" = 'CB';
|
24,701
|
1-10812938-5
|
What's the pick number of the player from New Mexico?
|
SELECT MAX("Pick #") FROM "1-10812938-5" WHERE "College" = 'New Mexico';
|
24,702
|
1-10812938-5
|
What player went to Ohio State College?
|
SELECT "Player" FROM "1-10812938-5" WHERE "College" = 'Ohio State';
|
24,703
|
1-1081459-1
|
What is the minimum introduced value for the Departmental region?
|
SELECT MIN("Introduced") FROM "1-1081459-1" WHERE "Region" = 'Departmental';
|
24,704
|
1-1081459-1
|
What is the smallest introduced value?
|
SELECT MIN("Introduced") FROM "1-1081459-1";
|
24,705
|
1-10812938-4
|
Which CFL Teams drafted an OL in 2006?
|
SELECT "CFL Team" FROM "1-10812938-4" WHERE "Position" = 'OL';
|
24,706
|
1-10812938-4
|
Which college is aligned to the Saskatchewan Roughriders?
|
SELECT "College" FROM "1-10812938-4" WHERE "CFL Team" = 'Saskatchewan Roughriders';
|
24,707
|
1-10812938-4
|
What Position did the Hamilton Tiger-Cats (via Ottawa) pick in the 2006 Draft.
|
SELECT "Position" FROM "1-10812938-4" WHERE "CFL Team" = 'Hamilton Tiger-Cats (via Ottawa)';
|
24,708
|
1-10812938-4
|
What is the earliest pick listed in the table.
|
SELECT MIN("Pick #") FROM "1-10812938-4";
|
24,709
|
1-10842344-1
|
What episode number had production code E4423?
|
SELECT MAX("No. in season") FROM "1-10842344-1" WHERE "Production code" = 'E4423';
|
24,710
|
1-10842344-1
|
What's the latest episode in a season where the U.S. viewers totaled 14.37 million?
|
SELECT MAX("No. in season") FROM "1-10842344-1" WHERE "U.S. viewers (millions)" = '14.37';
|
24,711
|
1-10842344-1
|
Who directed the episode "Escape"?
|
SELECT "Directed by" FROM "1-10842344-1" WHERE "Title" = '"Escape"';
|
24,712
|
1-10819266-8
|
How many seasons is the season finale on May 26, 2010?
|
SELECT COUNT("Season") FROM "1-10819266-8" WHERE "Season finale" = 'May 26, 2010';
|
24,713
|
1-10819266-8
|
What episodes are there where the season premier is September 23, 2009?
|
SELECT "Episodes" FROM "1-10819266-8" WHERE "Season premiere" = 'September 23, 2009';
|
24,714
|
1-10819266-8
|
What is the season finale for season 4?
|
SELECT "Season finale" FROM "1-10819266-8" WHERE "Season" = 4.0;
|
24,715
|
1-10819266-8
|
How many season premiers have a rank of #21?
|
SELECT "Season premiere" FROM "1-10819266-8" WHERE "Rank" = '#21';
|
24,716
|
1-10819266-8
|
What are the seasons where September 26, 2007 is the season premier?
|
SELECT "TV season" FROM "1-10819266-8" WHERE "Season premiere" = 'September 26, 2007';
|
24,717
|
1-10818465-1
|
What max processor has a maximum memory of 256 GB?
|
SELECT "Max processors" FROM "1-10818465-1" WHERE "Max memory" = '256 GB';
|
24,718
|
1-10818465-1
|
What is the max memory of the T5120 model?
|
SELECT "Max memory" FROM "1-10818465-1" WHERE "Model" = 'T5120';
|
24,719
|
1-10818465-1
|
What is the lowest ru?
|
SELECT MIN("RU") FROM "1-10818465-1";
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.