Nakul's Blog - #0309 - SQL Server - ALTER TABLE - Use the WITH VALUES to populate default values whe
SQL Server empowers us with the WITH VALUES clause which can be used in the ALTER TABLE statement to populate default values when adding new columns to an existing table. In this post, we look the usage of the WITH VALUES clause....