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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21424Alexander, Emily, L92020El CajonCaliforniaUnited States
21786Bennett, Alexis92020El CajonCaliforniaUnited States
21687Brown, Sarah, M92020El CajonCaliforniaUnited States

Generated 2025-07-09 23:28:01.161 UTC