[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 2147   SHUFFLE   <  SKIP 76  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29033Cooper, Natalie, A91203GlendaleCaliforniaUnited States
28593Peterson, Faith92625Newport BeachCaliforniaUnited States
18151She, Brendan78100Saint Germain en LayeYvelineFrance
28234Nelson, Jack, I90706BellflowerCaliforniaUnited States

Generated 2025-07-17 04:43:42.919 UTC