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?
- AAn external table where the location is pointing to specific path in external location. (correct answer)
- BAn external table where the schema has managed location pointing to specific path in external location.
- CA managed table where the catalog has managed location pointing to specific path in external location.
- DA managed table where the location is pointing to specific path in external location.
Reveal answer & explanationHide answer
The correct answer is A. Option A: An external table where the location is pointing to specific path in external location.
