if (select count(*) from sys.syscolumns where tname='Guests' and cname='Nationality')=0 then alter table Guests add Nationality varchar(25); end if;