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

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -