TIDES Tables Overview Flashcards

(33 cards)

1
Q

What is the vehicle_locations table?

A

Timestamped vehicle locations and speeds

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

What is the passenger_events table?

A

Timestamped passenger-related events, including boardings and alightings

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

What is the fare_transactions table?

A

Timestamped fare transactions, associated with devices

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

What is the stop_visits table?

A

Summarized boarding, alighting, arrival, departure, and other events by trip and stop for each service date

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

What is the trips_performed table?

A

Trips performed for each service date

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

What is the station_activities table?

A

Summarized transactions, entries, and exits by stop or station and time period for each service date (for events not associated with a trip)

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

What is 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
8
Q

What is 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
9
Q

What is the vehicle_train_cars table?

A

Relationships between assets and vehicles

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

What is the vehicles table?

A

Vehicles, including buses and train consists, with descriptive information

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

What is the operators table?

A

Personnel who operate vehicles

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

What is the primary key for the vehicle_locations table?

A

location_ping_id

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

What is the primary key for the passenger_events table?

A

passenger_event_id

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

What is the primary key for the fare_transactions table?

A

transaction_id

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

What is the primary key for the stop_visits table?

A

service_date, trip_id_performed, trip_stop_sequence

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

What is the primary key for the trips_performed table?

A

service_date, trip_id_performed

17
Q

What is the primary key for the station_activities table?

A

service_date, stop_id, time_period_start, time_period_end

18
Q

What is the primary key for the devices table?

19
Q

What is the primary key for the train_cars table?

20
Q

What is the primary key for the vehicle_train_cars table?

A

vehicle_id, train_car_id

21
Q

What is the primary key for the vehicles table?

22
Q

What is the primary key for the operators table?

23
Q

What is the table type for vehicle_locations?

24
Q

What is the table type for passenger_events?

25
What is the table type for fare_transactions?
Event
26
What is the table type for stop_visits?
Summary
27
What is the table type for trips_performed?
Summary
28
What is the table type for station_activities?
Summary
29
What is the table type for devices?
Supporting
30
What is the table type for train_cars?
Supporting
31
What is the table type for vehicle_train_cars?
Supporting
32
What is the table type for vehicles?
Supporting
33
What is the table type for operators?
Supporting