Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
43,800 | <question>: What was the result of the bout that led to a 4-4 record? <context>: CREATE TABLE table_name_1 (res VARCHAR, record VARCHAR) | SELECT res FROM table_name_1 WHERE record = "4-4" |
43,801 | <question>: Which location held the bout that led to a 4-3 record? <context>: CREATE TABLE table_name_19 (location VARCHAR, record VARCHAR) | SELECT location FROM table_name_19 WHERE record = "4-3" |
43,802 | <question>: What discs has a region 1 release date of January 22, 2008? <context>: CREATE TABLE table_name_90 (discs VARCHAR, region_1_release VARCHAR) | SELECT discs FROM table_name_90 WHERE region_1_release = "january 22, 2008" |
43,803 | <question>: What is the lowest rank of Citigroup? <context>: CREATE TABLE table_name_67 (rank INTEGER, name VARCHAR) | SELECT MIN(rank) FROM table_name_67 WHERE name = "citigroup" |
43,804 | <question>: What is the market value of the automotive industry? <context>: CREATE TABLE table_name_10 (market_value___usd_million_ VARCHAR, industry VARCHAR) | SELECT COUNT(market_value___usd_million_) FROM table_name_10 WHERE industry = "automotive" |
43,805 | <question>: Name the attendance with result of t 14-14 <context>: CREATE TABLE table_name_92 (attendance VARCHAR, result VARCHAR) | SELECT attendance FROM table_name_92 WHERE result = "t 14-14" |
43,806 | <question>: Name the total number of attendance for october 20, 1946 with week less than 4 <context>: CREATE TABLE table_name_43 (attendance VARCHAR, date VARCHAR, week VARCHAR) | SELECT COUNT(attendance) FROM table_name_43 WHERE date = "october 20, 1946" AND week < 4 |
43,807 | <question>: Name the most attendance for november 17, 1946 and week more than 8 <context>: CREATE TABLE table_name_21 (attendance INTEGER, date VARCHAR, week VARCHAR) | SELECT MAX(attendance) FROM table_name_21 WHERE date = "november 17, 1946" AND week > 8 |
43,808 | <question>: What is the sum of the points for the player who was a rank of 61t? <context>: CREATE TABLE table_name_92 (points INTEGER, rank VARCHAR) | SELECT SUM(points) FROM table_name_92 WHERE rank = "61t" |
43,809 | <question>: Who is the player who had more than 1,052 points? <context>: CREATE TABLE table_name_87 (player VARCHAR, points INTEGER) | SELECT player FROM table_name_87 WHERE points > 1 OFFSET 052 |
43,810 | <question>: What are the highest points that Emmitt Smith had? <context>: CREATE TABLE table_name_96 (points INTEGER, player VARCHAR) | SELECT MAX(points) FROM table_name_96 WHERE player = "emmitt smith" |
43,811 | <question>: Record of 6β8 had what attendance? <context>: CREATE TABLE table_name_33 (attendance VARCHAR, record VARCHAR) | SELECT attendance FROM table_name_33 WHERE record = "6β8" |
43,812 | <question>: Result of l 17β20 had what attendance? <context>: CREATE TABLE table_name_31 (attendance VARCHAR, result VARCHAR) | SELECT attendance FROM table_name_31 WHERE result = "l 17β20" |
43,813 | <question>: Game Site of hoosier dome, and a Result of l 7β31 involved what attendance? <context>: CREATE TABLE table_name_29 (attendance VARCHAR, game_site VARCHAR, result VARCHAR) | SELECT attendance FROM table_name_29 WHERE game_site = "hoosier dome" AND result = "l 7β31" |
43,814 | <question>: Which Year is the highest one that has a Venue of blackwolf run, composite course, and a Score of 281? <context>: CREATE TABLE table_name_48 (year INTEGER, venue VARCHAR, score VARCHAR) | SELECT MAX(year) FROM table_name_48 WHERE venue = "blackwolf run, composite course" AND score = "281" |
43,815 | <question>: Which Champion has a Venue of old waverly golf club? <context>: CREATE TABLE table_name_35 (champion VARCHAR, venue VARCHAR) | SELECT champion FROM table_name_35 WHERE venue = "old waverly golf club" |
43,816 | <question>: How many world rankings are after Aug 5, 1980 ? <context>: CREATE TABLE table_name_80 (world_ranking INTEGER, date VARCHAR, year VARCHAR) | SELECT SUM(world_ranking) FROM table_name_80 WHERE date = "aug 5" AND year > 1980 |
43,817 | <question>: On which date is there a performance of more than 8.22.72? <context>: CREATE TABLE table_name_9 (date VARCHAR, performance VARCHAR) | SELECT date FROM table_name_9 WHERE performance = "8.22.72" |
43,818 | <question>: The venue of Rome has which date? <context>: CREATE TABLE table_name_84 (date VARCHAR, venue VARCHAR) | SELECT date FROM table_name_84 WHERE venue = "rome" |
43,819 | <question>: What was the 1st leg of the match that had an aggregate of 4-3? <context>: CREATE TABLE table_name_11 (agg VARCHAR) | SELECT 1 AS st_leg FROM table_name_11 WHERE agg = "4-3" |
43,820 | <question>: When was the last final lost of the club with 7 wins? <context>: CREATE TABLE table_name_49 (last_final_lost VARCHAR, wins VARCHAR) | SELECT last_final_lost FROM table_name_49 WHERE wins = "7" |
43,821 | <question>: How many runners-up did the club with the last final lost in 1985 have? <context>: CREATE TABLE table_name_39 (runners_up VARCHAR, last_final_lost VARCHAR) | SELECT runners_up FROM table_name_39 WHERE last_final_lost = "1985" |
43,822 | <question>: When was the last final lost of the club with a last win in 1959? <context>: CREATE TABLE table_name_70 (last_final_lost VARCHAR, last_win VARCHAR) | SELECT last_final_lost FROM table_name_70 WHERE last_win = "1959" |
43,823 | <question>: When was the last win of Celtic? <context>: CREATE TABLE table_name_89 (last_win VARCHAR, club VARCHAR) | SELECT last_win FROM table_name_89 WHERE club = "celtic" |
43,824 | <question>: Which club had 13 runners-up? <context>: CREATE TABLE table_name_27 (club VARCHAR, runners_up VARCHAR) | SELECT club FROM table_name_27 WHERE runners_up = "13" |
43,825 | <question>: Who is the visitor in Philadelphia on March 6? <context>: CREATE TABLE table_name_41 (visitor VARCHAR, home VARCHAR, date VARCHAR) | SELECT visitor FROM table_name_41 WHERE home = "philadelphia" AND date = "march 6" |
43,826 | <question>: what date were they playing in hawthorn <context>: CREATE TABLE table_name_17 (date VARCHAR, away_team VARCHAR) | SELECT date FROM table_name_17 WHERE away_team = "hawthorn" |
43,827 | <question>: what report was in geelong <context>: CREATE TABLE table_name_48 (report VARCHAR, home_team VARCHAR) | SELECT report FROM table_name_48 WHERE home_team = "geelong" |
43,828 | <question>: In what Town/City is Nana Museum of The Arctic located? <context>: CREATE TABLE table_name_45 (town_city VARCHAR, name VARCHAR) | SELECT town_city FROM table_name_45 WHERE name = "nana museum of the arctic" |
43,829 | <question>: What is the Name of the Multiple Type museum in Anchorage? <context>: CREATE TABLE table_name_54 (name VARCHAR, town_city VARCHAR, type VARCHAR) | SELECT name FROM table_name_54 WHERE town_city = "anchorage" AND type = "multiple" |
43,830 | <question>: In what Borough is the Anchorage museum of Natural History? <context>: CREATE TABLE table_name_31 (name VARCHAR, borough VARCHAR, type VARCHAR) | SELECT name FROM table_name_31 WHERE borough = "anchorage" AND type = "natural history" |
43,831 | <question>: In what Region is the Native American museum in Anchorage? <context>: CREATE TABLE table_name_8 (region VARCHAR, type VARCHAR, town_city VARCHAR) | SELECT region FROM table_name_8 WHERE type = "native american" AND town_city = "anchorage" |
43,832 | <question>: What Type of museum is the Valdez museum? <context>: CREATE TABLE table_name_73 (type VARCHAR, name VARCHAR) | SELECT type FROM table_name_73 WHERE name = "valdez museum" |
43,833 | <question>: In what Borough is the History Type Fairbanks Community Museum? <context>: CREATE TABLE table_name_82 (borough VARCHAR, type VARCHAR, name VARCHAR) | SELECT borough FROM table_name_82 WHERE type = "history" AND name = "fairbanks community museum" |
43,834 | <question>: what is the zip code of boonville <context>: CREATE TABLE table_name_39 (zip_code_prefix_es_ VARCHAR, county_seat VARCHAR) | SELECT zip_code_prefix_es_ FROM table_name_39 WHERE county_seat = "boonville" |
43,835 | <question>: Which tournament was held on 9 Jun 2002? <context>: CREATE TABLE table_name_57 (tournament VARCHAR, date VARCHAR) | SELECT tournament FROM table_name_57 WHERE date = "9 jun 2002" |
43,836 | <question>: What is the winning score with a margin of victory of 4 strokes for the NEC Invitational tournament? <context>: CREATE TABLE table_name_93 (winning_score VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR) | SELECT winning_score FROM table_name_93 WHERE margin_of_victory = "4 strokes" AND tournament = "nec invitational" |
43,837 | <question>: Who is the runner-up where the winning score is β8 (71-69-67-73=280)? <context>: CREATE TABLE table_name_45 (runner_s__up VARCHAR, winning_score VARCHAR) | SELECT runner_s__up FROM table_name_45 WHERE winning_score = β8(71 - 69 - 67 - 73 = 280) |
43,838 | <question>: What is the winning score for Tournament of linde german masters with a margin of victory of 1 stroke? <context>: CREATE TABLE table_name_67 (winning_score VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR) | SELECT winning_score FROM table_name_67 WHERE margin_of_victory = "1 stroke" AND tournament = "linde german masters" |
43,839 | <question>: Who is runner-up where the winning score is β6 (65-70-70-69=274) and the margin of victory is 3 strokes? <context>: CREATE TABLE table_name_19 (runner_s__up VARCHAR, margin_of_victory VARCHAR, winning_score VARCHAR) | SELECT runner_s__up FROM table_name_19 WHERE margin_of_victory = "3 strokes" AND winning_score = β6(65 - 70 - 70 - 69 = 274) |
43,840 | <question>: What is the winning score where the runner-up is Robert-Jan Derksen and the margin of victory is 1 stroke? <context>: CREATE TABLE table_name_27 (winning_score VARCHAR, margin_of_victory VARCHAR, runner_s__up VARCHAR) | SELECT winning_score FROM table_name_27 WHERE margin_of_victory = "1 stroke" AND runner_s__up = "robert-jan derksen" |
43,841 | <question>: What are the high rebounds of team @ Charlotte? <context>: CREATE TABLE table_name_17 (high_rebounds VARCHAR, team VARCHAR) | SELECT high_rebounds FROM table_name_17 WHERE team = "@ charlotte" |
43,842 | <question>: What is the high rebounds of game 68? <context>: CREATE TABLE table_name_46 (high_rebounds VARCHAR, game VARCHAR) | SELECT high_rebounds FROM table_name_46 WHERE game = 68 |
43,843 | <question>: What is the score of New York team before game 61? <context>: CREATE TABLE table_name_63 (score VARCHAR, game VARCHAR, team VARCHAR) | SELECT score FROM table_name_63 WHERE game < 61 AND team = "new york" |
43,844 | <question>: When David McNamara was the opponent in the final, what was the tier? <context>: CREATE TABLE table_name_59 (tier VARCHAR, opponent_in_the_final VARCHAR) | SELECT tier FROM table_name_59 WHERE opponent_in_the_final = "david mcnamara" |
43,845 | <question>: In 2011, how many tourists visited the country that had 23.4 million tourists in 2012? <context>: CREATE TABLE table_name_6 (international_tourist_arrivals__2011_ VARCHAR, international_tourist_arrivals__2012_ VARCHAR) | SELECT international_tourist_arrivals__2011_ FROM table_name_6 WHERE international_tourist_arrivals__2012_ = "23.4 million" |
43,846 | <question>: How many tourists visited the country that had 2.5 million tourists in 2011? <context>: CREATE TABLE table_name_38 (international_tourist_arrivals__2012_ VARCHAR, international_tourist_arrivals__2011_ VARCHAR) | SELECT international_tourist_arrivals__2012_ FROM table_name_38 WHERE international_tourist_arrivals__2011_ = "2.5 million" |
43,847 | <question>: How far Venue of seoul, south korea is? <context>: CREATE TABLE table_name_6 (distance VARCHAR, venue VARCHAR) | SELECT distance FROM table_name_6 WHERE venue = "seoul, south korea" |
43,848 | <question>: Which Venue has a Tournament of olympic games with a Result of 4th? <context>: CREATE TABLE table_name_33 (venue VARCHAR, tournament VARCHAR, result VARCHAR) | SELECT venue FROM table_name_33 WHERE tournament = "olympic games" AND result = "4th" |
43,849 | <question>: What is the Result of Venue of edmonton, canada? <context>: CREATE TABLE table_name_54 (result VARCHAR, venue VARCHAR) | SELECT result FROM table_name_54 WHERE venue = "edmonton, canada" |
43,850 | <question>: What is the 1st leg of Team 2 PSV Eindhoven? <context>: CREATE TABLE table_name_21 (team_2 VARCHAR) | SELECT 1 AS st_leg FROM table_name_21 WHERE team_2 = "psv eindhoven" |
43,851 | <question>: Which opponent was played at Forbes Field after week 4? <context>: CREATE TABLE table_name_76 (opponent VARCHAR, game_site VARCHAR, week VARCHAR) | SELECT opponent FROM table_name_76 WHERE game_site = "forbes field" AND week > 4 |
43,852 | <question>: Which opponent was played on week 9? <context>: CREATE TABLE table_name_46 (opponent VARCHAR, week VARCHAR) | SELECT opponent FROM table_name_46 WHERE week = 9 |
43,853 | <question>: What was the date of the game played at Fenway Park? <context>: CREATE TABLE table_name_28 (date VARCHAR, game_site VARCHAR) | SELECT date FROM table_name_28 WHERE game_site = "fenway park" |
43,854 | <question>: Which Opponents have a Year of 1998β99, and a Team of aston villa? <context>: CREATE TABLE table_name_23 (opponents VARCHAR, year VARCHAR, team VARCHAR) | SELECT opponents FROM table_name_23 WHERE year = "1998β99" AND team = "aston villa" |
43,855 | <question>: Which Score has Opponents of valencia, and a Year of 2011β12? <context>: CREATE TABLE table_name_21 (score VARCHAR, opponents VARCHAR, year VARCHAR) | SELECT score FROM table_name_21 WHERE opponents = "valencia" AND year = "2011β12" |
43,856 | <question>: Which Opponents have a Team of arsenal, and a Year of 1963β64? <context>: CREATE TABLE table_name_49 (opponents VARCHAR, team VARCHAR, year VARCHAR) | SELECT opponents FROM table_name_49 WHERE team = "arsenal" AND year = "1963β64" |
43,857 | <question>: Which Opponents have a Year of 1999β2000, and a Team of leeds united? <context>: CREATE TABLE table_name_78 (opponents VARCHAR, year VARCHAR, team VARCHAR) | SELECT opponents FROM table_name_78 WHERE year = "1999β2000" AND team = "leeds united" |
43,858 | <question>: Which Opponents have a Score of 1β2, and a Team of arsenal, and Progress of first round? <context>: CREATE TABLE table_name_82 (opponents VARCHAR, progress VARCHAR, score VARCHAR, team VARCHAR) | SELECT opponents FROM table_name_82 WHERE score = "1β2" AND team = "arsenal" AND progress = "first round" |
43,859 | <question>: How much Rank has Points larger than 282.5? <context>: CREATE TABLE table_name_11 (rank VARCHAR, points INTEGER) | SELECT COUNT(rank) FROM table_name_11 WHERE points > 282.5 |
43,860 | <question>: Which Rank is the highest one that has Points smaller than 256.6? <context>: CREATE TABLE table_name_98 (rank INTEGER, points INTEGER) | SELECT MAX(rank) FROM table_name_98 WHERE points < 256.6 |
43,861 | <question>: Which 2nd (m) is the highest one that has a Nationality of sui, and a Rank smaller than 3? <context>: CREATE TABLE table_name_78 (nationality VARCHAR, rank VARCHAR) | SELECT MAX(2 AS nd__m_) FROM table_name_78 WHERE nationality = "sui" AND rank < 3 |
43,862 | <question>: What is the UK broadcast date of the episode where Chris Bonington was the presenter? <context>: CREATE TABLE table_name_72 (uk_broadcast_date VARCHAR, presenter VARCHAR) | SELECT uk_broadcast_date FROM table_name_72 WHERE presenter = "chris bonington" |
43,863 | <question>: What is the episode title of the episode with Ben Okri as the presenter? <context>: CREATE TABLE table_name_74 (episode_title VARCHAR, presenter VARCHAR) | SELECT episode_title FROM table_name_74 WHERE presenter = "ben okri" |
43,864 | <question>: Who is the presenter of the episode broadcast in the UK on 1996-09-25? <context>: CREATE TABLE table_name_45 (presenter VARCHAR, uk_broadcast_date VARCHAR) | SELECT presenter FROM table_name_45 WHERE uk_broadcast_date = "1996-09-25" |
43,865 | <question>: What is the UK broadcast date of the episode with Ben Okri as the presenter? <context>: CREATE TABLE table_name_87 (uk_broadcast_date VARCHAR, presenter VARCHAR) | SELECT uk_broadcast_date FROM table_name_87 WHERE presenter = "ben okri" |
43,866 | <question>: What was the score when the team played at the bobcats? <context>: CREATE TABLE table_name_92 (score VARCHAR, home VARCHAR) | SELECT score FROM table_name_92 WHERE home = "bobcats" |
43,867 | <question>: What was the score when the Spurs' record was 43-13? <context>: CREATE TABLE table_name_72 (score VARCHAR, record VARCHAR) | SELECT score FROM table_name_72 WHERE record = "43-13" |
43,868 | <question>: What is the country's name with a numeric code less than 246 and a Latin 3-letter code of slv? <context>: CREATE TABLE table_name_63 (country_name VARCHAR, numeric_code VARCHAR, latin_3_letter_code VARCHAR) | SELECT country_name FROM table_name_63 WHERE numeric_code < 246 AND latin_3_letter_code = "slv" |
43,869 | <question>: What is the Russian name with lbr as the Latin 3-letter code? <context>: CREATE TABLE table_name_86 (russian_name VARCHAR, latin_3_letter_code VARCHAR) | SELECT russian_name FROM table_name_86 WHERE latin_3_letter_code = "lbr" |
43,870 | <question>: What is the country name with a numeric code less than 580 and a dk Latin 2-letter code? <context>: CREATE TABLE table_name_4 (country_name VARCHAR, numeric_code VARCHAR, latin_2_letter_code VARCHAR) | SELECT country_name FROM table_name_4 WHERE numeric_code < 580 AND latin_2_letter_code = "dk" |
43,871 | <question>: What is the Cyrillic code with a cu Latin 2-letter code? <context>: CREATE TABLE table_name_68 (cyrillic_code VARCHAR, latin_2_letter_code VARCHAR) | SELECT cyrillic_code FROM table_name_68 WHERE latin_2_letter_code = "cu" |
43,872 | <question>: Name the least place for draw more than 3 and points of 8 <context>: CREATE TABLE table_name_47 (place INTEGER, draw VARCHAR, points VARCHAR) | SELECT MIN(place) FROM table_name_47 WHERE draw > 3 AND points = 8 |
43,873 | <question>: Name the song for points less than 16 and draw less than 3 <context>: CREATE TABLE table_name_99 (song VARCHAR, points VARCHAR, draw VARCHAR) | SELECT song FROM table_name_99 WHERE points < 16 AND draw < 3 |
43,874 | <question>: what is the single of the queen <context>: CREATE TABLE table_name_67 (single VARCHAR, artist VARCHAR) | SELECT single FROM table_name_67 WHERE artist = "queen" |
43,875 | <question>: what artist won in 1953 <context>: CREATE TABLE table_name_41 (artist VARCHAR, year VARCHAR) | SELECT artist FROM table_name_41 WHERE year = "1953" |
43,876 | <question>: what year did david whitfield win <context>: CREATE TABLE table_name_14 (year VARCHAR, artist VARCHAR) | SELECT year FROM table_name_14 WHERE artist = "david whitfield" |
43,877 | <question>: What is the average rank of Roman Koudelka, who has less than 274.4 points? <context>: CREATE TABLE table_name_41 (rank INTEGER, points VARCHAR, name VARCHAR) | SELECT AVG(rank) FROM table_name_41 WHERE points < 274.4 AND name = "roman koudelka" |
43,878 | <question>: How many points was before game 14? <context>: CREATE TABLE table_name_82 (points INTEGER, game INTEGER) | SELECT SUM(points) FROM table_name_82 WHERE game < 14 |
43,879 | <question>: What is the average points on November 6? <context>: CREATE TABLE table_name_8 (points INTEGER, november VARCHAR) | SELECT AVG(points) FROM table_name_8 WHERE november = 6 |
43,880 | <question>: Which average's against score has 2 as a difference and a lost of 5? <context>: CREATE TABLE table_name_34 (against INTEGER, difference VARCHAR, lost VARCHAR) | SELECT AVG(against) FROM table_name_34 WHERE difference = "2" AND lost = 5 |
43,881 | <question>: How many positions had a difference of - 4 and an against of less than 24? <context>: CREATE TABLE table_name_75 (position VARCHAR, difference VARCHAR, against VARCHAR) | SELECT COUNT(position) FROM table_name_75 WHERE difference = "- 4" AND against < 24 |
43,882 | <question>: What is the smallest lost when position is larger than 6, drawn is 7, and the points stat is less than 15? <context>: CREATE TABLE table_name_85 (lost INTEGER, points VARCHAR, position VARCHAR, drawn VARCHAR) | SELECT MIN(lost) FROM table_name_85 WHERE position > 6 AND drawn = 7 AND points < 15 |
43,883 | <question>: What is the largest played number when the difference is - 8 and position is more than 8? <context>: CREATE TABLE table_name_42 (played INTEGER, difference VARCHAR, position VARCHAR) | SELECT MAX(played) FROM table_name_42 WHERE difference = "- 8" AND position > 8 |
43,884 | <question>: What is the mean drawn when the difference is 0 and the against stat is more than 31? <context>: CREATE TABLE table_name_34 (drawn INTEGER, difference VARCHAR, against VARCHAR) | SELECT AVG(drawn) FROM table_name_34 WHERE difference = "0" AND against > 31 |
43,885 | <question>: what is the winner of meridiana <context>: CREATE TABLE table_name_35 (owner VARCHAR, winner VARCHAR) | SELECT owner FROM table_name_35 WHERE winner = "meridiana" |
43,886 | <question>: Number of 13 that has what highest weight? <context>: CREATE TABLE table_name_44 (weight INTEGER, number VARCHAR) | SELECT MAX(weight) FROM table_name_44 WHERE number = 13 |
43,887 | <question>: Weight of 220 has what class? <context>: CREATE TABLE table_name_5 (class VARCHAR, weight VARCHAR) | SELECT class FROM table_name_5 WHERE weight = 220 |
43,888 | <question>: Name of byron geis, and a Weight smaller than 195 involves what average number? <context>: CREATE TABLE table_name_63 (number INTEGER, name VARCHAR, weight VARCHAR) | SELECT AVG(number) FROM table_name_63 WHERE name = "byron geis" AND weight < 195 |
43,889 | <question>: What was the record on March 22? <context>: CREATE TABLE table_name_58 (record VARCHAR, date VARCHAR) | SELECT record FROM table_name_58 WHERE date = "march 22" |
43,890 | <question>: What day in february was game 53? <context>: CREATE TABLE table_name_96 (february INTEGER, game VARCHAR) | SELECT AVG(february) FROM table_name_96 WHERE game = 53 |
43,891 | <question>: What is the team's record on februrary 23? <context>: CREATE TABLE table_name_29 (record VARCHAR, february VARCHAR) | SELECT record FROM table_name_29 WHERE february = 23 |
43,892 | <question>: Which Place is the lowest one that has a Total smaller than 24, and a Draw larger than 7? <context>: CREATE TABLE table_name_94 (place INTEGER, total VARCHAR, draw VARCHAR) | SELECT MIN(place) FROM table_name_94 WHERE total < 24 AND draw > 7 |
43,893 | <question>: with lola t86/50 chassis and less than 7 points what is the entrant? <context>: CREATE TABLE table_name_87 (entrant VARCHAR, points VARCHAR, chassis VARCHAR) | SELECT entrant FROM table_name_87 WHERE points < 7 AND chassis = "lola t86/50" |
43,894 | <question>: after 1987 and entrant of first racing what is the highest points? <context>: CREATE TABLE table_name_69 (points INTEGER, entrant VARCHAR, year VARCHAR) | SELECT MAX(points) FROM table_name_69 WHERE entrant = "first racing" AND year > 1987 |
43,895 | <question>: with year greater than 1988 what is the total number of points? <context>: CREATE TABLE table_name_62 (points VARCHAR, year INTEGER) | SELECT COUNT(points) FROM table_name_62 WHERE year > 1988 |
43,896 | <question>: what is the points total for forti corse? <context>: CREATE TABLE table_name_49 (points INTEGER, entrant VARCHAR) | SELECT SUM(points) FROM table_name_49 WHERE entrant = "forti corse" |
43,897 | <question>: What is the Parts-per example of 2Γ10 β6? <context>: CREATE TABLE table_name_75 (parts_per_example VARCHAR, value_of_quantity VARCHAR) | SELECT parts_per_example FROM table_name_75 WHERE value_of_quantity = "2Γ10 β6" |
43,898 | <question>: What is the Coefficient of 2 ppt? <context>: CREATE TABLE table_name_16 (coefficient VARCHAR, parts_per_example VARCHAR) | SELECT coefficient FROM table_name_16 WHERE parts_per_example = "2 ppt" |
43,899 | <question>: what is the format of catalog 865 821-1? <context>: CREATE TABLE table_name_25 (format VARCHAR, catalog VARCHAR) | SELECT format FROM table_name_25 WHERE catalog = "865 821-1" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.