[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 3382  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27249Cox, Emma, R90401Santa MonicaCaliforniaUnited States
11256Hernandez, Katelyn, L98036LynnwoodWashingtonUnited States
15226Moreno, Lori, M1597Lane CoveNew South WalesAustralia
22021White, Ethan, C98055RentonWashingtonUnited States

Generated 2025-11-05 21:23:03.947 UTC