What does the SQL temporal table (system-versioned table) feature provide?

SQL Fundamentals Hard

SQL Fundamentals — Hard

What does the SQL temporal table (system-versioned table) feature provide?

Key points

  • System-versioned tables track row history automatically
  • AS OF queries can retrieve past data
  • Time periods are maintained by the system

Ready to go further?

Related questions