InterviewSolution
Saved Bookmarks
| 1. |
__________ command disables drops and recreates a table.(a) drop(b) truncate(c) delete(d) none of the mentioned |
|
Answer» Correct answer is (b) truncate The best explanation: The syntax of truncate is as follows: hbase> truncate ‘table name’. |
|