C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
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 existing column Definition
WhatsApp
Karthikeyan Anbarasan
14y
2.6
k
0
0
25
Blog
This blog shows on how to alter the existing table definition.
Syntax:
ALTER TABLE table_name
ALTER COLUMN column_name Datatype [NULL | NOT NULL]
Example:
Alter table emptable
Alter Column empsal Varchar(15) Null
SQL Server Transact Basic to Expert - Alter existing column Definition
People also reading
Membership not found