Crop Yields
Why did the Yield Sign want to divorce the Stop Sign? He caught her in a 4-way
@kaggle.programmerrdai_crop_yields
Why did the Yield Sign want to divorce the Stop Sign? He caught her in a 4-way
@kaggle.programmerrdai_crop_yields
CREATE TABLE palm_oil_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_oil_palm_fruit_254_yield_5419_hg_ha" DOUBLE
);
CREATE TABLE pea_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_peas_dry_187_yield_5419_hg_ha" DOUBLE
);
CREATE TABLE potato_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_potatoes_116_yield_5419_hg_ha" DOUBLE
);
CREATE TABLE rapeseed_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_rapeseed_270_yield_5419_hg_ha" DOUBLE
);
CREATE TABLE rice_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_cereals_rice_milled_eqv_1817_yield_5419_hg_ha" DOUBLE
);
CREATE TABLE soybean_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_soybeans_236_yield_5419_hg_ha" DOUBLE
);
CREATE TABLE sugar_beet_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_sugar_beet_157_yield_5419_hg_ha" DOUBLE
);
CREATE TABLE sugar_cane_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_sugar_cane_156_yield_5419_hg_ha" DOUBLE
);
CREATE TABLE tea_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_tea_667_yield_5419_hg_ha" DOUBLE
);
CREATE TABLE tomato_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_tomatoes_388_yield_5419_hg_ha" DOUBLE
);
CREATE TABLE wheat_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_wheat_15_yield_5419_hg_ha" DOUBLE
);
Anyone who has the link will be able to view this.