I have two tables tblA and tblX. In tblA, there is a foreign key FKX from tblX. I want to copy corresponding values of StringColumn to strColCopy column. It introduces redundancy but it's part of longer migrations process.
How can I access tblX.StringColumn cell for every single tblA.FKX cell?
