Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a database named DB1 that contains a table named Table1. You need to audit all updates to Table1.
Solution: You convert Table1 to a system-versioned temporal table.
Does this meet the goal?
A . Yes
B . No
Answer: B
Explanation:
A temporal table provides information about data stored in the table at any point in time. References: https://docs.microsoft.com/en-us/sql/relational-databases/tables/temporal-tables?view=sql-server2017
Leave a Reply