From the below Class Diagram it looks that the number of registrations are unlimited as the number of attendants are specified from 0 to *. However, this is actually a flaw in the UML that we cannot put constraint on objects or on the instances. Suppose that the No of Registrations is restricted to 50 or 300 depending on the type of Webinar. Draw an OCL model for the supposition we made i.e. put a constraint on the number of registrations in the webinar.
Concepts in Designing Database
A database design is the process of data organization based on a database model. The process deals with identifying what data should be stored in a database and how data elements relate to each other.
Entity Relationship Diagram
Complex real-world applications call for large volumes of data. Therefore, it is necessary to build a great database to store data safely and coherently. The ER data model aids in the process of database design. It helps outline the structure of an organization’s database by understanding the real-world interactions of objects related to the data. For example, if a school is tasked to store student information, then analyzing the correlation between the students, subjects, and teachers would help identify how the data needs to be stored.
From the below Class Diagram it looks that the number of registrations are unlimited as the number of attendants are specified from 0 to *. However, this is actually a flaw in the UML that we cannot put constraint on objects or on the instances. Suppose that the No of Registrations is restricted to 50 or 300 depending on the type of Webinar. Draw an OCL model for the supposition we made i.e. put a constraint on the number of registrations in the webinar.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 2 images