By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
5 rows affected
7 rows affected
8 rows affected
| mg_movie_id | mg_genre_id |
|---|---|
| 1 | 1 |
| 1 | 5 |
| 2 | 2 |
| 3 | 3 |
| 4 | 3 |
| 5 | 3 |
| 6 | 4 |
| 7 | 4 |
| Movie name | m_director | g_name |
|---|---|---|
| Rocky Horror | R_Horror_Dir | Horror |
| Rocky Horror | R_Horror_Dir | Comedy |
| 2001, A Space Odessy | 2001_Dir | Sci-Fi |
| Rambo | Rambo_Dir | Action |
| Terminator | Terminator_Dir | Action |
| Die Hard | Die Hard_Dir | Action |
| When Harry met Sally | HmS_Dir | Rom-Com |
| Bridget Jone's Diary | BJD_Dir | Rom-Com |
| Movie | Director | Genres |
|---|---|---|
| Terminator | Terminator_Dir | {Action} |
| Rocky Horror | R_Horror_Dir | {Horror,Comedy} |
| Die Hard | Die Hard_Dir | {Action} |
| Bridget Jone's Diary | BJD_Dir | {Rom-Com} |
| When Harry met Sally | HmS_Dir | {Rom-Com} |
| 2001, A Space Odessy | 2001_Dir | {Sci-Fi} |
| Rambo | Rambo_Dir | {Action} |