[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 437   <  SKIP 4501  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16794Cook, Taylor98052RedmondWashingtonUnited States
16755James, Olivia98052RedmondWashingtonUnited States
16970Foster, Katherine98052RedmondWashingtonUnited States

Generated 2025-07-17 07:55:36.372 UTC