I need to populate a table using the data generator, but this table have two attributes that are related by a business rule. These two attributes are foreign key to the same table.
Table A
Fields:
- ID_A
- Type
Table B
Fields:
- ID_A_base
- ID_A_reference
- Relationship
Table C (table where I need to generate the data)
Fields:
- ID_C
- ID_A_base
- ID_A_reference (this depends on the value that was generated in ID_A_base)
This would be possible in the data generator?
Table A
Fields:
- ID_A
- Type
Table B
Fields:
- ID_A_base
- ID_A_reference
- Relationship
Table C (table where I need to generate the data)
Fields:
- ID_C
- ID_A_base
- ID_A_reference (this depends on the value that was generated in ID_A_base)
This would be possible in the data generator?
Last edited: