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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18974Rodriguez, James, J92806La JollaCaliforniaUnited States
19225Watson, Jeremy, A92806La JollaCaliforniaUnited States
19533Long, Vanessa, R92806La JollaCaliforniaUnited States
19534Torres, Adrian92806La JollaCaliforniaUnited States

Generated 2025-07-19 17:38:10.753 UTC