Add Relation Column

Use the relation column to connect a master table (also called a parent table) to its detail/child tables. A relation column links multiple records from one child table to a single record in the master table.

This is called a master-detail relationship. This section explains in detail the steps to include a relation column that establishes such a relationship between multiple tables.

Last updated