G915-2-Data-Modeling-381 / Project-1-eStreamingMovies

Collaborate and use the best from each of the group member's individual project and create the modernized YourName-eStreamingMoviesSqlServer2019-yyyymmdd. Highlighting the individual's contributions for the best solution. Read the Project one Specification Read the Project plan
0 stars 0 forks source link

Write definitions & attributes for SubscriptionTier and Stream #28

Closed ambergarcia closed 1 year ago

ambergarcia commented 1 year ago

Stream: A stream allows the user to watch a move via internet

StreamId m_id (FK) s_id(FK)


DateCreated ExpirationDate IsExpired IPAddress

SubscriptionTier: depicts a paid plan a customer can choose from

STId (PK)


Description MonthlyCost YearlyCost

ambergarcia commented 1 year ago

add to subscriptionTier(MaxDevices,Resolution)