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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18419Johnson, Rachel92020El CajonCaliforniaUnited States
18425Brooks, Garrett, L92020El CajonCaliforniaUnited States
17536Robinson, Benjamin, L92020El CajonCaliforniaUnited States
18835Coleman, Isabelle, J92020El CajonCaliforniaUnited States

Generated 2025-07-11 15:45:22.820 UTC