[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 9021  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18970Roberts, Jason, G90012Los AngelesCaliforniaUnited States
18967Clark, Xavier, L90012Los AngelesCaliforniaUnited States
18992Perry, David, W90012Los AngelesCaliforniaUnited States

Generated 2025-07-12 16:03:16.715 UTC