l_r_case_elect_type
7 rows
| election_type ▼ | description |
|---|---|
| Fifth | Fifth |
| Fourt | Fourth |
| Initi | Initial |
| Rerun | Rerun |
| Runof | Runoff |
| Secon | Second |
| Third | Third |
Table schema
CREATE TABLE l_r_case_elect_type(election_type VARCHAR, description VARCHAR, PRIMARY KEY(election_type));