How to get the list of all the tables extended from base table and their unique columns as well?
Hi, For suppose if I have a table A extended from base table cmdb_ci which can be further extensible. Now I extended table B from table A and in the same way table C from table B. Table C is someway related to base table cmdb_ci and it has all the co...