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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25116Sara, Phillip, R2036MatravilleNew South WalesAustralia
18094Alonso, Roy90706BellflowerCaliforniaUnited States
22743Murphy, Kaylee, A98033KirklandWashingtonUnited States

Generated 2025-07-09 08:42:24.351 UTC