i have a primary key column in a table and i need to find the tables that are taking reference from this primary key .
if A is primary key in table 1
column B in table 2 is foreign key taking reference from table 1 column A,
column c in table 3 is foreign key taking reference from table 1 column A,
my answer should return
B , table 2
C, table 3
Yogeshkumar HadiyaPosted Jun 2, 2022, 6:02 PM
Vaishnavk DomPosted Jun 4, 2022, 4:51 AM
Yogeshkumar Hadiya
Thank you man!
Amit MohantyPosted Jun 3, 2022, 4:09 AM