
Ultimate access to all questions.
A data architect has established a policy requiring all tables in the Lakehouse to be configured as external (unmanaged) Delta Lake tables. Which of the following approaches ensures compliance with this requirement?
A
Include the UNMANAGED keyword in the CREATE TABLE statement.
B
Specify the full file path (using the LOCATION clause) along with the USING DELTA clause when creating the table.
C
Use the LOCATION keyword when creating a database to define the default storage path.
D
Ensure that external cloud object storage is mounted when configuring the workspace environment.