instruction
stringlengths
67
299
input
stringlengths
88
550
output
stringlengths
32
484
Write a SQL query that answers the following question: Who had the highest rebounds in game 2?
The relevant table was constructed using the following SQL : CREATE TABLE table_23286112_12 (high_rebounds VARCHAR, game VARCHAR)
SELECT high_rebounds FROM table_23286112_12 WHERE game = 2
Write a SQL query that answers the following question: What date was the series 0-2?
The relevant table was constructed using the following SQL : CREATE TABLE table_23286112_12 (date VARCHAR, series VARCHAR)
SELECT date FROM table_23286112_12 WHERE series = "0-2"
Write a SQL query that answers the following question: Which series were played on April 18?
The relevant table was constructed using the following SQL : CREATE TABLE table_23286112_12 (series VARCHAR, date VARCHAR)
SELECT series FROM table_23286112_12 WHERE date = "April 18"
Write a SQL query that answers the following question: What series had high rebounds with Marcus Camby (11)?
The relevant table was constructed using the following SQL : CREATE TABLE table_23286158_11 (series VARCHAR, high_rebounds VARCHAR)
SELECT series FROM table_23286158_11 WHERE high_rebounds = "Marcus Camby (11)"
Write a SQL query that answers the following question: What was the series where the game was 5?
The relevant table was constructed using the following SQL : CREATE TABLE table_23286158_11 (series VARCHAR, game VARCHAR)
SELECT series FROM table_23286158_11 WHERE game = 5
Write a SQL query that answers the following question: What is the score when high points were Andre Miller (31)?
The relevant table was constructed using the following SQL : CREATE TABLE table_23286158_11 (score VARCHAR, high_points VARCHAR)
SELECT score FROM table_23286158_11 WHERE high_points = "Andre Miller (31)"
Write a SQL query that answers the following question: What is the score in game 3?
The relevant table was constructed using the following SQL : CREATE TABLE table_23286158_11 (score VARCHAR, game VARCHAR)
SELECT score FROM table_23286158_11 WHERE game = 3
Write a SQL query that answers the following question: When marcus camby (15) has the highest amount of rebounds who has the highest amount of assists?
The relevant table was constructed using the following SQL : CREATE TABLE table_23286158_10 (high_assists VARCHAR, high_rebounds VARCHAR)
SELECT high_assists FROM table_23286158_10 WHERE high_rebounds = "Marcus Camby (15)"
Write a SQL query that answers the following question: When 48-30 is the record who has the highest amount of points?
The relevant table was constructed using the following SQL : CREATE TABLE table_23286158_10 (high_points VARCHAR, record VARCHAR)
SELECT high_points FROM table_23286158_10 WHERE record = "48-30"
Write a SQL query that answers the following question: When 78 is the game and brandon roy (6) has the highest amount of assists how many locations/attendances are there?
The relevant table was constructed using the following SQL : CREATE TABLE table_23286158_10 (location_attendance VARCHAR, high_assists VARCHAR, game VARCHAR)
SELECT COUNT(location_attendance) FROM table_23286158_10 WHERE high_assists = "Brandon Roy (6)" AND game = 78
Write a SQL query that answers the following question: When marcus camby (15) has the highest amount of rebounds what is the date?
The relevant table was constructed using the following SQL : CREATE TABLE table_23286158_10 (date VARCHAR, high_rebounds VARCHAR)
SELECT date FROM table_23286158_10 WHERE high_rebounds = "Marcus Camby (15)"
Write a SQL query that answers the following question: When did the Portland Trail Blazers play against Cleveland?
The relevant table was constructed using the following SQL : CREATE TABLE table_23286158_7 (date VARCHAR, team VARCHAR)
SELECT date FROM table_23286158_7 WHERE team = "Cleveland"
Write a SQL query that answers the following question: How many episodes were directed by Sarah Pia Anderson?
The relevant table was constructed using the following SQL : CREATE TABLE table_23287683_1 (title VARCHAR, directed_by VARCHAR)
SELECT COUNT(title) FROM table_23287683_1 WHERE directed_by = "Sarah Pia Anderson"
Write a SQL query that answers the following question: List all season numbers with production codes of 5m21.
The relevant table was constructed using the following SQL : CREATE TABLE table_23287683_1 (season__number VARCHAR, production_code VARCHAR)
SELECT season__number FROM table_23287683_1 WHERE production_code = "5M21"
Write a SQL query that answers the following question: How many episodes had a series number of 95?
The relevant table was constructed using the following SQL : CREATE TABLE table_23287683_1 (title VARCHAR, series__number VARCHAR)
SELECT COUNT(title) FROM table_23287683_1 WHERE series__number = 95
Write a SQL query that answers the following question: Name the total number of season for production code 3m17
The relevant table was constructed using the following SQL : CREATE TABLE table_23286722_1 (season__number VARCHAR, production_code VARCHAR)
SELECT COUNT(season__number) FROM table_23286722_1 WHERE production_code = "3M17"
Write a SQL query that answers the following question: Name the directed by season # 2
The relevant table was constructed using the following SQL : CREATE TABLE table_23286722_1 (directed_by VARCHAR, season__number VARCHAR)
SELECT directed_by FROM table_23286722_1 WHERE season__number = 2
Write a SQL query that answers the following question: Name least series number for writers david e. kelley & jill goldsmith
The relevant table was constructed using the following SQL : CREATE TABLE table_23286722_1 (series__number INTEGER, written_by VARCHAR)
SELECT MIN(series__number) FROM table_23286722_1 WHERE written_by = "David E. Kelley & Jill Goldsmith"
Write a SQL query that answers the following question: How many episodes are numbered 12x03?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_13 (first_broadcast VARCHAR, episode VARCHAR)
SELECT COUNT(first_broadcast) FROM table_23292220_13 WHERE episode = "12x03"
Write a SQL query that answers the following question: Who was on Jon's team when Sean's team had Matthew Crosby and Kimberly Wyatt?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_13 (jons_team VARCHAR, seans_team VARCHAR)
SELECT jons_team FROM table_23292220_13 WHERE seans_team = "Matthew Crosby and Kimberly Wyatt"
Write a SQL query that answers the following question: What was the episode that had Jack Dee and Stacey Solomon on Sean's team?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_13 (episode VARCHAR, seans_team VARCHAR)
SELECT episode FROM table_23292220_13 WHERE seans_team = "Jack Dee and Stacey Solomon"
Write a SQL query that answers the following question: What was the score in the episode that had Louie Spence and Joe Wilkinson on Sean's team?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_13 (scores VARCHAR, seans_team VARCHAR)
SELECT scores FROM table_23292220_13 WHERE seans_team = "Louie Spence and Joe Wilkinson"
Write a SQL query that answers the following question: What was the score on the episode that had Russell Kane and Louise Redknapp on Sean's team?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_13 (scores VARCHAR, seans_team VARCHAR)
SELECT scores FROM table_23292220_13 WHERE seans_team = "Russell Kane and Louise Redknapp"
Write a SQL query that answers the following question: In which episode is Sean's team made up of Krishnan Guru-Murthy and Vic Reeves?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_3 (episode VARCHAR, seans_team VARCHAR)
SELECT episode FROM table_23292220_3 WHERE seans_team = "Krishnan Guru-Murthy and Vic Reeves"
Write a SQL query that answers the following question: What is the first broadcast date of the episode in which Dave's team is made up of Dave Johns and Sally Lindsay?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_3 (first_broadcast VARCHAR, daves_team VARCHAR)
SELECT first_broadcast FROM table_23292220_3 WHERE daves_team = "Dave Johns and Sally Lindsay"
Write a SQL query that answers the following question: What was the first broadcast date of the episode in which Sean's team is made up of Peter Serafinowicz and Johnny Vegas?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_3 (first_broadcast VARCHAR, seans_team VARCHAR)
SELECT first_broadcast FROM table_23292220_3 WHERE seans_team = "Peter Serafinowicz and Johnny Vegas"
Write a SQL query that answers the following question: In how many episodes was Dave's team made up of David Walliams and Louis Walsh?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_3 (episode VARCHAR, daves_team VARCHAR)
SELECT COUNT(episode) FROM table_23292220_3 WHERE daves_team = "David Walliams and Louis Walsh"
Write a SQL query that answers the following question: Which episode has boy george and lee mack on dave's team?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_4 (episode VARCHAR, daves_team VARCHAR)
SELECT episode FROM table_23292220_4 WHERE daves_team = "Boy George and Lee Mack"
Write a SQL query that answers the following question: How many daves team entries are there on 27 october 2006?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_4 (daves_team VARCHAR, first_broadcast VARCHAR)
SELECT COUNT(daves_team) FROM table_23292220_4 WHERE first_broadcast = "27 October 2006"
Write a SQL query that answers the following question: Which episode has ulrika jonsson and michael mcintyre on sean's team?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_4 (episode VARCHAR, seans_team VARCHAR)
SELECT episode FROM table_23292220_4 WHERE seans_team = "Ulrika Jonsson and Michael McIntyre"
Write a SQL query that answers the following question: What was the score in the episode with john barrowman and vic reeves on sean's team?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_4 (scores VARCHAR, seans_team VARCHAR)
SELECT scores FROM table_23292220_4 WHERE seans_team = "John Barrowman and Vic Reeves"
Write a SQL query that answers the following question: What was the first broadcast date of episode 4x03?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_4 (first_broadcast VARCHAR, episode VARCHAR)
SELECT first_broadcast FROM table_23292220_4 WHERE episode = "4x03"
Write a SQL query that answers the following question: Name the first broadcast for trisha goddard and glenn wool
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_5 (first_broadcast VARCHAR, jasons_team VARCHAR)
SELECT first_broadcast FROM table_23292220_5 WHERE jasons_team = "Trisha Goddard and Glenn Wool"
Write a SQL query that answers the following question: Name the number of scores for 5x06
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_5 (scores VARCHAR, episode VARCHAR)
SELECT COUNT(scores) FROM table_23292220_5 WHERE episode = "5x06"
Write a SQL query that answers the following question: Name the first broadcast for tina malone and joe wilkinson
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_17 (first_broadcast VARCHAR, seans_team VARCHAR)
SELECT first_broadcast FROM table_23292220_17 WHERE seans_team = "Tina Malone and Joe Wilkinson"
Write a SQL query that answers the following question: Name the number of jons team for 15x10
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_17 (jons_team VARCHAR, episode VARCHAR)
SELECT COUNT(jons_team) FROM table_23292220_17 WHERE episode = "15x10"
Write a SQL query that answers the following question: Name the scores for chris ramsey and carol vorderman
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_17 (scores VARCHAR, seans_team VARCHAR)
SELECT scores FROM table_23292220_17 WHERE seans_team = "Chris Ramsey and Carol Vorderman"
Write a SQL query that answers the following question: Name the total number of jons team for 15x07
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_17 (jons_team VARCHAR, episode VARCHAR)
SELECT COUNT(jons_team) FROM table_23292220_17 WHERE episode = "15x07"
Write a SQL query that answers the following question: Name all of Jason's teams that appeared on episode 6x02?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_6 (jasons_team VARCHAR, episode VARCHAR)
SELECT jasons_team FROM table_23292220_6 WHERE episode = "6x02"
Write a SQL query that answers the following question: In how many episodes were Vanessa Feltz and Lee Mack the team for Sean?
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_6 (episode VARCHAR, seans_team VARCHAR)
SELECT COUNT(episode) FROM table_23292220_6 WHERE seans_team = "Vanessa Feltz and Lee Mack"
Write a SQL query that answers the following question: Name the episode(s) that featured Duncan James and Johnny Vegas as Jason's team.
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_6 (episode VARCHAR, jasons_team VARCHAR)
SELECT episode FROM table_23292220_6 WHERE jasons_team = "Duncan James and Johnny Vegas"
Write a SQL query that answers the following question: What round does Duncan Tappy drive in?
The relevant table was constructed using the following SQL : CREATE TABLE table_23293785_3 (sf_round INTEGER, driver VARCHAR)
SELECT MAX(sf_round) FROM table_23293785_3 WHERE driver = "Duncan Tappy"
Write a SQL query that answers the following question: How many racing points did England get?
The relevant table was constructed using the following SQL : CREATE TABLE table_23293785_3 (race_total_pts_ INTEGER, country VARCHAR)
SELECT MAX(race_total_pts_) FROM table_23293785_3 WHERE country = "England"
Write a SQL query that answers the following question: How many are the Race 2 points when Race 1 was 12?
The relevant table was constructed using the following SQL : CREATE TABLE table_23293785_3 (race_2_pts_ VARCHAR, race_1_pts_ VARCHAR)
SELECT race_2_pts_ FROM table_23293785_3 WHERE race_1_pts_ = 12
Write a SQL query that answers the following question: How many millions of people in the US saw the episode number 226?
The relevant table was constructed using the following SQL : CREATE TABLE table_23294081_11 (us_viewers__millions_ VARCHAR, no VARCHAR)
SELECT us_viewers__millions_ FROM table_23294081_11 WHERE no = 226
Write a SQL query that answers the following question: What is the highest episode number?
The relevant table was constructed using the following SQL : CREATE TABLE table_23294081_11 (no INTEGER)
SELECT MAX(no) FROM table_23294081_11
Write a SQL query that answers the following question: Who was performer 1 in the episode number 7 where Heather Anne Campbell was performer 2?
The relevant table was constructed using the following SQL : CREATE TABLE table_23294081_11 (performer_1 VARCHAR, performer_2 VARCHAR, _number VARCHAR)
SELECT performer_1 FROM table_23294081_11 WHERE performer_2 = "Heather Anne Campbell" AND _number = 7
Write a SQL query that answers the following question: What's the number of the episode seen by 2.99 millions of people in the US, where performer 2 was Heather Anne Campbell?
The relevant table was constructed using the following SQL : CREATE TABLE table_23294081_11 (_number INTEGER, performer_2 VARCHAR, us_viewers__millions_ VARCHAR)
SELECT MIN(_number) FROM table_23294081_11 WHERE performer_2 = "Heather Anne Campbell" AND us_viewers__millions_ = "2.99"
Write a SQL query that answers the following question: Name the episode for vic reeves and claudia winkleman
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_7 (episode VARCHAR, seans_team VARCHAR)
SELECT episode FROM table_23292220_7 WHERE seans_team = "Vic Reeves and Claudia Winkleman"
Write a SQL query that answers the following question: Name the number of scores for episode 7x05
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_7 (scores VARCHAR, episode VARCHAR)
SELECT COUNT(scores) FROM table_23292220_7 WHERE episode = "7x05"
Write a SQL query that answers the following question: Name the seans team being 13 november 2008
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_7 (seans_team VARCHAR, first_broadcast VARCHAR)
SELECT seans_team FROM table_23292220_7 WHERE first_broadcast = "13 November 2008"
Write a SQL query that answers the following question: Name the total number of seans team being 7x04
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_7 (seans_team VARCHAR, episode VARCHAR)
SELECT COUNT(seans_team) FROM table_23292220_7 WHERE episode = "7x04"
Write a SQL query that answers the following question: Name the total number of scores for 7x10
The relevant table was constructed using the following SQL : CREATE TABLE table_23292220_7 (scores VARCHAR, episode VARCHAR)
SELECT COUNT(scores) FROM table_23292220_7 WHERE episode = "7x10"
Write a SQL query that answers the following question: How many dates have a total points for race of 180?
The relevant table was constructed using the following SQL : CREATE TABLE table_23293785_2 (date VARCHAR, race_total_pts_ VARCHAR)
SELECT COUNT(date) FROM table_23293785_2 WHERE race_total_pts_ = 180
Write a SQL query that answers the following question: What is every points value for race 1 if the total race points is 180?
The relevant table was constructed using the following SQL : CREATE TABLE table_23293785_2 (race_1_pts_ VARCHAR, race_total_pts_ VARCHAR)
SELECT race_1_pts_ FROM table_23293785_2 WHERE race_total_pts_ = 180
Write a SQL query that answers the following question: What is the lowest number of total race points for the country of Belgium?
The relevant table was constructed using the following SQL : CREATE TABLE table_23293785_2 (race_total_pts_ INTEGER, country VARCHAR)
SELECT MIN(race_total_pts_) FROM table_23293785_2 WHERE country = "Belgium"
Write a SQL query that answers the following question: Who is every driver for the location of Estoril Circuit?
The relevant table was constructed using the following SQL : CREATE TABLE table_23293785_2 (driver VARCHAR, location VARCHAR)
SELECT driver FROM table_23293785_2 WHERE location = "Estoril Circuit"
Write a SQL query that answers the following question: What is the highest value for SF round for the country of England?
The relevant table was constructed using the following SQL : CREATE TABLE table_23293785_2 (sf_round INTEGER, country VARCHAR)
SELECT MAX(sf_round) FROM table_23293785_2 WHERE country = "England"
Write a SQL query that answers the following question: What is the surface for the year 2001?
The relevant table was constructed using the following SQL : CREATE TABLE table_23297_3 (surface VARCHAR, year VARCHAR)
SELECT surface FROM table_23297_3 WHERE year = 2001
Write a SQL query that answers the following question: What was the score on October 29?
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_4 (score VARCHAR, date VARCHAR)
SELECT score FROM table_23308178_4 WHERE date = "October 29"
Write a SQL query that answers the following question: How many opponents were there with the record of 3-2-2?
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_4 (opponent VARCHAR, record VARCHAR)
SELECT COUNT(opponent) FROM table_23308178_4 WHERE record = "3-2-2"
Write a SQL query that answers the following question: What was the record on October 17?
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_4 (record VARCHAR, date VARCHAR)
SELECT record FROM table_23308178_4 WHERE date = "October 17"
Write a SQL query that answers the following question: What date did they play agains the New York Rangers?
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_4 (date VARCHAR, opponent VARCHAR)
SELECT date FROM table_23308178_4 WHERE opponent = "New York Rangers"
Write a SQL query that answers the following question: How many points were there scored on October 27?
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_4 (points INTEGER, date VARCHAR)
SELECT MAX(points) FROM table_23308178_4 WHERE date = "October 27"
Write a SQL query that answers the following question: How many different scores are there for the game with 10-3-4 record?
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_5 (score VARCHAR, record VARCHAR)
SELECT COUNT(score) FROM table_23308178_5 WHERE record = "10-3-4"
Write a SQL query that answers the following question: When was the game with 13-5-6 record played?
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_5 (date VARCHAR, record VARCHAR)
SELECT date FROM table_23308178_5 WHERE record = "13-5-6"
Write a SQL query that answers the following question: What's the minimal number of points scored in any game?
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_5 (points INTEGER)
SELECT MIN(points) FROM table_23308178_5
Write a SQL query that answers the following question: How many different games against Florida Panthers were played in Verizon Center?
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_5 (game VARCHAR, opponent VARCHAR, location VARCHAR)
SELECT COUNT(game) FROM table_23308178_5 WHERE opponent = "Florida Panthers" AND location = "Verizon Center"
Write a SQL query that answers the following question: What was the record in the November 7 game?
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_5 (record VARCHAR, date VARCHAR)
SELECT record FROM table_23308178_5 WHERE date = "November 7"
Write a SQL query that answers the following question: How many times was there a record of 49-15-11?
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_9 (attendance VARCHAR, record VARCHAR)
SELECT COUNT(attendance) FROM table_23308178_9 WHERE record = "49-15-11"
Write a SQL query that answers the following question: How many scores had a date of March 6?
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_9 (score VARCHAR, date VARCHAR)
SELECT COUNT(score) FROM table_23308178_9 WHERE date = "March 6"
Write a SQL query that answers the following question: If the date is 7-21-2006, who was the opponent?
The relevant table was constructed using the following SQL : CREATE TABLE table_23314951_4 (opponent VARCHAR, date VARCHAR)
SELECT opponent FROM table_23314951_4 WHERE date = "7-21-2006"
Write a SQL query that answers the following question: If the opponent is Kristian Pless, who was it against?
The relevant table was constructed using the following SQL : CREATE TABLE table_23314951_4 (against VARCHAR, opponent VARCHAR)
SELECT against FROM table_23314951_4 WHERE opponent = "Kristian Pless"
Write a SQL query that answers the following question: Who is the winning team when max busnelli is the winning driver?
The relevant table was constructed using the following SQL : CREATE TABLE table_23315271_2 (winning_team VARCHAR, winning_driver VARCHAR)
SELECT winning_team FROM table_23315271_2 WHERE winning_driver = "Max Busnelli"
Write a SQL query that answers the following question: In which location is aci vallelunga circuit?
The relevant table was constructed using the following SQL : CREATE TABLE table_23315271_2 (location VARCHAR, circuit VARCHAR)
SELECT location FROM table_23315271_2 WHERE circuit = "ACI Vallelunga circuit"
Write a SQL query that answers the following question: Who held the pole position in misano world circuit?
The relevant table was constructed using the following SQL : CREATE TABLE table_23315271_2 (pole_position VARCHAR, circuit VARCHAR)
SELECT pole_position FROM table_23315271_2 WHERE circuit = "Misano World circuit"
Write a SQL query that answers the following question: List the results for all games which involved the detroit red wings.
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_7 (score VARCHAR, opponent VARCHAR)
SELECT score FROM table_23308178_7 WHERE opponent = "Detroit Red Wings"
Write a SQL query that answers the following question: Calculate the highest points where the win,loss, tie ratio is 28-12-6
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_7 (points INTEGER, record VARCHAR)
SELECT MAX(points) FROM table_23308178_7 WHERE record = "28-12-6"
Write a SQL query that answers the following question: what are the previous performance details for games involving the montreal canadiens?
The relevant table was constructed using the following SQL : CREATE TABLE table_23308178_7 (record VARCHAR, opponent VARCHAR)
SELECT record FROM table_23308178_7 WHERE opponent = "Montreal Canadiens"
Write a SQL query that answers the following question: Which years did Michigan state university come in third place?
The relevant table was constructed using the following SQL : CREATE TABLE table_2331549_1 (year VARCHAR, third_place VARCHAR)
SELECT year FROM table_2331549_1 WHERE third_place = "Michigan State University"
Write a SQL query that answers the following question: Who were the champions in years where michigan technological university was in third place?
The relevant table was constructed using the following SQL : CREATE TABLE table_2331549_1 (champion VARCHAR, third_place VARCHAR)
SELECT champion FROM table_2331549_1 WHERE third_place = "Michigan Technological University"
Write a SQL query that answers the following question: What was the host city in years where the host school was école de technologie supérieure?
The relevant table was constructed using the following SQL : CREATE TABLE table_2331549_1 (host_city VARCHAR, host_school VARCHAR)
SELECT host_city FROM table_2331549_1 WHERE host_school = "École de technologie supérieure"
Write a SQL query that answers the following question: Who came in second place when the champion was south dakota school of mines & technology?
The relevant table was constructed using the following SQL : CREATE TABLE table_2331549_1 (second_place VARCHAR, champion VARCHAR)
SELECT second_place FROM table_2331549_1 WHERE champion = "South Dakota School of Mines & Technology"
Write a SQL query that answers the following question: If the average is 45.65, what is the total number of innings?
The relevant table was constructed using the following SQL : CREATE TABLE table_23316034_16 (innings VARCHAR, average VARCHAR)
SELECT COUNT(innings) FROM table_23316034_16 WHERE average = "45.65"
Write a SQL query that answers the following question: What is the name of the player if the innings is 82?
The relevant table was constructed using the following SQL : CREATE TABLE table_23316034_16 (player VARCHAR, innings VARCHAR)
SELECT player FROM table_23316034_16 WHERE innings = 82
Write a SQL query that answers the following question: If the innings is 68, what is the average?
The relevant table was constructed using the following SQL : CREATE TABLE table_23316034_16 (average VARCHAR, innings VARCHAR)
SELECT average FROM table_23316034_16 WHERE innings = 68
Write a SQL query that answers the following question: If the runs is 5028, what is the matches maximum?
The relevant table was constructed using the following SQL : CREATE TABLE table_23316034_16 (matches INTEGER, runs VARCHAR)
SELECT MAX(matches) FROM table_23316034_16 WHERE runs = 5028
Write a SQL query that answers the following question: Name the least dismissals for sammy carter
The relevant table was constructed using the following SQL : CREATE TABLE table_23316034_23 (dismissals INTEGER, player VARCHAR)
SELECT MIN(dismissals) FROM table_23316034_23 WHERE player = "Sammy Carter"
Write a SQL query that answers the following question: Name the number of dismissals for adam gilchrist
The relevant table was constructed using the following SQL : CREATE TABLE table_23316034_23 (dismissals VARCHAR, player VARCHAR)
SELECT COUNT(dismissals) FROM table_23316034_23 WHERE player = "Adam Gilchrist"
Write a SQL query that answers the following question: Name the least dismissals for 4 rank
The relevant table was constructed using the following SQL : CREATE TABLE table_23316034_23 (dismissals INTEGER, rank VARCHAR)
SELECT MAX(dismissals) FROM table_23316034_23 WHERE rank = 4
Write a SQL query that answers the following question: How many top 10 finishes did Ken Bouchard get in the year he won $17,695?
The relevant table was constructed using the following SQL : CREATE TABLE table_2333416_2 (top_10 VARCHAR, winnings VARCHAR)
SELECT top_10 FROM table_2333416_2 WHERE winnings = "$17,695"
Write a SQL query that answers the following question: What year did Ken Bouchard finish in 78th place?
The relevant table was constructed using the following SQL : CREATE TABLE table_2333416_2 (year VARCHAR, position VARCHAR)
SELECT year FROM table_2333416_2 WHERE position = "78th"
Write a SQL query that answers the following question: How many seasons did Ken Bouchard finish in 38th place?
The relevant table was constructed using the following SQL : CREATE TABLE table_2333416_2 (year VARCHAR, position VARCHAR)
SELECT COUNT(year) FROM table_2333416_2 WHERE position = "38th"
Write a SQL query that answers the following question: What is the greatest number of wins Ken Bouchard had in a season?
The relevant table was constructed using the following SQL : CREATE TABLE table_2333416_2 (wins INTEGER)
SELECT MIN(wins) FROM table_2333416_2
Write a SQL query that answers the following question: How many races in 2012 season have 0 podiums?
The relevant table was constructed using the following SQL : CREATE TABLE table_23338693_1 (races VARCHAR, season VARCHAR, podiums VARCHAR)
SELECT COUNT(races) FROM table_23338693_1 WHERE season = 2012 AND podiums = 0
Write a SQL query that answers the following question: How many seasons have motopark team?
The relevant table was constructed using the following SQL : CREATE TABLE table_23338693_1 (season VARCHAR, team VARCHAR)
SELECT COUNT(season) FROM table_23338693_1 WHERE team = "Motopark"
Write a SQL query that answers the following question: Which team has nc position for 2010 season?
The relevant table was constructed using the following SQL : CREATE TABLE table_23338693_1 (team VARCHAR, position VARCHAR, season VARCHAR)
SELECT team FROM table_23338693_1 WHERE position = "NC" AND season = 2010
Write a SQL query that answers the following question: How many points have a series of british formula renault 2.0 winter cup and f/laps of 0?
The relevant table was constructed using the following SQL : CREATE TABLE table_23338693_1 (points VARCHAR, series VARCHAR, f_laps VARCHAR)
SELECT points FROM table_23338693_1 WHERE series = "British Formula Renault 2.0 Winter Cup" AND f_laps = 0
Write a SQL query that answers the following question: If the amount of rebounds is 0, what is the maximum minutes?
The relevant table was constructed using the following SQL : CREATE TABLE table_23346303_5 (minutes INTEGER, rebounds VARCHAR)
SELECT MAX(minutes) FROM table_23346303_5 WHERE rebounds = 0
Write a SQL query that answers the following question: What is the points total number if the assists is 7?
The relevant table was constructed using the following SQL : CREATE TABLE table_23346303_5 (points VARCHAR, assists VARCHAR)
SELECT COUNT(points) FROM table_23346303_5 WHERE assists = 7