Section 7:66. Managed Tables vs External Tables
When you drop an external table in Hive, only the metadata associated with the table is deleted from the Hive metastore. The underlying data in the external storage system that the table was pointing to is not affected by the drop operation. This is because external tables in Hive are just pointers to data stored …