Does Hive support record level Insert, delete or update?



Does Hive support record level Insert, delete or update?..

Answer / 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

More Apache Hive Interview Questions

What is ObjectInspector functionality?

1 Answers  


What is the difference between Internal Table and External Table in Hive?

1 Answers  


When to use Hive?

1 Answers  


Can a partition be archived? What are the advantages and Disadvantages?

1 Answers  


Difference between external table and internal table in HIVE ?

1 Answers  


How can you configure remote metastore mode in Hive?

1 Answers  


If you run hive as a server, what are the available mechanism for connecting it from application?

1 Answers  


What are different modes of metastore deployment in Hive?

1 Answers  


What are the different Data Types available in Hive?

1 Answers  


Explain what is Hive?

1 Answers  


How to Rename a table in Hive

1 Answers  


What is Internal and External table in Hive?

1 Answers  


Categories