answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT original_air_date FROM table_22380270_1 WHERE us_viewers__millions_ = "2.15"
On what air date were there 2.15 million u.s. viewers?
CREATE TABLE table_22380270_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
SELECT network FROM table_name_69 WHERE aspect = "4:3" AND channel > 31.4
Which network has more than 31.4 channels with a 4:3 aspect?
CREATE TABLE table_name_69 (network VARCHAR, aspect VARCHAR, channel VARCHAR)
SELECT MAX(total) FROM table_name_40 WHERE to_par = "+9"
What is the highest total to par of +9?
CREATE TABLE table_name_40 (total INTEGER, to_par VARCHAR)
SELECT college FROM table_25085059_3 WHERE position = "DL"
What college did the player come from whose position is DL?
CREATE TABLE table_25085059_3 (college VARCHAR, position VARCHAR)
SELECT date FROM table_18904831_6 WHERE high_rebounds = "Dydek (11)"
When dydek (11) has the highest rebounds what is the date?
CREATE TABLE table_18904831_6 (date VARCHAR, high_rebounds VARCHAR)
SELECT player FROM table_name_25 WHERE year = 1992
Who played in 1992?
CREATE TABLE table_name_25 (player VARCHAR, year VARCHAR)
SELECT street_address FROM table_name_9 WHERE floors = "5"
What is the street address of the building with 5 floors?
CREATE TABLE table_name_9 (street_address VARCHAR, floors VARCHAR)
SELECT COUNT(validation) FROM table_15905399_1 WHERE iin_ranges = "36"
How many validations are listed for the iin range 36?
CREATE TABLE table_15905399_1 (validation VARCHAR, iin_ranges VARCHAR)
SELECT date FROM table_name_83 WHERE result = "draw" AND venue = "sydney cricket ground"
On what date was there a draw at Sydney Cricket Ground?
CREATE TABLE table_name_83 (date VARCHAR, result VARCHAR, venue VARCHAR)
SELECT T1.date_order_placed FROM orders AS T1 JOIN shipments AS T2 ON T1.order_id = T2.order_id WHERE T2.shipment_tracking_number = 3452
When was the order placed whose shipment tracking number is 3452? Give me the date.
CREATE TABLE shipments (order_id VARCHAR, shipment_tracking_number VARCHAR); CREATE TABLE orders (date_order_placed VARCHAR, order_id VARCHAR)
SELECT region FROM table_name_30 WHERE venue = "william r. johnson coliseum"
What region is William R. Johnson Coliseum in?
CREATE TABLE table_name_30 (region VARCHAR, venue VARCHAR)
SELECT office FROM table_name_63 WHERE republican_ticket = "daniel h. conway"
Which Office has a Republican ticket of daniel h. conway?
CREATE TABLE table_name_63 (office VARCHAR, republican_ticket VARCHAR)
SELECT interface FROM table_name_27 WHERE controller = "sandforce" AND codename = "sierra star"
Which interface uses Sandforce with a code name of Sierra Star?
CREATE TABLE table_name_27 (interface VARCHAR, controller VARCHAR, codename VARCHAR)
SELECT opponent FROM table_name_90 WHERE date = "december 18, 1994"
Who is the opponent of the December 18, 1994 game?
CREATE TABLE table_name_90 (opponent VARCHAR, date VARCHAR)
SELECT decimal FROM table_name_9 WHERE byte_string = "standard" AND model = "sigma 7"
When a Sigma 7 has a standard byte string, what is the value for the decimal?
CREATE TABLE table_name_9 (decimal VARCHAR, byte_string VARCHAR, model VARCHAR)
SELECT digital_terrestrial_channel FROM table_182410_10 WHERE channel = "ITV3"
What is the digital terrestria channel number for itv3?
CREATE TABLE table_182410_10 (digital_terrestrial_channel VARCHAR, channel VARCHAR)
SELECT label FROM table_name_88 WHERE year > 2004 AND details = "2xcd" AND title = "sonic seducer cold hands seduction vol. 69"
Which label has a year older than 2004 and a 2xcd detail as well as the sonic seducer cold hands seduction vol. 69 title?
CREATE TABLE table_name_88 (label VARCHAR, title VARCHAR, year VARCHAR, details VARCHAR)
SELECT location FROM table_name_81 WHERE tournament = "b.c. open"
What is the location of the b.c. open?
CREATE TABLE table_name_81 (location VARCHAR, tournament VARCHAR)
SELECT language FROM table_name_65 WHERE content = "viaggi"
What language has viaggi as the content?
CREATE TABLE table_name_65 (language VARCHAR, content VARCHAR)
SELECT county FROM table_name_36 WHERE median_household_income = "$46,872"
What County has a Median household income of $46,872?
CREATE TABLE table_name_36 (county VARCHAR, median_household_income VARCHAR)
SELECT outgoing_manager FROM table_name_28 WHERE team = "necaxa"
Who was the outgoing manager for the team, necaxa?
CREATE TABLE table_name_28 (outgoing_manager VARCHAR, team VARCHAR)
SELECT tier FROM table_name_91 WHERE division = "leb 2" AND cup_competitions = "copa leb plata runner-up"
Which tier has a division of LEB 2 and Cup Competitions of Copa LEB Plata runner-up?
CREATE TABLE table_name_91 (tier VARCHAR, division VARCHAR, cup_competitions VARCHAR)
SELECT Web AS client FROM table_name_18 WHERE client = "x" AND project = "goto servers vnc java server (gsvncj)"
who is the web client when the client is x and the project is goto servers vnc java server (gsvncj)?
CREATE TABLE table_name_18 (Web VARCHAR, client VARCHAR, project VARCHAR)
SELECT status FROM table_name_16 WHERE opposing_teams = "scotland"
What is Status, when Opposing Teams is "Scotland"?
CREATE TABLE table_name_16 (status VARCHAR, opposing_teams VARCHAR)
SELECT floors FROM table_name_61 WHERE location = "ljubljana" AND name = "tr3"
Which Floors have a Location of ljubljana, and a Name of tr3?
CREATE TABLE table_name_61 (floors VARCHAR, location VARCHAR, name VARCHAR)
SELECT species FROM table_10477224_1 WHERE petal_width = "2.0" AND petal_length = "4.9"
Name the species when petal width is 2.0 and petal length is 4.9
CREATE TABLE table_10477224_1 (species VARCHAR, petal_width VARCHAR, petal_length VARCHAR)
SELECT date FROM table_name_33 WHERE tie_no = "3"
What is Date, when Tie no is "3"?
CREATE TABLE table_name_33 (date VARCHAR, tie_no VARCHAR)
SELECT mission FROM table_name_18 WHERE location = "brasilia"
what is the mission when the location is brasilia?
CREATE TABLE table_name_18 (mission VARCHAR, location VARCHAR)
SELECT T1.member_name, T2.party_name FROM Member AS T1 JOIN party AS T2 ON T1.party_id = T2.party_id
List member names and their party names.
CREATE TABLE party (party_name VARCHAR, party_id VARCHAR); CREATE TABLE Member (member_name VARCHAR, party_id VARCHAR)
SELECT group_a FROM table_name_20 WHERE region = 2
What is the group A region with a region number of 2?
CREATE TABLE table_name_20 (group_a VARCHAR, region VARCHAR)
SELECT MAX(gold) FROM table_name_93 WHERE bronze = 1 AND rank = 5
What is the highest gold when bronze is 1, and rank is 5?
CREATE TABLE table_name_93 (gold INTEGER, bronze VARCHAR, rank VARCHAR)
SELECT kk___1 FROM table_name_79 WHERE kk___3 = "1,100"
What is KK -1 if KK -3 is 1,100?
CREATE TABLE table_name_79 (kk___1 VARCHAR, kk___3 VARCHAR)
SELECT pick__number FROM table_name_65 WHERE round > 7 AND college = "maryland"
What pick number was from the college of maryland and was picked in a round larger than 7?
CREATE TABLE table_name_65 (pick__number VARCHAR, round VARCHAR, college VARCHAR)
SELECT 1880 FROM table_name_19 WHERE 1860 = "n/a" AND 1910 = 494
What is the 1880 figure when 1860 is N/A and 1910 is 494?
CREATE TABLE table_name_19 (Id VARCHAR)
SELECT T1.Store_Phone, T1.Store_Email_Address FROM Drama_Workshop_Groups AS T1 JOIN Services AS T2 ON T1.Workshop_Group_ID = T2.Workshop_Group_ID
What are the phones and emails of workshop groups in which services are performed?
CREATE TABLE Services (Workshop_Group_ID VARCHAR); CREATE TABLE Drama_Workshop_Groups (Store_Phone VARCHAR, Store_Email_Address VARCHAR, Workshop_Group_ID VARCHAR)
SELECT MAX(rank) FROM table_name_44 WHERE lane = 4
What is the highest rank from Lane 4?
CREATE TABLE table_name_44 (rank INTEGER, lane VARCHAR)
SELECT cyrillic_name_other_names FROM table_2562572_30 WHERE settlement = "Rabe"
What is the cyrillic and other name of rabe?
CREATE TABLE table_2562572_30 (cyrillic_name_other_names VARCHAR, settlement VARCHAR)
SELECT result FROM table_1342370_23 WHERE incumbent = "William Madison Whittington"
What was the result of the election featuring william madison whittington?
CREATE TABLE table_1342370_23 (result VARCHAR, incumbent VARCHAR)
SELECT arabic_capital_name FROM table_15694696_1 WHERE english_capital_name = "Beirut"
what is the arabic capital name where the english capital name is beirut?
CREATE TABLE table_15694696_1 (arabic_capital_name VARCHAR, english_capital_name VARCHAR)
SELECT first_match FROM table_name_6 WHERE final_position = "winners" AND competition = "fifa club world cup"
What was the date of the first match of the Fifa Club World Cup that ended with the final position as winners?
CREATE TABLE table_name_6 (first_match VARCHAR, final_position VARCHAR, competition VARCHAR)
SELECT COUNT(viewers) FROM table_name_47 WHERE episode = "gary gets boundaries"
How many viewed the episode gary gets boundaries?
CREATE TABLE table_name_47 (viewers VARCHAR, episode VARCHAR)
SELECT metric_value FROM table_name_11 WHERE jyutping = "lei4"
What metric value has a jyutping of lei4?
CREATE TABLE table_name_11 (metric_value VARCHAR, jyutping VARCHAR)
SELECT home_team FROM table_name_5 WHERE away_team = "north melbourne"
Which team played against North Melbourne as the home team?
CREATE TABLE table_name_5 (home_team VARCHAR, away_team VARCHAR)
SELECT hydroxymatairesinol FROM table_1831262_2 WHERE sesamin = "62724"
what is the number of hydroxymatairesinol where sesamin is 62724?
CREATE TABLE table_1831262_2 (hydroxymatairesinol VARCHAR, sesamin VARCHAR)
SELECT away_team FROM table_name_24 WHERE venue = "kardinia park"
What away team played at Kardinia Park?
CREATE TABLE table_name_24 (away_team VARCHAR, venue VARCHAR)
SELECT MIN(crowd) FROM table_name_14 WHERE away_team = "carlton"
What was the smallest crowd for a Carlton away game?
CREATE TABLE table_name_14 (crowd INTEGER, away_team VARCHAR)
SELECT 1994 FROM table_name_35 WHERE 1998 = "0–1"
Which 1994 has a 1998 of 0–1?
CREATE TABLE table_name_35 (Id VARCHAR)
SELECT driver FROM table_name_88 WHERE laps = "68" AND grid = "18"
Which driver had a grid of 18 with 68 laps?
CREATE TABLE table_name_88 (driver VARCHAR, laps VARCHAR, grid VARCHAR)
SELECT starts FROM table_2626564_2 WHERE winnings = "$101,438"
How many starts did Pearson have when his winnings were $101,438?
CREATE TABLE table_2626564_2 (starts VARCHAR, winnings VARCHAR)
SELECT institution FROM table_name_80 WHERE affiliation = "public" AND location = "black river falls"
What Public Institution is in Black River Falls?
CREATE TABLE table_name_80 (institution VARCHAR, affiliation VARCHAR, location VARCHAR)
SELECT AVG(week) FROM table_name_68 WHERE date = "december 21, 1969"
In what week was the December 21, 1969 game?
CREATE TABLE table_name_68 (week INTEGER, date VARCHAR)
SELECT COUNT(to_par) FROM table_name_72 WHERE country = "united states" AND year_won > 1986 AND player = "paul azinger" AND total > 145
What is the to par for Paul Azinger from the United States after 1986 for a total bigger than 145?
CREATE TABLE table_name_72 (to_par VARCHAR, total VARCHAR, player VARCHAR, country VARCHAR, year_won VARCHAR)
SELECT method FROM table_name_85 WHERE time = "0:46"
Which method had a time of 0:46?
CREATE TABLE table_name_85 (method VARCHAR, time VARCHAR)
SELECT home FROM table_name_86 WHERE date = "march 30"
Date of march 30 involves what home?
CREATE TABLE table_name_86 (home VARCHAR, date VARCHAR)
SELECT AVG(laps) FROM table_name_14 WHERE driver = "toranosuke takagi"
What are toranosuke takagi's average laps?
CREATE TABLE table_name_14 (laps INTEGER, driver VARCHAR)
SELECT T1.name FROM student AS T1 JOIN takes AS T2 ON T1.id = T2.id WHERE T2.course_id IN (SELECT T4.prereq_id FROM course AS T3 JOIN prereq AS T4 ON T3.course_id = T4.course_id WHERE T3.title = 'International Finance')
Find the name of students who have taken the prerequisite course of the course with title International Finance.
CREATE TABLE student (name VARCHAR, id VARCHAR); CREATE TABLE course (course_id VARCHAR, title VARCHAR); CREATE TABLE prereq (prereq_id VARCHAR, course_id VARCHAR); CREATE TABLE takes (id VARCHAR, course_id VARCHAR)
SELECT SUM(money___) AS $__ FROM table_name_43 WHERE score = 70 - 71 - 70 - 69 = 280
What is the sum of Money ($), when Score is 70-71-70-69=280?
CREATE TABLE table_name_43 (money___ INTEGER, score VARCHAR)
SELECT winning_aircraft FROM table_26358264_2 WHERE country = "United Arab Emirates"
When united arab emirates is the country what is the winning aircraft?
CREATE TABLE table_26358264_2 (winning_aircraft VARCHAR, country VARCHAR)
SELECT MAX(to_par) FROM table_name_27 WHERE player = "justin leonard" AND total < 297
What is the highest to par number for Justin Leonard when the total is less than 297?
CREATE TABLE table_name_27 (to_par INTEGER, player VARCHAR, total VARCHAR)
SELECT MAX(n) FROM table_21481509_4 WHERE r1b1c4__r_v69_ = "55.6%"
What is the largest n value for 55.6% r1b1c4 (r-v69)?
CREATE TABLE table_21481509_4 (n INTEGER, r1b1c4__r_v69_ VARCHAR)
SELECT state FROM table_name_73 WHERE hometown = "lincoln, de"
What state has lincoln, de as the hometown?
CREATE TABLE table_name_73 (state VARCHAR, hometown VARCHAR)
SELECT rochester FROM table_name_39 WHERE syracuse = "cardiff dark gray shale" AND albany = "(mt. marion fm.)"
What is Rochester, when Syracuse is Cardiff Dark Gray Shale, and when Albany is (Mt. Marion Fm.)?
CREATE TABLE table_name_39 (rochester VARCHAR, syracuse VARCHAR, albany VARCHAR)
SELECT AVG(rank) FROM table_name_86 WHERE gold < 0
What is the average rank for nations with fewer than 0 gold medals?
CREATE TABLE table_name_86 (rank INTEGER, gold INTEGER)
SELECT home_team FROM table_name_62 WHERE venue = "western oval"
Who was the Home team at the Western Oval location?
CREATE TABLE table_name_62 (home_team VARCHAR, venue VARCHAR)
SELECT SUM(stories) FROM table_name_87 WHERE city = "guadalajara" AND completed > 2007
I want the sum of stories for guadalajara done after 2007
CREATE TABLE table_name_87 (stories INTEGER, city VARCHAR, completed VARCHAR)
SELECT province FROM table_name_72 WHERE city = "mendoza" AND stadium = "feliciano gambarte"
What province is in Mendoza with a stadium feliciano gambarte?
CREATE TABLE table_name_72 (province VARCHAR, city VARCHAR, stadium VARCHAR)
SELECT to_par FROM table_name_68 WHERE player = "josé maría olazábal"
What was José María Olazábal's score?
CREATE TABLE table_name_68 (to_par VARCHAR, player VARCHAR)
SELECT mountains_classification FROM table_25655781_17 WHERE winner = "Borut Božič"
Who had the mountains classification when borut božič was the winner?
CREATE TABLE table_25655781_17 (mountains_classification VARCHAR, winner VARCHAR)
SELECT first_elected FROM table_29486189_4 WHERE representative = "Al Landis"
when was al landis first elected
CREATE TABLE table_29486189_4 (first_elected VARCHAR, representative VARCHAR)
SELECT season FROM table_name_35 WHERE races > 18 AND points = 36
What season has races larger than 18 and 36 points?
CREATE TABLE table_name_35 (season VARCHAR, races VARCHAR, points VARCHAR)
SELECT campus FROM campuses WHERE LOCATION = "Northridge" AND county = "Los Angeles" UNION SELECT campus FROM campuses WHERE LOCATION = "San Francisco" AND county = "San Francisco"
Find the name of the campuses that is in Northridge, Los Angeles or in San Francisco, San Francisco.
CREATE TABLE campuses (campus VARCHAR, LOCATION VARCHAR, county VARCHAR)
SELECT MIN(gross_tonnage) FROM table_11662133_1 WHERE ships_name = "Munich"
What is the minimum gross tonnage of the Munich?
CREATE TABLE table_11662133_1 (gross_tonnage INTEGER, ships_name VARCHAR)
SELECT place FROM table_name_53 WHERE score = 70 - 70 = 140
what is the place when the score is 70-70=140?
CREATE TABLE table_name_53 (place VARCHAR, score VARCHAR)
SELECT city FROM table_name_27 WHERE airport = "naples airport"
Which city is Naples Airport located in?
CREATE TABLE table_name_27 (city VARCHAR, airport VARCHAR)
SELECT world_ranking__1_ FROM table_19948664_1 WHERE author___editor___source = "Transparency International"
What's the wold ranking of the index by Transparency International?
CREATE TABLE table_19948664_1 (world_ranking__1_ VARCHAR, author___editor___source VARCHAR)
SELECT diameter__km_ FROM table_name_65 WHERE longitude = "8.0e"
How long is the diameter that has a longitude of 8.0e?
CREATE TABLE table_name_65 (diameter__km_ VARCHAR, longitude VARCHAR)
SELECT surface FROM table_name_8 WHERE opponent_s_ = "anna-lena grönefeld tatjana malek"
Which Surface has an Opponent(s) of anna-lena grönefeld tatjana malek?
CREATE TABLE table_name_8 (surface VARCHAR, opponent_s_ VARCHAR)
SELECT partner FROM table_name_40 WHERE style = "jazz" AND results = "bottom three"
Who was the partner for the jazz piece in the bottom three?
CREATE TABLE table_name_40 (partner VARCHAR, style VARCHAR, results VARCHAR)
SELECT away_team FROM table_name_42 WHERE date = "21 september"
who is the away team on 21 september?
CREATE TABLE table_name_42 (away_team VARCHAR, date VARCHAR)
SELECT COUNT(*) FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.firstname = "MADLOCK" AND T1.lastname = "RAY"
How many teachers does the student named MADLOCK RAY have?
CREATE TABLE teachers (classroom VARCHAR); CREATE TABLE list (classroom VARCHAR, firstname VARCHAR, lastname VARCHAR)
SELECT opponent_in_the_final FROM table_name_88 WHERE partnering = "graydon oliver"
Which Opponent in the final has a Partnering of graydon oliver?
CREATE TABLE table_name_88 (opponent_in_the_final VARCHAR, partnering VARCHAR)
SELECT event FROM table_name_20 WHERE method = "submission (brabo choke)"
What is the event name when the method is submission (brabo choke)?
CREATE TABLE table_name_20 (event VARCHAR, method VARCHAR)
SELECT MIN(grid) FROM table_name_46 WHERE rider = "colin edwards"
What is the lowest grid number when Colin Edwards is the rider?
CREATE TABLE table_name_46 (grid INTEGER, rider VARCHAR)
SELECT platform FROM table_name_96 WHERE actual_version = "0.8.29"
Which Platform has an Actual version of 0.8.29?
CREATE TABLE table_name_96 (platform VARCHAR, actual_version VARCHAR)
SELECT SUM(total_capacity__mwe_) FROM table_name_86 WHERE power_plant = "ramakkalmedu"
At the power plant located in ramakkalmedu, what is the sum of the total capacity (MWe)?
CREATE TABLE table_name_86 (total_capacity__mwe_ INTEGER, power_plant VARCHAR)
SELECT irrigation_district FROM table_20018310_1 WHERE users___number_ = 4733
Which irrigation district has 4733 users?
CREATE TABLE table_20018310_1 (irrigation_district VARCHAR, users___number_ VARCHAR)
SELECT date_of_appointment FROM table_16075179_6 WHERE team = "St. Johnstone"
When was the date of appointment for St. Johnstone's manager?
CREATE TABLE table_16075179_6 (date_of_appointment VARCHAR, team VARCHAR)
SELECT COUNT(name) FROM table_15463188_17 WHERE school_club_team = "Washington"
How many players are listed for the school/club team Washington?
CREATE TABLE table_15463188_17 (name VARCHAR, school_club_team VARCHAR)
SELECT years FROM table_name_40 WHERE authority = "state" AND decile > 6 AND roll < 33
Name the years with authority of state and decile more than 6 with roll less than 33
CREATE TABLE table_name_40 (years VARCHAR, roll VARCHAR, authority VARCHAR, decile VARCHAR)
SELECT size_of_rest_bit_field FROM table_name_12 WHERE leading_bits > 110 AND start_address = "224.0.0.0"
What is the size of the rest bit field when the leading bits are more than 110 and the start address is 224.0.0.0?
CREATE TABLE table_name_12 (size_of_rest_bit_field VARCHAR, leading_bits VARCHAR, start_address VARCHAR)
SELECT away FROM table_name_69 WHERE ground = "humber college north" AND time = "12:00"
With the Ground of Humber College North at 12:00, what was the Away?
CREATE TABLE table_name_69 (away VARCHAR, ground VARCHAR, time VARCHAR)
SELECT avg_start FROM table_1458412_1 WHERE starts = 30
What is the avg start that starts at 30?
CREATE TABLE table_1458412_1 (avg_start VARCHAR, starts VARCHAR)
SELECT qual FROM table_name_55 WHERE year = "1966"
What is 1966's Qual rating?
CREATE TABLE table_name_55 (qual VARCHAR, year VARCHAR)
SELECT MAX(T1.HS), pPos FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID WHERE T1.HS > 1000 GROUP BY T2.pPos
What is the maximum training hours for the students whose training hours is greater than 1000 in different positions?
CREATE TABLE player (HS INTEGER, pID VARCHAR); CREATE TABLE tryout (pPos VARCHAR, pID VARCHAR)
SELECT MIN(steals) FROM table_22824302_3 WHERE rebounds = 121
How many steals for the player who had 121 rebounds?
CREATE TABLE table_22824302_3 (steals INTEGER, rebounds VARCHAR)
SELECT area FROM table_name_78 WHERE authority = "state" AND roll < 18
Which area has state authority and a roll fewer than 18?
CREATE TABLE table_name_78 (area VARCHAR, authority VARCHAR, roll VARCHAR)
SELECT COUNT(viewers) FROM table_16072430_1 WHERE share = 7 AND weekly_rank = "64"
What is the total number of viewers where the share is 7 and the week rank is 64?
CREATE TABLE table_16072430_1 (viewers VARCHAR, share VARCHAR, weekly_rank VARCHAR)
SELECT MIN(wins) FROM table_name_67 WHERE points = 97 AND season < 2009
What was the lowest amount of wins before season 2009 for 97 points?
CREATE TABLE table_name_67 (wins INTEGER, points VARCHAR, season VARCHAR)
SELECT place FROM table_name_65 WHERE performance = "60.73m"
What is the place when the performance is 60.73m?
CREATE TABLE table_name_65 (place VARCHAR, performance VARCHAR)
SELECT COUNT(senior__4th_year_) FROM table_13967239_2 WHERE junior__3rd_year_ = "World History"
How many classes between senior and junior year for world history
CREATE TABLE table_13967239_2 (senior__4th_year_ VARCHAR, junior__3rd_year_ VARCHAR)