What are naming conventions for SQL Server ?
Posted
by newbie
on Stack Overflow
See other posts from Stack Overflow
or by newbie
Published on 2010-04-20T12:15:59Z
Indexed on
2010/04/20
12:33 UTC
Read the original article
Hit count: 301
sql-server
|naming-conventions
I need to create database for SQL Server, what kind of naming convention I sohuld use?
1) Table names could be : customer, Customer, CUSTOMER
2) Field names could be : customer_id, CustomerId, CustomerID, CUSTOMER_ID, customerid, CUSTOMERID and so on...
Is there any official suggestion for naming conventions or what is msot common way to name tables and fields?
© Stack Overflow or respective owner