The right way to write "ID" in columns in SQL

Posted by radbyx on Stack Overflow See other posts from Stack Overflow or by radbyx
Published on 2010-05-01T12:57:20Z Indexed on 2010/05/01 12:57 UTC
Read the original article Hit count: 169

Filed under:

My first question in here. I like the site so much :)

I've a SQL table called Product. In that table I want to make a column for the ID of the product, and I really like to now the right way of write ID because I make alot of ID columns in the long run.

So is it: "ID" or "Id" ?

And also a foreign key in another table, is that called ProductID or ProductId?

Thx guys.

© Stack Overflow or respective owner

Related posts about sql