validtime
Validtime, in database and information modeling, refers to the temporal dimension that records when a fact is true in the real world. It represents the period during which a statement or data item is valid, regardless of when it is stored or observed. This is distinct from transaction time, which tracks when a fact was stored or observed by the database system.
A validtime value is typically an interval with a start and end timestamp. Intervals can be closed
Bi-temporal databases retain both validtime and transaction time, enabling queries about what was true in the
Common use cases include tracking address histories, product availability, or any domain where facts evolve over
Standards and implementations vary. SQL-based systems have introduced temporal features to support validtime, including period semantics