Subscription_Plan

Plan_IDPlan_Name
1Basic
2Premium
3Ultra

Streaming_Service

Service_IDService_NamePrice
1Netflix9.99
2Amazon Prime Video8.99
3Disney+6.99
4Hulu5.99
5Apple TV+4.99

Streaming_Service_Subscription_Plan

Service_IDPlan_ID
(→ Streaming_Service.Service_ID)(→ Subscription_Plan.Plan_ID)
11
21
31
41
51

Customer

Customer_IDNameEmail
1John Doejohn@example.com
2Jane Smithjane@example.com
3Mike Johnsonmike@example.com
4Emily Davisemily@example.com
5David Browndavid@example.com

Payment_Method

Method_IDCardholder_NameCard_NumberExpiry_DateCVV
1John Doe1234-5678-9012-345612/25123
2Jane Smith2345-6789-0123-456701/10456
3Mike Johnson3456-7890-1234-567806/15789
4Emily Davis4567-8901-2345-678911/20123
5David Brown5678-9012-3456-789007/22456

Customer_Payment_Method

Customer_IDMethod_IDBilling_Address
(→ Customer.Customer_ID)(→ Payment_Method.Method_ID)
11123 Main St, Anytown, USA
22456 Oak St, Anycity, USA
33789 Pine St, Anothertown, USA
44135 Elm St, Anyville, USA
55246 Maple Ave, Anystate, USA

Watch_History

History_IDCustomer_IDContent_IDWatched_On
(→ Customer.Customer_ID)(→ Content.Content_ID)
1112024-01-30 18:37:56
2222024-01-30 18:37:56
3332024-01-30 18:37:56
4442024-01-30 18:37:56
5552024-01-30 18:37:56

Content

Content_IDTitleGenreRating
1The WitcherFantasy9.1
2Stranger ThingsScience Fiction8.7
3Breaking BadCrime Drama9.5
4FriendsComedy8.9
5Game of ThronesFantasy9.3