Managed and External Tables in Delta Lake

Managed Table

External Table

Summary

Managed Table: Delta Lake controls both the data and metadata, and automatically cleans up data when the table is dropped.

External Table: Delta Lake only controls the metadata, and the user manages the data location. Dropping the table doesn't remove the data itself.