ALTER STREAM
Modifies the properties, columns, or constraints for an existingstream.
ALTER TASK
Modifies the properties for an existing task.
CREATE STREAM
Creates a new stream in the current/specified schema or replaces an existingstream.
CREATE TASK
Creates a new task in the current/specified schema or replaces an existing task.
DESCRIBE STREAM
Describes the columns in a stream.
DESCRIBE TASK
Describes the columns in a task.
DROP STREAM
Removes a stream from the current/specified schema.
DROP TASK
Removes a task from the current/specified schema.
SHOW STREAMS
Lists the streams for which you have access privileges.
SHOW TASKS
Lists the tasks for which you have access privileges.