[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 2147   SHUFFLE   <  SKIP 280  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23850Hall, Anna, J98270MarysvilleWashingtonUnited States
19878Jackson, Morgan, P92806La JollaCaliforniaUnited States
20120Hughes, Fernando98055RentonWashingtonUnited States

Generated 2025-07-14 11:11:35.375 UTC