home / parlgov

Menu
  • Search all tables
  • GraphQL API

election_result

Table actions
  • GraphQL API for election_result

Data source: ParlGov · About: simonw/parlgov-datasette

0 rows where alliance_id = 179

✎ View and edit SQL

This data as json

0 records

CREATE TABLE election_result("id", "election_id", "party_id", "alliance_id", "seats", "vote_share", "votes", "data_source", "description", "comment",
   FOREIGN KEY([election_id]) REFERENCES [election]([id]),
   FOREIGN KEY([party_id]) REFERENCES [party]([id]),
   FOREIGN KEY([alliance_id]) REFERENCES [election_result]([id]),
   FOREIGN KEY([data_source]) REFERENCES [info_data_source]([key])
);
Powered by Datasette · Queries took 37.755ms · Data source: ParlGov · About: simonw/parlgov-datasette