Snowflake Vs MS-SQL - Part 65 - SELECT records - TABLE

         



SELECT records - TABLE

To see the records from any table, you need to use the SELECT command.


MS-SQL Server 

If we want to fetch ALL records, then you can use the SELECT command as below:




However, in Snowflake, this can be achieved in the same way as above; however, you can use the TABLE command as below: 




    

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 Vs MS-SQL - Part 75 - String Length and Trimmed Length