QuestionQ69

Load and leverage structured, semi-structured, and unstructured data

What is the purpose of using the SELECT * SQL statement in Snowflake?

Explanation

In Snowflake, * in a SELECT list is shorthand for returning all columns of the specified object (or all referenced objects when unqualified).

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!