AFTER DROPPING A TABLE, HOW CAN YOU ACCESS THE ROWS WITHIN IT

11. After dropping a table, how can you access the rows within it? (Choose the

best answer.)

A. Query the table using the AS OF syntax.

B. Query the table using the BEFORE DROP syntax.

C. Query the table using its recycle bin name.

D. You can’t query it until it has been recovered.