Which of the following objects can be directly restored using the UNDROP command? (Choose two.)
Which of the following objects can be directly restored using the UNDROP command? (Choose two.)
Tables and schemas can be directly restored using the UNDROP command. This command is used to restore dropped database objects, with schemas and tables being explicitly mentioned as objects that can be undropped.
Account Objects: UNDROP DATABASE Database Objects: UNDROP SCHEMA UNDROP TABLE UNDROP TAG
Answer is correct https://docs.snowflake.com/en/sql-reference/sql/undrop.html
A and D are correct
AD are correct
Correct