0% found this document useful (0 votes)
26 views

System Design Database

This document contains details of customers, subscription plans, channels, genres, payments and prices including fields like customer_id, customer_name, subscription_plan_id, channel_id, genre_id, payment_id, payment_date, subscription_price and their descriptions. The data is spread across multiple tables that are linked by common fields to capture information about customers, their subscriptions, associated channels and payment details.

Uploaded by

manish
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

System Design Database

This document contains details of customers, subscription plans, channels, genres, payments and prices including fields like customer_id, customer_name, subscription_plan_id, channel_id, genre_id, payment_id, payment_date, subscription_price and their descriptions. The data is spread across multiple tables that are linked by common fields to capture information about customers, their subscriptions, associated channels and payment details.

Uploaded by

manish
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Customer SubScription_Plan

Channel_Details
Customer_Id VARCHAR(19) Sub_planID VARCHAR(20)
channel_ID VARCHAR(20)
Customer_Name VARCHAR(25) sub_Plan_Name VARCHAR(45)
Channel_Name VARCHAR(25)
Customer_Address VARCHAR(25) Sub_Plan Description VARCHAR(45)
Channel_Number VARCHAR(15)
Contact_Number INT sub_plan_Type VARCHAR(45)
Channel_Description VARCHAR(35)
Customer_UserName VARCHAR(25) SubScription_Plancol VARCHAR(45)
Customer_Password VARCHAR(45) Customer_Customer_Id VARCHAR(19)
Payment_Payment_ID VARCHAR(20) Customer_Customer_UserName VARCHAR(25)
Customer_Customer_Password VARCHAR(45)
Channel_Details_channel_ID VARCHAR(20)
Channel_Genre
subscription_Price_detail_Sub_PlanID VARCHAR(20)
channel_ID VARCHAR(20)

Channel_Name VARCHAR(25)
Genre_Id VARCHAR(45)
Gener_Name VARCHAR(25)
Payment
1 more...
Payment_ID VARCHAR(20)
Customer_Name VARCHAR(25)
Payment_Date DATE
subscription_Price_detail
Payment_type VARCHAR(45)
Sub_PlanID VARCHAR(20)
Payment_Description VARCHAR(45)
sub_Plan_Name VARCHAR(45)
subscription_Price_detail_Sub_PlanID VARCHAR(20)
Subscription_Price VARCHAR(45)

You might also like