party_family
Data source: ParlGov · About: simonw/parlgov-datasette
4 rows where type_id = 16
This data as json, CSV (advanced)
id ▼ | party_id | type_id |
---|---|---|
73 | Nihon Shintō 1327 | Special issue 16 |
637 | Klub angazovaných nestraníku 2220 | Special issue 16 |
664 | Strana svobodných občanů 363 | Special issue 16 |
824 | Familien-Partei Deutschlands 1235 | Special issue 16 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "party_family" ( "id" integer NOT NULL PRIMARY KEY, "party_id" integer NOT NULL REFERENCES "party" ("id"), "type_id" integer NOT NULL REFERENCES "info_id" ("id") ); CREATE INDEX "party_family_764fa81" ON "party_family" ("party_id"); CREATE INDEX "party_family_777d41c8" ON "party_family" ("type_id");