Snowflake Vs MS-SQL - Part 107 - Create or Alter Table - Add Column
Create or Alter Table - Add Column
You design a table to meet your current requirements, and after a few days, you might need to add an additional column to the existing table.
MS-SQL Server
In Snowflake, we can use a similar approach as above; however, we can make use of ALTER as follows:
For more details, refer to the ALTER section.

Comments
Post a Comment