Question

1 2 3 4 5 6 7 8 1. Following English statements 1 to 10 provide the data and information requirements necessary to develop a(b) 0 points) For every entity set E in the E-R diagram you drawed, define (add) at least three attributes that are meaningf

0 0
Add a comment Improve this question Transcribed image text
Answer #1

(a) ERD

Please find below the steps to create ERD:

Step 1: List the entities:

  • Plant
  • Department
  • Workstation
  • Employee
  • Jobtypes
  • Job Task
  • WorkUnion

Step 2: List the relationship between the entities:

  • Plant has many Departments where total departments are 99 among all 40 plants.
  • Department has many Workstation upto 503 totals.
  • Department has many employees.
  • A JobTask is associated with one JobType where as a JobType can have many JobTasks.
  • Plant can have many JobTypes (upto 20) and all JobTypes can be performed at all Plants(upto 40)
  • Employee can work on many JobTasks. JobTask can be performed at different Workstation.
  • Employee belongs to one WorkUnion, one WorkUnion can have many Employees.

Step 3: Create the ERD as per given instruction:

(1,99) Department divided into Plant (1,1) has (1,40) (1,503) (1,5) has WorkUnion performed at (1,M) performed at WorkStation

(b) ERD attributes:

Let’s assign the attributes to entity as per given instruction:

Plant

Composite attribute: PlantLocation (StreetAddress, City, State, Zipcode)

Multivalued Attribute: Facilities(Multiple facilities that are given in plant)

Other Attribute(s): PlanName

Department

Composite attribute: WorkHandled(WorkType , WorkName)

Multivalued Attribute: Functions(Multiple functions that are performed in the department)

Other Attribute(s): Description

Workstation

Composite attribute: Location(StreetNo, City, State, Zipcode)

Multivalued Attribute: ContactPhone(Multiple numbers)

Other Attribute(s): StationName

Employee

Composite attribute: Name(FirstName, LastName)

Multivalued Attribute: PhoneNumber

Other Attribute(s): Email

Jobtypes

Composite attribute: Type(Primary, Secondary)

Multivalued Attribute: SkillRequired

Other Attribute(s): Description

Job Task

Composite attribute: TaskToBeDone(Task1, Task2, Task3)

Multivalued Attribute: SkillsRequired

Other Attribute(s): TaskName

WorkUnion

Composite attribute: Location(Street, City, State, ZipCode)

Multivalued Attribute: Specialities

Other Attribute(s): Description

(c) ERD with attributes:

Please find below the primary key for all the entities:

  • Plant: PlantID
  • Department: DepartmentID
  • Workstation: WorkstationID
  • Employee: EmployeeID
  • Jobtypes: TypeID
  • Job Task: TaskID,TypeID
  • WorkUnion: UnionID

Updated ERD with attributes added in it:

City State Description WorkType Zipcode Name StreetAddress DepartmentID WorkName PlantLocation (WorkHandled) Facilities Name

ERD Notations:

Entity Primary Attribute MultiValued Composite Attribut

Add a comment
Know the answer?
Add Answer to:
1 2 3 4 5 6 7 8 1. Following English statements 1 to 10 provide...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Consider the following tables: PAINTER(P_NUMBER, P_LNAME, P_FNAME, P_MAIL) PAINTING(PAINT_CODE, PAINT_TITLE, P_NUMBER) For the tables given above,...

    Consider the following tables: PAINTER(P_NUMBER, P_LNAME, P_FNAME, P_MAIL) PAINTING(PAINT_CODE, PAINT_TITLE, P_NUMBER) For the tables given above, work on the problems below: 1. For each table, identify the primary key. 2. For each table, identify the foreign key(s). 3. Identify at least one candidate key. If there are no candidate keys, give an example of an attribute that could be used as a candidate key. 4. For one of the tables, give examples of a superkey and a secondary key. 5....

  • 5.A lawn and tree care company RealGreen uses the paper form as below to record the...

    5.A lawn and tree care company RealGreen uses the paper form as below to record the weekly (just one week in this question!) information about its part-time employees (one form for one employee). The company asks you to create a database application to keep track of the information of the part-time employees. Please (a) develop the E-R diagram (8 points). (b) develop the table structures. Each table should include table name, attributes, and the primary key (6 points). Employee ID:...

  • QUESTION 1 1. Use the following business rules to draw the fully labeled Crow's Foot ERD...

    QUESTION 1 1. Use the following business rules to draw the fully labeled Crow's Foot ERD in Visio. The diagram must include all entities, attributes, and relationships. Primary keys and foreign keys must be clearly identified on the diagram. Write all appropriate connectivities and cardinalities on the ERD. a). Each city may have many sport teams. The number of teams is limited to 20 per city. b). Each team belongs to one and only city. c). Each team has at...

  • QUESTION 1 1. Use the following business rules to draw the fully labeled Crow's Foot ERD...

    QUESTION 1 1. Use the following business rules to draw the fully labeled Crow's Foot ERD in Visio. The diagram must include all entities, attributes, and relationships. Primary keys and foreign keys must be clearly identified on the diagram. Write all appropriate connectivities and cardinalities on the ERD. a). Each city may have many sport teams. The number of teams is limited to 20 per city. b). Each team belongs to one and only city. c). Each team has at...

  • Considering the following E-R diagram, your task is to create a script file for defining relations and populating data,...

    Considering the following E-R diagram, your task is to create a script file for defining relations and populating data, you can use any text editor (notepad/notepad+) to write SQL statements and save it with the file extension.sql (i.e., Test3Tsay.sql). Name the file as Test3XXX.sql (where XXX is your last name). Upload it to here. endedDate phone startedDate name address name location no salary no Employees Projects assignDate P WorksOn Scientists Technicians research hEduDegree N certifications Equipments cost no Task 1...

  • Question 4 Needs Grading Q1) (2.5 Points ) We would like to design a database to...

    Question 4 Needs Grading Q1) (2.5 Points ) We would like to design a database to keep track of a zoo. The following describes the business of the zoo: • The zoo employees are known as zookeepers. Each zookeeper has a name, a unique employee ID number, and a salary. Zookeepers may work in any number of exhibits but they have to be involved in at least one exhibit. A zookeeper does not have to work in an exhibit to...

  • A nonprofit organization depends on a number of different types of persons for its successful operation....

    A nonprofit organization depends on a number of different types of persons for its successful operation. The organization is interested in the following attributes for all of these persons: SSN, Name, Address, City/State/Zip, and Telephone. Three types of persons are of greatest interest: employees, volunteers, and donors. Employees have only a Date Hired attribute, and volunteers have only a Skill attribute. Donors have only a relationship (named Donates) with an Item entity type. A donor must have donated one or...

  • 1. Please answer the following questions. You need to draw ER diagrams using any free tools...

    1. Please answer the following questions. You need to draw ER diagrams using any free tools discussed in the class or you may draw using pencil and paper. Please identify the entities and relationships between them. For each entity, please identify the attributes each entity has. For each attribute, please identify whether this attribute is optional or required, single valued or multi-valued, simple or composite, stored or derived. Define a key (identifier) for each entity. Note that a key can...

  • Database Questions (Please help if you can) For the same query task, different DBMSs may use...

    Database Questions (Please help if you can) For the same query task, different DBMSs may use different SQL statements. true         (b)         false Given a table, any column of this table can be used as a key of the table. true         (b)         false It is allowed to have multiple keys in a table. true         (b)         false When we create a table in a DBMS, if we do not explicitly specify the database, the table can never be created the DBMS does...

  • 6-dt-content-rid-11 91 82071-1/courses/1 1025.201 860/Scanned%20from%20MIS%20Xeroxpdrag 3. (42 points) This problem was inspired by a real-world database...

    6-dt-content-rid-11 91 82071-1/courses/1 1025.201 860/Scanned%20from%20MIS%20Xeroxpdrag 3. (42 points) This problem was inspired by a real-world database problem found in the news: Rental-owner database seen as solution to problem properties. A municipality (city) is creating a new database to help manage problems with rental properties within the city. They need to keep track of basic information (description, address, etc.)on the properties being rented within the city. They will store information on two types of rental properties, houses and apartments. These have...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT