I have created a foreign key (in SQL Server) by:
alter table company add CountryID varchar(3); alter table company add constraint Company_CountryID_FK foreig
alter table company drop constraint Company_CountryID_FK