I have designed an er-diagram and have an entity without any attributes. I need this entity (Item) to create a many-to-many relationshop but I guess there is a way to make this more efficient and getting rid of the entity without attributes.
ER DIAGRAM:
Thanks

As I can see from your diagram your
Itemisn't just entity without attributes. It's a base type for yourBAGELandDRINK(you can think of this relationship asinheritancein OOP languages).There are some techniques to work with inheritance in database world. So this
Itemis not a problem forER-diagram.