64
Views
4
Comments
Solved
Entity Attributes - How to know Parent of ForeignKey?
Question

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

2023-08-28 07-00-10
Paulo Torres
Champion
Solution

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 :)

2026-03-12 06-20-48
KUNDAN CHAUHAN
Champion

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,

2023-08-28 07-00-10
Paulo Torres
Champion
Solution

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 :)

2026-03-12 06-20-48
KUNDAN CHAUHAN
Champion
2023-08-28 07-00-10
Paulo Torres
Champion
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.