Train Cars Schema Flashcards

(32 cards)

1
Q

What is the primary key for the train_cars table?

A

train_car_id

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

What is the description of the train_cars table?

A

Assets that comprise vehicles, such as train cars, with descriptive information

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

What is the table type of train_cars?

A

Supporting

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

What does the train_car_id field represent?

A

Identifies the train car

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

Is the train_car_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 train_car_label field represent?

A

Human-readable label for the train car

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

What does the train_car_type field represent?

A

Indicates the type of train car

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

What are some examples of train_car_type values?

A

Locomotive, Passenger car, Baggage car, Dining car, Sleeper car, Control car, Other

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

What does the train_car_manufacturer field represent?

A

Manufacturer of the train car

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

What does the train_car_model field represent?

A

Model of the train car

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

What does the train_car_serial_number field represent?

A

Serial number of the train car

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

What does the train_car_year field represent?

A

Year the train car was manufactured

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

What does the train_car_length field represent?

A

Length of the train car in meters

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

What is the minimum value for train_car_length?

A

0

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

What does the train_car_width field represent?

A

Width of the train car in meters

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

What is the minimum value for train_car_width?

17
Q

What does the train_car_height field represent?

A

Height of the train car in meters

18
Q

What is the minimum value for train_car_height?

19
Q

What does the train_car_weight field represent?

A

Weight of the train car in kilograms

20
Q

What is the minimum value for train_car_weight?

21
Q

What does the train_car_capacity field represent?

A

Passenger capacity of the train car

22
Q

What is the minimum value for train_car_capacity?

23
Q

What does the train_car_wheelchair_capacity field represent?

A

Number of wheelchair spaces in the train car

24
Q

What is the minimum value for train_car_wheelchair_capacity?

25
What does the train_car_bike_capacity field represent?
Number of bike spaces in the train car
26
What is the minimum value for train_car_bike_capacity?
0
27
What does the train_car_door_count field represent?
Number of doors on the train car
28
What is the minimum value for train_car_door_count?
0
29
What does the train_car_status field represent?
Indicates the status of the train car
30
What are some possible values for train_car_status?
Active, Inactive, Maintenance, Retired
31
What does the train_car_notes field represent?
Additional notes about the train car
32
What foreign references does the train_cars table have?
None