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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15964Cox, Steven, E92806La JollaCaliforniaUnited States
16150Thompson, Nicole92806La JollaCaliforniaUnited States
15990Richardson, Eduardo, E92806La JollaCaliforniaUnited States

Generated 2025-07-15 13:40:29.836 UTC