id | name |
---|---|
1 | Drama |
2 | Action |
id | name |
---|---|
1 | John Doe |
2 | Jane Smith |
id | name |
---|---|
1 | Alice Johnson |
2 | Bob Brown |
id | title | genre_id | director_id | number_of_episodes |
---|---|---|---|---|
(→ Genre.id) | (→ Director.id) | |||
1 | Show1 | 1 | 2 | 8 |
2 | Show2 | 3 | 1 | 6 |
id | show_id | documentary_title | description |
---|---|---|---|
(→ Show.id) | |||
1 | 1 | Doc1 | A fascinating look at... |
2 | 2 | Doc2 | An insightful exploration of... |
id | show_id | series_title | description |
---|---|---|---|
(→ Show.id) | |||
1 | 1 | Mini1 | Exciting storyline and great acting! |
2 | 2 | Mini2 | Intriguing plot that keeps you hooked. |