You are on page 1of 3

Department of Computer Science

CSC-220: Database management System


Semester 4 (Summer 2020)

Assignment N0. 02
Submission Due Date: 31 August, 2021
Marks 5

Instructions (Any):

 This assignment based on research that you have to submit through LMS and Hardcopy
(Handwritten/print out).
 This assignment contain 3 questions.
 WARNINGS:
o This is individual assignment.
o Any form of plagiarism will result in receiving zero in the assignment.
o Late submission will not be accepted. Any assignment submitted after the cutoff time
will receive zero.
o Incomplete assignments will not be accepted and will receive zero.
o Assignment should be submit with proper Title page

1
Questions:
1. Use the following business rules to create a Crow’s Foot ERD. Write all appropriate
connectivity and cardinalities in the ERD. (1 marks)
 A department employs many employees, but each employee is employed by only one
department.
 Some employees, known as “rovers,” are not assigned to any department
 A division operates many departments, but each department is operated by only one
division.
 An employee may be assigned many projects, and a project may have many employees
assigned to it.
 A project must have at least one employee assigned to it.
 One of the employees manages each department, and each department is managed by only
one employee.
 One of the employees runs each division, and each division is run by only one employee.

2. Create an ERD based on the Crow’s Foot notation using the following requirements: (2 marks)
 An INVOICE is written by a SALESREP. Each sales representative can write many invoices, but
each invoice is written by a single sales representative.
 The INVOICE is written for a single CUSTOMER. However, each customer can have many
invoices.
 An INVOICE can include many detail lines (LINE), each of which describes one product
bought by the customer.
 The product information is stored in a PRODUCT entity.
 The product’s vendor information is found in a VENDOR entity.

3. Using the Crow’s Foot notation, create an ERD that can be implemented for a medical clinic
using the following business rules: (2 marks)
 A patient can make many appointments with one or more doctors in the clinic, and a doctor
can accept appointments with many patients. However, each appointment is made with
only one doctor and one patient.
 Emergency cases do not require an appointment. However, for appointment management
purposes, an emergency is entered in the appointment book as “unscheduled.”

2
 If kept, an appointment yields a visit with the doctor specified in the appointment. The visit
yields a diagnosis and, when appropriate, treatment.
 With each visit, the patient’s records are updated to provide a medical history.
 Each patient visit creates a bill. Each patient visit is billed by one doctor, and each doctor can
bill many patients.
 Each bill must be paid. However, a bill may be paid in many installments, and a payment
may cover more than one bill.
 A patient may pay the bill directly, or the bill may be the basis for a claim submitted to an
insurance company.

 If the bill is paid by an insurance company, the deductible is submitted to the patient for
payment.

You might also like