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
Post a Comment