Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 23 Next »

This page is for anyone using an ERD to define a data structure. It explains the properties for relationships. 

Overview

Relationships are part of ERDs; see Understanding ERDs and Creating an ERD. They represent the connection between a primary key attribute in one stream and an attribute in another stream. For example, the relationship line in the screenshot below shows that Teacher.Department contains the same data as the primary key SchoolDept.UID.

A stream's unique identifier is its primary key, and where it occurs in another stream, it is a foreign key.

The screenshot above shows that a relationship line has a one termination at the primary key and an arrow pointing to the foreign key. This line represents the 1 and many ends of the relationship.

PhixFlow automatically sets the properties for a relationship, except the description. To add a relationship description, click on the relationship line to open its properties. Relationships are not listed in the repository. 

Properties

Parent Details

If this item is within or belongs to another, it's parent name is shown here. See the Common Properties page, Parent Details section for more details.

Basic Settings

The following settings are read-only.

FieldDescription
Stream AThe name of the source stream for the relationship.
Stream Attribute AThe source attribute. 
Stream BThe name of the destination stream for the relationship.
Stream Attribute BThe destination attribute.

Description

We recommend that you always enter a description to explain the purpose of this item.

 Audit Tab

Audit Summary

See the Common Properties page, Audit Summary section.




  • No labels