How can we drop a table in HCatalog?
Answer Posted / Narendra Kumar Saini
To drop a table in HCatalog, you can use the DROP TABLE statement followed by the name of the table. For example: DROP TABLE table_name;
Post New Answer View All Answers
State some DDL Command with brief Description?
6