combined_text stringlengths 106 1.05k |
|---|
###question:Who was the opponent on the date of November 29, 1970 and the attendance was less than 31,427?###answer:SELECT AVG(week) FROM table_name_41 WHERE date = "november 29, 1970" AND attendance < 31 OFFSET 427###context:CREATE TABLE table_name_41 (week INTEGER, date VARCHAR, attendance VARCHAR) |
###question:On what date was the game where is was later than Week 4 of the season and the opponent was the New York Giants?###answer:SELECT date FROM table_name_54 WHERE week > 4 AND opponent = "new york giants"###context:CREATE TABLE table_name_54 (date VARCHAR, week VARCHAR, opponent VARCHAR) |
###question:What was the attendance of the game on December 13, 1970?###answer:SELECT COUNT(attendance) FROM table_name_34 WHERE date = "december 13, 1970" AND week > 13###context:CREATE TABLE table_name_34 (attendance VARCHAR, date VARCHAR, week VARCHAR) |
###question:What is the date before week 13 and Miami Dolphins as an opponent?###answer:SELECT date FROM table_name_48 WHERE week < 13 AND opponent = "miami dolphins"###context:CREATE TABLE table_name_48 (date VARCHAR, week VARCHAR, opponent VARCHAR) |
###question:What is the attendance for week 11?###answer:SELECT attendance FROM table_name_59 WHERE week = 11###context:CREATE TABLE table_name_59 (attendance VARCHAR, week VARCHAR) |
###question:What is the home team's score for north melbourne?###answer:SELECT home_team AS score FROM table_name_57 WHERE home_team = "north melbourne"###context:CREATE TABLE table_name_57 (home_team VARCHAR) |
###question:Who sponsors Josele Garza in all rounds?###answer:SELECT sponsor_s_ FROM table_name_60 WHERE rounds = "all" AND driver_s_ = "josele garza"###context:CREATE TABLE table_name_60 (sponsor_s_ VARCHAR, rounds VARCHAR, driver_s_ VARCHAR) |
###question:Which rounds did the team Walther participate in?###answer:SELECT rounds FROM table_name_77 WHERE team = "walther"###context:CREATE TABLE table_name_77 (rounds VARCHAR, team VARCHAR) |
###question:What team was Tom Sneva on in rounds 1-9?###answer:SELECT team FROM table_name_8 WHERE driver_s_ = "tom sneva" AND rounds = "1-9"###context:CREATE TABLE table_name_8 (team VARCHAR, driver_s_ VARCHAR, rounds VARCHAR) |
###question:Which rounds do Arciero Wines sponsor a March 85c chassis?###answer:SELECT rounds FROM table_name_7 WHERE sponsor_s_ = "arciero wines" AND chassis = "march 85c"###context:CREATE TABLE table_name_7 (rounds VARCHAR, sponsor_s_ VARCHAR, chassis VARCHAR) |
###question:What years were the inactive North Carolina chapter active?###answer:SELECT charter_range FROM table_name_15 WHERE status = "inactive" AND state = "north carolina"###context:CREATE TABLE table_name_15 (charter_range VARCHAR, status VARCHAR, state VARCHAR) |
###question:What years were the inactive Idaho chapter active?###answer:SELECT charter_range FROM table_name_99 WHERE status = "inactive" AND state = "idaho"###context:CREATE TABLE table_name_99 (charter_range VARCHAR, status VARCHAR, state VARCHAR) |
###question:Which chapter was active from 1906-1991?###answer:SELECT chapter FROM table_name_5 WHERE charter_range = "1906-1991"###context:CREATE TABLE table_name_5 (chapter VARCHAR, charter_range VARCHAR) |
###question:What are the active dates for the Montana State University chapter?###answer:SELECT charter_range FROM table_name_85 WHERE school = "montana state university"###context:CREATE TABLE table_name_85 (charter_range VARCHAR, school VARCHAR) |
###question:What state had an active chapter from 1906-1991?###answer:SELECT state FROM table_name_36 WHERE charter_range = "1906-1991"###context:CREATE TABLE table_name_36 (state VARCHAR, charter_range VARCHAR) |
###question:How many people were at the game with a record of 6-1?###answer:SELECT attendance FROM table_name_50 WHERE record = "6-1"###context:CREATE TABLE table_name_50 (attendance VARCHAR, record VARCHAR) |
###question:When was there a game against the Indianapolis colts?###answer:SELECT date FROM table_name_72 WHERE opponent = "indianapolis colts"###context:CREATE TABLE table_name_72 (date VARCHAR, opponent VARCHAR) |
###question:What is the lowest crowd size at MCG?###answer:SELECT MIN(crowd) FROM table_name_91 WHERE venue = "mcg"###context:CREATE TABLE table_name_91 (crowd INTEGER, venue VARCHAR) |
###question:What is the average crowd size when the home team is North Melbourne?###answer:SELECT AVG(crowd) FROM table_name_36 WHERE home_team = "north melbourne"###context:CREATE TABLE table_name_36 (crowd INTEGER, home_team VARCHAR) |
###question:What is the away team score when the home team is North Melbourne?###answer:SELECT away_team AS score FROM table_name_52 WHERE home_team = "north melbourne"###context:CREATE TABLE table_name_52 (away_team VARCHAR, home_team VARCHAR) |
###question:What is the pole position for marlboro challenge?###answer:SELECT pole_position FROM table_name_47 WHERE race_name = "marlboro challenge"###context:CREATE TABLE table_name_47 (pole_position VARCHAR, race_name VARCHAR) |
###question:What circut has an unknown fastest lap on July 19?###answer:SELECT circuit FROM table_name_76 WHERE fastest_lap = "unknown" AND date = "july 19"###context:CREATE TABLE table_name_76 (circuit VARCHAR, fastest_lap VARCHAR, date VARCHAR) |
###question:What circuit did marlboro team penske win with an unknown fastest lap?###answer:SELECT circuit FROM table_name_67 WHERE winning_team = "marlboro team penske" AND fastest_lap = "unknown"###context:CREATE TABLE table_name_67 (circuit VARCHAR, winning_team VARCHAR, fastest_lap VARCHAR) |
###question:What team does mario andretti play pole position for?###answer:SELECT winning_team FROM table_name_9 WHERE pole_position = "mario andretti"###context:CREATE TABLE table_name_9 (winning_team VARCHAR, pole_position VARCHAR) |
###question:What was the venue where Carlton was the away team?###answer:SELECT venue FROM table_name_3 WHERE away_team = "carlton"###context:CREATE TABLE table_name_3 (venue VARCHAR, away_team VARCHAR) |
###question:What was the venue when Carlton was the away team?###answer:SELECT venue FROM table_name_28 WHERE away_team = "carlton"###context:CREATE TABLE table_name_28 (venue VARCHAR, away_team VARCHAR) |
###question:What was the highest heat with a time slower than 48.87 from sweden?###answer:SELECT MAX(heat) FROM table_name_48 WHERE time > 48.87 AND nationality = "sweden"###context:CREATE TABLE table_name_48 (heat INTEGER, time VARCHAR, nationality VARCHAR) |
###question:How many lanes featured a swimmer ranked above 4, in a heat later than 1, from australia, named ashley callus?###answer:SELECT COUNT(lane) FROM table_name_62 WHERE rank > 4 AND heat > 1 AND nationality = "australia" AND name = "ashley callus"###context:CREATE TABLE table_name_62 (lane VARCHAR, name VARCHAR,... |
###question:What is the Eurozone result for Population M (LUZ) of 3.08?###answer:SELECT eurozone FROM table_name_24 WHERE population_m__luz_ = 3.08###context:CREATE TABLE table_name_24 (eurozone VARCHAR, population_m__luz_ VARCHAR) |
###question:What is the GDP $IDB in Istanbul?###answer:SELECT gdp_in_$id_b FROM table_name_42 WHERE city = "istanbul"###context:CREATE TABLE table_name_42 (gdp_in_$id_b VARCHAR, city VARCHAR) |
###question:What is the most recently founded school that joined in 2011?###answer:SELECT MAX(founded) FROM table_name_94 WHERE joined = "2011"###context:CREATE TABLE table_name_94 (founded INTEGER, joined VARCHAR) |
###question:What was the home team that played Geelong?###answer:SELECT home_team AS score FROM table_name_43 WHERE away_team = "geelong"###context:CREATE TABLE table_name_43 (home_team VARCHAR, away_team VARCHAR) |
###question:What was the home team's score when they played Richmond?###answer:SELECT home_team AS score FROM table_name_13 WHERE away_team = "richmond"###context:CREATE TABLE table_name_13 (home_team VARCHAR, away_team VARCHAR) |
###question:What is Melbourne's home venue?###answer:SELECT venue FROM table_name_74 WHERE home_team = "melbourne"###context:CREATE TABLE table_name_74 (venue VARCHAR, home_team VARCHAR) |
###question:What was the overall draft pick for the player selected for the tight end position?###answer:SELECT overall FROM table_name_72 WHERE position = "tight end"###context:CREATE TABLE table_name_72 (overall VARCHAR, position VARCHAR) |
###question:On what date is Hawthorn the home team?###answer:SELECT date FROM table_name_10 WHERE home_team = "hawthorn"###context:CREATE TABLE table_name_10 (date VARCHAR, home_team VARCHAR) |
###question:On what date is St Kilda the away team?###answer:SELECT date FROM table_name_31 WHERE away_team = "st kilda"###context:CREATE TABLE table_name_31 (date VARCHAR, away_team VARCHAR) |
###question:Who did the Browns play on October 13, 1968?###answer:SELECT opponent FROM table_name_7 WHERE date = "october 13, 1968"###context:CREATE TABLE table_name_7 (opponent VARCHAR, date VARCHAR) |
###question:Which game is named tsegay kebede category:articles with hcards?###answer:SELECT games FROM table_name_70 WHERE name = "tsegay kebede category:articles with hcards"###context:CREATE TABLE table_name_70 (games VARCHAR, name VARCHAR) |
###question:Which event in the 2000 Sydney games was in the category gete wami category:articles with hcards?###answer:SELECT event FROM table_name_73 WHERE games = "2000 sydney" AND name = "gete wami category:articles with hcards"###context:CREATE TABLE table_name_73 (event VARCHAR, games VARCHAR, name VARCHAR) |
###question:Which event in the 2008 Beijing Games had a bronze medal?###answer:SELECT event FROM table_name_34 WHERE games = "2008 beijing" AND medal = "bronze"###context:CREATE TABLE table_name_34 (event VARCHAR, games VARCHAR, medal VARCHAR) |
###question:What is the medal named fatuma roba category:articles with hcards for?###answer:SELECT medal FROM table_name_73 WHERE name = "fatuma roba category:articles with hcards"###context:CREATE TABLE table_name_73 (medal VARCHAR, name VARCHAR) |
###question:What is the game named derartu tulu category:articles with hcards?###answer:SELECT games FROM table_name_15 WHERE name = "derartu tulu category:articles with hcards"###context:CREATE TABLE table_name_15 (games VARCHAR, name VARCHAR) |
###question:What is the fastest time for the Kentucky Derby race?###answer:SELECT time FROM table_name_40 WHERE race = "kentucky derby"###context:CREATE TABLE table_name_40 (time VARCHAR, race VARCHAR) |
###question:Which track does the Woodward Stakes race take place on?###answer:SELECT track FROM table_name_72 WHERE race = "woodward stakes"###context:CREATE TABLE table_name_72 (track VARCHAR, race VARCHAR) |
###question:What grade did jockey Robby Albarado get when racing with Ravens Pass?###answer:SELECT grade FROM table_name_78 WHERE jockey = "robby albarado" AND runner_up_winner = "ravens pass"###context:CREATE TABLE table_name_78 (grade VARCHAR, jockey VARCHAR, runner_up_winner VARCHAR) |
###question:In which Age Category is Marco Manenti?###answer:SELECT age_category FROM table_name_44 WHERE name = "marco manenti"###context:CREATE TABLE table_name_44 (age_category VARCHAR, name VARCHAR) |
###question:Which year has a Time of 13:23:43?###answer:SELECT year FROM table_name_50 WHERE time = "13:23:43"###context:CREATE TABLE table_name_50 (year VARCHAR, time VARCHAR) |
###question:What score has 3-7 as the record?###answer:SELECT score FROM table_name_46 WHERE record = "3-7"###context:CREATE TABLE table_name_46 (score VARCHAR, record VARCHAR) |
###question:What loss has 16,458 as an Att.?###answer:SELECT loss FROM table_name_82 WHERE att = "16,458"###context:CREATE TABLE table_name_82 (loss VARCHAR, att VARCHAR) |
###question:What date has 5-3 as the score, and holt (1-1) as a loss?###answer:SELECT date FROM table_name_95 WHERE score = "5-3" AND loss = "holt (1-1)"###context:CREATE TABLE table_name_95 (date VARCHAR, score VARCHAR, loss VARCHAR) |
###question:What is the sector of the company with an incorporated date before 1983?###answer:SELECT sector FROM table_name_64 WHERE incorporated < 1983###context:CREATE TABLE table_name_64 (sector VARCHAR, incorporated INTEGER) |
###question:What is the average incorporataed year of the Air India Charters company?###answer:SELECT AVG(incorporated) FROM table_name_25 WHERE company = "air india charters"###context:CREATE TABLE table_name_25 (incorporated INTEGER, company VARCHAR) |
###question:How many votes were tallied in 1956 with a % of national vote larger than 11.47?###answer:SELECT SUM(votes) FROM table_name_66 WHERE date = "1956" AND _percentage_of_national_vote > 11.47###context:CREATE TABLE table_name_66 (votes INTEGER, date VARCHAR, _percentage_of_national_vote VARCHAR) |
###question:How many candidates were nominated in 1952 with under 305,133 votes?###answer:SELECT SUM(candidates_nominated) FROM table_name_51 WHERE date = "1952" AND votes < 305 OFFSET 133###context:CREATE TABLE table_name_51 (candidates_nominated INTEGER, date VARCHAR, votes VARCHAR) |
###question:How many votes were tallied with a % of national vote of 13.11, and over 39 candidates nominated?###answer:SELECT COUNT(votes) FROM table_name_72 WHERE _percentage_of_national_vote = 13.11 AND candidates_nominated > 39###context:CREATE TABLE table_name_72 (votes VARCHAR, _percentage_of_national_vote VARCHAR... |
###question:Who is the visitor with a record of 14–17–5?###answer:SELECT visitor FROM table_name_54 WHERE record = "14–17–5"###context:CREATE TABLE table_name_54 (visitor VARCHAR, record VARCHAR) |
###question:How many in attendance when Penguins were home with a record of 14–19–6 with less than 34 points?###answer:SELECT COUNT(attendance) FROM table_name_98 WHERE home = "penguins" AND record = "14–19–6" AND points < 34###context:CREATE TABLE table_name_98 (attendance VARCHAR, points VARCHAR, home VARCHAR, record... |
###question:Which Format has a Catalog of 561 445-1?###answer:SELECT format FROM table_name_81 WHERE catalog = "561 445-1"###context:CREATE TABLE table_name_81 (format VARCHAR, catalog VARCHAR) |
###question:Which Region has a Date of early september 1999?###answer:SELECT region FROM table_name_67 WHERE date = "early september 1999"###context:CREATE TABLE table_name_67 (region VARCHAR, date VARCHAR) |
###question:Which Region has a Date of early september 1999?###answer:SELECT region FROM table_name_15 WHERE date = "early september 1999"###context:CREATE TABLE table_name_15 (region VARCHAR, date VARCHAR) |
###question:What was the date of the game with a loss of White (4-5)?###answer:SELECT date FROM table_name_34 WHERE loss = "white (4-5)"###context:CREATE TABLE table_name_34 (date VARCHAR, loss VARCHAR) |
###question:what score has a location and attendance of montreal forum and the date of may 10?###answer:SELECT score FROM table_name_49 WHERE location_attendance = "montreal forum" AND date = "may 10"###context:CREATE TABLE table_name_49 (score VARCHAR, location_attendance VARCHAR, date VARCHAR) |
###question:Which Interview has a Province of monte cristi and a Swimsuit larger than 7.27###answer:SELECT SUM(interview) FROM table_name_75 WHERE province = "monte cristi" AND swimsuit > 7.27###context:CREATE TABLE table_name_75 (interview INTEGER, province VARCHAR, swimsuit VARCHAR) |
###question:WHich Evening Gown has a Swimsuit smaller than 7.99 and a Interview larger than 7.98?###answer:SELECT AVG(evening_gown) FROM table_name_21 WHERE swimsuit < 7.99 AND interview > 7.98###context:CREATE TABLE table_name_21 (evening_gown INTEGER, swimsuit VARCHAR, interview VARCHAR) |
###question:Which Interview has a Swimsuit larger than 7.6, and a Province of la vega, and an Average smaller than 8.38?###answer:SELECT SUM(interview) FROM table_name_11 WHERE swimsuit > 7.6 AND province = "la vega" AND average < 8.38###context:CREATE TABLE table_name_11 (interview INTEGER, average VARCHAR, swimsuit V... |
###question:Which items in segment A have a segment D of marble sculptures?###answer:SELECT segment_a FROM table_name_34 WHERE segment_d = "marble sculptures"###context:CREATE TABLE table_name_34 (segment_a VARCHAR, segment_d VARCHAR) |
###question:Which segment A also has a segment D of kitchen shears?###answer:SELECT segment_a FROM table_name_57 WHERE segment_d = "kitchen shears"###context:CREATE TABLE table_name_57 (segment_a VARCHAR, segment_d VARCHAR) |
###question:Which items in segment C is episode 160?###answer:SELECT segment_c FROM table_name_30 WHERE episode = 160###context:CREATE TABLE table_name_30 (segment_c VARCHAR, episode VARCHAR) |
###question:Which season last aired on May 6, 1987?###answer:SELECT season FROM table_name_77 WHERE last_airdate = "may 6, 1987"###context:CREATE TABLE table_name_77 (season VARCHAR, last_airdate VARCHAR) |
###question:What is the Nielsen ranking for Season 8?###answer:SELECT nielsen_ranking FROM table_name_99 WHERE season = "season 8"###context:CREATE TABLE table_name_99 (nielsen_ranking VARCHAR, season VARCHAR) |
###question:What was the first airdate or the season that had less than 24 episodes and a Nielsen ranking of #38?###answer:SELECT first_airdate FROM table_name_68 WHERE episodes < 24 AND nielsen_ranking = "#38"###context:CREATE TABLE table_name_68 (first_airdate VARCHAR, episodes VARCHAR, nielsen_ranking VARCHAR) |
###question:How many episodes were in the season that first aired on September 22, 1989?###answer:SELECT episodes FROM table_name_98 WHERE first_airdate = "september 22, 1989"###context:CREATE TABLE table_name_98 (episodes VARCHAR, first_airdate VARCHAR) |
###question:How many episodes were in the season that ended on April 29, 1986?###answer:SELECT AVG(episodes) FROM table_name_65 WHERE last_airdate = "april 29, 1986"###context:CREATE TABLE table_name_65 (episodes INTEGER, last_airdate VARCHAR) |
###question:Where the ship is Dahlgren what is the build as?###answer:SELECT built_as FROM table_name_28 WHERE ship = "dahlgren"###context:CREATE TABLE table_name_28 (built_as VARCHAR, ship VARCHAR) |
###question:Where the NRV link is CGN38, what is the reclassified as?###answer:SELECT reclassified_as FROM table_name_35 WHERE nvr_link = "cgn38"###context:CREATE TABLE table_name_35 (reclassified_as VARCHAR, nvr_link VARCHAR) |
###question:Where the built as is DLG-23, what is the class?###answer:SELECT class FROM table_name_98 WHERE built_as = "dlg-23"###context:CREATE TABLE table_name_98 (class VARCHAR, built_as VARCHAR) |
###question:What is the Total medals won by the nation in Rank 6 with less than 2 Bronze medals?###answer:SELECT SUM(total) FROM table_name_56 WHERE rank = "6" AND bronze < 2###context:CREATE TABLE table_name_56 (total INTEGER, rank VARCHAR, bronze VARCHAR) |
###question:How many Gold medals were won by the Nation that had more than 12 Bronze medals and less than 124 Total medals?###answer:SELECT COUNT(gold) FROM table_name_56 WHERE bronze > 12 AND total < 124###context:CREATE TABLE table_name_56 (gold VARCHAR, bronze VARCHAR, total VARCHAR) |
###question:December smaller than 21, and a Opponent of buffalo sabres had what score?###answer:SELECT score FROM table_name_68 WHERE december < 21 AND opponent = "buffalo sabres"###context:CREATE TABLE table_name_68 (score VARCHAR, december VARCHAR, opponent VARCHAR) |
###question:Score of 8 - 1 happened on what day in December?###answer:SELECT december FROM table_name_27 WHERE score = "8 - 1"###context:CREATE TABLE table_name_27 (december VARCHAR, score VARCHAR) |
###question:December larger than 21, and a Opponent of Pittsburgh penguins had what average game?###answer:SELECT AVG(game) FROM table_name_30 WHERE december > 21 AND opponent = "pittsburgh penguins"###context:CREATE TABLE table_name_30 (game INTEGER, december VARCHAR, opponent VARCHAR) |
###question:December smaller than 14, and a Game smaller than 28, and a Score of 6 - 6 involved what opponent?###answer:SELECT opponent FROM table_name_16 WHERE december < 14 AND game < 28 AND score = "6 - 6"###context:CREATE TABLE table_name_16 (opponent VARCHAR, score VARCHAR, december VARCHAR, game VARCHAR) |
###question:What is the date that the item was laid down if it was launched on 1899-04-25?###answer:SELECT laid_down FROM table_name_95 WHERE launched = "1899-04-25"###context:CREATE TABLE table_name_95 (laid_down VARCHAR, launched VARCHAR) |
###question:Which builder has the the kanji of 曙?###answer:SELECT builder FROM table_name_98 WHERE kanji = "曙"###context:CREATE TABLE table_name_98 (builder VARCHAR, kanji VARCHAR) |
###question:Which Density per km² is the lowest one that has a Number (map) smaller than 13, and an Area in km² of 11.1?###answer:SELECT MIN(density_per_km²) FROM table_name_21 WHERE number__map_ < 13 AND area_in_km² = 11.1###context:CREATE TABLE table_name_21 (density_per_km² INTEGER, number__map_ VARCHAR, area_in_km²... |
###question:How much #s have an Area in km² larger than 13.5, and a Population Canada 2011 Census of 134,038?###answer:SELECT COUNT(number__map_) FROM table_name_3 WHERE area_in_km² > 13.5 AND population_canada_2011_census = 134 OFFSET 038###context:CREATE TABLE table_name_3 (number__map_ VARCHAR, area_in_km² VARCHAR, ... |
###question:Which Number (map) is the lowest one that has a Area in km² of 9.7, and a Population Canada 2011 Census larger than 66,158?###answer:SELECT MIN(number__map_) FROM table_name_71 WHERE area_in_km² = 9.7 AND population_canada_2011_census > 66 OFFSET 158###context:CREATE TABLE table_name_71 (number__map_ INTEGE... |
###question:Attendance of 19,741 had what average week?###answer:SELECT AVG(week) FROM table_name_80 WHERE attendance = "19,741"###context:CREATE TABLE table_name_80 (week INTEGER, attendance VARCHAR) |
###question:Attendance of 29,000 occurred on what date?###answer:SELECT date FROM table_name_80 WHERE attendance = "29,000"###context:CREATE TABLE table_name_80 (date VARCHAR, attendance VARCHAR) |
###question:Opponent of Philadelphia eagles had what attendance?###answer:SELECT attendance FROM table_name_38 WHERE opponent = "philadelphia eagles"###context:CREATE TABLE table_name_38 (attendance VARCHAR, opponent VARCHAR) |
###question:What day did Alex Best exit?###answer:SELECT exited FROM table_name_26 WHERE celebrity = "alex best"###context:CREATE TABLE table_name_26 (exited VARCHAR, celebrity VARCHAR) |
###question:What place did the celebrity who is famous for being an athlete finish?###answer:SELECT finished FROM table_name_39 WHERE famous_for = "athlete"###context:CREATE TABLE table_name_39 (finished VARCHAR, famous_for VARCHAR) |
###question:What place did the singer in atomic kitten finish?###answer:SELECT finished FROM table_name_91 WHERE famous_for = "singer in atomic kitten"###context:CREATE TABLE table_name_91 (finished VARCHAR, famous_for VARCHAR) |
###question:Who was the celebrity who exited on day 13?###answer:SELECT celebrity FROM table_name_35 WHERE exited = "day 13"###context:CREATE TABLE table_name_35 (celebrity VARCHAR, exited VARCHAR) |
###question:Who was the celebrity who finished in 7th place?###answer:SELECT celebrity FROM table_name_91 WHERE finished = "7th"###context:CREATE TABLE table_name_91 (celebrity VARCHAR, finished VARCHAR) |
###question:Name of gilmar, and a Caps smaller than 94 had how many highest goals?###answer:SELECT MAX(goals) FROM table_name_18 WHERE name = "gilmar" AND caps < 94###context:CREATE TABLE table_name_18 (goals INTEGER, name VARCHAR, caps VARCHAR) |
###question:Caps of 93 had how many goals?###answer:SELECT goals FROM table_name_94 WHERE caps = 93###context:CREATE TABLE table_name_94 (goals VARCHAR, caps VARCHAR) |
###question:Latest cap of september 5, 2011 had how many goals?###answer:SELECT goals FROM table_name_39 WHERE latest_cap = "september 5, 2011"###context:CREATE TABLE table_name_39 (goals VARCHAR, latest_cap VARCHAR) |
###question:Name of rivelino had how many highest caps?###answer:SELECT MAX(caps) FROM table_name_65 WHERE name = "rivelino"###context:CREATE TABLE table_name_65 (caps INTEGER, name VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.