SnowPro Core Certification — Question 1086
Which command can be executed from a reader account?
Answer options
- A. INSERT
- B. CREATE SHARE
- C. SHOW PROCEDURES
- D. COPY INTO [location]
Correct answer: D
Explanation
The correct answer is D, as a reader account has the permission to execute the COPY INTO command to export data to a specified location. Options A, B, and C are incorrect because they require higher privileges that are not available to reader accounts.