The Plane table will contain one record for every plane utilized by Dairy Air.
Field Name | Key? | Required? | Data Type | Range | Description |
---|---|---|---|---|---|
Plane Number | Yes | Yes | Integer | >= 1 | A unique system-assigned number for the plane. |
Plane Type | No | Yes | String | Alphabetic | A description of the plane. |
Plane Capacity | No | Yes | Integer | >= 1 | The total passenger capacity of the plane. |
Location | No | Yes | Integer | >= 1 | A number representing the location of the plane. |
If location is stored as an integer, it must be displayed to the end user as the city name, not an arbitrarily assigned number.
The table below shows the forms that will access the Plane database, the authorized users of those forms, and the table access level.
Form Name | Security Group | Access Rights |
Add Plane | Plane Administration | Read/Add |
Edit Plane | Plane Administration | Read/Modify/Delete |
Add Flight | Flight Scheduler | Read |
Edit Flight | Flight Scheduler | Read |
Security Group |
Admin Access |
Read |
Add |
Modify |
Delete |
System Admin |
X |
X |
X |
X |
X |
Flight Admin |
X |
||||
Plane Admin |
X |
X |
X |
X |
X |
Booking Agents |