Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

make a diagram with lucidcharts: Data Model Description The data model represents banks, customers. employees and accouts. The model has the following entity types /

make a diagram with lucidcharts:
Data Model Description
The data model represents banks, customers. employees and accouts. The model has the following entity types/sets:
Customer
Employee of the banking company
Branch, which is a location of one of the banks offices
Savings Account
Checking Account
Loan
Portfolio
Customer has the following properties:
customerID
lastName
firstName
email
dateOfBirth
Employee has the following properties:
employeeID
lastName
firstName
jobTitle
Branch has the following properties:
branchID
zipCode
Savings Account has the following properties:
accountID
balance
interestRate
Checking Account has the following properties:
accountID
balance
Loan has the following properties.
loanID
balance
interestRate
Portfolio has the following properties:
portfolioID
createdDate
The data model has the following relationships:
Customer Branch connects a customer and a branch. A Customer is connected to exactly one Branch. A Branch may have 0,1 or many customers.
Employee Branch connects an employee and a branch. An Employee is connected to exactly one Branch. A Branch may have 0,1 or many associated employees.
Savings Account Branch, Checking Account Branch, and Loan Branch all have the same pattern.
An account/loan has exactly one branch.
A Branch many have 0,1 or many accounts/loans.
Savings Customer, Checking Customer, Loan Customer, and Portfolio Customer follow the same pattern.
The account/loan has exactly one customer.
The customer may have 0 or 1 of each type of account.
A Portfolio is related to exactly one Customer, exactly one Savings Account, exactly one Checking Account, and exactly one Loan.
Portfolio Advisor relates a Portfolio and Employee. An Employee may be the advisor for 0,1 or many Portfolios. A Portfolio may have at most one Employee advisor.
Answer
Place your Logical Model diagram below.
You may have to add attributes to entities to implement the model.
You may make reasonable assumptions. Please document your assumptions below. You may add comments/notes to your diagram for clarity.
Assumptions:

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2017 Skopje Macedonia September 18 22 2017 Proceedings Part 3 Lnai 10536

Authors: Yasemin Altun ,Kamalika Das ,Taneli Mielikainen ,Donato Malerba ,Jerzy Stefanowski ,Jesse Read ,Marinka Zitnik ,Michelangelo Ceci ,Saso Dzeroski

1st Edition

3319712721, 978-3319712727

More Books

Students also viewed these Databases questions

Question

=+Trainers from headquarters? Local trainers? Independent trainers?

Answered: 1 week ago