Identify a scenario to use an external table.
A Data Engineer needs to create a parquet bronze table and wants to ensure that it gets stored in a specific path in an external location.
Which table can be created in this scenario?
An external table where the location is pointing to specific path in external location.
An external table where the schema has managed location pointing to specific path in external location.
A managed table where the catalog has managed location pointing to specific path in external location.
A managed table where the location is pointing to specific path in external location.
Submit