Login
Remember
Register
Ask a Question
What happens when a managed table is dropped?
0
votes
asked
Apr 1, 2020
by
AdilsonLima
What happens when a managed table is dropped?
Only the schema gets dropped.
Both the schema and data are being dropped.
An error is thrown
Only the data gets dropped
#hive-managed-table
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 1, 2020
by
AdilsonLima
Both the schema and data are being dropped.
...