answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT team FROM table_23285761_7 WHERE date = "January 26"
Who was the game on January 26 played against?
CREATE TABLE table_23285761_7 (team VARCHAR, date VARCHAR)
SELECT result FROM table_name_34 WHERE round = "r3"
What is the result of round R3?
CREATE TABLE table_name_34 (result VARCHAR, round VARCHAR)
SELECT terminus FROM table_name_4 WHERE color = "sapphire"
The color sapphire is assigned to which Terminus?
CREATE TABLE table_name_4 (terminus VARCHAR, color VARCHAR)
SELECT cup_apps__sub_ FROM table_name_59 WHERE cup_goals = "2"
Which Cup Apps (sub) had 2 goals?
CREATE TABLE table_name_59 (cup_apps__sub_ VARCHAR, cup_goals VARCHAR)
SELECT engine FROM table_name_36 WHERE team = "parts washer service" AND drivers = "chip mead"
What engine does Chip Mead of Parts Washer Service use?
CREATE TABLE table_name_36 (engine VARCHAR, team VARCHAR, drivers VARCHAR)
SELECT COUNT(year) FROM table_name_51 WHERE team = "scuderia lancia corse"
What is the year when Scuderia Lancia Corse competed?
CREATE TABLE table_name_51 (year VARCHAR, team VARCHAR)
SELECT team FROM table_name_51 WHERE engine = "chevrolet 6.0 v8" AND manufacturer = "opel" AND driver = "chris jackson"
What Team has the Engine of Chevrolet 6.0 V8, the Manufacturer of Opel, and the Driver Chris Jackson?
CREATE TABLE table_name_51 (team VARCHAR, driver VARCHAR, engine VARCHAR, manufacturer VARCHAR)
SELECT event FROM table_name_29 WHERE winning_driver = "laurent aiello laurent aiello" AND round > 1 AND circuit = "wunstorf"
What is Event, when Winning Driver is "Laurent Aiello Laurent Aiello", when Round is greater than 1, and when Circuit is "Wunstorf"?
CREATE TABLE table_name_29 (event VARCHAR, circuit VARCHAR, winning_driver VARCHAR, round VARCHAR)
SELECT party FROM table_2668393_18 WHERE candidates = "Edwin Gray (DR)"
What is the party for the candidates edwin gray (dr)?
CREATE TABLE table_2668393_18 (party VARCHAR, candidates VARCHAR)
SELECT AVG(loser_age), AVG(winner_age) FROM matches
Find the average age of losers and winners of all matches.
CREATE TABLE matches (loser_age INTEGER, winner_age INTEGER)
SELECT won FROM table_17675675_2 WHERE tries_against = "89"
with the amount of tries at 89, how many win's were there?
CREATE TABLE table_17675675_2 (won VARCHAR, tries_against VARCHAR)
SELECT name FROM table_name_4 WHERE type = "pratt pony through truss"
What bridge is a pratt pony through truss tyoe bridge?
CREATE TABLE table_name_4 (name VARCHAR, type VARCHAR)
SELECT event FROM table_name_16 WHERE competition = "world junior championships" AND year = 2010
What event was the competition World Junior Championships in 2010?
CREATE TABLE table_name_16 (event VARCHAR, competition VARCHAR, year VARCHAR)
SELECT series FROM table_name_34 WHERE production_number = 1547
What is the Series number of the episode with a production number of 1547?
CREATE TABLE table_name_34 (series VARCHAR, production_number VARCHAR)
SELECT going_to FROM table_18365784_3 WHERE calling_at = "Boston, Sleaford, Nottingham Victoria"
What was the train destination when it has a calling at Boston, Sleaford, Nottingham Victoria?
CREATE TABLE table_18365784_3 (going_to VARCHAR, calling_at VARCHAR)
SELECT final_position___round FROM table_name_22 WHERE competition = "fa community shield"
Tell me the final position for fa community shield
CREATE TABLE table_name_22 (final_position___round VARCHAR, competition VARCHAR)
SELECT COUNT(DISTINCT POSITION) FROM player
how many different positions are there?
CREATE TABLE player (POSITION VARCHAR)
SELECT MAX(silver) FROM table_name_79 WHERE total < 2 AND bronze < 1 AND nation = "yugoslavia"
What is the largest silver with a Total smaller than 2, a Bronze smaller than 1, and a Nation of yugoslavia?
CREATE TABLE table_name_79 (silver INTEGER, nation VARCHAR, total VARCHAR, bronze VARCHAR)
SELECT score FROM table_name_59 WHERE attendance = "359"
What is the score of the game that had 359 people in attendance?
CREATE TABLE table_name_59 (score VARCHAR, attendance VARCHAR)
SELECT AVG(finals) FROM table_name_12 WHERE a_league = "0 6" AND pre_season > 0
Which Finals has a A-League of 0 6, and a Pre-Season larger than 0?
CREATE TABLE table_name_12 (finals INTEGER, a_league VARCHAR, pre_season VARCHAR)
SELECT away FROM table_name_41 WHERE home = "1–0"
Which Away has a Home of 1–0?
CREATE TABLE table_name_41 (away VARCHAR, home VARCHAR)
SELECT position FROM table_name_52 WHERE height = "6-2" AND name = "martina wood"
What is 6-2 Martina Wood's Position?
CREATE TABLE table_name_52 (position VARCHAR, height VARCHAR, name VARCHAR)
SELECT MAX(total) FROM table_name_14 WHERE nation = "romania" AND bronze < 2
What's the highest total of Romania when the bronze was less than 2?
CREATE TABLE table_name_14 (total INTEGER, nation VARCHAR, bronze VARCHAR)
SELECT result FROM table_name_16 WHERE game = "game 3"
What is the Result of Game 3?
CREATE TABLE table_name_16 (result VARCHAR, game VARCHAR)
SELECT SUM(appeared) FROM table_name_95 WHERE rr_w_rate < 0.17
What's the total appeared that has an RR Rate less than 0.17?
CREATE TABLE table_name_95 (appeared INTEGER, rr_w_rate INTEGER)
SELECT Record_Company FROM orchestra WHERE Year_of_Founded < 2003 INTERSECT SELECT Record_Company FROM orchestra WHERE Year_of_Founded > 2003
Show the record companies shared by orchestras founded before 2003 and after 2003.
CREATE TABLE orchestra (Record_Company VARCHAR, Year_of_Founded INTEGER)
SELECT 2004 FROM table_name_31 WHERE 2005 = "not tier i"
What is 2004, when 2005 is "Not Tier I"?
CREATE TABLE table_name_31 (Id VARCHAR)
SELECT name FROM table_name_23 WHERE type = "2-8-0" AND number = 20
What was the name for the locomotive with a type of 2-8-0 and a number of 20?
CREATE TABLE table_name_23 (name VARCHAR, type VARCHAR, number VARCHAR)
SELECT venue FROM table_name_14 WHERE home_team = "carlton"
Where did Carlton play as the home team?
CREATE TABLE table_name_14 (venue VARCHAR, home_team VARCHAR)
SELECT match_date FROM table_22384475_1 WHERE winner = "West Indies"
What date did the West Indies win the match?
CREATE TABLE table_22384475_1 (match_date VARCHAR, winner VARCHAR)
SELECT engine FROM table_name_21 WHERE rank = "1st" AND entrant = "adt champion racing"
What engine what in the vehicle when adt champion racing ranked in 1st place?
CREATE TABLE table_name_21 (engine VARCHAR, rank VARCHAR, entrant VARCHAR)
SELECT old_bulgarian_names FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Yuni
Name the old bulgarian names for yuni
CREATE TABLE table_15275060_1 (old_bulgarian_names VARCHAR, Yuni VARCHAR, Transliteration VARCHAR)
SELECT home FROM table_name_28 WHERE time = "14:00"
What is the Home with a Time that is 14:00?
CREATE TABLE table_name_28 (home VARCHAR, time VARCHAR)
SELECT high_points FROM table_name_42 WHERE location_attendance = "united center 20,389"
Who had the high points at the United Center 20,389?
CREATE TABLE table_name_42 (high_points VARCHAR, location_attendance VARCHAR)
SELECT timeslot FROM table_26826304_2 WHERE air_date = "October 22, 2009"
A what time was the title aired in October 22, 2009
CREATE TABLE table_26826304_2 (timeslot VARCHAR, air_date VARCHAR)
SELECT decision FROM table_name_14 WHERE visitor = "boston bruins"
Name the decision for boston bruins visitor
CREATE TABLE table_name_14 (decision VARCHAR, visitor VARCHAR)
SELECT MAX(tonnage) FROM table_name_13 WHERE nationality = "great britain" AND ship = "newton ash"
What is the highest tonnage for a ship from Great Britain named Newton Ash?
CREATE TABLE table_name_13 (tonnage INTEGER, nationality VARCHAR, ship VARCHAR)
SELECT SUM(matches) FROM table_name_86 WHERE against > 6 AND draw = 51
How many matches has 51 draws and more than 6 against?
CREATE TABLE table_name_86 (matches INTEGER, against VARCHAR, draw VARCHAR)
SELECT score FROM table_name_66 WHERE attendance = "349"
What is Score, when Attendance is "349"?
CREATE TABLE table_name_66 (score VARCHAR, attendance VARCHAR)
SELECT selsdon FROM table_name_14 WHERE coombe_road = "17:19"
What is the Selsdon for the 17:19 Coombe Road?
CREATE TABLE table_name_14 (selsdon VARCHAR, coombe_road VARCHAR)
SELECT birth FROM table_name_94 WHERE death = "18 october 1335"
What is the birth date of the person who died on 18 October 1335?
CREATE TABLE table_name_94 (birth VARCHAR, death VARCHAR)
SELECT SUM(runners_up) FROM table_name_2 WHERE champions > 5
What is the sum of Runners-Up, when Champions is greater than 5?
CREATE TABLE table_name_2 (runners_up INTEGER, champions INTEGER)
SELECT COUNT(game) FROM table_13619135_6 WHERE record = "26-21"
How many games were played when the record was 26-21?
CREATE TABLE table_13619135_6 (game VARCHAR, record VARCHAR)
SELECT T2.Railway_ID, T1.Builder FROM railway AS T1 JOIN train AS T2 ON T1.Railway_ID = T2.Railway_ID GROUP BY T2.Railway_ID ORDER BY COUNT(*) DESC LIMIT 1
Show the id and builder of the railway that are associated with the most trains.
CREATE TABLE train (Railway_ID VARCHAR); CREATE TABLE railway (Builder VARCHAR, Railway_ID VARCHAR)
SELECT Customer_Name FROM Clients EXCEPT SELECT T2.Customer_Name FROM Bookings AS T1 JOIN Clients AS T2 ON T1.Customer_ID = T2.Client_ID
Show the names of all the clients with no booking.
CREATE TABLE Clients (Customer_Name VARCHAR, Client_ID VARCHAR); CREATE TABLE Bookings (Customer_ID VARCHAR); CREATE TABLE Clients (Customer_Name VARCHAR)
SELECT gpu_frequency FROM table_name_18 WHERE model_number = "atom n435"
What is GPU Frequency, when Model Number is Atom N435?
CREATE TABLE table_name_18 (gpu_frequency VARCHAR, model_number VARCHAR)
SELECT population__1931__in_1, 000 AS s FROM table_name_88 WHERE capital = "brześć nad bugiem"
Capital of brześć nad bugiem has what population (1931) in 1,000s?
CREATE TABLE table_name_88 (population__1931__in_1 VARCHAR, capital VARCHAR)
SELECT COUNT(lane) FROM table_name_62 WHERE time = "1:53.70"
How many lanes have 1:53.70 as the time?
CREATE TABLE table_name_62 (lane VARCHAR, time VARCHAR)
SELECT candidates FROM table_1341453_34 WHERE first_elected = "1980"
What were the candidates in the district that first elected in 1980?
CREATE TABLE table_1341453_34 (candidates VARCHAR, first_elected VARCHAR)
SELECT artist FROM table_name_68 WHERE number = "booncd1"
Which artist has a serial number of BOONCD1?
CREATE TABLE table_name_68 (artist VARCHAR, number VARCHAR)
SELECT T2.school_name FROM endowment AS T1 JOIN school AS T2 ON T1.school_id = T2.school_id GROUP BY T1.school_id HAVING SUM(T1.amount) <= 10
List all the names of schools with an endowment amount smaller than or equal to 10.
CREATE TABLE school (school_name VARCHAR, school_id VARCHAR); CREATE TABLE endowment (school_id VARCHAR, amount INTEGER)
SELECT AVG(weight__kg_) FROM table_name_67 WHERE manufacturer = "fujitsu" AND model = "lifebook p1610"
Which Weight (kg) has a Manufacturer of fujitsu, and a Model of lifebook p1610?
CREATE TABLE table_name_67 (weight__kg_ INTEGER, manufacturer VARCHAR, model VARCHAR)
SELECT record FROM table_name_23 WHERE home = "detroit red wings" AND score = "1–2" AND date = "december 29"
What is the Record that has a Home of detroit red wings, and a Score of 1–2 on december 29?
CREATE TABLE table_name_23 (record VARCHAR, date VARCHAR, home VARCHAR, score VARCHAR)
SELECT COUNT(vote) FROM table_24233848_2 WHERE finish = "3rd voted Out Day 9"
Name the total number of votes for 3rd voted out day 9
CREATE TABLE table_24233848_2 (vote VARCHAR, finish VARCHAR)
SELECT rider FROM table_name_67 WHERE grid < 16 AND laps = 21 AND manufacturer = "honda" AND time = "+10.583"
What is Rider, when Grid is less than 16, when Laps is 21, when Manufacturer is Honda, and when Time is +10.583?
CREATE TABLE table_name_67 (rider VARCHAR, time VARCHAR, manufacturer VARCHAR, grid VARCHAR, laps VARCHAR)
SELECT friday FROM table_name_34 WHERE sunday = "alice levine jamie east"
Who was the presenter on Friday of the series in which Alice Levine Jamie East presented on Sunday?
CREATE TABLE table_name_34 (friday VARCHAR, sunday VARCHAR)
SELECT driver FROM table_name_59 WHERE grid < 9 AND time_retired = "2:06:26.358"
Which Driver that has a Grid less than 9 and a Time/Retired of 2:06:26.358?
CREATE TABLE table_name_59 (driver VARCHAR, grid VARCHAR, time_retired VARCHAR)
SELECT team FROM table_name_33 WHERE laps = 100 AND time_retired = "+8.6 secs"
Which Team has Laps of 100, and a Time/Retired of +8.6 secs?
CREATE TABLE table_name_33 (team VARCHAR, laps VARCHAR, time_retired VARCHAR)
SELECT date FROM table_name_94 WHERE catalog = "alca-9201"
What is the date for Catalog Alca-9201?
CREATE TABLE table_name_94 (date VARCHAR, catalog VARCHAR)
SELECT AVG(games) FROM table_name_52 WHERE years = "1965–1981" AND ranking > 4
What is the average Games for 1965–1981, and a Ranking larger than 4?
CREATE TABLE table_name_52 (games INTEGER, years VARCHAR, ranking VARCHAR)
SELECT season FROM table_name_79 WHERE top_goalscorer = "schädlich"
In what season was Schädlich the top goalscorer?
CREATE TABLE table_name_79 (season VARCHAR, top_goalscorer VARCHAR)
SELECT MAX(county_councils___2011__) FROM table_203802_2 WHERE english_party_name = "Communist Party of Norway"
How many county councils for the communist party of norway
CREATE TABLE table_203802_2 (county_councils___2011__ INTEGER, english_party_name VARCHAR)
SELECT COUNT(*) FROM web_client_accelerator WHERE NOT id IN (SELECT accelerator_id FROM accelerator_compatible_browser)
How many accelerators are not compatible with the browsers listed ?
CREATE TABLE accelerator_compatible_browser (id VARCHAR, accelerator_id VARCHAR); CREATE TABLE web_client_accelerator (id VARCHAR, accelerator_id VARCHAR)
SELECT races FROM table_name_6 WHERE podiums = "2"
Which races have #2 podiums?
CREATE TABLE table_name_6 (races VARCHAR, podiums VARCHAR)
SELECT name FROM table_name_52 WHERE winning_team = "penske racing"
What is Penske Racing's name?
CREATE TABLE table_name_52 (name VARCHAR, winning_team VARCHAR)
SELECT MAX(game) FROM table_27712702_11
What is the largest game number?
CREATE TABLE table_27712702_11 (game INTEGER)
SELECT MIN(miss_international) FROM table_29942205_1 WHERE rank = 1
How many women has reached the title of Miss International representing the country ranked as number 1?
CREATE TABLE table_29942205_1 (miss_international INTEGER, rank VARCHAR)
SELECT womens_doubles FROM table_15001681_1 WHERE womens_singles = "no competition" AND mens_doubles = "Roland Hilti Kilian Pfister" AND year = 2006
In the year 2006, the womens singles had no competition and the mens doubles were roland hilti kilian pfister, what were the womens doubles
CREATE TABLE table_15001681_1 (womens_doubles VARCHAR, year VARCHAR, womens_singles VARCHAR, mens_doubles VARCHAR)
SELECT team_1 FROM table_name_65 WHERE team_2 = "young africans"
Who was team 1 when team 2 was Young Africans?
CREATE TABLE table_name_65 (team_1 VARCHAR, team_2 VARCHAR)
SELECT AVG(year) FROM table_name_94 WHERE playoffs = "did not qualify"
Which Year has Playoffs which did not qualify?
CREATE TABLE table_name_94 (year INTEGER, playoffs VARCHAR)
SELECT high_assists FROM table_name_96 WHERE location_attendance = "fleetcenter" AND score = "w 120-87"
Which player made the highest number of assists during the game played at the FleetCenter, with end score of W 120-87?
CREATE TABLE table_name_96 (high_assists VARCHAR, location_attendance VARCHAR, score VARCHAR)
SELECT novelty FROM table_name_70 WHERE location = "usa" AND name = "coryloides"
What novelty has USA as the location, and coryloides as the name?
CREATE TABLE table_name_70 (novelty VARCHAR, location VARCHAR, name VARCHAR)
SELECT author_s_ FROM table_name_35 WHERE time = "2:22"
Who wrote the song that runs for 2:22?
CREATE TABLE table_name_35 (author_s_ VARCHAR, time VARCHAR)
SELECT COUNT(year) FROM table_15001753_1 WHERE mens_doubles = "Aivaras Kvedarauskas Juozas Spelveris"
How many years did aivaras kvedarauskas juozas spelveris participate in the men's doubles?
CREATE TABLE table_15001753_1 (year VARCHAR, mens_doubles VARCHAR)
SELECT website FROM table_name_85 WHERE frequency < 760 AND callsign = "kkyx"
Which Website has a Frequency smaller than 760 and a Callsign of kkyx?
CREATE TABLE table_name_85 (website VARCHAR, frequency VARCHAR, callsign VARCHAR)
SELECT max_pressure FROM table_173103_1 WHERE muzzle_energy = "201ft•lbf (273 J)"
What is the max pressure of the cartridge where the muzzle energy is 201ft•lbf (273 j)?
CREATE TABLE table_173103_1 (max_pressure VARCHAR, muzzle_energy VARCHAR)
SELECT date FROM table_name_96 WHERE score = "3–3" AND away_team = "barnet"
What date was the score 3–3, and away team was Barnet?
CREATE TABLE table_name_96 (date VARCHAR, score VARCHAR, away_team VARCHAR)
SELECT score FROM table_name_50 WHERE date = "may 5"
What is the score of the game on May 5?
CREATE TABLE table_name_50 (score VARCHAR, date VARCHAR)
SELECT chassis FROM table_name_5 WHERE entrant = "g.a. vandervell"
What chassis had an entrant of G.A. Vandervell?
CREATE TABLE table_name_5 (chassis VARCHAR, entrant VARCHAR)
SELECT name FROM table_13636_1 WHERE first_operational = "March 1945"
what's the name with first operational being march 1945
CREATE TABLE table_13636_1 (name VARCHAR, first_operational VARCHAR)
SELECT COUNT(origin) FROM table_29635868_1 WHERE title_ & _link_to_episode_on_youtube = "Samoan Cricket Bats"
How many origins have titles of Samoan cricket bats?
CREATE TABLE table_29635868_1 (origin VARCHAR, title_ VARCHAR, _link_to_episode_on_youtube VARCHAR)
SELECT MIN(states_contested) FROM table_22582663_1 WHERE party_name = "Apna Dal"
What is the lowest number of states contested under apna dal?
CREATE TABLE table_22582663_1 (states_contested INTEGER, party_name VARCHAR)
SELECT origin FROM table_name_15 WHERE final_destination = "brandholmen"
What is the origin of the one whose final destination is Brandholmen?
CREATE TABLE table_name_15 (origin VARCHAR, final_destination VARCHAR)
SELECT AVG(administrative_panel) FROM table_name_77 WHERE cultural_and_educational_panel > 1 AND industrial_and_commercial_panel < 4
What is the administrative panel average when the cultural and educational panel is greater than 1 and the industrial and commercial panel less than 4?
CREATE TABLE table_name_77 (administrative_panel INTEGER, cultural_and_educational_panel VARCHAR, industrial_and_commercial_panel VARCHAR)
SELECT score FROM table_name_96 WHERE location = "lille"
The game taking place in Lille had what as a score?
CREATE TABLE table_name_96 (score VARCHAR, location VARCHAR)
SELECT home_team AS score FROM table_name_96 WHERE venue = "junction oval"
What is the score for the home team when the venue is Junction Oval?
CREATE TABLE table_name_96 (home_team VARCHAR, venue VARCHAR)
SELECT mintage FROM table_name_93 WHERE artist = "suzanne duranceau"
How many coins by Suzanne Duranceau were minted?
CREATE TABLE table_name_93 (mintage VARCHAR, artist VARCHAR)
SELECT song_title FROM table_name_83 WHERE artist = "winger"
What's the title of the song by Winger?
CREATE TABLE table_name_83 (song_title VARCHAR, artist VARCHAR)
SELECT MAX(booked_count), MIN(booked_count), AVG(booked_count) FROM products_booked
What are the maximum, minimum, and average booked count for the products booked?
CREATE TABLE products_booked (booked_count INTEGER)
SELECT T2.name, T1.team_id_winner FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_winner = T2.team_id_br WHERE T1.year = 2008 GROUP BY T1.team_id_winner ORDER BY COUNT(*) DESC LIMIT 1
What are the name and id of the team with the most victories in 2008 postseason?
CREATE TABLE postseason (team_id_winner VARCHAR, year VARCHAR); CREATE TABLE team (name VARCHAR, team_id_br VARCHAR)
SELECT catalogue FROM table_name_46 WHERE label = "essential, castle music"
Which catalogue has essential, castle music as it's label?
CREATE TABLE table_name_46 (catalogue VARCHAR, label VARCHAR)
SELECT year_completion_expected FROM table_name_79 WHERE country = "china"
What was the year that China will have a building completed?
CREATE TABLE table_name_79 (year_completion_expected VARCHAR, country VARCHAR)
SELECT DISTINCT T2.Hardware_Model_name FROM screen_mode AS T1 JOIN phone AS T2 ON T1.Graphics_mode = T2.screen_mode WHERE T1.Type = "Graphics" OR t2.Company_name = "Nokia Corporation"
List the hardware model name for the phones that were produced by "Nokia Corporation" or whose screen mode type is "Graphics."
CREATE TABLE phone (Hardware_Model_name VARCHAR, screen_mode VARCHAR); CREATE TABLE screen_mode (Graphics_mode VARCHAR, Type VARCHAR)
SELECT average_ratings FROM table_name_76 WHERE tv_station = "tbs" AND episodes = "10" AND japanese_title = "scandal"
What's the ratings of TBS of Episode 10 and had a Japanese title of Scandal?
CREATE TABLE table_name_76 (average_ratings VARCHAR, japanese_title VARCHAR, tv_station VARCHAR, episodes VARCHAR)
SELECT MIN(crowd) FROM table_name_21 WHERE home_team = "south melbourne"
What was the attendance when South Melbourne played as the home team?
CREATE TABLE table_name_21 (crowd INTEGER, home_team VARCHAR)
SELECT record FROM table_name_38 WHERE home = "montreal canadiens" AND date = "march 23"
What is the Record of the Montreal Canadiens Home game on March 23?
CREATE TABLE table_name_38 (record VARCHAR, home VARCHAR, date VARCHAR)
SELECT awards FROM table_name_33 WHERE year > 2005
Which awards happened more recently than 2005?
CREATE TABLE table_name_33 (awards VARCHAR, year INTEGER)
SELECT discontinued FROM table_name_45 WHERE model = "lisa 2"
When was the Lisa 2 model discontinued?
CREATE TABLE table_name_45 (discontinued VARCHAR, model VARCHAR)
SELECT MAX(for_prohibition) FROM table_name_43 WHERE percent_against > 10.8 AND percent_for < 72.2 AND jurisdiction = "british columbia" AND against_prohibition < 4 OFFSET 756
What is the highest number supporting prohibition in British Columbia when the percent opposing is more than 10.8, the percent supporting is less than 72.2, number against is less than 4,756?
CREATE TABLE table_name_43 (for_prohibition INTEGER, against_prohibition VARCHAR, jurisdiction VARCHAR, percent_against VARCHAR, percent_for VARCHAR)
SELECT team FROM table_name_7 WHERE date = "march 11"
Which team did they play on March 11?
CREATE TABLE table_name_7 (team VARCHAR, date VARCHAR)