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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23080Barnes, Jocelyn91945Lemon GroveCaliforniaUnited States
12198Scott, Noah97222MilwaukieOregonUnited States
18953Patterson, Mya, A90706BellflowerCaliforniaUnited States
23387Perry, Xavier, L98312BremertonWashingtonUnited States

Generated 2025-07-11 03:01:03.979 UTC