InterviewSolution
Saved Bookmarks
| 1. |
What are the different types of tables available in HIve? |
|
Answer» There are two types. Managed table and external table. In managed table both the data an schema in under control of hive but in external table only the schema is under control of Hive. |
|