[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 0   SHUFFLE   <  SKIP 1966  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28269Green, Alexandra, M91203GlendaleCaliforniaUnited States
21511Sanders, Richard, DPB12PeterboroughEnglandUnited Kingdom
25748Butler, Kayla, JLE18LeedsEnglandUnited Kingdom

Generated 2025-10-31 14:33:38.621 UTC