We have a requirement for a function that will take in 3 different parameters from the user and then return a table for the user. The user will take this table output and use it some other process. What type of function should we use?
Blog
Two areas in Snowflake that we can use to monitor usage and…
Two areas in Snowflake that we can use to monitor usage and activity are?
What do we mean by slowly changing dimensions?
What do we mean by slowly changing dimensions?
What do we mean by the term “junk dimension”?
What do we mean by the term “junk dimension”?
What statement below is true about “Fail Safe”?
What statement below is true about “Fail Safe”?
True or false: We can query data in our stage but we cannot…
True or false: We can query data in our stage but we cannot filter it.
True or false: The main purpose of an external stage is to…
True or false: The main purpose of an external stage is to store business data only used in certain scenarios.
What’s true about micro-partitions?
What’s true about micro-partitions?
What’s the primary purpose of an MDM program?
What’s the primary purpose of an MDM program?
Using the same query in the first select statement, modify i…
Using the same query in the first select statement, modify it to only return APAC and EUROPE regions and then group the data by supplier name, account balance, region name and nation name and order the data by account balance in descending order. (supply the sql only – not the output)