Data Dictionary Flashcards

1
Q

SA

A

Default schema. Contains TABLE_CASE, TABLE_USER, TABLE_SITE_PART, etc.

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

TABLE_CASE

A

Stores all cases created by the system

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

TABLE_USER

A

Stores records of every users in the system

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

TABLE_SITE_PART

A

Stores information on all locomotives

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

GET_USR

A

Schema. Includes tables to represent users, such as GET_URS_USERS, GET_USR_USER_ROLES, etc.

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

GETS_B2B

A

Schema. Customer-related information that is useful to our understanding of the locomotives and the customer operations, such as when vehicles go in and out of maintenance shops

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

GETS_KEP

A

Schema. “Knowledge Engineering Platform”. Stores information used by the iTools environment.

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

GETS_OMI

A

Schema. “Onboard Messaging Interface”. Contains tables that store information related to messaging with the vehicles.

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

GETS_RMD

A

Schema. “Remote Monitoring and Diagnostics”. Contains tables that store data delivered to the UI.

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

GETS_SD

A

Schema. “Service Delivery” Tables related to the delivery of recommendations to customers (like GETS_RMD).

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

GETS_TOOLS

A

Schema. Contains data used by the rules engine and other diagnostic tools.

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

GETS_TOOL_FAULT

A

Stores each fault recorded. Record includes data pertaining to the fault record itself (time, recorded by, etc.) as well as a limited number of parameters if concerning an older locomotive.

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

GETS_TOOL_MP_…

A

Tables containing parameters stored for different kinds of locomotives. (The suffix will specify which kind of locomotive.)

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

GETS_TOOL_VIRTUAL_…

A

Stores “virtual” parameters derived from the monitored parameters.

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

GETS_TOOL_DPD_…

A

Tables that store the rule constructs used by the JDPAD rule engine

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

GETS_TOOL_ANOM_…

A

Tables used by the anomaly server

17
Q

GETS_TOOL_CBR_…

A

Tables used by the case-based reasoner tool

18
Q

GETS_RMD_FAULT_CODES

A

Master list of fault codes generated by the vehicle controllers

19
Q

GETS_RMD_VEHICLE

A

List of all vehicles we monitor

20
Q

GETS_RMD_MODEL

A

List of model types we support

21
Q

GETS_RMD_FLEET

A

List of customer fleets the vehicles are grouped into

22
Q

GETS_RMD_CONTROLLER

A

Information on the on-board controllers

23
Q

GETS_TOOL_RUN

A

Stores info on each run created (by the Tool Schedule, example), such as its priority and when it was created and completed.

24
Q

GETS_RMD_FAULT_CODES

A

Stores information on each kind of fault, including a description of what is wrong

25
Q

What table stores all cases created by the system?

A

SA.TABLE_CASE

26
Q

What table stores information on all the locomotives?

A

SA.TABLE_SITE_PART

27
Q

What table stores a record for each fault created?

A

GETS_TOOLS.GETS_TOOLS_FAULT

28
Q

What table lists all the vehicles?

A

GETS_RMD.GETS_RMD_VEHICLE

29
Q

What table stores a record for each run created?

A

GETS_TOOL_RUN

30
Q

What table stores information on each kind of fault?

A

GETS_RMD_FAULT_CODES