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