executive_terms
3 rows where executive_id = 70
This data as json, CSV (advanced)
Suggested facets: type, start (date), end (date)
| Link | rowid ▼ | type | start | end | party | how | executive_id |
|---|---|---|---|---|---|---|---|
| 111 | 111 | viceprez | 1981-01-20 | 1985-01-20 | Republican | election | George Bush 70 |
| 112 | 112 | viceprez | 1985-01-20 | 1989-01-20 | Republican | election | George Bush 70 |
| 113 | 113 | prez | 1989-01-20 | 1993-01-20 | Republican | election | George Bush 70 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "executive_terms" (
"type" TEXT,
"start" TEXT,
"end" TEXT,
"party" TEXT,
"how" TEXT,
"executive_id" INTEGER REFERENCES "executives"("id")
);