Hello All,
Someone know if it's possible to know the follow:
I have a table, I'll check the fields of this table in Entity_Attr. One of the fields is foreign Key and now I want to know which is the parent table of this ForeignKey.
It's possible to know this?
Thanks, Paulo Torres
Hi Kundan,
Not works like that but is similar.
In Type we have two SS Key, the second one after * is the SS Key of parent Table.
Thanks anyway because your idea helped me to look for this field :)
Hi Paulo Torres,
check foreign Key attr. data type
data type identifier name is the parent table name.
Here two table first one is Student and second is StudentImage
In StudentImage table Id is the foreign key
when we check Id data type then data type is Student Identifier
So here parent table of foreign key is : Student
Thanks,
Thanks for share .
Thank you too, you are the best :)