How do you populate a column (define data) which is a concatination of two columns of another table.

nsantosh

Member
How do you populate a column (define data) which is a concatination of two columns of another table.
Lets say i have an emp and dept table. I am generating data in emp and dept table. there is no pk/fk defined in the database. The primary key value in the department is a concatination of the two fields in the emp table.
 
Okay. Yo can select master columns for a normal master/detail relation in the Data Generator. This is not sufficient? If not, can you provide an example of a master record and detail records?
 
Back
Top