Newbies greeneyedjak Posted April 12, 2007 Newbies Posted April 12, 2007 I am trying to find a way to add sub-set identifiers to my primary key, i.e. "123" number field is an auto-entry serial primary key. I need to find a way to create 123-a, 123-b (which is a part of the same record, but has different info. Any suggestions.
mr_vodka Posted April 12, 2007 Posted April 12, 2007 I wouldnt add a subset to a primary key. Instead I probably would go with a related table. If there is different info for a specific record, why wouldnt you make this related data?
Recommended Posts
This topic is 6493 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now