[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 3669   SHUFFLE   <  SKIP 879  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23454Wang, Ryan, D90401Santa MonicaCaliforniaUnited States
26267Martin, Matthew, F90802Long BeachCaliforniaUnited States
13098Russell, Miguel, Z98201EverettWashingtonUnited States
18233Bailey, Mackenzie, J98501OlympiaWashingtonUnited States

Generated 2025-07-11 13:58:20.756 UTC