Telco Product Subscription Data
Network Subscription data
@kaggle.gemalarahmani_telco_product_subscription_data
Network Subscription data
@kaggle.gemalarahmani_telco_product_subscription_data
CREATE TABLE subscriptiondata (
"id" BIGINT,
"subscribe_date" TIMESTAMP,
"customer_id" BIGINT,
"plan_id" BIGINT,
"discount" DOUBLE
);
Anyone who has the link will be able to view this.