text
stringlengths
114
1.06k
### question: What is the Italian word for "orange" in English? ### answer: SELECT italian FROM table_2077192_2 WHERE english = "orange" ### context: CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR)
### question: How many Phonetic Greek words translate to grenouille in French? ### answer: SELECT COUNT(phonetic_greek) FROM table_2077192_2 WHERE french = "grenouille" ### context: CREATE TABLE table_2077192_2 (phonetic_greek VARCHAR, french VARCHAR)
### question: What does the word "frog"in English translate to in Italian? ### answer: SELECT italian FROM table_2077192_2 WHERE english = "frog" ### context: CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR)
### question: Where are the Alexandria enrollment locations? ### answer: SELECT enrollment FROM table_2076608_3 WHERE location_s_ = "Alexandria" ### context: CREATE TABLE table_2076608_3 (enrollment VARCHAR, location_s_ VARCHAR)
### question: What is the control type which was founded in 1991? ### answer: SELECT control FROM table_2076608_3 WHERE founded = "1991" ### context: CREATE TABLE table_2076608_3 (control VARCHAR, founded VARCHAR)
### question: What is the control type which was founded in 1818? ### answer: SELECT control FROM table_2076608_3 WHERE founded = "1818" ### context: CREATE TABLE table_2076608_3 (control VARCHAR, founded VARCHAR)
### question: What year was Hartland College founded? ### answer: SELECT founded FROM table_2076608_3 WHERE school = "Hartland College" ### context: CREATE TABLE table_2076608_3 (founded VARCHAR, school VARCHAR)
### question: What type of school is Cordoba University? ### answer: SELECT type FROM table_2076608_3 WHERE school = "Cordoba University" ### context: CREATE TABLE table_2076608_3 (type VARCHAR, school VARCHAR)
### question: What school is in Richmond? ### answer: SELECT school FROM table_2076608_3 WHERE location_s_ = "Richmond" ### context: CREATE TABLE table_2076608_3 (school VARCHAR, location_s_ VARCHAR)
### question: What accreditation does Hollins University have? ### answer: SELECT accreditation FROM table_2076608_1 WHERE school = "Hollins University" ### context: CREATE TABLE table_2076608_1 (accreditation VARCHAR, school VARCHAR)
### question: What was the largest founded year for schools having enrollment of exactly 696? ### answer: SELECT MAX(founded) FROM table_2076608_1 WHERE enrollment = "696" ### context: CREATE TABLE table_2076608_1 (founded INTEGER, enrollment VARCHAR)
### question: What is the control for Christopher Newport University? ### answer: SELECT control FROM table_2076608_1 WHERE school = "Christopher Newport University" ### context: CREATE TABLE table_2076608_1 (control VARCHAR, school VARCHAR)
### question: What is the total number of schools founded that have an enrollment of 5634? ### answer: SELECT COUNT(founded) FROM table_2076608_1 WHERE enrollment = "5634" ### context: CREATE TABLE table_2076608_1 (founded VARCHAR, enrollment VARCHAR)
### question: What type of school is Stratford University? ### answer: SELECT type FROM table_2076608_1 WHERE school = "Stratford University" ### context: CREATE TABLE table_2076608_1 (type VARCHAR, school VARCHAR)
### question: What type of school is Jefferson College of Health Sciences? ### answer: SELECT type FROM table_2076608_1 WHERE school = "Jefferson College of Health Sciences" ### context: CREATE TABLE table_2076608_1 (type VARCHAR, school VARCHAR)
### question: Name the nec record for 11th standing ### answer: SELECT nec_record FROM table_20774360_2 WHERE standing = "11th" ### context: CREATE TABLE table_20774360_2 (nec_record VARCHAR, standing VARCHAR)
### question: Name the year for standing 9th ### answer: SELECT year FROM table_20774360_2 WHERE standing = "9th" ### context: CREATE TABLE table_20774360_2 (year VARCHAR, standing VARCHAR)
### question: Name the year for t-10th ### answer: SELECT year FROM table_20774360_2 WHERE standing = "T-10th" ### context: CREATE TABLE table_20774360_2 (year VARCHAR, standing VARCHAR)
### question: Name the regular season record for standing 11th ### answer: SELECT regular_season_record__w_l_ FROM table_20774360_2 WHERE standing = "11th" ### context: CREATE TABLE table_20774360_2 (regular_season_record__w_l_ VARCHAR, standing VARCHAR)
### question: Name the most previous br number ### answer: SELECT MAX(previous_br_no) FROM table_2079664_3 ### context: CREATE TABLE table_2079664_3 (previous_br_no INTEGER)
### question: Name the total number of previous br number for number 21 ### answer: SELECT COUNT(previous_br_no) FROM table_2079664_3 WHERE number = "21" ### context: CREATE TABLE table_2079664_3 (previous_br_no VARCHAR, number VARCHAR)
### question: What country uses the title Marele Câștigător The Big Winner? ### answer: SELECT country_region FROM table_20780285_1 WHERE title = "Marele câștigător The Big Winner" ### context: CREATE TABLE table_20780285_1 (country_region VARCHAR, title VARCHAR)
### question: Silvio Santos is the presenter in what country? ### answer: SELECT country_region FROM table_20780285_1 WHERE presenters = "Silvio Santos" ### context: CREATE TABLE table_20780285_1 (country_region VARCHAR, presenters VARCHAR)
### question: What is the home town of David Noel? ### answer: SELECT home_town FROM table_20785990_2 WHERE name = "David Noel" ### context: CREATE TABLE table_20785990_2 (home_town VARCHAR, name VARCHAR)
### question: What is the high school for the player who's hometown is Blue Island, Il? ### answer: SELECT high_school FROM table_20785990_2 WHERE home_town = "Blue Island, IL" ### context: CREATE TABLE table_20785990_2 (high_school VARCHAR, home_town VARCHAR)
### question: What is the position of the player who's hometown is North Babylon, NY? ### answer: SELECT position FROM table_20785990_2 WHERE home_town = "North Babylon, NY" ### context: CREATE TABLE table_20785990_2 (position VARCHAR, home_town VARCHAR)
### question: What position is the player from Chapel Hill, NC? ### answer: SELECT position FROM table_20785990_2 WHERE home_town = "Chapel Hill, NC" ### context: CREATE TABLE table_20785990_2 (position VARCHAR, home_town VARCHAR)
### question: What is the height of the player from Gulfport, MS? ### answer: SELECT height FROM table_20785990_2 WHERE home_town = "Gulfport, MS" ### context: CREATE TABLE table_20785990_2 (height VARCHAR, home_town VARCHAR)
### question: In what county did McCain get 57.8%? ### answer: SELECT county FROM table_20799905_1 WHERE mccain_percentage = "57.8%" ### context: CREATE TABLE table_20799905_1 (county VARCHAR, mccain_percentage VARCHAR)
### question: How many figures are given for McCain's % in Davidson county? ### answer: SELECT COUNT(mccain_percentage) FROM table_20799905_1 WHERE county = "DAVIDSON" ### context: CREATE TABLE table_20799905_1 (mccain_percentage VARCHAR, county VARCHAR)
### question: What percentage did Obama get in Rutherford county? ### answer: SELECT obama_percentage FROM table_20799905_1 WHERE county = "RUTHERFORD" ### context: CREATE TABLE table_20799905_1 (obama_percentage VARCHAR, county VARCHAR)
### question: What percentage did McCain get in Hamilton county? ### answer: SELECT mccain_percentage FROM table_20799905_1 WHERE county = "HAMILTON" ### context: CREATE TABLE table_20799905_1 (mccain_percentage VARCHAR, county VARCHAR)
### question: What percentage did Obama get when McCain got 52.8%? ### answer: SELECT obama_percentage FROM table_20799905_1 WHERE mccain_percentage = "52.8%" ### context: CREATE TABLE table_20799905_1 (obama_percentage VARCHAR, mccain_percentage VARCHAR)
### question: How many votes did Obama get in Lake County? ### answer: SELECT MIN(obama_number) FROM table_20799905_1 WHERE county = "LAKE" ### context: CREATE TABLE table_20799905_1 (obama_number INTEGER, county VARCHAR)
### question: In how many counties did McCain get 65.72% of the votes? ### answer: SELECT COUNT(county) FROM table_20799587_1 WHERE mccain_percentage = "65.72%" ### context: CREATE TABLE table_20799587_1 (county VARCHAR, mccain_percentage VARCHAR)
### question: How many people voted for Obama in the county where McCain got 72.75% of the votes? ### answer: SELECT MIN(obama_number) FROM table_20799587_1 WHERE mccain_percentage = "72.75%" ### context: CREATE TABLE table_20799587_1 (obama_number INTEGER, mccain_percentage VARCHAR)
### question: What percentage of the votes did McCain get in Hinds? ### answer: SELECT mccain_percentage FROM table_20799587_1 WHERE county = "Hinds" ### context: CREATE TABLE table_20799587_1 (mccain_percentage VARCHAR, county VARCHAR)
### question: How many votes did McCain get in Scott? ### answer: SELECT MIN(mccain_number) FROM table_20799587_1 WHERE county = "Scott" ### context: CREATE TABLE table_20799587_1 (mccain_number INTEGER, county VARCHAR)
### question: What percentage of the votes in Tippah did Obama get? ### answer: SELECT obama_percentage FROM table_20799587_1 WHERE county = "Tippah" ### context: CREATE TABLE table_20799587_1 (obama_percentage VARCHAR, county VARCHAR)
### question: What percentage of the votes in Copiah did McCain get? ### answer: SELECT mccain_percentage FROM table_20799587_1 WHERE county = "Copiah" ### context: CREATE TABLE table_20799587_1 (mccain_percentage VARCHAR, county VARCHAR)
### question: When n/a is the cash fate and n/a is the 31-day pass how many types of fare are there? ### answer: SELECT COUNT(type_of_fare) FROM table_20803241_1 WHERE 31 - day_pass = "N/A" AND cash_fare = "N/A" ### context: CREATE TABLE table_20803241_1 (type_of_fare VARCHAR, cash_fare VARCHAR, day_pass VARCHAR)
### question: When fixed route is the type of fare how much is the 31-day pass? ### answer: SELECT 31 - day_pass FROM table_20803241_1 WHERE type_of_fare = "Fixed Route" ### context: CREATE TABLE table_20803241_1 (day_pass VARCHAR, type_of_fare VARCHAR)
### question: When mega pass* (senior/disabled) is the type of fare what is the cash fare? ### answer: SELECT cash_fare FROM table_20803241_1 WHERE type_of_fare = "Mega Pass* (Senior/Disabled)" ### context: CREATE TABLE table_20803241_1 (cash_fare VARCHAR, type_of_fare VARCHAR)
### question: When mega pass* (senior/disabled) is the type of fare what is the day pass? ### answer: SELECT day_pass FROM table_20803241_1 WHERE type_of_fare = "Mega Pass* (Senior/Disabled)" ### context: CREATE TABLE table_20803241_1 (day_pass VARCHAR, type_of_fare VARCHAR)
### question: When fort irwin-barstow/victorville is the type of fare what is the cash fare? ### answer: SELECT cash_fare FROM table_20803241_1 WHERE type_of_fare = "Fort Irwin-Barstow/Victorville" ### context: CREATE TABLE table_20803241_1 (cash_fare VARCHAR, type_of_fare VARCHAR)
### question: Where total goals is 1 and total apps is 33, what is the smallest no.? ### answer: SELECT MIN(no) FROM table_20848569_9 WHERE total_goals = 1 AND total_apps = 33 ### context: CREATE TABLE table_20848569_9 (no INTEGER, total_goals VARCHAR, total_apps VARCHAR)
### question: What position is the boat with 20.12 LOA (metres)? ### answer: SELECT MAX(position) FROM table_20854943_2 WHERE loa__metres_ = "20.12" ### context: CREATE TABLE table_20854943_2 (position INTEGER, loa__metres_ VARCHAR)
### question: What are the LOA (metres) of boat with sail number M10? ### answer: SELECT loa__metres_ FROM table_20854943_2 WHERE sail_number = "M10" ### context: CREATE TABLE table_20854943_2 (loa__metres_ VARCHAR, sail_number VARCHAR)
### question: How many LOA (metres) reported for Black Jack? ### answer: SELECT COUNT(loa__metres_) FROM table_20854943_2 WHERE yacht = "Black Jack" ### context: CREATE TABLE table_20854943_2 (loa__metres_ VARCHAR, yacht VARCHAR)
### question: What race number had sail number AUS 98888? ### answer: SELECT race_number FROM table_20854943_2 WHERE sail_number = "AUS 98888" ### context: CREATE TABLE table_20854943_2 (race_number VARCHAR, sail_number VARCHAR)
### question: How many sail numbers for boat skippered by Geoff Ross? ### answer: SELECT COUNT(sail_number) FROM table_20854943_2 WHERE skipper = "Geoff Ross" ### context: CREATE TABLE table_20854943_2 (sail_number VARCHAR, skipper VARCHAR)
### question: When did they play against West Virginia? ### answer: SELECT date FROM table_20850339_1 WHERE opponent = "West Virginia" ### context: CREATE TABLE table_20850339_1 (date VARCHAR, opponent VARCHAR)
### question: When l (ot/so) is 22 (3/4), what is the season? ### answer: SELECT season FROM table_20833768_4 WHERE l__ot_so_ = "22 (3/4)" ### context: CREATE TABLE table_20833768_4 (season VARCHAR, l__ot_so_ VARCHAR)
### question: In season is 2008–09, how many wins did they have? ### answer: SELECT w__ot_so_ FROM table_20833768_4 WHERE season = "2008–09" ### context: CREATE TABLE table_20833768_4 (w__ot_so_ VARCHAR, season VARCHAR)
### question: What is the weight of Eben Britton? ### answer: SELECT MAX(weight) FROM table_20860739_1 WHERE player = "Eben Britton" ### context: CREATE TABLE table_20860739_1 (weight INTEGER, player VARCHAR)
### question: How many rounds did Virginia have? ### answer: SELECT round FROM table_20860739_1 WHERE college = "Virginia" ### context: CREATE TABLE table_20860739_1 (round VARCHAR, college VARCHAR)
### question: How many rounds were there a height of 6'5? ### answer: SELECT round FROM table_20860739_1 WHERE height = "6'5" ### context: CREATE TABLE table_20860739_1 (round VARCHAR, height VARCHAR)
### question: What college has a player that is 6'1? ### answer: SELECT college FROM table_20860739_1 WHERE height = "6'1" ### context: CREATE TABLE table_20860739_1 (college VARCHAR, height VARCHAR)
### question: What is the number of Mike Thomas? ### answer: SELECT COUNT(position) FROM table_20860739_1 WHERE player = "Mike Thomas" ### context: CREATE TABLE table_20860739_1 (position VARCHAR, player VARCHAR)
### question: What college did Terrance Taylor play for? ### answer: SELECT college FROM table_20861261_4 WHERE player = "Terrance Taylor" ### context: CREATE TABLE table_20861261_4 (college VARCHAR, player VARCHAR)
### question: What's Curtis Painter's position? ### answer: SELECT position FROM table_20861261_4 WHERE player = "Curtis Painter" ### context: CREATE TABLE table_20861261_4 (position VARCHAR, player VARCHAR)
### question: How much does the player from Southern California weight? ### answer: SELECT weight FROM table_20861261_4 WHERE college = "Southern California" ### context: CREATE TABLE table_20861261_4 (weight VARCHAR, college VARCHAR)
### question: In what round did the player who weights 192lb (87kg) play? ### answer: SELECT MAX(round) FROM table_20861261_4 WHERE weight = "192lb (87kg)" ### context: CREATE TABLE table_20861261_4 (round INTEGER, weight VARCHAR)
### question: What's the choice score of the player who weights 303lb (137kg)? ### answer: SELECT MIN(choice) FROM table_20861261_4 WHERE weight = "303lb (137kg)" ### context: CREATE TABLE table_20861261_4 (choice INTEGER, weight VARCHAR)
### question: How many different engines are there for the model with model designation 97G00? ### answer: SELECT COUNT(engine) FROM table_20866024_2 WHERE model_designation = "97G00" ### context: CREATE TABLE table_20866024_2 (engine VARCHAR, model_designation VARCHAR)
### question: What's the engine for the model model designation 97G00 and GVW of 2500/2.46 kg/ton? ### answer: SELECT engine FROM table_20866024_2 WHERE gvw__kg_ton_ = "2500/2.46" AND model_designation = "97G00" ### context: CREATE TABLE table_20866024_2 (engine VARCHAR, gvw__kg_ton_ VARCHAR, model_designation VARCHAR)
### question: What model type has model designation 97500? ### answer: SELECT model_type FROM table_20866024_2 WHERE model_designation = "97500" ### context: CREATE TABLE table_20866024_2 (model_type VARCHAR, model_designation VARCHAR)
### question: What's the axle ratio of the model with model designation 97G00? ### answer: SELECT axle_ratio FROM table_20866024_2 WHERE model_designation = "97G00" ### context: CREATE TABLE table_20866024_2 (axle_ratio VARCHAR, model_designation VARCHAR)
### question: What model type has 97100 model designation? ### answer: SELECT model_type FROM table_20866024_2 WHERE model_designation = "97100" ### context: CREATE TABLE table_20866024_2 (model_type VARCHAR, model_designation VARCHAR)
### question: What type of engine does the model with model designation 97100 have? ### answer: SELECT engine FROM table_20866024_3 WHERE model_designation = "97100" ### context: CREATE TABLE table_20866024_3 (engine VARCHAR, model_designation VARCHAR)
### question: What's the wheelbase (in mm/inch) of the model with model designation 97G00? ### answer: SELECT wheelbase__mm_inch_ FROM table_20866024_3 WHERE model_designation = "97G00" ### context: CREATE TABLE table_20866024_3 (wheelbase__mm_inch_ VARCHAR, model_designation VARCHAR)
### question: What type of engine does the model with model designation 97F00 have? ### answer: SELECT engine FROM table_20866024_3 WHERE model_designation = "97F00" ### context: CREATE TABLE table_20866024_3 (engine VARCHAR, model_designation VARCHAR)
### question: What's the model designation of the model with GVW of 2828/2.78 kg/ton and axle ratio of 9/47? ### answer: SELECT model_designation FROM table_20866024_3 WHERE gvw__kg_ton_ = "2828/2.78" AND axle_ratio = "9/47" ### context: CREATE TABLE table_20866024_3 (model_designation VARCHAR, gvw__kg_ton_ VARCHAR, ax...
### question: Who is the player name when eastern michigan is the college? ### answer: SELECT player_name FROM table_20871703_1 WHERE college = "Eastern Michigan" ### context: CREATE TABLE table_20871703_1 (player_name VARCHAR, college VARCHAR)
### question: What is the height if ot is the position? ### answer: SELECT height FROM table_20871703_1 WHERE position = "OT" ### context: CREATE TABLE table_20871703_1 (height VARCHAR, position VARCHAR)
### question: Who is the player for south carolina college? ### answer: SELECT player_name FROM table_20871703_1 WHERE college = "South Carolina" ### context: CREATE TABLE table_20871703_1 (player_name VARCHAR, college VARCHAR)
### question: What is the height if de is the position? ### answer: SELECT COUNT(height) FROM table_20871703_1 WHERE position = "DE" ### context: CREATE TABLE table_20871703_1 (height VARCHAR, position VARCHAR)
### question: Which college has fb as the position? ### answer: SELECT college FROM table_20871703_1 WHERE position = "FB" ### context: CREATE TABLE table_20871703_1 (college VARCHAR, position VARCHAR)
### question: What is the GVW for model 97H00? ### answer: SELECT gvw__kg_ton_ FROM table_20866024_4 WHERE model_designation = "97H00" ### context: CREATE TABLE table_20866024_4 (gvw__kg_ton_ VARCHAR, model_designation VARCHAR)
### question: How many engines are there for model 97H00? ### answer: SELECT COUNT(engine) FROM table_20866024_4 WHERE model_designation = "97H00" ### context: CREATE TABLE table_20866024_4 (engine VARCHAR, model_designation VARCHAR)
### question: What is the Wheelbase for Model 97300? ### answer: SELECT wheelbase__mm_inch_ FROM table_20866024_4 WHERE model_designation = "97300" ### context: CREATE TABLE table_20866024_4 (wheelbase__mm_inch_ VARCHAR, model_designation VARCHAR)
### question: Name the Engine for model CF350. ### answer: SELECT engine FROM table_20866024_4 WHERE model_type = "CF350" ### context: CREATE TABLE table_20866024_4 (engine VARCHAR, model_type VARCHAR)
### question: Was the result of the supercheap auto bathurst 1000 reported? ### answer: SELECT report FROM table_20884160_1 WHERE race_title = "Supercheap Auto Bathurst 1000" ### context: CREATE TABLE table_20884160_1 (report VARCHAR, race_title VARCHAR)
### question: Who was the winner of the race at barbagallo raceway? ### answer: SELECT winner FROM table_20884160_1 WHERE circuit = "Barbagallo Raceway" ### context: CREATE TABLE table_20884160_1 (winner VARCHAR, circuit VARCHAR)
### question: how many players played running back where status is made 53-man roster at start of 2009 season ### answer: SELECT COUNT(player) FROM table_20898602_1 WHERE status = "Made 53-man roster at start of 2009 season" AND position = "Running back" ### context: CREATE TABLE table_20898602_1 (player VARCHAR, statu...
### question: howe many positions did wallace, mike mike wallace play for ### answer: SELECT COUNT(position) FROM table_20898602_1 WHERE player = "Wallace, Mike Mike Wallace" ### context: CREATE TABLE table_20898602_1 (position VARCHAR, player VARCHAR)
### question: state the status of pick # 32 ### answer: SELECT status FROM table_20898602_1 WHERE pick__number = 32 ### context: CREATE TABLE table_20898602_1 (status VARCHAR, pick__number VARCHAR)
### question: which college had a running back player ### answer: SELECT college FROM table_20898602_1 WHERE position = "Running back" ### context: CREATE TABLE table_20898602_1 (college VARCHAR, position VARCHAR)
### question: what is the position of the player of height ft0in (m) ### answer: SELECT position FROM table_20898602_1 WHERE height = "ft0in (m)" ### context: CREATE TABLE table_20898602_1 (position VARCHAR, height VARCHAR)
### question: what's the position of pick # 79 ### answer: SELECT position FROM table_20898602_1 WHERE pick__number = 79 ### context: CREATE TABLE table_20898602_1 (position VARCHAR, pick__number VARCHAR)
### question: How many touchdowns were scored when QB rating was 82.7? ### answer: SELECT MAX(touchdowns) FROM table_20906175_3 WHERE qb_rating = "82.7" ### context: CREATE TABLE table_20906175_3 (touchdowns INTEGER, qb_rating VARCHAR)
### question: What was the QB rating for Neil lomax? ### answer: SELECT qb_rating FROM table_20906175_3 WHERE name = "Neil Lomax" ### context: CREATE TABLE table_20906175_3 (qb_rating VARCHAR, name VARCHAR)
### question: How many attempts did Charley Johnson have? ### answer: SELECT COUNT(attempts) FROM table_20906175_3 WHERE name = "Charley Johnson" ### context: CREATE TABLE table_20906175_3 (attempts VARCHAR, name VARCHAR)
### question: How many touchdowns were there with QB rating of 66.6? ### answer: SELECT touchdowns FROM table_20906175_3 WHERE qb_rating = "66.6" ### context: CREATE TABLE table_20906175_3 (touchdowns VARCHAR, qb_rating VARCHAR)
### question: Name the number opponent for loss result ### answer: SELECT COUNT(opponent) FROM table_20928661_1 WHERE result = "Loss" ### context: CREATE TABLE table_20928661_1 (opponent VARCHAR, result VARCHAR)
### question: Name the game for record being 3-0 ### answer: SELECT game FROM table_20928661_1 WHERE record = "3-0" ### context: CREATE TABLE table_20928661_1 (game VARCHAR, record VARCHAR)
### question: What was the date of game 6? ### answer: SELECT date FROM table_20928649_1 WHERE game = 6 ### context: CREATE TABLE table_20928649_1 (date VARCHAR, game VARCHAR)
### question: What was the record for the game where the cardinals scored 7 points? ### answer: SELECT record FROM table_20928649_1 WHERE cardinals_points = 7 ### context: CREATE TABLE table_20928649_1 (record VARCHAR, cardinals_points VARCHAR)
### question: What game date had the record of 1-2? ### answer: SELECT date FROM table_20928649_1 WHERE record = "1-2" ### context: CREATE TABLE table_20928649_1 (date VARCHAR, record VARCHAR)
### question: How many opponents were in North Carolina state game? ### answer: SELECT COUNT(opponents) FROM table_20928649_1 WHERE opponent = "North Carolina State" ### context: CREATE TABLE table_20928649_1 (opponents VARCHAR, opponent VARCHAR)