[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 250   SHUFFLE   <  SKIP 3066  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15987Kelly, Nicole, V98403TacomaWashingtonUnited States
19042Cai, Ronnie, W64283DarmstadtHessenGermany
18564Moore, John, T91941GrossmontCaliforniaUnited States
29050Russell, Jack90706BellflowerCaliforniaUnited States

Generated 2025-07-14 13:26:32.281 UTC