Database Tables and Records

Hi Readers,

Scenario : I Have 4 database tables and some columns in the tables are as below and all the table are related as below(One to many Relation)

TableA: ID-A, Cluster-A
TableB: ID-B, VM-B, ID-A
TableC: ID-C, Node-C, ID-B
TableD: ID-D, Instance-D, ID-C

I have created a record with TableA and added the relationship with other records.

Now, I want to display all the tables combinedly in an interface (The Interface should be combination of all tables)

Could any one please let me know can we do that, if yes Please give some insights that how can can we do that ??

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data