Tagged Questions
35
votes
10answers
3k views
Why do people recommend not using the name “Id” for an identity column?
I was taught not to use the name Id for the identity column of my tables, but lately I've just been using it anyways because it's simple, short, and very descriptive about what the data actually is.
...