The tables created via Hive Metastore, stores data in dbfs://user/warehouse/.... but interestingly the Hive metastore by default is local, so it stores metadata related information in the DBFS (which is the attached cluster in Databricks) and since the table is external so data is persisted in cloud storage (S3). Hence deleting the cluster, terminates the Meta data like the Hive table but however since the table is External, so the data is persisted in S3 via DBFS.