GrandmasterB
New member
- Local time
- Today, 12:21
- Joined
- Jan 26, 2009
- Messages
- 9
Hi all. So far this forum (three days) has been helpful, and I've searched through past posts to see if this question was asked, but haven't found anything, so here's another thread:
I have tables
tblCustomers
tblVendors
(actually there are about 15 tables, but these two will be good reps of the issue).
In each table are fields like
Name
Address1
Address2
City
State
Zip
.
.
.
So, there are similar fields across multiple tables.
What is the standard nomenclature here? I've basically structured it as
tblCustomers
CustomerName
CustomerAddress1
.
.
.
and
tblVendors
VendorName
VendorAddress
.
.
.
Am I just wasting effort and making it more difficult to type out when writing queries or code, etc, or is this standard? I've noticed this makes it really easy to know what I'm actually referencing, but I find myself having to type out the same thing over and over.
I know this is like DB 101, but as I mentioned before, I'm self taught and most of you seem kinda smart.
What do you think?
I have tables
tblCustomers
tblVendors
(actually there are about 15 tables, but these two will be good reps of the issue).
In each table are fields like
Name
Address1
Address2
City
State
Zip
.
.
.
So, there are similar fields across multiple tables.
What is the standard nomenclature here? I've basically structured it as
tblCustomers
CustomerName
CustomerAddress1
.
.
.
and
tblVendors
VendorName
VendorAddress
.
.
.
Am I just wasting effort and making it more difficult to type out when writing queries or code, etc, or is this standard? I've noticed this makes it really easy to know what I'm actually referencing, but I find myself having to type out the same thing over and over.
I know this is like DB 101, but as I mentioned before, I'm self taught and most of you seem kinda smart.

What do you think?