Which table privilege is necessary to use the UNDROP command with Time Travel?
UNDROP
Restoring a dropped table with UNDROP TABLE is an object-control operation; it requires the OWNERSHIP privilege on the table, rather than DML privileges such as DELETE, INSERT, or UPDATE.
UNDROP TABLE
OWNERSHIP
DELETE
INSERT
UPDATE
Community Discussion