SnowPro Core Certification — Question 986
Which operation can be performed on Snowflake external tables?
Answer options
- A. INSERT
- B. JOIN
- C. RENAME
- D. ALTER
Correct answer: D
Explanation
The correct answer is D, as ALTER operations can be performed on external tables to modify their properties. Options A (INSERT) and C (RENAME) are not applicable to external tables, and while JOIN operations (B) can be used in queries involving external tables, they do not pertain to operations that can be directly performed on them.