Wirral Public Health Funerals
Wirral Metropolitan Borough Council
@ukgov.wirral_public_health_funerals
Wirral Metropolitan Borough Council
@ukgov.wirral_public_health_funerals
CREATE TABLE wirral_public_health_funerals (
"organisationlabel" VARCHAR,
"organisationuri" VARCHAR,
"referraldate" TIMESTAMP,
"dateofbirth" TIMESTAMP,
"dateofdeath" TIMESTAMP,
"ageatdateofdeath" BIGINT,
"placeofdeath" VARCHAR,
"name" VARCHAR,
"protectionofproperty" VARCHAR,
"referredby" VARCHAR,
"funeraltype" VARCHAR,
"costtolocalauthority" DOUBLE,
"funeralcostsrecovered" DOUBLE
);
CREATE TABLE public_health_funerals_april_2016_to_march_2017 (
"organisationlabel" VARCHAR,
"organisationuri" VARCHAR,
"referraldate" TIMESTAMP,
"dateofbirth" TIMESTAMP,
"dateofdeath" TIMESTAMP,
"ageatdateofdeath" BIGINT,
"placeofdeath" VARCHAR,
"name" VARCHAR,
"protectionofproperty" VARCHAR,
"referredby" VARCHAR,
"funeraltype" VARCHAR,
"costtolocalauthority" DOUBLE,
"funeralcostsrecovered" DOUBLE,
"dateoffuneral" TIMESTAMP
);
Anyone who has the link will be able to view this.