Answer Posted / Vikas Deep Saxena
To drop a view in HCatalog, you can use the DROP VIEW statement followed by the name of the view. For example: DROP VIEW view_name; The syntax for creating a view is similar to that of a table, using the CREATE VIEW statement followed by the name of the new view and a SELECT query that defines its contents.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers