Question

In: Computer Science

Draw an ERD for a scenario in which patients visit doctors. It is possible that a...

Draw an ERD for a scenario in which patients visit doctors. It is possible that a patient is visited by more than one doctor.

Create DOCTOR and PATIENT entities and add at least four attributes to them including a primary key. Create an implementation ready ERD with all appropriate connectivities and cardinalities. Justify your choice of cardinalities with real world examples. In case you need to add any new entities, add at least two attributes apart from their primary keys to describe the entity.

Solutions

Expert Solution

ERD:

Explanation:

represents ENTITY
represents Attribute
represents primary attribute

represents relationship

represents cardinality

  • here the relationship is many-to-many
  • A doctor can visit many patients or may not vist at all, we represent it as zero-or-many
  • A patient can be visited by one doctor or many doctors. we represent it as one-or-many
  • Since the relationship is many-to-many, visits relationship also acts as another entity with Doctor entity primary key(doctor license number) and Patient entity primary key (Patient name) as foreign keys
    with additional attributes (prescription and visit time)

Related Solutions

Visiting Doctor Scenario i) Draw an ERD for a scenario in which patients visit doctors. It...
Visiting Doctor Scenario i) Draw an ERD for a scenario in which patients visit doctors. It is possible that a patient is visited by more than one doctor. Create DOCTOR and PATIENT entities and add at least four attributes to them including a primary key. Create an implementation ready ERD with all appropriate connectivities and cardinalities. Justify your choice of cardinalities with real world examples. In case you need to add any new entities, add at least two attributes apart...
1- Paper evaluation scenario a) Draw an ERD for the following relational schema: STUDENT (STD_ID, STD_First_Name,...
1- Paper evaluation scenario a) Draw an ERD for the following relational schema: STUDENT (STD_ID, STD_First_Name, STD_Last_Name, STD_Admit_Semester, STD_Admit_Year, STD_Enroll_Status) PAPER (PP_ID, PP_Title, PP_Submit_Date, PP_Accepted, PP_Type) The two entities are related with the following business rule: • Each student may write many papers Explain your choice of minimum and maximum cardinalities. b) Extend the existing ERD with an EVALUATOR entity. The job of the evaluator is to grade each paper. The following business rules apply: • Each paper is evaluated...
Draw an ERD diagram for Hair Saloon and describe its relationship
Draw an ERD diagram for Hair Saloon and describe its relationship
Draw the ERD in Chen notation corresponding to the following spec: Sailors are identified by an...
Draw the ERD in Chen notation corresponding to the following spec: Sailors are identified by an sid, having a name, age, and rating Boats are identified by a bid and also have a name and a color. Sailors reserve boats on a given date. Every sailor reserves a boat at some time
You must create an ERD diagram for medical office wait times for patients with the following...
You must create an ERD diagram for medical office wait times for patients with the following minimum requirements. Your ERD diagram must include your Business Rules with a min. of 10 rules At least 5 entities. These may be real (e.g. a person, vehicle, etc.) or abstract concepts (e.g. course, enrollment, categories, etc.) • There must be logical relationships between the entities. • Aim for all entities to have a minimum of seven attributes, but no fewer than 3 entities...
2. Draw an entity relationship diagram (ERD) for the following situation: The state of Georgia is...
2. Draw an entity relationship diagram (ERD) for the following situation: The state of Georgia is interested in designing a database that will track its researchers. Information of interest includes researcher name, title, position; university name, location, enrollment; and research interests. Each researcher is associated with only one institution, and each researcher has several research interests. 3. Visit a Web site that allows customers to order a product over the Web (e.g., Amazon.com). Create a data model that the site...
Draw an ERD with the following information: You are a database consultant with Ace Software, Inc.,...
Draw an ERD with the following information: You are a database consultant with Ace Software, Inc., and have been assigned to develop a database for the Johnson Video Store in town. The owners have been keeping their records of videos and DVDs purchased from distributors and rented to customers in stacks of invoices and piles of rental forms for years. They have finally decided to automate their record keeping with a relational database. You sit down with the owners to...
There are issues with correct insurance information on file for patients at hospitals an doctors’ offices,...
There are issues with correct insurance information on file for patients at hospitals an doctors’ offices, there are 700 reimbursement forms randomly picked and 325 have incorrect information or are missing information.   Create a 95% Confidence Interval 43.3% - 49.5% 42.7% - 50.1% 41.5% - 51.2% 17.85258% - 97.3698547%
There are issues with correct insurance information on file for patients at hospitals an doctors’ offices,...
There are issues with correct insurance information on file for patients at hospitals an doctors’ offices, there are 700 reimbursement forms randomly picked and 325 have incorrect information or are missing information. Create a 90% Confidence Interval 43.3% - 49.5% 42.7% - 50.1% 41.5% - 51.2% 1% - 4,369%
Use the following business rules to draw the fully labeled Crow's Foot ERD in Visio. The...
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). A company has many divisions. Each division operates many departments, but each department is operated by one division. b). A department employs many employees but not more than 100. c). Each employee is employed...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT