Snowflake Vs MS-SQL - Part 106 - Table Structure - Describe


Table Structure - Describe 

Sometimes, we need to look at how a table is arranged to understand it better.

MS-SQL Server

We can achieve it as follows:



In Snowflake, we use DESC as follows:





For more details, refer to the DESC section.


Comments

Popular posts from this blog

Snowflake Vs MS-SQL - Series

Snowflake Vs MS-SQL - Part 79 - Adding a comment to the Column of a Table

Snowflake Key Concepts