SnowPro Core Certification — Question 1190

The CUSTOMER table in the T1 database is accidentally dropped.

Which privileges are required to restore this table? (Choose two.)

Answer options

Correct answer: B

Explanation

To restore the CUSTOMER table, the OWNERSHIP privilege on the CUSTOMER table is necessary, as it allows the user to perform recovery actions. The other options, such as SELECT privilege or privileges on the T1 database, do not provide the necessary permissions to restore a dropped table.