What is the correct join of per_allocated_tasks table with per_allocated_checklists table ?
What is the correct join of per_allocated_tasks table with per_allocated_checklists table ?when to join with
per_allocated_checklists.ALLOCATED_CHECKLIST_ID=per_allocated_tasks.ALLOCATED_CHECKLIST_ID
and when to join per_allocated_checklists.ALLOCATED_CHECKLIST_ID=per_allocated_tasks.ABS_ALLOCATED_CHECKLIST_ID?
0