[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 405   SHUFFLE   <  SKIP 750  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20487White, Alexander, D98225BellinghamWashingtonUnited States
26109Rodriguez, Dalton, J92102San DiegoCaliforniaUnited States
23099Suarez, Kristi, D1002SydneyNew South WalesAustralia

Generated 2025-07-09 20:05:15.629 UTC