Question: Give the correct logical model for this ERD. Interviewer ( Person _ id , name ) with primary key ( Person _ id ) and

Give the correct logical model for this ERD.
Interviewer(Person_id, name) with primary key (Person_id) and
Interviewee(Person_id, name) with primary key (Person_id)
Person(Person_id, name, interviewer, interviewee) with primary key (Person_id)
Person(Person_id, name, interviewee_id) with primary key (Person_id) and foreign key interviewee_id
Person(Person_id, name, interviewer_id) with primary key (Person_id) and foreign key interviewer_id
 Give the correct logical model for this ERD. Interviewer(Person_id, name) with

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!