[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 70   SHUFFLE   <  SKIP 1511  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26727Clark, Jose97222MilwaukieOregonUnited States
12917Russell, Vanessa, M97071WoodburnOregonUnited States
25226Kumar, Robert2580GoulburnNew South WalesAustralia

Generated 2025-07-14 13:34:14.253 UTC