Viewing 4 posts - 16 through 20 (of 20 total)
In my experience, use of so-called ORM (Object-Relational Management) tools create as many or more problems than they solve. There are many times we haven't got a choice because a...
April 11, 2011 at 7:58 am
Method 2: prefixing the tablename to "ID" when using arbitrary unique identifiers is best practice. The reason is that when the Primary Key is migrated as a foreign key, it...
July 24, 2007 at 6:52 am
I've gone back back and forth on the singular v. plural table names argument. In the early days when I was a systems analyst, I was taught that table names...
March 7, 2007 at 8:36 am
While I agree with the essence of the previous posts, saying something is "nonsense" without constructively suggesting alternatives or even saying why is not helpful.
As for a statement like "never use...
March 7, 2007 at 7:41 am
Viewing 4 posts - 16 through 20 (of 20 total)