howdy all,
Can anyone help me in finding object dependencies through a column.
Suppose there is a column that only needs to be deleted from the table but before deleting that column from the table we should know where else it (that column) exists in the entire database.
Means if col_A is present in tab_A on which a view (vew_A) is created along with that column (col_A) then col_A should not be deleted from tab_A but vew_A also.
how do we achieve it, kindly help?
Regards,
SK