Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Bounty
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)
SQL Server Transact Basic to Expert - Alter Table Query
People also reading
Membership not found