I am reading the book Database Processing, 14th Edition. In chapter 5, Min and Max Cardinality are discussed. My question is mainly focused on min cardinality. For example, it is mentioned that a department has one or more employees while employee belongs to 0 or more department. The figure is as follows:
I have drawn the following diagram to understand how to place the oval and vertical bar for min, and the N and 1 for max cardinality
It seems to me both min and max cardinalities are reversed in the figure provided by the book. If an employee may not belong to a department, why oval is placed next to department? Similar question goes for max cardinality
I would deeply appreciate if someone could help me understand and further recommend detailed tutorials as the explanation in the book is not sufficient for me to understand. Note that I have read other tutorials, book, etc that use different notations, but I need to learn the notation from the above book.