I have the following problem:
I have a PurchaseRequest table with the following fields
PRNumber, RequestorId, BuyerId
I have a HR table with the following fields
EmployeeID, FName, LName
I have a Phone table with the following fields
EmployeeID, PhoneNumber
Both the RequestorId and the...