Customer Subscription Data
Customer purchase and call center volume data for a subscription based product
@kaggle.gsagar12_dspp1
Customer purchase and call center volume data for a subscription based product
@kaggle.gsagar12_dspp1
CREATE TABLE product_info (
"product_id" VARCHAR,
"name" VARCHAR,
"price" BIGINT,
"billing_cycle" BIGINT
);
Anyone who has the link will be able to view this.