- table_name
- The name of the valid-time table. May include database qualifier.
- valid_time_period
- The name of the valid-time derived period column.
- valid_start
- The name of the column that will store the beginning bound of the valid-time period.
- valid_end
- The name of the column that will store the ending bound of the valid-time period.
- [AS] VALIDTIME
- Required to create valid-time tables in Vantage.
- WITHOUT DELETE
- Prevents automatic deletion of history and future rows when the valid-time derived period column is dropped from a table.WITHOUT DELETE is a Teradata extension to ANSI.