I have a SQL query where I get the following records.
SELECT employee_training.Employee_ID, employee_training.Training_Method_ID, employee_training.Approval, employee_training.Train_ID, employee_training.Training_Type_ID, sop.SOP_ID, sop.Type_ID, sop.SOP_ID_NUM, sop.Client_ID, sop.Status_ID...