European Database Of Sales Of Veterinary Microbial Agents (ESVAC)
@owid.esvac_sales
@owid.esvac_sales
CREATE TABLE owid_esvac_sales (
"country" VARCHAR,
"year" INTEGER,
"tablets_tonnes" FLOAT,
"tablets_share_of_sales" FLOAT,
"all_other_forms_tonnes" FLOAT,
"all_other_forms_share_of_sales" FLOAT,
"total_tonnes" FLOAT,
"total_share_of_sales" INTEGER
);
Anyone who has the link will be able to view this.