question
stringlengths
12
243
answer
stringlengths
18
557
context
stringlengths
27
489
If the player is William Jakes, what are the total points?
SELECT MIN(total_points) FROM table_27533947_1 WHERE players = "William Jakes"
CREATE TABLE table_27533947_1 (total_points INTEGER, players VARCHAR)
What is the pre-release when the developer is no?
SELECT kinka_pre_release FROM table_name_45 WHERE kinka_developer = "no"
CREATE TABLE table_name_45 (kinka_pre_release VARCHAR, kinka_developer VARCHAR)
How many Starts that have Cuts made of 2, Top 25 larger than 0, and Earnings ($) smaller than 338,067?
SELECT COUNT(starts) FROM table_name_66 WHERE cuts_made = 2 AND top_25 > 0 AND earnings__$_ < 338 OFFSET 067
CREATE TABLE table_name_66 (starts VARCHAR, earnings__$_ VARCHAR, cuts_made VARCHAR, top_25 VARCHAR)
What is the highest attendance for the opponents Club Brugge in Venue A?
SELECT MAX(attendance) FROM table_name_64 WHERE opponent = "club brugge" AND venue = "a"
CREATE TABLE table_name_64 (attendance INTEGER, opponent VARCHAR, venue VARCHAR)
What is the highest average of goals less than 45 for team Real Sociedad?
SELECT MAX(average) FROM table_name_3 WHERE goals < 45 AND team = "real sociedad"
CREATE TABLE table_name_3 (average INTEGER, goals VARCHAR, team VARCHAR)
What was the final score for the game played against the New York Knicks?
SELECT score FROM table_name_11 WHERE opponent = "new york knicks"
CREATE TABLE table_name_11 (score VARCHAR, opponent VARCHAR)
WHAT IS THE TOTAL NUMBER OF SEATS IN Hamburgische Bürgerschaft WITH AN ABBR OF bündnis 90 / die grünen (gal)?
SELECT COUNT(seats_in_hamburgische_bürgerschaft) FROM table_name_18 WHERE abbr = "bündnis 90 / die grünen (gal)"
CREATE TABLE table_name_18 (seats_in_hamburgische_bürgerschaft VARCHAR, abbr VARCHAR)
what's the chroma format with scalable modes being snr- or spatial-scalable and intra dc precbeingion being 8, 9, 10
SELECT chroma_format FROM table_1376890_2 WHERE scalable_modes = "SNR- or spatial-scalable" AND intra_dc_precision = "8, 9, 10"
CREATE TABLE table_1376890_2 (chroma_format VARCHAR, scalable_modes VARCHAR, intra_dc_precision VARCHAR)
What is the population of the Parish, Plumbland, that had a former local authority of Cockermouth Rural District?
SELECT COUNT(population) FROM table_name_5 WHERE former_local_authority = "cockermouth rural district" AND name = "plumbland"
CREATE TABLE table_name_5 (population VARCHAR, former_local_authority VARCHAR, name VARCHAR)
Which Opponent has a Surface of hard on 28 august 1993?
SELECT opponent FROM table_name_46 WHERE surface = "hard" AND date = "28 august 1993"
CREATE TABLE table_name_46 (opponent VARCHAR, surface VARCHAR, date VARCHAR)
What was the result of Bridgeview, Illinois?
SELECT result FROM table_name_33 WHERE venue = "bridgeview, illinois"
CREATE TABLE table_name_33 (result VARCHAR, venue VARCHAR)
when first elected was 1898 what was the party?
SELECT party FROM table_name_9 WHERE first_elected = "1898"
CREATE TABLE table_name_9 (party VARCHAR, first_elected VARCHAR)
What is the lowest rank for an album after 1999 and an Accolade of the 100 greatest indie rock albums of all time?
SELECT MIN(rank) FROM table_name_67 WHERE year > 1999 AND accolade = "the 100 greatest indie rock albums of all time"
CREATE TABLE table_name_67 (rank INTEGER, year VARCHAR, accolade VARCHAR)
Which Floors is the highest one that has a Name of one indiana square?
SELECT MAX(floors) FROM table_name_84 WHERE name = "one indiana square"
CREATE TABLE table_name_84 (floors INTEGER, name VARCHAR)
Which player is from Utah?
SELECT player FROM table_11677691_7 WHERE college = "Utah"
CREATE TABLE table_11677691_7 (player VARCHAR, college VARCHAR)
Name the college with overall of 17
SELECT college FROM table_name_65 WHERE overall = 17
CREATE TABLE table_name_65 (college VARCHAR, overall VARCHAR)
Which surface had a date after 1982 and partner of Guy Forget?
SELECT surface FROM table_name_28 WHERE date > 1982 AND partner = "guy forget"
CREATE TABLE table_name_28 (surface VARCHAR, date VARCHAR, partner VARCHAR)
What is the Absorbtion (in nanometers) of the color Violet with an emission of 432 nm?
SELECT absorb__nm_ FROM table_name_59 WHERE color = "violet" AND emit__nm_ = "432"
CREATE TABLE table_name_59 (absorb__nm_ VARCHAR, color VARCHAR, emit__nm_ VARCHAR)
What is the Home team in the Game with a Score of 1–0?
SELECT home_team FROM table_name_40 WHERE score = "1–0"
CREATE TABLE table_name_40 (home_team VARCHAR, score VARCHAR)
Which Surface had an Opponent of chris evert-lloyd?
SELECT surface FROM table_name_45 WHERE opponent = "chris evert-lloyd"
CREATE TABLE table_name_45 (surface VARCHAR, opponent VARCHAR)
how many party with district being tennessee 1
SELECT COUNT(party) FROM table_1341865_44 WHERE district = "Tennessee 1"
CREATE TABLE table_1341865_44 (party VARCHAR, district VARCHAR)
What is the power output (kw) of builder zhuzhou, model hxd1d, with a total production of 2?
SELECT power_output__kw_ FROM table_name_79 WHERE total_production = "2" AND builder__family_ = "zhuzhou" AND model = "hxd1d"
CREATE TABLE table_name_79 (power_output__kw_ VARCHAR, model VARCHAR, total_production VARCHAR, builder__family_ VARCHAR)
What is the location and what was the attendance on those days when the score was 3-5-1?
SELECT location_attendance FROM table_27537870_3 WHERE record = "3-5-1"
CREATE TABLE table_27537870_3 (location_attendance VARCHAR, record VARCHAR)
What was the venue of season 1907?
SELECT venue FROM table_name_48 WHERE season = "1907"
CREATE TABLE table_name_48 (venue VARCHAR, season VARCHAR)
In how many rounds did USC participate in?
SELECT COUNT(round) FROM table_name_72 WHERE college = "usc"
CREATE TABLE table_name_72 (round VARCHAR, college VARCHAR)
In which week was attendance at 50,814?
SELECT COUNT(week) FROM table_name_10 WHERE attendance = "50,814"
CREATE TABLE table_name_10 (week VARCHAR, attendance VARCHAR)
What is the understanding of the one that has νοῦς nous reasoning?
SELECT understanding FROM table_19760_1 WHERE reason = "νοῦς Nous"
CREATE TABLE table_19760_1 (understanding VARCHAR, reason VARCHAR)
For the provider that costs 266 sar, what is the Bandwidth Included?
SELECT bandwidth_included FROM table_name_66 WHERE price = "266 sar"
CREATE TABLE table_name_66 (bandwidth_included VARCHAR, price VARCHAR)
WHere is the friends' school?
SELECT location FROM table_name_65 WHERE school = "the friends' school"
CREATE TABLE table_name_65 (location VARCHAR, school VARCHAR)
Which county has a median household income of $98,090?
SELECT county FROM table_1447085_1 WHERE median_house__hold_income = "$98,090"
CREATE TABLE table_1447085_1 (county VARCHAR, median_house__hold_income VARCHAR)
What capital has an S.Number under 7, and a Name of janapada of Punia?
SELECT capital FROM table_name_89 WHERE sno < 7 AND name_of_janapada = "punia"
CREATE TABLE table_name_89 (capital VARCHAR, sno VARCHAR, name_of_janapada VARCHAR)
Which film is rented at a fee of 0.99 and has less than 3 in the inventory? List the film title and id.
SELECT title, film_id FROM film WHERE rental_rate = 0.99 INTERSECT SELECT T1.title, T1.film_id FROM film AS T1 JOIN inventory AS T2 ON T1.film_id = T2.film_id GROUP BY T1.film_id HAVING COUNT(*) < 3
CREATE TABLE film (title VARCHAR, film_id VARCHAR, rental_rate VARCHAR); CREATE TABLE inventory (film_id VARCHAR); CREATE TABLE film (title VARCHAR, film_id VARCHAR)
What game site had a result at l 21–13?
SELECT game_site FROM table_name_27 WHERE result = "l 21–13"
CREATE TABLE table_name_27 (game_site VARCHAR, result VARCHAR)
What was the date for morocco when the year was lerger than 1981?
SELECT date FROM table_name_34 WHERE year > 1981 AND location = "morocco"
CREATE TABLE table_name_34 (date VARCHAR, year VARCHAR, location VARCHAR)
in which state where John Laurance (f) as a vacator?
SELECT state__class_ FROM table_224840_3 WHERE vacator = "John Laurance (F)"
CREATE TABLE table_224840_3 (state__class_ VARCHAR, vacator VARCHAR)
When is the winner panathinaikos, the runner-up olympiacos and the venue nikos goumas stadium?
SELECT year FROM table_name_65 WHERE winner = "panathinaikos" AND runner_up = "olympiacos" AND venue = "nikos goumas stadium"
CREATE TABLE table_name_65 (year VARCHAR, venue VARCHAR, winner VARCHAR, runner_up VARCHAR)
What is the coupon that has an issuer of Commerzbank AG?
SELECT coupon FROM table_21692771_1 WHERE issuer = "COMMERZBANK AG"
CREATE TABLE table_21692771_1 (coupon VARCHAR, issuer VARCHAR)
What is the average Points, when Date is "February 2", and when Attendance is less than 16,874?
SELECT AVG(points) FROM table_name_14 WHERE date = "february 2" AND attendance < 16 OFFSET 874
CREATE TABLE table_name_14 (points INTEGER, date VARCHAR, attendance VARCHAR)
display the employee number and job id for all employees whose salary is smaller than any salary of those employees whose job title is MK_MAN.
SELECT employee_id, job_id FROM employees WHERE salary < (SELECT MIN(salary) FROM employees WHERE job_id = 'MK_MAN')
CREATE TABLE employees (employee_id VARCHAR, job_id VARCHAR, salary INTEGER)
Which the Fastest Laps that have Poles of 0, and a Season of 2002, and a Podiums smaller than 0?
SELECT AVG(fastest_laps) FROM table_name_8 WHERE poles = 0 AND season = "2002" AND podiums < 0
CREATE TABLE table_name_8 (fastest_laps INTEGER, podiums VARCHAR, poles VARCHAR, season VARCHAR)
What is the career W-L of the tournament that is listed as A in 1968 and 4R in 1974?
SELECT career_w_l FROM table_name_23 WHERE 1968 = "a" AND 1974 = "4r"
CREATE TABLE table_name_23 (career_w_l VARCHAR)
Which format is in Japan?
SELECT format FROM table_name_37 WHERE country = "japan"
CREATE TABLE table_name_37 (format VARCHAR, country VARCHAR)
When was the Mallala race held?
SELECT date FROM table_name_57 WHERE race_title = "mallala"
CREATE TABLE table_name_57 (date VARCHAR, race_title VARCHAR)
What was Andretti's finish the year he started 16th with a Buick engine?
SELECT finish FROM table_name_62 WHERE engine = "buick" AND start = "16th"
CREATE TABLE table_name_62 (finish VARCHAR, engine VARCHAR, start VARCHAR)
Name the result for 1980s
SELECT result FROM table_19508635_1 WHERE theme = "1980s"
CREATE TABLE table_19508635_1 (result VARCHAR, theme VARCHAR)
If the location is Chicago, Illinois, what is the airport name?
SELECT airport_name FROM table_18047346_4 WHERE location = "Chicago, Illinois"
CREATE TABLE table_18047346_4 (airport_name VARCHAR, location VARCHAR)
Which Emission (in nanometers) has an absorbtion of 593 nm?
SELECT emit__nm_ FROM table_name_6 WHERE absorb__nm_ = "593"
CREATE TABLE table_name_6 (emit__nm_ VARCHAR, absorb__nm_ VARCHAR)
Who was the opponent before 1990 that had a score of 4–6, 6–3, 6–4 and Partnering of Yannick Noah?
SELECT opponent_in_the_final FROM table_name_48 WHERE date < 1990 AND partnering = "yannick noah" AND score = "4–6, 6–3, 6–4"
CREATE TABLE table_name_48 (opponent_in_the_final VARCHAR, score VARCHAR, date VARCHAR, partnering VARCHAR)
Name the smoke point for monosaturated fat of 30g
SELECT smoke_point FROM table_name_25 WHERE monounsaturated_fat = "30g"
CREATE TABLE table_name_25 (smoke_point VARCHAR, monounsaturated_fat VARCHAR)
In what place did Des Smyth, who scored less than 71, finish?
SELECT place FROM table_name_23 WHERE score < 71 AND player = "des smyth"
CREATE TABLE table_name_23 (place VARCHAR, score VARCHAR, player VARCHAR)
Which week had an attendance of 70,225
SELECT MIN(week) FROM table_name_27 WHERE attendance = "70,225"
CREATE TABLE table_name_27 (week INTEGER, attendance VARCHAR)
Which city has a venue of the Arco Arena?
SELECT city FROM table_name_42 WHERE venue = "arco arena"
CREATE TABLE table_name_42 (city VARCHAR, venue VARCHAR)
what horse is in the 6th position?
SELECT horse FROM table_25429986_1 WHERE position = "6th"
CREATE TABLE table_25429986_1 (horse VARCHAR, position VARCHAR)
What was the host of the round at Hammons Student Center?
SELECT host FROM table_name_12 WHERE venue = "hammons student center"
CREATE TABLE table_name_12 (host VARCHAR, venue VARCHAR)
what season was written by jonathan collier?
SELECT MAX(no_in_season) FROM table_25716399_1 WHERE written_by = "Jonathan Collier"
CREATE TABLE table_25716399_1 (no_in_season INTEGER, written_by VARCHAR)
What Chassis did Rich Vogler use?
SELECT chassis FROM table_name_94 WHERE drivers = "rich vogler"
CREATE TABLE table_name_94 (chassis VARCHAR, drivers VARCHAR)
june 10-11 when november 3 is 133?
SELECT june_10_11 FROM table_25355501_2 WHERE november_3 = "133"
CREATE TABLE table_25355501_2 (june_10_11 VARCHAR, november_3 VARCHAR)
Name the name of administrative unit for 3464 people
SELECT name_of_administrative_unit FROM table_14465924_1 WHERE population__people_ = 3464
CREATE TABLE table_14465924_1 (name_of_administrative_unit VARCHAR, population__people_ VARCHAR)
Who is the Runner-up that has a Season less than 2005?
SELECT runner_up FROM table_name_54 WHERE season < 2005
CREATE TABLE table_name_54 (runner_up VARCHAR, season INTEGER)
what are all the hometown where the average age is 16
SELECT hometown FROM table_26267849_2 WHERE age_s_ = "16"
CREATE TABLE table_26267849_2 (hometown VARCHAR, age_s_ VARCHAR)
What is the Proto-Austronesian word for the Proto-Polynesian word *tui?
SELECT proto_austronesian FROM table_name_53 WHERE proto_polynesian = "*tui"
CREATE TABLE table_name_53 (proto_austronesian VARCHAR, proto_polynesian VARCHAR)
What is round 1's position?
SELECT position FROM table_name_13 WHERE round = 1
CREATE TABLE table_name_13 (position VARCHAR, round VARCHAR)
Name the city for ада
SELECT city___municipality FROM table_2562572_5 WHERE cyrillic_name = "Ада"
CREATE TABLE table_2562572_5 (city___municipality VARCHAR, cyrillic_name VARCHAR)
How much did the home team Geelong score?
SELECT home_team AS score FROM table_name_50 WHERE home_team = "geelong"
CREATE TABLE table_name_50 (home_team VARCHAR)
Name the score for howard (8) high rebounds
SELECT score FROM table_name_44 WHERE high_rebounds = "howard (8)"
CREATE TABLE table_name_44 (score VARCHAR, high_rebounds VARCHAR)
When was the oakachoy covered bridge listed?
SELECT listed FROM table_name_34 WHERE name = "oakachoy covered bridge"
CREATE TABLE table_name_34 (listed VARCHAR, name VARCHAR)
What is the country with a rank less than 2?
SELECT country FROM table_name_98 WHERE rank < 2
CREATE TABLE table_name_98 (country VARCHAR, rank INTEGER)
What was the result for round r3?
SELECT result FROM table_name_10 WHERE round = "r3"
CREATE TABLE table_name_10 (result VARCHAR, round VARCHAR)
What is the Placement when the Votes are fewer than 208, and when the Candidate is Jordan Turner?
SELECT placement FROM table_name_58 WHERE votes < 208 AND candidate = "jordan turner"
CREATE TABLE table_name_58 (placement VARCHAR, votes VARCHAR, candidate VARCHAR)
Which Team Win is from sweden and has a Individual win smaller than 1
SELECT MAX(team_wins) FROM table_name_48 WHERE nation = "sweden" AND individual_wins < 1
CREATE TABLE table_name_48 (team_wins INTEGER, nation VARCHAR, individual_wins VARCHAR)
Tell me the digital for tuner of thomson dtt75105
SELECT digital FROM table_name_91 WHERE tuner = "thomson dtt75105"
CREATE TABLE table_name_91 (digital VARCHAR, tuner VARCHAR)
Where does Route 24 intersect?
SELECT location FROM table_10568553_1 WHERE roads_intersected = "Route 24"
CREATE TABLE table_10568553_1 (location VARCHAR, roads_intersected VARCHAR)
What is the verb meaning for *bundun?
SELECT verb_meaning FROM table_1745843_2 WHERE part_3 = "*bundun"
CREATE TABLE table_1745843_2 (verb_meaning VARCHAR, part_3 VARCHAR)
Tell me the notes with method of points and event of adcc 2001 absolute with result of loss
SELECT notes FROM table_name_72 WHERE method = "points" AND event = "adcc 2001 absolute" AND result = "loss"
CREATE TABLE table_name_72 (notes VARCHAR, result VARCHAR, method VARCHAR, event VARCHAR)
What displacement has a model of 2000?
SELECT displacement FROM table_name_78 WHERE model = "2000"
CREATE TABLE table_name_78 (displacement VARCHAR, model VARCHAR)
Where was the game against the away team Footscray held?
SELECT venue FROM table_name_49 WHERE away_team = "footscray"
CREATE TABLE table_name_49 (venue VARCHAR, away_team VARCHAR)
How many goals scored against the opposing team occurred with more than 7 losses, less than 27 goals scored for the team and drawn more than 1?
SELECT COUNT(goals_against) FROM table_name_85 WHERE lost > 7 AND goals_for < 27 AND drawn > 1
CREATE TABLE table_name_85 (goals_against VARCHAR, drawn VARCHAR, lost VARCHAR, goals_for VARCHAR)
What is the place of player tom watson?
SELECT place FROM table_name_25 WHERE player = "tom watson"
CREATE TABLE table_name_25 (place VARCHAR, player VARCHAR)
Who was the champion in the match where C.A. Palmer was the runner-up?
SELECT champion FROM table_name_80 WHERE runner_up = "c.a. palmer"
CREATE TABLE table_name_80 (champion VARCHAR, runner_up VARCHAR)
What loss occurred on June 10?
SELECT loss FROM table_name_81 WHERE date = "june 10"
CREATE TABLE table_name_81 (loss VARCHAR, date VARCHAR)
In which tournament was the 2012 result 1r and the 2013 result 3r?
SELECT tournament FROM table_name_31 WHERE 2012 = "1r" AND 2013 = "3r"
CREATE TABLE table_name_31 (tournament VARCHAR)
Who was the opponent the falcons played against on week 3?
SELECT opponent FROM table_name_87 WHERE week = 3
CREATE TABLE table_name_87 (opponent VARCHAR, week VARCHAR)
Name the Number of electorates (2009 which has a Reserved for ( SC / ST /None) of none, and a Name of jahanabad?
SELECT MIN(number_of_electorates__2009_) FROM table_name_40 WHERE reserved_for___sc___st__none_ = "none" AND name = "jahanabad"
CREATE TABLE table_name_40 (number_of_electorates__2009_ INTEGER, reserved_for___sc___st__none_ VARCHAR, name VARCHAR)
How much was the in-county tuition per credit hour at the Mercer College by the fall of 2009?
SELECT in_county_tuition_per_credit_hour__fall_2009_ FROM table_22308881_2 WHERE college = "Mercer"
CREATE TABLE table_22308881_2 (in_county_tuition_per_credit_hour__fall_2009_ VARCHAR, college VARCHAR)
Name the teams for third points of season cancelled
SELECT teams FROM table_name_95 WHERE third__points_ = "season cancelled"
CREATE TABLE table_name_95 (teams VARCHAR, third__points_ VARCHAR)
Which Goals conceded has Points of 6 and Draws larger than 0?
SELECT MAX(goals_conceded) FROM table_name_10 WHERE points = 6 AND draws > 0
CREATE TABLE table_name_10 (goals_conceded INTEGER, points VARCHAR, draws VARCHAR)
Which exaltation has a domicile of Saturn and Capricorn as a sign?
SELECT exaltation FROM table_name_10 WHERE domicile = "saturn" AND sign = "capricorn"
CREATE TABLE table_name_10 (exaltation VARCHAR, domicile VARCHAR, sign VARCHAR)
Who played SS when paul konerko played 1st base?
SELECT shortstop FROM table_12142298_2 WHERE first_baseman = "Paul Konerko"
CREATE TABLE table_12142298_2 (shortstop VARCHAR, first_baseman VARCHAR)
What is saturday day seven when thursday day five is ሐሙስ hamus?
SELECT saturday_day_seven FROM table_1277350_7 WHERE thursday_day_five = "ሐሙስ hamus"
CREATE TABLE table_1277350_7 (saturday_day_seven VARCHAR, thursday_day_five VARCHAR)
What is the traditional Chinese name for the record Beautiful?
SELECT chinese__traditional_ FROM table_name_84 WHERE english_title = "beautiful"
CREATE TABLE table_name_84 (chinese__traditional_ VARCHAR, english_title VARCHAR)
What is the headquarter of the company with the largest sales?
SELECT Headquarters FROM company ORDER BY Sales_in_Billion DESC LIMIT 1
CREATE TABLE company (Headquarters VARCHAR, Sales_in_Billion VARCHAR)
What are the phone numbers of all customers and suppliers.
SELECT customer_phone FROM customers UNION SELECT supplier_phone FROM suppliers
CREATE TABLE suppliers (customer_phone VARCHAR, supplier_phone VARCHAR); CREATE TABLE customers (customer_phone VARCHAR, supplier_phone VARCHAR)
Which Award Ceremony has a Result of nominated, and a Category of best revival of a musical?
SELECT award_ceremony FROM table_name_75 WHERE result = "nominated" AND category = "best revival of a musical"
CREATE TABLE table_name_75 (award_ceremony VARCHAR, result VARCHAR, category VARCHAR)
What is the college for the player that went to ridge community high school and is defensive back?
SELECT college FROM table_name_19 WHERE position = "defensive back" AND school = "ridge community high school"
CREATE TABLE table_name_19 (college VARCHAR, position VARCHAR, school VARCHAR)
Which Region has a Format of cd album, and a Label of kemado records, and a Catalog of kem 071?
SELECT region FROM table_name_20 WHERE format = "cd album" AND label = "kemado records" AND catalog = "kem 071"
CREATE TABLE table_name_20 (region VARCHAR, catalog VARCHAR, format VARCHAR, label VARCHAR)
What was the attendance when the VFL played Arden Street Oval?
SELECT COUNT(crowd) FROM table_name_50 WHERE venue = "arden street oval"
CREATE TABLE table_name_50 (crowd VARCHAR, venue VARCHAR)
Which game is on mar 12?
SELECT AVG(game) FROM table_name_81 WHERE date = "mar 12"
CREATE TABLE table_name_81 (game INTEGER, date VARCHAR)
Which episode with a demo of 0.7/3 was the lowest?
SELECT MIN(episode__number) FROM table_name_29 WHERE demo = "0.7/3"
CREATE TABLE table_name_29 (episode__number INTEGER, demo VARCHAR)
What was the location and attendance with a score of w 89–86 (ot)?
SELECT location_attendance FROM table_name_62 WHERE score = "w 89–86 (ot)"
CREATE TABLE table_name_62 (location_attendance VARCHAR, score VARCHAR)
What is the number of points when there was a BMW 269 F2 chassis earlier than 1969?
SELECT COUNT(points) FROM table_name_63 WHERE chassis = "bmw 269 f2" AND year < 1969
CREATE TABLE table_name_63 (points VARCHAR, chassis VARCHAR, year VARCHAR)