answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT record FROM table_name_9 WHERE visitor = "vancouver"
What was the record when Vancouver was the visitor?
CREATE TABLE table_name_9 (record VARCHAR, visitor VARCHAR)
SELECT COUNT(week) FROM table_name_29 WHERE attendance = 56 OFFSET 023
What week were there 56,023 people in attendance?
CREATE TABLE table_name_29 (week VARCHAR, attendance VARCHAR)
SELECT chassis FROM table_name_51 WHERE drivers = "ross davis"
What chassis doe Ross Davis use?
CREATE TABLE table_name_51 (chassis VARCHAR, drivers VARCHAR)
SELECT protein_name FROM table_26708105_5 WHERE aa_length = "202 aa"
What is the protein name when aa length is 202 aa?
CREATE TABLE table_26708105_5 (protein_name VARCHAR, aa_length VARCHAR)
SELECT gymnast FROM table_name_94 WHERE b_score = 8.95 AND a_score < 6.9
Which gymnast had a b score of 8.95 and an a score less than 6.9
CREATE TABLE table_name_94 (gymnast VARCHAR, b_score VARCHAR, a_score VARCHAR)
SELECT SUM(total__kg_) FROM table_name_94 WHERE bodyweight > 57.8 AND clean_ & _jerk < 103
What is the total (kg when the bodyweight is more than 57.8, and the clean & jerk is less than 103?
CREATE TABLE table_name_94 (total__kg_ INTEGER, bodyweight VARCHAR, clean_ VARCHAR, _jerk VARCHAR)
SELECT rank_by_average FROM table_1354805_6 WHERE number_of_dances = 7
tell the mean of the times competition for the 7 jigs
CREATE TABLE table_1354805_6 (rank_by_average VARCHAR, number_of_dances VARCHAR)
SELECT winner FROM table_name_33 WHERE course = "granada"
Who won the Granada course?
CREATE TABLE table_name_33 (winner VARCHAR, course VARCHAR)
SELECT high_points FROM table_17355408_9 WHERE date = "April 8"
Who had the high points on April 8?
CREATE TABLE table_17355408_9 (high_points VARCHAR, date VARCHAR)
SELECT to_par FROM table_name_71 WHERE place = "t3" AND country = "united states" AND player = "steve flesch"
what was steve flesch's to par when he was placed at t3 in the united states?
CREATE TABLE table_name_71 (to_par VARCHAR, player VARCHAR, place VARCHAR, country VARCHAR)
SELECT story_title FROM table_name_60 WHERE letterer_s = "albers"
What is the Story Title that has Albers as the Letterer?
CREATE TABLE table_name_60 (story_title VARCHAR, letterer_s VARCHAR)
SELECT MIN(pick__number) FROM table_15353123_1
Who was the highest pick
CREATE TABLE table_15353123_1 (pick__number INTEGER)
SELECT MIN(mdr_no) FROM table_26036389_1 WHERE name_of_road = "Rait Charhi Dharamshala"
What is the MDR number of Rait Charhi Dharamshala?
CREATE TABLE table_26036389_1 (mdr_no INTEGER, name_of_road VARCHAR)
SELECT T1.pName FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID ORDER BY T1.pName
Find the name of all students who were in the tryout sorted in alphabetic order.
CREATE TABLE tryout (pID VARCHAR); CREATE TABLE player (pName VARCHAR, pID VARCHAR)
SELECT opponent FROM table_name_91 WHERE date = "november 14, 2005"
what was the opponent on november 14, 2005?
CREATE TABLE table_name_91 (opponent VARCHAR, date VARCHAR)
SELECT AVG(gross_debt_in_) AS $billions_undeflated_treas FROM table_name_1 WHERE end_of_fiscal_year > 1980 AND as__percentage_of_gdp_low_high = "83.4-84.4" AND debt_held_by_public__$billions_ < 7 OFFSET 552
For End of Fiscal Years past 1980 that also have as % of GDP Low-High of 83.4-84.4, and a Debt Held By Public ($Billions) smaller than 7,552 what would be the average Gross Debt in $Billions undeflated Treas. in said years?
CREATE TABLE table_name_1 (gross_debt_in_ INTEGER, debt_held_by_public__$billions_ VARCHAR, end_of_fiscal_year VARCHAR, as__percentage_of_gdp_low_high VARCHAR)
SELECT team_name FROM table_name_23 WHERE losses > 15 AND season = "1988"
Which team had more than 15 losses in 1988?
CREATE TABLE table_name_23 (team_name VARCHAR, losses VARCHAR, season VARCHAR)
SELECT loss FROM table_name_87 WHERE score = "9-1"
What was the Loss that had a Score of 9-1?
CREATE TABLE table_name_87 (loss VARCHAR, score VARCHAR)
SELECT total_casualties FROM table_name_54 WHERE military_and_or_civilian_wounded = "1,200+"
What are the total casualties with 1,200+ military and/or civilian wounded?
CREATE TABLE table_name_54 (total_casualties VARCHAR, military_and_or_civilian_wounded VARCHAR)
SELECT 2010 FROM table_name_25 WHERE 2009 = "21.662"
What is the 2010 Lukoil oil prodroduction when in 2009 oil production 21.662 million tonnes?
CREATE TABLE table_name_25 (Id VARCHAR)
SELECT COUNT(rank) FROM table_23759976_1 WHERE building_[a_] = "Cathay Pacific Plaza 2"
How many different ranks does the Cathay Pacific Plaza 2 have?
CREATE TABLE table_23759976_1 (rank VARCHAR, building_ VARCHAR, a_ VARCHAR)
SELECT COUNT(money_list_rank) FROM table_29499399_2 WHERE best_finish = "2"
Which money list ranks had a best finish of 2?
CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, best_finish VARCHAR)
SELECT position FROM table_name_57 WHERE player = "barry richter"
What position does Barry Richter play?
CREATE TABLE table_name_57 (position VARCHAR, player VARCHAR)
SELECT AVG(ties) FROM table_name_55 WHERE wins = 6 AND season > 2004
What's the average amount of ties had when a team wins 6 and it's past the 2004 season?
CREATE TABLE table_name_55 (ties INTEGER, wins VARCHAR, season VARCHAR)
SELECT location FROM table_16078390_2 WHERE team_nickname = "Wolves"
Where is the university located that's nicknamed the Wolves?
CREATE TABLE table_16078390_2 (location VARCHAR, team_nickname VARCHAR)
SELECT COUNT(size__steps_) FROM table_name_26 WHERE just_ratio = "10:9" AND size__cents_ > 160
What is the value of the size (steps) that has just ratio 10:9 and a size (cents) more than 160
CREATE TABLE table_name_26 (size__steps_ VARCHAR, just_ratio VARCHAR, size__cents_ VARCHAR)
SELECT iata FROM table_name_88 WHERE airport = "san francisco airport"
What is the IATA for San Francisco airport?
CREATE TABLE table_name_88 (iata VARCHAR, airport VARCHAR)
SELECT MAX(total) FROM table_name_99 WHERE bronze < 12 AND gold = 0 AND silver = 1
What is the largest total for a team with fewer than 12 bronze, 1 silver and 0 gold medals?
CREATE TABLE table_name_99 (total INTEGER, silver VARCHAR, bronze VARCHAR, gold VARCHAR)
SELECT team__number1 FROM table_name_17 WHERE res = "0-3"
What was the team #1 for the match that had a result of 0-3?
CREATE TABLE table_name_17 (team__number1 VARCHAR, res VARCHAR)
SELECT COUNT(director) FROM table_22128871_1 WHERE vietnamese_title = "Gate, gate, paragate"
How many directors have vietnamese titles of Gate, Gate, Paragate?
CREATE TABLE table_22128871_1 (director VARCHAR, vietnamese_title VARCHAR)
SELECT MIN(total) FROM table_name_47 WHERE rank < 1
Which Total is the lowest one that has a Rank smaller than 1?
CREATE TABLE table_name_47 (total INTEGER, rank INTEGER)
SELECT MIN(to_par) FROM table_name_9 WHERE player = "bobby cruickshank"
What is the lowest par for Bobby Cruickshank?
CREATE TABLE table_name_9 (to_par INTEGER, player VARCHAR)
SELECT score FROM table_name_61 WHERE to_par = "+2" AND player = "aaron baddeley"
What is the Score of the Round with Player Aaron Baddeley having a To par of +2?
CREATE TABLE table_name_61 (score VARCHAR, to_par VARCHAR, player VARCHAR)
SELECT points FROM table_name_91 WHERE year > 1975 AND entrant = "team rothmans international" AND chassis = "march 771"
How many points did Team Rothmans International have after 1975 when their Chassis was a March 771?
CREATE TABLE table_name_91 (points VARCHAR, chassis VARCHAR, year VARCHAR, entrant VARCHAR)
SELECT race_name FROM table_name_40 WHERE year = 1946 AND winner = "bill holland"
Which race did Bill Holland win in 1946?
CREATE TABLE table_name_40 (race_name VARCHAR, year VARCHAR, winner VARCHAR)
SELECT ground FROM table_14312471_4 WHERE crowd = 19929
What are the ground where the crowd totals 19929?
CREATE TABLE table_14312471_4 (ground VARCHAR, crowd VARCHAR)
SELECT visitor FROM table_name_78 WHERE score = "0-4"
Which Visitor has a Score of 0-4?
CREATE TABLE table_name_78 (visitor VARCHAR, score VARCHAR)
SELECT player FROM table_name_79 WHERE country = "united states" AND to_par = "wd"
What is Player, when Country is "United States", and when To Par is "WD"?
CREATE TABLE table_name_79 (player VARCHAR, country VARCHAR, to_par VARCHAR)
SELECT date_entered_service FROM table_11662133_3 WHERE ships_name = "Koningin Wilhelmina"
what's the date entered service with ships name koningin wilhelmina
CREATE TABLE table_11662133_3 (date_entered_service VARCHAR, ships_name VARCHAR)
SELECT MIN(points) FROM table_26882866_1 WHERE standing = "5th"
Name the leaast points for standing 5th
CREATE TABLE table_26882866_1 (points INTEGER, standing VARCHAR)
SELECT date FROM table_name_83 WHERE score = "136-134"
What date has 136-134 as the score?
CREATE TABLE table_name_83 (date VARCHAR, score VARCHAR)
SELECT COUNT(games_played) FROM table_18018214_4 WHERE points = 22
How many games had 22 points?
CREATE TABLE table_18018214_4 (games_played VARCHAR, points VARCHAR)
SELECT skip FROM table_name_51 WHERE second = "martin hejhal"
Which skip's second is Martin Hejhal?
CREATE TABLE table_name_51 (skip VARCHAR, second VARCHAR)
SELECT MIN(year) FROM table_1999350_1 WHERE playoffs = "Did not qualify" AND regular_season = "2nd, New England" AND open_canada_cup = "N/A"
What is the earliest year where playoffs was "did not qualify," regular season was "2nd, New England," and Open Canada Cup is "N/A"?
CREATE TABLE table_1999350_1 (year INTEGER, open_canada_cup VARCHAR, playoffs VARCHAR, regular_season VARCHAR)
SELECT date FROM table_name_43 WHERE opponent = "green bay packers"
On what date was the opponent the Green Bay Packers?
CREATE TABLE table_name_43 (date VARCHAR, opponent VARCHAR)
SELECT document_id FROM Documents WHERE document_type_code = "CV" EXCEPT SELECT document_id FROM Documents_with_expenses
Show ids for all documents in type CV without expense budgets.
CREATE TABLE Documents_with_expenses (document_id VARCHAR, document_type_code VARCHAR); CREATE TABLE Documents (document_id VARCHAR, document_type_code VARCHAR)
SELECT MAX(episode) FROM table_2140071_8 WHERE premier_date = "March 8, 2008"
Which Maximum episode premiered March 8, 2008?
CREATE TABLE table_2140071_8 (episode INTEGER, premier_date VARCHAR)
SELECT MAX(goals) FROM table_23963781_3
What is the most amount of goals any of the players had?
CREATE TABLE table_23963781_3 (goals INTEGER)
SELECT date FROM table_name_37 WHERE home_team = "geelong"
On what day is geelong the home team?
CREATE TABLE table_name_37 (date VARCHAR, home_team VARCHAR)
SELECT region FROM table_name_72 WHERE format_s_ = "lp" AND date = "4 august 2008"
What region has a lp format on 4 August 2008?
CREATE TABLE table_name_72 (region VARCHAR, format_s_ VARCHAR, date VARCHAR)
SELECT t1.country FROM inst AS t1 JOIN authorship AS t2 ON t1.instid = t2.instid JOIN papers AS t3 ON t2.paperid = t3.paperid GROUP BY t1.country ORDER BY COUNT(*) DESC LIMIT 1
Retrieve the country that has published the most papers.
CREATE TABLE inst (country VARCHAR, instid VARCHAR); CREATE TABLE authorship (instid VARCHAR, paperid VARCHAR); CREATE TABLE papers (paperid VARCHAR)
SELECT T2.role_name, T2.role_description FROM Employees AS T1 JOIN ROLES AS T2 ON T1.role_code = T2.role_code WHERE T1.employee_name = "Ebba"
What is the role name and role description for employee called Ebba?
CREATE TABLE Employees (role_code VARCHAR, employee_name VARCHAR); CREATE TABLE ROLES (role_name VARCHAR, role_description VARCHAR, role_code VARCHAR)
SELECT event FROM table_name_49 WHERE competition = "european championships" AND position = "5th"
Which Event has 5th Position in the European Championships Competition?
CREATE TABLE table_name_49 (event VARCHAR, competition VARCHAR, position VARCHAR)
SELECT road_numbers FROM table_name_8 WHERE builder = "alco" AND railroad__quantity_ = "union pacific railroad (105)" AND class = "csa-2"
what is the road numbers when the builder is alco, the railroad (quantity) is union pacific railroad (105) and the class is csa-2?
CREATE TABLE table_name_8 (road_numbers VARCHAR, class VARCHAR, builder VARCHAR, railroad__quantity_ VARCHAR)
SELECT conditions_of_access FROM table_25965003_3 WHERE access_using_a_croatian_identity_card = "Yes" AND length_of_stay_permitted = "Freedom of movement"
What are the conditions of access where access using a Croatian identity card is yes and the length of stay permitted is freedom of movement?
CREATE TABLE table_25965003_3 (conditions_of_access VARCHAR, access_using_a_croatian_identity_card VARCHAR, length_of_stay_permitted VARCHAR)
SELECT years FROM table_name_88 WHERE rank < 2
Which years have a rank less than 2?
CREATE TABLE table_name_88 (years VARCHAR, rank INTEGER)
SELECT T1.name, T1.num_employees FROM department AS T1 JOIN management AS T2 ON T1.department_id = T2.department_id WHERE T2.temporary_acting = 'Yes'
Show the name and number of employees for the departments managed by heads whose temporary acting value is 'Yes'?
CREATE TABLE management (department_id VARCHAR, temporary_acting VARCHAR); CREATE TABLE department (name VARCHAR, num_employees VARCHAR, department_id VARCHAR)
SELECT MAX(games_played) FROM table_name_40 WHERE losses = 3 AND wins > 5
What is the largest number of Games Played with Losses of 3, and more Wins than 5?
CREATE TABLE table_name_40 (games_played INTEGER, losses VARCHAR, wins VARCHAR)
SELECT candidates FROM table_25030512_12 WHERE first_elected = "None (New seat)"
When none (new seat) is the first elected who are the candidates?
CREATE TABLE table_25030512_12 (candidates VARCHAR, first_elected VARCHAR)
SELECT kōhaku__number FROM table_1315616_1 WHERE red_team_host = "Peggy Hayama"
In what number kōhaku was the red team host Peggy Hayama?
CREATE TABLE table_1315616_1 (kōhaku__number VARCHAR, red_team_host VARCHAR)
SELECT network FROM table_name_47 WHERE lap_by_lap = "bill flemming" AND pit_reporters = "chris economaki"
What network has lap-by-laps by Bill Flemming, and Pit reporter Chris Economaki?
CREATE TABLE table_name_47 (network VARCHAR, lap_by_lap VARCHAR, pit_reporters VARCHAR)
SELECT crowd FROM table_name_26 WHERE away_team = "footscray"
What was the crowd when the away team is footscray?
CREATE TABLE table_name_26 (crowd VARCHAR, away_team VARCHAR)
SELECT COUNT(total) FROM table_name_21 WHERE silver = 40 AND gold < 39
How many totals have a Silver of 40, and a Gold smaller than 39?
CREATE TABLE table_name_21 (total VARCHAR, silver VARCHAR, gold VARCHAR)
SELECT country FROM table_10236830_4 WHERE actors_name = "Vsevolod Shilovskiy"
Vsevolod Shilovskiy is from what country?
CREATE TABLE table_10236830_4 (country VARCHAR, actors_name VARCHAR)
SELECT COUNT(high_rebounds) FROM table_23286223_5 WHERE game = 26
How many different high rebound results are there for the game number 26?
CREATE TABLE table_23286223_5 (high_rebounds VARCHAR, game VARCHAR)
SELECT Allergy FROM Has_allergy GROUP BY Allergy ORDER BY COUNT(*) DESC LIMIT 1
Which allergy has most number of students affected?
CREATE TABLE Has_allergy (Allergy VARCHAR)
SELECT 1997 FROM table_name_75 WHERE tournament = "tennis masters cup"
In the Tennis Masters Cup, how did Jiří Novák do in 1997?
CREATE TABLE table_name_75 (tournament VARCHAR)
SELECT MIN(touchdowns) FROM table_name_66 WHERE points > 5 AND field_goals = 0 AND player = "snow" AND extra_points > 0
What's the number of touchdowns that Snow made that had 0 field goals, more than 5 points, and more than 0 extra points?
CREATE TABLE table_name_66 (touchdowns INTEGER, extra_points VARCHAR, player VARCHAR, points VARCHAR, field_goals VARCHAR)
SELECT date FROM table_name_67 WHERE republican = "john mccain" AND poll_source = "quinnipiac" AND democrat = "barack obama" AND sample_size > 1427
What is the date that the polls were going on at quinnipiac when john mccain was the republican, barack obama was the democrat and the sample size was bigger than 1427?
CREATE TABLE table_name_67 (date VARCHAR, sample_size VARCHAR, democrat VARCHAR, republican VARCHAR, poll_source VARCHAR)
SELECT COUNT(start_of_stage) FROM table_275506_1 WHERE year = "2006"
How many entries for start of stage occur in the year 2006?
CREATE TABLE table_275506_1 (start_of_stage VARCHAR, year VARCHAR)
SELECT stadium FROM table_23214833_1 WHERE capacity = 13800
What stadium has capacity for 13800?
CREATE TABLE table_23214833_1 (stadium VARCHAR, capacity VARCHAR)
SELECT date FROM table_name_27 WHERE format = "sacd (hybrid)"
When was the release that was in SACD (hybrid) format?
CREATE TABLE table_name_27 (date VARCHAR, format VARCHAR)
SELECT tournament FROM table_name_50 WHERE runner_s__up = "laura davies"
What tournament was Laura Davies the runner-up?
CREATE TABLE table_name_50 (tournament VARCHAR, runner_s__up VARCHAR)
SELECT year_s__won FROM table_name_75 WHERE total > 157
What years did the player with a total larger than 157 have wins?
CREATE TABLE table_name_75 (year_s__won VARCHAR, total INTEGER)
SELECT league FROM table_17598822_11 WHERE player = "Paul Paton"
Name the league for paul paton
CREATE TABLE table_17598822_11 (league VARCHAR, player VARCHAR)
SELECT venue FROM table_name_28 WHERE date = "10 september 2010"
Which venue was used on 10 september 2010?
CREATE TABLE table_name_28 (venue VARCHAR, date VARCHAR)
SELECT fcc_info FROM table_13998897_1 WHERE call_sign = "W265AV"
what's the fcc info with call sign being w265av
CREATE TABLE table_13998897_1 (fcc_info VARCHAR, call_sign VARCHAR)
SELECT MIN(money___) AS $__ FROM table_name_77 WHERE player = "raymond floyd"
What is raymond floyd's lowest $?
CREATE TABLE table_name_77 (money___ INTEGER, player VARCHAR)
SELECT AVG(rank) FROM table_name_82 WHERE years = "1998–present"
Which Rank has a Years of 1998–present?
CREATE TABLE table_name_82 (rank INTEGER, years VARCHAR)
SELECT no_in_series FROM table_2226817_8 WHERE no_in_season = 12
How many episodes in the series are from season 12?
CREATE TABLE table_2226817_8 (no_in_series VARCHAR, no_in_season VARCHAR)
SELECT week__number FROM table_27614571_1 WHERE original_artist = "Leila Pinheiro"
In which week # was the original artist of Barreto's song choice was Leila Pinheiro?
CREATE TABLE table_27614571_1 (week__number VARCHAR, original_artist VARCHAR)
SELECT college FROM table_name_98 WHERE overall > 76 AND name = "brian mitchell"
what is the college when the overall is more than 76 for brian mitchell?
CREATE TABLE table_name_98 (college VARCHAR, overall VARCHAR, name VARCHAR)
SELECT ihsaa_class___football___soccer FROM table_name_43 WHERE location = "alexandria"
what is teh ihsaa class/football/soccer when the location is alexandria?
CREATE TABLE table_name_43 (ihsaa_class___football___soccer VARCHAR, location VARCHAR)
SELECT SUM(round) FROM table_name_79 WHERE pick < 220 AND player = "alford turner"
How many rounds have picked smaller than 220, with Alford Turner as a player?
CREATE TABLE table_name_79 (round INTEGER, pick VARCHAR, player VARCHAR)
SELECT MIN(silver) FROM table_name_3 WHERE rank = 6 AND bronze < 3
Which Silver has a Rank of 6, and a Bronze smaller than 3?
CREATE TABLE table_name_3 (silver INTEGER, rank VARCHAR, bronze VARCHAR)
SELECT COUNT(distance) FROM table_2923917_4 WHERE brisbane = "$3.80"
How many distance places have brisbane at $3.80?
CREATE TABLE table_2923917_4 (distance VARCHAR, brisbane VARCHAR)
SELECT week__number FROM table_name_12 WHERE theme = "dolly parton"
What is the week number that has Dolly Parton as the theme?
CREATE TABLE table_name_12 (week__number VARCHAR, theme VARCHAR)
SELECT date FROM table_name_50 WHERE leading_scorer = "carlos boozer (23)"
What date was Carlos Boozer (23) the leading scorer?
CREATE TABLE table_name_50 (date VARCHAR, leading_scorer VARCHAR)
SELECT democratic FROM table_name_40 WHERE incumbent = "christopher shays"
Who was the Democratic when then Incumbent was Christopher Shays?
CREATE TABLE table_name_40 (democratic VARCHAR, incumbent VARCHAR)
SELECT home_team AS score FROM table_name_65 WHERE venue = "glenferrie oval"
What is the home team score at glenferrie oval?
CREATE TABLE table_name_65 (home_team VARCHAR, venue VARCHAR)
SELECT g27_racing_wheel FROM table_name_45 WHERE driving_force_ex = "no" AND driving_force_pro = "no" AND g25_racing_wheel = "no"
Driving Force EX of no, and a Driving Force Pro of no, and a G25 Racing Wheel of no involves which g27 racing wheel?
CREATE TABLE table_name_45 (g27_racing_wheel VARCHAR, g25_racing_wheel VARCHAR, driving_force_ex VARCHAR, driving_force_pro VARCHAR)
SELECT final_score FROM table_name_94 WHERE visiting_team = "buffalo bills"
What was the final score when the Buffalo Bills were the visiting team?
CREATE TABLE table_name_94 (final_score VARCHAR, visiting_team VARCHAR)
SELECT city FROM table_27378582_1 WHERE enrollment = 19900
Name the city for enrollment being 19900
CREATE TABLE table_27378582_1 (city VARCHAR, enrollment VARCHAR)
SELECT COUNT(hometown) FROM table_11677691_1 WHERE college = "Alabama" AND position = "Offensive line"
How many offensive line players played for a college in Alabama?
CREATE TABLE table_11677691_1 (hometown VARCHAR, college VARCHAR, position VARCHAR)
SELECT SUM(attendance) FROM table_name_1 WHERE date = "july 26"
What is the attendance of the game on July 26?
CREATE TABLE table_name_1 (attendance INTEGER, date VARCHAR)
SELECT MIN(crowd) FROM table_name_42 WHERE away_team = "melbourne"
When the Away team is melbourne, what's the lowest Crowd attended?
CREATE TABLE table_name_42 (crowd INTEGER, away_team VARCHAR)
SELECT MIN(minimum_tax_incl_sales_taxes__cad) AS ¢_l_ FROM table_name_27 WHERE min_tax__cad¢_us_gal_ = 105.7 AND federal_excise_tax___cad¢___l__ > 10
What is the least minimum sales tax when the min tax is 105.7 and fed tax is more than 10?
CREATE TABLE table_name_27 (minimum_tax_incl_sales_taxes__cad INTEGER, min_tax__cad¢_us_gal_ VARCHAR, federal_excise_tax___cad¢___l__ VARCHAR)
SELECT MAX(games_per_goal) FROM table_name_34 WHERE a_league = "39 (110)"
Which player from A-League 39 (110) has the highest games per goal?
CREATE TABLE table_name_34 (games_per_goal INTEGER, a_league VARCHAR)
SELECT SUM(points) FROM table_name_41 WHERE attendance = "8,000" AND date = "february 22"
What's the sum of the points when attendance is 8,000 on february 22?
CREATE TABLE table_name_41 (points INTEGER, attendance VARCHAR, date VARCHAR)
SELECT MAX(attendance) FROM table_name_33 WHERE date = "october 27, 1963"
How many were in attendance on October 27, 1963?
CREATE TABLE table_name_33 (attendance INTEGER, date VARCHAR)