0% found this document useful (0 votes)
21 views2 pages

Churn Case

The document describes tables that contain customer service, customer, and customer churn data including customer IDs, services purchased, location data, account details, and churn status. The tables are related through customer IDs to link customer data to accounts and churn.

Uploaded by

Kathiravan SK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views2 pages

Churn Case

The document describes tables that contain customer service, customer, and customer churn data including customer IDs, services purchased, location data, account details, and churn status. The tables are related through customer IDs to link customer data to accounts and churn.

Uploaded by

Kathiravan SK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

cust_services

Cust_ID TEXT
cust_loc

PhoneService TEXT Cust_ID TEXT

MultipleLines TEXT State TEXT

InternetService TEXT Latitude REAL

OnlineSecurity TEXT Longitude REAL

OnlineBackup TEXT ZipCode INT

DeviceProtection TEXT

TechSupport TEXT
customer
StreamingTV TEXT
CustomerID TEXT
StreamingMovies TEXT
Gender TEXT

SeniorCitizen BOOLEAN

Partner BOOLEAN

Dependents TEXT

cust_account
cust_churn
Account_id TEXT
Id TEXT
Tenure INT
Churn TEXT
Contract TEXT

PaymentMethod TEXT

PaperlessBilling TEXT

MonthlyCharges REAL

TotalCharges REAL
cust_services
1 cust_loc
Cust_ID TEXT
1
PhoneService TEXT Cust_ID TEXT

MultipleLines TEXT State TEXT

InternetService TEXT Latitude REAL

OnlineSecurity TEXT Longitude REAL

OnlineBackup TEXT ZipCode INT

DeviceProtection TEXT

TechSupport TEXT
customer
StreamingTV TEXT
1 1
CustomerID TEXT
StreamingMovies TEXT 1 1

Gender TEXT

SeniorCitizen BOOLEAN

Partner BOOLEAN

Dependents TEXT

cust_account
cust_churn
Account_id TEXT
1 Id TEXT
1
Tenure INT
Churn TEXT
Contract TEXT

PaymentMethod TEXT

PaperlessBilling TEXT

MonthlyCharges REAL

TotalCharges REAL

You might also like