Answer No. A relationship table N: N must have a unique table name. But ... you can create such a structure:
Page <--1:N--> MyGreatJoinTable <--N:1--> Media Product <--1:N--> MyGreatJoinTable <--N:1--> Media
You do not need to describe the link, because it refers to another table, but if you want, you can do it.
Of course, MyGreatJoinTable will have at least three columns:
- PageId - ProductId - MediaId
skler source share