I have a database in Oracle, developed using Magic uniPaas.
How do I connect a main table to its child:
for example
Person has one or many addresses
Person has one or many phones
Today I have PRN_Person, and ADR_Addresses and COM_Communications,
They each have Person_ID which is the main index of PRN_Person and in ADR and OCM it is the FK as the unique key identifier.
I am searching for a tool to develop a web interface to our application,
Per-Olof Hermansson