+1 vote
in Big Data | Hadoop by
How does OVERWRITE clause work in CREATE TABLE statement in Hive?

1 Answer

0 votes
by

We use OVERWRITE clause in CREATE TABLE statement to delete the existing data and write new data in a Hive table. Essentially, as the name suggests, OVERWRITE helps in overwriting existing data in a Hive table.

...