Class MovieGenre {Analysis}
Documentation
Want to be able to assign many genres to movies. Obviously, many movies can be assigned the same drama.
The relationship between Genre and Movie is what is called a many-to-many relationship. JOB does not directly support many-to-many relationships, so we create the intersection table, MovieGenre.
| Parent Package | Logical View | Abstract | No |
| Export Control | PublicAccess | Link Class for | None |
| Class Kind | NormalClass | Cardinality | n |
| Space | | Concurrency | Sequential |
| Persistence | No | | |
Associations