What is the difference between NOT MATCHED BY SOURCE
vs NOT MATCHED BY TARGET
?
For example:
Does WHEN NOT MATCHED BY SOURCE
mean that the records exist in the target but not in the source? - so we can delete them ?
and WHEN NOT MATCHED BY TARGET
- mean the records exists in the source but not in the target? so we can insert them?