If I create a foreign key is referential integrity automatic? Do I have to set anything else to make cascading work?
edit: for example, in postgres. I mean by automatic that I don't need to set anything else up to make RI work. Deletes. I am guessing though a FK means that it will insure data is present in the FK for the insert.