answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT total FROM table_name_15 WHERE name = "carl robinson category:articles with hcards" | What is the total when the name is Carl Robinson Category:Articles with hcards? | CREATE TABLE table_name_15 (total VARCHAR, name VARCHAR) |
SELECT COUNT(record) FROM table_23285805_5 WHERE game = 30 | Name the number of records for 30 game | CREATE TABLE table_23285805_5 (record VARCHAR, game VARCHAR) |
SELECT AVG(total) FROM table_name_88 WHERE to_par > 2 AND player = "mark brooks" | What was Mark Brooks total score when he finished more than 2 above par? | CREATE TABLE table_name_88 (total INTEGER, to_par VARCHAR, player VARCHAR) |
SELECT sport FROM table_name_21 WHERE event = "men's 400 m hurdles" | Which Sport had an Event of men's 400 m hurdles? | CREATE TABLE table_name_21 (sport VARCHAR, event VARCHAR) |
SELECT country FROM table_name_38 WHERE finish = "t42" | What country had a finish of t42? | CREATE TABLE table_name_38 (country VARCHAR, finish VARCHAR) |
SELECT COUNT(field_goals__5_points_) FROM table_name_59 WHERE total_points = 123 AND touchdowns__5_points_ > 13 | How many Field goals (5 points) have a Total Points of 123, and Touchdowns (5 points) larger than 13? | CREATE TABLE table_name_59 (field_goals__5_points_ VARCHAR, total_points VARCHAR, touchdowns__5_points_ VARCHAR) |
SELECT median_house__hold_income FROM table_1840495_2 WHERE place = "Upper Arlington" | For upper Arlington, what was the median household income? | CREATE TABLE table_1840495_2 (median_house__hold_income VARCHAR, place VARCHAR) |
SELECT MAX(year_of_release) FROM table_name_71 WHERE title = "greatest hits" | What was the latest year of release for the greatest hits title? | CREATE TABLE table_name_71 (year_of_release INTEGER, title VARCHAR) |
SELECT joined FROM table_name_74 WHERE mascot = "blue devils" | When doeas Mascot of blue devils in Gary Froebel School? | CREATE TABLE table_name_74 (joined VARCHAR, mascot VARCHAR) |
SELECT COUNT(title) FROM table_234886_3 WHERE no_in_series = 29 | What is the total number of titles for the episode numbered 29 in the series? | CREATE TABLE table_234886_3 (title VARCHAR, no_in_series VARCHAR) |
SELECT MAX(production_code) FROM table_10935205_1 WHERE us_airdate = "4 April 2008" | The U.S. airdate of 4 april 2008 had a production code of what? | CREATE TABLE table_10935205_1 (production_code INTEGER, us_airdate VARCHAR) |
SELECT COUNT(series__number) FROM table_25649467_2 WHERE season__number = 12 | When 12 is the season number how many series numbers are there? | CREATE TABLE table_25649467_2 (series__number VARCHAR, season__number VARCHAR) |
SELECT MAX(year) FROM table_2941848_2 WHERE s_field_reporter = "Steve Lyons" | What is the highest year with field reporter Steve Lyons? | CREATE TABLE table_2941848_2 (year INTEGER, s_field_reporter VARCHAR) |
SELECT MIN(total) FROM table_name_72 WHERE country = "united states" AND player = "phil mickelson" | What was the total for united states player phil mickelson? | CREATE TABLE table_name_72 (total INTEGER, country VARCHAR, player VARCHAR) |
SELECT january_15_16 FROM table_25216791_3 WHERE march_27_29 = "March 29, 2006" | What was the data on January 15-16 if March 27-29 is March 29, 2006? | CREATE TABLE table_25216791_3 (january_15_16 VARCHAR, march_27_29 VARCHAR) |
SELECT goals FROM table_name_33 WHERE result = "12 – 0" | How many goals have a Result of 12 – 0? | CREATE TABLE table_name_33 (goals VARCHAR, result VARCHAR) |
SELECT represent FROM table_23495048_2 WHERE height__mtr_ = "1.70" | What country had a contestant that was 1.70 meters tall? | CREATE TABLE table_23495048_2 (represent VARCHAR, height__mtr_ VARCHAR) |
SELECT SUM(gold) FROM table_name_12 WHERE silver = 1 AND bronze < 1 | How many gold have a silver of 1 and a bronze of 0? | CREATE TABLE table_name_12 (gold INTEGER, silver VARCHAR, bronze VARCHAR) |
SELECT instant_messaging FROM table_name_48 WHERE electronic_meeting_system = "yes" AND name = "microsoft sharepoint" | What is Instant Messaging, when Electronic Meeting System is "Yes", and when Name is "Microsoft Sharepoint"? | CREATE TABLE table_name_48 (instant_messaging VARCHAR, electronic_meeting_system VARCHAR, name VARCHAR) |
SELECT 2 AS nd_member FROM table_name_19 WHERE assembled = "3 november 1529" | Who was the 2nd member of the parliament that was assembled on 3 november 1529? | CREATE TABLE table_name_19 (assembled VARCHAR) |
SELECT conference_semifinals FROM table_name_73 WHERE record = "55–27" | Which Conference Semifinals has a Record of 55–27? | CREATE TABLE table_name_73 (conference_semifinals VARCHAR, record VARCHAR) |
SELECT number_one_single_s_ FROM table_27441210_20 WHERE weeks_at__number1 = 5 | Name the number one singles for week 1 being 5 | CREATE TABLE table_27441210_20 (number_one_single_s_ VARCHAR, weeks_at__number1 VARCHAR) |
SELECT MAX(series__number) FROM table_name_53 WHERE original_air_date = "september 22, 1976" | Tell me the highest series # for september 22, 1976 | CREATE TABLE table_name_53 (series__number INTEGER, original_air_date VARCHAR) |
SELECT nationality FROM table_name_12 WHERE nhl_team = "vancouver canucks" AND college_junior_club_team__league_ = "swift current broncos (whl)" AND round = 8 | What's the Nationality of Round 8 Vancouver Canucks NHL Team of Swift Current Broncos (WHL)? | CREATE TABLE table_name_12 (nationality VARCHAR, round VARCHAR, nhl_team VARCHAR, college_junior_club_team__league_ VARCHAR) |
SELECT 2010 FROM table_name_74 WHERE 2011 = "grand slam tournaments" | Which Tournament in 2010 also has Grand Slam tournaments in 2011 | CREATE TABLE table_name_74 (Id VARCHAR) |
SELECT rank FROM table_13677808_1 WHERE security = "5.5" | What country has a 5.5 mark for security? | CREATE TABLE table_13677808_1 (rank VARCHAR, security VARCHAR) |
SELECT candidates FROM table_1341897_23 WHERE first_elected = 1942 | Name the candidate first elected in 1942 | CREATE TABLE table_1341897_23 (candidates VARCHAR, first_elected VARCHAR) |
SELECT vacator FROM table_224844_4 WHERE district = "Connecticut At-large" | Who left a seat open for the district of connecticut at-large | CREATE TABLE table_224844_4 (vacator VARCHAR, district VARCHAR) |
SELECT winning_score FROM table_name_49 WHERE date = "feb 12, 1978" | What's the winning score on Feb 12, 1978? | CREATE TABLE table_name_49 (winning_score VARCHAR, date VARCHAR) |
SELECT year_s__of_manufacture FROM table_name_49 WHERE quantity > 60 AND number_s_ = "7001–7165" | Which Year(s) of Manufacture has a Quantity larger than 60, and a Number(s) of 7001–7165? | CREATE TABLE table_name_49 (year_s__of_manufacture VARCHAR, quantity VARCHAR, number_s_ VARCHAR) |
SELECT tournament FROM table_name_93 WHERE 2010 = "grand slam tournaments" | Name the tournament for 2010 of grand slam tournaments | CREATE TABLE table_name_93 (tournament VARCHAR) |
SELECT document_type_code FROM Documents WHERE document_id = 2 | List the document type code for the document with the id 2. | CREATE TABLE Documents (document_type_code VARCHAR, document_id VARCHAR) |
SELECT MIN(rank) FROM table_name_24 WHERE gross = "$54,215,416" | Which Rank is the lowest one that has a Gross of $54,215,416? | CREATE TABLE table_name_24 (rank INTEGER, gross VARCHAR) |
SELECT score FROM table_name_8 WHERE date = "march 15" | What was the Score on March 15? | CREATE TABLE table_name_8 (score VARCHAR, date VARCHAR) |
SELECT MIN(no_decisions) FROM table_19839391_3 WHERE winning__percentage = "1.000" AND wins = 3 | how many "no decisions" are there with 3 wins and a win percentage of 1.000? | CREATE TABLE table_19839391_3 (no_decisions INTEGER, winning__percentage VARCHAR, wins VARCHAR) |
SELECT model_number FROM table_name_2 WHERE voltage = "2.0v" AND frequency = "350 mhz" | What is Model Number, when Voltage is 2.0V, and when Frequency is 350 mhz? | CREATE TABLE table_name_2 (model_number VARCHAR, voltage VARCHAR, frequency VARCHAR) |
SELECT team FROM table_name_16 WHERE completion__percentage = "59.8%" | Which team has a 59.8% completion rate? | CREATE TABLE table_name_16 (team VARCHAR, completion__percentage VARCHAR) |
SELECT time FROM table_name_91 WHERE away = "broadview hawks" | What is the Time with an Away that is broadview hawks? | CREATE TABLE table_name_91 (time VARCHAR, away VARCHAR) |
SELECT MAX(attendance) FROM table_name_54 WHERE home = "djurgårdens if" AND round = 53 | Which Attendance has a Home of djurgårdens if, and a Round of 53? | CREATE TABLE table_name_54 (attendance INTEGER, home VARCHAR, round VARCHAR) |
SELECT engine FROM table_name_1 WHERE entrant = "mercedes amg petronas f1 team" AND points = "93" | What engine has the Mercedes AMG Petronas f1 team, and 93 points? | CREATE TABLE table_name_1 (engine VARCHAR, entrant VARCHAR, points VARCHAR) |
SELECT 2009 FROM table_name_36 WHERE total > 1 AND 2010 = "4th" | What was the 2009 value for a total over 1 and 4th on 2010? | CREATE TABLE table_name_36 (total VARCHAR) |
SELECT college FROM table_name_65 WHERE pick < 3 AND pba_team = "alaska milkmen" | What is the College of the Player from PBA Team Alaska Milkmen with a Pick number of 3 or less? | CREATE TABLE table_name_65 (college VARCHAR, pick VARCHAR, pba_team VARCHAR) |
SELECT nhl_team FROM table_1013129_8 WHERE player = "Mike Loach" | Which NHL team has player Mike Loach? | CREATE TABLE table_1013129_8 (nhl_team VARCHAR, player VARCHAR) |
SELECT home_team FROM table_16388230_1 WHERE away_team = "West Coast" | What home team played the West Coast away team? | CREATE TABLE table_16388230_1 (home_team VARCHAR, away_team VARCHAR) |
SELECT MAX(pos) FROM table_27396005_2 WHERE constructor = "Joe Gibbs Racing" AND driver = "Denny Hamlin" | What was the maximum finish position of the car whose constructor was Joe Gibbs Racing, driven by Denny Hamlin? | CREATE TABLE table_27396005_2 (pos INTEGER, constructor VARCHAR, driver VARCHAR) |
SELECT netflix FROM table_15187735_6 WHERE segment_b = "s Highlighter" | What is the Netflix Episode when the Segment B is s Highlighter? | CREATE TABLE table_15187735_6 (netflix VARCHAR, segment_b VARCHAR) |
SELECT label FROM table_name_16 WHERE date_of_release = "september 20, 2005" | What label is released on September 20, 2005? | CREATE TABLE table_name_16 (label VARCHAR, date_of_release VARCHAR) |
SELECT home_team FROM table_name_27 WHERE venue = "victoria park" | Which Home team has a Venue of victoria park? | CREATE TABLE table_name_27 (home_team VARCHAR, venue VARCHAR) |
SELECT region FROM table_name_70 WHERE date = "2002" AND catalog = "dos 195" | What region has a 2002 date, and a Catalog dos 195? | CREATE TABLE table_name_70 (region VARCHAR, date VARCHAR, catalog VARCHAR) |
SELECT date_of_appointment FROM table_name_26 WHERE manner_of_departure = "sacked" AND outgoing_manager = "fred rutten" | What is the date of appointment of outgoing manager fred rutten, who had a sacked manner of departure? | CREATE TABLE table_name_26 (date_of_appointment VARCHAR, manner_of_departure VARCHAR, outgoing_manager VARCHAR) |
SELECT directed_by FROM table_25277262_2 WHERE written_by = "Mark Fink" | If the writer is Mark Fink, who is the director? | CREATE TABLE table_25277262_2 (directed_by VARCHAR, written_by VARCHAR) |
SELECT MIN(silver) FROM table_name_17 WHERE total < 5 AND gold < 4 | What is the least amount of silvers for a team with less than 4 golds and less than 5 total medals? | CREATE TABLE table_name_17 (silver INTEGER, total VARCHAR, gold VARCHAR) |
SELECT opponents FROM table_1399994_5 WHERE year = "1984" | Who were all of the opponents in 1984? | CREATE TABLE table_1399994_5 (opponents VARCHAR, year VARCHAR) |
SELECT SUM(apps) FROM table_name_37 WHERE name = "keith treacy" | What is the total of apps for Keith Treacy? | CREATE TABLE table_name_37 (apps INTEGER, name VARCHAR) |
SELECT races__starts_ FROM table_24937583_1 WHERE points__dropped_points_ = "18" | What were the starts when the points dropped 18? | CREATE TABLE table_24937583_1 (races__starts_ VARCHAR, points__dropped_points_ VARCHAR) |
SELECT year_built__converted * _ FROM table_name_19 WHERE withdrawn = 1983 | Tell me the year built for withdrawn of 1983 | CREATE TABLE table_name_19 (year_built__converted VARCHAR, _ VARCHAR, withdrawn VARCHAR) |
SELECT T1.supplier_name, T1.supplier_phone FROM Suppliers AS T1 JOIN supplier_addresses AS T2 ON T1.supplier_id = T2.supplier_id JOIN addresses AS T3 ON T2.address_id = T3.address_id ORDER BY T3.address_details | List the name and phone number of all suppliers in the alphabetical order of their addresses. | CREATE TABLE addresses (address_id VARCHAR, address_details VARCHAR); CREATE TABLE supplier_addresses (supplier_id VARCHAR, address_id VARCHAR); CREATE TABLE Suppliers (supplier_name VARCHAR, supplier_phone VARCHAR, supplier_id VARCHAR) |
SELECT residence FROM table_name_49 WHERE representative = "quincy murphy" | What residence has representative Quincy Murphy? | CREATE TABLE table_name_49 (residence VARCHAR, representative VARCHAR) |
SELECT category FROM table_name_91 WHERE award = "drama league award" | Which category does drama league award belong to? | CREATE TABLE table_name_91 (category VARCHAR, award VARCHAR) |
SELECT COUNT(winner) FROM table_25580292_13 WHERE stage = 5 | How many winners were there for stage 5? | CREATE TABLE table_25580292_13 (winner VARCHAR, stage VARCHAR) |
SELECT MAX(grid) FROM table_name_45 WHERE constructor = "ferrari" AND laps = 2 | What is the high grid for ferrari's with 2 laps? | CREATE TABLE table_name_45 (grid INTEGER, constructor VARCHAR, laps VARCHAR) |
SELECT date FROM table_17058116_7 WHERE score = "L 99–107 (OT)" | When was the game with score l 99–107 (ot) | CREATE TABLE table_17058116_7 (date VARCHAR, score VARCHAR) |
SELECT written_by FROM table_22380270_1 WHERE us_viewers__millions_ = "2.15" | Who was the writer for the episode with 2.15 million u.s.viewers? | CREATE TABLE table_22380270_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR) |
SELECT home FROM table_name_71 WHERE date = "april 3" | Where was home on April 3? | CREATE TABLE table_name_71 (home VARCHAR, date VARCHAR) |
SELECT MIN(f_laps) FROM table_26222468_1 | What is the minimum number of f/laps? | CREATE TABLE table_26222468_1 (f_laps INTEGER) |
SELECT character_name FROM table_name_50 WHERE voice_actor__english_1998___pioneer_ = "laara sadiq" | what character did Laara sadiq play | CREATE TABLE table_name_50 (character_name VARCHAR, voice_actor__english_1998___pioneer_ VARCHAR) |
SELECT venue FROM table_name_62 WHERE away_team = "geelong" | Where did Geelong play as the away team? | CREATE TABLE table_name_62 (venue VARCHAR, away_team VARCHAR) |
SELECT MAX(series__number) FROM table_25800134_18 WHERE season__number = 22 | name the most series number for season 22 | CREATE TABLE table_25800134_18 (series__number INTEGER, season__number VARCHAR) |
SELECT tournament FROM table_name_54 WHERE opponent_in_the_final = "julia kimmelmann" | What tournament did Pemra Özgen play against julia kimmelmann in the finals? | CREATE TABLE table_name_54 (tournament VARCHAR, opponent_in_the_final VARCHAR) |
SELECT plur_pret FROM table_name_93 WHERE subj_pret = "ü" AND inf_stem = "e + l/r + cons." | What is the plural preterite that is associated with a subjunctive preterite of ü and has an infinitive stem of e + l/r + cons.? | CREATE TABLE table_name_93 (plur_pret VARCHAR, subj_pret VARCHAR, inf_stem VARCHAR) |
SELECT example AS :_did_ FROM table_name_84 WHERE consonant_final_stem = "-ø" | What example for did- is shown for a Consonant final stem of -ø? | CREATE TABLE table_name_84 (example VARCHAR, consonant_final_stem VARCHAR) |
SELECT result FROM table_1341930_5 WHERE first_elected = 1944 | What is the result for first elected in 1944 | CREATE TABLE table_1341930_5 (result VARCHAR, first_elected VARCHAR) |
SELECT 2002 FROM table_name_46 WHERE 1991 = "w" | What shows for 2002 when the 1991 is w? | CREATE TABLE table_name_46 (Id VARCHAR) |
SELECT round FROM table_name_25 WHERE status = "in" AND song = "叶良俊 - 爱你不是爱给别人看" | Which round status is in with this song: 叶良俊 - 爱你不是爱给别人看? | CREATE TABLE table_name_25 (round VARCHAR, status VARCHAR, song VARCHAR) |
SELECT position FROM table_name_8 WHERE player = "chris clark" | Tell me the position of chris clark | CREATE TABLE table_name_8 (position VARCHAR, player VARCHAR) |
SELECT team FROM table_name_80 WHERE points = "15" | Which Team has Points of 15? | CREATE TABLE table_name_80 (team VARCHAR, points VARCHAR) |
SELECT tournament FROM table_name_40 WHERE surface = "hard" AND date = "24 september 2011" | Which Tournament has a Surface of hard, and a Date of 24 september 2011? | CREATE TABLE table_name_40 (tournament VARCHAR, surface VARCHAR, date VARCHAR) |
SELECT role_code FROM Employees GROUP BY role_code ORDER BY COUNT(*) LIMIT 1 | Show the role code with the least employees. | CREATE TABLE Employees (role_code VARCHAR) |
SELECT champion_s_ FROM table_name_4 WHERE previous_champion_s_ = "lash" | Who is the champion of the title previously held by Lash? | CREATE TABLE table_name_4 (champion_s_ VARCHAR, previous_champion_s_ VARCHAR) |
SELECT score FROM table_name_8 WHERE away_team = "crystal palace" | What is the score when away team is Crystal Palace? | CREATE TABLE table_name_8 (score VARCHAR, away_team VARCHAR) |
SELECT division FROM table_name_76 WHERE year > 1996 AND regular_season = "4th" AND playoffs = "final" | Which Division has a Year larger than 1996,a Regular Season of 4th, and a Playoffs of final? | CREATE TABLE table_name_76 (division VARCHAR, playoffs VARCHAR, year VARCHAR, regular_season VARCHAR) |
SELECT manufacturer FROM table_name_76 WHERE year_made = "1883" | What manufacturer has a year made of 1883? | CREATE TABLE table_name_76 (manufacturer VARCHAR, year_made VARCHAR) |
SELECT event FROM table_name_98 WHERE method = "dq (eye gouging)" | What event did Mikhail Avetisyan win by method of DQ (eye gouging)? | CREATE TABLE table_name_98 (event VARCHAR, method VARCHAR) |
SELECT capital FROM table_19605700_1 WHERE population = 1339724852 | What capital has a population of exactly 1339724852? | CREATE TABLE table_19605700_1 (capital VARCHAR, population VARCHAR) |
SELECT AVG(wins) FROM table_name_20 WHERE against > 1155 AND club = "warrnambool" AND draws > 0 | What is the number of wins when the against is larger than 1155, for Warrnambool, with more than 0 draws? | CREATE TABLE table_name_20 (wins INTEGER, draws VARCHAR, against VARCHAR, club VARCHAR) |
SELECT COUNT(location_s_) FROM table_19897294_11 WHERE family_families = "The Webb Family" | How many locations featured the Webb Family? | CREATE TABLE table_19897294_11 (location_s_ VARCHAR, family_families VARCHAR) |
SELECT AVG(staying_councillors) FROM table_name_76 WHERE election_result < 10 AND party = "green" AND new_council > 0 | What is the mean amount of staying councilors with an election result amounting to less than 10 with the Green party, and a new council bigger than 0? | CREATE TABLE table_name_76 (staying_councillors INTEGER, new_council VARCHAR, election_result VARCHAR, party VARCHAR) |
SELECT COUNT(episode) FROM table_17641206_8 WHERE original_airdate = "22January2009" | How many episodes aired on 22january2009 | CREATE TABLE table_17641206_8 (episode VARCHAR, original_airdate VARCHAR) |
SELECT álbum FROM table_name_65 WHERE year = 1996 | What álbum was in the year 1996? | CREATE TABLE table_name_65 (álbum VARCHAR, year VARCHAR) |
SELECT MAX(rank) FROM table_1682026_7 WHERE industry = "Oil and gas" AND headquarters = "Netherlands" | What is the highest rank of a company in the oil and gas industry headquartered in Netherlands? | CREATE TABLE table_1682026_7 (rank INTEGER, industry VARCHAR, headquarters VARCHAR) |
SELECT SUM(losses) FROM table_name_35 WHERE ballarat_fl = "melton" AND draws < 0 | What is the total number of Losses that Melton had when they had fewer Draws than 0? | CREATE TABLE table_name_35 (losses INTEGER, ballarat_fl VARCHAR, draws VARCHAR) |
SELECT record FROM table_name_44 WHERE game_site = "bears stadium" AND opponent = "new york titans" | What was the record when the Denver Broncos played the New York Titans at Bears Stadium? | CREATE TABLE table_name_44 (record VARCHAR, game_site VARCHAR, opponent VARCHAR) |
SELECT judges FROM table_27487310_5 WHERE country = "Netherlands" AND air_dates = "28 November 2011 – 24 December 2011" | Who are the judges in the Netherlands for the season airing 28 November 2011 – 24 December 2011? | CREATE TABLE table_27487310_5 (judges VARCHAR, country VARCHAR, air_dates VARCHAR) |
SELECT T1.id, T1.name, T1.IATA FROM airport AS T1 JOIN flight AS T2 ON T1.id = T2.airport_id GROUP BY T2.id ORDER BY COUNT(*) DESC LIMIT 1 | What is the id, name and IATA code of the airport that had most number of flights? | CREATE TABLE airport (id VARCHAR, name VARCHAR, IATA VARCHAR); CREATE TABLE flight (id VARCHAR, airport_id VARCHAR) |
SELECT tournament FROM table_name_42 WHERE 2011 = "qf" AND 2012 = "sf" | what is the tournament when 2011 is qf and 2012 is sf? | CREATE TABLE table_name_42 (tournament VARCHAR) |
SELECT year FROM table_name_26 WHERE movie_title = "jamboree" | What year was Jamboree made? | CREATE TABLE table_name_26 (year VARCHAR, movie_title VARCHAR) |
SELECT _percentage_indian_american FROM table_18963843_1 WHERE asian_american_population__2010_ = 126965 | Name the % indian american for asian population 126965 | CREATE TABLE table_18963843_1 (_percentage_indian_american VARCHAR, asian_american_population__2010_ VARCHAR) |
SELECT school FROM table_name_26 WHERE signed = "no" AND round = 50 | what is the school when signed is no and round is 50? | CREATE TABLE table_name_26 (school VARCHAR, signed VARCHAR, round VARCHAR) |
SELECT director FROM table_21146729_6 WHERE writer_s_ = "John W. Bloch" | Who was the director when the writer(s) was John W. Bloch? | CREATE TABLE table_21146729_6 (director VARCHAR, writer_s_ VARCHAR) |
SELECT MIN(fin_pos) FROM table_17330069_1 WHERE grid = 2 | If grid is 2, what is the minimum fin. pos number? | CREATE TABLE table_17330069_1 (fin_pos INTEGER, grid VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.