text
stringlengths
114
1.06k
### question: What is the Date with an Opponent that is flavia pennetta? ### answer: SELECT date FROM table_name_53 WHERE opponent = "flavia pennetta" ### context: CREATE TABLE table_name_53 (date VARCHAR, opponent VARCHAR)
### question: What is the Score with an Opponent that is flavia pennetta? ### answer: SELECT score FROM table_name_55 WHERE opponent = "flavia pennetta" ### context: CREATE TABLE table_name_55 (score VARCHAR, opponent VARCHAR)
### question: What is the Opponent with a Score that is 2–6, 6–4, 3–6? ### answer: SELECT opponent FROM table_name_39 WHERE score = "2–6, 6–4, 3–6" ### context: CREATE TABLE table_name_39 (opponent VARCHAR, score VARCHAR)
### question: What is the Outcome with a Date that is may 5, 2012? ### answer: SELECT outcome FROM table_name_49 WHERE date = "may 5, 2012" ### context: CREATE TABLE table_name_49 (outcome VARCHAR, date VARCHAR)
### question: What is the Outcome with an Opponent that is jelena janković? ### answer: SELECT outcome FROM table_name_85 WHERE opponent = "jelena janković" ### context: CREATE TABLE table_name_85 (outcome VARCHAR, opponent VARCHAR)
### question: What is the Tournament with a Score that is 2–6, 6–4, 3–6? ### answer: SELECT tournament FROM table_name_55 WHERE score = "2–6, 6–4, 3–6" ### context: CREATE TABLE table_name_55 (tournament VARCHAR, score VARCHAR)
### question: Which week was on November 13, 1955 when the attendance was over 33,982? ### answer: SELECT COUNT(week) FROM table_name_57 WHERE date = "november 13, 1955" AND attendance > 33 OFFSET 982 ### context: CREATE TABLE table_name_57 (week VARCHAR, date VARCHAR, attendance VARCHAR)
### question: What is the Japanese name of the Province with a Korean name of Chungcheong-Bukdo? ### answer: SELECT japanese_name FROM table_name_46 WHERE korean_name = "chungcheong-bukdo" ### context: CREATE TABLE table_name_46 (japanese_name VARCHAR, korean_name VARCHAR)
### question: What is the Hanja/Kanji of the Province with a Kana of ちゅうせいほくどう? ### answer: SELECT hanja___kanji FROM table_name_10 WHERE kana = "ちゅうせいほくどう" ### context: CREATE TABLE table_name_10 (hanja___kanji VARCHAR, kana VARCHAR)
### question: What is the Kana of the Province with a Korean name of Chungcheong-Namdo? ### answer: SELECT kana FROM table_name_2 WHERE korean_name = "chungcheong-namdo" ### context: CREATE TABLE table_name_2 (kana VARCHAR, korean_name VARCHAR)
### question: What is the Hangul of the Province with a Kana of へいあんなんどう? ### answer: SELECT hangul FROM table_name_48 WHERE kana = "へいあんなんどう" ### context: CREATE TABLE table_name_48 (hangul VARCHAR, kana VARCHAR)
### question: What is the Hangul of the Province with a Kana of ちゅうせいなんどう? ### answer: SELECT hangul FROM table_name_3 WHERE kana = "ちゅうせいなんどう" ### context: CREATE TABLE table_name_3 (hangul VARCHAR, kana VARCHAR)
### question: What is the Hanja/Kanji of the Province with a Korean name of Chungcheong-Bukdo? ### answer: SELECT hanja___kanji FROM table_name_5 WHERE korean_name = "chungcheong-bukdo" ### context: CREATE TABLE table_name_5 (hanja___kanji VARCHAR, korean_name VARCHAR)
### question: What were the Oct. temperatures for the city that had Nov. temperatures of 51/30? ### answer: SELECT oct FROM table_name_94 WHERE nov = "51/30" ### context: CREATE TABLE table_name_94 (oct VARCHAR, nov VARCHAR)
### question: What were the Feb temperatures in East Stroudsburg? ### answer: SELECT feb FROM table_name_63 WHERE city = "east stroudsburg" ### context: CREATE TABLE table_name_63 (feb VARCHAR, city VARCHAR)
### question: What is the sum of completions that led to completion percentages of 65.4 and attempts under 451? ### answer: SELECT SUM(comp) FROM table_name_33 WHERE comp_percentage = 65.4 AND att < 451 ### context: CREATE TABLE table_name_33 (comp INTEGER, comp_percentage VARCHAR, att VARCHAR)
### question: What regular season did the team reach the conference semifinals in the playoffs? ### answer: SELECT regular_season FROM table_name_78 WHERE playoffs = "conference semifinals" ### context: CREATE TABLE table_name_78 (regular_season VARCHAR, playoffs VARCHAR)
### question: When the regular season of 2nd, Northeast and the year was less than 2008 what was the total number of Division? ### answer: SELECT COUNT(division) FROM table_name_89 WHERE regular_season = "2nd, northeast" AND year < 2008 ### context: CREATE TABLE table_name_89 (division VARCHAR, regular_season VARCHAR, ...
### question: What division was the regular season 5th, Northeast? ### answer: SELECT division FROM table_name_97 WHERE regular_season = "5th, northeast" ### context: CREATE TABLE table_name_97 (division VARCHAR, regular_season VARCHAR)
### question: What was the result when Jam Hsiao was nominated in 2012? ### answer: SELECT result FROM table_name_36 WHERE nomination = "jam hsiao" AND year = 2012 ### context: CREATE TABLE table_name_36 (result VARCHAR, nomination VARCHAR, year VARCHAR)
### question: Which award is in the category of best music video? ### answer: SELECT award FROM table_name_55 WHERE category = "best music video" ### context: CREATE TABLE table_name_55 (award VARCHAR, category VARCHAR)
### question: Which Attendance has a Result of l 29–23? ### answer: SELECT attendance FROM table_name_54 WHERE result = "l 29–23" ### context: CREATE TABLE table_name_54 (attendance VARCHAR, result VARCHAR)
### question: When has a Week of 1? ### answer: SELECT date FROM table_name_89 WHERE week = 1 ### context: CREATE TABLE table_name_89 (date VARCHAR, week VARCHAR)
### question: Which Week has an Opponent of at seattle seahawks? ### answer: SELECT week FROM table_name_11 WHERE opponent = "at seattle seahawks" ### context: CREATE TABLE table_name_11 (week VARCHAR, opponent VARCHAR)
### question: Name the Result on october 15, 1995? ### answer: SELECT result FROM table_name_71 WHERE date = "october 15, 1995" ### context: CREATE TABLE table_name_71 (result VARCHAR, date VARCHAR)
### question: Which Opponent has a Week larger than 2 on november 19, 1995? ### answer: SELECT opponent FROM table_name_81 WHERE week > 2 AND date = "november 19, 1995" ### context: CREATE TABLE table_name_81 (opponent VARCHAR, week VARCHAR, date VARCHAR)
### question: What is the recorded conference that was a Wac Conference? ### answer: SELECT record__conf_ FROM table_name_73 WHERE conference = "wac" ### context: CREATE TABLE table_name_73 (record__conf_ VARCHAR, conference VARCHAR)
### question: What conference has the Wichita State school? ### answer: SELECT conference FROM table_name_26 WHERE school = "wichita state" ### context: CREATE TABLE table_name_26 (conference VARCHAR, school VARCHAR)
### question: What is the rank for Burghley? ### answer: SELECT rank FROM table_name_72 WHERE place = "burghley" ### context: CREATE TABLE table_name_72 (rank VARCHAR, place VARCHAR)
### question: What horse was at the Badminton Horse Trials? ### answer: SELECT horse FROM table_name_54 WHERE competition = "badminton horse trials" ### context: CREATE TABLE table_name_54 (horse VARCHAR, competition VARCHAR)
### question: What was Des Dickson's lowest rank for matches smaller than 285 and less than 219 goals? ### answer: SELECT MIN(rank) FROM table_name_89 WHERE matches < 285 AND name = "des dickson" AND goals < 219 ### context: CREATE TABLE table_name_89 (rank INTEGER, goals VARCHAR, matches VARCHAR, name VARCHAR)
### question: How many goals on average had 644 matches and a rank bigger than 3? ### answer: SELECT AVG(goals) FROM table_name_94 WHERE matches = 644 AND rank > 3 ### context: CREATE TABLE table_name_94 (goals INTEGER, matches VARCHAR, rank VARCHAR)
### question: How many ranks had 205 matches? ### answer: SELECT COUNT(rank) FROM table_name_54 WHERE matches = 205 ### context: CREATE TABLE table_name_54 (rank VARCHAR, matches VARCHAR)
### question: What was Jimmy Jones' rank when the matches were smaller than 285? ### answer: SELECT MAX(rank) FROM table_name_4 WHERE name = "jimmy jones" AND matches < 285 ### context: CREATE TABLE table_name_4 (rank INTEGER, name VARCHAR, matches VARCHAR)
### question: Which date had the Hornets as the home team? ### answer: SELECT date FROM table_name_53 WHERE home = "hornets" ### context: CREATE TABLE table_name_53 (date VARCHAR, home VARCHAR)
### question: What is the To par score corresponding to the winning score of 64-69-67-66=266? ### answer: SELECT to_par FROM table_name_88 WHERE winning_score = 64 - 69 - 67 - 66 = 266 ### context: CREATE TABLE table_name_88 (to_par VARCHAR, winning_score VARCHAR)
### question: What was the To par score for the tournament with a margin of victory of 1 stroke? ### answer: SELECT to_par FROM table_name_44 WHERE margin_of_victory = "1 stroke" ### context: CREATE TABLE table_name_44 (to_par VARCHAR, margin_of_victory VARCHAR)
### question: What was the winning score for the tournament with a margin of victory of 7 strokes? ### answer: SELECT winning_score FROM table_name_6 WHERE margin_of_victory = "7 strokes" ### context: CREATE TABLE table_name_6 (winning_score VARCHAR, margin_of_victory VARCHAR)
### question: What day in December was the game that resulted in a record of 6-3-1? ### answer: SELECT SUM(december) FROM table_name_64 WHERE record = "6-3-1" ### context: CREATE TABLE table_name_64 (december INTEGER, record VARCHAR)
### question: How many were in attendance against the Oakland Raiders after week 7? ### answer: SELECT SUM(attendance) FROM table_name_25 WHERE opponent = "oakland raiders" AND week > 7 ### context: CREATE TABLE table_name_25 (attendance INTEGER, opponent VARCHAR, week VARCHAR)
### question: What is the average attendance for the New York Jets? ### answer: SELECT AVG(attendance) FROM table_name_98 WHERE opponent = "new york jets" ### context: CREATE TABLE table_name_98 (attendance INTEGER, opponent VARCHAR)
### question: On what week were there 26,243 in attendance on September 21, 1969? ### answer: SELECT COUNT(week) FROM table_name_51 WHERE date = "september 21, 1969" AND attendance < 26 OFFSET 243 ### context: CREATE TABLE table_name_51 (week VARCHAR, date VARCHAR, attendance VARCHAR)
### question: Who was the opponent at Pasir Gudang, Malaysia with a match larger than 2? ### answer: SELECT opponent_team FROM table_name_18 WHERE match > 2 AND location = "pasir gudang, malaysia" ### context: CREATE TABLE table_name_18 (opponent_team VARCHAR, match VARCHAR, location VARCHAR)
### question: Who was the opponent at the match smaller than 3? ### answer: SELECT opponent_team FROM table_name_31 WHERE match < 3 ### context: CREATE TABLE table_name_31 (opponent_team VARCHAR, match INTEGER)
### question: Where was the game when Police S.A. was the opponent? ### answer: SELECT location FROM table_name_78 WHERE opponent_team = "police s.a." ### context: CREATE TABLE table_name_78 (location VARCHAR, opponent_team VARCHAR)
### question: How many list entry numbers are located in Platting Road, Lydgate? ### answer: SELECT COUNT(list_entry_number) FROM table_name_95 WHERE location = "platting road, lydgate" ### context: CREATE TABLE table_name_95 (list_entry_number VARCHAR, location VARCHAR)
### question: Which type has list entry number of 1356677? ### answer: SELECT type FROM table_name_52 WHERE list_entry_number = 1356677 ### context: CREATE TABLE table_name_52 (type VARCHAR, list_entry_number VARCHAR)
### question: What is the completed date of the church with list entry number 1068071? ### answer: SELECT completed FROM table_name_33 WHERE type = "church" AND list_entry_number = 1068071 ### context: CREATE TABLE table_name_33 (completed VARCHAR, type VARCHAR, list_entry_number VARCHAR)
### question: Who were the scorers in the game against neuchâtel xamax played on 10 December 1985? ### answer: SELECT scorers FROM table_name_64 WHERE opponent = "neuchâtel xamax" AND date = "10 december 1985" ### context: CREATE TABLE table_name_64 (scorers VARCHAR, opponent VARCHAR, date VARCHAR)
### question: What date was the game played in where hegarty was the scorer? ### answer: SELECT date FROM table_name_94 WHERE scorers = "hegarty" ### context: CREATE TABLE table_name_94 (date VARCHAR, scorers VARCHAR)
### question: Who is the callsign that has ICAO of SCO? ### answer: SELECT callsign FROM table_name_68 WHERE icao = "sco" ### context: CREATE TABLE table_name_68 (callsign VARCHAR, icao VARCHAR)
### question: Who is the commenced operations that has icao of slk? ### answer: SELECT commenced_operations FROM table_name_34 WHERE icao = "slk" ### context: CREATE TABLE table_name_34 (commenced_operations VARCHAR, icao VARCHAR)
### question: Who is the call sign that has a commenced operation before 1976? ### answer: SELECT callsign FROM table_name_3 WHERE commenced_operations < 1976 ### context: CREATE TABLE table_name_3 (callsign VARCHAR, commenced_operations INTEGER)
### question: What is the HDTV of the Music Content Channel? ### answer: SELECT hdtv FROM table_name_60 WHERE content = "music" ### context: CREATE TABLE table_name_60 (hdtv VARCHAR, content VARCHAR)
### question: What is the Television Service offering Cartomanzia? ### answer: SELECT television_service FROM table_name_36 WHERE content = "cartomanzia" ### context: CREATE TABLE table_name_36 (television_service VARCHAR, content VARCHAR)
### question: What Country's content is Televendite? ### answer: SELECT country FROM table_name_32 WHERE content = "televendite" ### context: CREATE TABLE table_name_32 (country VARCHAR, content VARCHAR)
### question: What Country's Content is TV Locale? ### answer: SELECT country FROM table_name_9 WHERE content = "tv locale" ### context: CREATE TABLE table_name_9 (country VARCHAR, content VARCHAR)
### question: How many golds had a silver of more than 1, rank more than 1, total of more than 4 when the bronze was also more than 4? ### answer: SELECT SUM(gold) FROM table_name_12 WHERE silver > 1 AND rank > 1 AND total > 4 AND bronze > 4 ### context: CREATE TABLE table_name_12 (gold INTEGER, bronze VARCHAR, total V...
### question: What is the total of rank when gold is 2 and total is more than 4? ### answer: SELECT SUM(rank) FROM table_name_99 WHERE gold = 2 AND total > 4 ### context: CREATE TABLE table_name_99 (rank INTEGER, gold VARCHAR, total VARCHAR)
### question: What is the total number of bronze when gold is less than 1 and silver is more than 1? ### answer: SELECT SUM(bronze) FROM table_name_53 WHERE gold < 1 AND silver > 1 ### context: CREATE TABLE table_name_53 (bronze INTEGER, gold VARCHAR, silver VARCHAR)
### question: What is the total of rank when silver is more than 1, gold is 2, and total is more than 4? ### answer: SELECT SUM(rank) FROM table_name_4 WHERE silver > 1 AND gold = 2 AND total > 4 ### context: CREATE TABLE table_name_4 (rank INTEGER, total VARCHAR, silver VARCHAR, gold VARCHAR)
### question: What is the Wins with a Top-25 of 3, and a Top-5 larger than 1? ### answer: SELECT AVG(wins) FROM table_name_86 WHERE top_25 = 3 AND top_5 > 1 ### context: CREATE TABLE table_name_86 (wins INTEGER, top_25 VARCHAR, top_5 VARCHAR)
### question: Which Cuts made has a Top-5 smaller than 3, and a Top-25 smaller than 6, and an Events of 10? ### answer: SELECT cuts_made FROM table_name_53 WHERE top_5 < 3 AND top_25 < 6 AND events = 10 ### context: CREATE TABLE table_name_53 (cuts_made VARCHAR, events VARCHAR, top_5 VARCHAR, top_25 VARCHAR)
### question: Which Tournament has a Cuts made smaller than 9, and an Events of 10? ### answer: SELECT tournament FROM table_name_25 WHERE cuts_made < 9 AND events = 10 ### context: CREATE TABLE table_name_25 (tournament VARCHAR, cuts_made VARCHAR, events VARCHAR)
### question: What is the sum of Points for 250cc class, ranked 13th, later than 1955? ### answer: SELECT SUM(points) FROM table_name_89 WHERE class = "250cc" AND rank = "13th" AND year > 1955 ### context: CREATE TABLE table_name_89 (points INTEGER, year VARCHAR, class VARCHAR, rank VARCHAR)
### question: What is the Class for a year later than 1958, with 4 points? ### answer: SELECT class FROM table_name_30 WHERE year > 1958 AND points = 4 ### context: CREATE TABLE table_name_30 (class VARCHAR, year VARCHAR, points VARCHAR)
### question: What is the average Year when there were more than 3 points, for MV Agusta and ranked 10th? ### answer: SELECT AVG(year) FROM table_name_45 WHERE points > 3 AND team = "mv agusta" AND rank = "10th" ### context: CREATE TABLE table_name_45 (year INTEGER, rank VARCHAR, points VARCHAR, team VARCHAR)
### question: What Team has a Class of 350cc, with less than 13 points in 1959? ### answer: SELECT team FROM table_name_93 WHERE class = "350cc" AND points < 13 AND year = 1959 ### context: CREATE TABLE table_name_93 (team VARCHAR, year VARCHAR, class VARCHAR, points VARCHAR)
### question: Which event was held at Manly Beach? ### answer: SELECT event FROM table_name_20 WHERE location = "manly beach" ### context: CREATE TABLE table_name_20 (event VARCHAR, location VARCHAR)
### question: What was the location of the Havaianas Beachley Classic, held in Australia? ### answer: SELECT location FROM table_name_99 WHERE country = "australia" AND event = "havaianas beachley classic" ### context: CREATE TABLE table_name_99 (location VARCHAR, country VARCHAR, event VARCHAR)
### question: Which event was held in Brazil? ### answer: SELECT event FROM table_name_31 WHERE country = "brazil" ### context: CREATE TABLE table_name_31 (event VARCHAR, country VARCHAR)
### question: The University of Colorado hosted what region? ### answer: SELECT region FROM table_name_4 WHERE host = "university of colorado" ### context: CREATE TABLE table_name_4 (region VARCHAR, host VARCHAR)
### question: Peterson Gym is in what city? ### answer: SELECT city FROM table_name_60 WHERE venue = "peterson gym" ### context: CREATE TABLE table_name_60 (city VARCHAR, venue VARCHAR)
### question: Mideast region host University of Tennessee is in what state? ### answer: SELECT state FROM table_name_70 WHERE region = "mideast" AND host = "university of tennessee" ### context: CREATE TABLE table_name_70 (state VARCHAR, region VARCHAR, host VARCHAR)
### question: What city is east region venue University Hall (University of Virginia) in? ### answer: SELECT city FROM table_name_10 WHERE region = "east" AND venue = "university hall (university of virginia)" ### context: CREATE TABLE table_name_10 (city VARCHAR, region VARCHAR, venue VARCHAR)
### question: What is the venue at Stanford University? ### answer: SELECT venue FROM table_name_19 WHERE host = "stanford university" ### context: CREATE TABLE table_name_19 (venue VARCHAR, host VARCHAR)
### question: What is the venue in Seattle? ### answer: SELECT venue FROM table_name_22 WHERE city = "seattle" ### context: CREATE TABLE table_name_22 (venue VARCHAR, city VARCHAR)
### question: What team won the Tour de Santa Catarina? ### answer: SELECT team FROM table_name_5 WHERE race_name = "tour de santa catarina" ### context: CREATE TABLE table_name_5 (team VARCHAR, race_name VARCHAR)
### question: What is Relax-Gam's average UCI Rating? ### answer: SELECT AVG(uci_rating) FROM table_name_88 WHERE team = "relax-gam" ### context: CREATE TABLE table_name_88 (uci_rating INTEGER, team VARCHAR)
### question: What is Vuelta a Ecuador's lowest UCI Rating? ### answer: SELECT MIN(uci_rating) FROM table_name_3 WHERE race_name = "vuelta a ecuador" ### context: CREATE TABLE table_name_3 (uci_rating INTEGER, race_name VARCHAR)
### question: What was the result of the game attended by 54,110? ### answer: SELECT result FROM table_name_73 WHERE attendance = "54,110" ### context: CREATE TABLE table_name_73 (result VARCHAR, attendance VARCHAR)
### question: What was the date of the game attended by 45,122? ### answer: SELECT date FROM table_name_39 WHERE attendance = "45,122" ### context: CREATE TABLE table_name_39 (date VARCHAR, attendance VARCHAR)
### question: What is the earliest week with a game attended by 60,233? ### answer: SELECT MIN(week) FROM table_name_35 WHERE attendance = "60,233" ### context: CREATE TABLE table_name_35 (week INTEGER, attendance VARCHAR)
### question: What is the latest week with a game with a result of l 12–7? ### answer: SELECT MAX(week) FROM table_name_43 WHERE result = "l 12–7" ### context: CREATE TABLE table_name_43 (week INTEGER, result VARCHAR)
### question: What is Runner(s)-up, when Tournament is MCI Classic? ### answer: SELECT runner_s__up FROM table_name_75 WHERE tournament = "mci classic" ### context: CREATE TABLE table_name_75 (runner_s__up VARCHAR, tournament VARCHAR)
### question: What is Winning Score, when Date is Jul 27, 1997? ### answer: SELECT winning_score FROM table_name_53 WHERE date = "jul 27, 1997" ### context: CREATE TABLE table_name_53 (winning_score VARCHAR, date VARCHAR)
### question: What is Winning Score, when Runner(s)-up is Ted Purdy? ### answer: SELECT winning_score FROM table_name_37 WHERE runner_s__up = "ted purdy" ### context: CREATE TABLE table_name_37 (winning_score VARCHAR, runner_s__up VARCHAR)
### question: What is the enrollment number for the public institution in Golden, Colorado founded after 1874? ### answer: SELECT AVG(enrollment) FROM table_name_38 WHERE control = "public" AND location = "golden, colorado" AND founded > 1874 ### context: CREATE TABLE table_name_38 (enrollment INTEGER, founded VARCHAR,...
### question: Which Team has a Year smaller than 2007, and a Class of gts? ### answer: SELECT team FROM table_name_96 WHERE year < 2007 AND class = "gts" ### context: CREATE TABLE table_name_96 (team VARCHAR, year VARCHAR, class VARCHAR)
### question: In what year Year has a Co-Drivers of jérôme policand christopher campbell? ### answer: SELECT SUM(year) FROM table_name_82 WHERE co_drivers = "jérôme policand christopher campbell" ### context: CREATE TABLE table_name_82 (year INTEGER, co_drivers VARCHAR)
### question: What is Language, when Content is Monoscopio? ### answer: SELECT language FROM table_name_27 WHERE content = "monoscopio" ### context: CREATE TABLE table_name_27 (language VARCHAR, content VARCHAR)
### question: What is Television Service, when Content is Presentazione? ### answer: SELECT television_service FROM table_name_90 WHERE content = "presentazione" ### context: CREATE TABLE table_name_90 (television_service VARCHAR, content VARCHAR)
### question: What is Package/Option, when Television Service is Sky Inside? ### answer: SELECT package_option FROM table_name_74 WHERE television_service = "sky inside" ### context: CREATE TABLE table_name_74 (package_option VARCHAR, television_service VARCHAR)
### question: What is Package/Option, when Television Service is Sky Inside? ### answer: SELECT package_option FROM table_name_63 WHERE television_service = "sky inside" ### context: CREATE TABLE table_name_63 (package_option VARCHAR, television_service VARCHAR)
### question: What is the sum of Points, when the Performer is fe-mail? ### answer: SELECT SUM(points) FROM table_name_64 WHERE performer = "fe-mail" ### context: CREATE TABLE table_name_64 (points INTEGER, performer VARCHAR)
### question: What is the score for set 3 with a time at 15:04? ### answer: SELECT set_3 FROM table_name_46 WHERE time = "15:04" ### context: CREATE TABLE table_name_46 (set_3 VARCHAR, time VARCHAR)
### question: What was the overall score when the score of set 3 was 29–27? ### answer: SELECT score FROM table_name_63 WHERE set_3 = "29–27" ### context: CREATE TABLE table_name_63 (score VARCHAR, set_3 VARCHAR)
### question: What was the score for set 2 when set 3 was 25–22? ### answer: SELECT set_2 FROM table_name_74 WHERE set_3 = "25–22" ### context: CREATE TABLE table_name_74 (set_2 VARCHAR, set_3 VARCHAR)
### question: What was the overall score when set 1 was 23–25? ### answer: SELECT score FROM table_name_33 WHERE set_1 = "23–25" ### context: CREATE TABLE table_name_33 (score VARCHAR, set_1 VARCHAR)
### question: What school/club team did Amal McCaskill play for? ### answer: SELECT school_club_team FROM table_name_40 WHERE player = "amal mccaskill" ### context: CREATE TABLE table_name_40 (school_club_team VARCHAR, player VARCHAR)