Which database feature enables time-travel queries to access historical data states?
- Temporal Tables
- Point-in-Time Recovery
- Both A and B
- Neither
Answer: Both A and B
Temporal Tables (SQL:2011) automatically track row history; PITR restores database to specific timestamp. Critical for audit, compliance, and debugging.