In HiveQL, which command is used to load data into a Hive table?

  • COPY FROM
  • IMPORT DATA
  • INSERT INTO
  • LOAD DATA
In HiveQL, the command used to load data into a Hive table is LOAD DATA. This command is used to copy data from an external table or a local file system into a Hive table, making the data accessible for querying and analysis.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *