Oracle Error ORA-02438: Column check constraint cannot reference other columns

Oracle Error Message

ORA-02438: Column check constraint cannot reference other columns

Reason for the Error

attempted to define a column check constraint that references another column.

Solution

define it as a table check constriant.