We have 2 object types and want to connect them N:N. For example, articles & authors.
- How would you name relations table?
- What would you put first at table name, articles or authors? (articles2authors or books2authors)
Someone would, probably, recognize this question as stupid. I don't think so because I'm looking for ideal naming convention.
Thank you.