Certificates Of Competence
Food Standards Agency
@ukgov.certificates_of_competence
Food Standards Agency
@ukgov.certificates_of_competence
CREATE TABLE certificates_of_competence (
"monthissued" TIMESTAMP,
"numberofcertificatesissued" BIGINT,
"numberoftemporarycertificatesissued" BIGINT
);
CREATE TABLE certificates_of_competence_january_2019_to_december_2019 (
"monthissued" TIMESTAMP,
"numberofcertificatesissued" BIGINT,
"numberoftemporarycertificatesissued" BIGINT
);
CREATE TABLE certificates_of_competence_january_2018_to_december_2018 (
"monthissued" TIMESTAMP,
"numberofcertificatesissued" BIGINT,
"numberoftemporarycertificatesissued" BIGINT
);
Anyone who has the link will be able to view this.