[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 313   <  SKIP 4654  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22122Butler, Rachel98052RedmondWashingtonUnited States
22011Patterson, Richard, L98052RedmondWashingtonUnited States
22300Price, Kaitlyn98052RedmondWashingtonUnited States

Generated 2025-07-21 12:22:31.751 UTC