Question: ( TCO 3 ) Given a Customer entity class with a CustomerId property for its primary key, which of the following defines a foreign key

(TCO 3) Given a Customer entity class with a CustomerId property for its primary key, which of the following defines a foreign key property if its coded in another entity class named Invoice?
Group of answer choices
public int CustomerId { get; set; }
public int InvoiceId { get; set; }
public Invoice Invoice { get; set; }
public Customer Customer { get; set; }

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!