Hello all. Can someone tell me if I am doing this right. I have very limited knowledge on databases. I am putting something together for an institute that hosts various types of events, comedy, venue hire, music and exhibitions being examples of some of the things they do. I have created an entity that lists all these event types and also have a column with an autogenerated Primary key. I also have a Customer entity, one or more customers may have an interest in one or more events making a many to many relationship. My understanding of this is that I need to create a linking entity. I created an entity for this purpose called interst, it has an auto generated key for each record and 2 foreign keys. One being the PK of customer and the other being the PK from event.
Is this the correct way to do this?
Also, does the optional relationships ever get used in Access? i.e. one or more events MAY have the interest of more than one customer.
Is this the correct way to do this?
Also, does the optional relationships ever get used in Access? i.e. one or more events MAY have the interest of more than one customer.