I am learning the data model and came accross this situation where a relationship SELLS between manufacturer and Products entities. I don't know how to represent the bolded statements in the question below:
" Manufacturers are identified by their name; they have an address and a phone number. Each manufacturer usually sells several products, with distinct names. However, two products from two manufacturers might have the same name. "
Is it possible to make it visible in the diagram? If yes, how ?