+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.

Related questions

0 votes
0 votes
asked Sep 7, 2019 in Big Data | Hadoop by john ganales
0 votes
asked Jan 12, 2020 in Big Data | Hadoop by sharadyadav1986
...