Identifier Convention
The following convention must be followed for Snowflake identifiers:
- In all SQL queries, all the schema names, table names, and column names must be specified in the exact case as stored in Snowflake. Schema retrieval fails if the exact case is not provided.
- Use of aliases for functions is mandatory.
- All the aliases used in a query must be set in double quotes.