SnowflakeSnowflake
COF-C02 · Question #350
COF-C02 Question #350: Real Exam Question with Answer & Explanation
The correct answer is B: JOIN. Snowflake external tables are read-only, which means data manipulation language (DML) operations like INSERT, RENAME, or ALTER cannot be performed on them. However, external tables can be used for query and join operations.
Snowflake Cloud Data Platform Features and Architecture
Question
Which operation can be performed on Snowflake external tables?
Options
- AINSERT
- BJOIN
- CRENAME
- DALTER
Explanation
Snowflake external tables are read-only, which means data manipulation language (DML) operations like INSERT, RENAME, or ALTER cannot be performed on them. However, external tables can be used for query and join operations.
Topics
#External Tables#JOIN operations#Read-only tables#Data querying
Community Discussion
No community discussion yet for this question.