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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18088Stewart, Seth, A91950Lincoln AcresCaliforniaUnited States
18477Hughes, Angelica, G91950Lincoln AcresCaliforniaUnited States
18512Torres, Alex, L91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-11 15:23:21.780 UTC