Number Of Stunted, Wasted And Underweight Children
@owid.malnutrition
@owid.malnutrition
CREATE TABLE owid_malnutrition_1 (
"country" VARCHAR,
"year" INTEGER,
"number_of_stunted_children" UINTEGER,
"number_of_underweight_children" UINTEGER,
"number_of_wasted_children" UINTEGER
);
CREATE TABLE owid_malnutrition_2 (
"country" VARCHAR,
"year" INTEGER,
"number_of_stunted_children" UINTEGER,
"number_of_underweight_children" UINTEGER,
"number_of_wasted_children" UINTEGER
);
Anyone who has the link will be able to view this.