SQL Server Transact Basic to Expert - Alter Table QueryKarthikeyan Anbarasan15yPublished May 10, 2011, 12:00 AMUpdated May 10, 2011, 8:46 AM3.3k00Reactions×25BlogThis blog shows how to alter an existing table using the alter commandSyntax:Alter table TablenameAdd (Column name datatype null/not null)Example:Alter table emptableAdd (empSalary int Not Null)CommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.