[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 4  >   

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

4 items

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

Generated 2025-07-12 17:40:50.142 UTC