I know this may sound like a ridiculous question, as I somehow doubt it's even worth asking.
But as I always like to be better safe than sorry, I'll ask anyway.
Is it always mandatory that all entities in an entity relation diagram be related?
I ask this because I'm modeling a database for a web Application I'm going to start to develop, and I have an entity-relation diagram with a log table and a related log-detail table, both of which aren't related to any other tables in the database.
Originally I just placed them in the bottom of the diagram with the remaining related tables above them, but a coworker of mine just told me I have to relate them all, and It just doesn't feel right, as there aren't any other tables in the design that seem to be fit to be related with the log table.
Opinions?