[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 0   SHUFFLE   <  SKIP 2780  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23123Kelly, Zoe2580GoulburnNew South WalesAustralia
26921Weber, Cynthia4171HawthorneQueenslandAustralia
27722Jai, Melvin, M2065St. LeonardsNew South WalesAustralia

Generated 2025-10-31 20:17:12.892 UTC