"When a pipe is recreated, the load history is dropped."
Question 2
What privileges are required to create a task?
Options:
A.
The global privilege create task is required to create a new task.
B.
Tasks are created at the Application level and can only be created by the Account Admin role.
C.
Many Snowflake DDLs are metadata operations only, and create task DDL can be executed without virtual warehouse requirement or task specific grants.
D.
The role must have access to the target schema and the create task privilege on the schema itself.
Answer:
D
Explanation:
Explanation:
All tasks in a simple tree must have the same task owner (i.e. a single role must have the OWNERSHIP privilege on all of the tasks in the tree). All tasks in a simple tree must exist in the same schema.
Question 3
What tasks can be completed using the copy command? (Select TWO)
Options:
A.
Columns can be aggregated
B.
Columns can be joined with an existing table
C.
Columns can be reordered
D.
Columns can be omitted
E.
Data can be loaded without the need to spin up a virtual warehouse