Web Administration, Linked Tables

interactive | editorial | code | resource 
Demonstrations > Part 2
 

Part 2 - Multiple Tables

Multi-table relationships

Part 1 looked at a simple system to deal with administering a single table. More complex systems usually involve multiple tables, and the relationships between them. It's easy to administer data in multi-table relationships with QuickAdmin. To illustrate this, we'll use two examples.

One-Many -
Each customer may be linked to many orders (one customer --> many orders).
See more details of how to configure a One-Many relationship with QuickAdmin.


Many-Many -
Each employee may cover many areas, and each area may be covered by many employees.
See more details of how to configure a Many-Many relationship with QuickAdmin.


 
Demonstrations > Part 2