System-versioned temporal tables are designed to keep a full history of data changes and allow easy point in time analysis. Use this tag with questions related to Temporal tables in SQL Server 2016 or higher. Don't use in case of RDBMS other than SQL Server. Do not use this tag for normal SQL scripts and normal relational tables.
Temporal Tables are Microsoft Sql Server support for system-versioned tables as a database feature that brings built-in support for providing information about data stored in the table at any point in time rather than only the data that is correct at the current moment in time. Temporal is a database feature that was introduced in ANSI SQL 2011 and is now supported in SQL Server 2017.
Supported by Sql Server 2016 (all versions) and Sql Azure v12