InterviewSolution
Saved Bookmarks
| 1. |
What does the “USE” command in hive do? |
|
Answer» With the use command you fix the database on which all the subsequent hive queries will run. |
|