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...