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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13990Wood, Stephanie, A97301SalemOregonUnited States
11714Long, Alexandria, E92102San DiegoCaliforniaUnited States
17020Bryant, Ashley, J98020EdmondsWashingtonUnited States

Generated 2025-07-14 07:12:56.075 UTC