Devices Schema Flashcards

(30 cards)

1
Q

What is the primary key for the devices table?

A

device_id

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the description of the devices table?

A

Measurement devices, such as AVL, APC, and AFC devices, associated with vehicles or stops or stations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the table type of devices?

A

Supporting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the device_id field represent?

A

Identifies the device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Is the device_id field required?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the device_type field represent?

A

Indicates the type of device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Is the device_type field required?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are some possible values for device_type?

A

AVL, APC, AFC, Other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the device_subtype field represent?

A

Indicates the subtype of device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are some examples of device_subtype values?

A

GPS, Cellular, Infrared, Pressure, Optical, Magnetic, Smartcard, Mobile, Other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the device_name field represent?

A

Human-readable name for the device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does the device_model field represent?

A

Model of the device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does the device_manufacturer field represent?

A

Manufacturer of the device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the device_serial_number field represent?

A

Serial number of the device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does the device_firmware_version field represent?

A

Firmware version of the device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does the device_software_version field represent?

A

Software version of the device

17
Q

What does the device_installation_date field represent?

A

Date the device was installed

18
Q

What does the device_retirement_date field represent?

A

Date the device was retired

19
Q

What does the device_status field represent?

A

Indicates the status of the device

20
Q

What are some possible values for device_status?

A

Active, Inactive, Maintenance, Retired

21
Q

What does the vehicle_id field represent?

A

Identifies the vehicle the device is installed on

22
Q

What does the stop_id field represent?

A

Identifies the stop the device is installed at

23
Q

What does the device_location field represent?

A

Indicates the location of the device on the vehicle or at the stop

24
Q

What are some examples of device_location values?

A

Front door, Rear door, Middle door, Front of vehicle, Rear of vehicle, Middle of vehicle, Ceiling, Floor, Wall, Other

25
What does the device_accuracy field represent?
Indicates the accuracy of the device
26
What are some possible values for device_accuracy?
Excellent, Good, Fair, Poor
27
What does the device_calibration_date field represent?
Date the device was last calibrated
28
What does the device_calibration_expiration_date field represent?
Date the device calibration expires
29
What does the device_notes field represent?
Additional notes about the device
30
What foreign references does the devices table have?
vehicle_id → vehicles, stop_id → stops