Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask DBMS Expert


Home >> DBMS

Draw the E/R diagrams for the following business rules using Gliffy. Recognize all entities, attributes, relationships, primary keys, cardinalities and constraints where suitable. Each complete entity (comprising all attributes and primary key) receives one point and each relationship (labeled with cardinalities in both directions) receives one point.  Any constraint used correctly, receives two points.

Make sure your diagrams are clear and easy to read - print two diagrams or less per page – don’t comprise the business rules in the printout of your diagrams. Include your typed name and section on all pages. Professional quality is expected.

problem 1: A laboratory has several chemists who work on one or more projects. Chemists might also use certain types of equipment on each project. Data tracked for the chemist includes employee ID, name, and phone.  Equipment attributes comprise a serial number and cost.  Project information is tracked for a project ID and start date. When a piece of equipment is assigned to a chemist working on a specific project, the assignment date is recorded. The chemist must be assigned to at least one project and one equipment item. A given piece of equipment need not be assigned and a given project need not be assigned either a chemist or an equipment item.

problem 2: A hospital has a large number of registered physicians which comprises a physician ID and speciality. Patients are admitted to the hospital by physicians. The hospital tracks the patient ID and name.  Any patient who is admitted should have exactly one admitting physician.  A physician might optionally admit any number of patients.  Once admitted, a given patient should be treated by at least one physician.  A particular physician might treat any number of patients or might not treat any patients. Whenever a patient is treated by a physician, the hospital records the details of the treatment. Components of treatment detail comprise date, time and results.

problem 3: An art museum owns a big volume of works of art. Each work of art is describeed by an item code, title, type and size; size is further composed of height, width, and weight.  A work of art is developed by an artist; however the artist for some works is unknown.  An artist ID, name, date of birth and date of death (which is null for living artists) is recorded for each artist.  Only data about artists for works currently owned by the museum are kept in the database. At any point in time, the status of a work of art is either on display at the museum, held in storage, away from the museum as part of a traveling show, or on loan to the other gallery. If on display at the museum, the art's location in the museum is recorded. If the art work is in storage, storage date and return date from storage are recorded. A traveling show is describeed by a show ID, the city in which the show is currently appearing and the start and end dates of the show. Most of the museum works might be part of a given show and only active exhibits with at least one museum work of art need be represented in the database. Lastly, the museum wants to retain a complete history of loaning a work of art to other galleries; a gallery ID, name and city are recorded for other galleries. Each time a work of art is loaned, the museum wants to record the date the work was loaned and the date it was returned.

problem 4: A technology company gives offerings to its customers. Offerings are of two kinds; products and services.  Offerings are recognized by an ID and description.  In addition, products are describeed by product name, standard price and date of first release; services are describeed by name of the company's unit responsible for the service and conditions of the service. There are repair, maintenance and other kinds of services. A repair service has a cost and is the repair of some product; a maintenance service has an hourly rate.

Fortunately, some products never require repair. Though, there are many potential repair services for a product. The customer might purchase an offering and the company needs to keep track of when the offering was purchased and the contact person for that offering with the customer.  Unfortunately, not all offerings are purchased. Customers are recognized by an ID, name, address and phone. When a service is performed, that service is billed to a customer. As some customers purchase offerings for their clients, a customer might be billed for services he or she did not purchase, and also for ones that were purchased.

When a customer is billed for a service (though some might never require a service of any type), the company requires to keep track of the date the service was performed, the date the bill is due, and the amount due.

problem 5: PROJECTS INC., is an engineering firm with around 500 employees. A database is needed to keep track of all employees, their skills, projects assigned and departments worked in. Every employee has a unique number assigned by the firm, needed to store his or her name and date-of-birth. If an employee is currently married to the other employee of Projects, Inc., the date of marriage and who is married to whom must be stored; though, no record of marriage is needed if an employee’s spouse is not also an employee. Each employee is given a job title (for illustration, engineer, admin assistant, foreman, and so forth).

We are interested in collecting more data specific to engineers and admin assistants. The relevant data to be recorded for engineers is the kind of degree (ex: electrical, mechanical, civil, and so on); for admin assistants, it is their typing speed.

An employee does only one kind of job at any given time, and we only need to retain information for an employee’s current job. There are 11 different departments, each with a unique name. An employee can report to only one department. Each department has a phone number.

To procure different kinds of equipment, each department deals with many vendors. A vendor typically supplies equipment to many departments. We are needed to store the name and address of each vendor.

Most of the employees can work on a project. An employee can work in many projects (for illustration, Southwest Refinery, California Petrochemicals and so forth) however can only be assigned to at most one project in a given city. For each city, we are interested in its state and population. An employee can have lots of skills (preparing material requisitions, checking drawings and so forth), however (s)he might use only a given set of skills on a particular project. (For illustration, employee MURHPY may prepare requisitions for Southwest Refinery project and prepare requisitions and also check drawings for California Petrochemicals.) Employees use each skill which they possess in at least one project. Each skill is assigned a number, and we should store a short description of each skill. Projects are distinguished by project numbers and we must store the estimated cost of each and every project.

DBMS, Programming

  • Category:- DBMS
  • Reference No.:- M9502

Have any Question? 


Related Questions in DBMS

In sql developer onlydeliverables include sql scripts and

In SQL Developer ONLY! Deliverables Include SQL scripts and screenshot of the results: D1. Create the following three user-defined roles that are shown in the table below and assign them the specified permissions for the ...

Sqlwrite a select statement that returns one column from

SQL Write a SELECT statement that returns one column from the Vendor table named Full Name. Create this column from the VendorContactFName and VendorContactLName columns. Format it as follows: last name, comma, first nam ...

Question talk about the importance of pulling data from

Question : Talk about the importance of pulling data from worksheets into a single sheet also the ways excel could be a solution to a complex challenge. The response must be typed, single spaced, must be in times new rom ...

Question create an erd for the following scenario once you

Question: Create an ERD for the following scenario. Once you submit you will get access to the correct way to create the ERD. Please watch the video and correct any errors in your submission and resubmit. A small company ...

The system development team at the xyz company is working

The system development team at the XYZ Company is working on developing a new customer order entry system. In the process of designing the new system, the team has identified the following data entity attributes: Invento ...

Assignmentqueries functions and triggersdatabase

Assignment Queries, Functions and Triggers Database Systems Aims The aims of this assignment are to: formulate SQL queries; populate an RDBMS with a real dataset, and analyse the data; design test data for testing SQL qu ...

Question a suppose you are a marathon runner that can run a

Question : a) Suppose you are a marathon runner that can run a maximum of n miles on a single bottle of water. You are given a map of your marathon route with all the water stations marked. Design an efficient algorithm ...

Case study problem 1 the case study company has experienced

Case Study: Problem 1 The case study company has experienced rapid growth in both the size of its client base and also in the services provided to clients. Unfortunately, the growth in data management policies, procedure ...

Objectivethe objective of this lab is to be familiar with a

OBJECTIVE: The objective of this lab is to be familiar with a process in big data modeling. You're required to produce three big data models using the MS PowerPoint software. This tool is available on UMUC Virtual Deskto ...

A taking an unnormalised list describe how you would

(a) Taking an unnormalised list, describe how you would normalise it using the normal forms technique and show how the result of this method is used. (b) You are currently in the process of developing a RDBMS for a natio ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As