From 01eff1147d9128d2fbb1b5b6963abff0560010ec Mon Sep 17 00:00:00 2001 From: MichaelZarkov <61320281+MichaelZarkov@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:38:25 +0300 Subject: [PATCH] Update data-platform-entity-lookup.md --- .../maker/data-platform/data-platform-entity-lookup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerapps-docs/maker/data-platform/data-platform-entity-lookup.md b/powerapps-docs/maker/data-platform/data-platform-entity-lookup.md index 377475e862..81d31acf5c 100644 --- a/powerapps-docs/maker/data-platform/data-platform-entity-lookup.md +++ b/powerapps-docs/maker/data-platform/data-platform-entity-lookup.md @@ -18,8 +18,8 @@ Data in one table often relates to data in another table. For example, you might You can create several types of relationships from one table to another (or between a table and itself). Each table can have a relationship with more than one table, and each table can have more than one relationship to another table. Some common relationship types are: -* **Many-to-one** - In this type of relationship, each row in table A can match more than one row in table B, but each row in table B can match only one row in table A. For example, a class has a single classroom. This is the most common type of relationship and is shown in the column list as a **Lookup column** -* **One-to-many** - In this type of relationship, each row in table B can match more than one row in table A, but each row in table A can match only one row in table B. For example, a single teacher, teaches many classes. +* **Many-to-one** - In this type of relationship, each row in table B can match more than one row in table A, but each row in table A can match only one row in table B. For example, a class has a single classroom. This is the most common type of relationship and is shown in the column list as a **Lookup column** +* **One-to-many** - In this type of relationship, each row in table A can match more than one row in table B, but each row in table B can match only one row in table A. For example, a single teacher, teaches many classes. * **Many-to-many** - In this type of relationship, each row in table A can match more than one row in table B, and vice versa. For example, students attend many classes, and each class can have multiple students. Additionally, you can set advanced cascading behaviors on many-to-one and one-to-many relationships whenever an action is taken on the parent table.