Streamings
streaming_id | title | duration |
1 | Movie1 | 300.0 |
2 | TV Show1 | 200.0 |
3 | Documentary1 | 400.0 |
4 | Short Film1 | 60.0 |
5 | Trailer1 | 90.0 |
Captions_and_subtitles
caption_id | type | language |
1 | Auto_generated_Subtitles | English |
2 | Manual_subtitles | Spanish |
3 | Auto_generated_Subtitles | French |
4 | Manual_subtitles | German |
5 | No_subtitles | Italian |
Streamings_captions_and_subtitles
streamings_id | captions_and_subtitles_id |
(→ Streamings.streaming_id) | (→ Captions_and_subtitles.caption_id) |
1 | 1 |
1 | 2 |
2 | 3 |
2 | 4 |
3 | 5 |
2 | 1 |
3 | 1 |
4 | 1 |
5 | 1 |
Users
user_id | username | email |
1 | User1 | user1@example.com |
2 | User2 | user2@example.com |
3 | User3 | user3@example.com |
4 | User4 | user4@example.com |
5 | User5 | user5@example.com |
Payments
payment_id | amount | date |
1 | 9.99 | 2024-01-30 18:45:30 |
2 | 19.99 | 2024-01-30 18:45:30 |
3 | 29.99 | 2024-01-30 18:45:30 |
4 | 39.99 | 2024-01-30 18:45:30 |
5 | 49.99 | 2024-01-30 18:45:30 |
User_Payments
user_id | payment_id |
(→ Users.user_id) | (→ Payments.payment_id) |
1 | 1 |
1 | 2 |
2 | 3 |
2 | 4 |
3 | 5 |