Best naming for a column in a SQL Server table

Posted by Lance Fisher on Stack Overflow See other posts from Stack Overflow or by Lance Fisher
Published on 2010-05-20T23:40:47Z Indexed on 2010/05/20 23:50 UTC
Read the original article Hit count: 190

Which of the following three options would you choose for a column name in a SQL Server table, and why?

  1. YearToDateWages
  2. YTDWages
  3. YtdWages

Follow up:

  1. SSN
  2. Ssn
  3. SocialSecurityNumber

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about database