Re: REFERENTIAL INTEGRITY
That is true, but For many databases (in my case now its MySQL) I can use modeling tools (like Workbench), and it nicely updates all existing data and tables, so this leaves nice piece of documentation. In many cases it is useful when working in a group, or simply to refresh your mind after few months. I noticed when I use InnoDB, and create Foreign Keys with CASCADE on Update/Delete or use UNIQUE attribute I have some problems changing records.
One other question: is there any danger of mixing InnoDB and MyISAM within one (same) database?
Arthur