instruction
stringlengths
67
299
input
stringlengths
88
550
output
stringlengths
32
484
Write a SQL query that answers the following question: In the film Mrs. Miniver, what is the actresses name?
The relevant table was constructed using the following SQL : CREATE TABLE table_18638067_1 (actor_actress VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT actor_actress FROM table_18638067_1 WHERE film_title_used_in_nomination = "Mrs. Miniver"
Write a SQL query that answers the following question: What year was Teresa Wright nominated best supporting actress?
The relevant table was constructed using the following SQL : CREATE TABLE table_18638067_1 (year__ceremony_ VARCHAR, actor_actress VARCHAR, category VARCHAR)
SELECT year__ceremony_ FROM table_18638067_1 WHERE actor_actress = "Teresa Wright" AND category = "Best Supporting Actress"
Write a SQL query that answers the following question: What category was the movie Working Girl nominated?
The relevant table was constructed using the following SQL : CREATE TABLE table_18638067_1 (category VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT category FROM table_18638067_1 WHERE film_title_used_in_nomination = "Working Girl"
Write a SQL query that answers the following question: Who was nominated for best supporting actor in the movie Going My Way?
The relevant table was constructed using the following SQL : CREATE TABLE table_18638067_1 (actor_actress VARCHAR, film_title_used_in_nomination VARCHAR, category VARCHAR)
SELECT actor_actress FROM table_18638067_1 WHERE film_title_used_in_nomination = "Going My Way" AND category = "Best Supporting Actor"
Write a SQL query that answers the following question: Name the series number that aired on november 11, 1996
The relevant table was constructed using the following SQL : CREATE TABLE table_18646432_1 (series__number VARCHAR, original_air_date VARCHAR)
SELECT series__number FROM table_18646432_1 WHERE original_air_date = "November 11, 1996"
Write a SQL query that answers the following question: Who wrote the episode originally aired on September 29, 1999?
The relevant table was constructed using the following SQL : CREATE TABLE table_18646432_4 (written_by VARCHAR, original_air_date VARCHAR)
SELECT written_by FROM table_18646432_4 WHERE original_air_date = "September 29, 1999"
Write a SQL query that answers the following question: What is the name of the episode originally aired on September 29, 1999?
The relevant table was constructed using the following SQL : CREATE TABLE table_18646432_4 (title VARCHAR, original_air_date VARCHAR)
SELECT title FROM table_18646432_4 WHERE original_air_date = "September 29, 1999"
Write a SQL query that answers the following question: If the rings is 58.975, what is the number for the horizontal bar?
The relevant table was constructed using the following SQL : CREATE TABLE table_18662026_1 (horizontal_bar VARCHAR, rings VARCHAR)
SELECT horizontal_bar FROM table_18662026_1 WHERE rings = "58.975"
Write a SQL query that answers the following question: How many positions was the United States in?
The relevant table was constructed using the following SQL : CREATE TABLE table_18662026_1 (position VARCHAR, country VARCHAR)
SELECT COUNT(position) FROM table_18662026_1 WHERE country = "United States"
Write a SQL query that answers the following question: If the rings are 60.500, what is the parallel bars number?
The relevant table was constructed using the following SQL : CREATE TABLE table_18662026_1 (parallel_bars VARCHAR, rings VARCHAR)
SELECT parallel_bars FROM table_18662026_1 WHERE rings = "60.500"
Write a SQL query that answers the following question: If the rings number is 60.000, what is the number for the vault?
The relevant table was constructed using the following SQL : CREATE TABLE table_18662026_1 (vault VARCHAR, rings VARCHAR)
SELECT COUNT(vault) FROM table_18662026_1 WHERE rings = "60.000"
Write a SQL query that answers the following question: If the parallel bars numbers is 61.500, what is the total number for the flood?
The relevant table was constructed using the following SQL : CREATE TABLE table_18662026_1 (floor VARCHAR, parallel_bars VARCHAR)
SELECT COUNT(floor) FROM table_18662026_1 WHERE parallel_bars = "61.500"
Write a SQL query that answers the following question: When united kingdom is the country what is the most recent date?
The relevant table was constructed using the following SQL : CREATE TABLE table_18676973_3 (most_recent_date VARCHAR, country VARCHAR)
SELECT most_recent_date FROM table_18676973_3 WHERE country = "United Kingdom"
Write a SQL query that answers the following question: When 3 is the rank what is the highest combo?
The relevant table was constructed using the following SQL : CREATE TABLE table_18676973_3 (combo INTEGER, rank VARCHAR)
SELECT MAX(combo) FROM table_18676973_3 WHERE rank = "3"
Write a SQL query that answers the following question: When 12 is the rank who is the most recent cyclist?
The relevant table was constructed using the following SQL : CREATE TABLE table_18676973_3 (most_recent_cyclist VARCHAR, rank VARCHAR)
SELECT most_recent_cyclist FROM table_18676973_3 WHERE rank = "12"
Write a SQL query that answers the following question: When 155 is the jersey what is the highest amount of different holders?
The relevant table was constructed using the following SQL : CREATE TABLE table_18676973_3 (different_holders INTEGER, jerseys VARCHAR)
SELECT MAX(different_holders) FROM table_18676973_3 WHERE jerseys = 155
Write a SQL query that answers the following question: Name the upper index kcal/nm3 for 62.47
The relevant table was constructed using the following SQL : CREATE TABLE table_1868929_1 (upper_index_kcal__nm_3 VARCHAR, lower_index_mj__nm_3 VARCHAR)
SELECT upper_index_kcal__nm_3 FROM table_1868929_1 WHERE lower_index_mj__nm_3 = "62.47"
Write a SQL query that answers the following question: Name the fuel gas for upper index mj/nm3 for 92.32
The relevant table was constructed using the following SQL : CREATE TABLE table_1868929_1 (fuel_gas VARCHAR, upper_index_mj__nm_3 VARCHAR)
SELECT fuel_gas FROM table_1868929_1 WHERE upper_index_mj__nm_3 = "92.32"
Write a SQL query that answers the following question: Name the lower index kcal/ nm3 for 61.32
The relevant table was constructed using the following SQL : CREATE TABLE table_1868929_1 (lower_index_kcal__nm_3 VARCHAR, upper_index_mj__nm_3 VARCHAR)
SELECT lower_index_kcal__nm_3 FROM table_1868929_1 WHERE upper_index_mj__nm_3 = "61.32"
Write a SQL query that answers the following question: What is the Quarterback rating of the player who got a comp percentage of 62.0?
The relevant table was constructed using the following SQL : CREATE TABLE table_18686317_1 (qb_rating VARCHAR, comp__percentage VARCHAR)
SELECT qb_rating FROM table_18686317_1 WHERE comp__percentage = "62.0"
Write a SQL query that answers the following question: What is the rank of the player who got 58179 in yardage?
The relevant table was constructed using the following SQL : CREATE TABLE table_18686317_1 (rank VARCHAR, yardage VARCHAR)
SELECT rank FROM table_18686317_1 WHERE yardage = 58179
Write a SQL query that answers the following question: In which league would you find the player with a comp percentage of 54.0?
The relevant table was constructed using the following SQL : CREATE TABLE table_18686317_1 (leagues VARCHAR, comp__percentage VARCHAR)
SELECT leagues FROM table_18686317_1 WHERE comp__percentage = "54.0"
Write a SQL query that answers the following question: Which nation is where rider phillip dutton from?
The relevant table was constructed using the following SQL : CREATE TABLE table_18666752_3 (nation VARCHAR, rider VARCHAR)
SELECT nation FROM table_18666752_3 WHERE rider = "Phillip Dutton"
Write a SQL query that answers the following question: Which nation is where the horse parkmore ed is?
The relevant table was constructed using the following SQL : CREATE TABLE table_18666752_3 (nation VARCHAR, horse VARCHAR)
SELECT nation FROM table_18666752_3 WHERE horse = "Parkmore Ed"
Write a SQL query that answers the following question: How many total team penalties are there when cross country penalties is 30.40?
The relevant table was constructed using the following SQL : CREATE TABLE table_18666752_3 (total_team_penalties VARCHAR, cross_country_penalties VARCHAR)
SELECT total_team_penalties FROM table_18666752_3 WHERE cross_country_penalties = "30.40"
Write a SQL query that answers the following question: Who is the rider where the horse is galan de sauvagere?
The relevant table was constructed using the following SQL : CREATE TABLE table_18666752_3 (rider VARCHAR, horse VARCHAR)
SELECT rider FROM table_18666752_3 WHERE horse = "Galan De Sauvagere"
Write a SQL query that answers the following question: How many penalties are there when Eric Vigeanel is the rider?
The relevant table was constructed using the following SQL : CREATE TABLE table_18666752_3 (total_penalties VARCHAR, rider VARCHAR)
SELECT COUNT(total_penalties) FROM table_18666752_3 WHERE rider = "Eric Vigeanel"
Write a SQL query that answers the following question: What record label corresponds to the single "I can't stay"?
The relevant table was constructed using the following SQL : CREATE TABLE table_18710512_3 (record_label VARCHAR, single VARCHAR)
SELECT record_label FROM table_18710512_3 WHERE single = "I Can't Stay"
Write a SQL query that answers the following question: What format for the release that had 2000 copies?
The relevant table was constructed using the following SQL : CREATE TABLE table_18710512_3 (format VARCHAR, other_details VARCHAR)
SELECT format FROM table_18710512_3 WHERE other_details = "2000 copies"
Write a SQL query that answers the following question: What single(s) released in 2008 and had 4000 copies?
The relevant table was constructed using the following SQL : CREATE TABLE table_18710512_3 (single VARCHAR, date VARCHAR, other_details VARCHAR)
SELECT single FROM table_18710512_3 WHERE date = 2008 AND other_details = "4000 copies"
Write a SQL query that answers the following question: What were the "other details" (number released) for "is my love will follow me"?
The relevant table was constructed using the following SQL : CREATE TABLE table_18710512_3 (other_details VARCHAR, single VARCHAR)
SELECT other_details FROM table_18710512_3 WHERE single = "My Love Will Follow Me"
Write a SQL query that answers the following question: What year was "moped girls" released?
The relevant table was constructed using the following SQL : CREATE TABLE table_18710512_3 (date VARCHAR, single VARCHAR)
SELECT date FROM table_18710512_3 WHERE single = "Moped Girls"
Write a SQL query that answers the following question: Name the least amount of losses for 23 points
The relevant table was constructed using the following SQL : CREATE TABLE table_18703133_1 (losses INTEGER, points VARCHAR)
SELECT MIN(losses) FROM table_18703133_1 WHERE points = 23
Write a SQL query that answers the following question: Name the most wins for sport colombia
The relevant table was constructed using the following SQL : CREATE TABLE table_18703133_1 (wins INTEGER, team VARCHAR)
SELECT MAX(wins) FROM table_18703133_1 WHERE team = "Sport Colombia"
Write a SQL query that answers the following question: Namr the total number of played for 5 losses
The relevant table was constructed using the following SQL : CREATE TABLE table_18703133_1 (played VARCHAR, losses VARCHAR)
SELECT COUNT(played) FROM table_18703133_1 WHERE losses = 5
Write a SQL query that answers the following question: What is scored with the position of 6?
The relevant table was constructed using the following SQL : CREATE TABLE table_18703133_6 (scored INTEGER, position VARCHAR)
SELECT MIN(scored) FROM table_18703133_6 WHERE position = 6
Write a SQL query that answers the following question: How many losses are there for team tembetary?
The relevant table was constructed using the following SQL : CREATE TABLE table_18703133_6 (losses VARCHAR, team VARCHAR)
SELECT losses FROM table_18703133_6 WHERE team = "Tembetary"
Write a SQL query that answers the following question: How many wins have 24 points?
The relevant table was constructed using the following SQL : CREATE TABLE table_18703133_6 (wins VARCHAR, points VARCHAR)
SELECT wins FROM table_18703133_6 WHERE points = 24
Write a SQL query that answers the following question: How many wins?
The relevant table was constructed using the following SQL : CREATE TABLE table_18703133_6 (wins INTEGER)
SELECT MAX(wins) FROM table_18703133_6
Write a SQL query that answers the following question: What is the original air date of the episode directed by Ian Barry and written by Philip Dalkin?
The relevant table was constructed using the following SQL : CREATE TABLE table_18712423_3 (original_air_date VARCHAR, directed_by VARCHAR, written_by VARCHAR)
SELECT original_air_date FROM table_18712423_3 WHERE directed_by = "Ian Barry" AND written_by = "Philip Dalkin"
Write a SQL query that answers the following question: What is the show episode number of the episode that reached 1.215 millions views?
The relevant table was constructed using the following SQL : CREATE TABLE table_18712423_3 (series_episode INTEGER, viewers__millions_ VARCHAR)
SELECT MIN(series_episode) FROM table_18712423_3 WHERE viewers__millions_ = "1.215"
Write a SQL query that answers the following question: Who directed the episode written by Matt Ford?
The relevant table was constructed using the following SQL : CREATE TABLE table_18712423_3 (directed_by VARCHAR, written_by VARCHAR)
SELECT directed_by FROM table_18712423_3 WHERE written_by = "Matt Ford"
Write a SQL query that answers the following question: How many times was team 1 the wykeham wonderers?
The relevant table was constructed using the following SQL : CREATE TABLE table_18733480_1 (players_left_after_round_1 VARCHAR, team_1 VARCHAR)
SELECT COUNT(players_left_after_round_1) FROM table_18733480_1 WHERE team_1 = "Wykeham Wonderers"
Write a SQL query that answers the following question: What is the original air date that had the wykeham wonderers as team 1?
The relevant table was constructed using the following SQL : CREATE TABLE table_18733480_1 (air_date VARCHAR, team_1 VARCHAR)
SELECT air_date FROM table_18733480_1 WHERE team_1 = "Wykeham Wonderers"
Write a SQL query that answers the following question: Who was team 1 when the chalkheads were team 2?
The relevant table was constructed using the following SQL : CREATE TABLE table_18733480_1 (team_1 VARCHAR, team_2 VARCHAR)
SELECT team_1 FROM table_18733480_1 WHERE team_2 = "Chalkheads"
Write a SQL query that answers the following question: What is the title of the production code 1acx09?
The relevant table was constructed using the following SQL : CREATE TABLE table_18734298_1 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_18734298_1 WHERE production_code = "1ACX09"
Write a SQL query that answers the following question: How many series were directed by Rob Renzetti?
The relevant table was constructed using the following SQL : CREATE TABLE table_18734298_1 (no_in_series VARCHAR, directed_by VARCHAR)
SELECT COUNT(no_in_series) FROM table_18734298_1 WHERE directed_by = "Rob Renzetti"
Write a SQL query that answers the following question: Who wrote the series number 14?
The relevant table was constructed using the following SQL : CREATE TABLE table_18734298_1 (written_by VARCHAR, no_in_series VARCHAR)
SELECT written_by FROM table_18734298_1 WHERE no_in_series = 14
Write a SQL query that answers the following question: Did this driver have any winnings the season he had 32 starts
The relevant table was constructed using the following SQL : CREATE TABLE table_1875157_1 (winnings VARCHAR, starts VARCHAR)
SELECT COUNT(winnings) FROM table_1875157_1 WHERE starts = 32
Write a SQL query that answers the following question: How many wins in the season he finished 33rd
The relevant table was constructed using the following SQL : CREATE TABLE table_1875157_1 (winnings VARCHAR, position VARCHAR)
SELECT winnings FROM table_1875157_1 WHERE position = "33rd"
Write a SQL query that answers the following question: What is the lowest number of top 10 finishes
The relevant table was constructed using the following SQL : CREATE TABLE table_1875157_1 (top_10 INTEGER)
SELECT MIN(top_10) FROM table_1875157_1
Write a SQL query that answers the following question: How many poles in the year 2000
The relevant table was constructed using the following SQL : CREATE TABLE table_1875157_1 (poles INTEGER, year VARCHAR)
SELECT MAX(poles) FROM table_1875157_1 WHERE year = 2000
Write a SQL query that answers the following question: What is the average finish for winnings of $1,400?
The relevant table was constructed using the following SQL : CREATE TABLE table_1875157_2 (avg_finish VARCHAR, winnings VARCHAR)
SELECT avg_finish FROM table_1875157_2 WHERE winnings = "$1,400"
Write a SQL query that answers the following question: What is the maximum starts that result in an average finish of 16.5?
The relevant table was constructed using the following SQL : CREATE TABLE table_1875157_2 (starts INTEGER, avg_finish VARCHAR)
SELECT MAX(starts) FROM table_1875157_2 WHERE avg_finish = "16.5"
Write a SQL query that answers the following question: How many starts were there when the winnings are $690,321?
The relevant table was constructed using the following SQL : CREATE TABLE table_1875157_2 (starts INTEGER, winnings VARCHAR)
SELECT MIN(starts) FROM table_1875157_2 WHERE winnings = "$690,321"
Write a SQL query that answers the following question: If Safari is 3.76%, what is the other Mozilla amount?
The relevant table was constructed using the following SQL : CREATE TABLE table_1876262_10 (other_mozilla VARCHAR, safari VARCHAR)
SELECT other_mozilla FROM table_1876262_10 WHERE safari = "3.76%"
Write a SQL query that answers the following question: If Firefox is 30.45%, what is the other Mozilla amount?
The relevant table was constructed using the following SQL : CREATE TABLE table_1876262_10 (other_mozilla VARCHAR, firefox VARCHAR)
SELECT other_mozilla FROM table_1876262_10 WHERE firefox = "30.45%"
Write a SQL query that answers the following question: If Internet Explorer is 47.22%, what is the Safari total?
The relevant table was constructed using the following SQL : CREATE TABLE table_1876262_10 (safari VARCHAR, internet_explorer VARCHAR)
SELECT safari FROM table_1876262_10 WHERE internet_explorer = "47.22%"
Write a SQL query that answers the following question: For period September 2009, what is the other Mozilla total number?
The relevant table was constructed using the following SQL : CREATE TABLE table_1876262_10 (other_mozilla VARCHAR, period VARCHAR)
SELECT COUNT(other_mozilla) FROM table_1876262_10 WHERE period = "September 2009"
Write a SQL query that answers the following question: Name the total number of production code by david richardson and todd holland
The relevant table was constructed using the following SQL : CREATE TABLE table_1876825_2 (production_code VARCHAR, written_by VARCHAR, directed_by VARCHAR)
SELECT COUNT(production_code) FROM table_1876825_2 WHERE written_by = "David Richardson" AND directed_by = "Todd Holland"
Write a SQL query that answers the following question: Name the total number of series for march 19, 2000
The relevant table was constructed using the following SQL : CREATE TABLE table_1876825_2 (no_in_series VARCHAR, original_air_date VARCHAR)
SELECT COUNT(no_in_series) FROM table_1876825_2 WHERE original_air_date = "March 19, 2000"
Write a SQL query that answers the following question: What episode number in the series originally aired on February 25, 2001?
The relevant table was constructed using the following SQL : CREATE TABLE table_1876825_3 (no_in_series VARCHAR, original_air_date VARCHAR)
SELECT no_in_series FROM table_1876825_3 WHERE original_air_date = "February 25, 2001"
Write a SQL query that answers the following question: What is the name of the episode with the production code of 06-00-218?
The relevant table was constructed using the following SQL : CREATE TABLE table_1876825_3 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_1876825_3 WHERE production_code = "06-00-218"
Write a SQL query that answers the following question: What is the production code for episode 26 in the series?
The relevant table was constructed using the following SQL : CREATE TABLE table_1876825_3 (production_code VARCHAR, no_in_series VARCHAR)
SELECT production_code FROM table_1876825_3 WHERE no_in_series = 26
Write a SQL query that answers the following question: What is the production code for episode 6 in the season?
The relevant table was constructed using the following SQL : CREATE TABLE table_1876825_3 (production_code VARCHAR, no_in_season VARCHAR)
SELECT production_code FROM table_1876825_3 WHERE no_in_season = 6
Write a SQL query that answers the following question: what is the title no in season 2?
The relevant table was constructed using the following SQL : CREATE TABLE table_1876825_8 (title VARCHAR, no_in_season VARCHAR)
SELECT title FROM table_1876825_8 WHERE no_in_season = 2
Write a SQL query that answers the following question: What date did Micky Adams vacate his position?
The relevant table was constructed using the following SQL : CREATE TABLE table_18788823_5 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)
SELECT date_of_vacancy FROM table_18788823_5 WHERE outgoing_manager = "Micky Adams"
Write a SQL query that answers the following question: Which vacancy happened on 4 November 2008?
The relevant table was constructed using the following SQL : CREATE TABLE table_18788823_5 (position_in_table VARCHAR, date_of_vacancy VARCHAR)
SELECT position_in_table FROM table_18788823_5 WHERE date_of_vacancy = "4 November 2008"
Write a SQL query that answers the following question: How many times did Keith Downing depart a position?
The relevant table was constructed using the following SQL : CREATE TABLE table_18788823_5 (position_in_table VARCHAR, outgoing_manager VARCHAR)
SELECT COUNT(position_in_table) FROM table_18788823_5 WHERE outgoing_manager = "Keith Downing"
Write a SQL query that answers the following question: Which team appointed a person on 23 December 2008?
The relevant table was constructed using the following SQL : CREATE TABLE table_18788823_5 (team VARCHAR, date_of_appointment VARCHAR)
SELECT team FROM table_18788823_5 WHERE date_of_appointment = "23 December 2008"
Write a SQL query that answers the following question: What date did the Milton Keynes Dons appoint?
The relevant table was constructed using the following SQL : CREATE TABLE table_18788823_5 (date_of_appointment VARCHAR, team VARCHAR)
SELECT date_of_appointment FROM table_18788823_5 WHERE team = "Milton Keynes Dons"
Write a SQL query that answers the following question: Which vacancy occurred on 16 February 2009?
The relevant table was constructed using the following SQL : CREATE TABLE table_18788823_5 (position_in_table VARCHAR, date_of_vacancy VARCHAR)
SELECT position_in_table FROM table_18788823_5 WHERE date_of_vacancy = "16 February 2009"
Write a SQL query that answers the following question: What is title of episode 06-02-407?
The relevant table was constructed using the following SQL : CREATE TABLE table_1876825_5 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_1876825_5 WHERE production_code = "06-02-407"
Write a SQL query that answers the following question: What is title of episode 06-02-406?
The relevant table was constructed using the following SQL : CREATE TABLE table_1876825_5 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_1876825_5 WHERE production_code = "06-02-406"
Write a SQL query that answers the following question: What is title of episode aired on March 2, 2003?
The relevant table was constructed using the following SQL : CREATE TABLE table_1876825_5 (title VARCHAR, original_air_date VARCHAR)
SELECT title FROM table_1876825_5 WHERE original_air_date = "March 2, 2003"
Write a SQL query that answers the following question: Who wrote episode 74?
The relevant table was constructed using the following SQL : CREATE TABLE table_1876825_5 (written_by VARCHAR, no_in_series VARCHAR)
SELECT written_by FROM table_1876825_5 WHERE no_in_series = 74
Write a SQL query that answers the following question: Which position in the table is the team watford?
The relevant table was constructed using the following SQL : CREATE TABLE table_18784280_3 (position_in_table VARCHAR, team VARCHAR)
SELECT position_in_table FROM table_18784280_3 WHERE team = "Watford"
Write a SQL query that answers the following question: Name the number of number in series for production code of 06-04-621
The relevant table was constructed using the following SQL : CREATE TABLE table_1876825_7 (no_in_series VARCHAR, production_code VARCHAR)
SELECT COUNT(no_in_series) FROM table_1876825_7 WHERE production_code = "06-04-621"
Write a SQL query that answers the following question: Name the total number of written by for original air date for may 8, 2005
The relevant table was constructed using the following SQL : CREATE TABLE table_1876825_7 (written_by VARCHAR, original_air_date VARCHAR)
SELECT COUNT(written_by) FROM table_1876825_7 WHERE original_air_date = "May 8, 2005"
Write a SQL query that answers the following question: What was the place and how many people attended the game on July 11?
The relevant table was constructed using the following SQL : CREATE TABLE table_18813011_6 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_18813011_6 WHERE date = "July 11"
Write a SQL query that answers the following question: Who had the most assist and how many on July 26?
The relevant table was constructed using the following SQL : CREATE TABLE table_18813011_6 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_18813011_6 WHERE date = "July 26"
Write a SQL query that answers the following question: Who had the high assist in the game where the record is 13-11?
The relevant table was constructed using the following SQL : CREATE TABLE table_18813011_6 (high_assists VARCHAR, record VARCHAR)
SELECT high_assists FROM table_18813011_6 WHERE record = "13-11"
Write a SQL query that answers the following question: At what date did the 23rd manager vacate the position?
The relevant table was constructed using the following SQL : CREATE TABLE table_18795125_6 (date_of_vacancy VARCHAR, position_in_table VARCHAR)
SELECT date_of_vacancy FROM table_18795125_6 WHERE position_in_table = "23rd"
Write a SQL query that answers the following question: What was the date of appointment for the manager that replaced Simon Davies?
The relevant table was constructed using the following SQL : CREATE TABLE table_18795125_6 (date_of_appointment VARCHAR, outgoing_manager VARCHAR)
SELECT date_of_appointment FROM table_18795125_6 WHERE outgoing_manager = "Simon Davies"
Write a SQL query that answers the following question: What was the date of appointment for the manager of the 23rd team?
The relevant table was constructed using the following SQL : CREATE TABLE table_18795125_6 (date_of_appointment VARCHAR, position_in_table VARCHAR)
SELECT date_of_appointment FROM table_18795125_6 WHERE position_in_table = "23rd"
Write a SQL query that answers the following question: How many categories for, replaced by, exist when the outgoing manager is Alan Buckley?
The relevant table was constructed using the following SQL : CREATE TABLE table_18795125_6 (replaced_by VARCHAR, outgoing_manager VARCHAR)
SELECT COUNT(replaced_by) FROM table_18795125_6 WHERE outgoing_manager = "Alan Buckley"
Write a SQL query that answers the following question: Which driver starts 3?
The relevant table was constructed using the following SQL : CREATE TABLE table_18811741_15 (driver VARCHAR, starts VARCHAR)
SELECT driver FROM table_18811741_15 WHERE starts = 3
Write a SQL query that answers the following question: How many podiums for the driver with 18 stage wins?
The relevant table was constructed using the following SQL : CREATE TABLE table_18811741_15 (podiums VARCHAR, stage_wins VARCHAR)
SELECT COUNT(podiums) FROM table_18811741_15 WHERE stage_wins = 18
Write a SQL query that answers the following question: What is the highest pos for a driver with 1 podium?
The relevant table was constructed using the following SQL : CREATE TABLE table_18811741_15 (pos INTEGER, podiums VARCHAR)
SELECT MAX(pos) FROM table_18811741_15 WHERE podiums = 1
Write a SQL query that answers the following question: What is every TV network with a weekly schedule of Monday to Thursday @ 11:00 pm?
The relevant table was constructed using the following SQL : CREATE TABLE table_18821196_1 (tv_network_s_ VARCHAR, weekly_schedule VARCHAR)
SELECT tv_network_s_ FROM table_18821196_1 WHERE weekly_schedule = "Monday to Thursday @ 11:00 pm"
Write a SQL query that answers the following question: What is every country with a TV network of AXN India?
The relevant table was constructed using the following SQL : CREATE TABLE table_18821196_1 (country VARCHAR, tv_network_s_ VARCHAR)
SELECT country FROM table_18821196_1 WHERE tv_network_s_ = "AXN India"
Write a SQL query that answers the following question: What is every weekly schedule in the country of Norway?
The relevant table was constructed using the following SQL : CREATE TABLE table_18821196_1 (weekly_schedule VARCHAR, country VARCHAR)
SELECT weekly_schedule FROM table_18821196_1 WHERE country = "Norway"
Write a SQL query that answers the following question: What is every TV network in Belgium?
The relevant table was constructed using the following SQL : CREATE TABLE table_18821196_1 (tv_network_s_ VARCHAR, country VARCHAR)
SELECT tv_network_s_ FROM table_18821196_1 WHERE country = "Belgium"
Write a SQL query that answers the following question: What is every status with a weekly schedule of Monday to Thursday @ 11:00 pm?
The relevant table was constructed using the following SQL : CREATE TABLE table_18821196_1 (status VARCHAR, weekly_schedule VARCHAR)
SELECT status FROM table_18821196_1 WHERE weekly_schedule = "Monday to Thursday @ 11:00 pm"
Write a SQL query that answers the following question: What is every weekly schedule of TV network Viasat 4?
The relevant table was constructed using the following SQL : CREATE TABLE table_18821196_1 (weekly_schedule VARCHAR, tv_network_s_ VARCHAR)
SELECT weekly_schedule FROM table_18821196_1 WHERE tv_network_s_ = "Viasat 4"
Write a SQL query that answers the following question: How much was the prize money for rwe-sporthalle, mülheim ?
The relevant table was constructed using the following SQL : CREATE TABLE table_18828487_1 (prize_fund VARCHAR, venue VARCHAR)
SELECT prize_fund FROM table_18828487_1 WHERE venue = "RWE-Sporthalle, Mülheim"
Write a SQL query that answers the following question: In 2009, how many were runner-up?
The relevant table was constructed using the following SQL : CREATE TABLE table_18828487_1 (runner_up VARCHAR, year VARCHAR)
SELECT COUNT(runner_up) FROM table_18828487_1 WHERE year = 2009
Write a SQL query that answers the following question: How much does the champion get for stadthalle dinslaken, dinslaken?
The relevant table was constructed using the following SQL : CREATE TABLE table_18828487_1 (champion VARCHAR, venue VARCHAR)
SELECT champion FROM table_18828487_1 WHERE venue = "Stadthalle Dinslaken, Dinslaken"
Write a SQL query that answers the following question: When by80607002529af is the part number and september 2009 is the release date what is the l2 cache?
The relevant table was constructed using the following SQL : CREATE TABLE table_18823880_10 (l2_cache VARCHAR, release_date VARCHAR, part_number_s_ VARCHAR)
SELECT l2_cache FROM table_18823880_10 WHERE release_date = "September 2009" AND part_number_s_ = "BY80607002529AF"
Write a SQL query that answers the following question: When by80607002907ahbx80607i7720qm is the part number what is the socket?
The relevant table was constructed using the following SQL : CREATE TABLE table_18823880_10 (socket VARCHAR, part_number_s_ VARCHAR)
SELECT socket FROM table_18823880_10 WHERE part_number_s_ = "BY80607002907AHBX80607I7720QM"