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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20295Brown, Christopher, C98403TacomaWashingtonUnited States
23034Cooper, Melanie, A90012Los AngelesCaliforniaUnited States
21018Serrano, Sheila, CB29 6SLBirminghamEnglandUnited Kingdom

Generated 2025-07-14 02:01:41.479 UTC