SQL Data Loading Unloading DDL Flashcards
ALTER FILE FORMAT
Modifies the properties for an existing file format object.
ALTER PIPE
Modifies a limited set of properties for an existing pipe object.
ALTER STAGE
Modifies the properties for an existing named internal or external stage.
CREATE FILE FORMAT
Creates a named file format that describes a set of staged data to access or load into Snowflake tables.
CREATE PIPE
Creates a new pipe in the system for defining theCOPY INTO statement used bySnowpipeto load data from an ingestion queue into tables.
CREATE STAGE
Creates a new namedinternalorexternalstage to use for loading data from files into Snowflake tables and unloading data from tables into files.
DESCRIBE FILE FORMAT
Describes the properties and their current values for a file format, as well as the default values for each property.
DESCRIBE PIPE
Describes the properties specified for a pipe, as well as the default values of the properties.
DESCRIBE STAGE
Describes the values specified for the properties in a stage (file format, copy, and location), as well as the default values for each property.
DROP FILE FORMAT
Removes the specified file format from the current/specified schema.
DROP PIPE
Removes the specified pipe from the current/specified schema.
DROP STAGE
Removes the specified named internal or external stage from the current/specified schema.
SHOW FILE FORMATS
Lists the file formats for which you have access privileges.
SHOW PIPES
Lists the pipes for which you have access privileges.
SHOW STAGES
Lists all the stages for which you have access privileges.