why do you have a column named countryid and corresponding foreign key to a country table? can you please provide the data as follows for all datadeclare @products table(idproduct int, name varchar(50), country varchar(50), code int, price decimal(10,3))insert into @idproduct -- name -- country -- code price1, 'apple', 'england', 23, 5union etc
<><><><><><><><><><><><><><><><><>If you don't have the passion to help people, you have no passion