What privileges are required to execute a task?
A. To execute a task, you need the EXECUTE TASK.
B. A task is an account-level object and can only be executed by the Account Admin role.
C. Tasks run automatically and do run under any rote.
D. Tasks are stored in a special database called the utility database and require EXECUTE TASK privilege in the utility database.
True or false: it is best practice to define a clustering key on every table.
A. True
B. False
Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)
A. Use the DROP
B. Specify the TEMPORARY option when creating the file format.
C. Specify the PURGE copy option in the COPY INTO