Is it possible to tell if a database is normalised just by looking at the ERM? What assumptions do you have just by looking at the ERM
Entity Relationship (ER) diagram will give you an idea about relationships between entities and helps in making assumptions about normalization, but does not guarantee that normalization was done. Looking at the structure, data and relationships (foreign keys) will confirm normalization.
Some assumptions: