executive_terms
3 rows where executive_id = 50
This data as json, CSV (advanced)
Suggested facets: type, how, start (date), end (date)
| Link | rowid ▼ | type | start | end | party | how | executive_id |
|---|---|---|---|---|---|---|---|
| 74 | 74 | viceprez | 1921-03-04 | 1923-08-02 | Republican | election | Calvin Coolidge 50 |
| 75 | 75 | prez | 1923-08-02 | 1925-03-04 | Republican | succession | Calvin Coolidge 50 |
| 76 | 76 | prez | 1925-03-04 | 1929-03-04 | Republican | election | Calvin Coolidge 50 |
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")
);