[Solved] IS_A relationship primary key validation rules


There is no way insertion in a table can check whether that primary key is present in another table apart from either forcing this constraint through business rule or by using DB Trigger.
You need to analyse your DB Model again and try to identify a good design.

1

solved IS_A relationship primary key validation rules