answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT AVG(week) FROM table_name_19 WHERE attendance = "28,800" | What is the average week number for games that had 28,800 fans in attendance? | CREATE TABLE table_name_19 (week INTEGER, attendance VARCHAR) |
SELECT series__number FROM table_28019988_2 WHERE production_code = "BDF109" | What is the series number for the episode with production code bdf109? | CREATE TABLE table_28019988_2 (series__number VARCHAR, production_code VARCHAR) |
SELECT points FROM table_name_92 WHERE highest_position < 9 AND position = 22 | What is the number of points associated with the highest position under 9 and a current position of 22? | CREATE TABLE table_name_92 (points VARCHAR, highest_position VARCHAR, position VARCHAR) |
SELECT result FROM table_name_25 WHERE attendance = "64,104" | What is the Result of the game with an Attendance of 64,104? | CREATE TABLE table_name_25 (result VARCHAR, attendance VARCHAR) |
SELECT years_with_franchise FROM table_name_16 WHERE number = 9 | How many years did the team in slot number 9 have a franchise? | CREATE TABLE table_name_16 (years_with_franchise VARCHAR, number VARCHAR) |
SELECT opponent FROM table_name_63 WHERE round = 2 AND location = "south dakota, united states" | Who was the opponent of the match in South Dakota, United States which has 2 rounds? | CREATE TABLE table_name_63 (opponent VARCHAR, round VARCHAR, location VARCHAR) |
SELECT name FROM table_name_97 WHERE score = "6–3, 6–3" | What is the name with a Score of 6–3, 6–3? | CREATE TABLE table_name_97 (name VARCHAR, score VARCHAR) |
SELECT incumbent FROM table_1341707_15 WHERE party = "Democratic" AND result = "Re-elected" AND district = "Illinois 11" | Who was the democratic incumbent in the Illinois 11 district who was re-elected? | CREATE TABLE table_1341707_15 (incumbent VARCHAR, district VARCHAR, party VARCHAR, result VARCHAR) |
SELECT part_4 FROM table_name_6 WHERE part_3 = "*heguldun *febungun" | What is the part 4 with *heguldun *febungun in part 3? | CREATE TABLE table_name_6 (part_4 VARCHAR, part_3 VARCHAR) |
SELECT COUNT(population_1891) FROM table_14925084_1 WHERE area_1891__statute_acres_ = 175836 | Name the population 1891 for area being 175836 | CREATE TABLE table_14925084_1 (population_1891 VARCHAR, area_1891__statute_acres_ VARCHAR) |
SELECT class FROM table_name_26 WHERE quantity_made = 5 | Which locomotive class had 5 items made? | CREATE TABLE table_name_26 (class VARCHAR, quantity_made VARCHAR) |
SELECT location FROM table_24195232_1 WHERE team_name = "Patriots" | What was the location for the team name of patriots? | CREATE TABLE table_24195232_1 (location VARCHAR, team_name VARCHAR) |
SELECT COUNT(directed_by) FROM table_2430014_8 WHERE uk_ratings__bbc2_rank_ = "2.27m (5)" | How many directors worked on the episode with 2.27m (5) is the ratings? | CREATE TABLE table_2430014_8 (directed_by VARCHAR, uk_ratings__bbc2_rank_ VARCHAR) |
SELECT years FROM table_name_31 WHERE jersey_number_s_ = 41 AND player = "elden campbell category:articles with hcards" | What years did Elden Campbell category:articles with hcards and jersesy number of 41 play? | CREATE TABLE table_name_31 (years VARCHAR, jersey_number_s_ VARCHAR, player VARCHAR) |
SELECT tamil FROM table_name_91 WHERE kannada = "budhavara" | WHAT TAMIL HAS Kannada of budhavara? | CREATE TABLE table_name_91 (tamil VARCHAR, kannada VARCHAR) |
SELECT COUNT(*) FROM Project_outcomes WHERE outcome_code = 'Patent' | How many Patent outcomes are generated from all the projects? | CREATE TABLE Project_outcomes (outcome_code VARCHAR) |
SELECT COUNT(revenue__millions_) FROM table_14700336_1 WHERE revenue_per_capita = "$6,126" | How many numbers were recorded under revenue when revenue per capita was $6,126? | CREATE TABLE table_14700336_1 (revenue__millions_ VARCHAR, revenue_per_capita VARCHAR) |
SELECT AVG(lost) FROM table_name_4 WHERE position = 4 AND drawn < 3 | Which Lost has a Position of 4, and a Drawn smaller than 3? | CREATE TABLE table_name_4 (lost INTEGER, position VARCHAR, drawn VARCHAR) |
SELECT game_site FROM table_name_99 WHERE attendance = "27,189" | Which Game site has 27,189 Attendances ? | CREATE TABLE table_name_99 (game_site VARCHAR, attendance VARCHAR) |
SELECT clock_multiplier FROM table_15261_1 WHERE voltage_range__v_ = "3.3 - 3.6" AND input_clock__mhz_ = "33 X 3 / 50 X 2" AND part_number = "A80486DX4-100" | What is the clock multiplier if the voltage range (v) is 3.3 - 3.6; input clock (mhz) is 33 x 3 / 50 x 2; and part number is a80486dx4-100? | CREATE TABLE table_15261_1 (clock_multiplier VARCHAR, part_number VARCHAR, voltage_range__v_ VARCHAR, input_clock__mhz_ VARCHAR) |
SELECT winner FROM table_name_80 WHERE date = "5 june" | Name the winner for 5 june | CREATE TABLE table_name_80 (winner VARCHAR, date VARCHAR) |
SELECT MAX(week) FROM table_name_65 WHERE result = "w 24-17" | In what Week was the Result W 24-17? | CREATE TABLE table_name_65 (week INTEGER, result VARCHAR) |
SELECT duration FROM table_name_34 WHERE stage > 13 AND difficulty = "middle" AND start = "son bou" | How long does the one that stars with son bou of middle difficulty, and on a stage number larger than 13 last? | CREATE TABLE table_name_34 (duration VARCHAR, start VARCHAR, stage VARCHAR, difficulty VARCHAR) |
SELECT circuit FROM table_30134667_2 WHERE location = "St. Petersburg, Florida" | Which circuit was located in st. petersburg, florida? | CREATE TABLE table_30134667_2 (circuit VARCHAR, location VARCHAR) |
SELECT home FROM table_name_67 WHERE attendance < 529 AND away = "platense" | Who was the home team for the game with Platense as the away team and attendance under 529? | CREATE TABLE table_name_67 (home VARCHAR, attendance VARCHAR, away VARCHAR) |
SELECT points_for FROM table_name_31 WHERE played = "18" AND club = "bala rfc" | What points has 18 for the played and bala rfc as the club? | CREATE TABLE table_name_31 (points_for VARCHAR, played VARCHAR, club VARCHAR) |
SELECT TIME FROM Student JOIN Visits_Restaurant ON Student.StuID = Visits_Restaurant.StuID JOIN Restaurant ON Visits_Restaurant.ResID = Restaurant.ResID WHERE Student.Fname = "Linda" AND Student.Lname = "Smith" AND Restaurant.ResName = "Subway" | When did Linda Smith visit Subway? | CREATE TABLE Restaurant (TIME VARCHAR); CREATE TABLE Visits_Restaurant (TIME VARCHAR); CREATE TABLE Student (TIME VARCHAR) |
SELECT round FROM table_name_29 WHERE player = "mathieu garon" | What round has mathieu garon as the player? | CREATE TABLE table_name_29 (round VARCHAR, player VARCHAR) |
SELECT pick__number FROM table_10812938_5 WHERE position = "CB" | What's the pick number of the player whose position is CB? | CREATE TABLE table_10812938_5 (pick__number VARCHAR, position VARCHAR) |
SELECT MAX(year) FROM table_name_12 WHERE position = "4th" AND venue = "budapest, hungary" | What was the latest year in which she took 4th position in Budapest, Hungary? | CREATE TABLE table_name_12 (year INTEGER, position VARCHAR, venue VARCHAR) |
SELECT ds_division FROM table_12485020_1 WHERE main_town = "Kaluvanchikudy" | Kaluvanchikudy is the main town in what DS division? | CREATE TABLE table_12485020_1 (ds_division VARCHAR, main_town VARCHAR) |
SELECT COUNT(deposits) FROM table_name_63 WHERE non_interest_income = 0.9500000000000001 AND no_of_branches_offices < 17 | How many deposits had a Non-Interest Income of 0.9500000000000001 and number of branch/offices less than 17? | CREATE TABLE table_name_63 (deposits VARCHAR, non_interest_income VARCHAR, no_of_branches_offices VARCHAR) |
SELECT stadium FROM table_21436373_12 WHERE type_of_record = "Total attendance-Regular season" | where was the total attendance-regular season record made | CREATE TABLE table_21436373_12 (stadium VARCHAR, type_of_record VARCHAR) |
SELECT AVG(total) FROM table_name_95 WHERE silver = 1 AND gold < 0 | What's the total when the gold is less than 0 and silver is less than 1? | CREATE TABLE table_name_95 (total INTEGER, silver VARCHAR, gold VARCHAR) |
SELECT change_over_same_quarter_the_previous_year FROM table_171748_3 WHERE _percentage_trains_arriving_within_5_mins_of_scheduled_time__over_three_months_ = "89.6%" | What's the change over same quarter the previous year in the period when the 89.6% of the trains arrive within 5 minutes of scheduled time (over three months)? | CREATE TABLE table_171748_3 (change_over_same_quarter_the_previous_year VARCHAR, _percentage_trains_arriving_within_5_mins_of_scheduled_time__over_three_months_ VARCHAR) |
SELECT home_team AS score FROM table_name_98 WHERE ground = "telstra dome" | What is the home team score for the team that has a home field of the Telstra Dome? | CREATE TABLE table_name_98 (home_team VARCHAR, ground VARCHAR) |
SELECT SUM(qual) FROM table_name_57 WHERE grid = 24 | What is the total qual where the grid number is 24? | CREATE TABLE table_name_57 (qual INTEGER, grid VARCHAR) |
SELECT top_division_debut FROM table_name_12 WHERE tournaments < 88 AND name = "kitazakura" | Which Top Division debut for Kitazakura has Tournaments less than 88? | CREATE TABLE table_name_12 (top_division_debut VARCHAR, tournaments VARCHAR, name VARCHAR) |
SELECT august_21_22 FROM table_25235489_2 WHERE march_27_29 = "129" | When march is 129 what is the August number? | CREATE TABLE table_25235489_2 (august_21_22 VARCHAR, march_27_29 VARCHAR) |
SELECT station FROM table_name_78 WHERE programming = "me-tv" | Which station has programming of Me-TV? | CREATE TABLE table_name_78 (station VARCHAR, programming VARCHAR) |
SELECT COUNT(other_builders) FROM table_22903426_1 WHERE windows_builders = "NAnt, Visual Studio" | Name the number of other builders for nant, visual studio | CREATE TABLE table_22903426_1 (other_builders VARCHAR, windows_builders VARCHAR) |
SELECT method FROM table_name_55 WHERE opponent = "kenneth allen" | What Method was used with opponent Kenneth Allen? | CREATE TABLE table_name_55 (method VARCHAR, opponent VARCHAR) |
SELECT shirt_sponsor FROM table_name_59 WHERE team = "blackburn rovers" | Who was the shirt sponsor for the Blackburn Rovers? | CREATE TABLE table_name_59 (shirt_sponsor VARCHAR, team VARCHAR) |
SELECT date FROM table_name_44 WHERE game = 3 | On what date was game 3 played? | CREATE TABLE table_name_44 (date VARCHAR, game VARCHAR) |
SELECT score FROM table_name_30 WHERE arena = "jobing.com arena" | What is the Score at Jobing.com Arena? | CREATE TABLE table_name_30 (score VARCHAR, arena VARCHAR) |
SELECT frequency FROM table_24018112_1 WHERE brand_name = "Pentium" | What frequency does the Pentium processor use? | CREATE TABLE table_24018112_1 (frequency VARCHAR, brand_name VARCHAR) |
SELECT locale FROM table_25381437_2 WHERE stolen_ends = 15 | Where were stolen ends recorded as 15? | CREATE TABLE table_25381437_2 (locale VARCHAR, stolen_ends VARCHAR) |
SELECT AVG(total) FROM table_name_27 WHERE year_s__won = "1969" | What is the average total in 1969? | CREATE TABLE table_name_27 (total INTEGER, year_s__won VARCHAR) |
SELECT date FROM table_name_3 WHERE home_team = "north melbourne" | Name the date which has a home team of north melbourne | CREATE TABLE table_name_3 (date VARCHAR, home_team VARCHAR) |
SELECT MAX(chapters) FROM table_10054296_1 WHERE classification = "Fraternity" AND headquarters = "Austin, Texas" | What is the number of chapters listed for the fraternity with a headquarters in Austin, Texas? | CREATE TABLE table_10054296_1 (chapters INTEGER, classification VARCHAR, headquarters VARCHAR) |
SELECT event FROM table_name_36 WHERE time = "2:43" | What event of this season had a time of 2:43? | CREATE TABLE table_name_36 (event VARCHAR, time VARCHAR) |
SELECT composer FROM table_28005100_1 WHERE title = "Ain Shams" | Who was the composer of ain shams? | CREATE TABLE table_28005100_1 (composer VARCHAR, title VARCHAR) |
SELECT games_played FROM table_name_77 WHERE trophy = "sawhorse dollar" | Who many games were played for the series with the Sawhorse Dollar trophy? | CREATE TABLE table_name_77 (games_played VARCHAR, trophy VARCHAR) |
SELECT country FROM table_11690135_1 WHERE evening_gown = "9.82" | Who had evening gown score of 9.82? | CREATE TABLE table_11690135_1 (country VARCHAR, evening_gown VARCHAR) |
SELECT attendance FROM table_name_34 WHERE loss = "crabtree (0-1)" | What was the attendance at the game that had a loss of Crabtree (0-1)? | CREATE TABLE table_name_34 (attendance VARCHAR, loss VARCHAR) |
SELECT class FROM table_name_4 WHERE frequency_mhz < 103.1 AND city_of_license = "morro bay, california" | What class has a MHZ frequency under 103.1 licensed in morro bay, california? | CREATE TABLE table_name_4 (class VARCHAR, frequency_mhz VARCHAR, city_of_license VARCHAR) |
SELECT original_language FROM table_2512935_8 WHERE book_series = "Little House on the Prairie" | What is every original language for book series Little House on the Prairie? | CREATE TABLE table_2512935_8 (original_language VARCHAR, book_series VARCHAR) |
SELECT college_junior_club_team FROM table_2781227_10 WHERE player = "Wes Swinson" | what educational institute does wes swinson attend | CREATE TABLE table_2781227_10 (college_junior_club_team VARCHAR, player VARCHAR) |
SELECT status FROM table_name_2 WHERE census_ranking = "3,474 of 5,008" | What is the Status of the Paris with a Census Ranking of 3,474 of 5,008? | CREATE TABLE table_name_2 (status VARCHAR, census_ranking VARCHAR) |
SELECT number_of_networks FROM table_name_93 WHERE size_of_rest_bit_field = "8" | What is the number of networks when the size of rest bit field is 8? | CREATE TABLE table_name_93 (number_of_networks VARCHAR, size_of_rest_bit_field VARCHAR) |
SELECT MIN(attendance) FROM table_name_64 WHERE venue = "away" AND date = 19 | Which Attendance is the lowest one that has a Venue of away, and a Date of 19? | CREATE TABLE table_name_64 (attendance INTEGER, venue VARCHAR, date VARCHAR) |
SELECT type FROM table_name_87 WHERE location = "brazil" AND entered_service = "1976/1997" | Which type entered service in 1976/1997 and is located in Brazil? | CREATE TABLE table_name_87 (type VARCHAR, location VARCHAR, entered_service VARCHAR) |
SELECT tries_for FROM table_name_65 WHERE points_for = "0" | If the points were 0, what were the tries for? | CREATE TABLE table_name_65 (tries_for VARCHAR, points_for VARCHAR) |
SELECT team FROM table_name_51 WHERE win__number = "1" AND rating = "+85" | What is the name of the team that had 1 win and a rating of +85? | CREATE TABLE table_name_51 (team VARCHAR, win__number VARCHAR, rating VARCHAR) |
SELECT COUNT(points) FROM table_name_18 WHERE played > 14 | What is the Points with a Played larger than 14? | CREATE TABLE table_name_18 (points VARCHAR, played INTEGER) |
SELECT score FROM table_name_50 WHERE date = "september 24, 2006" | What is the score of the match on September 24, 2006? | CREATE TABLE table_name_50 (score VARCHAR, date VARCHAR) |
SELECT COUNT(crowd) FROM table_name_26 WHERE away_team = "carlton" | How large was the crowd when Carlton was the away team? | CREATE TABLE table_name_26 (crowd VARCHAR, away_team VARCHAR) |
SELECT livery FROM table_name_86 WHERE serial_no = "83-1011" | What is the livery on the locomotive with a serial number 83-1011? | CREATE TABLE table_name_86 (livery VARCHAR, serial_no VARCHAR) |
SELECT election FROM table_123462_2 WHERE _number_of_seats_won = 65 | What year was the election when the # of seats won was 65? | CREATE TABLE table_123462_2 (election VARCHAR, _number_of_seats_won VARCHAR) |
SELECT MIN(lead_margin) FROM table_name_75 WHERE poll_source = "rasmussen reports/ fox news" | Which Lead Margin has a Poll Source of rasmussen reports/ fox news? | CREATE TABLE table_name_75 (lead_margin INTEGER, poll_source VARCHAR) |
SELECT oberpfalz FROM table_23224961_1 WHERE oberbayern_a = "FC Oberau" | When fc oberau is the oberbayern a what is the oberpfalz? | CREATE TABLE table_23224961_1 (oberpfalz VARCHAR, oberbayern_a VARCHAR) |
SELECT match_report FROM table_name_12 WHERE date = "20 august" | What is the match report of the match on 20 August? | CREATE TABLE table_name_12 (match_report VARCHAR, date VARCHAR) |
SELECT award_ceremony FROM table_name_18 WHERE nominee = "emilio pichardo as bobby strong" | For which Award Ceremony was Emilio Pichardo as Bobby Strong nominated? | CREATE TABLE table_name_18 (award_ceremony VARCHAR, nominee VARCHAR) |
SELECT population__2009_estimate_ FROM table_name_34 WHERE name = "northeast" | What is the 2009 estimate population of the Northeast? | CREATE TABLE table_name_34 (population__2009_estimate_ VARCHAR, name VARCHAR) |
SELECT record FROM table_name_63 WHERE time = "3:56" | What is the record with a 3:56 time? | CREATE TABLE table_name_63 (record VARCHAR, time VARCHAR) |
SELECT AVG(game) FROM table_name_23 WHERE venue = "away" AND attendance = 5 OFFSET 000 | Which game had an attendance of 5,000 and was away? | CREATE TABLE table_name_23 (game INTEGER, venue VARCHAR, attendance VARCHAR) |
SELECT MAX(_number) FROM table_24649082_1 WHERE written_by = "Matthew Pitts" | What is the most recent episode number written by Matthew Pitts? | CREATE TABLE table_24649082_1 (_number INTEGER, written_by VARCHAR) |
SELECT position FROM table_name_40 WHERE pick__number < 40 AND college = "western" | What is Position, when Pick # is less than 40, and when College is Western? | CREATE TABLE table_name_40 (position VARCHAR, pick__number VARCHAR, college VARCHAR) |
SELECT surface FROM table_name_50 WHERE partner = "paula ormaechea" | What was the surface made of in the contest where Paula Ormaechea was the partner? | CREATE TABLE table_name_50 (surface VARCHAR, partner VARCHAR) |
SELECT MIN(gold) FROM table_name_7 WHERE bronze = 0 AND silver < 2 | Which rank has 0 bronze and 2 silver? | CREATE TABLE table_name_7 (gold INTEGER, bronze VARCHAR, silver VARCHAR) |
SELECT location FROM table_name_77 WHERE delivery = "barge" AND name = "scaevola" | What Location has a Delivery of barge and the Name of scaevola? | CREATE TABLE table_name_77 (location VARCHAR, delivery VARCHAR, name VARCHAR) |
SELECT parent FROM table_2731431_1 WHERE peak = "Cima Tosa" | What is the parent for peak cima tosa? | CREATE TABLE table_2731431_1 (parent VARCHAR, peak VARCHAR) |
SELECT MAX(points) AS won FROM table_24431348_20 WHERE player = "Aravane Rezaï" | What is the highest points won when the player is aravane rezaï? | CREATE TABLE table_24431348_20 (points INTEGER, player VARCHAR) |
SELECT T1.Char_cells, T1.Pixels, T1.Hardware_colours FROM screen_mode AS T1 JOIN phone AS T2 ON T1.Graphics_mode = T2.screen_mode WHERE T2.Hardware_Model_name = "LG-P760" | Find the Char cells, Pixels and Hardware colours for the screen of the phone whose hardware model name is "LG-P760". | CREATE TABLE phone (screen_mode VARCHAR, Hardware_Model_name VARCHAR); CREATE TABLE screen_mode (Char_cells VARCHAR, Pixels VARCHAR, Hardware_colours VARCHAR, Graphics_mode VARCHAR) |
SELECT AVG(grid) FROM table_name_7 WHERE laps < 24 AND bike = "honda cbr1000rr" AND rider = "jason pridmore" | What is the average Grid, when Laps is less than 24, when Bike is "Honda CBR1000RR", and when Rider is "Jason Pridmore"? | CREATE TABLE table_name_7 (grid INTEGER, rider VARCHAR, laps VARCHAR, bike VARCHAR) |
SELECT MIN(floors) FROM table_name_29 WHERE feet > 262 AND name = "standard bank building" AND metres > 138.8 | What's the lowest Floors with Feet that's larger htan 262, has a Name of Standard Bank Building, and Metres that's larger htan 138.8? | CREATE TABLE table_name_29 (floors INTEGER, metres VARCHAR, feet VARCHAR, name VARCHAR) |
SELECT competition FROM table_name_53 WHERE date = "october 31, 1979" | What Competition had a game on October 31, 1979? | CREATE TABLE table_name_53 (competition VARCHAR, date VARCHAR) |
SELECT MIN(loss) FROM table_name_41 WHERE long < 0 | What is the lowest Loss, when Long is less than 0? | CREATE TABLE table_name_41 (loss INTEGER, long INTEGER) |
SELECT country FROM table_name_8 WHERE money___$__ = "playoff" AND score = 72 - 69 - 73 - 73 = 287 | What Country has a Player with Playoff Money with a Score of 72-69-73-73=287? | CREATE TABLE table_name_8 (country VARCHAR, money___$__ VARCHAR, score VARCHAR) |
SELECT SUM(game) FROM table_name_5 WHERE points < 10 AND october > 12 AND opponent = "@ washington capitals" | Which Game has Points smaller than 10, and an October larger than 12, and an Opponent of @ washington capitals? | CREATE TABLE table_name_5 (game INTEGER, opponent VARCHAR, points VARCHAR, october VARCHAR) |
SELECT 2005 FROM table_name_14 WHERE 2006 = "1r" AND 2002 = "1r" | What's the name of the 2005 tournament that has a 1R in both 2006 and 2002? | CREATE TABLE table_name_14 (Id VARCHAR) |
SELECT college_junior_club_team FROM table_name_19 WHERE round < 8 AND pick = 50 | What College/Junior/Club Team has Pick 50 before Round 8? | CREATE TABLE table_name_19 (college_junior_club_team VARCHAR, round VARCHAR, pick VARCHAR) |
SELECT place FROM table_name_52 WHERE player = "john merrick" | What was the place for player John Merrick? | CREATE TABLE table_name_52 (place VARCHAR, player VARCHAR) |
SELECT writer_s_ FROM table_name_35 WHERE recipient = "intrepido ltd" AND date = "17/03/04" | Which writer worked for Intrepido LTD for a film on 17/03/04? | CREATE TABLE table_name_35 (writer_s_ VARCHAR, recipient VARCHAR, date VARCHAR) |
SELECT year FROM table_name_35 WHERE superlative = "youngest nominee" | What year was the the youngest nominee a winner? | CREATE TABLE table_name_35 (year VARCHAR, superlative VARCHAR) |
SELECT opponent FROM table_name_94 WHERE round = "world group" | What is Opponent, when Round is World Group? | CREATE TABLE table_name_94 (opponent VARCHAR, round VARCHAR) |
SELECT score FROM table_name_49 WHERE opposition = "sussex" AND year > 1890 | What was the score when the opposition was sussex after 1890? | CREATE TABLE table_name_49 (score VARCHAR, opposition VARCHAR, year VARCHAR) |
SELECT location FROM table_1231316_4 WHERE athlete = "Dwain Chambers" | Where is Dwain Chambers from | CREATE TABLE table_1231316_4 (location VARCHAR, athlete VARCHAR) |
SELECT partner FROM table_name_20 WHERE opponents_in_the_final = "john bromwich frank sedgman" | Which Partner has Opponents in the final of john bromwich frank sedgman? | CREATE TABLE table_name_20 (partner VARCHAR, opponents_in_the_final VARCHAR) |
SELECT points_difference FROM table_name_51 WHERE lost = 2 AND points < 10 | What is the difference related to 2 losses and fewer than 10 points? | CREATE TABLE table_name_51 (points_difference VARCHAR, lost VARCHAR, points VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.