sql - Naming convention for an identity column in a database -


what point behind naming convention when identity column in table called userid, productid etc. instead of id? prons , cons?

one advantage of longer names: when use columns in complicated query many tables (e.g. joins) don't have prefix columns know table come , minimize problems column names ambiguity.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - EclipseLink JPA Object is not a known entity type -

java - Need to add SOAP security token -