[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 2000   SHUFFLE   <  SKIP 610  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26111Coleman, Sarah, S90802Long BeachCaliforniaUnited States
11066Butler, Grace, T97355LebanonOregonUnited States
19593Rana, Carla, K4169East BrisbaneQueenslandAustralia

Generated 2025-07-12 09:10:37.170 UTC