SnowPro Core Certification — Question 1032

Which stages are created by default, with no need to use the CREATE STAGE command? (Choose two.)

Answer options

Correct answer: D, E

Explanation

The correct answers are D (Table stage) and E (User stage) as these stages are automatically created by Snowflake when you create a table or a user, respectively. Options A (External stage), B (Internal stage), and C (Named stage) require explicit creation using the CREATE STAGE command.