If they are many to many (i assume that is what is meant by N:M, then that cannot be represented in a relational database, and has to be replaced with a junction table, to yield 2 x 1:N relationships.
For example, a customer cannot be directly related to ordered items. You have to include a...