question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
Tell me the average attendance for week of 11
CREATE TABLE table_name_58 (attendance INTEGER, week VARCHAR)
SELECT AVG(attendance) FROM table_name_58 WHERE week = 11
### Context: CREATE TABLE table_name_58 (attendance INTEGER, week VARCHAR) ### Question: Tell me the average attendance for week of 11 ### Answer: SELECT AVG(attendance) FROM table_name_58 WHERE week = 11
Tell me opponent for result of w 33-31
CREATE TABLE table_name_96 (opponent VARCHAR, result VARCHAR)
SELECT opponent FROM table_name_96 WHERE result = "w 33-31"
### Context: CREATE TABLE table_name_96 (opponent VARCHAR, result VARCHAR) ### Question: Tell me opponent for result of w 33-31 ### Answer: SELECT opponent FROM table_name_96 WHERE result = "w 33-31"
What Name is administered by oral or iv, and is being investigated for thyroid imaging thyroid metastases imaging?
CREATE TABLE table_name_61 (name VARCHAR, route_of_administration VARCHAR, investigation VARCHAR)
SELECT name FROM table_name_61 WHERE route_of_administration = "oral or iv" AND investigation = "thyroid imaging thyroid metastases imaging"
### Context: CREATE TABLE table_name_61 (name VARCHAR, route_of_administration VARCHAR, investigation VARCHAR) ### Question: What Name is administered by oral or iv, and is being investigated for thyroid imaging thyroid metastases imaging? ### Answer: SELECT name FROM table_name_61 WHERE route_of_administration = "oral or iv" AND investigation = "thyroid imaging thyroid metastases imaging"
Who is the owner with a call sign of cjgx?
CREATE TABLE table_name_5 (owner VARCHAR, call_sign VARCHAR)
SELECT owner FROM table_name_5 WHERE call_sign = "cjgx"
### Context: CREATE TABLE table_name_5 (owner VARCHAR, call_sign VARCHAR) ### Question: Who is the owner with a call sign of cjgx? ### Answer: SELECT owner FROM table_name_5 WHERE call_sign = "cjgx"
Who is the owner of the branding gx94?
CREATE TABLE table_name_78 (owner VARCHAR, branding VARCHAR)
SELECT owner FROM table_name_78 WHERE branding = "gx94"
### Context: CREATE TABLE table_name_78 (owner VARCHAR, branding VARCHAR) ### Question: Who is the owner of the branding gx94? ### Answer: SELECT owner FROM table_name_78 WHERE branding = "gx94"
What is the call frequency sign of cjjc-fm?
CREATE TABLE table_name_28 (frequency VARCHAR, call_sign VARCHAR)
SELECT frequency FROM table_name_28 WHERE call_sign = "cjjc-fm"
### Context: CREATE TABLE table_name_28 (frequency VARCHAR, call_sign VARCHAR) ### Question: What is the call frequency sign of cjjc-fm? ### Answer: SELECT frequency FROM table_name_28 WHERE call_sign = "cjjc-fm"
Who is the owner with the branding fox fm?
CREATE TABLE table_name_48 (owner VARCHAR, branding VARCHAR)
SELECT owner FROM table_name_48 WHERE branding = "fox fm"
### Context: CREATE TABLE table_name_48 (owner VARCHAR, branding VARCHAR) ### Question: Who is the owner with the branding fox fm? ### Answer: SELECT owner FROM table_name_48 WHERE branding = "fox fm"
What is the branding frequency of cbc radio 2?
CREATE TABLE table_name_74 (frequency VARCHAR, branding VARCHAR)
SELECT frequency FROM table_name_74 WHERE branding = "cbc radio 2"
### Context: CREATE TABLE table_name_74 (frequency VARCHAR, branding VARCHAR) ### Question: What is the branding frequency of cbc radio 2? ### Answer: SELECT frequency FROM table_name_74 WHERE branding = "cbc radio 2"
Tell me the location for altitude being less thaan 6102
CREATE TABLE table_name_31 (location VARCHAR, altitude__metres_ INTEGER)
SELECT location FROM table_name_31 WHERE altitude__metres_ < 6102
### Context: CREATE TABLE table_name_31 (location VARCHAR, altitude__metres_ INTEGER) ### Question: Tell me the location for altitude being less thaan 6102 ### Answer: SELECT location FROM table_name_31 WHERE altitude__metres_ < 6102
Say the region for 6854 altitudes
CREATE TABLE table_name_97 (region VARCHAR, altitude__metres_ VARCHAR)
SELECT region FROM table_name_97 WHERE altitude__metres_ = 6854
### Context: CREATE TABLE table_name_97 (region VARCHAR, altitude__metres_ VARCHAR) ### Question: Say the region for 6854 altitudes ### Answer: SELECT region FROM table_name_97 WHERE altitude__metres_ = 6854
What is the frequency of number 161?
CREATE TABLE table_name_59 (frequency VARCHAR, number VARCHAR)
SELECT frequency FROM table_name_59 WHERE number = 161
### Context: CREATE TABLE table_name_59 (frequency VARCHAR, number VARCHAR) ### Question: What is the frequency of number 161? ### Answer: SELECT frequency FROM table_name_59 WHERE number = 161
What is the frequency of number 3 with a bus station origin?
CREATE TABLE table_name_33 (frequency VARCHAR, origin VARCHAR, number VARCHAR)
SELECT frequency FROM table_name_33 WHERE origin = "bus station" AND number = 3
### Context: CREATE TABLE table_name_33 (frequency VARCHAR, origin VARCHAR, number VARCHAR) ### Question: What is the frequency of number 3 with a bus station origin? ### Answer: SELECT frequency FROM table_name_33 WHERE origin = "bus station" AND number = 3
What is the origin of the one with a number larger than 161?
CREATE TABLE table_name_66 (origin VARCHAR, number INTEGER)
SELECT origin FROM table_name_66 WHERE number > 161
### Context: CREATE TABLE table_name_66 (origin VARCHAR, number INTEGER) ### Question: What is the origin of the one with a number larger than 161? ### Answer: SELECT origin FROM table_name_66 WHERE number > 161
What is the origin of the one whose final destination is Brandholmen?
CREATE TABLE table_name_15 (origin VARCHAR, final_destination VARCHAR)
SELECT origin FROM table_name_15 WHERE final_destination = "brandholmen"
### Context: CREATE TABLE table_name_15 (origin VARCHAR, final_destination VARCHAR) ### Question: What is the origin of the one whose final destination is Brandholmen? ### Answer: SELECT origin FROM table_name_15 WHERE final_destination = "brandholmen"
What is the highest rank of a rider whose time was 1:19.02.8?
CREATE TABLE table_name_70 (place INTEGER, time VARCHAR)
SELECT MAX(place) FROM table_name_70 WHERE time = "1:19.02.8"
### Context: CREATE TABLE table_name_70 (place INTEGER, time VARCHAR) ### Question: What is the highest rank of a rider whose time was 1:19.02.8? ### Answer: SELECT MAX(place) FROM table_name_70 WHERE time = "1:19.02.8"
Tell me the revised of mccune reischauer of yŏn (s) ryŏn (n)
CREATE TABLE table_name_48 (revised VARCHAR, mccune_reischauer VARCHAR)
SELECT revised FROM table_name_48 WHERE mccune_reischauer = "yŏn (s) ryŏn (n)"
### Context: CREATE TABLE table_name_48 (revised VARCHAR, mccune_reischauer VARCHAR) ### Question: Tell me the revised of mccune reischauer of yŏn (s) ryŏn (n) ### Answer: SELECT revised FROM table_name_48 WHERE mccune_reischauer = "yŏn (s) ryŏn (n)"
Name the hanja for hangul of 주
CREATE TABLE table_name_77 (hanja VARCHAR, hangul VARCHAR)
SELECT hanja FROM table_name_77 WHERE hangul = "주"
### Context: CREATE TABLE table_name_77 (hanja VARCHAR, hangul VARCHAR) ### Question: Name the hanja for hangul of 주 ### Answer: SELECT hanja FROM table_name_77 WHERE hangul = "주"
Tell me the hanja of eum
CREATE TABLE table_name_85 (hanja VARCHAR, revised VARCHAR)
SELECT hanja FROM table_name_85 WHERE revised = "eum"
### Context: CREATE TABLE table_name_85 (hanja VARCHAR, revised VARCHAR) ### Question: Tell me the hanja of eum ### Answer: SELECT hanja FROM table_name_85 WHERE revised = "eum"
What model was released in 2005?
CREATE TABLE table_name_89 (model VARCHAR, released VARCHAR)
SELECT model FROM table_name_89 WHERE released = 2005
### Context: CREATE TABLE table_name_89 (model VARCHAR, released VARCHAR) ### Question: What model was released in 2005? ### Answer: SELECT model FROM table_name_89 WHERE released = 2005
Tell me the score for 9 may 2001
CREATE TABLE table_name_15 (score VARCHAR, date VARCHAR)
SELECT score FROM table_name_15 WHERE date = "9 may 2001"
### Context: CREATE TABLE table_name_15 (score VARCHAR, date VARCHAR) ### Question: Tell me the score for 9 may 2001 ### Answer: SELECT score FROM table_name_15 WHERE date = "9 may 2001"
Tell me the competition for 25 march 2001
CREATE TABLE table_name_43 (competition VARCHAR, date VARCHAR)
SELECT competition FROM table_name_43 WHERE date = "25 march 2001"
### Context: CREATE TABLE table_name_43 (competition VARCHAR, date VARCHAR) ### Question: Tell me the competition for 25 march 2001 ### Answer: SELECT competition FROM table_name_43 WHERE date = "25 march 2001"
Who was the Race Winner of the Southern Illinois 100?
CREATE TABLE table_name_48 (race_winner VARCHAR, event_name VARCHAR)
SELECT race_winner FROM table_name_48 WHERE event_name = "southern illinois 100"
### Context: CREATE TABLE table_name_48 (race_winner VARCHAR, event_name VARCHAR) ### Question: Who was the Race Winner of the Southern Illinois 100? ### Answer: SELECT race_winner FROM table_name_48 WHERE event_name = "southern illinois 100"
At which track did the event Daytona Arca 200 take place?
CREATE TABLE table_name_64 (track VARCHAR, event_name VARCHAR)
SELECT track FROM table_name_64 WHERE event_name = "daytona arca 200"
### Context: CREATE TABLE table_name_64 (track VARCHAR, event_name VARCHAR) ### Question: At which track did the event Daytona Arca 200 take place? ### Answer: SELECT track FROM table_name_64 WHERE event_name = "daytona arca 200"
At which event was Ken Schrader the Race Winner at the Toledo Speedway?
CREATE TABLE table_name_38 (event_name VARCHAR, race_winner VARCHAR, track VARCHAR)
SELECT event_name FROM table_name_38 WHERE race_winner = "ken schrader" AND track = "toledo speedway"
### Context: CREATE TABLE table_name_38 (event_name VARCHAR, race_winner VARCHAR, track VARCHAR) ### Question: At which event was Ken Schrader the Race Winner at the Toledo Speedway? ### Answer: SELECT event_name FROM table_name_38 WHERE race_winner = "ken schrader" AND track = "toledo speedway"
At which track was Frank Kimmel the Pole Winner of the Pennsylvania 200?
CREATE TABLE table_name_80 (track VARCHAR, pole_winner VARCHAR, event_name VARCHAR)
SELECT track FROM table_name_80 WHERE pole_winner = "frank kimmel" AND event_name = "pennsylvania 200"
### Context: CREATE TABLE table_name_80 (track VARCHAR, pole_winner VARCHAR, event_name VARCHAR) ### Question: At which track was Frank Kimmel the Pole Winner of the Pennsylvania 200? ### Answer: SELECT track FROM table_name_80 WHERE pole_winner = "frank kimmel" AND event_name = "pennsylvania 200"
Steve Wallace was a Race Winner at the Kentucky Speedway on what date?
CREATE TABLE table_name_75 (date VARCHAR, race_winner VARCHAR, track VARCHAR)
SELECT date FROM table_name_75 WHERE race_winner = "steve wallace" AND track = "kentucky speedway"
### Context: CREATE TABLE table_name_75 (date VARCHAR, race_winner VARCHAR, track VARCHAR) ### Question: Steve Wallace was a Race Winner at the Kentucky Speedway on what date? ### Answer: SELECT date FROM table_name_75 WHERE race_winner = "steve wallace" AND track = "kentucky speedway"
What is the lowest number of silver owned by a nation that is not ranked number 1?
CREATE TABLE table_name_41 (silver INTEGER, rank INTEGER)
SELECT MIN(silver) FROM table_name_41 WHERE rank < 1
### Context: CREATE TABLE table_name_41 (silver INTEGER, rank INTEGER) ### Question: What is the lowest number of silver owned by a nation that is not ranked number 1? ### Answer: SELECT MIN(silver) FROM table_name_41 WHERE rank < 1
What is Driver Kimi Räikkönen's number on the grid?
CREATE TABLE table_name_83 (grid VARCHAR, driver VARCHAR)
SELECT grid FROM table_name_83 WHERE driver = "kimi räikkönen"
### Context: CREATE TABLE table_name_83 (grid VARCHAR, driver VARCHAR) ### Question: What is Driver Kimi Räikkönen's number on the grid? ### Answer: SELECT grid FROM table_name_83 WHERE driver = "kimi räikkönen"
Which driver had a Part 1 time of 1:13.306?
CREATE TABLE table_name_56 (driver VARCHAR, part_1 VARCHAR)
SELECT driver FROM table_name_56 WHERE part_1 = "1:13.306"
### Context: CREATE TABLE table_name_56 (driver VARCHAR, part_1 VARCHAR) ### Question: Which driver had a Part 1 time of 1:13.306? ### Answer: SELECT driver FROM table_name_56 WHERE part_1 = "1:13.306"
What ride opened after 2011?
CREATE TABLE table_name_91 (current_name VARCHAR, year_first_opened INTEGER)
SELECT current_name FROM table_name_91 WHERE year_first_opened > 2011
### Context: CREATE TABLE table_name_91 (current_name VARCHAR, year_first_opened INTEGER) ### Question: What ride opened after 2011? ### Answer: SELECT current_name FROM table_name_91 WHERE year_first_opened > 2011
Which stadium can hold 63,443 people?
CREATE TABLE table_name_97 (result VARCHAR, attendance VARCHAR)
SELECT result FROM table_name_97 WHERE attendance = "63,443"
### Context: CREATE TABLE table_name_97 (result VARCHAR, attendance VARCHAR) ### Question: Which stadium can hold 63,443 people? ### Answer: SELECT result FROM table_name_97 WHERE attendance = "63,443"
Tell me the number of weeks for bye
CREATE TABLE table_name_5 (week VARCHAR, date VARCHAR)
SELECT COUNT(week) FROM table_name_5 WHERE date = "bye"
### Context: CREATE TABLE table_name_5 (week VARCHAR, date VARCHAR) ### Question: Tell me the number of weeks for bye ### Answer: SELECT COUNT(week) FROM table_name_5 WHERE date = "bye"
Tell me the number of weeks for december 5, 2005
CREATE TABLE table_name_83 (week VARCHAR, date VARCHAR)
SELECT COUNT(week) FROM table_name_83 WHERE date = "december 5, 2005"
### Context: CREATE TABLE table_name_83 (week VARCHAR, date VARCHAR) ### Question: Tell me the number of weeks for december 5, 2005 ### Answer: SELECT COUNT(week) FROM table_name_83 WHERE date = "december 5, 2005"
Tell me the start time for december 24, 2005
CREATE TABLE table_name_48 (start_time VARCHAR, date VARCHAR)
SELECT start_time FROM table_name_48 WHERE date = "december 24, 2005"
### Context: CREATE TABLE table_name_48 (start_time VARCHAR, date VARCHAR) ### Question: Tell me the start time for december 24, 2005 ### Answer: SELECT start_time FROM table_name_48 WHERE date = "december 24, 2005"
Tell me the result for lincoln financial field december 11, 2005
CREATE TABLE table_name_90 (result VARCHAR, venue VARCHAR, date VARCHAR)
SELECT result FROM table_name_90 WHERE venue = "lincoln financial field" AND date = "december 11, 2005"
### Context: CREATE TABLE table_name_90 (result VARCHAR, venue VARCHAR, date VARCHAR) ### Question: Tell me the result for lincoln financial field december 11, 2005 ### Answer: SELECT result FROM table_name_90 WHERE venue = "lincoln financial field" AND date = "december 11, 2005"
Tell me the total number of years for wins less than 2 and class of 50cc with points of 15
CREATE TABLE table_name_4 (year VARCHAR, points VARCHAR, wins VARCHAR, class VARCHAR)
SELECT COUNT(year) FROM table_name_4 WHERE wins < 2 AND class = "50cc" AND points = 15
### Context: CREATE TABLE table_name_4 (year VARCHAR, points VARCHAR, wins VARCHAR, class VARCHAR) ### Question: Tell me the total number of years for wins less than 2 and class of 50cc with points of 15 ### Answer: SELECT COUNT(year) FROM table_name_4 WHERE wins < 2 AND class = "50cc" AND points = 15
Tell me the year for class of 125cc
CREATE TABLE table_name_55 (year VARCHAR, class VARCHAR)
SELECT year FROM table_name_55 WHERE class = "125cc"
### Context: CREATE TABLE table_name_55 (year VARCHAR, class VARCHAR) ### Question: Tell me the year for class of 125cc ### Answer: SELECT year FROM table_name_55 WHERE class = "125cc"
Tell me the average wins for class of 50cc and rank of 8th
CREATE TABLE table_name_47 (wins INTEGER, class VARCHAR, rank VARCHAR)
SELECT AVG(wins) FROM table_name_47 WHERE class = "50cc" AND rank = "8th"
### Context: CREATE TABLE table_name_47 (wins INTEGER, class VARCHAR, rank VARCHAR) ### Question: Tell me the average wins for class of 50cc and rank of 8th ### Answer: SELECT AVG(wins) FROM table_name_47 WHERE class = "50cc" AND rank = "8th"
Tell me the lowest wins for class of 50cc and team of tomos for year less than 1969
CREATE TABLE table_name_9 (wins INTEGER, year VARCHAR, class VARCHAR, team VARCHAR)
SELECT MIN(wins) FROM table_name_9 WHERE class = "50cc" AND team = "tomos" AND year < 1969
### Context: CREATE TABLE table_name_9 (wins INTEGER, year VARCHAR, class VARCHAR, team VARCHAR) ### Question: Tell me the lowest wins for class of 50cc and team of tomos for year less than 1969 ### Answer: SELECT MIN(wins) FROM table_name_9 WHERE class = "50cc" AND team = "tomos" AND year < 1969
Which country has the highest bronze amount and a silver amount bigger than 41?
CREATE TABLE table_name_65 (bronze INTEGER, silver INTEGER)
SELECT MAX(bronze) FROM table_name_65 WHERE silver > 41
### Context: CREATE TABLE table_name_65 (bronze INTEGER, silver INTEGER) ### Question: Which country has the highest bronze amount and a silver amount bigger than 41? ### Answer: SELECT MAX(bronze) FROM table_name_65 WHERE silver > 41
What is the lowest amount of medals Russia has if they have more than 2 silver medals and less than 4 gold medals?
CREATE TABLE table_name_89 (total INTEGER, gold VARCHAR, silver VARCHAR, nation VARCHAR)
SELECT MIN(total) FROM table_name_89 WHERE silver > 2 AND nation = "russia" AND gold < 4
### Context: CREATE TABLE table_name_89 (total INTEGER, gold VARCHAR, silver VARCHAR, nation VARCHAR) ### Question: What is the lowest amount of medals Russia has if they have more than 2 silver medals and less than 4 gold medals? ### Answer: SELECT MIN(total) FROM table_name_89 WHERE silver > 2 AND nation = "russia" AND gold < 4
How many points did the 2005 1st place team receive?
CREATE TABLE table_name_90 (points VARCHAR, year VARCHAR)
SELECT points FROM table_name_90 WHERE year = 2005
### Context: CREATE TABLE table_name_90 (points VARCHAR, year VARCHAR) ### Question: How many points did the 2005 1st place team receive? ### Answer: SELECT points FROM table_name_90 WHERE year = 2005
What engine was used by the teams that used a Lola b02/00 chassis and ranked 1st?
CREATE TABLE table_name_45 (engine VARCHAR, chassis VARCHAR, rank VARCHAR)
SELECT engine FROM table_name_45 WHERE chassis = "lola b02/00" AND rank = "1st"
### Context: CREATE TABLE table_name_45 (engine VARCHAR, chassis VARCHAR, rank VARCHAR) ### Question: What engine was used by the teams that used a Lola b02/00 chassis and ranked 1st? ### Answer: SELECT engine FROM table_name_45 WHERE chassis = "lola b02/00" AND rank = "1st"
How many years did Team Newman/Haas Racing receive a 1st place ranking?
CREATE TABLE table_name_86 (year VARCHAR, team VARCHAR, rank VARCHAR)
SELECT COUNT(year) FROM table_name_86 WHERE team = "newman/haas racing" AND rank = "1st"
### Context: CREATE TABLE table_name_86 (year VARCHAR, team VARCHAR, rank VARCHAR) ### Question: How many years did Team Newman/Haas Racing receive a 1st place ranking? ### Answer: SELECT COUNT(year) FROM table_name_86 WHERE team = "newman/haas racing" AND rank = "1st"
What is the aggregate of place for points being 35?
CREATE TABLE table_name_52 (place INTEGER, points VARCHAR)
SELECT SUM(place) FROM table_name_52 WHERE points = 35
### Context: CREATE TABLE table_name_52 (place INTEGER, points VARCHAR) ### Question: What is the aggregate of place for points being 35? ### Answer: SELECT SUM(place) FROM table_name_52 WHERE points = 35
Name the fewest points of 5 place
CREATE TABLE table_name_86 (points INTEGER, place VARCHAR)
SELECT MIN(points) FROM table_name_86 WHERE place = 5
### Context: CREATE TABLE table_name_86 (points INTEGER, place VARCHAR) ### Question: Name the fewest points of 5 place ### Answer: SELECT MIN(points) FROM table_name_86 WHERE place = 5
Name the total number of places for vicky gordon and points more than 23
CREATE TABLE table_name_72 (place VARCHAR, artist VARCHAR, points VARCHAR)
SELECT COUNT(place) FROM table_name_72 WHERE artist = "vicky gordon" AND points > 23
### Context: CREATE TABLE table_name_72 (place VARCHAR, artist VARCHAR, points VARCHAR) ### Question: Name the total number of places for vicky gordon and points more than 23 ### Answer: SELECT COUNT(place) FROM table_name_72 WHERE artist = "vicky gordon" AND points > 23
Tell me the opponent for attendance of 68,264
CREATE TABLE table_name_74 (opponent VARCHAR, attendance VARCHAR)
SELECT opponent FROM table_name_74 WHERE attendance = "68,264"
### Context: CREATE TABLE table_name_74 (opponent VARCHAR, attendance VARCHAR) ### Question: Tell me the opponent for attendance of 68,264 ### Answer: SELECT opponent FROM table_name_74 WHERE attendance = "68,264"
Tell me the sum of week for result of l 24–21
CREATE TABLE table_name_15 (week INTEGER, result VARCHAR)
SELECT SUM(week) FROM table_name_15 WHERE result = "l 24–21"
### Context: CREATE TABLE table_name_15 (week INTEGER, result VARCHAR) ### Question: Tell me the sum of week for result of l 24–21 ### Answer: SELECT SUM(week) FROM table_name_15 WHERE result = "l 24–21"
Tell me the result for attendance of 54,462
CREATE TABLE table_name_32 (result VARCHAR, attendance VARCHAR)
SELECT result FROM table_name_32 WHERE attendance = "54,462"
### Context: CREATE TABLE table_name_32 (result VARCHAR, attendance VARCHAR) ### Question: Tell me the result for attendance of 54,462 ### Answer: SELECT result FROM table_name_32 WHERE attendance = "54,462"
Tell me the opponent for attendance of 53,899
CREATE TABLE table_name_49 (opponent VARCHAR, attendance VARCHAR)
SELECT opponent FROM table_name_49 WHERE attendance = "53,899"
### Context: CREATE TABLE table_name_49 (opponent VARCHAR, attendance VARCHAR) ### Question: Tell me the opponent for attendance of 53,899 ### Answer: SELECT opponent FROM table_name_49 WHERE attendance = "53,899"
What is the points that is more than 636 and has a value of 50?
CREATE TABLE table_name_82 (pts_ VARCHAR, b_ VARCHAR, reb_ VARCHAR, no_ VARCHAR, a_ VARCHAR)
SELECT pts_[b_] FROM table_name_82 WHERE reb_[b_] > 636 AND no_[a_] = "50"
### Context: CREATE TABLE table_name_82 (pts_ VARCHAR, b_ VARCHAR, reb_ VARCHAR, no_ VARCHAR, a_ VARCHAR) ### Question: What is the points that is more than 636 and has a value of 50? ### Answer: SELECT pts_[b_] FROM table_name_82 WHERE reb_[b_] > 636 AND no_[a_] = "50"
Which rebound was 8 and has and ast that was less than 57?
CREATE TABLE table_name_64 (b_ VARCHAR, reb_ INTEGER, no_ VARCHAR, a_ VARCHAR, ast_ VARCHAR)
SELECT AVG(reb_)[b_] FROM table_name_64 WHERE no_[a_] = "8" AND ast_[b_] < 57
### Context: CREATE TABLE table_name_64 (b_ VARCHAR, reb_ INTEGER, no_ VARCHAR, a_ VARCHAR, ast_ VARCHAR) ### Question: Which rebound was 8 and has and ast that was less than 57? ### Answer: SELECT AVG(reb_)[b_] FROM table_name_64 WHERE no_[a_] = "8" AND ast_[b_] < 57
Tell me the country for ICAO of tjig
CREATE TABLE table_name_84 (country VARCHAR, icao VARCHAR)
SELECT country FROM table_name_84 WHERE icao = "tjig"
### Context: CREATE TABLE table_name_84 (country VARCHAR, icao VARCHAR) ### Question: Tell me the country for ICAO of tjig ### Answer: SELECT country FROM table_name_84 WHERE icao = "tjig"
Tell me the country for san juan
CREATE TABLE table_name_62 (country VARCHAR, city VARCHAR)
SELECT country FROM table_name_62 WHERE city = "san juan"
### Context: CREATE TABLE table_name_62 (country VARCHAR, city VARCHAR) ### Question: Tell me the country for san juan ### Answer: SELECT country FROM table_name_62 WHERE city = "san juan"
Tell me the country for ICAO tjvq
CREATE TABLE table_name_14 (country VARCHAR, icao VARCHAR)
SELECT country FROM table_name_14 WHERE icao = "tjvq"
### Context: CREATE TABLE table_name_14 (country VARCHAR, icao VARCHAR) ### Question: Tell me the country for ICAO tjvq ### Answer: SELECT country FROM table_name_14 WHERE icao = "tjvq"
Tell me the iata for icao of tjrv
CREATE TABLE table_name_2 (iata VARCHAR, icao VARCHAR)
SELECT iata FROM table_name_2 WHERE icao = "tjrv"
### Context: CREATE TABLE table_name_2 (iata VARCHAR, icao VARCHAR) ### Question: Tell me the iata for icao of tjrv ### Answer: SELECT iata FROM table_name_2 WHERE icao = "tjrv"
Tell me the icao of isla grande
CREATE TABLE table_name_76 (icao VARCHAR, city VARCHAR)
SELECT icao FROM table_name_76 WHERE city = "isla grande"
### Context: CREATE TABLE table_name_76 (icao VARCHAR, city VARCHAR) ### Question: Tell me the icao of isla grande ### Answer: SELECT icao FROM table_name_76 WHERE city = "isla grande"
What position does the Colorado Rapids pick after 15 play?
CREATE TABLE table_name_35 (position VARCHAR, mls_team VARCHAR, pick__number VARCHAR)
SELECT position FROM table_name_35 WHERE mls_team = "colorado rapids" AND pick__number > 15
### Context: CREATE TABLE table_name_35 (position VARCHAR, mls_team VARCHAR, pick__number VARCHAR) ### Question: What position does the Colorado Rapids pick after 15 play? ### Answer: SELECT position FROM table_name_35 WHERE mls_team = "colorado rapids" AND pick__number > 15
I want to know the events for 106 bands
CREATE TABLE table_name_16 (event VARCHAR, acts VARCHAR)
SELECT event FROM table_name_16 WHERE acts = "106 bands"
### Context: CREATE TABLE table_name_16 (event VARCHAR, acts VARCHAR) ### Question: I want to know the events for 106 bands ### Answer: SELECT event FROM table_name_16 WHERE acts = "106 bands"
Tell me the nomination for ukraine
CREATE TABLE table_name_17 (nomination VARCHAR, country VARCHAR)
SELECT nomination FROM table_name_17 WHERE country = "ukraine"
### Context: CREATE TABLE table_name_17 (nomination VARCHAR, country VARCHAR) ### Question: Tell me the nomination for ukraine ### Answer: SELECT nomination FROM table_name_17 WHERE country = "ukraine"
Tell me the nomination for goran paskaljevic
CREATE TABLE table_name_12 (nomination VARCHAR, director VARCHAR)
SELECT nomination FROM table_name_12 WHERE director = "goran paskaljevic"
### Context: CREATE TABLE table_name_12 (nomination VARCHAR, director VARCHAR) ### Question: Tell me the nomination for goran paskaljevic ### Answer: SELECT nomination FROM table_name_12 WHERE director = "goran paskaljevic"
Which FA Cup apps has league goals of 1 with total goals less than 1?
CREATE TABLE table_name_47 (fa_cup_apps INTEGER, league_goals VARCHAR, total_goals VARCHAR)
SELECT AVG(fa_cup_apps) FROM table_name_47 WHERE league_goals = 1 AND total_goals < 1
### Context: CREATE TABLE table_name_47 (fa_cup_apps INTEGER, league_goals VARCHAR, total_goals VARCHAR) ### Question: Which FA Cup apps has league goals of 1 with total goals less than 1? ### Answer: SELECT AVG(fa_cup_apps) FROM table_name_47 WHERE league_goals = 1 AND total_goals < 1
What is the highest apps total with FA cup apps of 26 with total number of goals larger than 9?
CREATE TABLE table_name_41 (total_apps INTEGER, fa_cup_apps VARCHAR, total_goals VARCHAR)
SELECT MAX(total_apps) FROM table_name_41 WHERE fa_cup_apps = 26 AND total_goals > 9
### Context: CREATE TABLE table_name_41 (total_apps INTEGER, fa_cup_apps VARCHAR, total_goals VARCHAR) ### Question: What is the highest apps total with FA cup apps of 26 with total number of goals larger than 9? ### Answer: SELECT MAX(total_apps) FROM table_name_41 WHERE fa_cup_apps = 26 AND total_goals > 9
Which league goals has FA cup apps of 2?
CREATE TABLE table_name_39 (league_goals VARCHAR, fa_cup_apps VARCHAR)
SELECT league_goals FROM table_name_39 WHERE fa_cup_apps = 2
### Context: CREATE TABLE table_name_39 (league_goals VARCHAR, fa_cup_apps VARCHAR) ### Question: Which league goals has FA cup apps of 2? ### Answer: SELECT league_goals FROM table_name_39 WHERE fa_cup_apps = 2
What FA cup apps has a total larger than 12 and league apps larger than 38, and FA Cup goals larger than 1?
CREATE TABLE table_name_50 (fa_cup_apps VARCHAR, fa_cup_goals VARCHAR, total_apps VARCHAR, league_apps VARCHAR)
SELECT COUNT(fa_cup_apps) FROM table_name_50 WHERE total_apps > 12 AND league_apps > 38 AND fa_cup_goals > 1
### Context: CREATE TABLE table_name_50 (fa_cup_apps VARCHAR, fa_cup_goals VARCHAR, total_apps VARCHAR, league_apps VARCHAR) ### Question: What FA cup apps has a total larger than 12 and league apps larger than 38, and FA Cup goals larger than 1? ### Answer: SELECT COUNT(fa_cup_apps) FROM table_name_50 WHERE total_apps > 12 AND league_apps > 38 AND fa_cup_goals > 1
What was the total attendance on December 14, 1975 after week 13?
CREATE TABLE table_name_41 (attendance VARCHAR, date VARCHAR, week VARCHAR)
SELECT COUNT(attendance) FROM table_name_41 WHERE date = "december 14, 1975" AND week > 13
### Context: CREATE TABLE table_name_41 (attendance VARCHAR, date VARCHAR, week VARCHAR) ### Question: What was the total attendance on December 14, 1975 after week 13? ### Answer: SELECT COUNT(attendance) FROM table_name_41 WHERE date = "december 14, 1975" AND week > 13
What is the sum of all totals with a rank greater than 6, gold greater than 0, and silver greater than 2?
CREATE TABLE table_name_11 (total INTEGER, silver VARCHAR, rank VARCHAR, gold VARCHAR)
SELECT SUM(total) FROM table_name_11 WHERE rank > 6 AND gold > 0 AND silver = 2
### Context: CREATE TABLE table_name_11 (total INTEGER, silver VARCHAR, rank VARCHAR, gold VARCHAR) ### Question: What is the sum of all totals with a rank greater than 6, gold greater than 0, and silver greater than 2? ### Answer: SELECT SUM(total) FROM table_name_11 WHERE rank > 6 AND gold > 0 AND silver = 2
How many values for silver occur when gold is less than 1, the rank is 13, and bronze is greater than 2?
CREATE TABLE table_name_70 (silver VARCHAR, bronze VARCHAR, gold VARCHAR, rank VARCHAR)
SELECT COUNT(silver) FROM table_name_70 WHERE gold < 1 AND rank = 13 AND bronze > 2
### Context: CREATE TABLE table_name_70 (silver VARCHAR, bronze VARCHAR, gold VARCHAR, rank VARCHAR) ### Question: How many values for silver occur when gold is less than 1, the rank is 13, and bronze is greater than 2? ### Answer: SELECT COUNT(silver) FROM table_name_70 WHERE gold < 1 AND rank = 13 AND bronze > 2
What is the average value of Bronze when silver is 0 and the total is less than 1?
CREATE TABLE table_name_18 (bronze INTEGER, silver VARCHAR, total VARCHAR)
SELECT AVG(bronze) FROM table_name_18 WHERE silver = 0 AND total < 1
### Context: CREATE TABLE table_name_18 (bronze INTEGER, silver VARCHAR, total VARCHAR) ### Question: What is the average value of Bronze when silver is 0 and the total is less than 1? ### Answer: SELECT AVG(bronze) FROM table_name_18 WHERE silver = 0 AND total < 1
What is the lowest value for bronze with a total of 3 and a value for silver greater than 1 while the value of gold is smaller than 1?
CREATE TABLE table_name_56 (bronze INTEGER, gold VARCHAR, total VARCHAR, silver VARCHAR)
SELECT MIN(bronze) FROM table_name_56 WHERE total = 3 AND silver > 1 AND gold < 1
### Context: CREATE TABLE table_name_56 (bronze INTEGER, gold VARCHAR, total VARCHAR, silver VARCHAR) ### Question: What is the lowest value for bronze with a total of 3 and a value for silver greater than 1 while the value of gold is smaller than 1? ### Answer: SELECT MIN(bronze) FROM table_name_56 WHERE total = 3 AND silver > 1 AND gold < 1
How man values for bronze occur when gold is less than 1, rank is greater than 15, and total is greater than 1?
CREATE TABLE table_name_9 (bronze VARCHAR, total VARCHAR, gold VARCHAR, rank VARCHAR)
SELECT COUNT(bronze) FROM table_name_9 WHERE gold < 1 AND rank > 15 AND total > 1
### Context: CREATE TABLE table_name_9 (bronze VARCHAR, total VARCHAR, gold VARCHAR, rank VARCHAR) ### Question: How man values for bronze occur when gold is less than 1, rank is greater than 15, and total is greater than 1? ### Answer: SELECT COUNT(bronze) FROM table_name_9 WHERE gold < 1 AND rank > 15 AND total > 1
Name the position of pick 234
CREATE TABLE table_name_67 (position VARCHAR, pick VARCHAR)
SELECT position FROM table_name_67 WHERE pick = "234"
### Context: CREATE TABLE table_name_67 (position VARCHAR, pick VARCHAR) ### Question: Name the position of pick 234 ### Answer: SELECT position FROM table_name_67 WHERE pick = "234"
Name the team of vitali yeremeyev
CREATE TABLE table_name_97 (nhl_team VARCHAR, player VARCHAR)
SELECT nhl_team FROM table_name_97 WHERE player = "vitali yeremeyev"
### Context: CREATE TABLE table_name_97 (nhl_team VARCHAR, player VARCHAR) ### Question: Name the team of vitali yeremeyev ### Answer: SELECT nhl_team FROM table_name_97 WHERE player = "vitali yeremeyev"
Tell me the result for 2007-09-29
CREATE TABLE table_name_98 (result VARCHAR, date VARCHAR)
SELECT result FROM table_name_98 WHERE date = "2007-09-29"
### Context: CREATE TABLE table_name_98 (result VARCHAR, date VARCHAR) ### Question: Tell me the result for 2007-09-29 ### Answer: SELECT result FROM table_name_98 WHERE date = "2007-09-29"
How many weeks have an attendance of 64,116?
CREATE TABLE table_name_40 (week VARCHAR, attendance VARCHAR)
SELECT COUNT(week) FROM table_name_40 WHERE attendance = "64,116"
### Context: CREATE TABLE table_name_40 (week VARCHAR, attendance VARCHAR) ### Question: How many weeks have an attendance of 64,116? ### Answer: SELECT COUNT(week) FROM table_name_40 WHERE attendance = "64,116"
Which date has a week larger than 14?
CREATE TABLE table_name_42 (date VARCHAR, week INTEGER)
SELECT date FROM table_name_42 WHERE week > 14
### Context: CREATE TABLE table_name_42 (date VARCHAR, week INTEGER) ### Question: Which date has a week larger than 14? ### Answer: SELECT date FROM table_name_42 WHERE week > 14
Which venue has a week smaller than 2?
CREATE TABLE table_name_29 (venue VARCHAR, week INTEGER)
SELECT venue FROM table_name_29 WHERE week < 2
### Context: CREATE TABLE table_name_29 (venue VARCHAR, week INTEGER) ### Question: Which venue has a week smaller than 2? ### Answer: SELECT venue FROM table_name_29 WHERE week < 2
When was the Metallica: Escape from the Studio show?
CREATE TABLE table_name_28 (date VARCHAR, event VARCHAR)
SELECT date FROM table_name_28 WHERE event = "metallica: escape from the studio"
### Context: CREATE TABLE table_name_28 (date VARCHAR, event VARCHAR) ### Question: When was the Metallica: Escape from the Studio show? ### Answer: SELECT date FROM table_name_28 WHERE event = "metallica: escape from the studio"
When is the Monsters of Rock show with 12 bands?
CREATE TABLE table_name_74 (date VARCHAR, event VARCHAR, acts VARCHAR)
SELECT date FROM table_name_74 WHERE event = "monsters of rock" AND acts = "12 bands"
### Context: CREATE TABLE table_name_74 (date VARCHAR, event VARCHAR, acts VARCHAR) ### Question: When is the Monsters of Rock show with 12 bands? ### Answer: SELECT date FROM table_name_74 WHERE event = "monsters of rock" AND acts = "12 bands"
Tell me the result for 15 july
CREATE TABLE table_name_22 (result VARCHAR, date VARCHAR)
SELECT result FROM table_name_22 WHERE date = "15 july"
### Context: CREATE TABLE table_name_22 (result VARCHAR, date VARCHAR) ### Question: Tell me the result for 15 july ### Answer: SELECT result FROM table_name_22 WHERE date = "15 july"
Tell me the number range for 1965-66
CREATE TABLE table_name_58 (no_range VARCHAR, year_built__converted VARCHAR, _ VARCHAR)
SELECT no_range FROM table_name_58 WHERE year_built__converted * _ = "1965-66"
### Context: CREATE TABLE table_name_58 (no_range VARCHAR, year_built__converted VARCHAR, _ VARCHAR) ### Question: Tell me the number range for 1965-66 ### Answer: SELECT no_range FROM table_name_58 WHERE year_built__converted * _ = "1965-66"
Tell me the year built for withdrawn of 1983
CREATE TABLE table_name_19 (year_built__converted VARCHAR, _ VARCHAR, withdrawn VARCHAR)
SELECT year_built__converted * _ FROM table_name_19 WHERE withdrawn = 1983
### Context: CREATE TABLE table_name_19 (year_built__converted VARCHAR, _ VARCHAR, withdrawn VARCHAR) ### Question: Tell me the year built for withdrawn of 1983 ### Answer: SELECT year_built__converted * _ FROM table_name_19 WHERE withdrawn = 1983
Tell me the year built for number built of 10
CREATE TABLE table_name_14 (year_built__converted VARCHAR, _ VARCHAR, no_built__converted VARCHAR)
SELECT year_built__converted * _ FROM table_name_14 WHERE no_built__converted * _ = "10"
### Context: CREATE TABLE table_name_14 (year_built__converted VARCHAR, _ VARCHAR, no_built__converted VARCHAR) ### Question: Tell me the year built for number built of 10 ### Answer: SELECT year_built__converted * _ FROM table_name_14 WHERE no_built__converted * _ = "10"
Tell me the result for 2008-12-23
CREATE TABLE table_name_61 (result VARCHAR, date VARCHAR)
SELECT result FROM table_name_61 WHERE date = "2008-12-23"
### Context: CREATE TABLE table_name_61 (result VARCHAR, date VARCHAR) ### Question: Tell me the result for 2008-12-23 ### Answer: SELECT result FROM table_name_61 WHERE date = "2008-12-23"
Tell me the director nominated for best actor in a leading role
CREATE TABLE table_name_73 (director VARCHAR, nomination VARCHAR)
SELECT director FROM table_name_73 WHERE nomination = "best actor in a leading role"
### Context: CREATE TABLE table_name_73 (director VARCHAR, nomination VARCHAR) ### Question: Tell me the director nominated for best actor in a leading role ### Answer: SELECT director FROM table_name_73 WHERE nomination = "best actor in a leading role"
Tell me the nomination for peresohla zemlia
CREATE TABLE table_name_41 (nomination VARCHAR, film_name VARCHAR)
SELECT nomination FROM table_name_41 WHERE film_name = "peresohla zemlia"
### Context: CREATE TABLE table_name_41 (nomination VARCHAR, film_name VARCHAR) ### Question: Tell me the nomination for peresohla zemlia ### Answer: SELECT nomination FROM table_name_41 WHERE film_name = "peresohla zemlia"
What are the average laps driven in the GT class?
CREATE TABLE table_name_45 (laps INTEGER, class VARCHAR)
SELECT AVG(laps) FROM table_name_45 WHERE class = "gt"
### Context: CREATE TABLE table_name_45 (laps INTEGER, class VARCHAR) ### Question: What are the average laps driven in the GT class? ### Answer: SELECT AVG(laps) FROM table_name_45 WHERE class = "gt"
I want the tsongas of may 22, 2007
CREATE TABLE table_name_45 (tsongas__d_ VARCHAR, date VARCHAR)
SELECT tsongas__d_ FROM table_name_45 WHERE date = "may 22, 2007"
### Context: CREATE TABLE table_name_45 (tsongas__d_ VARCHAR, date VARCHAR) ### Question: I want the tsongas of may 22, 2007 ### Answer: SELECT tsongas__d_ FROM table_name_45 WHERE date = "may 22, 2007"
Tell me the venue for winner of nevada and year more than 2004
CREATE TABLE table_name_7 (venue VARCHAR, winner VARCHAR, year VARCHAR)
SELECT venue FROM table_name_7 WHERE winner = "nevada" AND year > 2004
### Context: CREATE TABLE table_name_7 (venue VARCHAR, winner VARCHAR, year VARCHAR) ### Question: Tell me the venue for winner of nevada and year more than 2004 ### Answer: SELECT venue FROM table_name_7 WHERE winner = "nevada" AND year > 2004
What date is the 1:00 pm game at arrowhead stadium?
CREATE TABLE table_name_37 (date VARCHAR, time___et__ VARCHAR, game_site VARCHAR)
SELECT date FROM table_name_37 WHERE time___et__ = "1:00 pm" AND game_site = "arrowhead stadium"
### Context: CREATE TABLE table_name_37 (date VARCHAR, time___et__ VARCHAR, game_site VARCHAR) ### Question: What date is the 1:00 pm game at arrowhead stadium? ### Answer: SELECT date FROM table_name_37 WHERE time___et__ = "1:00 pm" AND game_site = "arrowhead stadium"
Where will the game at (ET) of 7:00 pm be at?
CREATE TABLE table_name_2 (game_site VARCHAR, time___et__ VARCHAR)
SELECT game_site FROM table_name_2 WHERE time___et__ = "7:00 pm"
### Context: CREATE TABLE table_name_2 (game_site VARCHAR, time___et__ VARCHAR) ### Question: Where will the game at (ET) of 7:00 pm be at? ### Answer: SELECT game_site FROM table_name_2 WHERE time___et__ = "7:00 pm"
Who is the Driver that has a Laps smaller than 498, less than 58 points, a car number bigger than 22 and who has won $93,514?
CREATE TABLE table_name_15 (driver VARCHAR, winnings VARCHAR, car__number VARCHAR, laps VARCHAR, points VARCHAR)
SELECT driver FROM table_name_15 WHERE laps < 498 AND points < 58 AND car__number > 22 AND winnings = "$93,514"
### Context: CREATE TABLE table_name_15 (driver VARCHAR, winnings VARCHAR, car__number VARCHAR, laps VARCHAR, points VARCHAR) ### Question: Who is the Driver that has a Laps smaller than 498, less than 58 points, a car number bigger than 22 and who has won $93,514? ### Answer: SELECT driver FROM table_name_15 WHERE laps < 498 AND points < 58 AND car__number > 22 AND winnings = "$93,514"
At what location was there a loss on 20 jan?
CREATE TABLE table_name_98 (location VARCHAR, result VARCHAR, date VARCHAR)
SELECT location FROM table_name_98 WHERE result = "loss" AND date = "20 jan"
### Context: CREATE TABLE table_name_98 (location VARCHAR, result VARCHAR, date VARCHAR) ### Question: At what location was there a loss on 20 jan? ### Answer: SELECT location FROM table_name_98 WHERE result = "loss" AND date = "20 jan"
Tell me the venue for record of 2-7
CREATE TABLE table_name_39 (venue VARCHAR, record VARCHAR)
SELECT venue FROM table_name_39 WHERE record = "2-7"
### Context: CREATE TABLE table_name_39 (venue VARCHAR, record VARCHAR) ### Question: Tell me the venue for record of 2-7 ### Answer: SELECT venue FROM table_name_39 WHERE record = "2-7"
Tell me the result for green bay packers
CREATE TABLE table_name_77 (result VARCHAR, opponent VARCHAR)
SELECT result FROM table_name_77 WHERE opponent = "green bay packers"
### Context: CREATE TABLE table_name_77 (result VARCHAR, opponent VARCHAR) ### Question: Tell me the result for green bay packers ### Answer: SELECT result FROM table_name_77 WHERE opponent = "green bay packers"
Tell mem the opponent for result of w 31-21
CREATE TABLE table_name_52 (opponent VARCHAR, result VARCHAR)
SELECT opponent FROM table_name_52 WHERE result = "w 31-21"
### Context: CREATE TABLE table_name_52 (opponent VARCHAR, result VARCHAR) ### Question: Tell mem the opponent for result of w 31-21 ### Answer: SELECT opponent FROM table_name_52 WHERE result = "w 31-21"
What is the average speed of rider Peter Williams?
CREATE TABLE table_name_44 (speed VARCHAR, rider VARCHAR)
SELECT speed FROM table_name_44 WHERE rider = "peter williams"
### Context: CREATE TABLE table_name_44 (speed VARCHAR, rider VARCHAR) ### Question: What is the average speed of rider Peter Williams? ### Answer: SELECT speed FROM table_name_44 WHERE rider = "peter williams"
What is the time/s of team Triumph in those races in which Triumph ranked higher than 4?
CREATE TABLE table_name_44 (time VARCHAR, team VARCHAR, rank VARCHAR)
SELECT time FROM table_name_44 WHERE team = "triumph" AND rank < 4
### Context: CREATE TABLE table_name_44 (time VARCHAR, team VARCHAR, rank VARCHAR) ### Question: What is the time/s of team Triumph in those races in which Triumph ranked higher than 4? ### Answer: SELECT time FROM table_name_44 WHERE team = "triumph" AND rank < 4
What was the score in 1969?
CREATE TABLE table_name_9 (score VARCHAR, year VARCHAR)
SELECT score FROM table_name_9 WHERE year = "1969"
### Context: CREATE TABLE table_name_9 (score VARCHAR, year VARCHAR) ### Question: What was the score in 1969? ### Answer: SELECT score FROM table_name_9 WHERE year = "1969"