[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 0   SHUFFLE   <  SKIP 2871  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11162Cox, Chase92806La JollaCaliforniaUnited States
28040Mitchell, Jack, L98201EverettWashingtonUnited States
20015King, Jenna, R90712LakewoodCaliforniaUnited States
17459Barnes, Cassidy94704BerkeleyCaliforniaUnited States
20295Brown, Christopher, C98403TacomaWashingtonUnited States
17872Miller, Robert, M98027IssaquahWashingtonUnited States

Generated 2025-11-02 09:56:40.924 UTC