I was left a comment that many-many associations are to be avoided, but I cannot find the original comment/user who left me this info. So I'm asking the community, are many-many associations to be avoided, if so why, and what is the alternative?
example:
A restaurant offers many types of burgers which can be dressed with many different condiments.
Is this not a many-to-many association? Does it not require a relation table that contains the foriegn keys for the BURGER table and the CONDIMENT table?
Thanks in advance,
BW