What is the key difference between a managed table and an external table in Unity Catalog?
-
A
Managed tables support ACID transactions; external tables do not
-
B
Unity Catalog controls the lifecycle and storage of managed tables; external tables use user-specified storage
-
C
External tables can only be read; managed tables support full DML
-
D
Managed tables are stored in Delta format; external tables must use Parquet