Hi Andrew,
This is the Fetch XML query that I am using.
<?xml version="1.0"?>
<fetch distinct="true" mapping="logical" output-format="xml-platform" version="1.0">
<entity name="contact">
<attribute name="fullname"/>
<attribute name="contactid"/>
<attribute name="emailaddress1"/>
<order descending="false" attribute="fullname"/>
<link-entity name="rnu_homedepot" alias="aa" link-type="inner" to="rnu_homedepot_contact_store" from="rnu_homedepotid">
<link-entity name="contact" alias="ad" link-type="inner" to="rnu_homedepotid" from="rnu_homedepot_contact_store"/>
</link-entity>
</entity>
</fetch>