[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 1012  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29238Powell, Xavier90505TorranceCaliforniaUnited States
19017Brooks, Zoe, L94014ColmaCaliforniaUnited States
11864Thompson, Elizabeth, W98403TacomaWashingtonUnited States

Generated 2025-07-08 19:23:32.488 UTC