Question

question One: Design an ER diagram for the following Dental Clinic database. Your diagram should have...

question One:

Design an ER diagram for the following Dental Clinic database. Your diagram should have all the needed details. You may make any reasonable assumptions but you have to state them clearly.

------ The clinic has several dentists. Each dentist has a unique Number, name, nationality, multiple room-number, salary, birth-date and home-address (Box, City, Zip). Each client (patient) has a unique Code, name, home-phone, work-phone, address, and birth-date. Each client is assigned to one dentist. All future visits will be to the same dentist. A client can be insured or self-paying. An insured client should have an insurance company-name, and company-Phone, while a self-paying client must have a bank-name and a bank account. Each visit of a client is described by a date, type, action, fee, and date-of-next-appointment -------

question two: Convert then ER Diagram that presented in question one to Relational Schema.

* don't miss anything please, I have two question

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

Let's first try to figure out the entities for the entity relation diagram. Following are the entities:-

1. Doctor

2.Patient

3.Visit

  • The relationship between doctor and patient is patient gets treated by doctor or we can say a patient visits doctor for treatment.
  • A patient is assigned to one doctor but multiple patients are assigned to one doctor. so, relationship between doctor and patient is one to many.
  • A patient may visit many times, but a visit cannot belong to more than 1 patient. so, relationship between each visit and patient is one to many.
  • Similarly, a doctor may attend number of visits but a visit will only be attended by a single doctor. so, relationship between doctor and visit is one to many.
  • Similarly, a patient may have insurance in one particular company but that company can have multiple patients insured under it so, relationship between company and patient is one to many and same is the case for bank.

Find below the ER model derived from above conclusions.

aw naton 800 Sale DOCTDR adeoas dake ATTEND ASSI 녀 TO achn ty 006S PATIENT dake B6LONGS To COMPANY no

Find the corresponding relational model below.

viet dae id F Por.id COMPENy

I have tried my best to attempt and explain the question to you. Hope you will like it and it will help you!!! Thanks!!!

Do give it a thumbs up!!!

Add a comment
Know the answer?
Add Answer to:
question One: Design an ER diagram for the following Dental Clinic database. Your diagram should have...
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
  • The clinic has several dentists. Each dentist has a unique Number, name, nationality, multiple room-number, salary,...

    The clinic has several dentists. Each dentist has a unique Number, name, nationality, multiple room-number, salary, birth-date and home-address (Box, City, Zip). Each client (patient) has a unique Code, name, home-phone, work-phone, address, and birth-date. Each client is assigned to one dentist. All future visits will be to the same dentist. A client can be insured or self-paying. An insured client should have an insurance company-name, and company-Phone, while a self-paying client must have a bank-name and a bank account....

  • Design an ER diagram for a database for the Emory College. Here are some facts about...

    Design an ER diagram for a database for the Emory College. Here are some facts about the college: The Emory College consists of a number of Departments (MathCS, Physics, etc) A department has a unique name, address, phone number and can have a number of faculty members. A faculty member has SSN, name, office, phone number and salary A department has one department chair with a starting date A department can teach a number of courses A course has a...

  • Design the entity relationship conceptual schema. Depict the ER diagram you have designed, outlining the entity...

    Design the entity relationship conceptual schema. Depict the ER diagram you have designed, outlining the entity types, relationship types, their respectives attributes, keys, structual constraints, and role names. In designing the entity relationship schema, make the initial conceptual design and the neccessary refinements after that. This will be a hospital database hospital, include patients, each patient will be either inpatient or outpatient and have a unique ID, first name, last name, address, city, zip code, phone number, and room number....

  • This question is from the subject: Database Systems QUESTION 4 Consider the ER Diagram. Which of...

    This question is from the subject: Database Systems QUESTION 4 Consider the ER Diagram. Which of the following are valid schemas that result from transforming this diagram into a simplified schema (i.e., after relationships are merged)? Select all that apply. course name phone address name Chefs signature Dishes Member 1 main Team Ingredients name points name 1. Team(name, points) 2. Signature(chef, dish) FK chef REF Chefs(name) FK dish REF Dishes(name) 3. Chefs(name,phone,address,team) FK team REF Team(name) 4. Ingredients(name, dish) FK...

  • I would like help with this question and please be clear and thank you for the...

    I would like help with this question and please be clear and thank you for the help. Produce a relational schema diagram that corresponds to the following ER diagram for a Vacation Property Rentals database. Your relational schema diagram should include primary & foreign keys. Upload your relational schema diagram as a PDF document. Don't forget that the relation schemas for "Beach Property" and "Mountain Property" should each have primary keys. FYI: "d" in this notation denotes a subclass. Figure...

  • Question 4. ER model (5 points). You are asked to design the ER diagram for a database to manage ...

    Question 4. ER model (5 points). You are asked to design the ER diagram for a database to manage data for athletes athletic game. Requirements are as follows: Each participating team has a name and a manager. Each athlete has a unique athlete ID, and is also described by first name and last name, gender and age. A team has many athletes but an athlete only belongs to one team. Each sport has a unique code and some sport name....

  • Question 30. Convert the ER diagram below to a relational schema using the conversion algorithm from...

    Question 30. Convert the ER diagram below to a relational schema using the conversion algorithm from this unit. Show all of the steps in the algorithm. ER To Relational Conversion Algorithm Step 1: Each entity becomes a relation Step 2: Each many-to-many relationship becomes a relation Step 3: Each one-to-many relationship is represented by a foreign key Step 4: Write out the final relational schema Crazy Party Planning buys Nickname Address DUDE SNACK SnackName SnackDescription knows GuestName GUEST PhoneNumber invites

  • Develop a conceptual ER diagram for the above database description, using appropriate syntaxes, and showing cardinalities...

    Develop a conceptual ER diagram for the above database description, using appropriate syntaxes, and showing cardinalities and key attributes. Consider the partial description for a UNIVERSITY database below: A university is organized into colleges, and each college has a unique name, a main office and phone, and a particular faculty member who is dean of the college. Each college administers a number of academic departments. Each department has a unique name, a unique code number, a main office and phone,...

  • 2. Design an ER-diagram for a bank that implements the following requirements. The database you design...

    2. Design an ER-diagram for a bank that implements the following requirements. The database you design should store information about customers, accounts, branches and employees • Customer: Customers are identified by their SSN. For each customer we store a name, multiple phone numbers (one or more), and an occupation. • Account: Accounts are identified by an account number and the branch they belong to. For each account we store a balance and the type of account (e.g., savings). – An...

  • c) Write an ER Diagram for the following Library database. Identify all the Entities, Relationships and Attributes. Underline the primary keys and mark the different constraints. You can add an I att...

    c) Write an ER Diagram for the following Library database. Identify all the Entities, Relationships and Attributes. Underline the primary keys and mark the different constraints. You can add an I attribute as a primary key for an entity to make t unique if necessary. Library has a number of branches in the city, each branch having a name, address and librarian. Books have title, authors and publisher. A book can have multiple authors but a single publisher. Note that same...

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