Hi all.
MS SQL Server 2000 supports cascade update .
Why oracle doesn't support it?
is there theoritical problem with oracle table structures?
I know it can do with triggers but it is hard in many relation database and it is better that exists ON UPDATE CASCADE like ON DELETE CASCADE in CREATE TABLE ,ALTER TABLE .

Best Regards.