[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 480   SHUFFLE   <  SKIP 749  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18611Foster, Taylor, F97301SalemOregonUnited States
20705Roberts, Kevin, A91203GlendaleCaliforniaUnited States
22282Hughes, Jonathan97034Lake OswegoOregonUnited States
27677Powell, Marissa98168BurienWashingtonUnited States

Generated 2025-07-15 10:07:55.819 UTC