I've created three tables :
- property (property_ID, property_name)
- specification (spec_ID, spec_name)
- property_spec (property_ID, spec_ID) - in this i've assigned required specification to each property
Now, I want to display all the property names (from property table) and their corresponding specification names next to each property name .
EX:
Quote
Size: 14
Font: Arial
Where Size, Font are property names and 14, 15, arial, times are spec names.
15
Font: Arial
Times
Where Size, Font are property names and 14, 15, arial, times are spec names.
Give me some idea on how to do this.
Thanks


Sign In
Create Account


Back to top










