Hi Everyone,
I am trying to write a SOFT RI between a bi temporal parent table and non Tempral child table but it is thoring me an error "Invalid referential integrity definition"
ALTER TABLE EMAIL
ADD CONSTRAINT ALE_SDRI_2
NONSEQUENCED VALIDTIME
FOREIGN KEY (LOCATION_ID)
REFERENCES WITH NO CHECK OPTION
LOCATION (LOCATION_ID) ;
I don't know where I am going wrong...
Forums: