Column adding -ms sql server

 alter table testmercando1 add column rollno int not null, --wrong

alter table test mercando1 add rollno int not null-- right

Comments