combined_text stringlengths 106 1.05k |
|---|
###question:What is the Guest Host for the episode on 8 june 2008?###answer:SELECT guest_host FROM table_name_2 WHERE air_date = "8 june 2008"###context:CREATE TABLE table_name_2 (guest_host VARCHAR, air_date VARCHAR) |
###question:What is the Musical Guest (Song performed) for the episode aired on 13 july 2008?###answer:SELECT musical_guest__song_performed_ FROM table_name_2 WHERE air_date = "13 july 2008"###context:CREATE TABLE table_name_2 (musical_guest__song_performed_ VARCHAR, air_date VARCHAR) |
###question:What was the score for the 2014 FIFA World Cup Qualification (UEFA)?###answer:SELECT score FROM table_name_64 WHERE competition = "2014 fifa world cup qualification (uefa)"###context:CREATE TABLE table_name_64 (score VARCHAR, competition VARCHAR) |
###question:What was the kickoff time for week 11's game?###answer:SELECT kickoff_time FROM table_name_64 WHERE week = 11###context:CREATE TABLE table_name_64 (kickoff_time VARCHAR, week VARCHAR) |
###question:When Mark O'meara was the senior player champion in a year greater than 1998, who was the tradition?###answer:SELECT the_tradition FROM table_name_14 WHERE year > 1998 AND senior_players_championship = "mark o'meara"###context:CREATE TABLE table_name_14 (the_tradition VARCHAR, year VARCHAR, senior_players_c... |
###question:Who was the tradition when Roberto Devicenzo won the U.S. Senior Open and the Senior British Open was founded in 1987?###answer:SELECT the_tradition FROM table_name_83 WHERE senior_british_open = "founded in 1987" AND us_senior_open = "roberto devicenzo"###context:CREATE TABLE table_name_83 (the_tradition V... |
###question:Who won the Senior British Open when Hale Irwin (3/7) won the Senior PGA Championship?###answer:SELECT senior_british_open FROM table_name_57 WHERE senior_pga_championship = "hale irwin (3/7)"###context:CREATE TABLE table_name_57 (senior_british_open VARCHAR, senior_pga_championship VARCHAR) |
###question:When Tom Watson (5/6) won the Senior British Open who won the Senior PGA Championship?###answer:SELECT senior_pga_championship FROM table_name_41 WHERE senior_british_open = "tom watson (5/6)"###context:CREATE TABLE table_name_41 (senior_pga_championship VARCHAR, senior_british_open VARCHAR) |
###question:Which Week has Points For larger than 19, and an Opponent of philadelphia eagles, and Points Against larger than 7?###answer:SELECT MAX(week) FROM table_name_17 WHERE points_for > 19 AND opponent = "philadelphia eagles" AND points_against > 7###context:CREATE TABLE table_name_17 (week INTEGER, points_agains... |
###question:Which Attendance has a First Downs smaller than 26, an Opponent of los angeles rams, and Points For larger than 28?###answer:SELECT SUM(attendance) FROM table_name_98 WHERE first_downs < 26 AND opponent = "los angeles rams" AND points_for > 28###context:CREATE TABLE table_name_98 (attendance INTEGER, points... |
###question:Which League Cup has a FA Cup of 5, and a Club of boston united, and a League smaller than 16?###answer:SELECT MAX(league) AS Cup FROM table_name_18 WHERE fa_cup = 5 AND club = "boston united" AND league < 16###context:CREATE TABLE table_name_18 (league INTEGER, fa_cup VARCHAR, club VARCHAR) |
###question:How many Total that has a FA Trophy of 0 and a Player of charlie butler?###answer:SELECT COUNT(total) FROM table_name_99 WHERE fa_trophy = 0 AND player = "charlie butler"###context:CREATE TABLE table_name_99 (total VARCHAR, fa_trophy VARCHAR, player VARCHAR) |
###question:How many FA Trophy has a Player of mario walsh and a League larger than 17?###answer:SELECT AVG(fa_trophy) FROM table_name_52 WHERE player = "mario walsh" AND league > 17###context:CREATE TABLE table_name_52 (fa_trophy INTEGER, player VARCHAR, league VARCHAR) |
###question:What was the score of the winning match on Oct 28, 1962?###answer:SELECT winning_score FROM table_name_64 WHERE date = "oct 28, 1962"###context:CREATE TABLE table_name_64 (winning_score VARCHAR, date VARCHAR) |
###question:By how many strokes did Lema beat Jack Nicklaus?###answer:SELECT margin_of_victory FROM table_name_16 WHERE runner_s__up = "jack nicklaus"###context:CREATE TABLE table_name_16 (margin_of_victory VARCHAR, runner_s__up VARCHAR) |
###question:Who was the runner-up on Jan 19, 1964?###answer:SELECT runner_s__up FROM table_name_89 WHERE date = "jan 19, 1964"###context:CREATE TABLE table_name_89 (runner_s__up VARCHAR, date VARCHAR) |
###question:How many Rebounds did Maccabi Tel Aviv Team get after Game 6?###answer:SELECT COUNT(rebounds) FROM table_name_10 WHERE team = "maccabi tel aviv" AND games > 6###context:CREATE TABLE table_name_10 (rebounds VARCHAR, team VARCHAR, games VARCHAR) |
###question:How many Games for the player with Rebounds from Efes Pilsen?###answer:SELECT games FROM table_name_3 WHERE team = "efes pilsen"###context:CREATE TABLE table_name_3 (games VARCHAR, team VARCHAR) |
###question:How many Games for the Player from Lietuvos Rytas Vilnius with less the 43 Rebounds?###answer:SELECT SUM(games) FROM table_name_68 WHERE team = "lietuvos rytas vilnius" AND rebounds < 43###context:CREATE TABLE table_name_68 (games INTEGER, team VARCHAR, rebounds VARCHAR) |
###question:Who is The Author of zhou clarke zhang?###answer:SELECT name FROM table_name_56 WHERE authors = "zhou clarke zhang"###context:CREATE TABLE table_name_56 (name VARCHAR, authors VARCHAR) |
###question:What is the Status of primitive confuciusornithid .?###answer:SELECT status FROM table_name_21 WHERE notes = "primitive confuciusornithid ."###context:CREATE TABLE table_name_21 (status VARCHAR, notes VARCHAR) |
###question:What is the name of gao chiappe meng o'connor wang cheng liu?###answer:SELECT name FROM table_name_99 WHERE authors = "gao chiappe meng o'connor wang cheng liu"###context:CREATE TABLE table_name_99 (name VARCHAR, authors VARCHAR) |
###question:Where has a Name of zhongornis?###answer:SELECT location FROM table_name_84 WHERE name = "zhongornis"###context:CREATE TABLE table_name_84 (location VARCHAR, name VARCHAR) |
###question:Which Notes has Authors of zhou clarke zhang?###answer:SELECT notes FROM table_name_40 WHERE authors = "zhou clarke zhang"###context:CREATE TABLE table_name_40 (notes VARCHAR, authors VARCHAR) |
###question:What was the ranking of Beirasar Rosalía, the year they played 32 games?###answer:SELECT MAX(rank) FROM table_name_6 WHERE team = "beirasar rosalía" AND games < 32###context:CREATE TABLE table_name_6 (rank INTEGER, team VARCHAR, games VARCHAR) |
###question:How many points did Antwain Barbour score in the year he played 39 games?###answer:SELECT SUM(points) FROM table_name_12 WHERE name = "antwain barbour" AND games < 39###context:CREATE TABLE table_name_12 (points INTEGER, name VARCHAR, games VARCHAR) |
###question:What team was Paolo Quinteros on?###answer:SELECT team FROM table_name_59 WHERE name = "paolo quinteros"###context:CREATE TABLE table_name_59 (team VARCHAR, name VARCHAR) |
###question:Was the record of 8-1 (1) a win or a loss?###answer:SELECT res FROM table_name_10 WHERE record = "8-1 (1)"###context:CREATE TABLE table_name_10 (res VARCHAR, record VARCHAR) |
###question:In what event was the technical decision (split) method used?###answer:SELECT event FROM table_name_8 WHERE method = "technical decision (split)"###context:CREATE TABLE table_name_8 (event VARCHAR, method VARCHAR) |
###question:What are the average play-offs that have an FA Cup greater than 3?###answer:SELECT AVG(play_offs) FROM table_name_9 WHERE fa_cup > 3###context:CREATE TABLE table_name_9 (play_offs INTEGER, fa_cup INTEGER) |
###question:How many totals have a play-off less than 0?###answer:SELECT COUNT(total) FROM table_name_47 WHERE play_offs < 0###context:CREATE TABLE table_name_47 (total VARCHAR, play_offs INTEGER) |
###question:Which league has an FA cup greater than 0, with a total greater than 21?###answer:SELECT league FROM table_name_76 WHERE fa_cup > 0 AND total > 21###context:CREATE TABLE table_name_76 (league VARCHAR, fa_cup VARCHAR, total VARCHAR) |
###question:What is the highest play-offs that have stevenage borough as the club, and a total greater than 21?###answer:SELECT MAX(play_offs) FROM table_name_64 WHERE club = "stevenage borough" AND total > 21###context:CREATE TABLE table_name_64 (play_offs INTEGER, club VARCHAR, total VARCHAR) |
###question:What is the tournament in 2012 results that has a 2003 results of 2r and played at Wimbledon?###answer:SELECT 2012 FROM table_name_6 WHERE 2003 = "2r" AND tournament = "wimbledon"###context:CREATE TABLE table_name_6 (tournament VARCHAR) |
###question:What results in 2012 also has 2013 results of 2r and the tournament was Wimbledon?###answer:SELECT 2012 FROM table_name_65 WHERE 2013 = "2r" AND tournament = "wimbledon"###context:CREATE TABLE table_name_65 (tournament VARCHAR) |
###question:What is the results from 2003 that has a 2012 result of 1r and a 2004 result of 2r and from the Australian Open?###answer:SELECT 2003 FROM table_name_67 WHERE 2012 = "1r" AND 2004 = "2r" AND tournament = "australian open"###context:CREATE TABLE table_name_67 (tournament VARCHAR) |
###question:What is the name of the tournament that has the results of 2003 2r and 2004 1r?###answer:SELECT tournament FROM table_name_25 WHERE 2003 = "2r" AND 2004 = "1r"###context:CREATE TABLE table_name_25 (tournament VARCHAR) |
###question:What is the results in 2004 that has a 2013 result of 2r?###answer:SELECT 2004 FROM table_name_72 WHERE 2013 = "2r"###context:CREATE TABLE table_name_72 (Id VARCHAR) |
###question:What is the result from 2003 from the US Open?###answer:SELECT 2003 FROM table_name_80 WHERE tournament = "us open"###context:CREATE TABLE table_name_80 (tournament VARCHAR) |
###question:What is the height of the player born on June 24, 1964, with a weight over 84 kg?###answer:SELECT AVG(height__cm_) FROM table_name_21 WHERE weight__kg_ > 84 AND birthdate = "june 24, 1964"###context:CREATE TABLE table_name_21 (height__cm_ INTEGER, weight__kg_ VARCHAR, birthdate VARCHAR) |
###question:On what date was the player from Melrose, Massachusetts born?###answer:SELECT birthdate FROM table_name_54 WHERE birthplace = "melrose, massachusetts"###context:CREATE TABLE table_name_54 (birthdate VARCHAR, birthplace VARCHAR) |
###question:What is Date, when Event is Billabong Pro?###answer:SELECT date FROM table_name_34 WHERE event = "billabong pro"###context:CREATE TABLE table_name_34 (date VARCHAR, event VARCHAR) |
###question:What is Location, when Date is December 8-December 20?###answer:SELECT location FROM table_name_74 WHERE date = "december 8-december 20"###context:CREATE TABLE table_name_74 (location VARCHAR, date VARCHAR) |
###question:What is Runner-up, when Event is Mancora Peru Classic?###answer:SELECT runner_up FROM table_name_87 WHERE event = "mancora peru classic"###context:CREATE TABLE table_name_87 (runner_up VARCHAR, event VARCHAR) |
###question:What is Event, when Date is August 20-August 27?###answer:SELECT event FROM table_name_72 WHERE date = "august 20-august 27"###context:CREATE TABLE table_name_72 (event VARCHAR, date VARCHAR) |
###question:What is Date when Runner-up is Sofía Mulánovich ( per )?###answer:SELECT date FROM table_name_92 WHERE runner_up = "sofía mulánovich ( per )"###context:CREATE TABLE table_name_92 (date VARCHAR, runner_up VARCHAR) |
###question:What is Country, when Event is Rip Curl Women's Pro?###answer:SELECT country FROM table_name_67 WHERE event = "rip curl women's pro"###context:CREATE TABLE table_name_67 (country VARCHAR, event VARCHAR) |
###question:What is the highest win percentage when there were 23 losses?###answer:SELECT MAX(win_percentage) FROM table_name_18 WHERE losses = 23###context:CREATE TABLE table_name_18 (win_percentage INTEGER, losses VARCHAR) |
###question:Which finish had a win percentage that was more than 0.598 and also had less than 53 wins?###answer:SELECT finish FROM table_name_41 WHERE win_percentage > 0.598 AND wins < 53###context:CREATE TABLE table_name_41 (finish VARCHAR, win_percentage VARCHAR, wins VARCHAR) |
###question:What is the 2007 Team with player Deshaun Foster?###answer:SELECT 2007 AS _team FROM table_name_30 WHERE player = "deshaun foster"###context:CREATE TABLE table_name_30 (player VARCHAR) |
###question:What is the Free Agent Type for player bryant johnson?###answer:SELECT free_agent_type FROM table_name_2 WHERE player = "bryant johnson"###context:CREATE TABLE table_name_2 (free_agent_type VARCHAR, player VARCHAR) |
###question:What is the High assists with a Date that is march 31?###answer:SELECT high_assists FROM table_name_39 WHERE date = "march 31"###context:CREATE TABLE table_name_39 (high_assists VARCHAR, date VARCHAR) |
###question:What is the Score with a Date that is march 12?###answer:SELECT score FROM table_name_93 WHERE date = "march 12"###context:CREATE TABLE table_name_93 (score VARCHAR, date VARCHAR) |
###question:What is the lowest silver that has a bronze greater than 1, a gold less than 2, and a total less than 2?###answer:SELECT MIN(silver) FROM table_name_73 WHERE bronze > 1 AND gold < 2 AND total < 2###context:CREATE TABLE table_name_73 (silver INTEGER, total VARCHAR, bronze VARCHAR, gold VARCHAR) |
###question:What average rank that has a silver less than 0?###answer:SELECT AVG(rank) FROM table_name_41 WHERE silver < 0###context:CREATE TABLE table_name_41 (rank INTEGER, silver INTEGER) |
###question:How many silver have 4 as the total with a bronze less than 2?###answer:SELECT COUNT(silver) FROM table_name_42 WHERE total = 4 AND bronze < 2###context:CREATE TABLE table_name_42 (silver VARCHAR, total VARCHAR, bronze VARCHAR) |
###question:How many totals have a rank greater than 4, czech Republic as the nation, and a bronze greater than 0?###answer:SELECT SUM(total) FROM table_name_6 WHERE rank > 4 AND nation = "czech republic" AND bronze > 0###context:CREATE TABLE table_name_6 (total INTEGER, bronze VARCHAR, rank VARCHAR, nation VARCHAR) |
###question:What average total has a gold greater than 0, and a silver greater than 0, with a bronze greater than 2?###answer:SELECT AVG(total) FROM table_name_9 WHERE gold > 0 AND silver > 0 AND bronze > 2###context:CREATE TABLE table_name_9 (total INTEGER, bronze VARCHAR, gold VARCHAR, silver VARCHAR) |
###question:Which country has an Indigenous mining production 2006 of 0?###answer:SELECT country FROM table_name_26 WHERE indigenous_mining_production_2006 = "0"###context:CREATE TABLE table_name_26 (country VARCHAR, indigenous_mining_production_2006 VARCHAR) |
###question:What is the sum of Silver when the total is less than 6, the rank is 6 and the Bulgaria is the nation?###answer:SELECT SUM(silver) FROM table_name_19 WHERE total < "6" AND rank = "6" AND nation = "bulgaria"###context:CREATE TABLE table_name_19 (silver INTEGER, nation VARCHAR, total VARCHAR, rank VARCHAR) |
###question:What nation has a bronze of 2 with a total less than 5 and rank of 6?###answer:SELECT nation FROM table_name_84 WHERE bronze = 2 AND total < 5 AND rank = "6"###context:CREATE TABLE table_name_84 (nation VARCHAR, rank VARCHAR, bronze VARCHAR, total VARCHAR) |
###question:What is the lowest Total for rank 3 with more than 4 gold?###answer:SELECT MIN(total) FROM table_name_13 WHERE rank = "3" AND gold > 4###context:CREATE TABLE table_name_13 (total INTEGER, rank VARCHAR, gold VARCHAR) |
###question:What is the lowest Total for Italy with less than 0 silver?###answer:SELECT MIN(total) FROM table_name_32 WHERE nation = "italy" AND silver < 0###context:CREATE TABLE table_name_32 (total INTEGER, nation VARCHAR, silver VARCHAR) |
###question:What is the Nation with less than 1 silver, and the total is 1, and bronze is less than 0?###answer:SELECT nation FROM table_name_81 WHERE silver < 1 AND total = 1 AND bronze = 0###context:CREATE TABLE table_name_81 (nation VARCHAR, bronze VARCHAR, silver VARCHAR, total VARCHAR) |
###question:What number has 2002-2003 as the season?###answer:SELECT number FROM table_name_32 WHERE season = "2002-2003"###context:CREATE TABLE table_name_32 (number VARCHAR, season VARCHAR) |
###question:What position has 2008 as the season?###answer:SELECT position FROM table_name_11 WHERE season = "2008"###context:CREATE TABLE table_name_11 (position VARCHAR, season VARCHAR) |
###question:What name has 50 as the number?###answer:SELECT name FROM table_name_54 WHERE number = "50"###context:CREATE TABLE table_name_54 (name VARCHAR, number VARCHAR) |
###question:What number has 2008 as the season?###answer:SELECT number FROM table_name_38 WHERE season = "2008"###context:CREATE TABLE table_name_38 (number VARCHAR, season VARCHAR) |
###question:What name has 8 as the number?###answer:SELECT name FROM table_name_5 WHERE number = "8"###context:CREATE TABLE table_name_5 (name VARCHAR, number VARCHAR) |
###question:What position has ronjay buenafe as the name?###answer:SELECT position FROM table_name_16 WHERE name = "ronjay buenafe"###context:CREATE TABLE table_name_16 (position VARCHAR, name VARCHAR) |
###question:What was the lowest long with 26 yards?###answer:SELECT MIN(long) FROM table_name_51 WHERE yards = 26###context:CREATE TABLE table_name_51 (long INTEGER, yards VARCHAR) |
###question:What was the highest average when Fuml was 0?###answer:SELECT MAX(avg) FROM table_name_57 WHERE fuml < 0###context:CREATE TABLE table_name_57 (avg INTEGER, fuml INTEGER) |
###question:What is the highest run currently since the last title in 2010, and a season in Esiliiga larger than 10?###answer:SELECT MAX(current_run_since) FROM table_name_12 WHERE last_title = "2010" AND seasons_in_esiliiga > 10###context:CREATE TABLE table_name_12 (current_run_since INTEGER, last_title VARCHAR, seaso... |
###question:What is the 2012 season in Esiliiga more than 4, and more than 0 titles?###answer:SELECT 2012 FROM table_name_87 WHERE seasons_in_esiliiga > 4 AND titles > 0###context:CREATE TABLE table_name_87 (seasons_in_esiliiga VARCHAR, titles VARCHAR) |
###question:What 20-29 was in season 2008?###answer:SELECT 20 AS _29 FROM table_name_69 WHERE season = "2008"###context:CREATE TABLE table_name_69 (season VARCHAR) |
###question:What were the lowest amount of points for season 1994?###answer:SELECT MIN(points) FROM table_name_33 WHERE season = "1994"###context:CREATE TABLE table_name_33 (points INTEGER, season VARCHAR) |
###question:Which 20-29 had a season of 1997?###answer:SELECT 20 AS _29 FROM table_name_11 WHERE season = "1997"###context:CREATE TABLE table_name_11 (season VARCHAR) |
###question:What is the Postion, when the Name is Rod Paavola?###answer:SELECT position FROM table_name_27 WHERE name = "rod paavola"###context:CREATE TABLE table_name_27 (position VARCHAR, name VARCHAR) |
###question:What is the total number of Jersey #, when the Position is W, and when the Birthdate is 17 October 1932?###answer:SELECT COUNT(jersey__number) FROM table_name_56 WHERE position = "w" AND birthdate = "17 october 1932"###context:CREATE TABLE table_name_56 (jersey__number VARCHAR, position VARCHAR, birthdate V... |
###question:What is the Birthplace, when the Name is Bob Mcvey?###answer:SELECT birthplace FROM table_name_76 WHERE name = "bob mcvey"###context:CREATE TABLE table_name_76 (birthplace VARCHAR, name VARCHAR) |
###question:What is the Name, when the Position is W, and when the Jersey # is 11?###answer:SELECT name FROM table_name_73 WHERE position = "w" AND jersey__number = 11###context:CREATE TABLE table_name_73 (name VARCHAR, position VARCHAR, jersey__number VARCHAR) |
###question:What is the Postion, when the Club/Team is Warroad Lakers, and when the Name is Roger Christian?###answer:SELECT position FROM table_name_13 WHERE club_team = "warroad lakers" AND name = "roger christian"###context:CREATE TABLE table_name_13 (position VARCHAR, club_team VARCHAR, name VARCHAR) |
###question:What home has 122-28 as the score?###answer:SELECT home FROM table_name_96 WHERE score = "122-28"###context:CREATE TABLE table_name_96 (home VARCHAR, score VARCHAR) |
###question:What ground has etobicoke kangaroos as the home?###answer:SELECT ground FROM table_name_88 WHERE home = "etobicoke kangaroos"###context:CREATE TABLE table_name_88 (ground VARCHAR, home VARCHAR) |
###question:What time has humber college north as the ground, and toronto downtown dingos as the home?###answer:SELECT time FROM table_name_58 WHERE ground = "humber college north" AND home = "toronto downtown dingos"###context:CREATE TABLE table_name_58 (time VARCHAR, ground VARCHAR, home VARCHAR) |
###question:What score has Toronto Eagles as the home?###answer:SELECT score FROM table_name_57 WHERE home = "toronto eagles"###context:CREATE TABLE table_name_57 (score VARCHAR, home VARCHAR) |
###question:What date has high park demons as the away?###answer:SELECT date FROM table_name_15 WHERE away = "high park demons"###context:CREATE TABLE table_name_15 (date VARCHAR, away VARCHAR) |
###question:What away has toronto downtown dingos as the home?###answer:SELECT away FROM table_name_71 WHERE home = "toronto downtown dingos"###context:CREATE TABLE table_name_71 (away VARCHAR, home VARCHAR) |
###question:Who was the winner from the Rip Curl Pro Search?###answer:SELECT winner FROM table_name_71 WHERE event = "rip curl pro search"###context:CREATE TABLE table_name_71 (winner VARCHAR, event VARCHAR) |
###question:What was the location of the tournament held in Spain?###answer:SELECT location FROM table_name_56 WHERE country = "spain"###context:CREATE TABLE table_name_56 (location VARCHAR, country VARCHAR) |
###question:What was the date of the tournament held in Indonesia?###answer:SELECT date FROM table_name_23 WHERE country = "indonesia"###context:CREATE TABLE table_name_23 (date VARCHAR, country VARCHAR) |
###question:What is the average Lost when the difference is - 3, and a Played is less than 10?###answer:SELECT AVG(lost) FROM table_name_21 WHERE difference = "- 3" AND played < 10###context:CREATE TABLE table_name_21 (lost INTEGER, difference VARCHAR, played VARCHAR) |
###question:What is the Position when the Drawn is less than 2, with a Difference of 2?###answer:SELECT position FROM table_name_65 WHERE drawn < "2" AND difference = "2"###context:CREATE TABLE table_name_65 (position VARCHAR, drawn VARCHAR, difference VARCHAR) |
###question:What is the sum of Against when the drawn is less than 2, the position is more than 8, and the lost is more than 6.###answer:SELECT SUM(against) FROM table_name_35 WHERE drawn < 2 AND position > 8 AND lost > 6###context:CREATE TABLE table_name_35 (against INTEGER, lost VARCHAR, drawn VARCHAR, position VARCH... |
###question:What is the Difference with a position of less than 3, and, 17 points.###answer:SELECT difference FROM table_name_57 WHERE position < 3 AND points = 17###context:CREATE TABLE table_name_57 (difference VARCHAR, position VARCHAR, points VARCHAR) |
###question:What is the average Top-5, when Tournament is U.S. Open, and when Cuts Made is greater than 10?###answer:SELECT AVG(top_5) FROM table_name_72 WHERE tournament = "u.s. open" AND cuts_made > 10###context:CREATE TABLE table_name_72 (top_5 INTEGER, tournament VARCHAR, cuts_made VARCHAR) |
###question:What is the sum of Events, when Top-10 is 7, and when Top-5 is greater than 4?###answer:SELECT SUM(events) FROM table_name_80 WHERE top_10 = 7 AND top_5 > 4###context:CREATE TABLE table_name_80 (events INTEGER, top_10 VARCHAR, top_5 VARCHAR) |
###question:What is the sum of Top-5, when Tournament is Totals, and when Events is greater than 86?###answer:SELECT SUM(top_5) FROM table_name_68 WHERE tournament = "totals" AND events > 86###context:CREATE TABLE table_name_68 (top_5 INTEGER, tournament VARCHAR, events VARCHAR) |
###question:What is the average Top-10, when Wins is less than 0?###answer:SELECT AVG(top_10) FROM table_name_37 WHERE wins < 0###context:CREATE TABLE table_name_37 (top_10 INTEGER, wins INTEGER) |
###question:What is the total number of Top-25, when Events is greater than 86?###answer:SELECT COUNT(top_25) FROM table_name_65 WHERE events > 86###context:CREATE TABLE table_name_65 (top_25 VARCHAR, events INTEGER) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.