| General DB Chat If it relates to databases ... write about here. |
|
|||
|
I have a question on adding a constraint to a table.
The following are my tables. 1. Attribute table that will define the attributes Code:
Attribute AtId AtName 1 Age 2 Gender Code:
AttributeValue AtValId AtId AtDesc 1 1 10 - 20 2 1 21 - 30 3 1 31 - 40 4 2 Male 5 2 Female Code:
User UserId User Name Age Gender 1 Matt thompson 2 4 |