SQL Data Pipeline DDL Flashcards
1
Q
ALTER STREAM
A
Modifies the properties, columns, or constraints for an existingstream.
2
Q
ALTER TASK
A
Modifies the properties for an existing task.
3
Q
CREATE STREAM
A
Creates a new stream in the current/specified schema or replaces an existingstream.
4
Q
CREATE TASK
A
Creates a new task in the current/specified schema or replaces an existing task.
5
Q
DESCRIBE STREAM
A
Describes the columns in a stream.
6
Q
DESCRIBE TASK
A
Describes the columns in a task.
7
Q
DROP STREAM
A
Removes a stream from the current/specified schema.
8
Q
DROP TASK
A
Removes a task from the current/specified schema.
9
Q
SHOW STREAMS
A
Lists the streams for which you have access privileges.
10
Q
SHOW TASKS
A
Lists the tasks for which you have access privileges.