M
maura
I have two tables that I am creating: a client table and
an auction table. I am using an abbreviation of the
clients name as the primary key, ie: FFCU for Fairbanks
Federal Credit Union. And I plan on doing the same for the
auction table, ie: SAA for Southern Auto Auction.
The problem is that sometimes an auction will be a client,
so I am going to add them in the client table. My question
is can I use the same abbreivation in the client table as
I did in the auction table? Will I get any conflicts down
the road in doing this?
an auction table. I am using an abbreviation of the
clients name as the primary key, ie: FFCU for Fairbanks
Federal Credit Union. And I plan on doing the same for the
auction table, ie: SAA for Southern Auto Auction.
The problem is that sometimes an auction will be a client,
so I am going to add them in the client table. My question
is can I use the same abbreivation in the client table as
I did in the auction table? Will I get any conflicts down
the road in doing this?