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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12210He, Alan, ASE1 8HLLondonEnglandUnited Kingdom
26112Perry, Luke99362Walla WallaWashingtonUnited States
14482Perez, Noah97330CorvallisOregonUnited States
27629Bryant, Jose, D98366Port OrchardWashingtonUnited States

Generated 2025-07-11 09:34:38.853 UTC