
Ultimate access to all questions.
A data architect has implemented a policy requiring all tables in the Lakehouse to be configured as external (unmanaged) Delta Lake tables. Which approach should a data engineer use to ensure compliance with this requirement?
A
Define the LOCATION keyword at the database level to set a global default storage path for all tables.
B
Ensure that all external cloud object storage is mounted during workspace configuration.
C
Include the UNMANAGED keyword in the CREATE TABLE statement when defining the schema.
D
Provide the explicit storage path using the LOCATION clause or the .option("path", ...) method alongside USING DELTA when creating the table.