l_type_elections
5 rows
| code ▼ | type_election | description |
|---|---|---|
| B | Board Ordered | Board ordered election |
| C | Consent | Consent - election held pursuant to Agreement for Consent Election (objections and/or challenges, if any, resolved by Regional Director) |
| E | Expedited | Expedited election processed under 8(b)(7)(C) |
| R | Regional Director Ordered | Regional Director ordered election |
| S | Stipulation | Stipulation - election held pursuant to Stipulation for Certification upon Consent Election (Objections and/or Challenges, if any, ruled upon by Board following exceptions to Regional Director's report of objections and/or challenges) |
Table schema
CREATE TABLE l_type_elections(code VARCHAR, type_election VARCHAR, description VARCHAR, PRIMARY KEY(code));