| ERROR | cannot define referential constraint with ON DELETE SET NULL clause on virtual column |
| CAUSE | Attempted to specify ON DELETE SET NULL clause for a referential integrity constraint on a virtual column. |
| ACTION | Reissue the statement without specifying ON DELETE SET NULL clause. |