What's SQL table name for table between 'Users' and 'UserTypes' ?

Posted by Space Cracker on Stack Overflow See other posts from Stack Overflow or by Space Cracker
Published on 2010-05-23T12:16:47Z Indexed on 2010/05/23 12:20 UTC
Read the original article Hit count: 184

i have tow tables in my database :

  • Users : contain user information
  • UserTypes : contain the names of user types ( student , teacher , specialist ) - I can't rename it to 'Types' as we have a table with this name

relation between Users and UserTypes many to many .. so i'll create a table that have UserID(FK) with UserTypeID(FK) but I try to find best name for that table ... any suggestion please ?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about naming-conventions