A user has unloaded data from Snowflake to a stage.
Which SQL command should be used to validate which data was loaded into the stage?
A user has unloaded data from Snowflake to a stage.
Which SQL command should be used to validate which data was loaded into the stage?
The correct SQL command to validate which data was loaded into a stage in Snowflake is 'list @file_stage'. This command lists the files in a stage, allowing users to confirm which data has been unloaded and is present in the stage.
https://docs.snowflake.com/en/sql-reference/sql/list
correct
List command is correct
A is correct.
Correct