I am learning FetchXML and am currently new to it.
I tried looking at the documentation located here but I did not find it very helpful
What does this line mean:
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
What does the mapping="logical"
part mean?
What does the distinct="true"
part mean?