We have master table say "department_table". It has Department_id, Department_name, Department_location columns.We have detail table say "employee_table". It has employee_id, employee_name, employee_email, employee_salary as columns.If we want to lis...