A user created a transient table and made several changes to it over the course of several days. Three days after the table was created, the user would like to go back to the first version of the table.
How can this be accomplished?
While unloading a relational table to JSON, which function can be combined with the COPY INTO
<location> command to convert the table rows into a relational table with a single VARIANT column and then unload the rows into a file?
What happens when a table or schema with a standard retention period is dropped?
How can a dropped internal stage be restored?
What command is used to unload data from a Snowflake table to a local file system?