Petroleum Products Consumption In India
India's consumption of different types of petroleum products from 2020 to 2023
@kaggle.tahzeer_consumption_of_petroleum_products_in_india
India's consumption of different types of petroleum products from 2020 to 2023
@kaggle.tahzeer_consumption_of_petroleum_products_in_india
CREATE TABLE petroleum_prod_consumption (
"month" VARCHAR,
"year" BIGINT,
"products" VARCHAR,
"quantity_in_1000_metric_tonnes" DOUBLE
);
Anyone who has the link will be able to view this.