adspace
Does Hive support record level Insert, delete or update?
Answer Posted / Ram Babu
Hive does not support record level Insert, delete or update operations natively. Instead, you must insert a complete row (insert overwrite), delete an entire partition (drop partition) or truncate the table (truncate table).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When to choose "External Table" in Hive?
What is a Hive variable? What for we use it?
Can We Change settings within Hive Session? If Yes, How?
What are the different types of tables available in Hive?
Where does the data of a Hive table gets stored?
How to skip header rows from a table in Hive?
What is the stable version of Hive ?
When we are using queries instead of scripting?
When to use explode in Hive?
How can I delete the above index named index_bonuspay?