C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Trainings
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
SQL Server Transact Basic to Expert - Alter Table Query
WhatsApp
Karthikeyan Anbarasan
14y
3.1
k
0
0
25
Blog
This blog shows how to alter an existing table using the alter command
Syntax:
Alter table Tablename
Add (Column name datatype null/not null)
Example:
Alter table emptable
Add (empSalary int Not Null)
People also reading
Membership not found