InterviewSolution
Saved Bookmarks
| 1. |
Which of the following data type is supported by Hive?(a) map(b) record(c) string(d) enum |
|
Answer» The correct option is (d) enum The explanation: Hive has no concept of enums. |
|