Concept Flow - Interval type for durations
Start: Define Interval
Use INTERVAL keyword
Specify duration (e.g., '2 days')
Store or use interval value
Perform operations (add, subtract, compare)
Get result as duration
The flow shows how to define and use interval values for durations in PostgreSQL, from specifying to using them in calculations.