Question

16. Using the descriptions of the attributes given in the figure, convert the ERD shown in Figure P6.1 into a dependency diag

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

The first, you should read the NORMALIZATION concepts (1NF,2NF,3NF, BCNF) after that you can use them to verify your dependency diagram. So, I'm talking about some basic steps to help you convert ERD, which I often do:

1- Identify objects (objects are WHO, WHERE, WHAT, WHEN ), you imagine that they are exited and can be defined. 2- Identify natural keys of objects and their properties,... 3- Identify relationships of objects. The step help you answer some questions:

  • What actions?
  • Who took place actions?
  • Where actions are happened?
  • When actions happened

4-If we have many-many relationship, we separate them into an individual table. Otherwise, we use foreign keys or not.

5- Verify our diagram matching which NF.

Now, we come back your ERD and we will convert it to dependency diagram.

Step 1- identify objects: Here, we can understand that we want to manage list of appointments of doctors and patients. So, we have 2 objects Doctor and Patient

Step 2- identify natural keys/properties of objects: you listed out above.

Step 3- identify relationships of objects: As you know, a patient can have zero or many appointments with doctors and a doctor can have zero or many appointments with patients. So, we have a many-many relationship.

Step 4- Because we have a many-many relationship, we create a table here.

Finally, we have a diagram

Doctor(Doc_FEmpID,Doc_Fname,Doc_FCellPhone) Patient(Pat_PatientID,Pat_PatientName,Pat_Phone,Pat_Address,Pat_City) Appointment(App_Num,Doc_FEmpID,Pat_PatientID,App_Date,App_Time)

Step 5- verify the diagram again.

Add a comment
Know the answer?
Add Answer to:
16. Using the descriptions of the attributes given in the figure, convert the ERD shown in...
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
  • Using the descriptions of the attributes given in the following figure, convert the ERD into a...

    Using the descriptions of the attributes given in the following figure, convert the ERD into a dependency diagram that is in at least 3NF. APPOINTMENT PK App Num FK1 Doc_EmplD DOCTOR App_Date App_Time PK Doc Emplo App_PatientID -H- App_Name Doc Fname App_Phone Doc_Lname App_Street Doc_CellPhone App_City App_State App_Zip Doc_EmpID: Employee ID for the doctor. App Status Doc Fname: Doctor's first name. Doc Lname: Doctor's last name. Doc CellPhone: Doctor's cell phone number. App_Num: System-generated number. App Date: The date of...

  • The relationship strengths shown here are not correct. List the relationship strength as either weak or...

    The relationship strengths shown here are not correct. List the relationship strength as either weak or strong based on your knowledge of primary keys.    A: weak      B:      C:                                     D:                                     E:                                    F:                                    G: H:   APPONTMENT PK APPT NUM APPT DATE APPT TIME PATIENT DOCTOR PK PAT NUM FK1 INS PLAN CD PK DOC ID PAT_LNAME PAT FNAME PAT AREACODE PAT PHONE PAT EMAIL DOC LNAME DOC FNAME DOC OFFICE DOC EXTENSION FK1 PAT NUM FK2 DOC...

  • please complete this ERD diagram with proper signs and lines and write all tables in a...

    please complete this ERD diagram with proper signs and lines and write all tables in a text format highlighting all PK's and FK's table User PK User ID Login ID Password Level First Name Middle Name Last Name table Tenant table Employee PK Tenant ID PK Employee ID FK1 User ID Tenant Unit No Building ID Tenant Address Tenant City Tenant State Tenant Zip Tenant Phone FK1 User ID Employee Title Employee Address Employee Age Employee Salary table Work Order...

  • Using the descriptions of the attributes given in the figure, convert the ERD shown in Figure...

    Using the descriptions of the attributes given in the figure, convert the ERD shown in Figure P6.2 into a dependency diagram that is in at least 3NF Using the descriptions of the attributes given in the figure, convert the ERD shown in Figure P6.2 into a dependency diagram that is in at least 3NF

  • Create the database and tables for the database. Show all SQL statements. Include primary and foreign...

    Create the database and tables for the database. Show all SQL statements. Include primary and foreign keys. Insert data into each table. Show select statements and display the output of each table. Note:Student’s name must be inserted into table as part of the data! Perform the SQL below: Query one table and use WHERE to filter the results. The SELECT clause should have a column list, not an asterisk (*). State the purpose of the query; show the query and...

  • The lab for this week addresses taking a logical database design (data model) and transforming it...

    The lab for this week addresses taking a logical database design (data model) and transforming it into a physical model (tables, constraints, and relationships). As part of the lab, you will need to download the zip file titled CIS336Lab3Files from Doc Sharing. This zip file contains the ERD, Data Dictionary, and test data for the tables you create as you complete this exercise. Your job will be to use the ERD Diagram found below as a guide to define the...

  • H&R BLOCK Tax Analyst Certification - Case Study 2 Prepare a return using BlockWorks in PRACTICE...

    H&R BLOCK Tax Analyst Certification - Case Study 2 Prepare a return using BlockWorks in PRACTICE mode. Access and use the BlockWorks shell return by entering the following four-digit code: 6102. A unique SSN will be generated by the software. Be sure to note this unique shell SSN so that you will be able to re-access this return. Prepare a 2017 Schedule E (Form 1040) for Mona. Any of Mona's information that is not associated with the Schedule E (Form...

  • using the information fill out the 1040 tax form 1:9-72 George Large (SSN 000-11-1111) and his...

    using the information fill out the 1040 tax form 1:9-72 George Large (SSN 000-11-1111) and his wife Marge Large (SSN 000-22-2222) live at 2000 Lakeview Drive, Cleveland, OH 49001 and want you to prepare their 2017 income tax return based on the information below: George Large worked as a salesman for Toyboat, Inc. He received a salary of $80,000 ($8,500 of federal income taxes withheld and $1,800 of state income taxes withheld) plus an expense reimbursement from Toyboat of $5,000...

  • Using the book, write another paragraph or two: write 170 words: Q: Compare the assumptions of...

    Using the book, write another paragraph or two: write 170 words: Q: Compare the assumptions of physician-centered and collaborative communication. How is the caregiver’s role different in each model? How is the patient’s role different? Answer: Physical-centered communication involves the specialists taking control of the conversation. They decide on the topics of discussion and when to end the process. The patient responds to the issues raised by the caregiver and acts accordingly. On the other hand, Collaborative communication involves a...

  • In your judgement, and given only the facts described in this case, should the management of...

    In your judgement, and given only the facts described in this case, should the management of Massey energy Company be held morally responsible for the deaths of the 29 miners? Explain in detail. Suppose that nothing more is learned about the explosion other than what is described in this case. Do you think Don Blankership should be held morally responsible for the deaths of the 29 miners? Explain in detail. Given only the facts described in this case, should the...

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
ADVERTISEMENT