1
I wonder if my MER is correct and if it is possible to make a relationship N:N between animals and schedules.
Specifications I created for the system:
Computerize the scheduling of a bath and Osa, involving customers, attendants, animals, scheduling, scheduling, services.
- The system will allow the customer to register in the system;
- The system will allow the customer to register their animals in the system;
- The system will allow the customer to choose which attendant he will do the service;
- The system will allow the client to make scheduling requests;
- The system will allow the attendant to approve or cancel requests;
- The system will allow the attendant to register new services;
- The system will allow the customer to make the scheduling request by searching for the animal at home;
- The system will allow parameterize the availability time of the attendant;
- The system will allow parametrize the availability time of the bath and Tosa;
The issue of the relationships I used for the tables you would consider coherent?
– Kelvin Ott
I would create the addresses table and then the cities table. In the attendant table I would put more data on it. Otherwise everything is ok. But as I said, the context of business rules/needs greatly influences the modeling of a database.
– Anderson Brunel Modolon
Okay, thank you very much!
– Kelvin Ott