[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 4   SHUFFLE   <  SKIP 1987  >   <  TAKE 4  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16293Adams, Sean, JGA10GatesheadEnglandUnited Kingdom
24802Allen, Timothy, L91941GrossmontCaliforniaUnited States
14523Fernandez, Lydia, M2777SpringwoodNew South WalesAustralia
16741Xu, Alan2138RhodesNew South WalesAustralia

Generated 2025-07-20 18:41:43.597 UTC