Question 4:
When you create a temporal table in Azure SQL Database, it automatically creates a history table in the same database for capturing the historical records. Which of the following statements are true about the temporal table and history table? [Select all options that are applicable]
Answer options:
A.A temporal table must have 1 primary key. B.To create a temporal table, System Versioning needs to be set to On. C.To create a temporal table, System Versioning needs to be set to Off. D.It is mandatory to mention the name of the history table when you create the temporal table. E.If you don`t specify the name for the history table, the default naming convention is used for the history table. F.You can specify the table constraints for the history table.