How to make database with this;
Field name is [METHOD] then under [METHOD] there are selection of [METHOD1], [METHOD2, [METHOD3]
then under [METHOD1] there is a value [1,2,3] then in [METHOD2] there is also a value of [1,2,3] and also for the [METHOD3]
this is the output (disregard the arrow):
Field name is [METHOD] then under [METHOD] there are selection of [METHOD1], [METHOD2, [METHOD3]
then under [METHOD1] there is a value [1,2,3] then in [METHOD2] there is also a value of [1,2,3] and also for the [METHOD3]
this is the output (disregard the arrow):
Code:
METHOD --> METHOD1 METHOD2 METHOD3 1 1 1 2 2 2 3 3 3
Comment