1.Consider the following diagram. How will the database relationship between Employees and Sales Orders be implemented?
1..1
Products
Sales
Orders
Employees
1..*
0..
1..*
Cash
Cash
Receipts
Customers
1..1
0..*
0..
1..1
Multiple Choice
The Sales Order ID will be included as a foreign key in the Employees table.
The Employee ID will be included as a primary key in the Employees table.
The Sales Order ID will be included as a primary key in the Employees table.
The Employee ID will be included as a foreign key in the Sales Orders table.