home / psephology

maiden_speeches

Data license: Open Parliament Licence · Data source: UK Parliament election results website

0 rows where parliament_period_id = 24

✎ View and edit SQL

This data as json

0 records

CREATE TABLE "maiden_speeches" (
   [id] INTEGER PRIMARY KEY,
   [made_on] TEXT,
   [session_number] INTEGER,
   [hansard_reference] TEXT,
   [hansard_url] TEXT,
   [member_id] INTEGER REFERENCES [members]([id]),
   [constituency_group_id] INTEGER REFERENCES [constituency_groups]([id]),
   [parliament_period_id] INTEGER REFERENCES [parliament_periods]([id])
);
CREATE INDEX [idx_maiden_speeches_parliament_period_id]
    ON [maiden_speeches] ([parliament_period_id]);
CREATE INDEX [idx_maiden_speeches_constituency_group_id]
    ON [maiden_speeches] ([constituency_group_id]);
CREATE INDEX [idx_maiden_speeches_member_id]
    ON [maiden_speeches] ([member_id]);
Powered by Datasette · Queries took 9.224ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website