Section 7:65. Creating External Tables in Hive
In Hive, an external table is a table that points to data that is stored outside of the Hive warehouse directory. This means that the data is not managed by Hive, and it can be modified or deleted outside of Hive. To create an external table in Hive, you can follow these steps: 1.Create the …