Table Constraints

RLV store loads use the same table constraint evaluation mechanism as IQ main store loads, and have identical performance characteristics with regards to table constraint evaluation.

Table constraints allow expressions to be evaluated against each inserted row. For example

col1 >= col2, col1 NOT NULL

These expressions may only involve columns within the row being loaded.

Related reference
CREATE TABLE Statement
ALTER TABLE Statement