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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18394Wright, Sean, A98055RentonWashingtonUnited States
28611Alexander, Christian, C97301SalemOregonUnited States
22229Perry, Wyatt91502BurbankCaliforniaUnited States

Generated 2025-11-05 15:37:12.843 UTC