I have the following tables:
TABLE country ( country_id int not null, name varchar(32) not null, primary key (country_id), unique key (name) )