Snowflake Vs MS-SQL - Part 98 - Create Table If Not Exists


Create Table If Not Exists

Whenever we are creating a new table, we must verify that the table is not already present.

MS-SQL Server

We can achieve it as follows:



In Snowflake we can use it as follows:





For more details, refer to the CREATE TABLE section.

Also, please refer to the earlier article on Create Table - LINK.


Comments

Popular posts from this blog

Snowflake Vs MS-SQL - Part 70 - UNION By Name

Snowflake Vs MS-SQL - Part 68 - Multi Table Insert

Snowflake Vs MS-SQL - Series