# Introduction As a data warehouse, Hive offers a variety of ways to save external data internally. These are three commonly used methods: - Insert query results from other tables into newly created tables. - Import data from local file system to Hive tables. - Import data from HDFS to Hive tables.
Click the virtual machine below to start practicing