I have a fairly complicated SQL script that I would like to generate the ERD for, as this was given to me from another customer and I do not have the underlying db. I noticed you can Reverse Engineer scripts. However, is there a way to take a standard Select (view) and have TDM automatically add the underlying table entities?
For example, 'select * from x, y, z where x = y(+) and y = x(+) ’ would generate the tables and RI for x,y,z and the assoicated view.