SQL Data Loading Unloading DDL Flashcards

1
Q

ALTER FILE FORMAT

A

Modifies the properties for an existing file format object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ALTER PIPE

A

Modifies a limited set of properties for an existing pipe object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ALTER STAGE

A

Modifies the properties for an existing named internal or external stage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

CREATE FILE FORMAT

A

Creates a named file format that describes a set of staged data to access or load into Snowflake tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

CREATE PIPE

A

Creates a new pipe in the system for defining theCOPY INTO statement used bySnowpipeto load data from an ingestion queue into tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CREATE STAGE

A

Creates a new namedinternalorexternalstage to use for loading data from files into Snowflake tables and unloading data from tables into files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

DESCRIBE FILE FORMAT

A

Describes the properties and their current values for a file format, as well as the default values for each property.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

DESCRIBE PIPE

A

Describes the properties specified for a pipe, as well as the default values of the properties.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

DESCRIBE STAGE

A

Describes the values specified for the properties in a stage (file format, copy, and location), as well as the default values for each property.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

DROP FILE FORMAT

A

Removes the specified file format from the current/specified schema.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

DROP PIPE

A

Removes the specified pipe from the current/specified schema.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

DROP STAGE

A

Removes the specified named internal or external stage from the current/specified schema.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

SHOW FILE FORMATS

A

Lists the file formats for which you have access privileges.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

SHOW PIPES

A

Lists the pipes for which you have access privileges.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

SHOW STAGES

A

Lists all the stages for which you have access privileges.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly