exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 88 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 88
Topic #: 1
[All SnowPro Core Questions]

True or False: You can query the files in an External Stage directly without having to load the data into a table.

  • A. True
  • B. False
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
PrasantSadangi
4 days, 14 hours ago
Selected Answer: A
Querying Data in Staged Files Snowflake supports using standard SQL to query data files located in an internal (i.e. Snowflake) stage or named external (Amazon S3, Google Cloud Storage, or Microsoft Azure) stage. This can be useful for inspecting/viewing the contents of the staged files, particularly before loading or after unloading data. https://docs.snowflake.com/en/user-guide/querying-stage
upvoted 1 times
...
Alex_Ovidiu
5 months, 3 weeks ago
False: You cannot directly query the files in an External Stage without having to load the data into a table in Snowflake. Here's why: External stages act as pointers to data residing in external cloud storage locations like S3 or Azure Blob Storage. Snowflake doesn't have direct access to the data format or schema within those files. To query the data, you need to first load it into a Snowflake table using the COPY INTO command. This process reads the data from the external stage, parses it based on the specified format definition, and populates the target table within Snowflake. Once the data is loaded into a Snowflake table, you can then use standard SQL queries to access and analyze it. In essence, external stages serve as a staging area for data before it's brought into Snowflake for processing and querying.
upvoted 3 times
...
Bujji1234
8 months ago
A is correct
upvoted 1 times
...
oscarglob
10 months, 2 weeks ago
Selected Answer: A
True: https://docs.snowflake.com/en/user-guide/querying-stage
upvoted 2 times
...
MultiCloudIronMan
1 year, 2 months ago
Selected Answer: A
Correct
upvoted 1 times
...
Mayuri917233
1 year, 4 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
Tapasgup007
1 year, 9 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
kjdfsafc87456
2 years, 1 month ago
Snowflake supports using standard SQL to query data files located in an internal (i.e. Snowflake) stage or named external (Amazon S3, Google Cloud Storage, or Microsoft Azure) stage. This can be useful for inspecting/viewing the contents of the staged files, particularly before loading or after unloading data.
upvoted 2 times
oscarglob
10 months, 2 weeks ago
Yes, source: https://docs.snowflake.com/en/user-guide/querying-stage
upvoted 1 times
...
...
lhstudylh
2 years, 7 months ago
Selected Answer: A
Correct answer External tables are read-only, therefore no DML operations can be performed on them; however, external tables can be used for query and join operations. Views can be created against external tables.
upvoted 1 times
oscarglob
10 months, 2 weeks ago
Yeah, but that wasn't the question... this one is about whether you can query files on an external stage directly
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago