AlarmImage
Join table connecting images to alarms.
Entity: AlarmImage
Description
Join table connecting images to alarms.
Attributes
| Attribute | Type / Unit | Description |
|---|---|---|
IMID | PK+FK → Image(IMID) | Image id. |
AID | PK+FK → Alarm(AID) | Alarm id. |
Keys
- Primary Key (composite): (
IMID,AID) - Foreign Keys:
IMID→Image.IMID,AID→Alarm.AID - Unique Keys: —