DM CS4
DM CS4
PROBLEM STATEMENT-
A recently launched through the internet business called Masterpieces Ltd. rents up paintings
for both private consumers as well as commercial clients. For them to handle consumer data,
painting specifics, and relationships with staff members efficiently and provide customers an
effortless shopping experience, the company owner requires a system that uses databases. The
problem statement is as a skilled database designer is to develop and put into operation an
information system that fulfills the demands of the organization in question.
ANALYSIS-
We can develop the Entity-Relationship (ER) representation and schema to support the
Masterpieces Ltd creating leasing business in accordance with the user specifications. Let's
start by identifying some significant entities as well as their distinctive features:
Customer is a entity having attributes like customer id(Primary key), customer name,
category and discount.
Paintings is another entity having Painting id(primary key), name, artist, themes,
rental price and owner id(foreign key referencing Owners)
Owners is a entity having attributes like owner id(primary key), owner name.
Hire is an entity having hire id which is a primary key, customer id being foreign key
referencing customers, painting id which is a foreign key referencing Paintings
Only the basic elements of client data, such as Customer_ID, Customer_Name, Category, and
Discount, are shown in the current ER diagram. Further customer information, such as contact
information, an address, an email address, or purchase history, may be required as the
corporation grows.
The current ER diagram makes an inference that each painting possesses one owner. Yet, as
the business expands, it might have to deal with circumstances in which an artwork has
numerous owners or is jointly owned by multiple individuals. The association among
Paintings and Owners might be altered to support a partnership between many people with the
aim to accomplish this.
CONCLUSION-
The existing ER diagram might encounter limitations associated to consumers knowledge,
multiple ownership and past information, reports, performance, security, geographic factors,
and integrating systems as masterpieces Ltd grows its painting hire companies. The ER
diagram may be enhanced by which include important characteristics, entities, and
connections that compensate for the growing needs of the business and deal with the
aforementioned limitations. A flexible and scalable design for databases is able to meet the
ever-evolving needs of the enterprise and lay the foundations for a prosperous future.