Hello everybody! I'm having a problem with the PL/SQL Developer data generator and hoped to find some help in this forum. My problem is, that I have to put a row in a relation to another. For example, I want to generate data about food, one row defines the kind of food, and the second row defines the color. Now I need to tell the data generator, that only the apples can be red or green and that only the prunes can be purple, like: "if 'kind of food' = 'apple', then 'color' = list('red', 'green') else 'color' = 'purple'"
Many thanks in advance and I hope you'll forgive my bad english.
Many thanks in advance and I hope you'll forgive my bad english.

Last edited: