Question 133:
A developer is doing some testing on an application using the Amazon Aurora database. During the testing activities, the developer accidentally executes a DELETE statement without a WHERE clause. They wish to undo this action. What is the optimal solution to revert the database to the correct state with minimal effort?
Answer options:
A.Use Amazon Aurora Backtracking feature. B.Use Amazon Aurora “Restore to point in time” feature. C.Restore the Amazon Aurora database from a snapshot. D.Restore the Amazon Aurora from a read replica.