0 votes
in Hive by
If the database contains some tables, then using which keyword can it be forced to drop the tables?

(a) Cascade

(b) Restrict

(c) Overwrite

(d) Drop

1 Answer

0 votes
by

If the database contains some tables, then using which keyword can it be forced to drop the tables?

(a) Cascade

(b) Restrict

(c) Overwrite

(d) Drop

Correct Answer to the above question is :  Restrict

🔗Reference: stackoverflow.com

🔗Source: Java Interview Questions and Answers

...