Devices_Compatibility
id | deviceName | isActive |
1 | Smart_TV | 1 |
2 | Laptop | 1 |
3 | Mobile Phone | 1 |
4 | Tablet | 1 |
5 | Gaming Console | 0 |
Streaming_Services
id | serviceName | subscriptionPrice |
1 | Netflix | 8.99 |
2 | Amazon Prime Video | 12.99 |
3 | Hulu | 6.99 |
4 | Disney+ | 7.99 |
5 | Apple TV+ | 4.99 |
SubscriptionPlans
id | planName | price |
1 | Basic Plan | 5 |
2 | Standard Plan | 10 |
3 | Premium Plan | 15 |
4 | Ultra Plan | 20 |
Users
id | userName | emailAddress |
1 | JohnDoe | johndoe@example.com |
2 | JaneDoe | janedoe@example.com |
3 | MikeSmith | mikesmith@example.com |
4 | AliceBrown | alicebrown@example.com |
5 | BobWhite | bobwhite@example.com |
Streaming_Service_Devices_Compatibility
streamingServiceId | deviceTypeId |
(→ Streaming_Services.id) | (→ Devices_Compatibility.id) |
1 | 1 |
2 | 1 |
3 | 1 |
4 | 1 |
5 | 1 |
5 | 2 |