Which command can be used to unload data into an external named stage in Snowflake?
PUT
CREATE [object]
COPY INTO [table]
COPY INTO [location]
previously checked
COPY INTO (table) is for loading to tables, only
D is correct