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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13919Smith, Grace91203GlendaleCaliforniaUnited States
13142Moore, Xavier, L94947NovatoCaliforniaUnited States
22101White, Carol, P98201EverettWashingtonUnited States

Generated 2025-07-16 15:10:03.369 UTC