home / cats / l_r_board_action_src_reason

l_r_board_action_src_reason

6 rows

✎ View and edit SQL

Suggested facets: action_source, received_reason

Link action_source received_reason
MOTAC,EXCEP MOTAC Exceptions Filed EXCEP
MOTAC,MOTRE MOTAC Motion for Reconsideration MOTRE
MOTAC,RCON MOTAC Consolidated R Case RCON
RRRUL,EXCEP RRRUL Exceptions Filed EXCEP
RRRUL,RCON RRRUL Consolidated R Case RCON
RRRUL,RRFIL RRRUL Request for Review RRFIL

Download this data

CSV · JSON

Table schema
CREATE TABLE l_r_board_action_src_reason(action_source VARCHAR, received_reason VARCHAR, PRIMARY KEY(action_source, received_reason), FOREIGN KEY (received_reason) REFERENCES l_r_board_received_reason(received_reason));

Queries took 1.2ms

A project of Forest Gregg. Read about project updates on Notes on Labor Data.