Baselight

Customer Subscription Data

Customer purchase and call center volume data for a subscription based product

@kaggle.gsagar12_dspp1

Product Info
@kaggle.gsagar12_dspp1.product_info

  • 3.43 KB
  • 2 rows
  • 4 columns
product_id

Product Id

name

Name

price

Price

billing_cycle

Billing Cycle

prd_1annual_subscription120012
prd_2monthly_subscription1251

CREATE TABLE product_info (
  "product_id" VARCHAR,
  "name" VARCHAR,
  "price" BIGINT,
  "billing_cycle" BIGINT
);

Share link

Anyone who has the link will be able to view this.