combined_text stringlengths 106 1.05k |
|---|
###question:In which venue did he place 3rd in the World Race Walking Cup?###answer:SELECT venue FROM table_name_7 WHERE competition = "world race walking cup" AND position = "3rd"###context:CREATE TABLE table_name_7 (venue VARCHAR, competition VARCHAR, position VARCHAR) |
###question:What were the notes when his position was 10th?###answer:SELECT notes FROM table_name_2 WHERE position = "10th"###context:CREATE TABLE table_name_2 (notes VARCHAR, position VARCHAR) |
###question:In which year did he compete in the Universiade?###answer:SELECT year FROM table_name_21 WHERE competition = "universiade"###context:CREATE TABLE table_name_21 (year VARCHAR, competition VARCHAR) |
###question:Which Player has Years for Grizzlies of 2002-2003?###answer:SELECT player FROM table_name_48 WHERE years_for_grizzlies = "2002-2003"###context:CREATE TABLE table_name_48 (player VARCHAR, years_for_grizzlies VARCHAR) |
###question:Which Player has position of power forward and School/Club Team of Depaul?###answer:SELECT player FROM table_name_85 WHERE position = "power forward" AND school_club_team = "depaul"###context:CREATE TABLE table_name_85 (player VARCHAR, position VARCHAR, school_club_team VARCHAR) |
###question:What is Nation, when Rank is greater than 2, when Total is greater than 1, and when Bronze is less than 3?###answer:SELECT nation FROM table_name_66 WHERE rank > 2 AND total > 1 AND bronze < 3###context:CREATE TABLE table_name_66 (nation VARCHAR, bronze VARCHAR, rank VARCHAR, total VARCHAR) |
###question:What is the average Silver, when Rank is 5, and when Bronze is less than 1?###answer:SELECT AVG(silver) FROM table_name_87 WHERE rank = 5 AND bronze < 1###context:CREATE TABLE table_name_87 (silver INTEGER, rank VARCHAR, bronze VARCHAR) |
###question:What is the lowest Rank, when Nation is Great Britain, and when Bronze is less than 1?###answer:SELECT MIN(rank) FROM table_name_40 WHERE nation = "great britain" AND bronze < 1###context:CREATE TABLE table_name_40 (rank INTEGER, nation VARCHAR, bronze VARCHAR) |
###question:What is the total number of Gold, when Silver is 2, and when Total is less than 7?###answer:SELECT COUNT(gold) FROM table_name_34 WHERE silver = 2 AND total < 7###context:CREATE TABLE table_name_34 (gold VARCHAR, silver VARCHAR, total VARCHAR) |
###question:What is the lowest Gold, when Nation is Canada, and when Rank is greater than 4?###answer:SELECT MIN(gold) FROM table_name_63 WHERE nation = "canada" AND rank > 4###context:CREATE TABLE table_name_63 (gold INTEGER, nation VARCHAR, rank VARCHAR) |
###question:What is Nation, when Model is M1895 & M1897 Carbine?###answer:SELECT nation FROM table_name_76 WHERE model = "m1895 & m1897 carbine"###context:CREATE TABLE table_name_76 (nation VARCHAR, model VARCHAR) |
###question:What is Weight, when Length is 1168mm / 46 in?###answer:SELECT weight FROM table_name_13 WHERE length = "1168mm / 46 in"###context:CREATE TABLE table_name_13 (weight VARCHAR, length VARCHAR) |
###question:What is Length, when Barrel Length is 750mm / 29.5 in?###answer:SELECT length FROM table_name_46 WHERE barrel_length = "750mm / 29.5 in"###context:CREATE TABLE table_name_46 (length VARCHAR, barrel_length VARCHAR) |
###question:What is the decision of the game on January 13?###answer:SELECT decision FROM table_name_24 WHERE date = "january 13"###context:CREATE TABLE table_name_24 (decision VARCHAR, date VARCHAR) |
###question:What was the sum of the ranks for Japan who had less than 5 bronze medals and more than 3 silvers?###answer:SELECT SUM(rank) FROM table_name_84 WHERE bronze < 5 AND country = "japan" AND silver > 3###context:CREATE TABLE table_name_84 (rank INTEGER, silver VARCHAR, bronze VARCHAR, country VARCHAR) |
###question:What is the lowest total medals for the united states who had more than 11 silver medals?###answer:SELECT MIN(total) FROM table_name_80 WHERE country = "united states" AND silver > 11###context:CREATE TABLE table_name_80 (total INTEGER, country VARCHAR, silver VARCHAR) |
###question:What is the sum of the bronze medals when there were more than 2 silver medals and a rank larger than 6?###answer:SELECT SUM(bronze) FROM table_name_89 WHERE silver > 2 AND rank > 6###context:CREATE TABLE table_name_89 (bronze INTEGER, silver VARCHAR, rank VARCHAR) |
###question:What was the highest points when the second was 4?###answer:SELECT MAX(points) FROM table_name_12 WHERE second = "4"###context:CREATE TABLE table_name_12 (points INTEGER, second VARCHAR) |
###question:Who was the driver/passengar when the position was smaller than 8, the third was 1, and there was 1 win?###answer:SELECT driver___passenger FROM table_name_56 WHERE third = "1" AND position < 8 AND wins = "1"###context:CREATE TABLE table_name_56 (driver___passenger VARCHAR, wins VARCHAR, third VARCHAR, posi... |
###question:Can you tell me the lowest Points won that has the Total matches of 4, and the Total W-L-H of 4-0-0?###answer:SELECT MIN(points_won) FROM table_name_66 WHERE total_matches = 4 AND total_w_l_h = "4-0-0"###context:CREATE TABLE table_name_66 (points_won INTEGER, total_matches VARCHAR, total_w_l_h VARCHAR) |
###question:Can you tell me the lowest Total natches that has the Points won of 3, and the Year of 1994?###answer:SELECT MIN(total_matches) FROM table_name_11 WHERE points_won = 3 AND year = "1994"###context:CREATE TABLE table_name_11 (total_matches INTEGER, points_won VARCHAR, year VARCHAR) |
###question:What is Team, when Replaced By is "Jesús Ramírez"?###answer:SELECT team FROM table_name_92 WHERE replaced_by = "jesús ramírez"###context:CREATE TABLE table_name_92 (team VARCHAR, replaced_by VARCHAR) |
###question:What is Position in Table, when Replaced By is "Sergio Bueno"?###answer:SELECT position_in_table FROM table_name_21 WHERE replaced_by = "sergio bueno"###context:CREATE TABLE table_name_21 (position_in_table VARCHAR, replaced_by VARCHAR) |
###question:What is Manner of Departure, when Outgoing Manager is "Luis Fernando Tena"?###answer:SELECT manner_of_departure FROM table_name_25 WHERE outgoing_manager = "luis fernando tena"###context:CREATE TABLE table_name_25 (manner_of_departure VARCHAR, outgoing_manager VARCHAR) |
###question:What is Position in Table, when Team is "Morelia"?###answer:SELECT position_in_table FROM table_name_64 WHERE team = "morelia"###context:CREATE TABLE table_name_64 (position_in_table VARCHAR, team VARCHAR) |
###question:What is Team, when Replaced By is "Omar Arellano"?###answer:SELECT team FROM table_name_5 WHERE replaced_by = "omar arellano"###context:CREATE TABLE table_name_5 (team VARCHAR, replaced_by VARCHAR) |
###question:What is Position in Table, when Replaced by is "José Pekerman"?###answer:SELECT position_in_table FROM table_name_43 WHERE replaced_by = "josé pekerman"###context:CREATE TABLE table_name_43 (position_in_table VARCHAR, replaced_by VARCHAR) |
###question:Which episode 4 has a Star of anna powierza?###answer:SELECT episode_4 FROM table_name_87 WHERE star = "anna powierza"###context:CREATE TABLE table_name_87 (episode_4 VARCHAR, star VARCHAR) |
###question:What team has a home city of Koprivnica?###answer:SELECT team FROM table_name_77 WHERE home_city = "koprivnica"###context:CREATE TABLE table_name_77 (team VARCHAR, home_city VARCHAR) |
###question:What team that has a Home city of Zadar?###answer:SELECT team FROM table_name_65 WHERE home_city = "zadar"###context:CREATE TABLE table_name_65 (team VARCHAR, home_city VARCHAR) |
###question:What is the stadium of the NK Zagreb?###answer:SELECT stadium FROM table_name_70 WHERE team = "nk zagreb"###context:CREATE TABLE table_name_70 (stadium VARCHAR, team VARCHAR) |
###question:What team has a home city of Velika?###answer:SELECT team FROM table_name_74 WHERE home_city = "velika"###context:CREATE TABLE table_name_74 (team VARCHAR, home_city VARCHAR) |
###question:What is the City of license with a 88.7 fm frequency###answer:SELECT city_of_license FROM table_name_51 WHERE frequency = "88.7 fm"###context:CREATE TABLE table_name_51 (city_of_license VARCHAR, frequency VARCHAR) |
###question:what is the Power with 88.5 fm Frequency###answer:SELECT power FROM table_name_50 WHERE frequency = "88.5 fm"###context:CREATE TABLE table_name_50 (power VARCHAR, frequency VARCHAR) |
###question:what is the City of license that has a 1,400 watts Power###answer:SELECT city_of_license FROM table_name_79 WHERE power = "1,400 watts"###context:CREATE TABLE table_name_79 (city_of_license VARCHAR, power VARCHAR) |
###question:what is the Identifier with 94.9 fm Frequency###answer:SELECT identifier FROM table_name_19 WHERE frequency = "94.9 fm"###context:CREATE TABLE table_name_19 (identifier VARCHAR, frequency VARCHAR) |
###question:what is the Frequency that has a fairview City of license###answer:SELECT frequency FROM table_name_32 WHERE city_of_license = "fairview"###context:CREATE TABLE table_name_32 (frequency VARCHAR, city_of_license VARCHAR) |
###question:what is the City of license that has a 1,400 watts Power###answer:SELECT city_of_license FROM table_name_93 WHERE power = "1,400 watts"###context:CREATE TABLE table_name_93 (city_of_license VARCHAR, power VARCHAR) |
###question:How much Loss has a Gain smaller than 1571, and a Long smaller than 47, and an Avg/G of 36.4?###answer:SELECT COUNT(loss) FROM table_name_27 WHERE gain < 1571 AND long < 47 AND avg_g = 36.4###context:CREATE TABLE table_name_27 (loss VARCHAR, avg_g VARCHAR, gain VARCHAR, long VARCHAR) |
###question:Which Avg/G has a Name of david allen, and a Gain larger than 371?###answer:SELECT AVG(avg_g) FROM table_name_60 WHERE name = "david allen" AND gain > 371###context:CREATE TABLE table_name_60 (avg_g INTEGER, name VARCHAR, gain VARCHAR) |
###question:Which Avg/G is the lowest one that has a Long smaller than 47, and a Name of frank murphy, and a Gain smaller than 569?###answer:SELECT MIN(avg_g) FROM table_name_86 WHERE long < 47 AND name = "frank murphy" AND gain < 569###context:CREATE TABLE table_name_86 (avg_g INTEGER, gain VARCHAR, long VARCHAR, name... |
###question:How much Avg/G has a Gain smaller than 1571, and a Long smaller than 46?###answer:SELECT COUNT(avg_g) FROM table_name_81 WHERE gain < 1571 AND long < 46###context:CREATE TABLE table_name_81 (avg_g VARCHAR, gain VARCHAR, long VARCHAR) |
###question:Can you tell me the highest Capacity that has the Team of torpedo?###answer:SELECT MAX(capacity) FROM table_name_66 WHERE team = "torpedo"###context:CREATE TABLE table_name_66 (capacity INTEGER, team VARCHAR) |
###question:Can you tell me the Capacity that has the Position in 2005 of 8?###answer:SELECT capacity FROM table_name_88 WHERE position_in_2005 = "8"###context:CREATE TABLE table_name_88 (capacity VARCHAR, position_in_2005 VARCHAR) |
###question:Can you tell me the Venue that has the Position in 2005 of 8?###answer:SELECT venue FROM table_name_77 WHERE position_in_2005 = "8"###context:CREATE TABLE table_name_77 (venue VARCHAR, position_in_2005 VARCHAR) |
###question:Which tournament was held on October 14, 2007?###answer:SELECT tournament FROM table_name_86 WHERE date = "october 14, 2007"###context:CREATE TABLE table_name_86 (tournament VARCHAR, date VARCHAR) |
###question:Who was the opponent with a score of 4-6, 7-5, 4-6?###answer:SELECT opponent FROM table_name_25 WHERE score = "4-6, 7-5, 4-6"###context:CREATE TABLE table_name_25 (opponent VARCHAR, score VARCHAR) |
###question:What was the outcome when Jing-Jing Lu was the opponent?###answer:SELECT outcome FROM table_name_81 WHERE opponent = "jing-jing lu"###context:CREATE TABLE table_name_81 (outcome VARCHAR, opponent VARCHAR) |
###question:What is Opponent, when Result is Loss, and when Venue is Mosaic Stadium?###answer:SELECT opponent FROM table_name_17 WHERE result = "loss" AND venue = "mosaic stadium"###context:CREATE TABLE table_name_17 (opponent VARCHAR, result VARCHAR, venue VARCHAR) |
###question:What is the date (to) associated wiht a traction type of electric and the Yarmouth Light and Power Company system?###answer:SELECT date__to_ FROM table_name_38 WHERE traction_type = "electric" AND name_of_system = "yarmouth light and power company"###context:CREATE TABLE table_name_38 (date__to_ VARCHAR, tr... |
###question:What is Name, when Overall is less than 175, and when College is "Georgia"?###answer:SELECT name FROM table_name_83 WHERE overall < 175 AND college = "georgia"###context:CREATE TABLE table_name_83 (name VARCHAR, overall VARCHAR, college VARCHAR) |
###question:What is the highest Pick, when Round is greater than 15, and when College is "Tennessee"?###answer:SELECT MAX(pick) FROM table_name_19 WHERE round > 15 AND college = "tennessee"###context:CREATE TABLE table_name_19 (pick INTEGER, round VARCHAR, college VARCHAR) |
###question:What is Pick, when Round is 15?###answer:SELECT pick FROM table_name_45 WHERE round = 15###context:CREATE TABLE table_name_45 (pick VARCHAR, round VARCHAR) |
###question:What is the sum of Overall, when Pick is greater than 5, when Round is less than 11, and when Name is "Tom Barrington"?###answer:SELECT SUM(overall) FROM table_name_69 WHERE pick > 5 AND round < 11 AND name = "tom barrington"###context:CREATE TABLE table_name_69 (overall INTEGER, name VARCHAR, pick VARCHAR,... |
###question:Which venue was used for the game whose score was 2:3?###answer:SELECT venue FROM table_name_25 WHERE score = "2:3"###context:CREATE TABLE table_name_25 (venue VARCHAR, score VARCHAR) |
###question:What was the score for the game in which Al-Qadsia was Team 2?###answer:SELECT score FROM table_name_55 WHERE team_2 = "al-qadsia"###context:CREATE TABLE table_name_55 (score VARCHAR, team_2 VARCHAR) |
###question:What years did the player with the jersey number 33 and played position pf play?###answer:SELECT years FROM table_name_4 WHERE jersey_number_s_ = 33 AND position = "pf"###context:CREATE TABLE table_name_4 (years VARCHAR, jersey_number_s_ VARCHAR, position VARCHAR) |
###question:What years did the player with the jersey number bigger than 20 play?###answer:SELECT years FROM table_name_5 WHERE jersey_number_s_ > 20###context:CREATE TABLE table_name_5 (years VARCHAR, jersey_number_s_ INTEGER) |
###question:WHich Place has a To par of –2, and a Player of bernhard langer?###answer:SELECT place FROM table_name_53 WHERE to_par = "–2" AND player = "bernhard langer"###context:CREATE TABLE table_name_53 (place VARCHAR, to_par VARCHAR, player VARCHAR) |
###question:WHich Score has a To par of –3, and a Country of united states?###answer:SELECT score FROM table_name_28 WHERE to_par = "–3" AND country = "united states"###context:CREATE TABLE table_name_28 (score VARCHAR, to_par VARCHAR, country VARCHAR) |
###question:Who is the Player with a Score of 70-72=142? Question 3###answer:SELECT player FROM table_name_20 WHERE score = 70 - 72 = 142###context:CREATE TABLE table_name_20 (player VARCHAR, score VARCHAR) |
###question:Name the Player who has a To par of –2 and a Score of 69-73=142?###answer:SELECT player FROM table_name_74 WHERE to_par = "–2" AND score = 69 - 73 = 142###context:CREATE TABLE table_name_74 (player VARCHAR, to_par VARCHAR, score VARCHAR) |
###question:Name the Player who has a Country of united states, and a To par of –5?###answer:SELECT player FROM table_name_73 WHERE country = "united states" AND to_par = "–5"###context:CREATE TABLE table_name_73 (player VARCHAR, country VARCHAR, to_par VARCHAR) |
###question:Name the Player who has a Place of t7 in Country of united states?###answer:SELECT player FROM table_name_45 WHERE place = "t7" AND country = "united states"###context:CREATE TABLE table_name_45 (player VARCHAR, place VARCHAR, country VARCHAR) |
###question:What is the result of choreographer bjørn holthe?###answer:SELECT result FROM table_name_60 WHERE choreographer_s_ = "bjørn holthe"###context:CREATE TABLE table_name_60 (result VARCHAR, choreographer_s_ VARCHAR) |
###question:What is the music for choreographer sabina dalfjäll?###answer:SELECT music FROM table_name_23 WHERE choreographer_s_ = "sabina dalfjäll"###context:CREATE TABLE table_name_23 (music VARCHAR, choreographer_s_ VARCHAR) |
###question:What couple had a safe result and a lyrical jazz style?###answer:SELECT couple FROM table_name_8 WHERE result = "safe" AND style = "lyrical jazz"###context:CREATE TABLE table_name_8 (couple VARCHAR, result VARCHAR, style VARCHAR) |
###question:How many games had fewer than 118 opponents and more than 109 net points with an opponent of Washington?###answer:SELECT COUNT(game) FROM table_name_37 WHERE opponents < 118 AND nets_points > 109 AND opponent = "washington"###context:CREATE TABLE table_name_37 (game VARCHAR, opponent VARCHAR, opponents VARC... |
###question:which opponent is from February 12?###answer:SELECT opponent FROM table_name_1 WHERE date = "february 12"###context:CREATE TABLE table_name_1 (opponent VARCHAR, date VARCHAR) |
###question:How many opponents were there in a game higher than 20 on January 28?###answer:SELECT opponents FROM table_name_15 WHERE game > 20 AND date = "january 28"###context:CREATE TABLE table_name_15 (opponents VARCHAR, game VARCHAR, date VARCHAR) |
###question:What round did the celtic played away on 24 february 1900?###answer:SELECT round FROM table_name_9 WHERE opponent = "celtic" AND date = "24 february 1900"###context:CREATE TABLE table_name_9 (round VARCHAR, opponent VARCHAR, date VARCHAR) |
###question:Who played against in venue a on 17 february 1900?###answer:SELECT opponent FROM table_name_43 WHERE venue = "a" AND date = "17 february 1900"###context:CREATE TABLE table_name_43 (opponent VARCHAR, venue VARCHAR, date VARCHAR) |
###question:How many people attended in the game against morton?###answer:SELECT attendance FROM table_name_79 WHERE opponent = "morton"###context:CREATE TABLE table_name_79 (attendance VARCHAR, opponent VARCHAR) |
###question:What is the Total of the Player with a To par of 4?###answer:SELECT COUNT(total) FROM table_name_8 WHERE to_par = 4###context:CREATE TABLE table_name_8 (total VARCHAR, to_par VARCHAR) |
###question:What is the Total of the Player with a Year(s) won of 1982?###answer:SELECT MIN(total) FROM table_name_77 WHERE year_s__won = "1982"###context:CREATE TABLE table_name_77 (total INTEGER, year_s__won VARCHAR) |
###question:What is the To par of the Player wtih Year(s) won of 1983?###answer:SELECT AVG(to_par) FROM table_name_11 WHERE year_s__won = "1983"###context:CREATE TABLE table_name_11 (to_par INTEGER, year_s__won VARCHAR) |
###question:What is Andy North with a To par greater than 8 Country?###answer:SELECT country FROM table_name_53 WHERE to_par > 8 AND player = "andy north"###context:CREATE TABLE table_name_53 (country VARCHAR, to_par VARCHAR, player VARCHAR) |
###question:What is the Country of the Player with a Total less than 153 and Year(s) won of 1984?###answer:SELECT country FROM table_name_18 WHERE total < 153 AND year_s__won = "1984"###context:CREATE TABLE table_name_18 (country VARCHAR, total VARCHAR, year_s__won VARCHAR) |
###question:What is the To par of Player Andy North with a Total larger than 153?###answer:SELECT COUNT(to_par) FROM table_name_91 WHERE player = "andy north" AND total > 153###context:CREATE TABLE table_name_91 (to_par VARCHAR, player VARCHAR, total VARCHAR) |
###question:WHAT OPPONENT HAD A KICKOFF OF 2007-03-06, 20:45?###answer:SELECT opponents FROM table_name_2 WHERE kick_off = "2007-03-06, 20:45"###context:CREATE TABLE table_name_2 (opponents VARCHAR, kick_off VARCHAR) |
###question:WHAT WAS THE SCORE OF THE GAME WITH A 2007-03-06, 20:45 KICKOFF?###answer:SELECT result FROM table_name_50 WHERE kick_off = "2007-03-06, 20:45"###context:CREATE TABLE table_name_50 (result VARCHAR, kick_off VARCHAR) |
###question:What is the total stories that rank number 10?###answer:SELECT COUNT(stories) FROM table_name_12 WHERE rank = 10###context:CREATE TABLE table_name_12 (stories VARCHAR, rank VARCHAR) |
###question:What is the height of the EMC Insurance Building in Des Moines?###answer:SELECT height FROM table_name_25 WHERE city = "des moines" AND name = "emc insurance building"###context:CREATE TABLE table_name_25 (height VARCHAR, city VARCHAR, name VARCHAR) |
###question:What was the 1997 value when 2002 was A and 2003 was 1R?###answer:SELECT 1997 FROM table_name_61 WHERE 2002 = "a" AND 2003 = "1r"###context:CREATE TABLE table_name_61 (Id VARCHAR) |
###question:What was the value in 1989 with QF in 1997 and A in 1993?###answer:SELECT 1989 FROM table_name_10 WHERE 1997 = "qf" AND 1993 = "a"###context:CREATE TABLE table_name_10 (Id VARCHAR) |
###question:What is the value in 1997 when the value in 1989 is A, 1995 is QF, 1996 is 3R and the career SR is 0 / 8?###answer:SELECT 1997 FROM table_name_63 WHERE 1989 = "a" AND 1995 = "qf" AND 1996 = "3r" AND career_sr = "0 / 8"###context:CREATE TABLE table_name_63 (career_sr VARCHAR) |
###question:What was the value in 1995 for A in 2000 at the Indian Wells tournament?###answer:SELECT 1995 FROM table_name_95 WHERE 2000 = "a" AND tournament = "indian wells"###context:CREATE TABLE table_name_95 (tournament VARCHAR) |
###question:What was the career SR with a value of A in 1980 and F in 1997?###answer:SELECT career_sr FROM table_name_47 WHERE 1989 = "a" AND 1997 = "f"###context:CREATE TABLE table_name_47 (career_sr VARCHAR) |
###question:What is Year(s) Won, when Total is less than 285?###answer:SELECT year_s__won FROM table_name_48 WHERE total < 285###context:CREATE TABLE table_name_48 (year_s__won VARCHAR, total INTEGER) |
###question:What is Finish, when Country is "United States", and when Player is "Julius Boros"?###answer:SELECT finish FROM table_name_37 WHERE country = "united states" AND player = "julius boros"###context:CREATE TABLE table_name_37 (finish VARCHAR, country VARCHAR, player VARCHAR) |
###question:What is Country, when Year(s) Won is "1962"?###answer:SELECT country FROM table_name_78 WHERE year_s__won = "1962"###context:CREATE TABLE table_name_78 (country VARCHAR, year_s__won VARCHAR) |
###question:What is Finish, when Country is "United States", and when To Par is "+21"?###answer:SELECT finish FROM table_name_3 WHERE country = "united states" AND to_par = "+21"###context:CREATE TABLE table_name_3 (finish VARCHAR, country VARCHAR, to_par VARCHAR) |
###question:What format was released in August 1996?###answer:SELECT format FROM table_name_78 WHERE release_date = "august 1996"###context:CREATE TABLE table_name_78 (format VARCHAR, release_date VARCHAR) |
###question:What Label has a Code of cocy-78365?###answer:SELECT label FROM table_name_52 WHERE code = "cocy-78365"###context:CREATE TABLE table_name_52 (label VARCHAR, code VARCHAR) |
###question:When was Gala released?###answer:SELECT release FROM table_name_70 WHERE title = "gala"###context:CREATE TABLE table_name_70 (release VARCHAR, title VARCHAR) |
###question:What Label released an album in August 1996?###answer:SELECT label FROM table_name_84 WHERE release_date = "august 1996"###context:CREATE TABLE table_name_84 (label VARCHAR, release_date VARCHAR) |
###question:What is the Wednesday when day 3 is math?###answer:SELECT wednesday FROM table_name_24 WHERE day_3 = "math"###context:CREATE TABLE table_name_24 (wednesday VARCHAR, day_3 VARCHAR) |
###question:What is the day 1 when the day 3 is math?###answer:SELECT day_1 FROM table_name_16 WHERE day_3 = "math"###context:CREATE TABLE table_name_16 (day_1 VARCHAR, day_3 VARCHAR) |
###question:What is the day 1 when day 5 is math?###answer:SELECT day_1 FROM table_name_35 WHERE day_5 = "math"###context:CREATE TABLE table_name_35 (day_1 VARCHAR, day_5 VARCHAR) |
###question:What is the day 3 when day 4 is fr.?###answer:SELECT day_3 FROM table_name_45 WHERE day_4 = "fr."###context:CREATE TABLE table_name_45 (day_3 VARCHAR, day_4 VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.