Closed ambergarcia closed 2 years ago
Payment: PaymentID (PK) PaymentAmount PaymentDate CustomerID (FK) PaymentType
Customer: CustomerID (PK) PersonID (FK) Preference* Tier
Subscription: SubscriptionID (PK) CustomerID (FK) PaymentID (FK) TierID (FK)
confirmed
Payment: A method the customer pays to buy a subscription. Customer: A person that buy a subscription. Subscription: A rental of a movie that the company own.