question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
Who are the UK co-presenters that have Joe Swash as a co-presenter and Russell Kane as a comedian?
CREATE TABLE table_14345690_15 (uk_co_presenter VARCHAR, co_presenter VARCHAR, comedian VARCHAR)
{ "SQL_Query": "SELECT COUNT(uk_co_presenter) FROM table_14345690_15 WHERE co_presenter = \"Joe Swash\" AND comedian = \"Russell Kane\"" }
What series have Caroline Flack as a main presenter?
CREATE TABLE table_14345690_15 (series VARCHAR, main_presenter VARCHAR)
{ "SQL_Query": "SELECT series FROM table_14345690_15 WHERE main_presenter = \"Caroline Flack\"" }
Who is the co-presenter of the series Seven (2007)?
CREATE TABLE table_14345690_15 (co_presenter VARCHAR, series VARCHAR)
{ "SQL_Query": "SELECT co_presenter FROM table_14345690_15 WHERE series = \"Seven (2007)\"" }
Who is the main presenter of the series Twelve (2012)?
CREATE TABLE table_14345690_15 (main_presenter VARCHAR, series VARCHAR)
{ "SQL_Query": "SELECT main_presenter FROM table_14345690_15 WHERE series = \"Twelve (2012)\"" }
Who is the UK co-presenters that have Joe Swash as a co-presenter of the series Eleven (2011)?
CREATE TABLE table_14345690_15 (uk_co_presenter VARCHAR, co_presenter VARCHAR, series VARCHAR)
{ "SQL_Query": "SELECT uk_co_presenter FROM table_14345690_15 WHERE co_presenter = \"Joe Swash\" AND series = \"Eleven (2011)\"" }
What position did Nell McAndrew finish?
CREATE TABLE table_14345690_2 (finished VARCHAR, celebrity VARCHAR)
{ "SQL_Query": "SELECT finished FROM table_14345690_2 WHERE celebrity = \"Nell McAndrew\"" }
Who was the champion boxer?
CREATE TABLE table_14345690_2 (celebrity VARCHAR, famous_for VARCHAR)
{ "SQL_Query": "SELECT celebrity FROM table_14345690_2 WHERE famous_for = \"Champion boxer\"" }
When did Darren Day enter?
CREATE TABLE table_14345690_2 (entered VARCHAR, celebrity VARCHAR)
{ "SQL_Query": "SELECT entered FROM table_14345690_2 WHERE celebrity = \"Darren Day\"" }
What position did Tara Palmer-Tomkinson finish?
CREATE TABLE table_14345690_2 (finished VARCHAR, celebrity VARCHAR)
{ "SQL_Query": "SELECT finished FROM table_14345690_2 WHERE celebrity = \"Tara Palmer-Tomkinson\"" }
When did the 4th finisher enter?
CREATE TABLE table_14345690_2 (entered VARCHAR, finished VARCHAR)
{ "SQL_Query": "SELECT entered FROM table_14345690_2 WHERE finished = \"4th\"" }
How many people finished 9th?
CREATE TABLE table_14345690_3 (exited VARCHAR, finished VARCHAR)
{ "SQL_Query": "SELECT COUNT(exited) FROM table_14345690_3 WHERE finished = \"9th\"" }
What was the least amount of camp mates?
CREATE TABLE table_14345690_1 (camp_mates INTEGER)
{ "SQL_Query": "SELECT MIN(camp_mates) FROM table_14345690_1" }
Who directed series #4 that was teleplayed by David Simon?
CREATE TABLE table_14346353_1 (directed_by VARCHAR, teleplay_by VARCHAR, series__number VARCHAR)
{ "SQL_Query": "SELECT COUNT(directed_by) FROM table_14346353_1 WHERE teleplay_by = \"David Simon\" AND series__number = 4" }
What is the title of series #1?
CREATE TABLE table_14346353_1 (title VARCHAR, series__number VARCHAR)
{ "SQL_Query": "SELECT title FROM table_14346353_1 WHERE series__number = 1" }
What is the finished place where exited is day 11?
CREATE TABLE table_14345690_5 (finished VARCHAR, exited VARCHAR)
{ "SQL_Query": "SELECT finished FROM table_14345690_5 WHERE exited = \"Day 11\"" }
Who is the famous for that finished 2nd?
CREATE TABLE table_14345690_5 (famous_for VARCHAR, finished VARCHAR)
{ "SQL_Query": "SELECT famous_for FROM table_14345690_5 WHERE finished = \"2nd\"" }
What is the famous for where the finished is 5th?
CREATE TABLE table_14345690_5 (famous_for VARCHAR, finished VARCHAR)
{ "SQL_Query": "SELECT famous_for FROM table_14345690_5 WHERE finished = \"5th\"" }
What is the exited day where the celebrity is vic reeves?
CREATE TABLE table_14345690_5 (exited VARCHAR, celebrity VARCHAR)
{ "SQL_Query": "SELECT exited FROM table_14345690_5 WHERE celebrity = \"Vic Reeves\"" }
what is the celebrity where the finished is 5th?
CREATE TABLE table_14345690_5 (celebrity VARCHAR, finished VARCHAR)
{ "SQL_Query": "SELECT celebrity FROM table_14345690_5 WHERE finished = \"5th\"" }
When was incumbent John Thomas Wilson first elected?
CREATE TABLE table_1434788_5 (first_elected VARCHAR, incumbent VARCHAR)
{ "SQL_Query": "SELECT first_elected FROM table_1434788_5 WHERE incumbent = \"John Thomas Wilson\"" }
Who were the candidates in the election where John Beatty was the incumbent?
CREATE TABLE table_1434788_5 (candidates VARCHAR, incumbent VARCHAR)
{ "SQL_Query": "SELECT candidates FROM table_1434788_5 WHERE incumbent = \"John Beatty\"" }
Who was the incumbent in the Ohio 16 district?
CREATE TABLE table_1434788_5 (incumbent VARCHAR, district VARCHAR)
{ "SQL_Query": "SELECT incumbent FROM table_1434788_5 WHERE district = \"Ohio 16\"" }
What is the result in 91-92 for the team with a 1.053 average?
CREATE TABLE table_14368332_1 (average VARCHAR)
{ "SQL_Query": "SELECT 1991 AS _92 FROM table_14368332_1 WHERE average = \"1.053\"" }
Name the birth date for shirt number 7
CREATE TABLE table_14363116_1 (birth_date VARCHAR, shirt_no VARCHAR)
{ "SQL_Query": "SELECT birth_date FROM table_14363116_1 WHERE shirt_no = 7" }
Name the maximum height for yury berezhko
CREATE TABLE table_14363116_1 (height INTEGER, player VARCHAR)
{ "SQL_Query": "SELECT MAX(height) FROM table_14363116_1 WHERE player = \"Yury Berezhko\"" }
Name the 1991-1992 for river plate
CREATE TABLE table_14390413_1 (team VARCHAR)
{ "SQL_Query": "SELECT 1991 AS _1992 FROM table_14390413_1 WHERE team = \"River Plate\"" }
Which version of opengl is used by model sgx520?
CREATE TABLE table_1439045_5 (opengl VARCHAR, model VARCHAR)
{ "SQL_Query": "SELECT opengl AS ES FROM table_1439045_5 WHERE model = \"SGX520\"" }
What is the die size(mm 2) for model sgx531?
CREATE TABLE table_1439045_5 (die_size__mm_2___ VARCHAR, model VARCHAR)
{ "SQL_Query": "SELECT die_size__mm_2___[1] FROM table_1439045_5 WHERE model = \"SGX531\"" }
Name the number of nationality is tom hilde
CREATE TABLE table_14407512_23 (nationality VARCHAR, name VARCHAR)
{ "SQL_Query": "SELECT COUNT(nationality) FROM table_14407512_23 WHERE name = \"Tom Hilde\"" }
Who was the director of the episode originally aired on 26 October 1969?
CREATE TABLE table_1439096_1 (director VARCHAR, original_air_date__atv_ VARCHAR)
{ "SQL_Query": "SELECT director FROM table_1439096_1 WHERE original_air_date__atv_ = \"26 October 1969\"" }
What is the lowest production number?
CREATE TABLE table_1439096_1 (production_no INTEGER)
{ "SQL_Query": "SELECT MIN(production_no) FROM table_1439096_1" }
What is the title of the episode with the original air date of 28 September 1969?
CREATE TABLE table_1439096_1 (title VARCHAR, original_air_date__atv_ VARCHAR)
{ "SQL_Query": "SELECT title FROM table_1439096_1 WHERE original_air_date__atv_ = \"28 September 1969\"" }
What was the original air date (atv) of episode 1?
CREATE TABLE table_1439096_1 (original_air_date__atv_ VARCHAR, episode_no VARCHAR)
{ "SQL_Query": "SELECT original_air_date__atv_ FROM table_1439096_1 WHERE episode_no = 1" }
What was the length of the jumper representing FIN, in meters?
CREATE TABLE table_14407512_4 (nationality VARCHAR)
{ "SQL_Query": "SELECT 1 AS st__m_ FROM table_14407512_4 WHERE nationality = \"FIN\"" }
What is the 1st(m) score for the Person who had a total points of 272.7
CREATE TABLE table_14407512_9 (points VARCHAR)
{ "SQL_Query": "SELECT 1 AS st__m_ FROM table_14407512_9 WHERE points = \"272.7\"" }
Name the opponent for week 12
CREATE TABLE table_14418812_1 (opponent VARCHAR, week VARCHAR)
{ "SQL_Query": "SELECT opponent FROM table_14418812_1 WHERE week = 12" }
Name the number of date for shea stadium
CREATE TABLE table_14418812_1 (date VARCHAR, game_site VARCHAR)
{ "SQL_Query": "SELECT COUNT(date) FROM table_14418812_1 WHERE game_site = \"Shea Stadium\"" }
Name the opponent for astrodome
CREATE TABLE table_14418812_1 (opponent VARCHAR, game_site VARCHAR)
{ "SQL_Query": "SELECT opponent FROM table_14418812_1 WHERE game_site = \"Astrodome\"" }
How many home team scores have a time of 4:40 PM?
CREATE TABLE table_14425454_1 (home_team VARCHAR, time VARCHAR)
{ "SQL_Query": "SELECT COUNT(home_team) AS score FROM table_14425454_1 WHERE time = \"4:40 PM\"" }
What stadiums had an attendance of 8,256?
CREATE TABLE table_14425454_1 (ground VARCHAR, crowd VARCHAR)
{ "SQL_Query": "SELECT ground FROM table_14425454_1 WHERE crowd = \"8,256\"" }
What is the total number of attendees where the home team was Port Adelaide?
CREATE TABLE table_14425454_1 (crowd VARCHAR, home_team VARCHAR)
{ "SQL_Query": "SELECT COUNT(crowd) FROM table_14425454_1 WHERE home_team = \"Port Adelaide\"" }
Which team did they play at Rich Stadium?
CREATE TABLE table_14423274_3 (opponent VARCHAR, game_site VARCHAR)
{ "SQL_Query": "SELECT opponent FROM table_14423274_3 WHERE game_site = \"Rich Stadium\"" }
What date did they play in Cleveland Municipal Stadium?
CREATE TABLE table_14423274_3 (date VARCHAR, game_site VARCHAR)
{ "SQL_Query": "SELECT date FROM table_14423274_3 WHERE game_site = \"Cleveland Municipal Stadium\"" }
Name the year model for 4-cyl straight engine dohc 16v and 1.5 crdi
CREATE TABLE table_1444201_1 (year_model VARCHAR, engine VARCHAR, model VARCHAR)
{ "SQL_Query": "SELECT year_model FROM table_1444201_1 WHERE engine = \"4-cyl Straight engine DOHC 16V\" AND model = \"1.5 CRDi\"" }
Name the year model for 1.3
CREATE TABLE table_1444201_1 (year_model VARCHAR, model VARCHAR)
{ "SQL_Query": "SELECT year_model FROM table_1444201_1 WHERE model = \"1.3\"" }
what is the minimum pos with clubs being 16
CREATE TABLE table_14460937_2 (pos INTEGER, clubs VARCHAR)
{ "SQL_Query": "SELECT MIN(pos) FROM table_14460937_2 WHERE clubs = \"16\"" }
what is the maximum value for afc cup
CREATE TABLE table_14460937_2 (afc_cup INTEGER)
{ "SQL_Query": "SELECT MAX(afc_cup) FROM table_14460937_2" }
how many pos with member association being china pr
CREATE TABLE table_14460937_2 (pos VARCHAR, member_association VARCHAR)
{ "SQL_Query": "SELECT COUNT(pos) FROM table_14460937_2 WHERE member_association = \"China PR\"" }
how many points (total 500) with pos being 11
CREATE TABLE table_14460937_2 (points__total_500_ VARCHAR, pos VARCHAR)
{ "SQL_Query": "SELECT COUNT(points__total_500_) FROM table_14460937_2 WHERE pos = 11" }
How many points in 87/88 for racing de córdoba?
CREATE TABLE table_14460085_3 (team VARCHAR)
{ "SQL_Query": "SELECT 1987 AS _88 FROM table_14460085_3 WHERE team = \"Racing de Córdoba\"" }
What is the lowest number of games played for deportivo español?
CREATE TABLE table_14460085_3 (played INTEGER, team VARCHAR)
{ "SQL_Query": "SELECT MIN(played) FROM table_14460085_3 WHERE team = \"Deportivo Español\"" }
How many points total for san lorenzo?
CREATE TABLE table_14460085_3 (points VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT COUNT(points) FROM table_14460085_3 WHERE team = \"San Lorenzo\"" }
Name the telephone 052 for area km2 being 5.42
CREATE TABLE table_14465924_1 (telephone__052_ VARCHAR, area__km_2__ VARCHAR)
{ "SQL_Query": "SELECT telephone__052_ FROM table_14465924_1 WHERE area__km_2__ = \"5.42\"" }
Name the population of people for area being 24.35
CREATE TABLE table_14465924_1 (population__people_ VARCHAR, area__km_2__ VARCHAR)
{ "SQL_Query": "SELECT population__people_ FROM table_14465924_1 WHERE area__km_2__ = \"24.35\"" }
Name the total number of telephone 052 for 362.81
CREATE TABLE table_14465924_1 (telephone__052_ VARCHAR, area__km_2__ VARCHAR)
{ "SQL_Query": "SELECT COUNT(telephone__052_) FROM table_14465924_1 WHERE area__km_2__ = \"362.81\"" }
Name the number of administrative unit for number 4
CREATE TABLE table_14465924_1 (name_of_administrative_unit VARCHAR, number VARCHAR)
{ "SQL_Query": "SELECT name_of_administrative_unit FROM table_14465924_1 WHERE number = 4" }
Name the name of administrative unit for 3464 people
CREATE TABLE table_14465924_1 (name_of_administrative_unit VARCHAR, population__people_ VARCHAR)
{ "SQL_Query": "SELECT name_of_administrative_unit FROM table_14465924_1 WHERE population__people_ = 3464" }
How many of the cmdlets are the 2008 version?
CREATE TABLE table_14465871_2 (cmdlets VARCHAR, version VARCHAR)
{ "SQL_Query": "SELECT COUNT(cmdlets) FROM table_14465871_2 WHERE version = \"2008\"" }
Which providers use exchange server?
CREATE TABLE table_14465871_2 (provider VARCHAR, application VARCHAR)
{ "SQL_Query": "SELECT provider FROM table_14465871_2 WHERE application = \"Exchange Server\"" }
Which providers use version 2008?
CREATE TABLE table_14465871_2 (provider VARCHAR, version VARCHAR)
{ "SQL_Query": "SELECT provider FROM table_14465871_2 WHERE version = \"2008\"" }
how many points did the argentinos juniors team score during the 1986-87 season?
CREATE TABLE table_14489821_1 (team VARCHAR)
{ "SQL_Query": "SELECT 1986 AS _87 FROM table_14489821_1 WHERE team = \"Argentinos Juniors\"" }
what is the maximum number of matches played by a team?
CREATE TABLE table_14489821_1 (played INTEGER)
{ "SQL_Query": "SELECT MAX(played) FROM table_14489821_1" }
list the number of matches played by the teams that got an average of 1.079
CREATE TABLE table_14489821_1 (average VARCHAR)
{ "SQL_Query": "SELECT 1986 AS _87 FROM table_14489821_1 WHERE average = \"1.079\"" }
Name the womens singles for korea open super series
CREATE TABLE table_14496232_2 (womens_singles VARCHAR, tour VARCHAR)
{ "SQL_Query": "SELECT womens_singles FROM table_14496232_2 WHERE tour = \"Korea Open Super Series\"" }
Name the tour when mens singles is chen jin and womens doubles is zhang yawen zhao tingting
CREATE TABLE table_14496232_2 (tour VARCHAR, mens_singles VARCHAR, womens_doubles VARCHAR)
{ "SQL_Query": "SELECT tour FROM table_14496232_2 WHERE mens_singles = \"Chen Jin\" AND womens_doubles = \"Zhang Yawen Zhao Tingting\"" }
Name the womens doubles when tour is malaysia super series
CREATE TABLE table_14496232_2 (womens_doubles VARCHAR, tour VARCHAR)
{ "SQL_Query": "SELECT womens_doubles FROM table_14496232_2 WHERE tour = \"Malaysia Super Series\"" }
Name the mens singles when womens singles is wang lin and mixed doubles is joachim fischer nielsen christinna pedersen
CREATE TABLE table_14496232_2 (mens_singles VARCHAR, womens_singles VARCHAR, mixed_doubles VARCHAR)
{ "SQL_Query": "SELECT mens_singles FROM table_14496232_2 WHERE womens_singles = \"Wang Lin\" AND mixed_doubles = \"Joachim Fischer Nielsen Christinna Pedersen\"" }
Name the mixed doubles when tour is hong kong super series
CREATE TABLE table_14496232_2 (mixed_doubles VARCHAR, tour VARCHAR)
{ "SQL_Query": "SELECT mixed_doubles FROM table_14496232_2 WHERE tour = \"Hong Kong Super Series\"" }
Name the mixed doubles for zhu lin
CREATE TABLE table_14496232_2 (mixed_doubles VARCHAR, womens_singles VARCHAR)
{ "SQL_Query": "SELECT mixed_doubles FROM table_14496232_2 WHERE womens_singles = \"Zhu Lin\"" }
Name the week for kingdome
CREATE TABLE table_14520977_1 (week VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT week FROM table_14520977_1 WHERE location = \"Kingdome\"" }
Name the date when result is l 13–10 ot
CREATE TABLE table_14520977_1 (date VARCHAR, result VARCHAR)
{ "SQL_Query": "SELECT date FROM table_14520977_1 WHERE result = \"L 13–10 OT\"" }
Name the record for l 24–22
CREATE TABLE table_14520977_1 (record VARCHAR, result VARCHAR)
{ "SQL_Query": "SELECT record FROM table_14520977_1 WHERE result = \"L 24–22\"" }
Which Country is the show aired on Fox?
CREATE TABLE table_14523485_9 (country VARCHAR, channel VARCHAR)
{ "SQL_Query": "SELECT country FROM table_14523485_9 WHERE channel = \"Fox\"" }
Where is the show aired in New Zealand?
CREATE TABLE table_14523485_9 (channel VARCHAR, country VARCHAR)
{ "SQL_Query": "SELECT channel FROM table_14523485_9 WHERE country = \"New Zealand\"" }
What channel had the prize of €100,000?
CREATE TABLE table_14523485_9 (channel VARCHAR, top_prize VARCHAR)
{ "SQL_Query": "SELECT channel FROM table_14523485_9 WHERE top_prize = \"€100,000\"" }
How many hosts were on Seven Network?
CREATE TABLE table_14523485_9 (host VARCHAR, channel VARCHAR)
{ "SQL_Query": "SELECT COUNT(host) FROM table_14523485_9 WHERE channel = \"Seven Network\"" }
What country is the show aired on TVNZ?
CREATE TABLE table_14523485_9 (country VARCHAR, channel VARCHAR)
{ "SQL_Query": "SELECT country FROM table_14523485_9 WHERE channel = \"TVNZ\"" }
What is the capital of Umbria?
CREATE TABLE table_14532_1 (capital VARCHAR, region VARCHAR)
{ "SQL_Query": "SELECT capital FROM table_14532_1 WHERE region = \"Umbria\"" }
What is the region where Milan is located?
CREATE TABLE table_14532_1 (region VARCHAR, capital VARCHAR)
{ "SQL_Query": "SELECT region FROM table_14532_1 WHERE capital = \"Milan\"" }
What is the area of Tuscany?
CREATE TABLE table_14532_1 (area__km²_ INTEGER, region VARCHAR)
{ "SQL_Query": "SELECT MAX(area__km²_) FROM table_14532_1 WHERE region = \"Tuscany\"" }
Name the minimum for 2500-3000 ft for scotland
CREATE TABLE table_1456056_1 (country VARCHAR)
{ "SQL_Query": "SELECT MIN(2500 AS _3000ft) FROM table_1456056_1 WHERE country = \"Scotland\"" }
Name the most of 2500-3000ft
CREATE TABLE table_1456056_1 (Id VARCHAR)
{ "SQL_Query": "SELECT MAX(2500 AS _3000ft) FROM table_1456056_1" }
Name the minimum total for ireland
CREATE TABLE table_1456056_1 (total INTEGER, country VARCHAR)
{ "SQL_Query": "SELECT MIN(total) FROM table_1456056_1 WHERE country = \"Ireland\"" }
Who directed all the episodes that were written by aaron ehasz & john o'bryan?
CREATE TABLE table_14562722_1 (directed_by VARCHAR, written_by VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_14562722_1 WHERE written_by = \"Aaron Ehasz & John O'Bryan\"" }
What was the production code of the episode that was written by michael dante dimartino and directed by lauren macmullan?
CREATE TABLE table_14562722_1 (production_code VARCHAR, written_by VARCHAR, directed_by VARCHAR)
{ "SQL_Query": "SELECT production_code FROM table_14562722_1 WHERE written_by = \"Michael Dante DiMartino\" AND directed_by = \"Lauren MacMullan\"" }
What was the airdate of the episode that was directed by giancarlo volpe and written by is john o'bryan?
CREATE TABLE table_14562722_1 (original_air_date VARCHAR, directed_by VARCHAR, written_by VARCHAR)
{ "SQL_Query": "SELECT original_air_date FROM table_14562722_1 WHERE directed_by = \"Giancarlo Volpe\" AND written_by = \"John O'Bryan\"" }
Which situation has an original u.s. airdate of December 5, 2007?
CREATE TABLE table_14570857_1 (situation VARCHAR, original_us_airdate VARCHAR)
{ "SQL_Query": "SELECT situation FROM table_14570857_1 WHERE original_us_airdate = \"December 5, 2007\"" }
Name the circuit for gt3 alex mortimer bradley ellis
CREATE TABLE table_14574130_3 (circuit VARCHAR, gt3_winner VARCHAR)
{ "SQL_Query": "SELECT circuit FROM table_14574130_3 WHERE gt3_winner = \"Alex Mortimer Bradley Ellis\"" }
Name the episodes when region 1 is september 19, 2006
CREATE TABLE table_14562722_2 (episodes VARCHAR, region_1 VARCHAR)
{ "SQL_Query": "SELECT episodes FROM table_14562722_2 WHERE region_1 = \"September 19, 2006\"" }
Name the maximum discs
CREATE TABLE table_14562722_2 (discs INTEGER)
{ "SQL_Query": "SELECT MAX(discs) FROM table_14562722_2" }
Name the most epiosdes when region 4 is march 13, 2008
CREATE TABLE table_14562722_2 (episodes INTEGER, region_4 VARCHAR)
{ "SQL_Query": "SELECT MAX(episodes) FROM table_14562722_2 WHERE region_4 = \"March 13, 2008\"" }
what's the individual winners with nation being australia
CREATE TABLE table_1458666_4 (individual_winners VARCHAR, nation VARCHAR)
{ "SQL_Query": "SELECT individual_winners FROM table_1458666_4 WHERE nation = \"Australia\"" }
what is the value for minimum total wins
CREATE TABLE table_1458666_4 (total_wins INTEGER)
{ "SQL_Query": "SELECT MIN(total_wins) FROM table_1458666_4" }
What is the total amount o teams where winnings is $1,752,299?
CREATE TABLE table_1458412_1 (team_s_ VARCHAR, winnings VARCHAR)
{ "SQL_Query": "SELECT COUNT(team_s_) FROM table_1458412_1 WHERE winnings = \"$1,752,299\"" }
What is the avg start that starts at 30?
CREATE TABLE table_1458412_1 (avg_start VARCHAR, starts VARCHAR)
{ "SQL_Query": "SELECT avg_start FROM table_1458412_1 WHERE starts = 30" }
What is the totl amount of years where avg start is 27.3?
CREATE TABLE table_1458412_1 (year VARCHAR, avg_start VARCHAR)
{ "SQL_Query": "SELECT COUNT(year) FROM table_1458412_1 WHERE avg_start = \"27.3\"" }
What coach had 15 wins?
CREATE TABLE table_14594528_6 (name__alma_mater_ VARCHAR, wins VARCHAR)
{ "SQL_Query": "SELECT name__alma_mater_ FROM table_14594528_6 WHERE wins = 15" }
How many losses for the coach that coached 19 games?
CREATE TABLE table_14594528_6 (losses VARCHAR, games VARCHAR)
{ "SQL_Query": "SELECT losses FROM table_14594528_6 WHERE games = 19" }
Name the number of class aa for bridgeport and 1999-2000
CREATE TABLE table_14601528_2 (class_aA VARCHAR, class_aAA VARCHAR, Bridgeport VARCHAR, school_year VARCHAR)
{ "SQL_Query": "SELECT COUNT(class_aA) FROM table_14601528_2 WHERE class_aAA = Bridgeport AND school_year = \"1999-2000\"" }
Name the class aa for 1998-99
CREATE TABLE table_14601528_2 (class_aA VARCHAR, school_year VARCHAR)
{ "SQL_Query": "SELECT class_aA FROM table_14601528_2 WHERE school_year = \"1998-99\"" }