0% found this document useful (0 votes)
5 views

DM CS4

Uploaded by

Sandhya
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

DM CS4

Uploaded by

Sandhya
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

INTRODUCTION TO THE CASE-

A just-launched online company identified as Masterpieces Ltd specializes in leasing


paintings for both homeowners and business organizations. To be able to supply a seamless
experience to its consumers, the company's proprietor seeks to successfully handle every
aspect of clients, artwork, and hire interpersonal interactions. A system for managing
databases will be required for backing up the business activity so as to achieve this matter.
Precisely a trained records designer, we will evaluate the consumer's necessities before
developing a schema for the database that is appropriate for the specific requirements of the
company at hand.

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

ER DIAGRAM WITH MYSQL-


CODE USED TO CREATE ER DIAGRAM-
WHY TO USE DATABASE AS A SOLUTION-?
A relational database provides an organized and structured approach to organizing and
preserving data. By doing an array of processes, which includes limitations, causes, and
foreign key connections, the databases ensure information ethical behavior. Access controls
and identification are safeguards that records provide that guarantee that authorized
individuals are able to view and alter private data. Information databases are able to scale
easily according to the extending requirements for data as the company grows and the
quantity of data increases as well. Precisely the company's operations change, an effective
database layout becomes easy to manage and revise. It delivers a solid foundation for
forthcoming modifications and enhancements to satisfy changing company requirements.
LIMITATIONS OF CURRENT ER DIAGRAM-

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.

You might also like