I have an Employee Table with columns EmplID, FirstName, LastName, Birthdate, Gender, etc
I have a Position Table with columns PositionID, Title, Level, Description, StartDate, EndDate, etc
I have an Education Table with columns EmplID, School, StartDate, EndDate
How do I build a single...