Working top down, define the most basic entities in your data model: COURSE and RACE.
To do this you will use three different CA 2E relations:
Declares a field that is part of the primary key that uniquely identifies a file
Declares a non-key field (attribute) on a file
Specifies a relationship between two files; the primary key of the owning file becomes part of the primary key of the owned file
For example, in the tutorial model, RACE is Owned by COURSE. COURSE is uniquely identified by a Course code. Since RACE is Owned by COURSE, each RACE is uniquely identified by a combination of the COURSE at which it is run, a date, and a time. As a result, the primary key for RACE consists of Course code, Race Date, and Race Time.
Type in relations as shown and use the Tab key or the Field Exit key to advance to the next field or line.

Note: Following are two shortcuts for entering relations.
Press Enter after entering all the relations shown.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|