QUESTION POSED ON: 04 April 2008
I have some validation rules. There are two tables,
NODE and METANODE. Here the METANODE column SUBTYPE will depend on the value of the NODE column NODETYPE. So, if NODETYPE of NODE has a value of 'Role' then SUBTYPE of METANODE might have the value 'Process'.
NODE METANODE
-------------- ---------------
NODETYPE : Role SUBTYPE : Process
How can I put a constraint for this?
|