3
I have a slight knowledge of the database and I know how to use it JOINfor certain SELECTs. I am mounting a simple DB where I have certainty absolute that a table has no relations with others. Is it mandatory? There is something related in good practices about this?
No, it is not mandatory for one table to be related to another, however the relationships in a data model are the most important part of this model.
– anonimo