SQL Server tutorial part 3 - DDL (Data Definition Language) - Alter Table
This SQL Server tutorial explains how to use the ALTER TABLE statement in SQL Server (Transact-SQL) to add a column, modify a column, drop a column, rename a column or rename a table with examples.
Comments
Post a Comment