instruction
stringlengths
67
299
input
stringlengths
88
550
output
stringlengths
32
484
Write a SQL query that answers the following question: how many video out connections does the sounddock portable have?
The relevant table was constructed using the following SQL : CREATE TABLE table_24384861_1 (video_out VARCHAR, version VARCHAR)
SELECT COUNT(video_out) FROM table_24384861_1 WHERE version = "SoundDock Portable"
Write a SQL query that answers the following question: Does the sounddock series I v2 have dual voltage?
The relevant table was constructed using the following SQL : CREATE TABLE table_24384861_1 (dual_voltage VARCHAR, version VARCHAR)
SELECT dual_voltage FROM table_24384861_1 WHERE version = "SoundDock series I v2"
Write a SQL query that answers the following question: What type of dock connection does the sounddock series III have?
The relevant table was constructed using the following SQL : CREATE TABLE table_24384861_1 (dock_connection VARCHAR, version VARCHAR)
SELECT dock_connection FROM table_24384861_1 WHERE version = "SoundDock series III"
Write a SQL query that answers the following question: Where was the game played that started at 7:00 p.m.?
The relevant table was constructed using the following SQL : CREATE TABLE table_24396664_2 (game_site VARCHAR, kickoff VARCHAR)
SELECT game_site FROM table_24396664_2 WHERE kickoff = "7:00 p.m."
Write a SQL query that answers the following question: how many varsity teams are in west roxbury, ma?
The relevant table was constructed using the following SQL : CREATE TABLE table_2439728_1 (varsity_teams INTEGER, location VARCHAR)
SELECT MAX(varsity_teams) FROM table_2439728_1 WHERE location = "West Roxbury, MA"
Write a SQL query that answers the following question: what is the mascot of st. paul's school?
The relevant table was constructed using the following SQL : CREATE TABLE table_2439728_1 (mascot VARCHAR, school VARCHAR)
SELECT mascot FROM table_2439728_1 WHERE school = "St. Paul's school"
Write a SQL query that answers the following question: where are dragons used as mascots?
The relevant table was constructed using the following SQL : CREATE TABLE table_2439728_1 (location VARCHAR, mascot VARCHAR)
SELECT location FROM table_2439728_1 WHERE mascot = "Dragons"
Write a SQL query that answers the following question: when was lawrence academy at groton established?
The relevant table was constructed using the following SQL : CREATE TABLE table_2439728_1 (founded INTEGER, school VARCHAR)
SELECT MIN(founded) FROM table_2439728_1 WHERE school = "Lawrence Academy at Groton"
Write a SQL query that answers the following question: name the school located at Milton, ma.
The relevant table was constructed using the following SQL : CREATE TABLE table_2439728_1 (school VARCHAR, location VARCHAR)
SELECT school FROM table_2439728_1 WHERE location = "Milton, MA"
Write a SQL query that answers the following question: how many places have 17 varsity teams?
The relevant table was constructed using the following SQL : CREATE TABLE table_2439728_1 (location VARCHAR, varsity_teams VARCHAR)
SELECT COUNT(location) FROM table_2439728_1 WHERE varsity_teams = 17
Write a SQL query that answers the following question: Which episode had bbc ranking and canle ranking of n/a?
The relevant table was constructed using the following SQL : CREATE TABLE table_24399615_10 (episode_no VARCHAR, bbc_three_weekly_ranking VARCHAR, cable_rank VARCHAR)
SELECT COUNT(episode_no) FROM table_24399615_10 WHERE bbc_three_weekly_ranking = "N/A" AND cable_rank = "N/A"
Write a SQL query that answers the following question: List the number of bbc rankings with cable rankings of 6.
The relevant table was constructed using the following SQL : CREATE TABLE table_24399615_10 (bbc_three_weekly_ranking VARCHAR, cable_rank VARCHAR)
SELECT bbc_three_weekly_ranking FROM table_24399615_10 WHERE cable_rank = "6"
Write a SQL query that answers the following question: List the number of viewers when the cable rank for Russell Howard's Good New was 5.
The relevant table was constructed using the following SQL : CREATE TABLE table_24399615_10 (viewers VARCHAR, cable_rank VARCHAR)
SELECT viewers FROM table_24399615_10 WHERE cable_rank = "5"
Write a SQL query that answers the following question: How many individuals watched the show that had a bbc ranking of 6?
The relevant table was constructed using the following SQL : CREATE TABLE table_24399615_10 (viewers VARCHAR, bbc_three_weekly_ranking VARCHAR)
SELECT COUNT(viewers) FROM table_24399615_10 WHERE bbc_three_weekly_ranking = "6"
Write a SQL query that answers the following question: How many times did episode number 8 air?
The relevant table was constructed using the following SQL : CREATE TABLE table_24399615_5 (cable_rank VARCHAR, episode_no VARCHAR)
SELECT COUNT(cable_rank) FROM table_24399615_5 WHERE episode_no = 8
Write a SQL query that answers the following question: When did episode number 6 air?
The relevant table was constructed using the following SQL : CREATE TABLE table_24399615_5 (airdate VARCHAR, episode_no VARCHAR)
SELECT airdate FROM table_24399615_5 WHERE episode_no = 6
Write a SQL query that answers the following question: How many items are listed under viewers column when the bbd three weekly ranking was 1?
The relevant table was constructed using the following SQL : CREATE TABLE table_24399615_4 (viewers VARCHAR, bbc_three_weekly_ranking VARCHAR)
SELECT COUNT(viewers) FROM table_24399615_4 WHERE bbc_three_weekly_ranking = "1"
Write a SQL query that answers the following question: What episode number had a cable ranking of 8?
The relevant table was constructed using the following SQL : CREATE TABLE table_24399615_4 (episode_no INTEGER, cable_rank VARCHAR)
SELECT MIN(episode_no) FROM table_24399615_4 WHERE cable_rank = "8"
Write a SQL query that answers the following question: What date did the episode air that had n/a for it's bbc three weekly ranking?
The relevant table was constructed using the following SQL : CREATE TABLE table_24399615_4 (airdate VARCHAR, bbc_three_weekly_ranking VARCHAR)
SELECT airdate FROM table_24399615_4 WHERE bbc_three_weekly_ranking = "N/A"
Write a SQL query that answers the following question: What date did the episode air that had a ranking of 17 for cable?
The relevant table was constructed using the following SQL : CREATE TABLE table_24399615_4 (airdate VARCHAR, cable_rank VARCHAR)
SELECT airdate FROM table_24399615_4 WHERE cable_rank = "17"
Write a SQL query that answers the following question: When 3 is the bbc three weekly ranking what is the airdate?
The relevant table was constructed using the following SQL : CREATE TABLE table_24399615_8 (airdate VARCHAR, bbc_three_weekly_ranking VARCHAR)
SELECT airdate FROM table_24399615_8 WHERE bbc_three_weekly_ranking = "3"
Write a SQL query that answers the following question: When 656000 is the amount of viewers and n/a is the cable rank what is the airdate?
The relevant table was constructed using the following SQL : CREATE TABLE table_24399615_8 (airdate VARCHAR, cable_rank VARCHAR, viewers VARCHAR)
SELECT airdate FROM table_24399615_8 WHERE cable_rank = "N/A" AND viewers = 656000
Write a SQL query that answers the following question: List the states that have entry times of 49years, 29days
The relevant table was constructed using the following SQL : CREATE TABLE table_24415627_2 (state_served VARCHAR, time_since_entry VARCHAR)
SELECT state_served FROM table_24415627_2 WHERE time_since_entry = "49years, 29days"
Write a SQL query that answers the following question: Of which part does congressman dick clark belong to?
The relevant table was constructed using the following SQL : CREATE TABLE table_24415627_2 (party VARCHAR, senator VARCHAR)
SELECT party FROM table_24415627_2 WHERE senator = "Dick Clark"
Write a SQL query that answers the following question: On what date did congressman joseph tydings enter take his seat?
The relevant table was constructed using the following SQL : CREATE TABLE table_24415627_2 (entered_senate VARCHAR, senator VARCHAR)
SELECT entered_senate FROM table_24415627_2 WHERE senator = "Joseph Tydings"
Write a SQL query that answers the following question: What are the lowest points when poles were 0 and races were 10?
The relevant table was constructed using the following SQL : CREATE TABLE table_24405773_1 (points INTEGER, poles VARCHAR, races VARCHAR)
SELECT MIN(points) FROM table_24405773_1 WHERE poles = 0 AND races = 10
Write a SQL query that answers the following question: What was the highest number of points when flaps were 0?
The relevant table was constructed using the following SQL : CREATE TABLE table_24405773_1 (points INTEGER, flaps VARCHAR)
SELECT MAX(points) FROM table_24405773_1 WHERE flaps = 0
Write a SQL query that answers the following question: Who played 20 questions during the issue in which Pamela Horton is on the cover?
The relevant table was constructed using the following SQL : CREATE TABLE table_24425491_3 (cover_model VARCHAR)
SELECT 20 AS _questions FROM table_24425491_3 WHERE cover_model = "Pamela Horton"
Write a SQL query that answers the following question: When the power kw is 5kw, what is the frequency?
The relevant table was constructed using the following SQL : CREATE TABLE table_24418525_1 (frequency VARCHAR, power_kw VARCHAR)
SELECT frequency FROM table_24418525_1 WHERE power_kw = "5kW"
Write a SQL query that answers the following question: when coverage is dumaguete central visayas region, what is the callsign?
The relevant table was constructed using the following SQL : CREATE TABLE table_24418525_1 (callsign VARCHAR, coverage VARCHAR)
SELECT callsign FROM table_24418525_1 WHERE coverage = "Dumaguete Central Visayas Region"
Write a SQL query that answers the following question: How much power covers dumaguete central visayas region?
The relevant table was constructed using the following SQL : CREATE TABLE table_24418525_1 (power_kw VARCHAR, coverage VARCHAR)
SELECT COUNT(power_kw) FROM table_24418525_1 WHERE coverage = "Dumaguete Central Visayas Region"
Write a SQL query that answers the following question: What frequency is mega manila set to?
The relevant table was constructed using the following SQL : CREATE TABLE table_24418525_1 (frequency VARCHAR, coverage VARCHAR)
SELECT frequency FROM table_24418525_1 WHERE coverage = "Mega Manila"
Write a SQL query that answers the following question: What original air date was for the episode with production code of 108?
The relevant table was constructed using the following SQL : CREATE TABLE table_24425976_2 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_24425976_2 WHERE production_code = "108"
Write a SQL query that answers the following question: How many production codes are there for episode 10 in the season?
The relevant table was constructed using the following SQL : CREATE TABLE table_24425976_2 (production_code VARCHAR, season VARCHAR)
SELECT COUNT(production_code) FROM table_24425976_2 WHERE season = "10"
Write a SQL query that answers the following question: What date did the episode with code 110 originally air?
The relevant table was constructed using the following SQL : CREATE TABLE table_24425976_2 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_24425976_2 WHERE production_code = "110"
Write a SQL query that answers the following question: What is the name of the episode with a production code of 107?
The relevant table was constructed using the following SQL : CREATE TABLE table_24425976_2 (episode_title VARCHAR, production_code VARCHAR)
SELECT episode_title FROM table_24425976_2 WHERE production_code = "107"
Write a SQL query that answers the following question: How many episodes in the series has a production code of 111?
The relevant table was constructed using the following SQL : CREATE TABLE table_24425976_2 (series VARCHAR, production_code VARCHAR)
SELECT COUNT(series) FROM table_24425976_2 WHERE production_code = "111"
Write a SQL query that answers the following question: Name the total number of payout for december 28, 2009
The relevant table was constructed using the following SQL : CREATE TABLE table_24427210_1 (payout___us VARCHAR, date VARCHAR)
SELECT COUNT(payout___us) AS $__ FROM table_24427210_1 WHERE date = "December 28, 2009"
Write a SQL query that answers the following question: Name the payout for espn for music city bowl
The relevant table was constructed using the following SQL : CREATE TABLE table_24427210_1 (payout___us$__ VARCHAR, tv VARCHAR, bowl_game VARCHAR)
SELECT payout___us$__ FROM table_24427210_1 WHERE tv = "ESPN" AND bowl_game = "Music City Bowl"
Write a SQL query that answers the following question: Name the date for raymond james stadium
The relevant table was constructed using the following SQL : CREATE TABLE table_24427210_1 (date VARCHAR, stadium VARCHAR)
SELECT date FROM table_24427210_1 WHERE stadium = "Raymond James stadium"
Write a SQL query that answers the following question: What date did episode 4 in the season originally air?
The relevant table was constructed using the following SQL : CREATE TABLE table_24425976_7 (original_air_date VARCHAR, season VARCHAR)
SELECT original_air_date FROM table_24425976_7 WHERE season = 4
Write a SQL query that answers the following question: What date did episode 115 in the series originally air?
The relevant table was constructed using the following SQL : CREATE TABLE table_24425976_7 (original_air_date VARCHAR, series VARCHAR)
SELECT original_air_date FROM table_24425976_7 WHERE series = 115
Write a SQL query that answers the following question: What was the 2nd leg for team #1 River Plate?
The relevant table was constructed using the following SQL : CREATE TABLE table_24426072_1 (team__number1 VARCHAR)
SELECT 2 AS nd_leg FROM table_24426072_1 WHERE team__number1 = "River Plate"
Write a SQL query that answers the following question: What was team number 2's Fluminense's 2nd leg?
The relevant table was constructed using the following SQL : CREATE TABLE table_24426072_1 (team__number2 VARCHAR)
SELECT 2 AS nd_leg FROM table_24426072_1 WHERE team__number2 = "Fluminense"
Write a SQL query that answers the following question: What was david ferrer seeded?
The relevant table was constructed using the following SQL : CREATE TABLE table_24431264_16 (seed INTEGER, player VARCHAR)
SELECT MAX(seed) FROM table_24431264_16 WHERE player = "David Ferrer"
Write a SQL query that answers the following question: What player had 1420 points coming in?
The relevant table was constructed using the following SQL : CREATE TABLE table_24431264_16 (player VARCHAR, points VARCHAR)
SELECT player FROM table_24431264_16 WHERE points = 1420
Write a SQL query that answers the following question: How many players named victor hănescu played?
The relevant table was constructed using the following SQL : CREATE TABLE table_24431264_16 (points VARCHAR, player VARCHAR)
SELECT COUNT(points) AS won FROM table_24431264_16 WHERE player = "Victor Hănescu"
Write a SQL query that answers the following question: Name the kurdistan democratic party for kurdistan list being 10
The relevant table was constructed using the following SQL : CREATE TABLE table_24440361_1 (kurdistan_democratic_party INTEGER, total_kurdistan_list VARCHAR)
SELECT MIN(kurdistan_democratic_party) FROM table_24440361_1 WHERE total_kurdistan_list = 10
Write a SQL query that answers the following question: Name the most kirdistan list for diyala
The relevant table was constructed using the following SQL : CREATE TABLE table_24440361_1 (total_kurdistan_list INTEGER, governorate VARCHAR)
SELECT MAX(total_kurdistan_list) FROM table_24440361_1 WHERE governorate = "Diyala"
Write a SQL query that answers the following question: Name the least total kurdistan list
The relevant table was constructed using the following SQL : CREATE TABLE table_24440361_1 (total_kurdistan_list INTEGER)
SELECT MIN(total_kurdistan_list) FROM table_24440361_1
Write a SQL query that answers the following question: Who won 3rd place when the mutya ng pilipinas winner was was rochelle romero ong?
The relevant table was constructed using the following SQL : CREATE TABLE table_24430894_20 (mutya_ng_pilipinas_asia_pacific VARCHAR)
SELECT 2 AS nd_runner_up FROM table_24430894_20 WHERE mutya_ng_pilipinas_asia_pacific = "Rochelle Romero Ong"
Write a SQL query that answers the following question: List the number of years where ritchie ocampo was the mutya ng pilipinas winner.
The relevant table was constructed using the following SQL : CREATE TABLE table_24430894_20 (year VARCHAR, mutya_ng_pilipinas_asia_pacific VARCHAR)
SELECT COUNT(year) FROM table_24430894_20 WHERE mutya_ng_pilipinas_asia_pacific = "Ritchie Ocampo"
Write a SQL query that answers the following question: Name the number of awardees for english and hindi
The relevant table was constructed using the following SQL : CREATE TABLE table_24446718_7 (awardee_s_ VARCHAR, language VARCHAR)
SELECT COUNT(awardee_s_) FROM table_24446718_7 WHERE language = "English and Hindi"
Write a SQL query that answers the following question: Name the name of award for zubeen garg
The relevant table was constructed using the following SQL : CREATE TABLE table_24446718_7 (name_of_award VARCHAR, awardee_s_ VARCHAR)
SELECT name_of_award FROM table_24446718_7 WHERE awardee_s_ = "Zubeen Garg"
Write a SQL query that answers the following question: Name the awardee for best editing
The relevant table was constructed using the following SQL : CREATE TABLE table_24446718_7 (awardee_s_ VARCHAR, name_of_award VARCHAR)
SELECT awardee_s_ FROM table_24446718_7 WHERE name_of_award = "Best Editing"
Write a SQL query that answers the following question: Name the number of awardees for best cinematography
The relevant table was constructed using the following SQL : CREATE TABLE table_24446718_7 (awardee_s_ VARCHAR, name_of_award VARCHAR)
SELECT COUNT(awardee_s_) FROM table_24446718_7 WHERE name_of_award = "Best Cinematography"
Write a SQL query that answers the following question: Name the least flaps
The relevant table was constructed using the following SQL : CREATE TABLE table_24466191_1 (flaps INTEGER)
SELECT MIN(flaps) FROM table_24466191_1
Write a SQL query that answers the following question: Name th most poles for macau grand prix
The relevant table was constructed using the following SQL : CREATE TABLE table_24466191_1 (poles INTEGER, series VARCHAR)
SELECT MAX(poles) FROM table_24466191_1 WHERE series = "Macau Grand Prix"
Write a SQL query that answers the following question: Name the total number of races for 15th position
The relevant table was constructed using the following SQL : CREATE TABLE table_24466191_1 (races VARCHAR, position VARCHAR)
SELECT COUNT(races) FROM table_24466191_1 WHERE position = "15th"
Write a SQL query that answers the following question: Name the most races for flaps larger than 2.0
The relevant table was constructed using the following SQL : CREATE TABLE table_24466191_1 (races INTEGER, flaps INTEGER)
SELECT MAX(races) FROM table_24466191_1 WHERE flaps > 2.0
Write a SQL query that answers the following question: Name the number of poles for 15th position
The relevant table was constructed using the following SQL : CREATE TABLE table_24466191_1 (poles VARCHAR, position VARCHAR)
SELECT COUNT(poles) FROM table_24466191_1 WHERE position = "15th"
Write a SQL query that answers the following question: Name the team for season 2010
The relevant table was constructed using the following SQL : CREATE TABLE table_24466191_1 (team VARCHAR, season VARCHAR)
SELECT team FROM table_24466191_1 WHERE season = 2010
Write a SQL query that answers the following question: Name the air date for jay j. demopoulos
The relevant table was constructed using the following SQL : CREATE TABLE table_24466855_1 (original_air_date VARCHAR, written_by VARCHAR)
SELECT original_air_date FROM table_24466855_1 WHERE written_by = "Jay J. Demopoulos"
Write a SQL query that answers the following question: At which location did 29753 fans show up to watch the game?
The relevant table was constructed using the following SQL : CREATE TABLE table_24481478_1 (game_site VARCHAR, attendance VARCHAR)
SELECT game_site FROM table_24481478_1 WHERE attendance = 29753
Write a SQL query that answers the following question: What was the game record during week 7?
The relevant table was constructed using the following SQL : CREATE TABLE table_24481478_1 (team_record VARCHAR, week VARCHAR)
SELECT team_record FROM table_24481478_1 WHERE week = 7
Write a SQL query that answers the following question: What time did the game start on saturday, april 20?
The relevant table was constructed using the following SQL : CREATE TABLE table_24481478_1 (kickoff VARCHAR, date VARCHAR)
SELECT kickoff FROM table_24481478_1 WHERE date = "Saturday, April 20"
Write a SQL query that answers the following question: In which week was the team record 7–2?
The relevant table was constructed using the following SQL : CREATE TABLE table_24481478_1 (week INTEGER, team_record VARCHAR)
SELECT MIN(week) FROM table_24481478_1 WHERE team_record = "7–2"
Write a SQL query that answers the following question: How man fans showed up to watch the game versus the raleigh-durham skyhawks?
The relevant table was constructed using the following SQL : CREATE TABLE table_24481478_1 (attendance INTEGER, opponent VARCHAR)
SELECT MAX(attendance) FROM table_24481478_1 WHERE opponent = "Raleigh-Durham Skyhawks"
Write a SQL query that answers the following question: If the rank is 26, what is the disposable USD growth?
The relevant table was constructed using the following SQL : CREATE TABLE table_24486462_1 (disposable_usd_growth VARCHAR, rank VARCHAR)
SELECT disposable_usd_growth FROM table_24486462_1 WHERE rank = 26
Write a SQL query that answers the following question: What country has a compulsory deduction of 29.3%?
The relevant table was constructed using the following SQL : CREATE TABLE table_24486462_1 (country VARCHAR, compulsory_deduction VARCHAR)
SELECT country FROM table_24486462_1 WHERE compulsory_deduction = "29.3%"
Write a SQL query that answers the following question: What is Australia's Disposable USD growth?
The relevant table was constructed using the following SQL : CREATE TABLE table_24486462_1 (disposable_usd_growth INTEGER, country VARCHAR)
SELECT MAX(disposable_usd_growth) FROM table_24486462_1 WHERE country = "Australia"
Write a SQL query that answers the following question: What is the lowest disposable USD 2011?
The relevant table was constructed using the following SQL : CREATE TABLE table_24486462_1 (disposable_usd_2011 INTEGER)
SELECT MIN(disposable_usd_2011) FROM table_24486462_1
Write a SQL query that answers the following question: Name the most minutes and starts being 12
The relevant table was constructed using the following SQL : CREATE TABLE table_24477075_1 (minutes INTEGER, starts VARCHAR)
SELECT MAX(minutes) FROM table_24477075_1 WHERE starts = 12
Write a SQL query that answers the following question: Name the position for 132 minutes
The relevant table was constructed using the following SQL : CREATE TABLE table_24477075_1 (position VARCHAR, minutes VARCHAR)
SELECT position FROM table_24477075_1 WHERE minutes = 132
Write a SQL query that answers the following question: Name the rank for thomas morgenstern
The relevant table was constructed using the following SQL : CREATE TABLE table_24489942_10 (rank VARCHAR, name VARCHAR)
SELECT rank FROM table_24489942_10 WHERE name = "Thomas Morgenstern"
Write a SQL query that answers the following question: Name the rank for switzerland
The relevant table was constructed using the following SQL : CREATE TABLE table_24489942_10 (rank VARCHAR, nationality VARCHAR)
SELECT COUNT(rank) FROM table_24489942_10 WHERE nationality = "Switzerland"
Write a SQL query that answers the following question: Name the points for switzerland
The relevant table was constructed using the following SQL : CREATE TABLE table_24489942_10 (points VARCHAR, nationality VARCHAR)
SELECT points FROM table_24489942_10 WHERE nationality = "Switzerland"
Write a SQL query that answers the following question: Name the points for thomas morgenstern
The relevant table was constructed using the following SQL : CREATE TABLE table_24489942_10 (points VARCHAR, name VARCHAR)
SELECT points FROM table_24489942_10 WHERE name = "Thomas Morgenstern"
Write a SQL query that answers the following question: When was jack watson appointed?
The relevant table was constructed using the following SQL : CREATE TABLE table_24490665_1 (appointed VARCHAR, name VARCHAR)
SELECT appointed FROM table_24490665_1 WHERE name = "Jack Watson"
Write a SQL query that answers the following question: When was the Carysfort launched?
The relevant table was constructed using the following SQL : CREATE TABLE table_24496403_1 (launched VARCHAR, ship VARCHAR)
SELECT launched FROM table_24496403_1 WHERE ship = "Carysfort"
Write a SQL query that answers the following question: When was the stokers' training ship launched?
The relevant table was constructed using the following SQL : CREATE TABLE table_24496403_1 (launched VARCHAR, disposition VARCHAR)
SELECT launched FROM table_24496403_1 WHERE disposition = "Stokers' training ship"
Write a SQL query that answers the following question: How many ships were named Carysfort?
The relevant table was constructed using the following SQL : CREATE TABLE table_24496403_1 (completed VARCHAR, ship VARCHAR)
SELECT COUNT(completed) FROM table_24496403_1 WHERE ship = "Carysfort"
Write a SQL query that answers the following question: What is the background of the person fired in week 5?
The relevant table was constructed using the following SQL : CREATE TABLE table_24501530_1 (background VARCHAR, result VARCHAR)
SELECT background FROM table_24501530_1 WHERE result = "Fired in week 5"
Write a SQL query that answers the following question: What was the result of the player from Maylands, Western Australia?
The relevant table was constructed using the following SQL : CREATE TABLE table_24501530_1 (result VARCHAR, hometown VARCHAR)
SELECT result FROM table_24501530_1 WHERE hometown = "Maylands, Western Australia"
Write a SQL query that answers the following question: How many ages for player Amy Cato?
The relevant table was constructed using the following SQL : CREATE TABLE table_24501530_1 (age VARCHAR, candidate VARCHAR)
SELECT COUNT(age) FROM table_24501530_1 WHERE candidate = "Amy Cato"
Write a SQL query that answers the following question: What is the name of the player from Maylands, Western Australia?
The relevant table was constructed using the following SQL : CREATE TABLE table_24501530_1 (candidate VARCHAR, hometown VARCHAR)
SELECT candidate FROM table_24501530_1 WHERE hometown = "Maylands, Western Australia"
Write a SQL query that answers the following question: How many age figures for the player fired in week 6?
The relevant table was constructed using the following SQL : CREATE TABLE table_24501530_1 (age VARCHAR, result VARCHAR)
SELECT COUNT(age) FROM table_24501530_1 WHERE result = "Fired in week 6"
Write a SQL query that answers the following question: What was the latitude that had a UTC time of 18:19:36?
The relevant table was constructed using the following SQL : CREATE TABLE table_24518475_1 (latitude VARCHAR, time__utc_ VARCHAR)
SELECT latitude FROM table_24518475_1 WHERE time__utc_ = "18:19:36"
Write a SQL query that answers the following question: What is the depth of the aftershock at 18:00:22?
The relevant table was constructed using the following SQL : CREATE TABLE table_24518475_1 (depth VARCHAR, time__utc_ VARCHAR)
SELECT depth FROM table_24518475_1 WHERE time__utc_ = "18:00:22"
Write a SQL query that answers the following question: Name the team for susan bates
The relevant table was constructed using the following SQL : CREATE TABLE table_24535095_2 (team VARCHAR, listed_owner_s_ VARCHAR)
SELECT team FROM table_24535095_2 WHERE listed_owner_s_ = "Susan Bates"
Write a SQL query that answers the following question: Name the truck for eric phillips
The relevant table was constructed using the following SQL : CREATE TABLE table_24535095_2 (truck_s_ VARCHAR, crew_chief VARCHAR)
SELECT truck_s_ FROM table_24535095_2 WHERE crew_chief = "Eric Phillips"
Write a SQL query that answers the following question: Name the listed owner for mike garvey
The relevant table was constructed using the following SQL : CREATE TABLE table_24535095_2 (listed_owner_s_ VARCHAR, crew_chief VARCHAR)
SELECT listed_owner_s_ FROM table_24535095_2 WHERE crew_chief = "Mike Garvey"
Write a SQL query that answers the following question: Name the least listed owner for pete raymer
The relevant table was constructed using the following SQL : CREATE TABLE table_24535095_2 (_number INTEGER, listed_owner_s_ VARCHAR)
SELECT MIN(_number) FROM table_24535095_2 WHERE listed_owner_s_ = "Pete Raymer"
Write a SQL query that answers the following question: Name the crew chief for rhonda thorson
The relevant table was constructed using the following SQL : CREATE TABLE table_24535095_2 (crew_chief VARCHAR, listed_owner_s_ VARCHAR)
SELECT crew_chief FROM table_24535095_2 WHERE listed_owner_s_ = "Rhonda Thorson"
Write a SQL query that answers the following question: What is the production code for episode 3 in the season?
The relevant table was constructed using the following SQL : CREATE TABLE table_2453243_3 (production_code INTEGER, no_in_season VARCHAR)
SELECT MAX(production_code) FROM table_2453243_3 WHERE no_in_season = 3
Write a SQL query that answers the following question: What is the lowest score of all games for match 2?
The relevant table was constructed using the following SQL : CREATE TABLE table_24538140_2 (match2 INTEGER)
SELECT MIN(match2) FROM table_24538140_2
Write a SQL query that answers the following question: What is the highest score for match 2 where the score for match 4 is 0 and the total score is 5?
The relevant table was constructed using the following SQL : CREATE TABLE table_24538140_2 (match2 INTEGER, match4 VARCHAR, total VARCHAR)
SELECT MAX(match2) FROM table_24538140_2 WHERE match4 = 0 AND total = 5
Write a SQL query that answers the following question: What is the score for match 1 for the team Eastern Tigers?
The relevant table was constructed using the following SQL : CREATE TABLE table_24538140_2 (match1 VARCHAR, team VARCHAR)
SELECT match1 FROM table_24538140_2 WHERE team = "Eastern Tigers"
Write a SQL query that answers the following question: How many sockets are listed that have a brand name of "Core i3-2xx7m"?
The relevant table was constructed using the following SQL : CREATE TABLE table_24538587_11 (socket VARCHAR, brand_name__list_ VARCHAR)
SELECT COUNT(socket) FROM table_24538587_11 WHERE brand_name__list_ = "Core i3-2xx7M"
Write a SQL query that answers the following question: What is the i/o bus for the brand name Core i3-21xx?
The relevant table was constructed using the following SQL : CREATE TABLE table_24538587_11 (i_o_bus VARCHAR, brand_name__list_ VARCHAR)
SELECT i_o_bus FROM table_24538587_11 WHERE brand_name__list_ = "Core i3-21xx"