I have 2 tables: Users and Roles, and I have a table that joins these together. The only thing in the join table is Ids that link the 2 tables.
What should I call th
I've always gone with something like : rel_user_roles or relUserRoles. Which table goes first usually just depends on where it is in the data model.
rel_user_roles
relUserRoles