by discard, not A because you have to load the data on a stage before being able to load it into a table. not b because comma is the default delimiter. not c because edi is not supported.
A is also correct.
https://docs.snowflake.com/en/sql-reference/sql/copy-into-table
COPY INTO command allows to copy files directly from remote location bypassing the stage.
COPY INTO [<namespace>.]<table_name>
FROM { internalStage | externalStage | externalLocation }
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
SnowProCertDec22
Highly Voted 1 year, 11 months agoSnowProCertDec22
1 year, 11 months agoAravindhTN
1 year, 10 months agoAlphaCentauriBear
Most Recent 9 months, 1 week agoyaho5
7 months, 2 weeks agoMultiCloudIronMan
1 year, 3 months agoKnightVictor
1 year, 5 months agosnowcert
1 year, 10 months agoRob__C
1 year, 11 months ago