Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A user creates a stage using the following command:
CREATE STAGE mystage DIRECTORY = (ENABLE = TRUE) FILE_FORMAT = myformat;
What will be the outcome?
A
A stage with a directory table set to automatically refresh will be created.
B
A stage with a directory table that has metadata that must be manually refreshed will be created.
C
An error will be received stating that the storage location for the stage must be identified when creating a stage with a directory table.
D
The command will fail to run because the name of the directory table is not specified.