[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 24   SHUFFLE   <  SKIP 2420  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26104Edwards, Timothy, D97205PortlandOregonUnited States
23889Carter, Sean, M99362Walla WallaWashingtonUnited States
11534Lewis, Cameron, M90802Long BeachCaliforniaUnited States

Generated 2025-07-12 15:35:51.962 UTC