[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 250   SHUFFLE   <  SKIP 61  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15012Hughes, Emma, A98036LynnwoodWashingtonUnited States
21151Campbell, Aaron, C90706BellflowerCaliforniaUnited States
17041Perry, Connor98501OlympiaWashingtonUnited States

Generated 2025-07-09 13:40:34.465 UTC