With database table design, Is there an advantage of using special naming convention for a Many-to-m

Posted by Jian Lin on Stack Overflow See other posts from Stack Overflow or by Jian Lin
Published on 2010-04-24T19:05:15Z Indexed on 2010/04/24 19:13 UTC
Read the original article Hit count: 167

Whenever there is a many-to-many relationship, I think there will be immediately a many-to-many table needed (also called a junction table). Is there any advantage of using special naming convention for these tables, as opposed to the other 1 to many tables? Or are there popular special naming conventions used by companies designing database tables?

© Stack Overflow or respective owner

Related posts about database-design

Related posts about many-to-many