Concept Flow - External vs managed tables
Create Table Command
Specify Table Type?
Managed
Data stored
in warehouse
Drop table
Data deleted
Shows the decision flow when creating a table: managed tables store data inside warehouse and delete data on drop; external tables point to external data and keep data after drop.