A sales table FCT_SALES has 100 million records.
The following Query was executed
SELECT COUNT (1) FROM FCT__SALES;
How did Snowflake fulfill this query?
Which parameter can be used to instruct a COPY command to verify data files instead of loading them into a specified table?
Which URL type allows users to access unstructured data without authenticating into Snowflake or passing an authorization token?
Query results are stored in the Result Cache for how long after they are last accessed, assuming no data changes have occurred?
True or False: Loading data into Snowflake requires that source data files be no larger than 16MB.